.uk-background-cover{
  position: relative;
}
.uk-background-cover .uk-section{
  position: relative;
  z-index: 1;
}
.uk-background-cover__bg{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.uk-background-cover__mobbg{
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: calc(119.5vw - 30px) auto;
}
@media (max-width: 700px) {
  .uk-background-cover__bg{
    display: none;
  }
  .uk-background-cover__mobbg{
    display: block;
  }
}

.uk-section.-hj.benchmarks-form {
    padding-top: 0;
    padding-bottom: 0;
}

.benchmarks-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.benchmarks-form-left {
    width: 100%;
    height: 100%;
    background-color: #143dcb;
    color: #fff;
}

.benchmarks-form-left li {
    color: #fff;
}

.benchmarks-form-right {
    width: 100%;
    height: 100%;
    background-color: #edf1fc;
}

.benchmarks-form-block {
    max-width: 615px;
    padding: 20px;
}

.benchmarks-form-right .benchmarks-form-block {
    padding: 33px 34px 50px 115px;
    max-width: 620px;
}

.benchmarks-form-right form {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.benchmarks-form-right form input,
.benchmarks-form-right form input:active,
.benchmarks-form-right form input:focus,
.benchmarks-form-right form select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid;
    letter-spacing: 0.1px;
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.1px;
    padding: initial;
    padding-left: 0;
    border-radius: 0px;
    border-color: initial;
    color: initial;
    min-height: inherit;
    height: initial;
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: initial;
    box-sizing: border-box;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    outline: none;
    font-family: "Gotham Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.benchmarks-form-right .c-form-label,
.benchmarks-form-right .c-form-policy,
.benchmarks-form-right h2 {
    display: none;
}

#functional-benchmarks-form-div-submit {
    align-self: flex-start;
    margin-top: 22px;
    min-width: 275px;
}

.benchmarks-form-right form .c-form-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.benchmarks-form-right form .c-form-item {
    margin: 0;
}

.benchmarks-form-left .benchmarks-form-block {
    margin-left: auto;
    padding: 100px 34px;
}

.benchmarks-form-left .benchmarks-form-block h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff;
}

.benchmarks-form-left .benchmarks-form-block ul {
    margin: 0;
    padding: 0;
}

.benchmarks-form-left .benchmarks-form-block ul li {
    list-style-type: none;
    display: flex;
}

.benchmarks-form-left .benchmarks-form-block ul li + li {
    margin-top: 22px;
    margin-bottom: 0;
}

.benchmarks-form-left .benchmarks-form-block ul li:before {
    content: '\0025CF';
    margin-right: 13px;
    background: initial;
    position: static;
    left: initial;
    top: initial;
    width: initial;
    height: initial;
    border-radius: initial;
}

.c-form-item .parsley-errors-list {
    padding: 0;
    margin: 0 0 -1rem;
}

@media (max-width: 1200px) {
    .benchmarks-form-left .benchmarks-form-block,
    .benchmarks-form-right .benchmarks-form-block {
        padding: 2rem 3rem;
        margin: 0 auto;
    }
    .benchmarks-form-right form {
        gap: 7px;
    }
    .benchmarks-form-left .benchmarks-form-block h2 {
        font-size: 24px;
        margin-inline: auto;
    }
    .benchmarks-form-left .benchmarks-form-block h2 br {
        display: none;
    }
}

@media (max-width: 992px) {
    .benchmarks-form-block {
        max-width: 100%;
    }
    .benchmarks-form-row {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .benchmarks-form ul {
        margin: 0 auto !important;
        max-width: 475px;
        width: 100%;
    }
    .benchmarks-form-left .benchmarks-form-block h2 {
        text-align: center;
    }
    .benchmarks-form-right form div {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .benchmarks-form-right form div {
        max-width: 475px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .benchmarks-form-right form .c-form-list {
        width: 475px;
    }
    #functional-benchmarks-form-div-submit {
        margin: 1.5rem auto 0;
    }
}


.benchmarks-articles {
    padding: 50px 0;
}

.benchmarks-articles-row {
    display: flex;
    gap: 2rem;
}

@media(max-width: 1200px) {
    .benchmarks-articles-row {
        flex-direction: column;
    }
}

.benchmarks-articles-column {
    flex: 1;
}

.benchmarks-article {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: auto 1fr auto;
    grid-column-gap: 21px;
    grid-row-gap: 20px;
    grid-template-areas: 'ímage title' 'ímage text' 'ímage footer';
}

.benchmarks-article-image {
    grid-area: ímage;
    background-color: #F0F8FC;
    border-radius: 10px;
}

.benchmarks-article-image a {
    position: relative;
    display: block;
}

.benchmarks-article-image a.-video:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
}

.benchmarks-article-image a.-video:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23D7D7D7CC' d='m9.5 16.5l7-4.5l-7-4.5zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
}

.benchmarks-article-image a.-video:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%2357BC20' d='m9.5 16.5l7-4.5l-7-4.5zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
}

.benchmarks-article-image img {
    aspect-ratio: 100 / 66;
    object-fit: cover;
    border-radius: 10px;
}

.benchmarks-article-title {
    grid-area: title;
    font-weight: 900;
    padding: 5px 0 0;
}

.benchmarks-article-title h3 {
    margin: 0;
}

.benchmarks-article-title h3 a:hover {
    color: #57BC20;
}

.benchmarks-article-title a {
    color: #383838;
    text-decoration: none;
}

.benchmarks-article-text {
    grid-area: text;
}

.benchmarks-article-text p {
    font-size: 14px;
}

.benchmarks-article-footer {
    grid-area: footer;
    transform: translateY(-10px);
}

.benchmarks-article-footer a {
    color: #383838;
}

.benchmarks-article-footer a span {
    position: relative;
    border-bottom: 1px dashed #383838;
}

.benchmarks-article-footer a:hover {
    text-decoration: none;
}

.benchmarks-article-footer a:hover span {
    position: relative;
    border-bottom: 1px dashed transparent;
}

.benchmarks-article-footer a span:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: -4px;
    right: -25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M16.175 13H5q-.425 0-.712-.288T4 12t.288-.712T5 11h11.175l-4.9-4.9q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288l6.6 6.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-6.6 6.6q-.275.275-.687.275T11.3 19.3q-.3-.3-.3-.712t.3-.713z'/%3E%3C/svg%3E");
}

@media(max-width: 576px) {
    .benchmarks-article {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-areas: 'ímage' 'title' 'text' 'footer';
    }
    .uk-section.-hj.benchmarks-articles {
        padding-top: 2rem;
        border-bottom: 2rem;
    }
}


@media (max-width: 970px){
  .-video-block-content{
    text-align: center;
  }
  .-video-block-content a{
    margin-left: auto;
    margin-right: auto;
  }
}
