.c-body-content.overflow-normal {
    overflow: visible;
}
.blue-button {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 17px; /*4px*/
    /*border: 1px solid #0073C5;
    color: #0073C5;*/
    border: 1px solid #316AEB;
    background-color: #316AEB;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 12px;
    text-align: center;
    padding: 19px 30px;
    transition: all .3s ease;
}
.blue-button:hover {
    /*background-color: #0073C5;*/
    color: #FFFFFF;
    transform: translate(-1px, 1px);
}
/*HERO*/
.hero {
    position: relative;
    z-index: 1;
    background: linear-gradient(139.6deg, #006BEA 0%, #111A46 101.11%, #101E4E 101.11%);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.15);
    padding: 0 20px;
}
.hero-homepage-wrapper {
    overflow: hidden;
    padding-bottom: 63px;
}
.hero.hero-homepage {
    padding: 0;
    border-radius: 0px 0px 25px 25px;
}
.hero .container-2021 {
    width: 880px;
    max-width: 100%;
    margin: 0 auto;
    padding: 230px 0 180px;
}
.hero.hero-text-top-img .container-2021 {
    width: 1220px;
    padding: 150px 0 130px;
}
.hero.hero-text-right-img .container-2021 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1220px;
}
.hero.with-newsletter-form .container-2021 {
    padding: 210px 0 140px;
}
.hero.hero-homepage .container-2021 {
    position: relative;
    width: auto;
    padding: 175px 0 85px;
    display: flex;
}
.hero.hero-text-top-img .container-2021 .image-wrapper {
    max-width: 420px;
    margin: 0 auto 20px;
    text-align: center;
}
.hero.hero-homepage .container-2021 .texts-wrapper {
    order: 1;
    width: 560px;
    flex: 0 0 560px;
    margin-right: 9.6%;
    overflow: hidden;
}
.hero.hero-text-right-img .container-2021 .texts-wrapper {
    order: 1;
    float: left;
    width: 58%;
}
.hero.hero-text-right-img .container-2021 .image-wrapper {
    order: 2;
    float: right;
    width: 34%;
    margin-left: 8%;
}
.hero.hero-homepage .container-2021 .image-wrapper {
    position: relative;
    flex: 1;
    order: 2;
}
.hero.hero-text-top-img .container-2021 .image-wrapper img,
.hero.hero-text-right-img .container-2021 .image-wrapper img {
    display: inline-block;
    max-width: 100%;
}
.hero.hero-homepage .container-2021 .image-wrapper img.big {
    position: absolute;
    top: -30px;
    left: 0;
    min-width: 830px;
    max-width: none;
    outline: none;
}
.hero.hero-homepage .container-2021 .image-wrapper img.small {
    position: absolute;
    bottom: -148px;
    left: 0;
    min-width: 300px;
    max-width: none;
    outline: none;
}
.hero .container-2021 .title {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
}
.hero.hero-homepage .container-2021 .title {
    letter-spacing: -1px;
    /*line-height: 59px;*/
    margin-bottom: 0;
    text-align: left;
}
.hero.hero-text-right-img .container-2021 .title {
    text-align: left;
}
.hero .container-2021 .subtitle {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    margin: 15px auto 0;
    max-width: 540px;
}
.hero.hero-homepage .container-2021 .subtitle {
    max-width: none;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 50px;
    margin: 5px 0 0;
    text-align: left;
}
.hero.hero-text-top-img .container-2021 .subtitle,
.hero.hero-text-right-img .container-2021 .subtitle {
    max-width: none;
}
.hero.hero-text-right-img .container-2021 .subtitle {
    text-align: left;
}
.hero.hero-text-full .container-2021 {
    width: 1220px;
}
.hero.hero-text-full .container-2021 .subtitle {
    max-width: none;
}
.hero.hero-text-left .container-2021 {
    width: 1220px;
    padding: 206px 0 156px;
}
.hero.hero-text-left .container-2021 .title {
    max-width: 560px;
    text-align: left;
}
.hero.hero-text-left .container-2021 .subtitle {
    max-width: 560px;
    text-align: left;
    margin: 15px 0 0;
}
.hero.hero-text-left.mw-610 .container-2021 .title,
.hero.hero-text-left.mw-610 .container-2021 .subtitle {
    max-width: 610px;
}
.hero .container-2021 .form-wrapper {
    margin: 40px auto 0;
    max-width: 560px;
}
.hero.hero-text-right-img .container-2021 .form-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.hero .container-2021 .form-wrapper .s-hs-form:after {
    content: "";
    display: table;
    clear: both;
}
.hero .container-2021 .form-wrapper .hs-form-field {
    float: left;
    width: calc(100% - 172px);
    margin: 0;
}
.hero .container-2021 .form-wrapper .hs-submit {
    float: right;
    width: 162px;
}
.hero .container-2021 .form-wrapper .submitted-message {
    color: #26cd28;
    text-align: center;
}
.hero .container-2021 .form-wrapper input[type="text"],
.hero .container-2021 .form-wrapper input[type="email"] {
    width: 100%;
    border: none;
    height: auto;
    margin-right: 10px;
    border-radius: 17px; /*4px*/
    background-color: #FFFFFF;
    color: #757575;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    padding: 16px 20px 15px;
    outline: none;
}
.hero .container-2021 .form-wrapper [type="submit"] {
    width: 100%;
    border: none;
    border-radius: 17px; /*4px*/
    /*background-color: #35B128;
    color: #FFFFFF;*/
    background-color: #FFFFFF;
    color: #000D51;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.19);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 12px;
    padding: 20px 10px 18px;
    margin: 0 !important;
    text-align: center;
    outline: none;
    transition: all .3s ease;
}
.hero .container-2021 .form-wrapper [type="submit"]:hover {
    transform: translate(-1px, 1px);
    /*filter: brightness(96%);*/
}
.hero .container-2021 .bottom-info {
    max-width: 560px;
    margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hero.hero-homepage .container-2021 .bottom-info {
    max-width: none;
    margin: 50px 0 0;
    display: block;
}
.hero .container-2021 .bottom-info .info {
    position: relative;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12px;
    padding-left: 20px;
    margin: 0 10px;
}
.hero.hero-homepage .container-2021 .bottom-info .info {
    font-size: 15px;
    line-height: 1;
    margin: 0;
    padding: 9px 0 9px 20px;
}
.hero .container-2021 .bottom-info .info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../newimages/open-source/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 12px;
}
.hero.hero-homepage .container-2021 .bottom-info .info:before {
    top: 50%;
    transform: translateY(-50%);
}
.hero .container-2021 .buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto 0;
}
.hero.hero-text-left .container-2021 .buttons-wrapper,
.hero.hero-text-right-img .container-2021 .buttons-wrapper {
    justify-content: flex-start;
}
.hero .container-2021 .buttons-wrapper a {
    padding: 19px 30px;
    /*min-width: 200px;*/
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 12px;
    text-align: center;
    border-radius: 17px; /*4px*/
    /*background-color: #35B128;*/
    background-color: #FFFFFF;
    color: #000D51;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.19);
    transition: all .3s ease;
}
.hero .container-2021 .buttons-wrapper a:hover {
    transform: translate(-1px, 1px);
}
.hero .container-2021 .hero-logos {
    margin-top: 70px;
}
.hero .container-2021 .hero-logos .hero-logos-title {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}
.hero .container-2021 .hero-logos ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
}
.hero .container-2021 .hero-logos ul li {
    margin-right: 25px;
}
.hero .container-2021 .hero-logos ul li:last-child() {
    margin-right: 0;
}
.page-template-open-source .o-container,
.page-template-multiple-sections .o-container,
.page-template-multiple-sections-new .o-container {
    padding-left: 0;
    padding-right: 0;
}
.page-template-open-source .trusted,
.page-template-multiple-sections .trusted,
.page-template-multiple-sections-new .trusted {
    padding: 0;
}
.page-template-open-source .trusted h6,
.page-template-multiple-sections .trusted h6,
.page-template-multiple-sections-new .trusted h6 {
    margin-top: 38px;
}
.page-template-open-source .cta-area,
.page-template-multiple-sections .cta-area,
.page-template-multiple-sections-new .cta-area {
    padding: 70px 20px;
}
.page-template-open-source .cta-area p,
.page-template-multiple-sections .cta-area p,
.page-template-multiple-sections-new .cta-area p {
    margin: 10px 0 0;
}
.page-template-open-source .cta-buttons,
.page-template-multiple-sections .cta-buttons,
.page-template-multiple-sections-new .cta-buttons {
    margin-top: 32px;
}
#hero-subtitle-slider:not(.slick-initialized),
#hero-image-slider:not(.slick-initialized) {
    display: flex;
    /*visibility: hidden;*/
}
#hero-subtitle-slider:not(.slick-initialized) > .slide,
#hero-image-slider:not(.slick-initialized) > .slide {
    flex: 0 0 100%;
}
#hero-image-slider .slick-list {
    overflow: visible !important;
    overflow-x: hidden;
}
#hero-image-slider .slick-list .slick-track {
    display: flex;
}
#hero-image-slider .slide {
    position: relative;
    height: 495px;
}
#next-section-scroll {
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: 75px;
    width: 20px;
    height: 40px;
    background-image: url("../../newimages/open-source/section-scroll.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s ease;
}
#next-section-scroll:hover {
    transform: translateY(10px);
}
.hero.hero-homepage #next-section-scroll {
    display: block;
}
@media only screen and (min-width: 1024px) {
    .hero.hero-text-left .container-2021 {
        width: 958px;
    }
    .hero.hero-homepage .container-2021 {
        margin-left: calc((100% - 958px)/2);
    }
    #next-section-scroll {
        left: 63%;
        margin-left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .hero.hero-text-left .container-2021 {
        width: 1220px;
    }
    .hero.hero-homepage .container-2021 {
        margin-left: calc((100% - 1220px)/2);
    }
    #next-section-scroll {
        left: 50%;
        margin-left: -10px;
    }
}
@media only screen and (max-width: 1023px) {
    .hero.hero-homepage .container-2021 {
        display: block;
        margin: 0 20px;
    }
    .hero.hero-homepage .container-2021 .texts-wrapper {
        max-width: 100%;
        margin-right: 0;
    }
    .hero-homepage-wrapper {
        padding-bottom: 0;
    }
    .hero.hero-homepage .container-2021 .image-wrapper {
        display: none;
    }
    .hero.hero-homepage #next-section-scroll {
        display: none;
    }
}
@media only screen and (max-width: 959px) {
    .hero.hero-text-right-img .container-2021 .image-wrapper {
        order: 1;
        float: none;
        width: auto;
        max-width: 420px;
        margin: 0 auto 20px;
    }
    .hero.hero-text-right-img .container-2021 .texts-wrapper {
        order: 2;
        float: none;
        width: auto;
    }
    .hero.hero-text-right-img .container-2021 .title,
    .hero.hero-text-right-img .container-2021 .subtitle {
        text-align: center;
    }
    .hero.hero-text-right-img .container-2021 .buttons-wrapper {
        justify-content: center;
    }
    .hero.hero-text-right-img .container-2021 .form-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-open-source .hero,
    .page-template-multiple-sections .hero,
    .page-template-multiple-sections-new .hero {
        padding-bottom: 0;
    }
    .hero .container-2021 {
        padding: 100px 0;
    }
    .hero .container-2021 .hero-logos ul li {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .hero .container-2021 .bottom-info .info {
        width: 100%;
        margin: 0 0 10px;
    }
    .hero .container-2021 .form-wrapper .hs-form-field {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .hero .container-2021 .form-wrapper input[type="text"],
    .hero .container-2021 .form-wrapper input[type="email"] {
        margin: 0;
    }
    .hero .container-2021 .form-wrapper .hs-submit {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
    .hero .container-2021 .title {
        font-size: 28px;
        line-height: 40px;
    }
    .hero .container-2021 .subtitle {
        line-height: 30px;
    }
}
@media only screen and (orientation: portrait) and (max-width: 768px) {
    .hero {
        height: calc(100vh - 222px);
    }
    .hero .container-2021 {
        padding: 114px 20px 20px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}
@media only screen and (orientation: portrait) and (max-width: 767px) {
    .hero {
        height: auto;
    }
    .hero .container-2021 {
        padding: 114px 0 70px;
        position: static;
        top: auto;
        left: auto;
        transform: none;
    }
    .hero .container-2021 .title {
        font-size: 32px;
        line-height: 46px;
    }
}
@media only screen and (orientation: portrait) and (max-width: 320px) {
    .hero {
        height: auto;
    }
    .hero .container-2021 {
        width: auto;
        position: static;
        top: auto;
        left: auto;
        transform: none;
    }
}
/*EOF HERO*/
/*LOGOS SLIDER*/
.logos-slider {
    width: 100%;
    position: relative;
    z-index: 0;
    margin: 0 20px;
}
.logos-slider div * {
    scrollbar-width: none;
    -ms-overflow-style: none;
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: none !important;
        background-color: transparent;
    }
    ::-webkit-scrollbar {
        width: 3px !important;
        background-color: transparent;
    }
    ::-webkit-scrollbar-thumb {
        background-color: transparent;
    }
}
.logos-slider .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.logos-slider .container-2021 .logo-slider .slick-list {
    padding: 52px 0;
}
.logos-slider .container-2021 .logo-slider .slick-slide {
    -webkit-animation: fadeOut 3s forwards;
    -moz-animation:    fadeOut 3s forwards;
    -o-animation:      fadeOut 3s forwards;
    animation:         fadeOut 3s forwards;
    animation-delay: 2s;
}
.logos-slider .container-2021 .logo-slider .slick-slide.slick-active {
    opacity: .1;
    -webkit-animation: fadeIn 8s forwards;
    -moz-animation:    fadeIn 8s forwards;
    -o-animation:      fadeIn 8s forwards;
    animation:         fadeIn 8s forwards;
    animation-delay: 1s;
}
.logos-slider .container-2021 .logo-slider .slide {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    height: 52px;
    padding: 10px 0;
    text-align: center;
    outline: none;
}
.logos-slider .container-2021 .logo-slider .slide .logo {
    width: 12.5%;
}
.logos-slider .container-2021 .logo-slider .slide .logo img {
    margin: 0 auto;
    max-width: 90%;
    max-height: 100%;
}
.logos-slider .container-2021 .logo-slider-mob {
    display: none;
    overflow-y: scroll;
}
.logos-slider .container-2021 .logo-slider-mob img {
    display: block;
    margin: 20px 25px;
    max-height: 32px;
    object-fit: contain;
    flex: 0 0 auto;
}
.logos-slider .container-2021 .logo-slider-mob img:first-child {
    margin-left: 0;
}
.logos-slider .container-2021 .logo-slider-mob img:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .logos-slider .container-2021 .logo-slider {
        display: none !important;
    }
    .logos-slider .container-2021 .logo-slider-mob {
        display: flex;
    }
}
@-webkit-keyframes fadeIn {
    0%   { opacity: .1; }
    100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
    0%   { opacity: .1; }
    100% { opacity: 1; }
}
@-o-keyframes fadeIn {
    0%   { opacity: .1; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
  0%   { opacity: .1; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    0%   { opacity: 1; }
    100% { opacity: .1; }
}
@-moz-keyframes fadeOut {
    0%   { opacity: 1; }
    100% { opacity: .1; }
}
@-o-keyframes fadeOut {
    0%   { opacity: 1; }
    100% { opacity: .1; }
}
@keyframes fadeOut {
    0%   { opacity: 1; }
    100% { opacity: .1; }
}
/*EOF LOGOS SLIDER*/
/*VIDEO*/
.open-source-video {
    margin: 175px 20px 0;
    padding: 0 83px;
}
.open-source-video .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.open-source-video .texts-video-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.open-source-video .texts-video-wrapper .texts {
    width: 40.4%;
    padding: 50px 0;
}
.open-source-video .texts-video-wrapper .texts .title {
    padding-right: 8.5%;
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
}
.open-source-video .texts-video-wrapper .texts .body {
    padding-right: 8.5%;
    color: #757575;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 18px;
}
.open-source-video .texts-video-wrapper .texts .body p {
    margin: 10px 0 0;
}
.open-source-video .texts-video-wrapper .video {
    position: relative;
    width: 59.6%;
    margin-bottom: 103px;
}
.open-source-video .texts-video-wrapper .video img {
    display: block;
    width: 100%;
    border-radius: 17px; /*4px*/
}
.open-source-video .texts-video-wrapper a.video:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url("../../newimages/open-source/play.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    opacity: .25;
}
.open-source-video .texts-video-wrapper .video:after {
    content: "";
    position: absolute;
    bottom: -103px;
    right: -83px;
    width: 92.5%;
    height: 94.1%;
    border-radius: 17px; /*4px*/
    background-color: #F5F5F5;
    z-index: -1;
}
@media only screen and (max-width: 1159px) {
    .open-source-video {
        padding: 0;
    }
    .open-source-video .texts-video-wrapper .video {
        padding: 0 40px 0 0;
        margin-bottom: 40px;
    }
    .open-source-video .texts-video-wrapper .video:after {
        bottom: -40px;
        right: 0;
    }
    .open-source-video .texts-video-wrapper .texts .title {
        padding-right: 0;
    }
    .open-source-video .texts-video-wrapper .texts .body {
        padding-right: 0;
    }
}
@media only screen and (max-width: 959px) {
    .open-source-video {
        margin: 70px 20px 0;
    }
    .open-source-video .texts-video-wrapper .texts {
        width: 100%;
    }
    .open-source-video .texts-video-wrapper .video {
        width: 100%;
    }
}
@media only screen and (orientation: portrait) and (max-width: 768px) {
    .open-source-video .texts-video-wrapper .video {
        padding: 0;
        margin-bottom: 0;
    }
    .open-source-video .texts-video-wrapper .video:after {
        display: none;
    }
}
/*EOF VIDEO*/
/*TEXT BANNERS*/
.text-banners {
    border-top: 1px solid #EAECEF;
    border-bottom: 1px solid #EAECEF;
    margin: 140px 0 0;
    padding: 140px 20px;
    background: linear-gradient(180deg, #F7F7F7 0%, #FCFCFC 100%);
}
.text-banners.blue {
    border-top: none;
    border-bottom: none;
    background: linear-gradient(139.6deg, #006BEA 0%, #111A46 101.11%, #101E4E 101.11%);
    margin: 0;
}
.text-banners .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.text-banners .container-2021 > .title {
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
}
.text-banners .container-2021 > .subtitle {
    color: #757575;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    max-width: 860px;
    margin: 20px auto 0;
}
.text-banners.four-banners .container-2021 > .title, 
.text-banners.four-banners .container-2021 > .subtitle {
    text-align: left;
    max-width: none;
}
.text-banners.blue .container-2021 > .title,
.text-banners.blue .container-2021 > .subtitle {
    color: #FFFFFF;
}
.text-banners .container-2021 .banners-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.text-banners .container-2021 .banners-wrapper .banner {
    display: flex;
    justify-content: space-between;
    width: 28.2%;
    margin: 70px 3.85% 0;
}
.text-banners.four-banners .container-2021 .banners-wrapper .banner {
    display: block;
    width: 20.2%;
    margin: 70px 3% 0;
}
.text-banners .container-2021 .banners-wrapper .banner:nth-child(3n+1) {
    margin-left: 0;
}
.text-banners.four-banners .container-2021 .banners-wrapper .banner:nth-child(3n+1) {
    margin-left: 3%;
}
.text-banners.four-banners .container-2021 .banners-wrapper .banner:nth-child(4n+1) {
    margin-left: 0;
}
.text-banners .container-2021 .banners-wrapper .banner:nth-child(3n+3) {
    margin-right: 0;
}
.text-banners.four-banners .container-2021 .banners-wrapper .banner:nth-child(3n+3) {
    margin-right: 3%;
}
.text-banners.four-banners .container-2021 .banners-wrapper .banner:nth-child(4n+4) {
    margin-right: 0;
}
.text-banners .container-2021 .banners-wrapper .banner .icon {
    width: 56px;
    flex: 0 0 56px;
    margin-right: 18px;
}
.text-banners .container-2021 .banners-wrapper .banner .icon img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.text-banners.blue .container-2021 .banners-wrapper .banner {
    display: block;
}
.text-banners.blue .container-2021 .banners-wrapper .banner .icon {
    width: auto;
    margin: 0 auto 10px;
    transition: transform .3s ease;
}
.text-banners.blue .container-2021 .banners-wrapper .banner:hover .icon {
    transform: translateY(-10px);
}
.text-banners .container-2021 .banners-wrapper .banner .title {
    color: #192045;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
}
.text-banners .container-2021 .banners-wrapper .banner .body {
    color: #757575;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 29px;
    margin-top: 14px;
}
.text-banners.blue .container-2021 .banners-wrapper .banner .title {
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 21px;
}
.text-banners.blue .container-2021 .banners-wrapper .banner .body {
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 23px;
}
@media only screen and (max-width: 959px) {
    .text-banners .container-2021 .banners-wrapper .banner,
    .text-banners.four-banners .container-2021 .banners-wrapper .banner {
        justify-content: flex-start;
        width: 100%;
        margin: 50px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .text-banners {
        margin: 70px 0 0;
        padding: 70px 20px;
    }
}
/*EOF THREE TEXT BANNERS*/
/*THREE BIG STORIES*/
.three-big-stories {
    margin: 140px 20px 0;
}
.three-big-stories.with-slider {
    margin: 140px 0;
}
.three-big-stories .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.three-big-stories .container-2021.with-slider {
    width: auto;
    margin: 0;
}
.three-big-stories .container-2021 > .title {
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 49px;
    text-align: center;
    max-width: 860px;
    margin: 20px auto 0;
}
.three-big-stories .container-2021 > .subtitle {
    color: #757575;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    text-align: center;
}
.three-big-stories .container-2021 .stories-wrapper {
    margin: 70px 0 0;
}
.three-big-stories .container-2021 .stories-wrapper .story {
    position: relative;
    margin: 140px 0 0;
}
.three-big-stories .container-2021 .stories-wrapper .story:first-child {
    margin: 0;
}
.three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story, 
.three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story:first-child {
    /*width: 960px;*/
    margin: 0 60px 0 0;
}
.three-big-stories .container-2021 .stories-wrapper .story .images-wrapper {
    width: 76.2%;
}
.three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story .images-wrapper {
    /*width: 66%;*/
    width: calc(100% - 310px);
}
.three-big-stories .container-2021 .stories-wrapper .story .images-wrapper .main-image {
    position: relative;
}
.three-big-stories .container-2021 .stories-wrapper .story .images-wrapper .main-image .link {
    position: absolute;
    bottom: 30px;
    right: 12%;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
}
.three-big-stories .container-2021 .stories-wrapper .story .images-wrapper .image {
    display: block;
    width: 100%;
    border-radius: 17px; /*4px*/
}
.three-big-stories .container-2021 .stories-wrapper .story .images-wrapper .logo {
    display: block;
    margin-top: 15px;
}
.three-big-stories .container-2021 .stories-wrapper .story .texts .logo {
    display: none;
    margin-top: 5px;
}
.three-big-stories .container-2021 .stories-wrapper .story .texts {
    box-sizing: border-box;
    border: 1px solid #E7E8E9;
    border-radius: 17px; /*4px*/
    background-color: #FFFFFF;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.06);
    position: absolute;
    right: 0;
    top: 22px;
    width: 57%;
    height: calc(100% - 22px);
    padding: 37px 32px;
}
.three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story .texts {
    display: block;
    width: 380px;
    height: calc(100% - 11px);
    top: 11px;
}
.three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story a.texts:hover {
    cursor: pointer;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 16%);
}
.three-big-stories .container-2021 .stories-wrapper .story .texts .rel-wrapper {
    position: relative;
    height: 100%;
}
.three-big-stories .container-2021 .stories-wrapper .story .texts .body {
    color: #20252C;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 34px;
}
.three-big-stories .container-2021 .stories-wrapper .story .texts .body p {
    color: #20252C;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 10px;
}
.three-big-stories .container-2021 .stories-wrapper .story .texts .body p:last-child {
    margin: 0;
}
.three-big-stories .container-2021 .stories-wrapper .story .texts .bottom-info {
    position: absolute;
    left: 0;
    bottom: 0;
}
.three-big-stories .container-2021 .stories-wrapper .story .texts .author {
    color: #20252C;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 29px;
}
.three-big-stories .container-2021 .stories-wrapper .story .texts .position {
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 29px;
}
.big-stories-slider .slick-prev, .big-stories-slider .slick-next {
    width: 16px;
    height: 16px;
    background-image: url("../../newimages/open-source/arrow-black.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.big-stories-slider .slick-prev:before, .big-stories-slider .slick-next:before {
    display: none;
}
.big-stories-slider .slick-prev {
    transform: rotate(-180deg);
    transform-origin: center 4px;
}

@media only screen and (min-width: 1280px) {
    .three-big-stories .container-2021.with-slider {
        margin-left: calc((100vw - 1220px)/2);
    }
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .slick-list {
        /*padding-right: calc((100vw - 820px)/2);*/
        padding-right: 300px;
    }
    .big-stories-slider .slick-next {
        /*right: calc((100vw - 760px)/2);*/
        right: 335px;
    }
}
@media only screen and (max-width: 1279px) {
    .three-big-stories .container-2021.with-slider {
        margin-left: 34px;
    }
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .slick-list {
        padding-right: 150px;
    }
    .big-stories-slider .slick-next {
        right: 185px;
    }
}
@media only screen and (max-width: 1159px) {
    .three-big-stories.with-slider {
        margin: 140px 20px;
    }
    .three-big-stories .container-2021.with-slider {
        margin: 0 15px;
    }
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .slick-list {
        padding-right: 0;
    }
    .big-stories-slider .slick-next {
        right: -25px;
    }
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story, 
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story:first-child {
        margin: 0;
    }
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story .images-wrapper {
        width: calc(100% - 10px);
        margin: 0 2px;
    }
    .three-big-stories .container-2021 .stories-wrapper .story .images-wrapper .main-image .link {
        right: 30px;
    }
    .three-big-stories .container-2021 .stories-wrapper .story .images-wrapper .logo {
        display: none;
    }
    .three-big-stories .container-2021 .stories-wrapper .story .texts .logo {
        display: block;
    }
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story .texts {
        position: relative;
        width: calc(100% - 10px);
        right: auto;
        top: auto;
        padding: 22px 15px;
        margin-left: 10px;
        margin-top: -10px;
        box-shadow: none;
    }
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story .texts .bottom-info {
        position: static;
        left: auto;
        bottom: auto;
        margin-top: 24px;
    }
    .three-big-stories .container-2021 .stories-wrapper .story .texts .body {
        font-size: 16px;
        line-height: 25.6px;
    }
    .three-big-stories .container-2021 .stories-wrapper .story .texts .body p {
        font-size: 16px;
        line-height: 25.6px;
    }
}
@media only screen and (max-width: 959px) {
    .three-big-stories.with-slider {
        margin: 140px 20px;
    }
    .three-big-stories .container-2021.with-slider {
        margin: 0 15px;
    }
    .three-big-stories .container-2021 .stories-wrapper .story .images-wrapper {
        width: 100%;
    }
    .three-big-stories .container-2021 .stories-wrapper .story .texts {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
        padding: 22px 15px;
        margin-left: 10px;
        margin-top: -70px;
    }
    .three-big-stories .container-2021 .stories-wrapper .story .texts .bottom-info {
        position: static;
        left: auto;
        bottom: auto;
        margin-top: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .three-big-stories {
        margin: 70px 20px 0;
    }
    .three-big-stories.with-slider {
        margin: 70px 20px;
    }
    .three-big-stories .container-2021 .stories-wrapper .story {
        margin: 70px 0 0;
    }
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story, 
    .three-big-stories .container-2021 .stories-wrapper .big-stories-slider .story:first-child {
        width: auto;
        margin: 0 0 70px;
    }
}
/*EOF THREE BIG STORIES*/
/*ADDITIONAL STORIES*/
.additional-stories {
    margin: 140px 5px 0;
    padding-bottom: 120px;
}
.additional-stories .container-2021 {
    width: 1250px;
    max-width: 100%;
    margin: 0 auto;
}
.additional-stories .container-2021 > .title {
    color: #20252C;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 38px;
    text-align: center;
}
.additional-stories .container-2021 .stories-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.box-stories.stories-wrapper .story {
    margin: 20px 15px;
    padding: 24px 24px 21px;
    width: calc(33.33% - 30px);
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 17px; /*4px*/
    transition: border .3s ease, box-shadow .3s ease;
}
.four-boxes.box-stories.stories-wrapper .story {
    width: calc(25% - 30px);
    min-height: 263px;
}
.box-stories.stories-wrapper .story:hover {
    border: 1px solid #028AED;
    box-shadow: 0 3px 22px 0 rgba(0,147,255,0.1);
}
.box-stories.stories-wrapper .story .image {
    margin-bottom: 23px;
}
.box-stories.stories-wrapper .story .title {
    color: #192045;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    transition: all .3s ease;
}
.box-stories.stories-wrapper .story:hover .title {
    color: #0073C5;
}
.box-stories.stories-wrapper .story .subtitle {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 6px;
}
.additional-stories .slick-dots li button:before {
    font-size: 14px;
}
@media only screen and (max-width: 959px) {
    .four-boxes.box-stories.stories-wrapper .story {
        width: calc(50% - 30px);
    }
    .tabs-integrations .container-2021 ul.filters li {
        padding: 22px 17px;
    }
}
@media only screen and (max-width: 767px) {
    .additional-stories {
        margin: 70px 5px 0;
        padding-bottom: 50px;
    }
    .additional-stories .container-2021 .stories-wrapper {
        display: block;
        margin-top: 25px;
    }
    .four-boxes.box-stories.stories-wrapper .story {
        width: calc(100% - 30px);
        min-height: auto;
    }
}
/*EOF ADDITIONAL STORIES*/
/*TABS INTEGRATIONS*/
.tabs-integrations {
    margin: 0;
    padding-bottom: 120px;
}
.tabs-integrations .container-2021 {
    width: 1250px;
    max-width: 100%;
    margin: 0 auto;
}
.tabs-integrations .container-2021 ul.filters {
    position: relative;
    display: flex;
    margin: 3px 15px 0;
}
.tabs-integrations .container-2021 ul.filters:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E5E7EC;
}
.tabs-integrations .container-2021 ul.filters li {
    position: relative;
    cursor: pointer;
    color: #6D6D6D;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 32px 27px;
    transition: all .3s;
}
.tabs-integrations .container-2021 ul.filters li:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #0073C5;
    transition: width .6s;
    z-index: 1;
}
.tabs-integrations .container-2021 ul.filters li.active,
.tabs-integrations .container-2021 ul.filters li:hover {
    color: #0073C5;
}
.tabs-integrations .container-2021 ul.filters li.active:after {
    width: 100%;
}
.tabs-integrations .container-2021 .stories-grid-filters {
    position: relative;
    display: none;
}
.tabs-integrations .container-2021 .stories-grid-filters .stories-grid-selected-option {
    position: relative;
    color: #0073C5;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 19px 0 17px 23px;
    background-color: #F5F5F5;
    z-index: 2;
}
.tabs-integrations .container-2021 .stories-grid-filters .stories-grid-selected-option:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 26px;
    width: 12px;
    height: 7px;
    margin-top: -3.5px;
    background-image: url("../../newimages/open-source/select.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}
.tabs-integrations .container-2021 .stories-grid-filters.open .stories-grid-selected-option:after {
    transform: rotate(180deg);
}
.tabs-integrations .container-2021 .stories-grid-filters .stories-grid-select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 4px 9px 0 rgba(0,0,0,0.13);
    z-index: 1;
    transition: max-height .6s;
}
.tabs-integrations .container-2021 .stories-grid-filters.open .stories-grid-select {
    /*max-height: 260px;*/
    max-height: 364px;
    overflow: auto;
}
.tabs-integrations .container-2021 .stories-grid-filters .stories-grid-select .stories-grid-option {
    color: #333333;
    background-color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 15px 23px 13px;
    transition: all .3s;
}
.tabs-integrations .container-2021 .stories-grid-filters .stories-grid-select .stories-grid-option.selected {
    color: #0073C5;
    background-color: #F5F5F5;
}
.tabs-integrations .container-2021 .stories-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .tabs-integrations {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 959px) {
    .tabs-integrations .container-2021 ul.filters li {
        padding: 22px 17px;
    }
}
@media only screen and (max-width: 767px) {
    .tabs-integrations .container-2021 ul.filters {
        display: none;
    }
    .tabs-integrations .container-2021 .stories-grid-filters {
        display: block;
    }
}
/*EOF TABS INTEGRATIONS*/
/*TABS DEFAULT*/
.tabs-default {
    margin: 0;
    padding: 125px 20px 90px;
    background: linear-gradient(139.6deg, #006BEA 0%, #111A46 101.11%, #101E4E 101.11%);
}
.tabs-default .container-2021 {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
}
.tabs-default .container-2021 .section-header .title {
    font-size: 34px;
    line-height: 42px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 70px;
}
.tabs-default .container-2021 ul.tab-filters {
    position: relative;
    display: flex;
    justify-content: space-between;
}
/*.tabs-default .container-2021 ul.tab-filters:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
}*/
.tabs-default .container-2021 ul.tab-filters li {
    position: relative;
    cursor: pointer;
    color: #9EBEDB;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    padding: 12px 0;
    margin: 0 10px;
    transition: all .3s;
}
.tabs-default .container-2021 ul.tab-filters li:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #FFFFFF;
    transition: all .6s;
    z-index: 1;
}
.tabs-default .container-2021 ul.tab-filters li.active {
    color: #FFFFFF;
    /*font-weight: bold;*/
}
.tabs-default .container-2021 ul.tab-filters li:hover {
    color: #FFFFFF;
}
.tabs-default .container-2021 ul.tab-filters li.active:after {
    width: 100%;
}
.tabs-default .container-2021 .tabs-content {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
.tabs-default .container-2021 .tabs-content .tab-element {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 80px 35px 0;
    flex: 0 0 100%;
    opacity: 0;
    order: 2;
    visibility: hidden;
    transition: opacity linear .8s;
}
.tabs-default .container-2021 .tabs-content .tab-element.active {
    opacity: 1;
    order: 1;
    visibility: visible;
}
.tabs-default .container-2021 .tabs-content .tab-element .texts {
    order: 1;
    width: 420px;
    margin-top: 90px;
}
.tabs-default .container-2021 .tabs-content .tab-element .texts .subtitle {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: bold;
    line-height: 41px;
    letter-spacing: 0px;
}
.tabs-default .container-2021 .tabs-content .tab-element .texts .body {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 20px;
}
.tabs-default .container-2021 .tabs-content .tab-element .texts a.link {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.72px;
    color: #9EBEDB;
    margin-top: 60px;
    padding-bottom: 2px;
    border-bottom: 1px solid #9EBEDB;
    transition: all .3s;
}
.tabs-default .container-2021 .tabs-content .tab-element .texts a.link:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 12px;
    height: 14px;
    background-image: url("../../newimages/open-source/arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all .2s ease;
}
.tabs-default .container-2021 .tabs-content .tab-element .texts a.link:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.tabs-default .container-2021 .tabs-content .tab-element .texts a.link:hover:after{
    opacity: 1;
    right: -18px;
}
.tabs-default .container-2021 .tabs-content .tab-element .image {
    order: 2;
    width: calc(100% - 520px);
    margin-left: 100px;
    outline: none;
}
.tabs-default .container-2021 .mobile-select-wrapper {
    position: relative;
    display: none;
}
.tabs-default .container-2021 .mobile-select-wrapper .mobile-selected-option {
    position: relative;
    color: #0073C5;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 19px 0 17px 23px;
    background-color: #F5F5F5;
    z-index: 2;
}
.tabs-default .container-2021 .mobile-select-wrapper .mobile-selected-option:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 26px;
    width: 12px;
    height: 7px;
    margin-top: -3.5px;
    background-image: url("../../newimages/open-source/select.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}
.tabs-default .container-2021 .mobile-select-wrapper.open .mobile-selected-option:after {
    transform: rotate(180deg);
}
.tabs-default .container-2021 .mobile-select-wrapper ul.mobile-select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 4px 9px 0 rgba(0,0,0,0.13);
    z-index: 1;
    transition: max-height .6s;
}
.tabs-default .container-2021 .mobile-select-wrapper.open ul.mobile-select {
    max-height: 260px;
}
.tabs-default .container-2021 .mobile-select-wrapper ul.mobile-select li.tab-filter {
    color: #333333;
    background-color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 15px 23px 13px;
    transition: all .3s;
}
.tabs-default .container-2021 .mobile-select-wrapper ul.mobile-select li.tab-filter.active {
    color: #0073C5;
    background-color: #F5F5F5;
}

@media only screen and (max-width: 1366px) {
    .tabs-default .container-2021 ul.tab-filters li {
        font-size: 14px;
    }
    .tabs-default .container-2021 .tabs-content .tab-element .image {
        width: calc(100% - 470px);
        margin-left: 50px;
    }
}
@media only screen and (max-width: 959px) {
    .tabs-default {
        padding: 60px 20px 45px;
    }
    .tabs-default .container-2021 .section-header .title {
        margin-bottom: 35px;
    }
    .tabs-default .container-2021 ul.tab-filters {
        display: none;
    }
    .tabs-default .container-2021 .tabs-content .tab-element {
        padding: 40px 0 0;
    }
    .tabs-default .container-2021 .tabs-content .tab-element .texts {
        width: 100%;
        margin-top: 0;
    }
    .tabs-default .container-2021 .tabs-content .tab-element .texts a.link {
        margin-top: 30px;
    }
    .tabs-default .container-2021 .tabs-content .tab-element .image {
        width: 100%;
        margin: 20px 0 0;
    }
    .tabs-default .container-2021 .mobile-select-wrapper {
        display: block;
    }
}
/*EOF TABS DEFAULT*/
/*FEATURES OVERVIEW*/
.features-overview {
    padding: 140px 20px;
}
.features-overview .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.features-overview .texts-wrapper .title {
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
}
.features-overview .texts-wrapper .subtitle {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 29px;
}
.features-overview .image-wrapper {
    display: flex;
}
.features-overview .image-wrapper .image {
    opacity: 0;
    min-width: 0;
    flex: 0 0 100%;
    transition: opacity .7s;
}
.features-overview .image-wrapper .image.active {
    opacity: 1;
}
.features-overview .image-wrapper .image:nth-child(2) {
    transform: translateX(-100%);
}
.features-overview .image-wrapper .image:nth-child(3) {
    transform: translateX(-200%);
}
.features-overview .image-wrapper .image:nth-child(4) {
    transform: translateX(-300%);
}
.features-overview .image-wrapper .image:nth-child(5) {
    transform: translateX(-400%);
}
.features-overview .image-wrapper .image:nth-child(6) {
    transform: translateX(-500%);
}
.features-overview .image-wrapper .image:nth-child(7) {
    transform: translateX(-600%);
}
.features-overview .image-wrapper .image:nth-child(8) {
    transform: translateX(-700%);
}
.features-overview .image-wrapper .image:nth-child(9) {
    transform: translateX(-800%);
}
.features-overview .image-wrapper .image:nth-child(10) {
    transform: translateX(-900%);
}
.features-overview .image-wrapper .image:nth-child(11) {
    transform: translateX(-1000%);
}
.features-overview .image-wrapper .image:nth-child(12) {
    transform: translateX(-1100%);
}
.features-overview .image-wrapper .image:nth-child(13) {
    transform: translateX(-1200%);
}
.features-overview .image-wrapper .image:nth-child(14) {
    transform: translateX(-1300%);
}
.features-overview .image-wrapper .image:nth-child(15) {
    transform: translateX(-1400%);
}
.features-overview .image-wrapper .image img {
    display: block;
    width: 100%;
}
.features-overview .features-wrapper .feature {
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px 10px 10px 46px;
    border-radius: 20px; /*4px*/
    border: 1px solid transparent;
    transition: all .2s;
}
.features-overview .features-wrapper .feature.has-image {
    cursor: pointer;
}
.features-overview .features-wrapper .feature:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 20px;
    top: 11px;
    border: 1px solid #0073C5;
    border-radius: 50%;
    background-image: url("../../newimages/open-source/check-blue.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    transition: all .2s;
}
.features-overview .buttons-wrapper {
    margin: 70px auto 0;
    text-align: center;
}
.features-overview .features-wrapper .feature.has-image:hover {
    /*color: #0073C5;*/
    color: #316AEB;
}
.features-overview .features-wrapper .feature.active {
    /*border-color: #D1E1E9;
    background-color: rgba(232,247,255,0.25);
    color: #0073C5;*/
    color: #316AEB;
    border-color: #CBE3FF;
    background-color: #CBE3FF;
}
.features-overview .features-wrapper .feature.has-image:hover:before,
.features-overview .features-wrapper .feature.active:before {
    background-image: url("../../newimages/open-source/check-white.png");
    background-color: #0073C5;
} 
@media only screen and (max-width: 959px) {
    .features-overview {
        padding: 70px 20px;
    }
    .features-overview .buttons-wrapper {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .features-overview .buttons-wrapper {
        text-align: left;
    }
    .features-overview .features-wrapper .feature {
        padding: 10px 10px 10px 26px;
    }
    .features-overview .features-wrapper .feature:before {
        left: 0;
    }
    .features-overview .features-wrapper .feature:hover {
        color: #333333;
    }
    .features-overview .features-wrapper .feature.active {
        border-color: transparent;
        border-radius: 17px; /*4px*/
        background-color: transparent;
        color: #333333;
    }
    .features-overview .features-wrapper .feature:hover:before,
    .features-overview .features-wrapper .feature.active:before {
        background-image: url("../../newimages/open-source/check-blue.png");
        background-color: transparent;
    }
}
/*BOTTOM*/
.features-bottom .texts-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.features-bottom .texts-wrapper .title {
    width: calc(59% - 40px);
    margin-right: 40px;
}
.features-bottom .texts-wrapper .subtitle {
    width: 41%;
}
.features-bottom .image-wrapper {
    border-radius: 17px; /*4px*/
    background-color: rgb(245, 245, 245, .5);
    /*padding: 74px;*/
    padding: 35px;
    margin-top: 70px;
}
.features-bottom .features-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 0;
}
.features-bottom .features-wrapper .features-wrapper-inner {
    width: calc(33.3% - 34px);
    margin-right: 50px;
}
.features-bottom .features-wrapper .features-wrapper-inner:last-child {
    margin-right: 0;
}
@media only screen and (max-height: 768px) and (orientation: landscape) {
    .features-bottom .image-wrapper {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 959px) {
    .features-bottom .texts-wrapper .title {
        width: calc(59% - 20px);
        margin-right: 20px;
    }
    .features-bottom .image-wrapper {
        padding: 20px;
        margin-top: 35px;
    }
    .features-bottom .features-wrapper {
        margin: 35px 0 0;
    }
    .features-bottom .features-wrapper .features-wrapper-inner {
        width: calc(33.3% - 10px);
        margin-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .features-bottom .image-wrapper {
        display: none;
    }
    .features-bottom .texts-wrapper {
        display: block;
    }
    .features-bottom .texts-wrapper .title {
        width: auto;
        margin-right: 0;
    }
    .features-bottom .texts-wrapper .subtitle {
        width: auto;
        margin-top: 16px;
    }
    .features-bottom .features-wrapper {
        display: block;
        margin: 29px 0 0;
    }
    .features-bottom .features-wrapper .features-wrapper-inner {
        width: 100%;
        margin-right: 0;
    }
}
/*EOF BOTTOM*/
/*RIGHT*/
.features-right {
    border-top: 1px solid #EAECEF;
    border-bottom: 1px solid #EAECEF;
    background: linear-gradient(180deg, #F7F7F7 0%, #FCFCFC 100%);
}
.features-right .desktop-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.features-right .texts-wrapper {
    width: 386px;
    margin-right: 66px;
}
.features-right .image-wrapper {
    width: calc(100% - 452px);
    /*padding: 82px 68px;*/
    padding: 42px 29px 29px;
    border-radius: 17px; /*4px*/
    background-color: rgb(245, 245, 245, .5);
}
.features-right .texts-wrapper .subtitle {
    margin-top: 16px;
}
.features-right .features-wrapper {
    margin: 29px 0 0 -20px;
}
.features-right .buttons-wrapper {
    text-align: left;
    margin-top: 50px;
}
@media only screen and (max-width: 959px) {
    .features-right .texts-wrapper {
        width: 286px;
        margin-right: 16px;
    }
    .features-right .image-wrapper {
        width: calc(100% - 302px);
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .features-right .desktop-container {
        display: block;
    }
    .features-right .texts-wrapper {
        width: auto;
        margin-right: 0;
    }
    .features-right .image-wrapper {
        display: none;
    }
    .features-right .features-wrapper {
        margin: 29px 0 0;
    }
}
/*EOF RIGHT*/
.features-overview .mobile-container {
    display: none;
}
/*EOF FEATURES OVERVIEW*/
/* BLUE BANNER*/
.blue-banner .leader {
    margin: 0;
}
.blue-banner + .with-new-footer {
    padding-top: 140px;
}
@media only screen and (max-width: 959px) {
    .blue-banner + .with-new-footer {
        padding-top: 70px;
    }
}
/*EOF BLUE BANNER*/
/* FOUR COLUMNS*/
.four-columns {
    padding: 140px 20px;
}
.four-columns .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.four-columns .container-2021 > .title {
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
}
.four-columns .container-2021 .columns-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 70px 0 0;
}
.four-columns .container-2021 .columns-wrapper .column {
    position: relative;
    width: calc(25% - 22.5px);
    margin: 0 0 0 30px;
    border: 1px solid #E7E8E9;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.06);
}
.four-columns .container-2021 .columns-wrapper .column:first-child {
    margin-left: 0;
}
.four-columns .container-2021 .columns-wrapper .column:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 6px;
    opacity: 0.8;
    border-radius: 4px 4px 0 0;
}
.four-columns .container-2021 .columns-wrapper .column.blue:before {
    background-color: #41A3E9;
}
.four-columns .container-2021 .columns-wrapper .column.green:before {
    background-color: #6EC043;
}
.four-columns .container-2021 .columns-wrapper .column.orange:before {
    background-color: #F49D1D;
}
.four-columns .container-2021 .columns-wrapper .column.purple:before {
    background-color: #7641E9;
}
.four-columns .container-2021 .columns-wrapper .column > .title {
    color: #192045;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 45px 35px 0;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper {
    padding: 25px 0 35px;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row .title {
    color: #333333;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 35px;
    width: 100%;
    transition: all .2s;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row.has-subtitle .title {
    cursor: pointer;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row .title .text {
    position: relative;
    display: inline-block;
    padding: 10px 18px 10px 26px;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row .title .text:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 11px;
    border: 1px solid #0073C5;
    border-radius: 50%;
    background-image: url("../../newimages/open-source/check-blue.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row .title .text:after {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 16px;
    background-image: url("../../newimages/open-source/select.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all .2s;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row.has-subtitle:hover {
    background-color: rgba(232,247,255,0.5);
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row.has-subtitle .title:hover .text:after {
    opacity: 1;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row .subtitle {
    max-height: 0;
    /*visibility: hidden;*/
    color: #6D6D6D;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0 24px 0 60px;
    /*transition: all .5s;*/
    transition: all 400ms cubic-bezier(0, 1, 0, 1);
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row {
    border-radius: 17px; /*4px*/
    border: 1px solid transparent;
    overflow: hidden;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row.has-subtitle.visible {
    border: 1px solid #D1E1E9;
    background-color: rgba(232,247,255,0.25);
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row.has-subtitle.visible .title .text:after {
    transform: rotate(180deg);
    opacity: 1;
}
.four-columns .container-2021 .columns-wrapper .column .rows-wrapper .row.has-subtitle.visible .subtitle {
    /*max-height: 500px;
    visibility: visible;*/
    max-height: none;
    padding-bottom: 8px;
}
@media only screen and (max-width: 959px) {
    .four-columns {
        padding: 70px 20px;
    }
    .four-columns .container-2021 .columns-wrapper {
        margin: 35px 0 0;
    }
    .four-columns .container-2021 .columns-wrapper .column {
        width: calc(50% - 20px);
        margin: 10px 0 10px 20px;
    }
    .four-columns .container-2021 .columns-wrapper .column:nth-child(2n+1) {
        margin-left: 0;
    }
}
/*@media only screen and (max-width: 479px) {*/
@media only screen and (max-width: 767px) {
    .four-columns .container-2021 > .title {
        text-align: left;
    }
    .four-columns .container-2021 .columns-wrapper {
        display: block;
    }
    .four-columns .container-2021 .columns-wrapper .column {
        width: 100%;
        margin: 20px 0 0;
        min-height: auto !important;
    }
    .four-columns .container-2021 .columns-wrapper .column:first-child {
        margin: 0;
    }
}
/* EOF FOUR COLUMNS*/
/*TEXT IMAGE*/
.text-image {
    margin: 140px 20px;
}
.text-image .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.text-image .texts-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.text-image .texts-image-wrapper .texts {
    width: 42.6%;
    padding: 50px 100px 50px 0;
}
.text-image .texts-image-wrapper .texts .logo {
    margin-bottom: 29px;
}
.text-image .texts-image-wrapper .texts .title {
    color: #20252C;
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 37px;
}
.text-image .texts-image-wrapper .texts .body {
    color: #818791;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 20px;
}
.text-image .texts-image-wrapper .texts .body p {
    margin: 20px 0 0;
}
.text-image .texts-image-wrapper .texts .button-link {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #0073C5;
    margin-top: 40px;
}
.text-image .texts-image-wrapper .image {
    position: relative;
    width: 57.4%;
    margin-bottom: 103px;
}
.text-image .texts-image-wrapper .image img {
    display: block;
    width: 100%;
    border-radius: 17px; /*4px*/
}
.text-image .texts-image-wrapper .image:after {
    content: "";
    position: absolute;
    bottom: -103px;
    right: -83px;
    width: 92.5%;
    height: 94.1%;
    border-radius: 17px; /*4px*/
    background-color: #F5F5F5;
    z-index: -1;
}
.text-image .texts-image-wrapper.image-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.text-image .texts-image-wrapper.image-left .texts {
    order: 2;
    padding: 50px 0 50px 100px;
}
.text-image .texts-image-wrapper.image-left .image {
    order: 1;
}
.text-image .texts-image-wrapper.image-left .image:after {
    left: -83px;
    right: auto;
}
@media only screen and (max-width: 1159px) {
    .text-image {
        margin: 70px 20px;
    }
    .text-image .texts-image-wrapper .image {
        padding: 0 40px 0 0;
        margin-bottom: 40px;
    }
    .text-image .texts-image-wrapper.image-left .image {
        padding: 0 0 0 40px;
    }
    .text-image .texts-image-wrapper .image:after {
        bottom: -40px;
        right: 0;
    }
    .text-image .texts-image-wrapper.image-left .image:after {
        right: auto;
        left: 0;
    }
    .text-image .texts-image-wrapper .texts {
        padding: 20px 20px 20px 0;
    }
    .text-image .texts-image-wrapper.image-left .texts {
        padding: 20px 0 20px 20px;
    }
    .text-image .texts-image-wrapper .texts .title {
        font-size: 32px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 959px) {
    .text-image .texts-image-wrapper .texts {
        width: 100%;
        padding: 0;
        order: 2;
    }
    .text-image .texts-image-wrapper .image {
        width: 100%;
        margin-bottom: 40px;
        order: 1;
    }
    .text-image .texts-image-wrapper.image-left .texts {
        order: 2;
        padding: 0;
    }
    .text-image .texts-image-wrapper.image-left .image {
        order: 1;
    }
}
@media only screen and (max-width: 479px) {
    .text-image .texts-image-wrapper .texts .title {
        font-size: 28px;
        line-height: 36px;
    }
    .text-image .texts-image-wrapper .image {
        padding: 0;
        margin: 0 0 40px;
    }
    .text-image .texts-image-wrapper.image-left .image {
        padding: 0;
    }
    .text-image .texts-image-wrapper .image:after {
        display: none;
    }
}
/*EOF TEXT IMAGE*/
/*CUSTOMER STORIES*/
.customer-stories {
    margin: 140px 5px 0;
    padding-bottom: 105px;
}
.customer-stories .container-2021 {
    width: 1250px;
    max-width: 100%;
    margin: 0 auto;
}
.customer-stories .container-2021 > .title {
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
}
.customer-stories .container-2021 .stories-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.customer-stories .box-stories.stories-wrapper .story {
    position: relative;
    margin: 35px 15px;
    padding: 0;
    border-top: 0;
    border-left: 1px solid #E7E8E9;
    border-right: 1px solid #E7E8E9;
    border-bottom: 1px solid #E7E8E9;
    overflow: hidden;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}
.customer-stories .box-stories.stories-wrapper .story:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}
.customer-stories .box-stories.stories-wrapper .story:hover .title {
    color: #192045;
}
.customer-stories .box-stories.stories-wrapper .story .image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 66%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.customer-stories .box-stories.stories-wrapper .story .image-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    /*width: 100%;*/
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: background .2s ease;
}
.customer-stories .box-stories.stories-wrapper .story:hover .image-wrapper:before {
    background: rgba(0, 0, 0, 0.5);
}
.customer-stories .box-stories.stories-wrapper .story .image-wrapper .image {
    display: none;
    width: 100%;
    margin: 0;
}
.customer-stories .box-stories.stories-wrapper .story .image-wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.customer-stories .box-stories.stories-wrapper .story .texts-wrapper {
    position: relative;
    border-radius: 0 0 4px 4px;
}
.customer-stories .box-stories.stories-wrapper .story .title {
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
    padding: 23px 30px 94px;
}
.customer-stories .box-stories.stories-wrapper .story .button-link {
    position: absolute;
    bottom: 38px;
    left: 30px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #0073C5;
}
.customer-stories .load-more {
    display: none;
    background-color: transparent;
    color: #0073C5;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 17px 50px;
    border: 1px solid #0073C5;
    border-radius: 17px; /*4px*/
    margin: 0 15px;
}

@media only screen and (max-width: 959px) {
    .customer-stories .box-stories.stories-wrapper .story {
        width: calc(50% - 30px);
    }
}
@media only screen and (max-width: 767px) {
    .customer-stories {
        margin: 70px 5px 0;
        padding-bottom: 35px;
    }
    .customer-stories .box-stories.stories-wrapper {
        align-items: flex-start;
    }
    .customer-stories .box-stories.stories-wrapper .story {
        width: 100%;
    }
    .customer-stories .load-more {
        display: inline-block;
    }
    .customer-stories .box-stories.stories-wrapper .story:nth-child(n+4) {
        margin: 0;
        opacity: 0;
        height: 0;
        visibility: hidden;
    }
    .customer-stories .box-stories.stories-wrapper.show-all .story:nth-child(n+4) {
        margin: 35px 15px;
        opacity: 1;
        height: auto;
        visibility: visible;
    }
    .customer-stories .box-stories.stories-wrapper .story .image-wrapper {
        background-image: none !important;
        height: auto;
        padding-bottom: 0;
    }
    .customer-stories .box-stories.stories-wrapper .story .image-wrapper .image {
        display: block;
    }
    .customer-stories .box-stories.stories-wrapper.show-all + .load-more {
        display: none;
    }
}
/*@media only screen and (max-width: 479px) {
    .customer-stories .box-stories.stories-wrapper {
        align-items: flex-start;
    }
    .customer-stories .box-stories.stories-wrapper .story {
        width: 100%;
    }
}*/
/*EOF CUSTOMER STORIES*/
/*TEXT SECTION*/
.text-default {
    margin: 140px 20px 0;
}
.text-default + .text-default {
    margin-top: 70px;
}
.text-default + .quote {
    margin-top: 70px;
}
.hero-homepage-wrapper + .text-default.centered {
    padding-top: 77px;
}
.text-default.centered {
    text-align: center;
    padding: 140px 20px;
    margin: 0;
}
.text-default.small-image-left {
    background-color: #F7F7F7;
    padding: 140px 20px;
    margin: 0;
}
.text-default .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.text-default.small-image-left .container-2021 {
    justify-content: center;
    align-items: center;
    width: 1000px;
}
.text-default .image {
    width: 100%;
    margin: 0 0 70px;
}
.text-default.small-image-left .image {
    width: 180px;
    flex: 0 0 180px;
    margin: 0 50px 0 0;
    box-shadow: 4px 12px 25px #00000017;
}
.text-default .image img {
    display: block;
    width: 100%;
}
.text-default .texts {
    max-width: 800px;
    margin: 0 auto;
}
.text-default.small-image-left .texts {
    max-width: none;
    margin: 0;
    flex: 1;
}
.text-default .texts .title {
    font-size: 34px;
    font-weight: 300;
    line-height: 42px;
    color: #20252C;
    margin: 0 0 18px;
}
.text-default.centered .texts .title {
    margin-bottom: 24px;
}
.text-default.small-image-left .texts .title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 24px;
}
.text-default .texts .body {
    font-size: 16px;
    line-height: 29px;
    color: #757575;
}
/*.text-default.small-image-left .texts .body {
    font-size: 18px;
    line-height: 28px;
    color: #20252C;
}*/
.text-default .texts .body ul {
    margin: 30px 0 0;
    padding: 0;
}
.text-default .texts .body ul li {
    position: relative;
    font-size: 16px;
    line-height: 29px;
    color: #757575;
    list-style-type: none;
    padding-left: 24px;
    margin-bottom: 1rem;
}
.text-default .texts .body ul li:last-child {
    margin-bottom: 0;
}
.text-default .texts .body ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid rgba(0, 115, 197, 0.7);
}
.text-default .texts .body > *:first-child {
    margin-top: 0;
}
.text-default .texts .body > *:last-child {
    margin-bottom: 0;
}
.text-default .texts a.link {
    position: relative;
    display: inline-block;
    min-width: 240px;
    margin-top: 30px;
    border-radius: 17px; /*6px*/
}
.text-default.small-image-left .texts a.link {
    text-align: left;
    min-width: auto;
    border: none;
    border-bottom: 1px solid #2587CD;
    border-radius: 0;
    padding: 0 0 3px 0;
    background: transparent;
    color: #2587CD;
}
.text-default.small-image-left .texts a.link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 14px;
    background-image: url("../../newimages/open-source/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all .2s ease;
}
.text-default.small-image-left .texts a.link:hover {
    background: transparent;
    transform: none;
    /*box-shadow: none;*/
}
.text-default.small-image-left .texts a.link:hover:after {
    opacity: 1;
    right: -18px;
}
.text-default.small-image-left:nth-last-child(2) {
    padding-bottom: 283px;
    margin-bottom: -143px;
}
@media only screen and (max-width: 960px) {
    .text-default.centered,
    .hero-homepage-wrapper + .text-default.centered {
        padding: 70px 20px;
    }
    .text-default {
        margin-top: 70px;
    }
    .text-default + .text-default {
        margin-top: 35px;
    }
    .text-default + .quote {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 767px) {

    .text-default.small-image-left {
        padding: 70px 20px;
    }
    .text-default.small-image-left:nth-last-child(2) {
        padding-bottom: 70px;
        margin-bottom: 0;
    }
    .text-default.small-image-left .image {
        margin: 0 0 30px;
    }
}
/*EOF TEXT SECTION*/
/*QUOTE SECTION*/
.quote {
    margin: 140px 20px 0;
}
.quote + .text-default {
    margin-top: 70px;
}
.quote + .quote {
    margin-top: 70px;
}
.quote .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.quote.has-image .container-2021 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.quote.has-image .image {
    width: calc(100% - 416px);
}
.quote .image img {
    display: block;
    width: 100%;
}
.quote .texts {
    max-width: 800px;
    margin: 0 auto;
}
.quote.has-image .texts {
    width: 342px;
    margin-left: 74px;
}
.quote .texts .title {
    font-size: 26px;
    font-weight: 300;
    line-height: 38px;
    color: #20252C;
    margin: 0 0 12px;
}
.quote .texts .author {
    font-size: 14px;
    line-height: 29px;
    color: #20252C;
    margin: 0 0 4px;
}
.quote .texts .author-position {
    font-size: 13px;
    line-height: 22px;
    color: #757575;
}
@media only screen and (max-width: 960px) {
    .quote {
        margin-top: 70px;
    }
    .quote + .text-default {
        margin-top: 35px;
    }
    .quote + .quote {
        margin-top: 35px;
    }
    .quote.has-image .image {
        width: calc(100% - 362px);
    }
    .quote.has-image .texts {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .quote.has-image .image {
        width: 100%;
    }
    .quote.has-image .texts {
        width: 100%;
        margin: 35px 0 0;
    }
}
/*EOF QUOTE SECTION*/
/*IMAGE INFO SECTION*/
.image-info {
    margin: 140px 0 0;
    text-align: center;
}
.image-info:first-child {
    margin-top: 234px;
}
.image-info .logo {
    margin: 0 auto;
    padding: 0 20px;
}
.image-info .title {
    font-size: 34px;
    line-height: 41px;
    font-weight: 300;
    text-align: center;
    color: #6D6D6D;
    width: 664px;
    margin: 23px auto 0;
    padding: 0 20px;
    max-width: 100%;
}
.image-info .image-info-wrapper {
    position: relative;
    margin-top: 140px;
}
.image-info .image-info-wrapper:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(134.5deg, #0073C5 0%, #2A3570 99.15%);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.151115);
    z-index: -1;
}
.image-info .image {
    width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
}
.image-info .texts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0 30px;
}
.image-info .texts .column {
    padding: 10px 55px;
    color: #FFFFFF;
}
.image-info .texts .column .label {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
}
.image-info .texts .column .value {
    font-weight: 300;
    font-size: 26px;
    line-height: 38px;
    margin-top: 11px;
}
@media only screen and (max-width: 960px) {
    .image-info:first-child {
        margin-top: 140px;
    }
    .image-info .image-info-wrapper {
        margin-top: 100px;
    }
    .image-info .texts {
        padding: 20px 0;
    }
    .image-info .texts .column {
        padding: 10px 25px;
    }
}
@media only screen and (max-width: 767px) {
    .image-info:first-child {
        margin-top: 113px;
    }
    .image-info .image-info-wrapper {
        margin-top: 70px;
    }
    .image-info .image-info-wrapper:before {
        top: 20%;
        height: 80%;
    }
    .image-info .texts .column {
        width: 50%;
    }
    .image-info .title {
        font-size: 30px;
        line-height: 38px;
    }
}
/*EOF IMAGE INFO SECTION*/
@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-18px); }
    100% { opacity: 1; transform: translateX(0); }
}
@-moz-keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-18px); }
    100% { opacity: 1; transform: translateX(0); }
}
@-o-keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-18px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-18px); }
    100% { opacity: 1; transform: translateX(0); }
}
.button-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0073C5;
}
.button-link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    /*right: -18px;*/
    width: 12px;
    height: 14px;
    background-image: url("../../newimages/open-source/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all .2s ease;
}
.button-link:hover:after {
    /*animation: fadeInLeft .1s ease-in-out .1s forwards;*/
    opacity: 1;
    right: -18px;
}
.with-new-footer {
    margin: 143px 0 0;
}
.with-new-footer.no-cta {
    margin: 0;
}
.trusted.new {
    padding: 120px 0;
}
.trusted.new h6 {
    margin: 0 0 50px;
    font-size: 34px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0px;
    color: #20252C;
}
.trusted.new .logotypes-wrapper {
    position: relative;
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.trusted.new .logotypes-wrapper:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 220px;
    height: 100%;
    background: transparent linear-gradient(270deg, #F7F7F700 0%, #EEF6FF0A 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    z-index: 9;
}
.trusted.new .logotypes-wrapper:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 220px;
    height: 100%;
    background: transparent linear-gradient(90deg, #F7F7F700 0%, #EEF6FF0A 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    z-index: 9;
}
.trusted.new .logotypes {
    padding: 15px 0;
}
.logotypes ul {
    flex-wrap: wrap;
    justify-content: space-around;
}
.trusted.new .logotypes .bx-wrapper {
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
}
.trusted.new .logotypes ul {
    display: block;
    margin: 0 auto;
}
.logotypes ul li {
    /*width: calc(12.5% - 58px);*/
    text-align: center;
    margin: 0 10px;
}
.trusted.new .logotypes ul li {
    margin: 0;
}
.trusted.new .logotypes ul li img {
    display: block;
    margin: 0 7px;
}
@media only screen and (max-width: 1023px) {
    .logotypes ul {
        display: flex;
        justify-content: center;
        margin: 10px auto;
    }
    .logotypes ul li {
        margin: 28px 18px;
        width: calc(25% - 36px);
    }
    .trusted.new .logotypes-wrapper:before,
    .trusted.new .logotypes-wrapper:after {
        width: 110px;
    }
}
@media only screen and (max-width: 767px) {
    .with-new-footer {
        margin: 0;
    }
    .trusted.new {
        padding: 60px 0;
    }
    .trusted.new .logotypes-wrapper:before,
    .trusted.new .logotypes-wrapper:after {
        width: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .logotypes ul li {
        width: calc(50% - 36px);
    }
}
/*TWO IMAGE BOXES*/
.two-image-boxes {
    padding: 140px 20px 70px;
    background: linear-gradient(180deg, #F7F7F7 0%, #FCFCFC 100%);
    border-top: 1px solid #EAECEF;
    border-bottom: 1px solid #EAECEF;
}
.two-image-boxes .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.two-image-boxes .container-2021 > .title {
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
}
.two-image-boxes .container-2021 > .subtitle {
    color: #757575;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.two-image-boxes .container-2021 .boxes-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0 40px;
}
.two-image-boxes .container-2021 .boxes-wrapper .box {
    width: calc(50% - 15px);
    margin: 0 0 30px;
}
.two-image-boxes .container-2021 .boxes-wrapper .box .image {
    display: block;
    width: 100%;
    border: 1px solid #E7E8E9;
    border-radius: 17px; /*4px*/
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.06);
    margin-bottom: 40px;
}
.two-image-boxes .container-2021 .boxes-wrapper .box .title {
    color: #192045;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}
.two-image-boxes .container-2021 .boxes-wrapper .box .subtitle {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 29px;
    margin-top: 15px;
}
@media only screen and (max-width: 959px) {
    .two-image-boxes {
        padding: 70px 20px 35px;
    }
    .two-image-boxes .container-2021 .boxes-wrapper {
        margin: 35px 0 5px;
    }
    .two-image-boxes .container-2021 .boxes-wrapper .box {
        width: 100%;
    }
}
/*TWO BOXES*/
.two-boxes {
    margin: 134px 20px 140px;
}
.two-boxes .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.two-boxes .container-2021 > .title {
    font-size: 34px;
    line-height: 42px;
    font-weight: 300;
    color: #20252C;
    text-align: center;
}
.two-boxes .container-2021 .boxes-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0 40px;
}
.two-boxes .container-2021 .boxes-wrapper .box {
    width: calc(50% - 15px);
    padding: 45px 75px 50px;
    border: 1px solid #E7E8E9;
    border-radius: 17px; /*4px*/
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.06);
    margin: 0 0 30px;
    transition: all .3s ease;
}
.two-boxes .container-2021 .boxes-wrapper .box:hover {
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.16);
}
.two-boxes .container-2021 .boxes-wrapper .box .title {
    color: #20252C;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 38px;
    margin-top: 13px;
}
.two-boxes .container-2021 .boxes-wrapper .box .subtitle {
    color: #757575;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
}
.two-boxes .container-2021 .boxes-wrapper .box .button-link {
    position: relative;
    display: inline-block;
    color: #0073C5;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    margin-top: 25px;
}
@media only screen and (max-width: 959px) {
    .two-boxes {
        margin: 70px 20px;
    }
    .two-boxes .container-2021 .boxes-wrapper {
        margin: 35px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .two-boxes .container-2021 .boxes-wrapper .box {
        width: 100%;
        padding: 25px 35px 30px;
        margin: 0 0 30px;
    }
}
/*TEXT IMAGE FEATURES*/
.text-image-features {
    margin: 140px 20px;
}
.text-image-features .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.text-image-features .texts-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.text-image-features .texts-wrapper {
    width: 43%;
}
.text-image-features .texts-wrapper .title {
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 16px;
}
.text-image-features .texts-wrapper .subtitle {
    color: #757575;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    margin-bottom: 20px;
}
.text-image-features .texts-wrapper .body {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 29px;
}
.text-image-features .texts-wrapper .blue-button {
    margin-top: 40px;
}
.text-image-features .texts-wrapper .checks-wrapper {
    margin-top: 18px;
}
.text-image-features .texts-wrapper .checks-wrapper .check-info {
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 12px;
    padding-left: 31px;
}
.text-image-features .texts-wrapper .checks-wrapper .check-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../newimages/open-source/success-tick.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    width: 18px;
}
.text-image-features .image {
    position: relative;
    width: 49%;
}
.text-image-features .image img {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #E7E8E9;
    border-radius: 17px; /*4px*/
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.06);
    z-index: 1;
}
.text-image-features .image:before {
    content: '';
    position: absolute;
    top: 29%;
    right: -14%;
    width: 80%;
    height: 95%;
    border-radius: 17px; /*4px*/
    background-color: #F5F5F5;
}
@media only screen and (max-width: 959px) {
    .text-image-features {
        margin: 70px 20px;
    }
    .text-image-features .texts-wrapper {
        width: 100%;
        margin-bottom: 35px;
    }
    .text-image-features .image {
        width: calc(100% - 20px);
        padding-bottom: 20px;
    }
    .text-image-features .image:before {
        content: '';
        top: 20px;
        right: -20px;
        width: 100%;
        height: 100%;
    }
}
/*DROPDOWN FEATURES*/
.dropdown-features {
    margin: 140px 20px;
}
.dropdown-features .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.dropdown-features .texts-image-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.dropdown-features .texts-image-wrapper .texts-wrapper {
    width: 35%;
    float: left;
    order: 1;
}
.dropdown-features.right .texts-image-wrapper .texts-wrapper {
    float: right;
    order: 2;
}
.dropdown-features .texts-image-wrapper .texts-wrapper > .title {
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper {
    margin-top: 30px;
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown {
    border-radius: 17px; /*4px*/
    max-height: 53px;
    overflow: hidden;
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown:not(.active) {
    transition: max-height 400ms cubic-bezier(0, 1, 0, 1);
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown + .dropdown {
    margin-top: 5px;
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown .title {
    cursor: pointer;
    background-color: #F5F5F5;
    color: #316AEB;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    padding: 16px 23px 17px;
    border-radius: 20px; /*4px*/
    /*transition: background-color .3s;*/
}
/*.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown:not(.active) .title:hover {
    background-color: #F5F5F5;
}*/
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown .title span.text {
    display: inline-block;
    position: relative;
    margin-right: 22px;
    border-bottom: 1px solid #316AEB;
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown .title span.text:before {
    content: '';
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -3.5px;
    background-image: url("../../newimages/open-source/select-blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 7px;
    width: 12px;
    transition: transform .5s;
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown .body {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    padding: 0 23px 27px;
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown.active {
    background-color: #CBE3FF;
    max-height: none;
    /*transition: max-height 100ms ease-in;*/
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown.active .title {
    background-color: transparent;
    /*padding-top: 26px;*/
}
.dropdown-features .texts-image-wrapper .texts-wrapper .dropdowns-wrapper .dropdown.active .title span.text:before {
    /*background-image: url("../../newimages/open-source/select-black.png");*/
    transform: rotate(180deg);
}
.dropdown-features .texts-image-wrapper .texts-wrapper .blue-button {
    margin-top: 40px;
}
.dropdown-features .images-wrapper {
    display: flex;
    position: relative;
    margin-top: 14px;
    box-sizing: border-box;
    /*padding: 4% 5% 7% 8%;*/
    width: 57%;
    border-radius: 17px; /*4px*/
    background: linear-gradient(180deg, #F7F7F7 0%, #FCFCFC 100%);
    order: 2;
}
.dropdown-features.right .images-wrapper {
    order: 1;
}
.dropdown-features .images-wrapper .dropdown-images {
    display: flex;
}
.dropdown-features .images-wrapper .dropdown-images .image {
    opacity: 0;
    min-width: 0;
    flex: 0 0 100%;
    transition: opacity .7s;
}
.dropdown-features .images-wrapper .dropdown-images .image:nth-child(2) {
    transform: translateX(-100%);
}
.dropdown-features .images-wrapper .dropdown-images .image:nth-child(3) {
    transform: translateX(-200%);
}
.dropdown-features .images-wrapper .dropdown-images .image:nth-child(4) {
    transform: translateX(-300%);
}
.dropdown-features .images-wrapper .dropdown-images .image:nth-child(5) {
    transform: translateX(-400%);
}
.dropdown-features .images-wrapper .dropdown-images .image img {
    display: block;
    width: 100%;
}
.dropdown-features .images-wrapper .dropdown-images .image.active {
    opacity: 1;
}
@media only screen and (max-width: 959px) {
    .dropdown-features {
        margin: 70px 20px;
    }
    .dropdown-features .texts-image-wrapper .texts-wrapper,
    .dropdown-features.right .texts-image-wrapper .texts-wrapper {
        width: 100%;
        float: left;
        order: 1;
    }
    .dropdown-features .images-wrapper,
    .dropdown-features.right .images-wrapper {
        width: 100%;
        float: right;
        order: 2;
        /*padding: 40px 20px 20px 40px;*/
        margin-top: 40px;
    }
}
/*SCROLLABLE TEXTS FEATURES*/
.scrollable-texts {
    position: relative;
    padding: 20px;
    margin: 120px 0;
}
.scrollable-texts .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.scrollable-texts .flex-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scrollable-texts .dummy-text {
    width: 32%;
}
.scrollable-texts .scroll-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollable-texts .scroll-wrapper-inner {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollable-texts .scroll-wrapper::-webkit-scrollbar,
.scrollable-texts .scroll-wrapper-inner::-webkit-scrollbar {
    display: none;
}
.scrollable-texts .text {
    margin-bottom: 140px;
}
.scrollable-texts .text + .text {
    opacity: .2;
}
.scrollable-texts .text .title {
    color: #20252C;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 38px;
}
.scrollable-texts .text .body {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 29px;
    margin-top: 12px;
}
.scrollable-texts .text .image {
    display: none;
    margin-top: 12px;
    padding: 20px;
    border-radius: 17px; /*4px*/
    background: linear-gradient(180deg, #F7F7F7 0%, #FCFCFC 100%);
}
.scrollable-texts .text .image img {
    display: block;
    width: 100%;
}
.scrollable-texts .text .button-link {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #0073C5;
    margin-top: 16px;
}
.scrollable-texts .images-wrapper {
    position: relative;
    box-sizing: border-box;
    padding: 6% 5% 8% 5%;
    width: 63%;
    border-radius: 17px; /*4px*/
    background: linear-gradient(180deg, #F7F7F7 0%, #FCFCFC 100%);
}
.scrollable-texts .images-wrapper .dropdown-images {
    display: flex;
}
.scrollable-texts .images-wrapper .dropdown-images .image {
    opacity: 0;
    min-width: 0;
    flex: 0 0 100%;
    transition: opacity .7s;
}
.scrollable-texts .images-wrapper .dropdown-images .image.active {
    opacity: 1;
    display: block;
}
.scrollable-texts .images-wrapper .dropdown-images .image:nth-child(2) {
    transform: translateX(-100%);
}
.scrollable-texts .images-wrapper .dropdown-images .image:nth-child(3) {
    transform: translateX(-200%);
}
.scrollable-texts .images-wrapper .dropdown-images .image:nth-child(4) {
    transform: translateX(-300%);
}
.scrollable-texts .images-wrapper .dropdown-images .image:nth-child(5) {
    transform: translateX(-400%);
}
.scrollable-texts .images-wrapper .dropdown-images .image img {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 959px) {
    .scrollable-texts {
        margin: 70px 20px;
        padding: 0;
    }
    .scrollable-texts .texts-wrapper {
        width: 100%;
    }
    .scrollable-texts .images-wrapper {
        display: none;
    }
    .scrollable-texts .scroll-wrapper {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .scrollable-texts .scroll-wrapper-inner {
        width: 100% !important;
        margin-left: auto !important;
    }
    .scrollable-texts .text {
        margin-bottom: 40px !important;
        opacity: 1 !important;
    }
    .scrollable-texts .text .image {
        display: block;
    }
}
.scrollable-texts-alt {
    position: relative;
    background-color: #fff;
    padding: 0 20px;
}
.scrollable-texts-alt .container-2021 {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.scrollable-texts-alt .scrollable-texts-container {
    width: 35%;
    margin-right: 8%;
}
.scrollable-texts-alt .scrollable-texts-container .text-slide-step {
    position: relative;
    height: 100vh;
    opacity: 0;
    transition: opacity .8s ease-out;
    will-change: opacity;
}
.scrollable-texts-alt .scrollable-texts-container .text-slide-step.is-active {
    opacity: 1;
}
.scrollable-texts-alt .scrollable-texts-container .text-slide-step .texts-wrapper {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.scrollable-texts-alt .scrollable-texts-container .text-slide-step .subtitle {
    color: #757575;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
}
.scrollable-texts-alt .scrollable-texts-container .text-slide-step .title {
    color: #20252C;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 42px;
    margin: 15px 0 0;
}
.scrollable-texts-alt .scrollable-texts-container .text-slide-step .body {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 29px;
    margin: 15px 0 0;
}
.scrollable-texts-alt .scrollable-texts-container .text-slide-step .image {
    display: none;
    overflow: hidden;
    margin: 15px 0 0;
    padding: 20px;
    border-radius: 17px; /*4px*/
    background: linear-gradient(180deg, #F7F7F7 0%, #FCFCFC 100%);
}
.scrollable-texts-alt .scrollable-texts-container .text-slide-step .image img {
    display: block;
    width: 100%;
}
.scrollable-texts-alt .scrollable-images-container {
    position: -webkit-sticky;
    position: sticky;
    width: 57%;
    top: 50%;
    transform: translateY(-50%);
}
.scrollable-texts-alt .scrollable-images-container .images-wrapper {
    padding: 50px;
    border-radius: 17px; /*4px*/
    background: linear-gradient(180deg, #F7F7F7 0%, #FCFCFC 100%);
}
.scrollable-images-container .images-wrapper.visible {
    visibility: visible;
}
@media only screen and (max-width: 959px) {
    .scrollable-texts-alt {
        margin: 70px 0 0 !important;
    }
    .scrollable-texts-alt .scrollable-texts-container {
        width: 100%;
        margin-right: 0;
    }
    .scrollable-texts-alt .scrollable-texts-container .text-slide-step {
        opacity: 1 !important;
        height: auto !important;
        margin: 0 0 70px;
    }
    .scrollable-texts-alt .scrollable-texts-container .text-slide-step .texts-wrapper {
        position: static;
        left: auto;
        top: auto;
        transform: none;
    }
    .scrollable-texts-alt .scrollable-texts-container .text-slide-step .image {
        display: block;
    }
   .scrollable-texts-alt .scrollable-images-container {
        display: none;
    }
}
/*FORM SECTION*/
.form-section {
    padding: 140px 20px 0;
}
section:not(.hero):not(.blue-banner) + .form-section {
    padding-top: 0;
}
.form-section + .with-new-footer {
    padding-top: 140px;
}
.form-section + .blue-banner {
    margin-top: 140px;
}
.form-section .form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #E7E8E9;
    border-radius: 20px; /*8px*/
    background-color: #FFFFFF;
    box-shadow: 0 5px 40px 0 rgb(0 0 0 / 9%);
}
.form-section .form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 30px;
    line-height: 22px !important;
}
@media only screen and (max-width: 959px) {
    .form-section {
        padding: 70px 20px 0;
    }
    .form-section + .with-new-footer {
        padding-top: 70px;
    }
    .form-section + .blue-banner {
        margin-top: 70px;
    }
}
/*EOF FORM SECTION*/
/*TESTIMONIAL SECTION*/
.testimonial {
    padding: 140px 48px 110px;
    background-color: #F7F7F7;
}
.testimonial .container-2021 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.testimonial .container-2021 .texts-image-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.testimonial .container-2021 .texts-image-wrapper .texts {
    flex: 1;
    margin-top: 20px;
}
.testimonial.without-image .container-2021 .texts-image-wrapper .texts {
    max-width: 894px;
    margin: 0 auto;
    text-align: center;
}
.testimonial .container-2021 .texts-image-wrapper .texts .body {
    position: relative;
    display: inline;
    color: #20252C;
    font-size: 26px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 0;
}
.testimonial .container-2021 .texts-image-wrapper .texts .body:before,
.testimonial .container-2021 .texts-image-wrapper .texts .body:after {
    position: absolute;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0;
    color: #ACB9CC;
}
.testimonial .container-2021 .texts-image-wrapper .texts .body:before {
    content: open-quote;
    top: -3px;
    left: -28px;
}
.testimonial .container-2021 .texts-image-wrapper .texts .body:after {
    content: close-quote;
    bottom: -35px;
    right: -28px;
}
.testimonial .container-2021 .texts-image-wrapper .texts .author {
    color: #0064AB;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 38px;
}
.testimonial .container-2021 .texts-image-wrapper .texts .logo {
    margin-top:17px;
}
.testimonial .container-2021 .texts-image-wrapper .image {
    margin-left: 54px;
    width: 258px;
    height: 258px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 10px 21px #00000005;
}
.testimonial .container-2021 .texts-image-wrapper .image .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial .container-2021 .texts-image-wrapper .image .image-wrapper img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 70px 30px 50px;
    }
    .testimonial .container-2021 .texts-image-wrapper .image {
        order: 1;
        margin: 0 auto;
    }
    .testimonial .container-2021 .texts-image-wrapper .texts {
        order: 2;
        width: 100%;
        text-align: center;
    }
    .testimonial .container-2021 .texts-image-wrapper .texts .body {
        font-size: 22px;
        line-height: 34px;
    }
}
/*EOF TESTIMONIAL SECTION*/
