/* Your custom fonts here */
@font-face {
    font-family: "DINCond";
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/DINCond-Bold.eot");
    src: url("../fonts/DINCond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINCond-Bold.woff") format("woff"), url("../fonts/DINCond-Bold.ttf") format("truetype");
}

:root {
  --turquoise: #39B2AB;
  --turquoiseborder: rgb(53 178 171 / 40%);
  --purple: #21145F;
  --purple2: #4D437F;
  --blue: #425CC7;
  --blue2: #687DD2;
  --blue2border: rgb(104 125 210 / 40%);
  --blue2border2: rgb(104 125 210 / 60%);
  --purple2border: rgb(77 67 127 / 40%);
  --purple2border2: rgb(77 67 127 / 60%);
  --teal: #2ABF95;
  --magenta: #CF348D;
  --magenta2: #D95DA4;
  --gray: #333;
  --gray2: #EFEFEF;
  --black: #000000;
  --white: #ffffff;
  --btncolor: var(--purple2);
  --btnbordercolor: var(--purple2border);
  --btnbordercolor2: var(--purple2border2);
}

.b__welcome {
    position: relative;
}
.b__welcome:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
    transition: all 1s;
}

.btn-trs:hover, .btn-trs:focus, a.page__btn--trs:hover, a.page__btn--trs:focus { background:rgba(0,0,0,0.3); box-shadow:none; }

.is-load .b__welcome-info-cont .btn-trs + .btn-trs, .is-load .b__welcome-info-cont a.btn-trs:nth-of-type(2n) { color:#000; background:#fff; transition-delay:0s; }
.is-load .b__welcome-info-cont .btn-trs + .btn-trs .page__btn--arrow-white, .is-load .b__welcome-info-cont .btn-trs:nth-of-type(2n) .page__btn--arrow-white{ filter:invert(0%) sepia(100%) saturate(7500%) hue-rotate(342deg) brightness(0%) contrast(113%); }
.is-load .b__welcome-info-cont .btn-trs + .btn-trs:hover, .is-load .b__welcome-info-cont .btn-trs + .btn-trs:focus, .is-load .b__welcome-info-cont a.btn-trs:nth-of-type(2n):hover, .is-load .b__welcome-info-cont a.btn-trs:nth-of-type(2n):focus {  background:var(--btncolor); border:2px solid #fff; color:#fff; }
.is-load .b__welcome-info-cont .btn-trs + .btn-trs:hover .page__btn--arrow-white, .is-load .b__welcome-info-cont .btn-trs + .btn-trs:focus .page__btn--arrow-white, .is-load .b__welcome-info-cont .btn-trs:nth-of-type(2n):hover .page__btn--arrow-white, .is-load .b__welcome-info-cont .btn-trs:nth-of-type(2n):focus .page__btn--arrow-white{ filter:none; }

.is-load .b__welcome:after {
    transform: translateX(-100%);
}
.b__welcome--reverse .b__welcome--line {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.so-widget-widget-01 .b__welcome--grey{ display:none; }
.so-widget-widget-01 .b__welcome--grey:first-of-type{ display:block; }

.b__welcome--grey .b__welcome--line {
    background-color: #F4F4F7;
}

.b__welcome-image {
	background-color: #2A1B6A;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    transform: scale(1);
}

.b__welcome-image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: -webkit-linear-gradient(45deg, #2A1B6A 0%, #39B2AB 100%);
    background: linear-gradient(45deg, #2A1B6A 0%, #39B2AB 100%);
}

.b__welcome--line {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 21;
    height: 100px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.b__welcome-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: .55;
	z-index: 20;
    transform-origin: top;
    transform: scale(1.2);
    transition: transform 0.6s easeInQuad
}

.b__welcome-info {
    position: relative;
    z-index: 30;
    color: #fff;
    padding: 154px 0 192px;
}

.b__welcome-info > .container {
    position: relative;
}

.b__welcome-info .btn-trs {
    margin-top: 28px;
}

.b__welcome-info-cont {
    max-width: 750px;
    width: 100%;
    font-size: 22px;
}

.page-template-default .b__welcome-info-cont {
    max-width: 586px;
}

.single-resource .b__welcome-info-cont {
    max-width: 880px;
}
.b__welcome-info-cont h1, .b__welcome-info-cont h2, .b__welcome-info-cont h3, .b__welcome-info-cont h4 {
    font-size: 49px;
    margin-bottom: 20px;

}

.b__welcome-info-cont p {
    line-height: 1.45;
}

.b__welcome-info-cont p:last-of-type {
    margin-bottom: 0;
}

.btn-trs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    border: 2px solid #fff;
    border-radius: 3px;
    min-width: 173px;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .3px;
    padding: 0 27px;
}

.dwnload-icon {
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 18px;
    flex: 0 18px;
    margin-right: 12px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -693px;
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
}

.arrow-small-down {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -1006px;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    margin-right: 15px;
    width: 12px;
    height: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
}

.btn-trs__green {
    border-color: var(--turquoise);
    color: var(--turquoise);
}

.btn-trs__green:hover {
    background-color: var(--turquoise);
    color: #fff;
}

.watch-icon {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -832px;
    width: 13px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
}

.vert-social {
    position: absolute;
    right: 70px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vert-social > li {
    margin-bottom: 15px;
}

.vert-social > li:last-child {
    margin-bottom: 0;
}

.social-el {
    width: 36px;
    height: 36px;
    position: relative;
    display: block;
    border-radius: 100%;
	box-shadow:0 0 0 2px rgb(0 0 0 / 10%);
	transition:box-shadow .3s;
}

.social-el img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page__section--grey {
    background-color: #F4F4F7;
}

.page__section--header {
    max-width: 670px;
    margin-bottom: 50px;
}

.page__section--tag {
    font-weight: 600;
    color: #CF348D;
    border-left: 2px solid #CF348D;
    font-size: 15px;
    padding: 5px 0 5px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.h3__title {
    font-size: 34px;
    font-weight: bold;
}

.h4__title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 30px;
}

.h5__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

.page__btn {
    background-color: var(--btncolor);
    border-radius: 3px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    font-weight: bold;
    font-size: 16px;
    min-width: 180px;
	transition:box-shadow .3s,-webkit-box-shadow .3s;
}

.page__btn:hover, .page__btn:focus{ box-shadow:0 0 0 4px var(--btnbordercolor); }

.webinars .page__btn { width:100%; }

.webinars .load_resource_button { width:auto; }

.page__btn .page__btn--arrow {
    margin-left: 14px;
}

.page__btn .page__btn--plus {
    margin-right: 13px;
}

.page__btn .page__btn--dwn {
    margin-right: 12px;
}

.page__btn--full {
    width: 100%;
}

.page__btn--full-widget a.page__btn{
    width: 100%;
}

.page__btn--white {
    background-color: transparent;
    border: 2px solid var(--btncolor);
    color: var(--btncolor);
}

.page__btn--white .page__btn--arrow-white{ background-position:-4px -796px; }

.page__btn--dwn {
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -670px;
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
}

.page__btn--plus {
    width: 15px;
    height: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -874px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.page__btn--trs {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
	transition:all .4s;
}

.page__btn--trs .page__btn--arrow {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -778px;
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
}

.page__btn--arrow-green {
    width: 17px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -760px;
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
    margin-left: 14px;
}

.page__btn--arrow-white {
    width: 17px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -814px;
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
    margin-left: 14px;
}

.page__btn--arrow {
    width: 17px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -796px;
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
}

.page__section--gradient {
    position: relative;
    color: #fff;
}

.page__section--gradient::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    background: -webkit-linear-gradient(45deg, #2A1B6A 0%, #39B2AB 100%);
    background: linear-gradient(45deg, #2A1B6A 0%, #39B2AB 100%);
}

.page__section--gradient .page__section--tag {
    color: #B7ACE3;
    border-left-color: #B7ACE3;
}

.page__section--gradient.page__section--bg__top:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.page__section--gradient.page__section--bg__top .page__section--header {
    color: #000;
}

.page__section--gradient .insight__card {
    color: #000;
    background-color: #f2f3f8;
}

.wp-caption {
    max-width: 100%;
}

.swiper-nav__st .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -523px;
    width: 27px;
    height: 24px;
    background-repeat: no-repeat;
}

.swiper-nav__st .swiper-button-prev::after {
    content: none;
}

.swiper-nav__st .swiper-button-next {
    width: 30px;
    height: 30px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -436px;
    width: 28px;
    height: 24px;
    background-repeat: no-repeat;
}

.swiper-nav__st .swiper-button-next::after {
    content: none;
}

.swiper-pag__st .swiper-pagination {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 25px;
    font-size: 0;
}

.swiper-pag__st .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    font-size: 0;
    background-color: #E1E1E1;
    border: 2px solid #fff;
}

.swiper-pag__st .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--turquoise);
    border-color: var(--turquoise);
}

.black-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px !important;
}

.black-social > li {
    margin-top: 10px;
}

.black-social-el {
    position: relative;
    display: block;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    box-shadow: 0 0 0 2px rgb(255 255 255 / 50%);
    transition: box-shadow .3s;
}

.black-social-el:hover, .black-social-el:focus{
	-webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / 100%);
    box-shadow: 0 0 0 2px rgb(255 255 255 / 100%);
}

.page__footer .black-social-el, .white-page .black-social-el, .single-post .black-social-el { box-shadow: 0 0 0 2px rgb(0 0 0 / 10%); }

.page__footer .black-social-el:hover, .page__footer .black-social-el:focus, .white-page .black-social-el:hover, .white-page .black-social-el:focus, .single-post .black-social-el:hover, .single-post .black-social-el:focus{
	-webkit-box-shadow: 0 0 0 2px rgb(0 0 0 / 100%);
    box-shadow: 0 0 0 2px rgb(0 0 0 / 100%);
}

.black-social-el img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page__section--bg__top {
    position: relative;
    z-index: 10;
}

.page__section--bg__top::before {
    content: '';
    height: 330px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%);
}

.breadcrumbs-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    z-index: 40;
    color: #fff;
    font-size: 13px;
}

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

.breadcrumbs-list li:after {
    content: '/';
    color: #CF348D;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs-list li:last-child:after {
    content: none;
}

.breadcrumbs-list a:hover, .breadcrumbs-list a:focus {
    text-decoration: underline;
}

.card-retail__el--grey {
    background-color: #f2f3f8;
    border-radius: 5px;
    overflow: hidden;
}

.product-tabs .card-retail__el {
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.card-retail__el--grey .card-retail__el--photo {
    margin-bottom: 0;
    border-radius: 0;
}

.card-retail__el--grey p {
    margin-bottom: 0;
}

.card-retail__el--inner {
    padding: 20px;
}

.gr-module {
    background: -webkit-linear-gradient(45deg, #2c2067 0%, #bb4389 100%);
    background: linear-gradient(45deg, #2c2067 0%, #bb4389 100%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.gr-module__title {
    font-weight: bold;
    font-size: 37px;
    line-height: 54px;
    margin-bottom: 10px;
}

.gr-module--inner {
    max-width: 393px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.gr-module--inner p {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.page__section-grey-boxes .insight-big-card,
.page__section-grey-boxes .insight__card {
    background-color: #f2f3f8;
}

.gilter__grid {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
}
.gilter__grid--elem {
    padding-left: 15px;
    padding-right: 15px;
}


.select__wrapper {
    position: relative;
}

.select__wrapper--name {
    position: absolute;
    font-weight: bold;
    letter-spacing: 0.3px;
    font-size: 14px;
    left: 12px;
    top: 0;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.sidebar__el {
    border-left: 2px solid #000;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.sidebar__el .sidebar__icon {
    margin-bottom: 10px;
}

.sidebar__el .h5__title {
    margin-bottom: 20px;
}

.figure__image {
    -webkit-box-shadow: 0 40px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 5px;
}

.blog-icon {
    margin-bottom: 10px;
}

.blog-info-preview .h3__title {
    margin-bottom: 10px;
}

.key__stat {
    text-align: center;
}

.key__stat-image {
    margin-bottom: 35px;
}

.key__stat-title {
    max-width: 230px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
}

.key__stat-title p {
    margin: 0;
}

.right__link {
    font-weight: bold;
    letter-spacing: .3px;
    padding-right: 30px;
    position: relative;
    color: var(--btncolor);
	text-decoration: underline solid transparent; text-underline-offset: 2px; transition: text-decoration 1s ease;
}

.right__link:hover, .right__link:focus {
	text-decoration: underline solid Currentcolor; text-underline-offset: 2px; box-shadow:none; 
}

.right__link:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 2px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -796px;
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
}

.right__link-right {
    font-weight: bold;
    letter-spacing: .3px;
    padding-right: 30px;
    position: relative;
    color: var(--white);
	text-decoration: underline solid transparent; text-underline-offset: 2px; transition: text-decoration 1s ease;
}

.right__link-right:hover, .right__link-right:focus {
	text-decoration: underline solid Currentcolor; text-underline-offset: 2px; box-shadow:none; 
}

.right__link-right:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -814px;
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
}

.dwn__link {
    font-weight: bold;
    letter-spacing: .3px;
    padding-left: 30px;
    position: relative;
    color: var(--turquoise);
}

.dwn__link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -693px;
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
}

.col-reverse:nth-child(even) > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ben__el {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.storie__el {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.storie__el .insight-big-card__cont {
    padding: 20px;
}

.storie__el .insight-big-card__cont p:last-of-type {
    margin: 0;
}

.storie__el .h4__title {
    margin-bottom: 10px;
}

.white-page .page__header {
    color: #000;
}

.white-page .breadcrumbs-area {
    color: #000;
}

.white-page .b__welcome-info {
    color: #000;
    padding-bottom: 0px;
}

.white-page .social-el {
    border-color: #d9d9d9;
}

.white-page .hamburger-inner, .white-page .hamburger-inner::before, .white-page .hamburger-inner::after {
    background-color: #000;
}

.white-page .nav-users-list > li > a:after,
.white-page .nav-list > li > a:after, .white-page #my-menu .nav-list > li > a:before {
    background-color: #000;
}

.white-page #my-menu .nav-list > li.bld-cta > a:focus:before{
	background-color:var(--blue2);
}

.w206 {
    max-width: 206px;
    width: 100%;
}

.w295 {
    max-width: 295px;
    width: 100%;
}

.bd-image {
    border-radius: 5px;
    overflow: hidden;
}

.share__article {
    margin-top: 27px;
}

.share__article .black-social {
    margin-left: -5px;
    margin-right: -5px;
}

.share__article .black-social li {
    padding-left: 5px;
    padding-right: 5px;
}

.share__article--title {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.sidebar__el {
    margin-bottom: 40px;
}

.sidebar__el:last-child {
    margin-bottom: 0;
}

.sidebar__el-sub {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar__el-sub:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar__el-sub--title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .34px;
    line-height: 26px;
    margin-bottom: 6px;
}

.events__box {
    background-color: #f4f4f7;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

.category__loc {
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.loc__el-ico {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -964px;
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    margin-right: 6px;
}

.events__box--cont {
    position: relative;
}

.events__box--cont .h4__title {
    padding-right: 25px;
}

.outside-l {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -716px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.h1__centered {
    font-size: 38px;
    text-align: center;
}

.w670 {
    max-width: 670px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.share__report--title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.green-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.green-social > li {
    padding: 5px;
}

.green-social-el {
    display: block;
    width: 36px;
    height: 36px;
    background-color: var(--btncolor);
    border-radius: 100%;
    position: relative;
	transition:box-shadow .3s,-webkit-box-shadow .3s;
}

.green-social-el:hover, .green-social-el:focus{ box-shadow:0 0 0 4px var(--btnbordercolor); }

.green-social-el img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.report__box {
    background-color: #fff;
    padding: 22px;
    border-radius: 5px;
}

.report__box--title {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
}

.report__box-mt45 {
    margin-top: 45px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="submit"], input[type="reset"], input[type="tel"], textarea, select {
    border-radius: 0;
    -webkit-appearance: none;
}

button, [type="submit"], [type="button"], label {
    cursor: pointer;
}

button.disabled, button:disabled{ opacity: 0.7; cursor: not-allowed; }

*:focus {
    outline: none;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

nav ul, .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.b-20 {
    margin-top: -20px;
}

.b20 {
    margin-top: 20px;
}

.b-30 {
    margin-top: -30px;
}

.b30 {
    margin-top: 30px;
}

.b-10 {
    margin-top: -10px;
}

.b10 {
    margin-top: 10px;
}

.bg__cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 0.7;
}

::-moz-placeholder {
    color: #000;
    opacity: 0.7;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 0.7;
}

::-ms-input-placeholder {
    color: #000;
    opacity: 0.7;
}

::placeholder {
    color: #000;
    opacity: 0.7;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

img, svg, iframe {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 900;
}

h1 {
    font-size: 2.35em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

.ie-fit {
    font-family: 'object-fit: cover;';
}

.el-fit {
    -o-object-fit: cover;
    object-fit: cover;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
}

p {
    margin-top: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.page__wrapper {
    position: relative;
    overflow: hidden;
}

.responsive-img {
    display: block;
    width: 100%;
    max-width: none;
}

.cover-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.form__styler [type="text"],
.form__styler [type="tel"],
.form__styler [type="email"],
.form__styler [type="password"],
.form__styler [type="search"],
.form__styler textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    vertical-align: top;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 6px;
    height: 50px;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
}

.form__styler [type="text"]:focus,
.form__styler [type="tel"]:focus,
.form__styler [type="email"]:focus,
.form__styler [type="password"]:focus,
.form__styler [type="search"]:focus,
.form__styler textarea:focus {
    border-color: #39B2AB;
}

.form__styler [type="text"]::-webkit-input-placeholder, .form__styler [type="tel"]::-webkit-input-placeholder, .form__styler [type="email"]::-webkit-input-placeholder, .form__styler [type="password"]::-webkit-input-placeholder, .form__styler [type="search"]::-webkit-input-placeholder, .form__styler textarea::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler [type="text"]::-moz-placeholder, .form__styler [type="tel"]::-moz-placeholder, .form__styler [type="email"]::-moz-placeholder, .form__styler [type="password"]::-moz-placeholder, .form__styler [type="search"]::-moz-placeholder, .form__styler textarea::-moz-placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler [type="text"]:-ms-input-placeholder, .form__styler [type="tel"]:-ms-input-placeholder, .form__styler [type="email"]:-ms-input-placeholder, .form__styler [type="password"]:-ms-input-placeholder, .form__styler [type="search"]:-ms-input-placeholder, .form__styler textarea:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler [type="text"]::-ms-input-placeholder, .form__styler [type="tel"]::-ms-input-placeholder, .form__styler [type="email"]::-ms-input-placeholder, .form__styler [type="password"]::-ms-input-placeholder, .form__styler [type="search"]::-ms-input-placeholder, .form__styler textarea::-ms-input-placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler [type="text"]::placeholder,
.form__styler [type="tel"]::placeholder,
.form__styler [type="email"]::placeholder,
.form__styler [type="password"]::placeholder,
.form__styler [type="search"]::placeholder,
.form__styler textarea::placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler [type="search"] {
    padding-left: 45px;
}

.form__styler [type="submit"],
.form__styler [type="reset"],
.form__styler [type="button"],
.form__styler button {
    padding: 0;
    border: none;
    font-size: 16px;
}

.form__styler--styler {
    color: #000;
}

.form__styler--styler [type="text"],
.form__styler--styler [type="tel"],
.form__styler--styler [type="email"],
.form__styler--styler [type="password"],
.form__styler--styler [type="search"],
.form__styler--styler textarea {
    color: #000;
    border-color: #B9B9B9;
}

.form__styler--styler .jq-selectbox__select {
    border-color: #B9B9B9;
}

.form__styler--styler .selectboxTopLine {
    background-color: #B9B9B9;
}

.form__styler--styler .select__wrapper--name {
    color: #B9B9B9;
}

.form__styler--styler .search-wrapper:after {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -599px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.form__styler--styler .jq-selectbox__select:before,
.form__styler--styler .jq-selectbox__select:after {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -236px;
    width: 9px;
    height: 50px;
    background-repeat: no-repeat;
}

.form__styler--styler .jq-selectbox__trigger-arrow {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -914px;
    width: 16px;
    height: 10px;
    background-repeat: no-repeat;
}

.form__styler--styler [type="submit"],
.form__styler--styler [type="reset"],
.form__styler--styler [type="button"],
.form__styler--styler button {
    color: #39B2AB;
}

.form__styler--styler .jq-selectbox__dropdown ul li {
    padding: 15px;
}

.form__styler--black [type="text"],
.form__styler--black [type="tel"],
.form__styler--black [type="email"],
.form__styler--black [type="password"],
.form__styler--black [type="search"],
.form__styler--black textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    vertical-align: top;
    border: 2px solid #e1e1e1;
    background-color: transparent;
    border-radius: 6px;
    height: 50px;
    color: #000;
    padding: 0 15px;
    font-size: 16px;
}

.form__styler--black [type="text"]:focus,
.form__styler--black [type="tel"]:focus,
.form__styler--black [type="email"]:focus,
.form__styler--black [type="password"]:focus,
.form__styler--black [type="search"]:focus,
.form__styler--black textarea:focus,
.form__styler--black select:focus ~ .jq-selectbox__select {
    border-color: #39B2AB;
}

.form__styler--black [type="text"]::-webkit-input-placeholder, .form__styler--black [type="tel"]::-webkit-input-placeholder, .form__styler--black [type="email"]::-webkit-input-placeholder, .form__styler--black [type="password"]::-webkit-input-placeholder, .form__styler--black [type="search"]::-webkit-input-placeholder, .form__styler--black textarea::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler--black [type="text"]::-moz-placeholder, .form__styler--black [type="tel"]::-moz-placeholder, .form__styler--black [type="email"]::-moz-placeholder, .form__styler--black [type="password"]::-moz-placeholder, .form__styler--black [type="search"]::-moz-placeholder, .form__styler--black textarea::-moz-placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler--black [type="text"]:-ms-input-placeholder, .form__styler--black [type="tel"]:-ms-input-placeholder, .form__styler--black [type="email"]:-ms-input-placeholder, .form__styler--black [type="password"]:-ms-input-placeholder, .form__styler--black [type="search"]:-ms-input-placeholder, .form__styler--black textarea:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler--black [type="text"]::-ms-input-placeholder, .form__styler--black [type="tel"]::-ms-input-placeholder, .form__styler--black [type="email"]::-ms-input-placeholder, .form__styler--black [type="password"]::-ms-input-placeholder, .form__styler--black [type="search"]::-ms-input-placeholder, .form__styler--black textarea::-ms-input-placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler--black [type="text"]::placeholder,
.form__styler--black [type="tel"]::placeholder,
.form__styler--black [type="email"]::placeholder,
.form__styler--black [type="password"]::placeholder,
.form__styler--black [type="search"]::placeholder,
.form__styler--black textarea::placeholder {
    opacity: 1;
    color: inherit;
    font-family: inherit;
}

.form__styler--black [type="search"] {
    padding-left: 45px;
}

.form__styler--black .search-wrapper:after {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -599px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.form__styler--black textarea {
    height: 200px;
    padding: 15px;
}

.form__styler--black .jq-selectbox__select {
    border: 2px solid #e1e1e1;
}

.form__styler--black .jq-selectbox__select:after, .form__styler--black .jq-selectbox__select:before {
    content: none;
}

.form__styler--black .jq-selectbox__select-text {
    line-height: 46px;
}

.form__styler--black .jq-selectbox__dropdown {
    bottom: auto !important;
    top: 51px !important;
}

.form__styler--black .jq-selectbox__dropdown ul li {
    padding: 15px;
}

.form__styler--black .jq-selectbox__trigger-arrow {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -914px;
    width: 16px;
    height: 10px;
    background-repeat: no-repeat;
}

.form__styler--black a {
    color: var(--btncolor);
}

.form__styler--black a:hover, .form__styler--black a:focus, .reset__filter:hover, .reset__filter:focus {
    text-decoration: underline;
}

.form__styler--black p {
    font-size: 12px;
    margin: 0;
}

.form__styler--black [type="submit"],
.form__styler--black [type="reset"],
.form__styler--black [type="button"],
.form__styler--black button {
    background-color: var(--btncolor);
    border-radius: 5px;
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
	transition:box-shadow .3s,-webkit-box-shadow .3s;
}

.form__styler--black [type="submit"]:hover, .form__styler--black [type="submit"]:focus,
.form__styler--black [type="reset"]:hover, .form__styler--black [type="reset"]:focus,
.form__styler--black [type="button"]:hover, .form__styler--black [type="button"]:focus,
.form__styler--black button:hover, .form__styler--black button:focus {
	box-shadow: 0 0 0 4px var(--btnbordercolor);
}

.reset__button {
    padding: 0;
    border: none;
    background-color: transparent !important;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
}

.reset__filter {
    padding: 0;
    border: none;
    background-color: transparent !important;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
}

.search-wrapper {
    position: relative;
}

.search-wrapper:after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -623px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jq-selectbox {
    display: block;
    width: 100%;
    font-size: 16px;
    position: relative;
    z-index: 10;
	cursor: pointer;
}

.jq-selectbox.opened .jq-selectbox__select, .gilter__grid .jq-selectbox.opened select:focus ~ .jq-selectbox__select {
    border-color: var(--turquoise);
}

.jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jq-selectbox.opened .jq-selectbox__select:after, .jq-selectbox.opened .jq-selectbox__select:before {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -182px;
    width: 9px;
    height: 50px;
    background-repeat: no-repeat;
}

.jq-selectbox.opened .selectboxTopLine {
    background-color: var(--turquoise);
}

.selectboxTopLine {
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 10;
}

.jq-selectbox__dropdown {
    background-color: #fff;
    width: 100%;
    border: 2px solid #e1e1e1;
    border-radius: 6px;
    margin-top: 4px;
    font-size: 16px;
	min-width:fit-content;
	bottom: auto;
}

.jq-selectbox__dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #000;
}

.jq-selectbox__dropdown ul li {
    padding: 20px;
}

.jq-selectbox__dropdown ul li:hover {
    background-color: #ecf7f4;
}

.jq-selectbox__dropdown ul li.sel {
    background-color: #ecf7f4;
    font-weight: bold;
}

.jq-selectbox__select {
    height: 50px;
    width: 100%;
    display: block;
    border-radius: 6px;
    border-bottom: 2px solid #fff;
}

.jq-selectbox__select:after {
    content: '';
    width: 9px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -290px;
    width: 9px;
    height: 50px;
    background-repeat: no-repeat;
}

.jq-selectbox__select:before {
    content: '';
    width: 9px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -290px;
    width: 9px;
    height: 50px;
    background-repeat: no-repeat;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.jq-selectbox__select-text {
    line-height: 50px;
    padding: 0 45px 0 15px;
}

.jq-selectbox__trigger {
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jq-selectbox__trigger-arrow {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -994px;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    width: 14px;
    height: 7px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.bdt0 {
    border-top: transparent !important;
}

.video__cover {
    position: relative;
}

.video__cover a {
    display: block;
}

.video__cover .icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -112px;
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    -webkit-transition: all .4s;
    transition: all .4s;
	border-radius: 50%;
}

.video__cover:hover .icon-play, .video__cover:focus-within .icon-play {
    -webkit-transform: scale(0.8) translate(-50%, -50%);
    transform: scale(0.8) translate(-50%, -50%);
}

.audio__cover .icon-play {
	filter: invert(100%);
}

.video__card {
    border-radius: 5px;
    overflow: hidden;
    background-color: #f4f4f7;
    border: 1px solid #e5e5e5;
}

.video__card .insight-big-card__footer {
    margin-top: 30px;
}

.fancybox-bg {
    background-color: #000000 !important;
    opacity: 0.5 !important;
}

.videoModal {
    display: none;
    max-width: 970px !important;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.playlistModal {
	max-width: 920px !important;
}

.videoM .videoModal {
    padding: 0;
}

.videoModal-image {
    position: relative;
}

.videoModal-image a {
    display: block;
}

.videoModal-image .icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -4px;
    width: 104px;
    height: 104px;
    background-repeat: no-repeat;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.videoModal-image:hover .icon-play {
    -webkit-transform: scale(0.8) translate(-50%, -50%);
    transform: scale(0.8) translate(-50%, -50%);
}

body .fancybox-button--close {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -464px;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 32px;
    right: 32px;
}

body .fancybox-button--close svg {
    display: none !important;
}

.videoModal-cont {
    text-align: center;
    padding: 15px;
}

.videoModal-cont .h5__title {
    margin-bottom: 20px;
}

.fancybox-slide {
    padding: 5px !important;
}

.insight__card--grey {
    background-color: #f2f3f8 !important;
    border: none !important;
}

.insight__card--grey .h4__title {
    margin-bottom: 5px;
}

.insight__card--grey .insight__card--image {
    height: 100%;
}

.product-tabs-head-resp-white {
    color: #fff;
    border-bottom-color: #fff !important;
}

.product-tabs-head-resp-white .product-tabs-name, .product-tabs-head-resp-white .r-tabs-accordion-title a {
    border-bottom-color: #fff;
}

.green-card {
    text-align: center;
}

.green-value {
    font-family: "DINCond", Helvetica, Arial, sans-serif;
    font-size: 62px;
    color: var(--turquoise);
    margin-bottom: 12px;
}

.green-card {
    font-size: 14px;
}

.green-card p {
    max-width: 266px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
}

.green-card-box-out {
    overflow: hidden;
}

.green-card-inner {
    margin-left: -1px;
}

.green-card-out {
    padding-top: 10px;
    padding-bottom: 10px;
}

.green-card-out:after {
    content: '';
    width: 1px;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.mt220 {
    margin-top: 220px;
}

.sidebar__el-logo {
    margin-bottom: 20px;
}

.sidebar__el--list {
    margin-bottom: 25px;
}

.sidebar__el--list > li {
    margin-bottom: 20px;
}

.sidebar__el--list > li:last-child {
    margin-bottom: 0;
}

.sidebar__el--list--title {
    font-size: 12px;
    font-weight: bold;
    color: #8D8D8D;
    margin-bottom: 5px;
}

.h6__title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .34px;
}

.sidebar__el {
    position: relative;
}

.sidebar__el .vert-social {
    -webkit-transform: none;
    transform: none;
    right: -60px;
    top: 10px;
}

.tel--e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ico-tel {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -647px;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19px;
    flex: 0 0 19px;
    margin-right: 10px;
}

.icon-send {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -738px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    margin-left: 14px;
	filter: brightness(0) invert(1);
}

.short-btn {
    width: auto !important;
    min-width: 119px !important;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.small-bg-top {
    position: relative;
}

.small-bg-top:after {
    content: '';
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.office__card {
    padding: 25px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dbdbdd;
}

.office__card-footer {
    margin-top: 20px;
    border-top: 1px solid #bfbfbf;
    padding-top: 15px;
}

.page__section--red .page__section--tag {
    color: #CF348D;
    border-left-color: #CF348D;
}

.video__card {
    color: #000;
}

.video__card:hover h4, .video__card:hover h3{
    color: #425CC7;
}

.team-card {
    text-align: center;
}

.team-card__name {
    letter-spacing: .3px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.team-card__job {
    font-size: 14px;
    margin-bottom: 17px;
}

.team-card__photo {
    max-width: 130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.b__welcome-info-cont-full {
    width: auto;
    max-width: 100%;
    padding-right: 0 !important;
}

.b__welcome .team-card__name {
    font-size: 34px;
    letter-spacing: .3px;
}

.b__welcome .team-card__job {
    font-size: 16px;
    font-weight: 400;
}

.b__welcome .black-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b__welcome .black-social > li {
    padding-left: 10px;
    padding-right: 10px;
}

.page__section--sq:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    background-color: #fff;
    z-index: -1;
}

.page__section--sq .page__section--header {
    color: #000;
}

.page__section--sq .right__link {
    color: #fff;
}

.page__section--sq .right__link:after {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -814px;
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
}

.sh-photo {
    -webkit-box-shadow: 0 40px 40px -20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 40px 40px -20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}

.row-reverse:nth-child(odd) > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.w770 {
    max-width: 770px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.video__b {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 40px 40px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 40px 40px -20px rgba(0, 0, 0, 0.5);
}

.video__b a {
    display: block;
}

.accordion-inner {
    display: none;
    margin-top: 10px;
    max-width: 737px;
    width: 100%;
}

.accordion-list > li {
    padding: 22px 0;
    border-bottom: 1px solid #cacdd9;
}

.accordion-toggle {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    padding-right: 60px;
    padding-right-letter-spacing: .34px;
}

.accordion-toggle:after {
    content: '';
    right: 0;
    top: 2px;
    position: absolute;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -894px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.accordion-toggle.show:after {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -854px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.w800 {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sm-info {
    text-align: center;
    font-size: 19px;
}

.sm-info .sidebar__icon {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.sm-info .sidebar__icon img {
    width: 100%;
}

.sm-info .h3__title {
    margin-bottom: 15px;
}

.sm-info p {
    margin-bottom: 50px;
}

.ava__box {
    position: relative;
    width: 220px;
    border-radius: 100%;
}

.ava__box:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.ava__box img {
    position: absolute;
    left: 0;
    top: 0;
}

.job__e {
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 15px;
}

.w470 {
    max-width: 470px;
    width: 100%;
}

.swiper-pag__st.swiper-pag__purple .swiper-pagination {
    margin-top: 0;
    margin-left: -8px;
    margin-right: -8px;
}

.swiper-pag__st.swiper-pag__purple .swiper-pagination .swiper-pagination-bullet {
    background-color: #2A1B6A;
    border: none;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    margin-right: 8px;
}

.swiper-pag__st.swiper-pag__purple .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--turquoise);
    -webkit-box-shadow: 0 0 0 3px var(--turquoise);
    box-shadow: 0 0 0 3px var(--turquoise);
}

.page__rait {
    position: absolute;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 14%; */

    right: 70px;
    bottom: -60px;
}

.grey-area-this {
    position: absolute;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    background-color: #f4f4f7;
}

.swiper-pag__green {
    overflow: visible !important;
}

.swiper-pag__green.swiper-nav__st .swiper-button-prev {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -495px;
    width: 27px;
    height: 24px;
    background-repeat: no-repeat;
}

.swiper-pag__green.swiper-nav__st .swiper-button-next {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -408px;
    width: 28px;
    height: 24px;
    background-repeat: no-repeat;
}

.swiper-pag__green .swiper-pagination {
    margin-top: 0;
    margin-left: -8px;
    margin-right: -8px;
}

.swiper-pag__green .swiper-pagination .swiper-pagination-bullet {
    background-color: #e1e1e1;
    border: none;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    margin-right: 8px;
}

.swiper-pag__green .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--turquoise);
    -webkit-box-shadow: 0 0 0 3px var(--turquoise);
    box-shadow: 0 0 0 3px var(--turquoise);
}

.timeline-box__image {
    max-width: 200px;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #E1E1E1;
    box-shadow: 0 0 15px #E1E1E1;
    overflow: hidden;
    margin-bottom: 20px;
}

.timeline-box__text {
    line-height: 26px;
}

.timeline-box__year {
    color: var(--turquoise);
    font-weight: bold;
    margin-top: 10px;
}

.swiper-scrollbar-styler {
    overflow: hidden;
}

.swiper-scrollbar-styler .swiper-scrollbar {
    border-radius: 0;
    height: 3px !important;
    background-color: #e8e7ee;
    position: relative;
    left: 0 !important;
    position: relative !important;
    margin-bottom: 20px;
    margin-top: 95px;
}

.swiper-scrollbar-styler .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 100%;
    height: 31px !important;
    background-color: #61C1BC;
    top: -14px;
	cursor: pointer;
}

.swiper-scrollbar-styler .swiper-scrollbar .swiper-scrollbar-drag:hover, .swiper-scrollbar-styler .swiper-scrollbar .swiper-scrollbar-drag:focus,
.swiper-scrollbar-styler .swiper-scrollbar .swiper-scrollbar-drag:hover:before, .swiper-scrollbar-styler .swiper-scrollbar .swiper-scrollbar-drag:focus:before{
	background-color: var(--turquoise);
}

.swiper-scrollbar-styler .swiper-scrollbar .swiper-scrollbar-drag:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100vw;
    top: 50%;
    height: 3px;
    background-color: #271f66;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-scrollbar-styler .swiper-scrollbar .swiper-scrollbar-drag:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 5px;
    background-color: #61C1BC;
	cursor:pointer;
}

.right-year {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30.5px;
    width: 27px;
}

.right-year:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e1e1e1;
    top: 0;
    bottom: 0;
}

.right-year span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background-color: #f4f4f7;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 3;
}

.swiper-timeline-out {
    overflow: hidden;
}

.swiper-timeline-out .swiper-container {
    overflow: visible;
    margin-left: 0;
    margin-bottom: 118px;
}

.swiper-timeline-out .swiper-container .swiper-wrapper{ cursor:all-scroll; }

.swiper-timeline-out + .swiper-scrollbar-styler {
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 15px;
}

.vert-social--custom {
    top: 160px;
    -webkit-transform: none;
    transform: none;
    z-index: 100;
}

.search-result-el {
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-result-el:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}

.search-popup {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 370px;
    display: none;
}

.search-popup [type="text"],
.search-popup [type="tel"],
.search-popup [type="email"],
.search-popup [type="password"],
.search-popup [type="search"],
.search-popup textarea {
    background-color: #fff;
    padding-right: 60px;
}

.close-search {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -928px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.close-search:hover, .close-search:focus{
	box-shadow:0 0 0 6px rgb(53 178 171 / 40%);
	background-color:rgba(53,178,171, 0.4);
	border-radius:30px;
}

.video-responsive {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.audioModal {
    max-width: 670px !important;
}

.audio-responsive {
    padding-bottom: 30%;
}

.audio-responsive .videoModal-cont{
	padding: 15px 15px;
}

.subscribe-links {
    display: block;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0px;
}

.subscribe-links li {
    padding: 2px 16px;
    display: inline-block;
}

.subscribe-links li a{ display:inline-block; }

.subscribe-links li img {
    height: 30px;
    width: 30px;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.videoModal {
    display: none;
    max-width: 80vh;
    width: 100%;
    overflow: hidden;
    padding: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.fancybox-slide--current .videoModal {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.just__text ul {
    font-weight: bold;
    list-style-type: none;
    padding: 0 !important;
}

.just__text ul li {
    position: relative;
    padding-left: 30px;
}
.just__text a:not([class]), .widget_text a:not([class]), .textwidget  a:not([class]){
    text-decoration: none;
    color: #425CC7;
    outline: 0;
}
.just__text a:not([class]):hover, .widget_text a:not([class]):hover, .textwidget  a:not([class]):hover, .just__text a:not([class]):focus, .widget_text a:not([class]):focus, .textwidget  a:not([class]):focus{
	border-bottom: 1px solid #425CC7;
}
.just__text ul li:after {
    content: '';
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -551px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) {
    .new-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.card-retail__el--photo {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.card-retail__el a img{ opacity:0.8; }
.card-retail__el a:hover img, .card-retail__el a:focus img{ opacity:1; }
.card-retail__el a:hover, .card-retail__el a:focus{ color:var(--turquoise); }


.card-retail p {
    line-height: 26px;
    margin-bottom: 0;
}

.data-card__el--image {
    margin-bottom: 17px;
}

.data-card__el .h4__title {
    margin-bottom: 10px;
}

.data-card__el p {
    line-height: 26px;
}

.data-card__el p:last-of-type {
    margin-bottom: 0;
}

.client-slider__image {
    position: relative;
    width: 428px;
    border-radius: 5px;
    overflow: hidden;
}

.client-slider__image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.client-slider__image--logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.client-slider__info {
    padding: 35px  40px;
    background: -webkit-gradient(linear, left top, right top, from(#2A1B6A), to(#39B2AB));
    background: -webkit-linear-gradient(left, #2A1B6A 0%, #39B2AB 100%);
    background: linear-gradient(90deg, #2A1B6A 0%, #39B2AB 100%);
    color: #fff;
    height: 100%;
}

.bq-carousel {
    margin: 0;
    position: relative;
    padding-top: 35px;
}

.bq-carousel::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 22px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -344px;
    width: 35px;
    height: 26px;
    background-repeat: no-repeat;
}

.bq-carousel .bq-carousel__footer {
    margin-top: 22px;
}

.bq-carousel__inner {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.bq-carousel__inner p {
    margin: 0;
}

.author-bq__info {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.client-slider__info .page__btn {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.client-carousel .swiper-slide-active .bq-carousel__inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.client-carousel .swiper-slide-active .author-bq__info {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.client-carousel .swiper-slide-active .client-slider__info .page__btn {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.author-bq__photo {
    width: 46px;
}

.author-bq__name {
    font-weight: bold;
    letter-spacing: 0.34px;
    font-size: 18px;
    margin-bottom: 4px;
}

.author-bq__job {
    font-size: 14px;
}

.client-carousel.swiper-nav__st .swiper-nav {
    width: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.client-carousel.swiper-nav__st .swiper-nav .swiper-nav-el {
    position: static;
    margin: 0;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo-info {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
}

.page__footer .black-social {
    margin-left: -5px;
    margin-right: -5px;
}
.page__footer {
    position: relative;
    z-index: 10;
    margin-top: 60px;
    webkit-box-shadow: rgba(41, 41, 41, 0.25) 0px 0px 9px 3px;
    box-shadow: rgba(41, 41, 41, 0.25) 0px 0px 9px 3px;
    padding-top: 30px !important;
}
.page__footer .black-social > li {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-section:last-child {
    margin-bottom: 0;
}

.footer-section__title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-section__list {
    line-height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-section__list li {
    margin-bottom: 10px;
}

.footer-section__list li:last-child {
    margin-bottom: 0;
}

.footer-section__list a {
    color: #717171;
}

.footer-section__list a:hover {
    text-decoration: underline;
}

.footer-sub-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #717171;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
}

.footer-sub-list a:hover, .footer-sub-list a:focus {
    text-decoration: underline;
}

.footer-sub-list li {
    margin-top: 5px;
}

.footer-sub-list li:after {
    content: '|';
    margin-left: 2px;
    margin-right: 2px;
}

.footer-sub-list li:last-child:after {
    content: none;
}

.page__header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    padding: 0px 45px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    transition: all .35s;
}

.page__header {
    background-color: #fff;
    color: #000 !important;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
    -moz-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
    box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
	transition: all .35s;
}
.page__header .logo-white {
    opacity: 0 !important;
}
.logo {
    position: relative;
}
.page__header .logo-black {
    display: block !important;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s;
}
.page__header .logo-black {
    opacity: 1 !important;
}
.page__header .logo-black img {
    max-width: 158px;
    width: 100%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    transition: background-color 1s !important;
}
.page__header .hamburger-inner, .page__header .hamburger-inner::before, .page__header .hamburger-inner::after {
    background-color: #000 !important;
}
.page__header #my-menu .nav-list > li:not(.bld-cta) > a:before {
    background-color: #000 !important;
}
.page__header .nav-users-list > li:not(.bld-cta) > a:after {
    background-color: #000 !important;
}
.page__header .search-btn {
    position: relative;
	transition: all 0.5s;
}
.page__header .search-btn:hover, .page__header .search-btn:focus {
	box-shadow:0 0 0 8px var(--btnbordercolor2);
	background-color:var(--btnbordercolor2);
	border-radius:30px;
}
.page__header .search-btn:hover:after, .page__header .search-btn:focus:after{
	opacity:0;
}

.page__header .search-btn:after {
    content: '' !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    background-image: url('../img/search-black.svg');
    background-position: center;
}

.page__header .search-btn::after {
    opacity: 1;
}


.page__header .logo-black {
    opacity: 1;
}


body .page__header .search-btn:after {
    opacity: 1;
}
body .page__header {
    color: #000;
}

body.headerChangeTWhite .page__header .logo-black {
    opacity: 0;
}

body.headerChangeTWhite .page__header {
    color: #fff;
}


body.single-resource .page__header .logo-white {
    display: block;
}
body.page-template-page-text .page__header .logo-black,
body.error404 .page__header .logo-black,
body.search .page__header .logo-black,
body.single-life .page__header .logo-black,
body.single-leadership  .page__header .logo-black,
body.single-resource .page__wrapper:not(.reports):not(.podcasts) .page__header .logo-black,
body.single-casestudy .page__header .logo-black, body.single-tesco-casestudy .page__header .logo-black,
body.single-post .page__header .logo-black  {
    opacity: 1;
    display: block;
}

body.page-template-page-text .page__header .logo-white,
body.error404 .page__header .logo-white,
body.search .page__header .logo-white,
body.single-life .page__header .logo-white,
body.single-leadership  .page__header .logo-white,
body.single-resource .page__wrapper:not(.reports):not(.podcasts) .page__header .logo-white,
body.single-casestudy .page__header .logo-white, body.single-tesco-casestudy .page__header .logo-white,
body.single-post .page__header .logo-white  {
    opacity: 0;
    display: block;
}

body.page-template-page-text .page__header,
body.error404 .page__header,
body.search .page__header,
body.single-life .page__header,
body.single-leadership .page__header,
body.single-resource .page__wrapper:not(.reports):not(.podcasts) .page__header,
body.single-casestudy .page__header, body.single-tesco-casestudy .page__header,
body.single-post .page__header  {
    color: #000;
}


body.single-life .vert-social {
    transform: none;
}

.nav-users-list, .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -21px;
    margin-right: -21px;
    letter-spacing: 1px;
}

.nav-users-list > li, .nav-list > li {
    padding-left: 21px;
    padding-right: 21px;
	height:80px;
}

.nav-users-list > li > a, .nav-list > li > a {
    position: relative;
    display: block;
}

.nav-users-list > li > a:after, .nav-list > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.nav-users-list > li > a:hover:after, .nav-users-list > li > a:focus:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.nav-users-list > li.curremt-menu-item > a:after,
.nav-users-list > li.current-menu-parent > a:after
{
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}

.mm-listview > li:not(.mm-divider)::after {
    left: 0;
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
    color: #2A1B6A;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}

.search-btn {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -623px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
	font-size:10px;
	text-indent: -9999px;
    overflow: hidden;
}

.search-btn:after {
    content: none !important;
}

#my-menu .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
}

#my-menu .nav-list > li {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

#my-menu .nav-list > li > a {
    position: relative;
    display: block;
}

#my-menu .nav-list > li:not(.bld-cta) > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

#my-menu .nav-list > li > a:hover:before, #my-menu .nav-list > li > a:focus:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

#my-menu .nav-list > li.current-menu-item > a:before,
#my-menu .nav-list > li.current-menu-parent > a:before {
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}

#my-menu .nav-list > li:hover:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 20px; }
#my-menu .nav-list > li:hover > .sub-menu, #my-menu .nav-list > li a:focus ~ .sub-menu, #my-menu .nav-list > li > .sub-menu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
#my-menu .nav-list > li > .sub-menu {
    width: auto;
    min-width: 240px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    left: 20px;
    top: -webkit-calc(100% + 20px);
    top: calc(100% + 20px);
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    padding-top: 11px;
    padding-bottom: 11px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: min-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: min-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: min-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #ebebeb; }
#my-menu .nav-list > li > .sub-menu.is_expanded {
    min-width: 360px; }
#my-menu .nav-list > li > .sub-menu > li {
    max-width: 230px; }
#my-menu .nav-list > li > .sub-menu > li > a {
    display: block;
    padding: 5px 20px; }
#my-menu .nav-list > li > .sub-menu > li:hover > .sub-menu, #my-menu .nav-list > li > .sub-menu > li a:focus ~ .sub-menu {
    -webkit-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px);
    visibility: visible; }
#my-menu .nav-list > li > .sub-menu > li.current-menu-item > a {
    font-weight: bold;
    background-color: #ecf7f4; }
#my-menu .nav-list > li > .sub-menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 38px; }
#my-menu .nav-list > li > .sub-menu > li.menu-item-has-children > a:after {
    content: '>';
    position: absolute;
    font-size: 16px;
    right: 27px;
    top: 4px; }
#my-menu .nav-list > li > .sub-menu > li.menu-item-has-children > a:before {
    content: '';
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
#my-menu .nav-list > li > .sub-menu > li.menu-item-has-children:hover > a:after {
    color: #CF7938; }
#my-menu .nav-list > li > .sub-menu > li > .sub-menu {
    width: 166px;
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color: #26366A;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    padding-top: 11px;
    padding-bottom: 11px;
    border-left: 0;
    padding-left: 5px;
    visibility: hidden; }
#my-menu .nav-list > li > .sub-menu > li > .sub-menu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: #cacdd9; }
#my-menu .nav-list > li > .sub-menu > li > .sub-menu > li > a {
    display: block;
    padding: 5px 20px; }
#my-menu .nav-list > li > .sub-menu > li > .sub-menu > li:hover > a {
    background-color: #ecf7f4; }
#my-menu .nav-list > li > .sub-menu > li > .sub-menu > li.current-menu-item > a {
    font-weight: bold; }

.nav-users-list > li > .sub-menu > li.invisible-submenu > a{ display:none; }
.nav-users-list li.submenu-cta{ padding:10px 20px; text-align:center; }
.nav-users-list li.submenu-cta a{ color: #fff !important; background: var(--blue2); border: 2px solid var(--blue2); font-weight:600; border-radius: 3px; transition: box-shadow .3s,-webkit-box-shadow .3s; }
.nav-users-list li.submenu-cta:hover a, .nav-users-list li.submenu-cta a:hover, .nav-users-list li.submenu-cta a:focus{ color: #fff !important; background: var(--blue2) !important; box-shadow:0 0 0 4px var(--blue2border) !important; }
.nav-users-list > li > .sub-menu > li > .sub-menu > li:hover > a.menu-image-title-below, .nav-users-list > li > .sub-menu > li > .sub-menu > li > a.menu-image-title-below:focus{ background:none; }
.nav-users-list > li > .sub-menu > li.invisible-submenu > .sub-menu:after{ background:none; }
.no-image-title span.menu-image-title{ display:none; }
.menu-image-title-below.menu-image-not-hovered > img, .menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper, .menu-image-title-below .menu-image-hover-wrapper{ padding-bottom:0px; }
.menu-image-title-below.menu-image-not-hovered:hover > img, .menu-image-title-below.menu-image-not-hovered:focus > img{ box-shadow:0 0 20px rgb(0 0 0 / 15%); }

.mobile-is-open .logo-black {
    opacity: 1 !important;
}
.mobile-is-open .search-btn:after {
    opacity: 1 !important;
}

.mobile-is-open .preview-logo {
    display: none; }

.mobile-is-open .sticky-logo {
    display: block; }

.mobile-is-open .xs-none {
    display: none; }

.mobile-is-open .hamburger-inner, .mobile-is-open .hamburger-inner::before, .mobile-is-open .hamburger-inner::after {
    background-color: #293766; }

.mobile-is-open .mb-menu-area {
    visibility: visible;
    opacity: 1; }

.mobile-is-open .mb-menu-list-out {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }

.mobile-is-open .mb-menu-area__footer {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }

.mb-menu-area {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }

.mb-menu-list-out {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    bottom: 95px; }

.mb-menu-area__footer {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }

.b-header > .container-fluid {
    position: relative;
    z-index: 10; }

.mb-menu-area {
    padding-top: 94px;
    color: #26366A;
    font-size: 18px;
    line-height: 22px; }

.open-sub {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }

.mb-menu-list .current-menu-item > a {
    font-weight: bold; }

.mb-menu-list > li > a {
    display: block;
    padding: 15px 40px 15px 15px;
    position: relative; }

.mb-menu-list > li.menu-item-has-children {
    position: relative; }
.mb-menu-list > li.menu-item-has-children.show {
    background-color: #ecf7f4; }
.mb-menu-list > li.menu-item-has-children.show > a {
    font-weight: bold; }
.mb-menu-list > li.menu-item-has-children.show > .open-sub {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.mb-menu-list > li.menu-item-has-children.show > .open-sub:after {
    font-weight: bold;
    color: #c47c46; }
.mb-menu-list > li.menu-item-has-children > .open-sub {
    height: 52px;
    top: 0; }
.mb-menu-list > li.menu-item-has-children > .sub-menu {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: 10px 40px 10px 30px;
    position: relative; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li:last-child > a {
    padding: 10px 40px 15px 30px; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
    position: relative; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .open-sub {
    top: 4px; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: 10px 40px 10px 45px;
    position: relative; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li:last-child > a {
    padding: 10px 40px 15px 45px; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children.show {
    background-color: #f2e4da; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children.show > a {
    font-weight: bold; }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children.show > .open-sub {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.mb-menu-list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children.show > .open-sub:after {
    font-weight: bold;
    color: #c47c46; }

.open-sub {
    position: absolute;
    right: 0;
    height: 34px;
    width: 44px;
    top: 0; }
.open-sub:after {
    content: '>';
    position: absolute;
    top: 45%;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
    font-size: inherit; }

.mb-menu-area__footer {
    position: absolute;
    padding: 15px;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; }

.page__header > .container-fluid {
    position: relative;
    z-index: 10;
}

.nav-users-list > li, .nav-list > li {
    position: relative;
}

.nav-users-list > li > a, .nav-list > li > a {
    position: relative;
    display: block;
	padding-top:33px;
}

.nav-users-list > li > a:before, .nav-list > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.nav-users-list > li > a:hover:before, .nav-users-list > li > a:focus:before, .nav-list > li > a:hover:before, .nav-list > li > a:focus:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.nav-users-list > li.current-menu-item > a:before,
.nav-users-list > li.current-menu-parent > a:before,
.nav-users-list > li.current-menu-ancestor > a:before,
.nav-list > li.current-menu-item > a:before,
.nav-list > li.current-menu-parent > a:before,
.nav-list > li.current-menu-ancestor > a:before
{
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}

.nav-users-list > li:hover:after, .nav-list > li:hover:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 20px; }
.nav-users-list > li:hover > .sub-menu, .nav-users-list > li a:focus ~ .sub-menu, .nav-users-list > li > .sub-menu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
.nav-users-list > li > .sub-menu, #my-menu .nav-list > li > .sub-menu {
    width: auto;
    min-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 20px;
    top: 100%;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-border-radius: 5px;
    border-radius: 3px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    padding-top: 11px;
    padding-bottom: 11px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: min-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: min-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: min-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #ebebeb;
	box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    clip: rect(0,5000px,5000px,-5000px);
}
.nav-users-list > li > .sub-menu.is_expanded {
    min-width: 360px; }
.nav-users-list > li > .sub-menu > li {
    max-width: 290px; }
.nav-users-list > li > .sub-menu > li > a {
    display: block;
    padding: 5px 20px; }
.nav-users-list > li > .sub-menu > li:hover > a , .nav-users-list > li > .sub-menu > li a:focus, .nav-list > li > .sub-menu > li:hover > a , .nav-list > li > .sub-menu > li a:focus {
    color:#425CC7; }
.nav-users-list > li > .sub-menu > li:hover > .sub-menu, .nav-users-list > li > .sub-menu > li a:focus ~ .sub-menu {
    -webkit-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px);
    visibility: visible; }
.nav-users-list > li > .sub-menu > li.current-menu-item > a {
    color: #425CC7;
}
.nav-users-list > li > .sub-menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 38px; font-weight:500; }
.nav-users-list > li > .sub-menu > li.menu-item-has-children > a:after {
    content: '>';
    position: absolute;
    font-size: 16px;
    right: 27px;
    top: 4px; }
.nav-users-list > li > .sub-menu > li.menu-item-has-children > a:before {
    content: '';
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.nav-users-list > li > .sub-menu > li.menu-item-has-children:hover > a:after {
    color: #CF7938; }
.nav-users-list > li > .sub-menu > li > .sub-menu {
    width: 166px;
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    padding-top: 11px;
    padding-bottom: 11px;
    border-left: 0;
    padding-left: 5px;
    visibility: hidden; }
.nav-users-list > li > .sub-menu > li > .sub-menu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: #cacdd9; }
.nav-users-list > li > .sub-menu > li > .sub-menu > li > a {
    display: block;
    padding: 5px 20px; }
.nav-users-list > li > .sub-menu > li > .sub-menu > li.current-menu-item > a {
    font-weight: 500; color:#000; }

.search-btn-out {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.hamburger {
    padding: 0;
    font-size: 0;
    vertical-align: top;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}

@media only screen and (max-width: 1199px) {
    #my-menu, .nav-users-list {
        display: none;
    }
    .b__welcome-info-cont h1, .b__welcome-info-cont h2, .b__welcome-info-cont h3, .b__welcome-info-cont h4 {
        font-size: 42px;
    }
	.page__header {
        padding: 20px 0;
    }
	.header-with-stickybar .mb-menu-area{ top:50px; }
}

@media only screen and (max-width: 1023px) {
	.client-slider .swiper-wrapper{ display:block; }
	.client-slider .swiper-pagination, .client-slider .client-carousel.swiper-nav__st .swiper-nav{ display:none; }
	.client-slider .swiper-slide .col-lg.b30{ margin-top:0px; margin-bottom:40px; }
	.client-slider .swiper-slide .client-slider__image{ border-radius:0px; }
	.client-slider .bq-carousel__inner, .client-slider .author-bq__info, .client-slider__info .page__btn{ transform:translateX(0px); }
}

@media only screen and (max-width: 767px) {
    .b__welcome-info-cont {
        padding-right: 40px;
    }
    .vert-social {
        right: 15px;
        top: calc( 50% + 50px );
		display:none;
    }
}

@media only screen and (min-width: 1200px) {
    .hamburger, .lg-none {
        display: none;
    }
}

.insight__card {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e5e5e5;
	transition:box-shadow .3s,-webkit-box-shadow .3s;
}

.insight__card:hover:not(.insight__card--grey), .insight-big-card:hover , .insight-big-card:focus-within, .insight__card:focus-within:not(.insight__card--grey), .video__card:hover, .video__card:focus-within, .cr__card:hover, .cr__card:focus-within{ box-shadow:0 0 0 4px var(--btnbordercolor); }
.insight__card:hover:not(.cr__card, .insight__card--grey) h5, .insight__card:hover:not(.cr__card, .insight__card--grey) h4, .insight-big-card:hover h3{  color:#425CC7; }
.so-widget-widget-15 .insight__card:hover, .so-widget-widget-15 .insight__card:focus-within, .so-widget-widget-15 .video__card:hover, .so-widget-widget-15 .video__card:focus-within, .so-widget-widget-15 .cr__card:hover, .cr__card:focus-within{ box-shadow:none; }

.insight__card-cont {
    padding: 20px;
}

.insight-big-card {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background-color: #fff;
	transition:box-shadow .3s,-webkit-box-shadow .3s;
}

.insight-big-card__cont {
    padding: 40px 50px;
    height: 100%;
}

.insight-big-card__footer {
    border-top: 1px solid #bfbfbf;
    margin-top: 15px;
    padding-top: 15px;
}

.single-resource .insight-big-card__footer {
    border-top:none;
}

.category-mark {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #2A1B6A;
    padding: 6px 10px 5px;
	display:table;
}

.title_foot__el{ 
	display:flex;
}

.date__el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.authors__el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}


.date__el-ico {
    width: 12px;
    height: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    margin-right: 6px;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -946px;
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
}

.time__el-ico {
    display: inline-flex;
    vertical-align: middle;
    background-image: url("../img/bootstrap-icons/icons/stopwatch.svg");
	background-size: 14px;
	width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.auth__el-ico {
    display: inline-flex;
    vertical-align: middle;
    background-image: url("../img/bootstrap-icons/icons/pen.svg");
	background-size: 14px;
	width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.insight-big-card__cont--inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-tab.is-active {
    display: block;
}

.product-tabs-head {
    border-bottom: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap-overflow: hidden;
}

.product-tabs-name, .r-tabs-accordion-title a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    border-bottom: 2px solid #000;
    position: relative;
    margin-bottom: -2px;
    letter-spacing: 1px;
    display: block;
}

.product-tabs-name.is-active, .r-tabs-accordion-title a.is-active {
    font-weight: bold;
    border-bottom-color: var(--turquoise) !important;
}

.r-tabs-state-active > a {
    font-weight: bold;
    border-bottom-color: var(--turquoise) !important;
    position: relative;
}

.r-tabs-tab > a:hover, .r-tabs-tab > a:focus{ background:rgba(53,178,171, 0.4); border-radius:3px 3px 0px 0px; }

.r-tabs-state-active > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background-color: var(--turquoise);
}

.product-tabs-cont {
    margin-top: 60px;
}

.tabs--aside {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.benefit__item {
    padding-left: 45px;
    position: relative;
}

.benefit__item:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -374px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.benefit__item .h5__title {
    margin-bottom: 5px;
}

.benefit__item p {
    line-height: 26px;
    margin-bottom: 0;
}

.page__section--gradient .product-tabs-head,
.page__section--gradient .product-tabs-name,
.page__section--gradient .r-tabs-accordion-title a {
    border-bottom: 2px solid #fff;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    /**/
    .product-tabs-name {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    /**/
    .product-tabs-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none;
    }
	
	.title_foot__el{ display:block; }
	.authors__el{ display: block; }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 576px) {
    /**/
	.footer-section .widget_category ul li{
		margin-bottom:18px;
	}
	.footer-sub-list li{
		margin: 5px;
	}
	.footer-sub-list li:after{
		margin-left: 10px;
		margin-right: 5px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    /**/
	.header-with-stickybar .mb-menu-area{ top:60px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/
    .gilter__grid .gilter__grid--elem:nth-child(1) {
        flex-basis: 0;
        flex-grow: 2;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gilter__grid .gilter__grid--elem:nth-child(2) {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gilter__grid .gilter__grid--elem:nth-child(3) {
        flex-basis: 0;
        flex-grow: 1.5;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gilter__grid .gilter__grid--elem:nth-child(4) {
        flex-basis: 0;
        flex-grow: .8;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gilter__grid .gilter__grid--elem:nth-child(5) {
        flex-basis: 0;
        flex-grow: .4;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gilter__grid-4.gilter__grid .gilter__grid--elem:nth-child(1) {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gilter__grid-4.gilter__grid .gilter__grid--elem:nth-child(2) {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gilter__grid-4.gilter__grid .gilter__grid--elem:nth-child(3) {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gilter__grid-4.gilter__grid .gilter__grid--elem:nth-child(4) {
        flex-basis: 0;
        flex-grow: .3;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
	/*Sub Menu Two columns */
	.sub-menu-columns ul.sub-menu{ min-width:550px; padding-bottom:10px;display: flex; }
	.sub-menu-columns ul.sub-menu li { float: left; }
	.sub-menu-columns ul.sub-menu li:nth-child(odd) { float: left; }
	.sub-menu-columns > li:hover ul.sub-menu li:nth-child(even) { float: right; }
	.sub-menu-columns:hover ul.sub-menu li ul.sub-menu, .nav-users-list > li a:focus ~ .sub-menu li ul.sub-menu, .nav-users-list > li ul.sub-menu li a:focus ~ .sub-menu, .nav-users-list > li .sub-menu li > .sub-menu.active, .sub-menu.active li ul.sub-menu{ display:block; visibility:visible; opacity:1; position:relative; }
	.nav-users-list > li > .sub-menu > li > .sub-menu > li{ float:none; display:list-item; }
	.nav-users-list > li > .sub-menu > li:hover > .sub-menu, .nav-users-list > li > .sub-menu > li a:focus ~ .sub-menu{	transform:none; }
	li.sub-menu-columns > .sub-menu > li.menu-item-has-children > a:after{ content:none; }
	li.sub-menu-columns > .sub-menu > li > .sub-menu > li:hover{ color:#425CC7; }
	li.sub-menu-columns > .sub-menu > li:nth-child(even){ margin-left:15px; }
	li.sub-menu-columns > .sub-menu > li:nth-child(even) > .sub-menu:after{ content:none; }
	li.sub-menu-columns > .sub-menu > li > .sub-menu:after{ bottom:10px; top:10px; }
	li.sub-menu-columns > .sub-menu > li:nth-child(odd) > .sub-menu:after{ left:unset; right:-11px; }
	li.sub-menu-columns > .sub-menu > li > .sub-menu{ min-width:unset; width:250px; }
	li.sub-menu-columns > .sub-menu > li > a{ margin-left:5px; padding:5px 15px; margin-top:10px; }
	li.sub-menu-columns > .sub-menu > li > .sub-menu > li > a{ padding:5px 15px; }
	
}

.p25 {
    margin-left: -25px;
    margin-right: -25px;
}

.p25 > [class*='col'] {
    padding-left: 25px;
    padding-right: 25px;
}

.p7 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.p7 > [class*='col'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.p9 {
    margin-left: -9px;
    margin-right: -9px;
}

.p9 > [class*='col'] {
    padding-left: 9px;
    padding-right: 9px;
}

.p28 {
    margin-left: -28px;
    margin-right: -28px;
}

.p28 > [class*='col'] {
    padding-left: 28px;
    padding-right: 28px;
}

.just__text p, .just__text ul:not([class]), .just__text ol:not([class]) {
    line-height: 26px;
}

.just__text figure {
    margin: 45px 0;
    position: relative;
}

.just__text figcaption {
    margin-left: 13px;
    border-left: 2px solid #2A1B6A;
    font-size: 14px;
    padding-left: 11px;
    margin-top: 15px;
}

.just__text .figure-inner {
    position: relative;
}

.just__text .figure-inner img {
    border-radius: 5px;
}

.just__text h1, .just__text h2, .just__text h3, .just__text h4, .just__text h5, .just__text h6 {
    margin-bottom: 15px;
}

.just__text h3 {
    font-size: 34px;
    font-weight: bold;
}

.just__text h4 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 30px;
}

.just__text h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

.just__text blockquote {
    border-left: 10px solid #000;
    font-size: 28px;
    line-height: 40px;
    margin: 50px 0;
    font-family: 'Roboto Slab', serif;
    padding-left: 40px;
}

.just__text ol, .just__text ul {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 28px;
}

.just__text ol li, .just__text ul li {
    margin-bottom: 20px;
}

.just__text ol li:last-child, .just__text ul li:last-child {
    margin-bottom: 0;
}

.photo-copyright {
    position: absolute;
    right: -25px;
    bottom: 0;
    font-size: 12px;
    font-weight: 300;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.h50 {
    height: 50px;
}

.native-mt100 {
    margin-top: 150px;
}

.mt-180 {
    margin-top: -205px;
}

.z100 {
    position: relative;
    z-index: 100;
}

.mt60 {
    margin-top: 60px;
}

.mtb60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt0 {
    padding-top: 0;
}

.mt-100 {
    margin-top: -100px;
    padding-top: 100px;
}

.mt45 {
    margin-top: 45px;
}

.mtb100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.b-60 {
    margin-top: -60px;
}

.b60 {
    margin-top: 60px;
}

.b-50 {
    margin-top: -50px;
}

.b50 {
    margin-top: 50px;
}

.b-120 {
    margin-top: -120px;
}

.b120 {
    margin-top: 120px;
}

.mt50 {
    margin-top: 50px;
}

.mb15 {
    margin-bottom: 15px;
}

.w810 {
    max-width: 810px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.clr-white {
    color: #fff;
}

.mt25 {
    margin-top: 25px;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pos-r {
    position: relative;
    z-index: 40;
}

.text__12 {
    font-size: 12px;
}

.text__14 {
    font-size: 14px;
}

.pb0 {
    padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .mtb100 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .p28 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .p28 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .b__welcome-info-cont {
        font-size: 18px;
    }
    .btn-trs, .page__btn {
        height: 50px;
    }
    .h3__title {
        font-size: 30px;
    }
    .h4__title {
        font-size: 19px;
    }
    .h5__title {
        font-size: 16px;
        line-height: 22px;
    }
    .bq-carousel__inner {
        font-size: 20px;
    }
    .right-year {
        right: -53px;
    }
    .vert-social--custom-outer {
        position: relative;
    }
    .vert-social--custom {
        position: relative;
        top: 0;
        left: 0;
        margin-left: -5px;
        right: auto;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -5px;
    }
    .vert-social--custom > li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-tabs-cont {
        margin-top: -20px !important;
    }
    .r-tabs-panel {
        padding-top: 20px;
    }
    .r-tabs-accordion-title a {
        position: relative;
        padding-top: 20px !important;
        padding-bottom: 18px !important;
    }
    .r-tabs-accordion-title a:after {
        content: '';
        background-image: url("../img/svg-sprite/sprite.svg");
        background-position: -4px -982px;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 23px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        border-bottom-color: transparent !important;
    }
    .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .page__section--gradient .r-tabs-accordion-title a:after {
        background-image: url("../img/svg-sprite/sprite.svg");
        background-position: -4px -994px;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 991px) {
    .insAfterTitle {
        margin-top: 30px;
    }
    .insAfterTitle .mt190 {
        margin-top: 0;
    }
    .single-casestudy .sidebar__el, .single-tesco-casestudy .sidebar__el {
        margin-top: 60px;
    }
    .single-casestudy .b__welcome + .container, .single-tesco-casestudy .b__welcome + .container {
        padding-left: 0;
        padding-right: 0;
    }
    .single-casestudy .b__welcome + .container .container, .single-tesco-casestudy .b__welcome + .container .container {
        padding-left: 0;
        padding-right: 0;
    }
    .single-casestudy .b__welcome + .container .sidebar__el, .single-tesco-casestudy .b__welcome + .container .sidebar__el {
        margin-top: 30px;
        margin-bottom: 0 !important;
    }
    .page__rait {
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-top: 40px;
    }
    .w470 {
        max-width: 100%;
    }
    .swiper-pag__purple .swiper-nav, .swiper-pag__green .swiper-nav {
        width: auto !important;
    }
    .b-120 {
        margin-top: -40px;
    }
    .b120 {
        margin-top: 40px;
    }
    .report__box-mt45 {
        margin-top: 0;
    }
    .native-mt100 {
        margin-top: 30px;
    }
    .mt100 {
        margin-top: 50px;
    }
    .page__section--header {
        margin-bottom: 40px;
    }
    .gr-module--inner {
        text-align: center;
    }
    .gr-module__title {
        font-size: 24px;
        line-height: normal;
    }
    .gilter__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: -15px;
        margin-right: -15px;
        grid-gap: 0;
        margin-top: -30px;
    }
    .gilter__grid .gilter__grid--elem {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .b__welcome--resource .b__welcome-info {
        padding-bottom: 320px;
    }
    .mt-180 {
        margin-top: -330px;
    }
    .report__box {
        padding: 0;
    }
    .mt220 {
        margin-top: 30px;
    }
    .sidebar__el .vert-social {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -5px;
        margin-right: -5px;
    }
    .sidebar__el .vert-social > li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .tabs-resp-inner .product-tabs-name {
        font-size: 14px;
    }

    .client-slider {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 375px;
    }
    .client-slider__image {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .right-year {
        right: -79px;
    }
    .r-tabs-state-active > a::before {
        content: none;
    }
    .white__page .mt-180 {
        margin-top: -150px;
    }
    .white__page .b__welcome--resource .b__welcome-info {
        padding-bottom: 150px;
    }
    .h1__centered {
        font-size: 28px;
    }
    .sm-none {
        display: none;
    }
    .gilter__grid .gilter__grid--elem {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .b__welcome--resource .b__welcome-info {
        padding-bottom: 460px;
    }
    .mt-180 {
        margin-top: -460px;
    }
    .insight-big-card__cont {
        padding-left: 20px;
        padding-right: 20px;
    }
    .photo-copyright {
        -webkit-transform: none;
        transform: none;
        left: 0;
        top: -25px;
        right: auto;
        bottom: auto;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
    }

    .client-slider__image {
        width: auto;
    }
    .client-slider__info {
        padding-left: 20px;
        padding-right: 20px;
    }
    .client-carousel.swiper-nav__st .swiper-nav {
        width: auto;
    }
    .mobile-mt40 {
        margin-top: 40px;
    }
    .mobile-pb0 {
        padding-bottom: 100px !important;
    }
    .search-popup {
        width: 400px;
    }
}

@media only screen and (max-width: 576px) {
    .swiper-timeline .swiper-slide {
        padding-right: 50px;
    }
    .swiper-timeline .swiper-slide .right-year {
        right: 12px;
    }
    .white__page .mt-180 {
        margin-top: -100px;
    }
    .white__page .b__welcome--resource .b__welcome-info {
        padding-bottom: 100px;
    }
    .just__text blockquote {
        border-left-width: 6px;
        padding-left: 18px;
        font-size: 24px;
        line-height: 30px;
    }
	.audio-responsive {
		padding-bottom: 45%;
	}
}

@media only screen and (max-width: 479px) {
    .search-popup {
        width: 290px;
    }
}

@media only screen and (max-width: 320px) {
    .search-popup {
        width: 235px;
    }
}

.page-template-page-black .b__welcome-image img {
    mix-blend-mode: normal;
}
.page-template-page-black .b__welcome-image::after {
    background: none;
}
.page-template-page-black .b__welcome-image {
    background-color: transparent;
}
.page-template-page-black {
    background-color: #000;
    color: #fff;
}
.page-template-page-black .b__welcome--line,
.page-template-page-black .page__section--bg__top::before {
    background-color: #000;
}

.page-template-page-black .page__section--gradient.page__section--bg__top .page__section--header {
    color: #fff;
}

.page-template-page-black .product-tabs-head,
.page-template-page-black .product-tabs-name,.page-template-page-black .r-tabs-accordion-title a {
    border-bottom-color: #fff;
}
.page-template-page-black .page__section--gradient::after {
    background: none;
}
.page-template-page-black .page__footer {
    background-color: #fff;
    color: #000;
}
.page-template-page-black .video__b + .tac .btn-trs {
    border-color: var(--turquoise);
    color: var(--turquoise);
}
.page-template-page-black .video__b + .tac .btn-trs .page__btn--arrow-green{
    background-image: url('../img/arrow-right-black.svg');
    background-position: 0 0;
}

.page-template-page-black .right__link{
    color: var(--turquoise);
}

.page-template-page-black .right__link:after {
    background-image: url('../img/minified-svg/arrow-right-white.svg');
    background-position: 0 0;
}
.page-template-page-black .page__section--tag {
    color: var(--turquoise);
    border-left-color: var(--turquoise);
}
.page-template-page-black .b__welcome-info-cont h1 div {
    color: var(--turquoise);
    font-weight: 500;
}
.white__contain {
    background-color: #fff;
    color: #000;
}

.page-template-page-black .gr-module {
    background: #000;
}

.page-template-page-black .gr-module .page__btn--arrow {
    background-image: url('../img/minified-svg/arrow-right-green.svg');
    background-position: 0 0;
}


.nav-users-list ul {
    list-style-type: none;
}

.v__el {
    height: 100%;
}
.insight__card-cont p:last-of-type {
    margin-bottom: 0;
}

.page__section + .panel-layout {
    position: relative;
    z-index: 100;
}

.fancybox-slide--html .fancybox-close-small {
    background-color: #fff;
}




.percircle.dark{background-color:#777}.percircle.dark .bar,.percircle.dark .fill{border-color:#c6ff00}.percircle.dark>span{color:#777}.percircle.dark:after{background-color:#555}.percircle.dark:hover>span{color:#c6ff00}.percircle.red .bar,.percircle.red .fill{border-color:#dd5454}.percircle.red:hover>span{color:#dd5454}.percircle.red.dark .bar,.percircle.red.dark .fill{border-color:#f84a4a}.percircle.red.dark:hover>span{color:#f84a4a}.percircle.blue .bar,.percircle.blue .fill{border-color:#82cefa}.percircle.blue:hover>span{color:#82cefa}.percircle.blue.dark .bar,.percircle.blue.dark .fill{border-color:#20cceb}.percircle.blue.dark:hover>span{color:#20cceb}.percircle.green .bar,.percircle.green .fill{border-color:#8dea7b}.percircle.green:hover>span{color:#8dea7b}.percircle.green.dark .bar,.percircle.green.dark .fill{border-color:#a9ff3a}.percircle.green.dark:hover>span{color:#a9ff3a}.percircle.orange .bar,.percircle.orange .fill{border-color:#e88239}.percircle.orange:hover>span{color:#e88239}.percircle.orange.dark .bar,.percircle.orange.dark .fill{border-color:#dc5b00}.percircle.orange.dark:hover>span{color:#dc5b00}.percircle.pink .bar,.percircle.pink .fill{border-color:#ff8ed0}.percircle.pink:hover>span{color:#ff8ed0}.percircle.pink.dark .bar,.percircle.pink.dark .fill{border-color:#ff58b9}.percircle.pink.dark:hover>span{color:#ff58b9}.percircle.purple .bar,.percircle.purple .fill{border-color:#aa7eff}.percircle.purple:hover>span{color:#aa7eff}.percircle.purple.dark .bar,.percircle.purple.dark .fill{border-color:#7a38f7}.percircle.purple.dark:hover>span{color:#7a38f7}.percircle.yellow .bar,.percircle.yellow .fill{border-color:#dcbd00}.percircle.yellow:hover>span{color:#dcbd00}.percircle.yellow.dark .bar,.percircle.yellow.dark .fill{border-color:#ffdb00}.percircle.yellow.dark:hover>span{color:#ffdb00}.percircle.gt50 .slice,.rect-auto{clip:rect(auto,auto,auto,auto)}.gt50 .fill,.percircle .bar,.pie{position:absolute;border:.08em solid #307bbb;width:.84em;height:.84em;clip:rect(0,.5em,1em,0);border-radius:50%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.bar{-webkit-backface-visibility:hidden;backface-visibility:hidden}.gt50 .bar:after,.gt50 .fill,.pie-fill{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.percircle{position:relative;font-size:120px;width:1em;height:1em;border-radius:50%;float:left;margin:0 .1em .1em 0;background-color:#ccc}.percircle *,.percircle :after,.percircle :before{box-sizing:content-box}.percircle.animate:after,.percircle.animate>span{-webkit-transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out}.percircle.animate .bar{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.percircle.center{float:none;margin:0 auto}.percircle.big{font-size:240px}.percircle.small{font-size:80px}.percircle>span{position:absolute;z-index:1;width:100%;top:50%;top:calc(50% - .1em);transform:translateY(-50%);height:1em;font-size:.2em;color:#ccc;display:block;text-align:center;white-space:nowrap}.perclock>span{font-size:.175em}.percircle:after{position:absolute;top:.08em;left:.08em;display:block;content:" ";border-radius:50%;background-color:#f5f5f5;width:.84em;height:.84em}.percircle .slice{position:absolute;width:1em;height:1em;clip:rect(0,1em,1em,.5em)}.percircle:hover{cursor:default}.percircle:hover>span{-webkit-transform:scale(1.3) translateY(-50%);transform:scale(1.3) translateY(-50%);color:#307bbb}.percircle:hover:after{-webkit-transform:scale(1.1);transform:scale(1.1)}
.percent-flex {
    display: flex;
    justify-content: center;
}
.percircle {
    background-color: #f4f4f7;
    margin: 0 0 30px;
}
.percircle.big {
    font-size: 210px;
}
.percircle.animate:after {
    transform: scale(1.09);
    background-color: #fff;
}
.percircle.animate:after:hover,
.percircle:hover span{
    transform: none !important;
}
.percircle.animate>span {
    transform: translateY(-50%) !important;
    color: #000 !important;
    font-size: 56px;
    font-family: "DINCond";
    font-weight: bold;
}
.percircle.animate:after, .percircle.animate>span {
    transition: none;
}


.widget_widget-13 .product-tabs-head{
    position: sticky;
    top: 80px;
    z-index: 100;
}

.page-template-page-black .product-tabs-head {
    background-color: #000;
}
.page__wrapper {
    overflow: visible;
}
@media only screen and (max-width: 1199px) {
    .widget_widget-13 .product-tabs-head{
        top: 38px;
        margin-bottom: 15px;
        border-bottom: none;
    }
    .widget_widget-13  .r-tabs-accordion-title {
        display: none;
    }

    .widget_widget-13 .r-tabs .r-tabs-nav {
        display: block;
    }

    .widget_widget-13 .product-tabs-name {
        position: relative;
        padding-top: 20px !important;
        padding-bottom: 18px !important;
    }
    .widget_widget-13 .product-tabs-name:after {
        content: '';
        background-image: url("../img/svg-sprite/sprite.svg");
        background-position: -4px -982px;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 23px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    /* .widget_widget-13 .r-tabs-state-active .r-tabs-anchor {
      border-bottom-color: transparent !important;
    } */
    .widget_widget-13 .r-tabs-state-active .r-tabs-anchor:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .widget_widget-13 .page__section--gradient .product-tabs-name:after {
        background-image: url("../img/svg-sprite/sprite.svg");
        background-position: -4px -994px;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
    }
}


@media only screen and (max-width: 992px) {
    .widget_widget-13 .product-tabs-head {
        top: 77px;
    }
}

.mbtm40 {
    margin-bottom: 40px !important;
}

.mtop20 {
    margin-top: 20px !important;
}
.capnode {
    padding-left: 0px;
    padding-right: 0px;
}

.container table {
    max-width: 100%;
}
.container tbody {
    border: 1px solid #fff;
}
.container tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.container tr td:first-child, .container tr th:first-child {
    border-left: none;
}

.container table.three-col td, .container table.three-col th {
    width: 33.33%;
}
.container th {
    color: #fff;
    background-color: #2a1b6a;
    font-size: 22px;
    font-weight: 500;
    border-bottom: none;
}
.container td, .container th {
    border-left: 2px solid #fff;
    padding: 10px 30px;
    font-size: 13px;
    text-align: center;
}

.container table.compressed td, .container table.compressed th{ padding: 10px 14px; }

.container tr:nth-child(even) {
    background-color: #D4D1E1;
}

.swiper-button-disabled {
    display: none;
}

@media only screen and (max-width: 1366px) {
    .nav-users-list > li {
        padding-left: 15px;
        padding-right: 15px;
    }
    #my-menu .nav-list > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.isExplorer .b__welcome-image img {
    opacity: .3;
    mix-blend-mode: normal;
}


.page-template-page-casestudy .alm-reveal, .page-template-page-tesco_casestudy .alm-reveal {
    align-items: stretch;
}
.page-template-page-casestudy  .alm-reveal .insight__card, .page-template-page-tesco_casestudy  .alm-reveal .insight__card {
    height: 100%;
}
.page-template-page-casestudy  .alm-reveal .insight__card .insight__card--image, .page-template-page-tesco_casestudy  .alm-reveal .insight__card .insight__card--image {
    height: 100% !important;
}
.page-template-page-casestudy  .alm-reveal .insight__card > .row, .page-template-page-tesco_casestudy  .alm-reveal .insight__card > .row {
    height: 100%;
}

.insight__card {
    height: 100% !important;
}

.video__card {
    height: 100% !important;
}

.insight__card--image {
    height: auto !important;
}


.so-widget-widget-40 .insight__card > .row {
    height: 100%;
}
.so-widget-widget-40 .insight__card > .row .insight__card--image {
    height: 100% !important;
}
.so-widget-post-related-cases .insight__card .insight__card--image {
    height: 100% !important;
}

@media(max-width: 991px){
    .noevents .b__welcome--resource .b__welcome-info {
        padding-bottom: 171px;
    }
    .noevents .mt-180 {
        margin-top: -180px;
    }
    .noevents .alm-btn-wrap {
        margin-top: -83px;
    }
}
.page-template-page-life {
    background: #000;
}
.page-template-page-life  .b__welcome--line {
    background: #000;
}
.page-template-page-life .page__section--bg__top::before {
    background: #000;
}
.page-template-page-life .b__welcome-image:after {
    content: none;
}

.page-template-page-life .b__welcome-image img {
    opacity: 1;
    mix-blend-mode: normal;
}
.page-template-page-life .page__footer {
    background-color: #fff;
}

.isExplorer .swiper-scrollbar-styler {
    opacity: 0;
    visibility: hidden;
}
.swiper-navvv {
    display: block;
}

.swiper-button-prev:after, .swiper-button-next:after{
	color:rgba(229, 229, 229,0.1);
	font-size:30px;
	z-index:-9;
}
.swiper-navvv .swiper-button-prev{ left:-8px; }
.swiper-navvv .swiper-button-next{ right:-8px; }

.swiper-button-prev:focus:after, .swiper-button-next:focus:after{
	color:rgba(51, 51, 51,1);
	text-shadow: 0 0 3px #fff, 0 0 5px #000;
    transition: text-shadow .3s;
}

.isExplorer .swiper-navvv {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
}

@media(max-width: 991px) {
    .so-widget-widget-40 .insight__card > .row .insight__card--image {
        height: 214px !important;
    }
}


@media(max-width: 768px) {
    .so-widget-widget-11 {
        height: auto !important;
    }
}
@media(max-width: 780px) {
    .page__wrapper.webinars .panel-layout > .panel-grid > .panel-grid-cell:last-child {
        display: none;
    }
	.share__report{ margin-bottom:30px; }
}

@media only screen and (max-width: 576px) {
    .nav-users-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: -10px;
        margin-left: 0;
        margin-right: 0;
    }

    .nav-users-list li {
        margin-top: 10px;
        padding: 0;
    }
    .b__welcome-info-cont h1, .b__welcome-info-cont h2, .b__welcome-info-cont h3, .b__welcome-info-cont h4 {
        font-size: 30px;
    }
    .b__welcome-info {
        padding: 145px 0 170px;
    }
    .breadcrumbs-area .breadcrumbs-list {
        padding-right: 30px;
    }
	.container td, .container th{ padding:10px 12px; }
	.just__text h3 { font-size: 24px; }
	.jq-selectbox__dropdown{ max-width:100%; }
}

.page__section--bg__top > .container,
.page__section--bg__top > div {
    position: relative;
    z-index: 2;
}
.page__section--bg__top::before {
    z-index: -1;
}

.logo {
    width: 158px;
    display: block;
}

.logo a { display:block; transition:all .4s; }
.logo a:hover, .logo a:focus{ opacity:0.7; }

.footer-logo {
    width: 179px;
}
.roundimage {
    width: 256px;
}
.so-widget-widget-07 .video__card {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.d-job__pos-header {
    text-align: center;
    margin-bottom: 60px;
}
.d-job__pos-header h3 {
    margin-bottom: 20px;
}
.ml15 {
    margin-left: 15px;
}
.file-styled {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.file-styled [type='file'] {
    position: absolute;
    left: 102px;
    right: 0;
    top: -5px;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.file-styled-title {
    font-weight: 500;
    color: #37b3ab;

}
.file-styled-out p {
    font-size: 16px;
    margin-bottom: 6px;
}
.insight-area .insight__card > .row {
    height: 100%;
}

.product-tab .insight__card {
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.product-tab .insight__card--image {
    height: 100% !important;
}
.product-tab .insight__card > .row {
    height: 100%;
}

.press_page .load_more_block .page__btn--plus {
    margin-right: 24px;
}
.press_page .load_more_block .page__btn--plus + span {
    margin-right: 8px;
}