/**
 * Index fejlec/hero resz
 */
#b2b-main {
}

#b2b-main video {
    object-fit: cover;
    width: 100%;
    height: 640px;
    position: relative;
    z-index: -1;
    vertical-align: top;
}

#utcai-main-tech video {
    object-fit: cover;
    width: 100%;
    height: 610px;
    position: relative;
    z-index: -1;
    vertical-align: top;
}

#utcai-main-tech .text--holder {
    position: absolute;
    z-index: 1;
    top: 120px;
    width: 100%;
    height: calc(100% - 120px);
}

#b2b-main .text--holder {
    position: absolute;
    z-index: 1;
    top: 50px;
    width: 100%;
    height: calc(100% - 120px);
}

#b2b-main {
    position: relative;
    z-index: 1;
}

#box1 .scale img {
    height: calc(100% + 120px);
    position: relative;
    top: 0px;
    border-radius: 10px;
    transform: scale(1.1);
}

/**
 * Team
 */
.b2b--box {
    border-radius: 5px;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

.b2b--box > img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.b2b--box .text--holder {
    padding: 20px 45px;
}

.b2b--box .text--holder {
    max-width: 100%;
}

.b2b--box .text--holder p {
    margin: 5px 0;
}

.b2b-pricing-table-row-title {
    font-family: 'Avenir Next Demi Bold', sans-serif;
    color: #171A2E;
    font-size: 20px;
    margin-bottom: 0;
}

.b2b-pricing-table-row-text {
    font-size: 14px;
    margin-bottom: 0;
}

.b2b-pricing-table-row-text-cell {
    text-align: left;
    padding: 16px;
}

.b2b-pricing-table-header-title {
    font-size: 24px;
    font-family: 'Avenir Next Bold', sans-serif;
    margin-bottom: 0;
}

.b2b-pricing-table-header-subtitle {
    font-size: 16px;
    font-family: 'Avenir Next Demi Bold', sans-serif;
    margin-bottom: 0;
}

.b2b-pricing-table-header {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

.b2b-pricing-table-footer-text {
    margin-top: 24px;
    text-align: center;
    font-family: 'Avenir Next Demi Bold', sans-serif;
    font-size: 16px;
}
.arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}