.a64-reviewcase-grid {
display: flex;
align-items: stretch;
gap: 20px;
}
.a64-reviewcase-card {
min-height: 558px;
border-radius: 15px;
overflow: hidden;
width:33.333%;
}
.a64-reviewcase-review {
position: relative;
background: #243316;
}
.a64-reviewcase-slide {
position: absolute;
inset: 0;
display: flex;
align-items: flex-end;
padding: 12%;
color: #fff;
background-color: var(--a64-review-overlay, #203910);
background-position: center;
background-size: cover;
opacity: 0;
pointer-events: none;
transition: opacity .45s ease;
}
.a64-reviewcase-slide::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to top, var(--a64-review-overlay, #203910) 0%, rgba(0, 0, 0, .2) 58%, rgba(0, 0, 0, .12) 100%);
opacity: .86;
}
.a64-reviewcase-slide.is-active {
opacity: 1;
pointer-events: auto;
}
.a64-reviewcase-review-content {
position: relative;
z-index: 1;
width: 100%;
}
.a64-reviewcase-review h3,
.a64-reviewcase-company strong {
margin: 0;
color: inherit;
font-size: 23px;
line-height: 1.16;
font-weight: 500;
}
.a64-reviewcase-subtitle,
.a64-reviewcase-company small {
display: block;
margin: 4px 0 0;
color: inherit;
font-size: 16px;
line-height: 1.35;
}
.a64-stars {
display: flex;
gap: 6.667px;
width: 126.668px;
height: 20px;
margin: 26px 0 16px;
color: #fbb006;
}
.a64-star {
position: relative;
display: block;
flex: 0 0 20px;
width: 20px;
height: 20px;
}
.a64-star svg {
position: absolute;
inset: 0;
display: block;
}
.a64-star__base {
fill: rgba(255, 255, 255, .34);
}
.a64-star__fill {
fill: currentColor;
clip-path: inset(0 calc(100% - var(--a64-star-fill, 100%)) 0 0);
}
.a64-reviewcase-review-text {
color: inherit;
font-size: 18px;
line-height: 1.38;
}
.a64-reviewcase-review-text p {
margin: 0;
}
.a64-reviewcase-separator {
width: 100%;
height: 1px;
margin: 26px 0 14px;
background: currentColor;
opacity: .65;
}
.a64-reviewcase-google {
display: block;
width: 70px;
height: auto;
}
.a64-reviewcase-case {
background: var(--a64-card-bg, #f8f8f8);
color: #333;
}
.a64-reviewcase-case--2 {
color: #fff;
}
.a64-reviewcase-case a {
display: flex;
flex-direction: column;
height: 100%;
padding: 12%;
color: inherit;
text-decoration: none;
}
.a64-reviewcase-quote {
height: 27px;
margin-bottom: 30px;
color: #e19900;
line-height: 0;
}
.a64-reviewcase-quote svg {
display: block;
width: 32.688px;
height: 27.093px;
fill: currentColor;
}
.a64-reviewcase-case--2 .a64-reviewcase-quote {
color: #fff;
}
.a64-reviewcase-case-text {
color: inherit;
font-size: 18px;
line-height: 1.38;
}
.a64-reviewcase-case-text p {
margin: 0;
}
.a64-reviewcase-case-meta {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px;
margin-top: auto;
padding-top: 34px;
}
.a64-reviewcase-case-meta strong {
display: block;
color: inherit;
font-size: 36px;
line-height: 1;
font-weight: 400;
}
.a64-reviewcase-case-meta span {
display: block;
margin-top: 8px;
color: inherit;
font-size: 15px;
line-height: 1.35;
}
.a64-reviewcase-company {
display: flex;
gap: 16px;
align-items: center;
}
.a64-reviewcase-company-dot {
flex: 0 0 auto;
width: 58px;
height: 58px;
border-radius: 50%;
background: currentColor;
opacity: .28;
}
img.a64-reviewcase-company-dot {
display: block;
object-fit: cover;
opacity: 1;
}
.a64-reviewcase-case--2 .a64-reviewcase-company-dot {
background: #fff;
opacity: 1;
}
.a64-reviewcase-company strong {
font-size: 18px;
font-weight: 700;
}
.a64-reviewcase-company small {
font-size: 14px;
}
@media (max-width: 1239px) {
.a64-reviewcase-grid {
gap: 18px;
}
.a64-reviewcase-review-text,
.a64-reviewcase-case-text {
font-size: 16px;
}
.a64-reviewcase-case-meta strong {
font-size: 30px;
}
}
@media (max-width: 767px) {
.a64-reviewcase-grid {
grid-template-columns: 1fr;
}
.a64-reviewcase-card {
min-height: 420px;
}
}
#Footer .a64-footer-template .vc_row[data-vc-full-width="true"] > .wpb_column {
float: none;
width: 100%;
max-width: 1670px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 1239px) {
#Footer .a64-footer-template .vc_row[data-vc-full-width="true"] > .wpb_column {
max-width: calc(100% - 40px);
}
}
@media (max-width: 767px) {
#Footer .a64-footer-template .vc_row[data-vc-full-width="true"] > .wpb_column {
max-width: calc(100% - 66px);
}
}
.a64-cases-overview {
display: flex;
flex-direction: column;
gap: 70px;
}
.a64-work-case {
display: flex;
align-items: center;
gap: 5%;
}
.a64-work-case__link {
position: relative;
display: flex;
flex: 0 0 60%;
min-height: clamp(560px, 38vw, 600px);
padding: 52px 55px;
border-radius: 15px;
overflow: hidden;
color: #fff;
background-color: #c4c4c4;
background-position: center;
background-size: cover;
text-decoration: none;
transform: translateY(0);
transition: transform .25s ease, filter .25s ease;
width:100%;
}
.a64-work-case__link:hover,
.a64-work-case__link:focus {
color: #fff;
text-decoration: none;
transform: translateY(-6px);
filter: brightness(1.03);
}
.a64-work-case__link:hover *,
.a64-work-case__link:focus * {
color: inherit;
text-decoration: none;
}
.a64-work-case__link::before {
content: "";
position: absolute;
inset: 0;
background:linear-gradient(to top, #000000 0%, #0000007a 34%, rgba(3, 3, 3, 0) 50%);
opacity: .4;
}
.a64-work-case__arrow {
position: absolute;
top: 38px;
right: 38px;
z-index: 1;
color: #fff;
line-height: 0;
}
.a64-work-case__content {
position: relative;
z-index: 1;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 50px;
width: 100%;
margin-top: auto;
}
.a64-work-case__meta {
display: flex;
gap: 58px;
align-items: flex-end;
}
.a64-work-case__metric strong,
.a64-work-case__metric span {
display: block;
color: inherit;
}
.a64-work-case__metric strong {
font-size: 52px;
line-height: 1;
font-weight: 200;
}
.a64-work-case__metric span {
margin-top: 10px;
font-size: 18px;
line-height: 1.3;
}
.a64-work-case__details {
flex: 1 1 auto;
max-width: 520px;
color: #303033;
}
.a64-work-case__details h3 {
color: #db9208;
font-size: 20px;
line-height: 1.2;
font-weight: 500;
}
.a64-work-case__details-intro {
font-size: 36px;
line-height: 44px;
}
.a64-work-case__details-line {
width: 62px;
height: 1px;
margin: 25px 0 50px;
background: #282828;
}
.a64-work-case__details-text {
margin-bottom: 35px;
}
.a64-menu-cases {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
column-gap: 34px;
row-gap: 25px;
padding-right:8px;
}
.a64-menu-case {
position: relative;
display: block;
padding-right: 38px;
color: #282828;
text-decoration: none;
}
.a64-menu-case:hover,
.a64-menu-case:focus {
color: #282828;
text-decoration: none;
}
.a64-menu-case strong {
display: block;
margin-bottom: 5px;
font-weight: 500;
}
.wpcf7 input[type="submit"] {
padding-right: 54px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.403 18.427'%3E%3Cg transform='rotate(-90 9.2015 9.2135)'%3E%3Cpath fill='%23db9208' d='M15.8,1.091a1.336,1.336,0,0,1,2.627.007l-.056,16.468a1.357,1.357,0,0,1-.782.782L1.112,18.4a1.314,1.314,0,0,1-.519-2.4,4.819,4.819,0,0,1,.511-.23h12.8L1.146,2.983A1.322,1.322,0,0,1,3,1.133L15.8,13.885Z'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 20px center;
background-size: 14px 14px;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.403 18.427'%3E%3Cg transform='rotate(-90 9.2015 9.2135)'%3E%3Cpath fill='%23ffffff' d='M15.8,1.091a1.336,1.336,0,0,1,2.627.007l-.056,16.468a1.357,1.357,0,0,1-.782.782L1.112,18.4a1.314,1.314,0,0,1-.519-2.4,4.819,4.819,0,0,1,.511-.23h12.8L1.146,2.983A1.322,1.322,0,0,1,3,1.133L15.8,13.885Z'/%3E%3C/g%3E%3C/svg%3E");
}