
#lead {
    margin-top: 24px;
    background-size: 456px 110px;
    min-height: 110px;
}

#leadText {
    margin-left: 480px;
    font-size: 20px;
    font-weight: 100;
    padding-top: 20px;
    line-height: 26px;

    /*border-bottom: 2px solid white;*/
    /*padding-bottom: 11px*/
}

body .popupOverlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 32, 48, 0.7);
    display: none;
    z-index: 10;
}

html.popupActive {
    overflow-y: hidden;
}


html.popupActive .popupOverlay {
    display: block;
}


body .popup {
    position: fixed;
    width: 338px;
    background: rgba(119, 163, 221, 0.8);
    z-index: 12;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    padding: 51px;
    font-size: 16px;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -ms-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
    overflow: auto;
}

html.popupActive .popup {
    left: calc(100% - 440px)
}

body .popup .close {
    right: 18px;
    position: absolute;
    color: white;
    font-size: 307px;
    line-height: 1;
    display: block;
    top: 5px;
    background: url(img/cross_white.svg.br);
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    width: 25px;
    top: 18px;
    display: none;
}

html.dark .home #top {
    border-bottom: none;
}


html.onMMenu {
    background: #002030;
!important;
}

html.dark .headContent.home.section #top #mMenu {
    opacity: 0;
}

html.dark .headContent.home.section #top #mainMenu {
    opacity: 0;
    -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
    display: inline-block;
    vertical-align: middle;
}

html.dark .headContent.home.section #top #mainMenu.active {
    opacity: 1;
}

html.dark .headContent.home.section #top #mMenu.active {
    opacity: 1;
}

.grid {
    /*width: 940px;*/
    padding: 0 40px;
    margin: 0 80px;
    position: relative;
}

.grid .column {
    height: 100%;
    width: 100%;
}

.newsBlock .newsH a {
    color: #ffbb33;
    font-size: 36px;
    font-weight: 100;
}

.newsBlock .date {
    font-size: 14px;
}

.newsBlock .preview {
    font-size: 14px;
    line-height: 1.2;
}

.section .sectionTitle {
    font-size: 48px;
    color: #77a3dd;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1;
}

.section .sectionDescription {
    font-weight: 100;
    font-size: 28px;
    text-align: center;
}

.resultsContent .grid{
    border-bottom: none;
    ul {
      height: auto;
    }
}

body:has(.useCasesContent:not(.disabled)) {
    .resultsContent .grid{
        border-bottom: 1px solid white;
        transition: border-bottom 0.5s ease-in;
        width: 100%;
        ul {
            padding-bottom: 30px;
        }
    }
}
.useCasesContent {
    overflow-y: hidden;
    max-height: 500px;
    transition: max-height 0.5s ease-out;
    .grid{
        margin-block: 0;
    }
}

.useCasesContent.disabled {
    margin: 0;
    max-height: 0;
}

.section.useCasesContent ul.itemList {
    margin-block: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}
.section.useCasesContent ul.itemList li.item:nth-of-type(3n) {
    /*margin-right: 26px;*/
}

.section.useCasesContent ul.itemList li.item:nth-of-type(4n) {
    /*margin-right: 0;*/
}

.section.useCasesContent .useCaseSectionTitle {
    color: #ffbb33;
    font-size: 24px;
    font-weight: 100;
    border-bottom: 2px solid white;
    padding-bottom: 14px;
}

.section.useCasesContent ul.itemList li.item {
    /*width: calc(50% - 1.25vw);*/
    width: auto;
    text-align: left;
    text-transform: none;
    cursor: pointer;
}

.section.useCasesContent ul.itemList li.item:hover .title {
    color: white;
}

.section.useCasesContent ul.itemList li.item:hover .case {
    color: white;
}

.section.useCasesContent ul.itemList li.item:nth-of-type(2n) {
    /*margin-right: 0;*/
}

.section.useCasesContent ul.itemList li.item .case {
    text-transform: uppercase;
    color: #ffbb33;
    font-weight: 100;
    font-size: 12px;
    display: inline-block;
}

.section.useCasesContent ul.itemList li.item .theme {
    color: white;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}

.section.useCasesContent ul.itemList li.item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    width: 100%;
    margin-top: 5px;
}

.section.useCasesContent ul.itemList li.item .body {
    color: #77a3dd;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.2;
}

.section.useCasesContent ul.itemList li.item .body .openUseCase {
    color: #ffbb33;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    display: inline;
}

.section.useCasesContent.v2 .grid{
    ul.itemList {
        margin-block: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 26px;
        .item{
            .kicker{
                color: #ffbb33;
                font-size: 14px;
                font-weight: 100;
            }
            &.title{
                display: none;
            }
        }
    }
}

.resultsContent .borderHolder {
    margin: 20px 0;
}

.section ul.itemList li.item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 18px);
    color: #002030;
    font-weight: 700;
    font-size: 15px;
    margin-right: 25px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    /*-webkit-transition: all 1s;*/
    /*-moz-transition: all 1s;*/
    /*-ms-transition: all 1s;*/
    /*-o-transition: all 1s;*/
    /*transition: all 1s;*/
    position: relative;
    margin-bottom: 30px;
}

.section.resultsContent ul.itemList li.item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 23px);
    color: #002030;
    font-weight: 700;
    font-size: 15px;
    margin-right: 25px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    /*-webkit-transition: all 1s;*/
    /*-moz-transition: all 1s;*/
    /*-ms-transition: all 1s;*/
    /*-o-transition: all 1s;*/
    /*transition: all 1s;*/
    position: relative;
    margin-bottom: 30px;
}

.section.resultsContent ul.itemList li.item:hover {
    cursor: pointer;
}

.section.resultsContent ul.itemList li.item .itemTitle {
    color: #77A3DD;
}

.section.resultsContent ul.itemList li.item:hover svg {
    filter: brightness(100);
}

.section.resultsContent ul.itemList li.item:hover .itemTitle {
    color: white;
}


.section.resultsContent ul.itemList li.item.disableBorder:after {
    /*position: absolute;*/
    /*content: '';*/
    /*right: -13px;*/
    /*left: -10px;*/
    /*bottom: calc(-3vw - 2px);*/
    /*height: 2px;*/
    /*background: #002030;*/
    /*z-index: 999;*/
}

.section.resultsContent ul.itemList li.item.active svg {
    filter: brightness(100);
}

.section.resultsContent ul.itemList li.item.active .itemTitle {
    color: white;
}

.section.resultsContent ul.itemList li.item:nth-of-type(4n) {
    margin-right: 0;
}


.section ul.itemList li.item .itemTitle {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: white;
    text-transform: none;
    margin-bottom: 6px;
    line-height: 1.2;
    max-width: 203px;

}

.section ul.itemList li.item .loadSvg {
    text-align: center;
}

.section ul.itemList li.item svg {
    width: 60px;
    height: 60px;
    margin: 24px 0 20px;
}

.covidContent{
    display: none;
}
.covidContent.section {
    margin-bottom: -48px;
    margin-top: 48px;
    z-index: 2;
}

.covidContent .title:hover a {
    color: #ffbb33;
}

.covidContent .title {
    border: 1px solid white;
    padding: 30px 40px;
    text-align: center;
    font-weight: 200;
}

.covidContent .title .mainTitle {
    font-weight: 500;
    margin: 5px 0;
    margin-bottom: 15px;
}


.resultsContent li.item .loadSvg.active svg .drop {
    animation: drop 1s 3;
}

.resultsContent li.item .loadSvg.active svg .wave {
}

.resultsContent li.item .loadSvg.active svg .wave[data-order='1'] {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.resultsContent li.item .loadSvg.active svg .wave:not([data-order="1"]) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.workforceContent .sectionTitle {
    color: white;
}

.workforceContent ul {
    height: auto;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    row-gap: 36px;
    column-gap: 36px;
    margin-bottom: 30px;
}

.section.workforceContent ul.itemList li.item {
    /*border-image-source: linear-gradient(to right, #002030 0%, #ffbb33 50%, #002030 100%);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0px;
}

.newsContent .grid {
}

.newsContent .innerContainer {
    border-top: 1px solid white;
    padding: 12px 0;
    padding-bottom: 53px;
}

.newsContent .grid .newsBlock:first-child {
    margin-left: 0;
}

.newsContent .grid .newsBlock {
    width: calc(25% - 18px);
    margin-left: 24px;
    cursor: pointer;
}

@-webkit-keyframes drop {
    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(100%);
    }
}

@keyframes drop {
    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(100%);
    }
}

.section ul.itemList li.item .itemDes {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    color: white;
    text-transform: none;
    letter-spacing: -0.6144px;
    line-height: 1.3;
}

.dataContent .grid {
    min-height: 364px;
    .homeDataWrapper{
        height: 100%;
        display: grid;
        grid-template-columns: 580px auto;
        align-items: center;
        gap: 40px;
        /*background: #77a3dd;*/
        .question{
            margin-block: 12px 24px;
        }
    }
}

.dataContent .column:nth-of-type(2) {
    padding: 26px 0;
    /*width: calc(100% - 590px);*/
    width: 100%;
    box-sizing: border-box;
}

.infoContent .item .extraText {
    width: 100%;
    float: left;
}

.infoContent .item .extraText a {
    color: #002030;
    font-weight: 100;
    font-size: 10px;
    padding-left: 61px;
}

.infoContent .grid .homeDataWrapper {
    /*background: #77a3dd;*/
    height: 160px;
    ul {
        display: flex;
        height: 100%;
        align-items: center;
        gap: 12px;
        justify-content: center ;
    }
}

/*.emptyContent.section {*/
/*margin-bottom: 41px;*/
/*}*/.infoContent li.item
.dataContent.section {
    margin-bottom: 0;
    /*max-width: 940px;*/
}

.infoContent.section {
    margin: 12px auto;
    /*max-width: 940px;*/
}

.statsContent.section {
    margin: 0;
    /*max-width: 940px;*/
}

.statsContent .grid .homeDataWrapper {
    /*background: white;*/
    width: 100%;
    ul{
        height: 100%;
        padding-block: 33px;
        display: flex;
        gap: 36px;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.statsContent li.item {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    list-style: none;
    color: #002030;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.statsContent li.item:last-of-type {
    margin-right: 0;
}

.statsContent li.item .value {
    color: #77a3dd;
    display: block;
    font-size: 36px;
    width: 100%;
    padding-top: 21px;
    text-align: center;
    position: absolute;

}

.borderHolder {
    display: block;
    height: 1px;
    /*background-image: url("img/blue_dot.svg.br");*/
    background-color: #77a3dd;
    width: 100%;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: transform 1.5s;
}

.active .borderHolder {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.workforceContent .borderHolder {
    /*background-image: url("img/orange_dot.svg.br");*/
    background-color: #FFBB33;
}

.statsContent li.item {
    /*-webkit-transition: all 0.5s;*/
    /*transition: all 0.5s;*/
}

.statsContent li.item.active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.infoContent li.item {
    list-style: none;
    float: left;
    /*width: calc(33.3% - 16px);*/
    color: #002030;
    font-weight: 700;
    font-size: 24px;
    /*height: 7.5vw;*/
    line-height: 1;
    font-weight: 900;
    /*margin-right: 24px;*/
    /*-webkit-transition: all 1s;*/
    /*transition: all 1s;*/
    display: grid;
    grid-template-columns: 77px 200px;
    align-items: center;
    gap: 16px;
}

.statsContent li.item .label {
    transition: margin-top 1s;
    margin-top: 36px;
    font-size: 18px;
}

.statsContent li.item.active .label {
    margin-top: 70px;
}

.infoContent li.item.active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.infoContent li.item .loadSvg {
    float: left;
    width: 76px;
    height: 76px;
}

.infoContent li.item svg {
    width: 100%;
    height: 100%;
}


/*.infoContent li.item:nth-of-type(1) {*/
/*background: url(img/box1.svg.br) no-repeat;*/
/*background-size: 51px;*/
/*}*/
/*.infoContent li.item:nth-of-type(2) {*/
/*background: url(img/box2.svg.br) no-repeat;*/
/*background-size: 51px;*/
/*}*/
.infoContent li.item:nth-of-type(3) {
    /*background: url(img/box3.svg.br) no-repeat;*/
    /*background-size: 51px;*/
    /*margin-right: 0;*/
}

.dataContent .title.dark {
    color: #002030;
}

.demoContent .innerContainer {
    padding-bottom: 51px;
    text-align: center;
    z-index: 1;
}


.clientContent .grid {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 22px;
}

.demoContent .title {
    font-size: 36px;
    margin-top: -3px;
    padding: 51px 7% 0;
    font-weight: 700;
    color: #77a3dd;
    z-index: -1;
    position: relative;
    width: 67%;
    margin: 0 auto;
    line-height: 1.2;
}

.demoContent .btn {
    margin-top: 28px;
    transform: translateY(-20px);
    -webkit-transition: 0.08s ease-in, opacity 1s, transform 1s;
    -moz-transition: 0.08s ease-in, opacity 1s, transform 1s;
    -ms-transition: 0.08s ease-in, opacity 1s, transform 1s;
    -o-transition: 0.08s ease-in, opacity 1s, transform 1s;
    transition: 0.08s ease-in, opacity 1s, transform 1s;
    &:hover{
        color: #002030;
    }
}

.data1 {
    /*background: url(img/big_box.svg.br) no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    height: 356px;
    /*width: 580px !important;*/
    max-width: 580px !important;
}

.data1 svg {
    height: 100%;
    width: 100%;
}

.scrollFakeFullScreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    /*-ms-overflow-style: none;  !* IE and Edge *!*/
    /*scrollbar-width: none;  !* Firefox *!*/
}

.scrollFakeFullScreen::-webkit-scrollbar {
    /*display: none;*/
}

.scrollFakeFullScreen .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*a.btn {*/
/*    background: #77a3dd;*/
/*    min-width: 97px;*/
/*    width: auto;*/
/*    height: auto;*/
/*    text-align: center;*/
/*    color: white;*/
/*    font-size: 15px;*/
/*    font-weight: 100;*/
/*    text-transform: uppercase;*/
/*    display: inline-block;*/
/*    transition: 0.08s ease-in;*/
/*    -o-transition: 0.08s ease-in;*/
/*    -ms-transition: 0.08s ease-in;*/
/*    -moz-transition: 0.08s ease-in;*/
/*    -webkit-transition: 0.08s ease-in;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    line-height: 1.2;*/
/*    padding: 18px 26px;*/
/*}*/

/*a.btn.login {*/
/*    min-width: 58px;*/
/*}*/

/*a.btn.big {*/
/*    width: 143px;*/
/*}*/

/*a.btn.dark:hover {*/
/*    color: #002030;*/
/*}*/

/*a.btn:hover {*/
/*    color: #002030;*/
/*}*/

/*a.btn:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: white;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 100%;*/
/*    z-index: -1;*/
/*    -webkit-transition: top 0.09s ease-in;*/
/*}*/

/*a.btn:hover:before {*/
/*    top: 0;*/
/*    border: 1px solid white;*/
/*}*/

/*html.onMMenu a.btn:hover:before {*/
/*    top: 100%;*/
/*}*/


/*a.btn.dark {*/
/*    background: #002030;*/
/*    margin-top: 20px;*/
/*}*/

/*a.btn.white {*/
/*    background: white;*/
/*    color: #002030;*/
/*}*/


.dataContent .title {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly;*/
    /*width: 90%;*/
    /*margin-left: 18px;*/
}

.bannerContent.section{
    pointer-events: none
}
.bannerContent .title {
    font-size: 72px;
    font-family: 'Chivo';
    font-weight: 700;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    z-index: 99;
}

.bannerContent .title h1 {
    color: white;
    background: transparent;
    border: none;
    pointer-events: none;
    outline: none;
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    font-family: 'Chivo';
    margin-top: -10px;
    text-align: center;
    text-shadow: 0 0 30px rgb(0 32 48);
    width: 100%;
}

.fadeIn {
    opacity: 0;
    transform: translateY(-5px);
    -webkit-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
}

.fadeIn.active {
    opacity: 1;
    transform: translateY(0px);
}

.bannerContent .learnHow {
    margin-top: 20px;
}

.saveContent .grid {
    background: url(//baseform-cdn.s3.amazonaws.com/cdn.baseform.com/baseform.com/img/home/v2/chart.svg.br) no-repeat;
    background-position: calc(100% - 40px) calc(100% - 74px);
    background-size: 100%;
}

.separationLine {
    height: 46px;
    width: 1px;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 28px 0;
}

.emptyContent .separationLine {
    margin-top: 0;
}

.section.emptyContent {
    margin: 30px 0;
}

.section.resultsContent {
    /*margin-top: 5.88vw;*/
}

.section.workforceContent {
    margin-top: 27px;
}

.section {
    &.dataContent  .grid{
        background: #77a3dd;
    }
    &.infoContent .grid{
        background: #77a3dd;
    }
    &.statsContent .grid{
        background: white;
    }
}



.separationLine:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-left: 2px dotted white;
    /*-webkit-transition: height .5s; !* Safari *!*/
    /*//transition: height .5s;*/
}


.separationLine.growIn:after {
    height: 0;
}

.separationLine.growIn.active:after {
    /*height: 100%;*/
    animation: growAgain 15s infinite;
}

.popup #cntForm label {
    font-size: .65em;
    font-weight: 100;
    text-transform: uppercase;
}


.popup #cntForm input[type=text], .popup input[type=email], #cntForm textarea {
    border: 1px solid #69C;
    margin: 0;
    margin-top: 2px;
    outline: none;
    font-weight: 100;
    font-size: .8em;
    padding: 8px;
    resize: vertical;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: 'Chivo';
}

.popup #cntForm input.err, .popup #cntForm textarea.err {
    border-color: #933;
    border-width: 2px;
}

.popup #cntForm .cntCol {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

.popup #cntForm .cntCol:nth-child(2) {
    margin-left: 0;
}

.popup #cntForm .cntSend {
    margin-top: 0;
}

.popup #cntForm input[type=text], .popup #cntForm input[type=email] {
    width: calc(100% - 2px - 16px);
}

.popup #cntForm textarea {
    width: calc(100% - 2px - 16px);
}

.popup #private a {
    text-decoration: underline;
    color: white;
}

.popup #private {
    font-size: 12px;
    margin-bottom: 10px;
}

.popup #cntForm input[type=submit] {
    padding: 5px;
    border: 1px solid #002030;
    background: #002030;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    outline: none;
    float: none;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-appearance: none;
    color: white;
    font-size: 15px;
    font-family: 'Chivo';
}

.popup .disclaimer {
    font-size: 12px;
    padding: 10px 0;
}

.popup #cntForm .disclaimer label {
    display: inline-block;
    width: calc(100% - 20px);
    margin-top: -2px;
    font-family: 'Chivo';
    text-transform: none;
    font-weight: normal;
    font-size: 9px;
}

.popup #cntForm .disclaimer label br {
    margin-bottom: 10px;
}

.popup .disclaimer a {
    color: white;
    text-decoration: underline;
}

.popup .title {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 10px;
}

@keyframes growAgain {
    0% {
        height: 0;
    }
    8.3% {
        height: 100%;
    }
    25% {
        height: 100%;
    }
    37.5% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    91.6% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}


.headContent.section {
    /*background: transparent;*/
}

.headContent.section.videoDone {
    background: rgba(0, 32, 48, .9);
}

.customAnimation .toShow {
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transition: opacity 1s, transform 1s; /* Safari */
    transition: opacity 1s, transform 1s;
}

.customAnimation .separationLine.toShow {
    opacity: 1;
    transform: translateY(0px);
}

.customAnimation .separationLine.toShow:after {
    height: 0;
}

.customAnimation .separationLine.toShow.active:after {
    height: 100%;
}


.customAnimation .toShow.active {
    opacity: 1;
    transform: translateY(0px);
}

.section {
    position: relative;
    margin: 13px auto;
}

.section.animatable {
    -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
    opacity: 0;
}

.section.animatable.active {
    opacity: 1;
}

.bannerContent {
    height: 480px;
    margin-top: 0;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    max-height: 725px;
}



.clientContent .sliderInfo {
    font-size: 21px;
    font-weight: 900;
    display: grid;
    row-gap: 8px;
}
.clientContent .sliderInfo .sliderTitle {
    width: 203px;
    line-height: 1.2;
}

.clientContent .sliderController {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 210px;
}

.clientContent .sliderPos {
    width: 7px;
    height: 7px;
    border-left: 7px solid #77A3DD;
    margin-bottom: 7px;
    cursor: pointer;
}

.clientContent .sliderPos.active {
    border-color: white;
}

.clientContent .sliderholder {
    height: 100%;
    display: inline-block;
    overflow-x: auto;
    vertical-align: top;
    width: calc(100% + 1px); /*this is to the right border of the slider item to not disappear on non */
}

.clientContent .sliderholder .slider::-webkit-scrollbar {
    display: none;
}

.clientContent .sliderholder .slider{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.clientContent .slider {
    height: 100%;
    width: auto;
    list-style: none;
    white-space: nowrap;
    overflow-y: hidden;
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    align-items: center;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    cursor: grab;
}

.clientContent .slider .sliderItem {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: 134px;
    width: 208px;
    border: 1px solid #77A3DD;
    aspect-ratio: 16 / 9;
    /* prevent logo cropping */
    background-size: contain;       /* was: cover */
    background-position: center;
    background-repeat: no-repeat;
    scroll-snap-align: start;
    scroll-snap-stop: always;

    &:not(:first-child){
        margin-left: 24px;
    }
}

.clientContent .slider .sliderItem:hover {
    background-color: #77A3DD;
}


.clientContent .slider .sliderItem:last-of-type {
    margin-right: 0;
}

:root {
    --pct1: 100;
    --pct2: 100;
    --angle: 90;
}
.bannerContent > div .stickyInfo {
    position: relative;
    width: 100%;
    height: 480px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
}

.bannerContent::-webkit-scrollbar {
    display: none;
}
.bannerContent {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.bannerContent .overlay {
    /*background-image: url("img/video_mask.png");*/
    /*background-size: cover;*/
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: -15px;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 32, 48, 0) 0%, rgba(0, 32, 48, 0) calc(100% - 300px), rgba(0, 32, 48, 1));
    background-size: 100%;
    background-repeat: no-repeat;
}

.bannerContent .overlay.active {
    background-image: linear-gradient(transparent -60%, rgba(0, 32, 48, 1) 8%, rgba(0, 32, 48, 0) 19%, rgba(0, 32, 48, 0) 61%, rgba(0, 32, 48, 1) 87%);
}

.bannerContent #bannerVideo {
    position: absolute;
    top: -123px;
    right: 0;
    left: -12%;
    bottom: 0;
    width: 123%;
    height: auto;
}

.saveContent.section {
    margin: 50px 0;
    margin-top: 0;
}

.title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.saveContent .title {
    position: relative;
    z-index: 1;
}

.saveContent .btn {
    margin-top: 20px;
}

.quote {
    color: #77a3dd;
    width: 100%;
}


.quote.white {
    color: white;
}

.quoteInfo {
    color: #77a3dd;
    font-size: 0.3em;
    font-weight: 100;
    padding: 10px 0;
}

.quoteInfo.white {
    color: white;
}


span.showSmall {
    display: none;
}

#mapOut .grid {
    /*padding: min(calc((36 / 2048) * 100 * 1vw), 27px) min(calc((120 / 2048) * 100 * 1vw), 90px);*/
}

.demoOut {
    position: absolute;
    background-color: #002030;
    top: -2px;
    right: -2px;
    width: 236px;
    height: 114px;
}

.tryDemoBox {
    position: absolute;
    width: 216px;
    height: 94px;
    border: 2px solid #77a3dd;
    cursor: pointer;
    z-index: 10;
    background: url(/img/home/demoBL.png) center 13px no-repeat;
    background-size: 134px;
    right: 0;
    top: 0
}

.tryDemoBox a {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    background-color: #77a3dd;
    font-size: 16px;
    color: #002030;
    padding: 2px 0;
}

.topBox {
    position: relative;
    margin-top: 24px;
    min-height: 300px;
    border: 2px solid white;
    z-index: 9;
    background-image: url(/img/home/topboxBG.png);
    background-repeat: no-repeat;
    background-size: 940px;
    background-position: right bottom;
}

.topBoxIn {
    padding: 24px;
    color: #ffbb33;
    font-weight: 100;
    font-size: 1.5em;
}

.topTit2 {
    font-size: 1.5em;
}

.topBoxIn ul {
    font-size: 1em;
    list-style: disc;
    margin-top: 14px;
    margin-bottom: 50px;
    margin-left: 24px;
    font-weight: 100;
    color: white
}

.topBoxIn li {
    margin: 3px 0;
}

.learnMore {
    font-size: .85em;
    font-weight: 700;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.learnMore a {
    color: #77A3DD;
    background: no-repeat right;
    background-image: url(/img/setaROI@2x.png);
    background-image: linear-gradient(transparent, transparent), url(/img/setaROI.svg.br);
    background-size: 22px 22px;
    padding-right: 28px;
}

.learnMore:hover, .learnMore a:hover {
    color: #ffbb33;
}

.slice {
    font-size: 21px;
    font-weight: 100;
    border-bottom: 2px solid white;
}

.slice .title {
    color: #ffbb33;
    font-size: 36px;
    font-weight: 100;
    padding-bottom: 14px;
}

.newsBlock {
    color: #77a3dd;
}

.newsBlock .date {
    color: #ffbb33;
}

.newsBlock .title a {
    color: white;
    line-height: 1.2;
}

.newsBlock a {
    color: #ffbb33;
}

#newsreel {
}

.newsH {
    border-bottom: 1px solid white;
    padding-bottom: 12px;
}


.slice.cities {
    margin-top: 74px;
    min-height: 350px;
}

.slice.cities > img {
    width: 1356px;
    position: absolute;
    right: -572px;
    top: -180px
}

.slice.cities .sliceBody {
    width: 345px;
    z-index: 10;
    position: absolute;
}

.slice.sensors {
    margin-top: 54px;
    height: 350px;
    position: relative;
}

.slice.sensors .sliceBody {
    width: 345px;
    margin-left: 585px
}

.slice.sensors .activity {
    position: absolute;
    top: 0;
    left: 0
}

.slice.sensors .activity img {
    width: 700px;
    position: absolute;
    left: -120px
}

.slice.ivi {
    margin-top: 54px;
    padding-bottom: 48px
}

.slice.ivi img {
    width: 935px;
    height: 399px;
    margin-bottom: 43px
}

.onMMenu .section:not(.headContent) {
    /*display: none;*/
}

.newsBlock .title {
    font-size: 16px;
}


.newsBlock:nth-of-type(5n) {
    display: none;
}

#map {
    padding: 15px 40px;
    margin: 0 80px;
    position: relative;
    width: auto;
}

.popup .hiddenCheckbox {
    display: none;
}

.popup .checkbox {
    display: inline-block;
    cursor: pointer;
    line-height: 1.4;
    position: relative;
}

.popup .checkbox span {
    width: 10px;
    height: 10px;
    border: 2px solid white;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
    background: none;
    position: absolute;
    left: 0;
}

.popup input[type='checkbox'].err + label.checkbox {
    border: 2px solid #933;
}

.popup .checkbox.active span {
    background: url(img/checked_white.svg.br);
    background-repeat: no-repeat;
    background-size: 100%;
}

/* LANDING ES */
.contactContent {
    text-align: center;
}

.contactContent .title {
    margin-top: 46px;
    margin-bottom: 46px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.contactContent .sideList .column {
    text-align: left;
    width: calc(50% - 18px);
    vertical-align: top;
    margin-left: 28px;
}

.contactContent .sideList .column.text {
    font-size: 24px;
    font-weight: 400;
    text-align: right;
    line-height: 1.3;
    margin-left: 0;
    margin-top: -5px;
}

.contactContent .sideList .column ul {
    font-size: 18px;
    font-weight: 800;
}

.contactContent .sideList .column ul li{
    margin-bottom: 10px;
    line-height: 1.2;
    padding-left: 10px;
    position: relative;
}

.contactContent .sideList .column ul li:before{
    content: '\00B7';
    color: #77A3DD;
    left: 0;
    position: absolute;
    font-size: 20px;
    line-height: 1;
}

.contactContent .sideList .column .btnHolder{
    margin-top: 51px;
    display: inline-block;
}

.contactContent .sideList .column .detailText {
    margin-top: 15px;
    font-size: 12px;
    padding: 0 5px;
    text-align: center;
    display: flex;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
}

.contactContent .sideList .column .detailText .innerText {
    flex-grow: 1;
    width: 0;
    font-style: normal;
}

.contactContent .sideList .column .detailText .phone {
    display: block;
    color: #77A3DD;
}

.contactContent .smallCenter {
    width: 307px;
    margin: 0 auto;
    margin-top: 51px;
}

.contactContent .smallCenter img {
    width: 100%;
    height: auto;
    margin-bottom: 51px;
}

.contactContent .smallCenter .borderHolder {
    display: block;
    height: 2px;
    /*background-image: url(img/blue_dot.svg.br);*/
    background-color: #77A3DD;
    width: 100%;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform 1.5s;
    margin-bottom: 51px;
}

@media only screen and (max-width: 1023px) {
    .grid .column {
        width: 100%;
        text-align: center;
    }

    .grid .column.data1 {
        /*margin: 0 auto;*/
        /*padding: 3.4vw;*/
        display: block;
        background-position: center;
    }

    .grid .column:last-of-type {
        margin-bottom: 0;
    }

    .dataContent .grid {
        height: auto;

        .homeDataWrapper {
            padding-block: 10px 36px;
            display: grid;
            grid-template-rows: auto auto;
            grid-template-columns: 1fr;
            justify-items: center;
            gap: 0;
        }
    }


    .dataContent .title {
        width: 100%;
        margin-left: 0;
        align-items: center;
        .quote, .question {
            br {
                display: none;
            }
        }
    }

    .dataContent .column:nth-of-type(2) {
        width: 100%;
        padding-block: 20px 0;
    }

    .infoContent .grid .homeDataWrapper ul {
        padding: 0;
        justify-content: space-around;
        gap: 36px;
    }

    .infoContent li.item {
        display: flex;
        flex-direction: column;
        margin-block: 20px;
        align-items: center;
        justify-items: center;
        text-align: center;

        &.active {
            height: auto;
            width: 200px;
        }
    }


    .infoContent li.item .extraText {
        margin-top: -10px;
    }

    .infoContent li.item .extraText a {
        padding-left: 154px;
        font-size: 20px;
    }


    .infoContent .grid .homeDataWrapper {
        height: auto;
        padding: 0;
    }


    .statsContent ul {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    .statsContent li.item .value{
        font-size: 38px;
    }

    .statsContent li.item:nth-of-type(3) {
        margin-right: auto;
    }
}


@media only screen and (max-width: 767px) {
    html.dark #mMenu {
        display: none;
    }

    .mapBlock.tm:not(.responsiveTm) {
        display: block;
        padding: 0;
    }

    html.dark #mapOut {
        border-top: 1px solid white !important;
    }


    .contactContent .sideList.first {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .contactContent .sideList.first .column {
        text-align: left !important;
        width: 100%;
        margin-left: 0 !important;
        font-size: 31px;
    }

    .contactContent .sideList .column {
        width: calc(50% - 21px);
    }

    .contactContent .sideList .column ul {
        font-size: 27px;
    }

    .contactContent .sideList .column ul li {
        padding-left: 23px;
    }

    .contactContent .sideList .column ul li:before {
        font-size: 31px;
    }

    .contactContent .sideList .column .detailText {
        font-size: 19px;
    }

    .contactContent .smallCenter {
        width: 460px;
    }

    .clientContent .sliderInfo {
        /*width: 100%;*/
        text-align: center;
        font-size: 38px;
        display: contents;
    }
    .clientContent .sliderholder{
        grid-area: holder;
        display: block ;
        margin: 0;
        width: 464px;
        slider{
            scroll-padding-inline:12px;
            .sliderItem:first-child{
                margin-left: 12px;
            }
        }
    }

    .clientContent .sliderController {
        grid-area: controller;
        justify-content: center;
        width: 80%;
    }

    .clientContent .sliderInfo .sliderTitle {
        width: 100%;
        grid-area: title;
    }

    .clientContent .grid {
        display: grid;
        /* three vertical rows for the three pieces */
        grid-template-areas:
      "title"
      "holder"
      "controller";
        row-gap: 24px;
        grid-template-columns: initial;
        grid-auto-rows: min-content;
        justify-items: center;
    }

    .statsContent li.item {
        .value{
            width: auto;
        }
        .borderHolder {
            width: 286px;
        }
    }


    .covidContent.section {
        margin-bottom: 16px;
        margin-top: 16px;
        z-index: 2;
    }

    .popup .checkbox span {
        width: 15px;
        height: 15px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .popup #cntForm .disclaimer label {
        width: calc(100% - 31px);
        padding-left: 31px;
        /*font-size: 15px;*/
    }

    body .popup {
        width: calc(100% - 102px) !important;
    }

    html.popupActive .popup {
        left: 0 !important;
    }

    body .popup .close {
        display: block;
        height: 31px;
        width: 31px;
    }

    body .popup .title {
        font-size: 38px;
    }

    body .popup #private {
        font-size: 23px;
    }

    #cntForm input[type=submit] {
        font-size: 18px !important;
        line-height: 46px;
    }

    body.onMMenu ul#mainMenu a:hover {
        color: white;
    }

    .bannerContent .title h1 {
        font-size: 54px;
    }

    .demoContent .title {
        padding: 38px 8px 0;
        font-size: 28px;
        margin: 20px;
        width: auto;
    }

    .separationLine {
        height: 50px;
    }

    .section .sectionTitle {
        width: 100%;
    }

    /*.title {*/
    /*    font-size: 38px;*/
    /*}*/

    /*.newsBlock .title {*/
    /*    font-size: 21px;*/
    /*}*/

    /*.newsBlock .date {*/
    /*    font-size: 18px;*/
    /*}*/

    /*.newsBlock .preview {*/
    /*    font-size: 18px;*/
    /*}*/

    .newsBlock:nth-of-type(5n) {
       /*display: block;*/
    }

    .newsContent .grid .newsBlock {
        width: 100%;
        margin-left: 0;
    }
    .newsContent .innerContainer {
        display: grid;
        grid-auto-rows: auto;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 0;
        column-gap: 24px;
    }

    .bannerContent .overlay {
        top: 0;
    }

    .saveContent .grid {
        background-position: 100% calc(100% - 55px);
    }

    .section .grid {
        /*margin: 0 30px;*/
    }

    #map {
        margin: 0 30px;
        padding-bottom: 46px;
    }

    .saveContent .grid {
        height: auto;
    }

    .section ul.itemList {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;

    }

    .section.resultsContent {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 0;

        ul.itemList li.item {
            margin: 0px auto;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            max-width: 406px;
        }
    }

    .section.resultsContent ul.itemList li.item:nth-of-type(4), .section.resultsContent ul.itemList li.item:nth-of-type(3) {
        margin-top: 21px !important;
    }

    .section ul.itemList li.item .itemTitle {
        /*min-width: 170px;*/
    }

    .workforceContent li.item:nth-of-type(3n) {
        margin-right: auto;
    }

    .workforceContent ul {
        height: auto;
        margin: 23px auto;
    }

    .workforceContent li.item svg {
        /*width: 61px;*/
        /*height: 61px;*/
    }

    .section .sectionDescription {
        font-size: 30px;
    }

    .section ul.itemList li.item {
        width: 90%;
        float: none;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section.useCasesContent ul.itemList li.item {
        width: 100%;
        float: none;
        height: auto;
        margin: 0;
    }

    .section.useCasesContent ul.itemList li.item.title {
        order: unset;
    }



    .section.useCasesContent ul.itemList li.item:last-of-type {
        margin-bottom: 0;
    }


    .section.useCasesContent ul.itemList {
        grid-template-columns: 100%;
    }

    .section ul.itemList li.item:nth-of-type(3n) {
        /*margin: 20px auto;*/
        margin: 0 auto;
    }


    .infoContent{
        li.item.active{
            display: grid;
            text-align: start;
            font-size: 24px;
            grid-template-columns:77px auto;
            grid-template-rows:1fr;
            width: 286px;
            margin-block: 0;
        }
    }


    .newsBlock .newsH a {
        font-size: 38px;
    }

    .newsBlock {
        width: 690px;
        margin-left: 0;
        border-top: 2px solid #77a3dd;
        /*margin-bottom: 23px;*/
        padding-block: 12px;
        font-size: 1em;

        &:first-child{
            grid-column: 1/-1;/*occupies all columns in a row*/
            border-block: none;
            padding-top: 0;
            margin-bottom: 0;
        }
    }


    .newsBlock:nth-of-type(5n) {
        border-bottom: none;
    }

    .newsH {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .mapBlock.tm {
        width: 100%;
        color: #002030;
    }

    .mapBlock.tm br {
        display: none;
    }


    .popup .disclaimer {
        font-size: 18px;
        padding: 19px 0;
    }
    .infoContent .grid
    #lead {
        margin-top: 24px;
        background-size: 456px 110px;
        min-height: 110px;
    }

    #leadText {
        margin-left: 480px;
        font-size: 20px;
        font-weight: 100;
        padding-top: 20px;
        line-height: 26px;

        /*border-bottom: 2px solid white;*/
        /*padding-bottom: 11px*/
    }

    body .popupOverlay {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 32, 48, 0.7);
        display: none;
        z-index: 10;
    }

    html.popupActive {
        overflow-y: hidden;
    }


    html.popupActive .popupOverlay {
        display: block;
    }


    body .popup {
        position: fixed;
        width: 338px;
        background: rgba(119, 163, 221, 0.8);
        z-index: 12;
        top: 0;
        bottom: 0;
        left: 100%;
        right: 0;
        padding: 51px;
        font-size: 16px;
        -webkit-transition: left 1s;
        -moz-transition: left 1s;
        -ms-transition: left 1s;
        -o-transition: left 1s;
        transition: left 1s;
        overflow: auto;
    }

    html.popupActive .popup {
        left: calc(100% - 440px)
    }

    body .popup .close {
        right: 18px;
        position: absolute;
        color: white;
        font-size: 307px;
        line-height: 1;
        display: block;
        top: 5px;
        background: url(img/cross_white.svg.br);
        background-repeat: no-repeat;
        background-size: cover;
        height: 25px;
        width: 25px;
        top: 18px;
        display: none;
    }

    html.dark .home #top {
        border-bottom: none;
    }


    html.onMMenu {
        background: #002030;
    !important;
    }

    html.dark .headContent.home.section #top #mMenu {
        opacity: 0;
    }

    html.dark .headContent.home.section #top #mainMenu {
        opacity: 0;
        -webkit-transition: opacity 1s; /* Safari */
        transition: opacity 1s;
        display: inline-block;
        vertical-align: middle;
    }

    html.dark .headContent.home.section #top #mainMenu.active {
        opacity: 1;
    }

    html.dark .headContent.home.section #top #mMenu.active {
        opacity: 1;
    }

    .grid {
        /*width: 940px;*/
        padding: 0 40px;
        margin: 0 80px;
        position: relative;
    }

    .grid .column {
        height: 100%;
        width: 100%;
    }

    .newsBlock .newsH a {
        color: #ffbb33;
        font-size: 36px;
        font-weight: 100;
    }

    .newsBlock .date {
        font-size: 14px;
    }

    .newsBlock .preview {
        font-size: 14px;
        line-height: 1.2;
    }

    .section .sectionTitle {
        font-size: 36px;
        color: #77a3dd;
        font-weight: 900;
        text-align: center;
        margin-bottom: 60px;
        line-height: 1;
    }

    .section .sectionDescription {
        font-weight: 100;
        font-size: 28px;
        text-align: center;
    }

    .resultsContent .grid{
        border-bottom: none;
        ul {
            height: auto;
        }
    }

    body:has(.useCasesContent:not(.disabled)) {
        .resultsContent .grid{
            border-bottom: 1px solid white;
            transition: border-bottom 0.5s ease-in;
            width: 100%;
            ul {
                padding-bottom: 30px;
            }
        }
    }
    .useCasesContent {
        overflow-y: hidden;
        max-height: 500px;
        transition: max-height 0.5s ease-out;
        .grid{
            margin-block: 0;
        }
    }

    .useCasesContent.disabled {
        margin: 0;
        max-height: 0;
    }

    .section.useCasesContent ul.itemList {
        margin-block: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 25px;
    }
    .section.useCasesContent ul.itemList li.item:nth-of-type(3n) {
        /*margin-right: 26px;*/
    }

    .section.useCasesContent ul.itemList li.item:nth-of-type(4n) {
        /*margin-right: 0;*/
    }

    .section.useCasesContent .useCaseSectionTitle {
        color: #ffbb33;
        font-size: 24px;
        font-weight: 100;
        border-bottom: 2px solid white;
        padding-bottom: 14px;
    }

    .section.useCasesContent ul.itemList li.item {
        /*width: calc(50% - 1.25vw);*/
        width: auto;
        text-align: left;
        text-transform: none;
        cursor: pointer;
    }

    .section.useCasesContent ul.itemList li.item:hover .title {
        color: white;
    }

    .section.useCasesContent ul.itemList li.item:hover .case {
        color: white;
    }

    .section.useCasesContent ul.itemList li.item:nth-of-type(2n) {
        /*margin-right: 0;*/
    }

    .section.useCasesContent ul.itemList li.item .case {
        text-transform: uppercase;
        color: #ffbb33;
        font-weight: 100;
        font-size: 12px;
        display: inline-block;
    }

    .section.useCasesContent ul.itemList li.item .theme {
        color: white;
        font-weight: 500;
        font-size: 18px;
        display: inline-block;
        margin-left: 10px;
    }

    .section.useCasesContent ul.itemList li.item .title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        color: white;
        width: 100%;
        margin-top: 5px;
    }

    .section.useCasesContent ul.itemList li.item .body {
        color: #77a3dd;
        font-size: 14px;
        font-weight: 400;
        margin-top: 5px;
        line-height: 1.2;
    }

    .section.useCasesContent ul.itemList li.item .body .openUseCase {
        color: #ffbb33;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
        display: inline;
    }



    .resultsContent .borderHolder {
        margin: 20px 0;
    }

    .section ul.itemList li.item {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: calc(33% - 18px);
        color: #002030;
        font-weight: 700;
        font-size: 15px;
        margin-right: 25px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        /*-webkit-transition: all 1s;*/
        /*-moz-transition: all 1s;*/
        /*-ms-transition: all 1s;*/
        /*-o-transition: all 1s;*/
        /*transition: all 1s;*/
        position: relative;
        margin-bottom: 30px;
    }

    .section.resultsContent ul.itemList li.item {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: calc(25% - 23px);
        color: #002030;
        font-weight: 700;
        font-size: 15px;
        margin-right: 25px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        /*-webkit-transition: all 1s;*/
        /*-moz-transition: all 1s;*/
        /*-ms-transition: all 1s;*/
        /*-o-transition: all 1s;*/
        /*transition: all 1s;*/
        position: relative;
        margin-bottom: 30px;
    }

    .section.resultsContent ul.itemList li.item:hover {
        cursor: pointer;
    }

    .section.resultsContent ul.itemList li.item .itemTitle {
        color: #77A3DD;
    }

    .section.resultsContent ul.itemList li.item:hover svg {
        filter: brightness(100);
    }

    .section.resultsContent ul.itemList li.item:hover .itemTitle {
        color: white;
    }

    .section.resultsContent ul.itemList li.item.disableBorder:after {
        /*position: absolute;*/
        /*content: '';*/
        /*right: -13px;*/
        /*left: -10px;*/
        /*bottom: calc(-3vw - 2px);*/
        /*height: 2px;*/
        /*background: #002030;*/
        /*z-index: 999;*/
    }

    .section.resultsContent ul.itemList li.item.active svg {
        filter: brightness(100);
    }



    .section.resultsContent ul.itemList li.item:nth-of-type(4n) {
        margin-right: 0;
    }


    .section ul.itemList li.item .itemTitle {
        text-align: center;
        font-size: 24px;
        font-weight: 900;
        color: white;
        text-transform: none;
        margin-bottom: 6px;
        line-height: 1.2;
        max-width: 203px;

    }

    .section ul.itemList li.item .loadSvg {
        text-align: center;
    }

    .section ul.itemList li.item svg {
        width: 60px;
        height: 60px;
        margin: 24px 0 20px;
    }

    .covidContent{
        display: none;
    }
    .covidContent.section {
        margin-bottom: -48px;
        margin-top: 48px;
        z-index: 2;
    }

    .covidContent .title:hover a {
        color: #ffbb33;
    }

    .covidContent .title {
        border: 1px solid white;
        padding: 30px 40px;
        text-align: center;
        font-weight: 200;
    }

    .covidContent .title .mainTitle {
        font-weight: 500;
        margin: 5px 0;
        margin-bottom: 15px;
    }


    .resultsContent li.item .loadSvg.active svg .drop {
        animation: drop 1s 3;
    }

    .resultsContent li.item .loadSvg.active svg .wave {
    }

    .resultsContent li.item .loadSvg.active svg .wave[data-order='1'] {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .resultsContent li.item .loadSvg.active svg .wave:not([data-order="1"]) {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .workforceContent .sectionTitle {
        color: white;
    }

    .workforceContent ul {
        height: auto;
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        row-gap: 36px;
        column-gap: 36px;
        margin-bottom: 30px;
    }

    .section.workforceContent ul.itemList li.item {
        /*border-image-source: linear-gradient(to right, #002030 0%, #ffbb33 50%, #002030 100%);*/
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0px;
    }

    .newsContent .grid {
    }

    .newsContent .innerContainer {
        border-top: 1px solid white;
        padding: 12px 0;
        padding-bottom: 53px;
    }

    .newsContent .grid .newsBlock:first-child {
        margin-left: 0;
    }

    .newsContent .grid .newsBlock {
        width: calc(25% - 18px);
        margin-left: 24px;
        cursor: pointer;
    }

    @-webkit-keyframes drop {
        from {
            transform: translateY(0%);
        }
        to {
            transform: translateY(100%);
        }
    }

    @keyframes drop {
        from {
            transform: translateY(0%);
        }
        to {
            transform: translateY(100%);
        }
    }

    .section ul.itemList li.item .itemDes {
        text-align: center;
        font-size: 18px;
        font-weight: 100;
        color: white;
        text-transform: none;
        letter-spacing: -0.6144px;
        line-height: 1.3;
    }

    .dataContent .grid {
        height: 364px;
        .homeDataWrapper{
            height: 100%;
            display: grid;
            grid-template-columns: 580px auto;
            align-items: center;
            gap: 40px;
            /*background: #77a3dd;*/
            .question{
                margin-block: 12px 24px;
            }
        }
    }

    .dataContent .column:nth-of-type(2) {
        padding: 26px 0;
        /*width: calc(100% - 590px);*/
        width: 100%;
        box-sizing: border-box;
    }

    .infoContent .item .extraText {
        width: 100%;
        float: left;
    }

    .infoContent .item .extraText a {
        color: #002030;
        font-weight: 100;
        font-size: 10px;
        padding-left: 61px;
    }

    .infoContent .grid .homeDataWrapper {
        /*background: #77a3dd;*/
        height: 160px;
        ul {
            display: flex;
            height: 100%;
            align-items: center;
            gap: 12px;
            justify-content: center ;
        }
    }

    /*.emptyContent.section {*/
    /*margin-bottom: 41px;*/
    /*}*/.infoContent li.item
         .dataContent.section {
             margin-bottom: 0;
             /*max-width: 940px;*/
         }

    .infoContent.section {
        margin: 12px auto;
        /*max-width: 940px;*/
    }

    .statsContent.section {
        margin: 0;
        /*max-width: 940px;*/
    }

    .statsContent .grid .homeDataWrapper {
        /*background: white;*/
        width: 100%;
        ul{
            height: 100%;
            padding-block: 33px;
            display: flex;
            gap: 36px;
            align-items: flex-start;
            justify-content: space-between;
        }
    }

    .statsContent li.item {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        list-style: none;
        color: #002030;
        font-weight: 700;
        font-size: 15px;
        line-height: 1.2;
        text-transform: uppercase;
        text-align: center;
    }

    .statsContent li.item:last-of-type {
        margin-right: 0;
    }

    .statsContent li.item .value {
        color: #77a3dd;
        display: block;
        font-size: 36px;
        width: 100%;
        padding-top: 21px;
        text-align: center;
        position: absolute;

    }

    .borderHolder {
        display: block;
        height: 1px;
        /*background-image: url("img/blue_dot.svg.br");*/
        background-color: #77a3dd;
        width: 100%;
        position: relative;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        transition: transform 1.5s;
    }

    .active .borderHolder {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .workforceContent .borderHolder {
        /*background-image: url("img/orange_dot.svg.br");*/
        background-color: #FFBB33;
    }

    .statsContent li.item {
        /*-webkit-transition: all 0.5s;*/
        /*transition: all 0.5s;*/
    }

    .statsContent li.item.active {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    .infoContent li.item {
        list-style: none;
        float: left;
        /*width: calc(33.3% - 16px);*/
        color: #002030;
        font-weight: 700;
        font-size: 24px;
        /*height: 7.5vw;*/
        line-height: 1;
        font-weight: 900;
        /*margin-right: 24px;*/
        /*-webkit-transition: all 1s;*/
        /*transition: all 1s;*/
        display: grid;
        grid-template-columns: 77px 200px;
        align-items: center;
        gap: 16px;
    }

    .statsContent li.item .label {
        transition: margin-top 1s;
        margin-top: 36px;
        font-size: 18px;
    }

    .statsContent li.item.active .label {
        margin-top: 70px;
    }

    .infoContent li.item.active {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    .infoContent li.item .loadSvg {
        float: left;
        width: 76px;
        height: 76px;
    }

    .infoContent li.item svg {
        width: 100%;
        height: 100%;
    }


    /*.infoContent li.item:nth-of-type(1) {*/
    /*background: url(img/box1.svg.br) no-repeat;*/
    /*background-size: 51px;*/
    /*}*/
    /*.infoContent li.item:nth-of-type(2) {*/
    /*background: url(img/box2.svg.br) no-repeat;*/
    /*background-size: 51px;*/
    /*}*/
    .infoContent li.item:nth-of-type(3) {
        /*background: url(img/box3.svg.br) no-repeat;*/
        /*background-size: 51px;*/
        /*margin-right: 0;*/
    }

    .dataContent .title.dark {
        color: #002030;
    }

    .demoContent .innerContainer {
        padding-bottom: 51px;
        text-align: center;
        z-index: 1;
    }


    .clientContent .grid {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 22px;
    }

    .demoContent .title {
        font-size: 36px;
        margin-top: -3px;
        padding: 51px 7% 0;
        font-weight: 700;
        color: #77a3dd;
        z-index: -1;
        position: relative;
        width: 67%;
        margin: 0 auto;
        line-height: 1.2;
    }

    .demoContent .btn {
        margin-top: 28px;
        transform: translateY(-20px);
        -webkit-transition: 0.08s ease-in, opacity 1s, transform 1s;
        -moz-transition: 0.08s ease-in, opacity 1s, transform 1s;
        -ms-transition: 0.08s ease-in, opacity 1s, transform 1s;
        -o-transition: 0.08s ease-in, opacity 1s, transform 1s;
        transition: 0.08s ease-in, opacity 1s, transform 1s;
        &:hover{
            color: #002030;
        }
    }

    .data1 {
        /*background: url(img/big_box.svg.br) no-repeat;*/
        /*background-size: cover;*/
        /*background-position: center;*/
        height: 356px;
        /*width: 580px !important;*/
        max-width: 580px !important;
    }

    .data1 svg {
        height: 100%;
        width: 100%;
    }

    .scrollFakeFullScreen {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 999;
        /*-ms-overflow-style: none;  !* IE and Edge *!*/
        /*scrollbar-width: none;  !* Firefox *!*/
    }

    .scrollFakeFullScreen::-webkit-scrollbar {
        /*display: none;*/
    }

    .scrollFakeFullScreen .inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    /*a.btn {*/
    /*    background: #77a3dd;*/
    /*    min-width: 97px;*/
    /*    width: auto;*/
    /*    height: auto;*/
    /*    text-align: center;*/
    /*    color: white;*/
    /*    font-size: 15px;*/
    /*    font-weight: 100;*/
    /*    text-transform: uppercase;*/
    /*    display: inline-block;*/
    /*    transition: 0.08s ease-in;*/
    /*    -o-transition: 0.08s ease-in;*/
    /*    -ms-transition: 0.08s ease-in;*/
    /*    -moz-transition: 0.08s ease-in;*/
    /*    -webkit-transition: 0.08s ease-in;*/
    /*    position: relative;*/
    /*    z-index: 1;*/
    /*    line-height: 1.2;*/
    /*    padding: 18px 26px;*/
    /*}*/

    /*a.btn.login {*/
    /*    min-width: 58px;*/
    /*}*/

    /*a.btn.big {*/
    /*    width: 143px;*/
    /*}*/

    /*a.btn.dark:hover {*/
    /*    color: #002030;*/
    /*}*/

    /*a.btn:hover {*/
    /*    color: #002030;*/
    /*}*/

    /*a.btn:before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    background: white;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    top: 100%;*/
    /*    z-index: -1;*/
    /*    -webkit-transition: top 0.09s ease-in;*/
    /*}*/

    /*a.btn:hover:before {*/
    /*    top: 0;*/
    /*    border: 1px solid white;*/
    /*}*/

    /*html.onMMenu a.btn:hover:before {*/
    /*    top: 100%;*/
    /*}*/


    /*a.btn.dark {*/
    /*    background: #002030;*/
    /*    margin-top: 20px;*/
    /*}*/

    /*a.btn.white {*/
    /*    background: white;*/
    /*    color: #002030;*/
    /*}*/


    .dataContent .title {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        /*justify-content: space-evenly;*/
        /*width: 90%;*/
        /*margin-left: 18px;*/
    }

    .bannerContent.section{
        pointer-events: none
    }
    .bannerContent .title {
        font-size: 72px;
        font-family: 'Chivo';
        font-weight: 700;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1;
        z-index: 99;
    }

    .bannerContent .title h1 {
        color: white;
        background: transparent;
        border: none;
        pointer-events: none;
        outline: none;
        font-size: 72px;
        line-height: 1;
        font-weight: 900;
        font-family: 'Chivo';
        margin-top: -10px;
        text-align: center;
        text-shadow: 0 0 30px rgb(0 32 48);
        width: 100%;
    }

    .fadeIn {
        opacity: 0;
        transform: translateY(-5px);
        -webkit-transition: opacity 1s, transform 1s;
        transition: opacity 1s, transform 1s;
    }

    .fadeIn.active {
        opacity: 1;
        transform: translateY(0px);
    }

    .bannerContent .learnHow {
        margin-top: 20px;
    }

    .saveContent .grid {
        background: url(//baseform-cdn.s3.amazonaws.com/cdn.baseform.com/baseform.com/img/home/v2/chart.svg.br) no-repeat;
        background-position: calc(100% - 40px) calc(100% - 74px);
        background-size: 100%;
    }

    .separationLine {
        height: 46px;
        width: 1px;
        position: relative;
        display: block;
        overflow: hidden;
        margin: 28px 0;
    }

    .emptyContent .separationLine {
        margin-top: 0;
    }

    .section.emptyContent {
        margin: 30px 0;
    }

    .section.resultsContent {
        /*margin-top: 5.88vw;*/
    }

    .section.workforceContent {
        margin-top: 27px;
    }

    .section {
        &.dataContent  .grid{
            background: #77a3dd;
        }
        &.infoContent .grid{
            background: #77a3dd;
        }
        &.statsContent .grid{
            background: white;
        }
    }



    .separationLine:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        border-left: 2px dotted white;
        /*-webkit-transition: height .5s; !* Safari *!*/
        /*//transition: height .5s;*/
    }


    .separationLine.growIn:after {
        height: 0;
    }

    .separationLine.growIn.active:after {
        /*height: 100%;*/
        animation: growAgain 15s infinite;
    }

    .popup #cntForm label {
        font-size: .65em;
        font-weight: 100;
        text-transform: uppercase;
    }


    .popup #cntForm input[type=text], .popup input[type=email], #cntForm textarea {
        border: 1px solid #69C;
        margin: 0;
        margin-top: 2px;
        outline: none;
        font-weight: 100;
        font-size: .8em;
        padding: 8px;
        resize: vertical;
        border-radius: 0;
        -webkit-appearance: none;
        font-family: 'Chivo';
    }

    .popup #cntForm input.err, .popup #cntForm textarea.err {
        border-color: #933;
        border-width: 2px;
    }

    .popup #cntForm .cntCol {
        display: inline-block;
        width: 100%;
        margin-bottom: 8px;
    }

    .popup #cntForm .cntCol:nth-child(2) {
        margin-left: 0;
    }

    .popup #cntForm .cntSend {
        margin-top: 0;
    }

    .popup #cntForm input[type=text], .popup #cntForm input[type=email] {
        width: calc(100% - 2px - 16px);
    }

    .popup #cntForm textarea {
        width: calc(100% - 2px - 16px);
    }

    .popup #private a {
        text-decoration: underline;
        color: white;
    }

    .popup #private {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .popup #cntForm input[type=submit] {
        padding: 5px;
        border: 1px solid #002030;
        background: #002030;
        text-align: center;
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
        outline: none;
        float: none;
        font-weight: 100;
        text-transform: uppercase;
        border-radius: 0;
        -webkit-appearance: none;
        color: white;
        font-size: 15px;
        font-family: 'Chivo';
    }

    .popup .disclaimer {
        font-size: 12px;
        padding: 10px 0;
    }

    .popup #cntForm .disclaimer label {
        display: inline-block;
        width: calc(100% - 20px);
        margin-top: -2px;
        font-family: 'Chivo';
        text-transform: none;
        font-weight: normal;
        font-size: 9px;
    }

    .popup #cntForm .disclaimer label br {
        margin-bottom: 10px;
    }

    .popup .disclaimer a {
        color: white;
        text-decoration: underline;
    }

    .popup .title {
        font-weight: 100;
        text-transform: uppercase;
        font-size: 26px;
        margin-bottom: 10px;
    }

    @keyframes growAgain {
        0% {
            height: 0;
        }
        8.3% {
            height: 100%;
        }
        25% {
            height: 100%;
        }
        37.5% {
            height: 0;
        }
        50% {
            height: 100%;
        }
        91.6% {
            height: 100%;
        }
        100% {
            height: 0;
        }
    }


    .headContent.section {
        /*background: transparent;*/
    }

    .headContent.section.videoDone {
        background: rgba(0, 32, 48, .9);
    }

    .customAnimation .toShow {
        opacity: 0;
        transform: translateY(-20px);
        -webkit-transition: opacity 1s, transform 1s; /* Safari */
        transition: opacity 1s, transform 1s;
    }

    .customAnimation .separationLine.toShow {
        opacity: 1;
        transform: translateY(0px);
    }

    .customAnimation .separationLine.toShow:after {
        height: 0;
    }

    .customAnimation .separationLine.toShow.active:after {
        height: 100%;
    }


    .customAnimation .toShow.active {
        opacity: 1;
        transform: translateY(0px);
    }

    .section {
        position: relative;
        margin: 13px auto;
    }

    .section.animatable {
        -webkit-transition: opacity 1s; /* Safari */
        transition: opacity 1s;
        opacity: 0;
    }

    .section.animatable.active {
        opacity: 1;
    }

    .bannerContent {
        height: 480px;
        margin-top: 0;
        overflow: hidden;
        overflow-y: auto;
        position: relative;
        max-height: 725px;
    }



    .clientContent .sliderInfo {
        font-size: 21px;
        font-weight: 900;
        display: grid;
        row-gap: 8px;
    }
    .clientContent .sliderInfo .sliderTitle {
        width: 203px;
        line-height: 1.2;
    }

    .clientContent .sliderController {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 210px;
    }

    .clientContent .sliderPos {
        width: 7px;
        height: 7px;
        border-left: 7px solid #77A3DD;
        margin-bottom: 7px;
        cursor: pointer;
    }

    .clientContent .sliderPos.active {
        border-color: white;
    }

    .clientContent .sliderholder {
        height: 100%;
        display: inline-block;
        overflow-x: auto;
        vertical-align: top;
    }

    .clientContent .sliderholder .slider::-webkit-scrollbar {
        display: none;
    }

    .clientContent .sliderholder .slider{
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .clientContent .slider {
        height: 100%;
        width: auto;
        list-style: none;
        white-space: nowrap;
        overflow-y: hidden;
        display: grid;
        grid-auto-flow: column;
        overflow-x: auto;
        align-items: center;
        scroll-snap-type: x proximity;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
    }

    .clientContent .slider .sliderItem {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        height: 134px;
        width: 208px;
        border: 1px solid #77A3DD;
        aspect-ratio: 16 / 9;
        /* prevent logo cropping */
        background-size: contain;       /* was: cover */
        background-position: center;
        background-repeat: no-repeat;
        scroll-snap-align: start;
        scroll-snap-stop: always;

        &:not(:first-child){
            margin-left: 24px;
        }
    }

    .clientContent .slider .sliderItem:hover {
        background-color: #77A3DD;
    }


    .clientContent .slider .sliderItem:last-of-type {
        margin-right: 0;
    }

    :root {
        --pct1: 100;
        --pct2: 100;
        --angle: 90;
    }
    .bannerContent > div .stickyInfo {
        position: relative;
        width: 100%;
        height: 480px;
        margin-top: 0;
        margin-bottom: 0;
        overflow: visible;
    }

    .bannerContent::-webkit-scrollbar {
        display: none;
    }
    .bannerContent {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }


    .bannerContent .overlay {
        /*background-image: url("img/video_mask.png");*/
        /*background-size: cover;*/
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: -15px;
        z-index: 1;
        background-image: linear-gradient(rgba(0, 32, 48, 0) 0%, rgba(0, 32, 48, 0) calc(100% - 300px), rgba(0, 32, 48, 1));
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .bannerContent .overlay.active {
        background-image: linear-gradient(transparent -60%, rgba(0, 32, 48, 1) 8%, rgba(0, 32, 48, 0) 19%, rgba(0, 32, 48, 0) 61%, rgba(0, 32, 48, 1) 87%);
    }

    .bannerContent #bannerVideo {
        position: absolute;
        top: -123px;
        right: 0;
        left: -12%;
        bottom: 0;
        width: 123%;
        height: auto;
    }

    .saveContent.section {
        margin: 50px 0;
        margin-top: 0;
    }

    .title {
        font-size: 36px;
        font-weight: 900;
        line-height: 1;
    }

    .saveContent .title {
        position: relative;
        z-index: 1;
    }

    .saveContent .btn {
        margin-top: 20px;
    }

    .quote {
        color: #77a3dd;
        width: 100%;
    }


    .quote.white {
        color: white;
    }

    .quoteInfo {
        color: #77a3dd;
        font-size: 0.3em;
        font-weight: 100;
        padding: 10px 0;
    }

    .quoteInfo.white {
        color: white;
    }


    span.showSmall {
        display: none;
    }

    #mapOut .grid {
        /*padding: min(calc((36 / 2048) * 100 * 1vw), 27px) min(calc((120 / 2048) * 100 * 1vw), 90px);*/
    }

    .demoOut {
        position: absolute;
        background-color: #002030;
        top: -2px;
        right: -2px;
        width: 236px;
        height: 114px;
    }

    .tryDemoBox {
        position: absolute;
        width: 216px;
        height: 94px;
        border: 2px solid #77a3dd;
        cursor: pointer;
        z-index: 10;
        background: url(/img/home/demoBL.png) center 13px no-repeat;
        background-size: 134px;
        right: 0;
        top: 0
    }

    .tryDemoBox a {
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        display: block;
        background-color: #77a3dd;
        font-size: 16px;
        color: #002030;
        padding: 2px 0;
    }

    .topBox {
        position: relative;
        margin-top: 24px;
        min-height: 300px;
        border: 2px solid white;
        z-index: 9;
        background-image: url(/img/home/topboxBG.png);
        background-repeat: no-repeat;
        background-size: 940px;
        background-position: right bottom;
    }

    .topBoxIn {
        padding: 24px;
        color: #ffbb33;
        font-weight: 100;
        font-size: 1.5em;
    }

    .topTit2 {
        font-size: 1.5em;
    }

    .topBoxIn ul {
        font-size: 1em;
        list-style: disc;
        margin-top: 14px;
        margin-bottom: 50px;
        margin-left: 24px;
        font-weight: 100;
        color: white
    }

    .topBoxIn li {
        margin: 3px 0;
    }

    .learnMore {
        font-size: .85em;
        font-weight: 700;
        position: absolute;
        bottom: 24px;
        left: 24px;
    }

    .learnMore a {
        color: #77A3DD;
        background: no-repeat right;
        background-image: url(/img/setaROI@2x.png);
        background-image: linear-gradient(transparent, transparent), url(/img/setaROI.svg.br);
        background-size: 22px 22px;
        padding-right: 28px;
    }

    .learnMore:hover, .learnMore a:hover {
        color: #ffbb33;
    }

    .slice {
        font-size: 21px;
        font-weight: 100;
        border-bottom: 2px solid white;
    }

    .slice .title {
        color: #ffbb33;
        font-size: 36px;
        font-weight: 100;
        padding-bottom: 14px;
    }

    .newsBlock {
        color: #77a3dd;
    }

    .newsBlock .date {
        color: #ffbb33;
    }

    .newsBlock .title a {
        color: white;
        line-height: 1.2;
    }

    .newsBlock a {
        color: #ffbb33;
    }

    #newsreel {
    }

    .newsH {
        border-bottom: 1px solid white;
        padding-bottom: 12px;
    }


    .slice.cities {
        margin-top: 74px;
        min-height: 350px;
    }

    .slice.cities > img {
        width: 1356px;
        position: absolute;
        right: -572px;
        top: -180px
    }

    .slice.cities .sliceBody {
        width: 345px;
        z-index: 10;
        position: absolute;
    }

    .slice.sensors {
        margin-top: 54px;
        height: 350px;
        position: relative;
    }

    .slice.sensors .sliceBody {
        width: 345px;
        margin-left: 585px
    }

    .slice.sensors .activity {
        position: absolute;
        top: 0;
        left: 0
    }

    .slice.sensors .activity img {
        width: 700px;
        position: absolute;
        left: -120px
    }

    .slice.ivi {
        margin-top: 54px;
        padding-bottom: 48px
    }

    .slice.ivi img {
        width: 935px;
        height: 399px;
        margin-bottom: 43px
    }

    .onMMenu .section:not(.headContent) {
        /*display: none;*/
    }

    .newsBlock .title {
        font-size: 16px;
    }


    .newsBlock:nth-of-type(5n) {
        display: none;
    }

    #map {
        padding: 15px 40px;
        margin: 0 80px;
        position: relative;
        width: auto;
    }

    .popup .hiddenCheckbox {
        display: none;
    }

    .popup .checkbox {
        display: inline-block;
        cursor: pointer;
        line-height: 1.4;
        position: relative;
    }

    .popup .checkbox span {
        width: 10px;
        height: 10px;
        border: 2px solid white;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 2px;
        background: none;
        position: absolute;
        left: 0;
    }

    .popup input[type='checkbox'].err + label.checkbox {
        border: 2px solid #933;
    }

    .popup .checkbox.active span {
        background: url(img/checked_white.svg.br);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    /* LANDING ES */
    .contactContent {
        text-align: center;
    }

    .contactContent .title {
        margin-top: 46px;
        margin-bottom: 46px;
        font-size: 36px;
        line-height: 1.2;
        font-weight: 700;
    }

    .contactContent .sideList .column {
        text-align: left;
        width: calc(50% - 18px);
        vertical-align: top;
        margin-left: 28px;
    }

    .contactContent .sideList .column.text {
        font-size: 24px;
        font-weight: 400;
        text-align: right;
        line-height: 1.3;
        margin-left: 0;
        margin-top: -5px;
    }

    .contactContent .sideList .column ul {
        font-size: 18px;
        font-weight: 800;
    }

    .contactContent .sideList .column ul li{
        margin-bottom: 10px;
        line-height: 1.2;
        padding-left: 10px;
        position: relative;
    }

    .contactContent .sideList .column ul li:before{
        content: '\00B7';
        color: #77A3DD;
        left: 0;
        position: absolute;
        font-size: 20px;
        line-height: 1;
    }

    .contactContent .sideList .column .btnHolder{
        margin-top: 51px;
        display: inline-block;
    }

    .contactContent .sideList .column .detailText {
        margin-top: 15px;
        font-size: 12px;
        padding: 0 5px;
        text-align: center;
        display: flex;
        font-style: italic;
        font-weight: 400;
        line-height: 1.2;
    }

    .contactContent .sideList .column .detailText .innerText {
        flex-grow: 1;
        width: 0;
        font-style: normal;
    }

    .contactContent .sideList .column .detailText .phone {
        display: block;
        color: #77A3DD;
    }

    .contactContent .smallCenter {
        width: 307px;
        margin: 0 auto;
        margin-top: 51px;
    }

    .contactContent .smallCenter img {
        width: 100%;
        height: auto;
        margin-bottom: 51px;
    }

    .contactContent .smallCenter .borderHolder {
        display: block;
        height: 2px;
        /*background-image: url(img/blue_dot.svg.br);*/
        background-color: #77A3DD;
        width: 100%;
        position: relative;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transition: transform 1.5s;
        margin-bottom: 51px;
    }

    @media only screen and (max-width: 1023px) {
        .grid .column {
            width: 100%;
            text-align: center;
        }

        .grid .column.data1 {
            /*margin: 0 auto;*/
            /*padding: 3.4vw;*/
            display: block;
            background-position: center;
        }

        .grid .column:last-of-type {
            margin-bottom: 0;
        }

        .dataContent .grid {
            height: auto;

            .homeDataWrapper {
                padding-block: 10px 36px;
                display: grid;
                grid-template-rows: auto auto;
                grid-template-columns: 1fr;
                justify-items: center;
                gap: 0;
            }
        }


        .dataContent .title {
            width: 100%;
            margin-left: 0;
            align-items: center;
            .quote, .question {
                br {
                    display: none;
                }
            }
        }

        .dataContent .column:nth-of-type(2) {
            width: 100%;
            padding-block: 20px 0;
        }

        .infoContent .grid .homeDataWrapper ul {
            padding: 0;
            justify-content: space-around;
            gap: 36px;
        }

        .infoContent li.item {
            display: flex;
            flex-direction: column;
            margin-block: 20px;
            align-items: center;
            justify-items: center;
            text-align: center;

            &.active {
                height: auto;
                width: 200px;
            }
        }


        .infoContent li.item .extraText {
            margin-top: -10px;
        }

        .infoContent li.item .extraText a {
            padding-left: 154px;
            font-size: 20px;
        }


        .infoContent .grid .homeDataWrapper {
            height: auto;
            padding: 0;
        }


        .statsContent ul {
            padding: 0;
            display: inline-block;
            width: 100%;
        }
        .statsContent li.item .value{
            font-size: 38px;
        }

        .statsContent li.item:nth-of-type(3) {
            margin-right: auto;
        }
    }


    @media only screen and (max-width: 767px) {
        html.dark #mMenu {
            display: none;
        }

        .mapBlock.tm:not(.responsiveTm) {
            display: block;
            padding: 0;
        }

        html.dark #mapOut {
            border-top: 1px solid white !important;
        }


        .contactContent .sideList.first {
            width: 80%;
            display: block;
            margin: 0 auto;
        }
        .contactContent .sideList.first .column {
            text-align: left !important;
            width: 100%;
            margin-left: 0 !important;
            font-size: 31px;
        }

        .contactContent .sideList .column {
            width: calc(50% - 21px);
        }

        .contactContent .sideList .column ul {
            font-size: 27px;
        }

        .contactContent .sideList .column ul li {
            padding-left: 23px;
        }

        .contactContent .sideList .column ul li:before {
            font-size: 31px;
        }

        .contactContent .sideList .column .detailText {
            font-size: 19px;
        }

        .contactContent .smallCenter {
            width: 460px;
        }

        .clientContent .sliderInfo {
            /*width: 100%;*/
            text-align: center;
            font-size: 38px;
            display: contents;
        }
        .clientContent .sliderholder{
            grid-area: holder;
            display: block ;
            margin: 0;
            width: 440px;
            slider{
                scroll-padding-inline:12px;
                .sliderItem:first-child{
                    margin-left: 12px;
                }
            }
        }

        .clientContent .sliderController {
            grid-area: controller;
            justify-content: center;
            width: 80%;
        }

        .clientContent .sliderInfo .sliderTitle {
            width: 100%;
            grid-area: title;
        }

        .clientContent .grid {
            display: grid;
            /* three vertical rows for the three pieces */
            grid-template-areas:
      "title"
      "holder"
      "controller";
            row-gap: 24px;
            grid-template-columns: initial;
            grid-auto-rows: min-content;
            justify-items: center;
        }

        .statsContent li.item {
            .value{
                width: auto;
            }
            .borderHolder {
                width: 286px;
            }
        }


        .covidContent.section {
            margin-bottom: 16px;
            margin-top: 16px;
            z-index: 2;
        }

        .popup .checkbox span {
            width: 15px;
            height: 15px;
            margin-right: 8px;
            margin-bottom: 8px;
        }

        .popup #cntForm .disclaimer label {
            width: calc(100% - 31px);
            padding-left: 31px;
            /*font-size: 15px;*/
        }

        body .popup {
            width: calc(100% - 102px) !important;
        }

        html.popupActive .popup {
            left: 0 !important;
        }

        body .popup .close {
            display: block;
            height: 31px;
            width: 31px;
        }

        body .popup .title {
            font-size: 38px;
        }

        body .popup #private {
            font-size: 23px;
        }

        #cntForm input[type=submit] {
            font-size: 18px !important;
            line-height: 46px;
        }

        body.onMMenu ul#mainMenu a:hover {
            color: white;
        }

        .bannerContent .title h1 {
            font-size: 54px;
        }

        .separationLine {
            height: 50px;
        }

        .section .sectionTitle {
            width: 100%;
        }

        .newsContent .grid .newsBlock {
            width: 100%;
            margin-left: 0;
        }
        .newsContent .innerContainer {
            display: grid;
            grid-auto-rows: auto;
            grid-template-columns: repeat(3, 1fr);
            padding-bottom: 0;
            column-gap: 24px;
        }

        .bannerContent .overlay {
            top: 0;
        }

        .saveContent .grid {
            background-position: 100% calc(100% - 55px);
        }

        .section .grid {
            /*margin: 0 30px;*/
        }

        #map {
            margin: 0 30px;
            padding-bottom: 46px;
        }

        .saveContent .grid {
            height: auto;
        }

        .section ul.itemList {
            height: auto;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            align-items: start;

        }

        .section.resultsContent {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 0;

            ul.itemList li.item {
                margin: 0px auto;
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                max-width: 406px;
            }
        }

        .section.resultsContent ul.itemList li.item:nth-of-type(4), .section.resultsContent ul.itemList li.item:nth-of-type(3) {
            margin-top: 21px !important;
        }

        .section ul.itemList li.item .itemTitle {
            /*min-width: 170px;*/
        }

        .workforceContent li.item:nth-of-type(3n) {
            margin-right: auto;
        }

        .workforceContent ul {
            height: auto;
            margin: 23px auto;
        }

        .workforceContent li.item svg {
            /*width: 61px;*/
            /*height: 61px;*/
        }

        .section .sectionDescription {
            font-size: 30px;
        }

        .section ul.itemList li.item {
            width: 90%;
            float: none;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .section.useCasesContent ul.itemList li.item {
            width: 100%;
            float: none;
            height: auto;
            margin: 0;
        }

        .section.useCasesContent ul.itemList li.item.title {
            order: unset;
        }



        .section.useCasesContent ul.itemList li.item:last-of-type {
            margin-bottom: 0;
        }


        .section.useCasesContent ul.itemList {
            grid-template-columns: 100%;
        }

        .section ul.itemList li.item:nth-of-type(3n) {
            /*margin: 20px auto;*/
            margin: 0 auto;
        }


        .infoContent{
            li.item.active{
                display: grid;
                text-align: start;
                font-size: 24px;
                grid-template-columns:77px auto;
                grid-template-rows:1fr;
                width: 286px;
                margin-block: 0;
            }
        }


        .newsBlock .newsH a {
            font-size: 38px;
        }

        .newsBlock {
            width: 690px;
            margin-left: 0;
            border-top: 2px solid #77a3dd;
            /*margin-bottom: 23px;*/
            padding-block: 12px;
            font-size: 1em;

            &:first-child{
                grid-column: 1/-1;/*occupies all columns in a row*/
                border-block: none;
                padding-top: 0;
                margin-bottom: 0;
            }
        }


        .newsBlock:nth-of-type(5n) {
            border-bottom: none;
        }

        .newsH {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .mapBlock.tm {
            width: 100%;
            color: #002030;
        }

        .mapBlock.tm br {
            display: none;
        }


        .popup .disclaimer {
            font-size: 18px;
            padding: 19px 0;
        }
        .infoContent .grid .homeDataWrapper ul{
            gap: 30px;
        }



        @media only screen and (max-width: 500px) {
            .bannerContent .title h1{
                font-size: 35px;
            }

            .clientContent {
                .sliderholder {
                    width: 280px;
                    .slider{
                        scroll-padding-inline: 36px;

                        .sliderItem:first-child{
                            margin-left: 24px;
                        }
                        .sliderItem:last-child{
                            margin-right: 24px;
                        }
                    }
                }
            }

            .newsContent .innerContainer {
                display: grid;
                grid-auto-rows: auto;
                grid-template-columns: 1fr;
                padding-bottom: 0;
                column-gap: 0px;
            }

            .section ul.itemList {
                row-gap: 20px;
                column-gap: 20px;
            }
            /*grid-template-columns: 1fr;*/
            /*justify-items: center;*/
        }
    }

    /*@media only screen and (max-width: 940px) {*/
    /*    !*#top {*!*/
    /*    !*text-align: right;*!*/
    /*    !*}*!*/
    /*    !*#top a{*!*/
    /*    !*padding-left: 0;*!*/
    /*    !*padding-right: 1rem;*!*/
    /*    !*}*!*/
    /*    #lead {*/
    /*        background-size: 921px;*/
    /*        !*margin-left: 0;*!*/
    /*        !*margin-top: 20px;*!*/
    /*    }*/

    /*    div#leadText {*/
    /*        margin-left: 0;*/
    /*        padding-top: 256px;*/
    /*        font-size: 1.2em;*/
    /*    }*/

    /*    span.showSmall {*/
    /*        display: inline;*/
    /*    }*/

    /*    .demoOut {*/
    /*        display: none;*/
    /*    }*/

    /*    .slice {*/
    /*        font-size: 1.1rem;*/
    /*    }*/

    /*    .slice .title {*/
    /*        font-size: 2rem;*/
    /*        text-align: center;*/
    /*        padding-bottom: 0.5rem;*/
    /*    }*/

    /*    .slice.cities {*/
    /*        margin-top: 1rem;*/

    /*        !*min-height: 350px;*!*/
    /*        !*margin: 0;*!*/
    /*    }*/

    /*    .slice.cities img {*/
    /*        position: relative;*/
    /*        width: 1126px;*/
    /*        left: -5vh;*/
    /*        right: auto;*/
    /*        top: 0;*/
    /*    }*/

    /*    .slice.cities .sliceBody {*/
    /*        width: auto;*/
    /*        position: relative;*/
    /*    }*/

    /*    .slice.sensors {*/
    /*        margin-top: 1.2rem;*/
    /*        padding-bottom: 1rem;*/
    /*        height: auto;*/
    /*    }*/

    /*    .slice.sensors .sliceBody {*/
    /*        margin-left: 0;*/
    /*        width: 921px;*/
    /*    }*/

    /*    .slice.sensors .activity {*/
    /*        position: relative;*/
    /*        width: 921px;*/
    /*        height: 471px;*/
    /*    }*/

    /*    .slice.sensors .activity img {*/
    /*        width: 1126px;*/
    /*        left: -5vh*/
    /*    }*/

    /*    .slice.ivi {*/
    /*        margin-top: 2rem;*/
    /*        padding-bottom: 1rem;*/
    /*    }*/

    /*    .slice.ivi img {*/
    /*        width: 921px;*/
    /*        height: auto;*/
    /*        margin-bottom: 1rem;*/
    /*    }*/

    /*    .slice.ivi .iviText {*/
    /*        width: 921px !important;*/

    /*    }*/

    /*    .slice.ivi .iviText hr {*/
    /*        !*display: none;*!*/
    /*        margin: 3px 0 !important;*/
    /*        background-color: transparent !important;*/
    /*    }*/

    /*    #newsreel {*/
    /*        padding-top: 1rem;*/
    /*        padding-bottom: 1rem;*/

    /*    }*/

    /*}*/

    /*@media only screen and (max-width: 890px) {*/
    /*    html.dark .headContent.home.section #top #mainMenu {*/
    /*        opacity: 1;*/
    /*    }*/

    /*    html.dark #mMenu {*/
    /*        display: block;*/
    /*        !*top: 10px;*!*/
    /*    }*/

    /*    html.dark .headContent.home.section #top #mainMenu {*/
    /*        opacity: 1;*/
    /*    }*/
    /*}*/

    /*@media only screen and (max-width: 700px) {*/
    /*    .saveContent .title {*/
    /*        width: 100%;*/
    /*    }*/
    /*}*/
    .homeDataWrapper ul{
            gap: 30px;
    }



@media only screen and (max-width: 500px) {
    .bannerContent .title h1{
        font-size: 35px;
    }

    .clientContent {
        .sliderholder {
            width: 280px;
            .slider{
                scroll-padding-inline: 36px;

                .sliderItem:first-child{
                    margin-left: 24px;
                }
                .sliderItem:last-child{
                    margin-right: 24px;
                }
            }
        }
    }

    .newsContent .innerContainer {
        display: grid;
        grid-auto-rows: auto;
        grid-template-columns: 1fr;
        padding-bottom: 0;
        column-gap: 0px;
    }

    .section ul.itemList {
        row-gap: 20px;
        column-gap: 20px;
    }
        /*grid-template-columns: 1fr;*/
        /*justify-items: center;*/
    }
}

/*@media only screen and (max-width: 940px) {*/
/*    !*#top {*!*/
/*    !*text-align: right;*!*/
/*    !*}*!*/
/*    !*#top a{*!*/
/*    !*padding-left: 0;*!*/
/*    !*padding-right: 1rem;*!*/
/*    !*}*!*/
/*    #lead {*/
/*        background-size: 921px;*/
/*        !*margin-left: 0;*!*/
/*        !*margin-top: 20px;*!*/
/*    }*/

/*    div#leadText {*/
/*        margin-left: 0;*/
/*        padding-top: 256px;*/
/*        font-size: 1.2em;*/
/*    }*/

/*    span.showSmall {*/
/*        display: inline;*/
/*    }*/

/*    .demoOut {*/
/*        display: none;*/
/*    }*/

/*    .slice {*/
/*        font-size: 1.1rem;*/
/*    }*/

/*    .slice .title {*/
/*        font-size: 2rem;*/
/*        text-align: center;*/
/*        padding-bottom: 0.5rem;*/
/*    }*/

/*    .slice.cities {*/
/*        margin-top: 1rem;*/

/*        !*min-height: 350px;*!*/
/*        !*margin: 0;*!*/
/*    }*/

/*    .slice.cities img {*/
/*        position: relative;*/
/*        width: 1126px;*/
/*        left: -5vh;*/
/*        right: auto;*/
/*        top: 0;*/
/*    }*/

/*    .slice.cities .sliceBody {*/
/*        width: auto;*/
/*        position: relative;*/
/*    }*/

/*    .slice.sensors {*/
/*        margin-top: 1.2rem;*/
/*        padding-bottom: 1rem;*/
/*        height: auto;*/
/*    }*/

/*    .slice.sensors .sliceBody {*/
/*        margin-left: 0;*/
/*        width: 921px;*/
/*    }*/

/*    .slice.sensors .activity {*/
/*        position: relative;*/
/*        width: 921px;*/
/*        height: 471px;*/
/*    }*/

/*    .slice.sensors .activity img {*/
/*        width: 1126px;*/
/*        left: -5vh*/
/*    }*/

/*    .slice.ivi {*/
/*        margin-top: 2rem;*/
/*        padding-bottom: 1rem;*/
/*    }*/

/*    .slice.ivi img {*/
/*        width: 921px;*/
/*        height: auto;*/
/*        margin-bottom: 1rem;*/
/*    }*/

/*    .slice.ivi .iviText {*/
/*        width: 921px !important;*/

/*    }*/

/*    .slice.ivi .iviText hr {*/
/*        !*display: none;*!*/
/*        margin: 3px 0 !important;*/
/*        background-color: transparent !important;*/
/*    }*/

/*    #newsreel {*/
/*        padding-top: 1rem;*/
/*        padding-bottom: 1rem;*/

/*    }*/

/*}*/

/*@media only screen and (max-width: 890px) {*/
/*    html.dark .headContent.home.section #top #mainMenu {*/
/*        opacity: 1;*/
/*    }*/

/*    html.dark #mMenu {*/
/*        display: block;*/
/*        !*top: 10px;*!*/
/*    }*/

/*    html.dark .headContent.home.section #top #mainMenu {*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 700px) {*/
/*    .saveContent .title {*/
/*        width: 100%;*/
/*    }*/
/*}*/
