.work-block .work-container, .who-we-work-with-block, .values-block .container, .team-block, .talk-block .cont, .success-block .cont, .success-block, .stats-block .cont, .slider-block .slider .slick-list .slick-track .item .content, .resources-block, .projects-block .swiper, .process-block, .news-block .filter-cont, .news-block .controls, .news-block .cont .wrapper, .maps-block, .left-right-block .content, .laptop-block, .intro-block .cont, .image-chain-block .container, .image-bar-block .container, .icons-block, .gallery-block .gallery, .gallery-block h2, .form-block .bg .content, .curriculum-block, .contact-block, .circles-block, .call-our-team-block, .breadcrumbs-block, .boxes-block .boxes, .boxes-block h2, .board-block, .accordion-block .accord {
max-width: 1180px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a, .boxes-block .boxes .box .button {
position: relative;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a:after, .boxes-block .boxes .box .button:after {
content: "";
opacity: 1;
transition: all 0.3s ease-in-out;
position: absolute;
right: -20px;
bottom: -4px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/arrow.svg) no-repeat center center;
background-size: 14px;
width: 20px;
height: 20px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a:hover:after, .boxes-block .boxes .box .button:hover:after {
right: -25px;
opacity: 1;
}
.work-block .work-container > a, .talk-block .cont a, .slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont a, .news-block .filter-loadmore, .intro-block .cont .col .text a, .form-block .bg .content .col form input[type=submit], .contact-block form input[type=submit], .circles-block .content .col .circle-large .text a, .accordion-block .accord .item .text a.link {
display: inline-block;
margin: 0;
font-family: "museo-sans", sans-serif;
font-weight: 700;
transition: all 0.3s ease-in-out;
position: relative;
text-decoration: none;
font-size: 14px;
border-radius: 4px;
background-color: var(--miag-dblue);
color: white;
padding: 15px 55px;
}
.work-block .work-container > a:after, .talk-block .cont a:after, .slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont a:after, .news-block .filter-loadmore:after, .intro-block .cont .col .text a:after, .form-block .bg .content .col form input[type=submit]:after, .contact-block form input[type=submit]:after, .circles-block .content .col .circle-large .text a:after, .accordion-block .accord .item .text a.link:after {
content: "";
width: 40px;
height: 20px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/arrow-right.svg) no-repeat right center;
position: absolute;
top: 50%;
right: 40px;
transform: translate(0%, -50%);
filter: invert(1);
background-size: 25px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.work-block .work-container > a:hover, .talk-block .cont a:hover, .slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont a:hover, .news-block .filter-loadmore:hover, .intro-block .cont .col .text a:hover, .form-block .bg .content .col form input[type=submit]:hover, .contact-block form input[type=submit]:hover, .circles-block .content .col .circle-large .text a:hover, .accordion-block .accord .item .text a.link:hover {
background-color: var(--miag-lblue);
cursor: pointer;
padding: 15px 75px 15px 55px;
}
.work-block .work-container > a:hover:after, .talk-block .cont a:hover:after, .slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont a:hover:after, .news-block .filter-loadmore:hover:after, .intro-block .cont .col .text a:hover:after, .form-block .bg .content .col form input[type=submit]:hover:after, .contact-block form input[type=submit]:hover:after, .circles-block .content .col .circle-large .text a:hover:after, .accordion-block .accord .item .text a.link:hover:after {
right: 15px;
opacity: 1;
}
.values-block .container a, .left-right-block .content .item .col a.btn, .curriculum-block .col .text .button {
display: inline-block;
margin: 0;
font-family: "museo-sans", sans-serif;
font-weight: 700;
transition: all 0.3s ease-in-out;
position: relative;
text-decoration: none;
font-size: 11px;
border-radius: 4px;
border: 1px solid var(--miag-blue);
background-color: transparent;
color: var(--miag-dblue);
padding: 11px 55px 10px;
}
.values-block .container a:after, .left-right-block .content .item .col a.btn:after, .curriculum-block .col .text .button:after {
content: "";
width: 40px;
height: 20px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/arrow-right.svg) no-repeat right center;
position: absolute;
top: 50%;
right: 40px;
transform: translate(0%, -50%);
filter: invert(1);
background-size: 25px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.values-block .container a:hover, .left-right-block .content .item .col a.btn:hover, .curriculum-block .col .text .button:hover {
background-color: var(--miag-lblue);
cursor: pointer;
padding: 11px 75px 10px 55px;
color: white;
}
.values-block .container a:hover:after, .left-right-block .content .item .col a.btn:hover:after, .curriculum-block .col .text .button:hover:after {
right: 15px;
opacity: 1;
}
:root {
--giraffe-purple: #a60fa1;
--giraffe-grey: #4a4948;
--giraffe-lgrey: #f5f5f5;
--obj-blue: #0081C3;
--obj-lblue: #60C3EF;
--obj-dblue: #0C215E;
--obj-yellow: #F2B007;
--obj-grey: #333333;
--obj-lgrey: #959595;
--miag-dblue: #0C215C;
--miag-blue: #0081C2;
--miag-grey: #4A4A49;
--miag-dblue2: #323C6B;
--miag-lblue: #78A6CB;
--miag-purple: #5c40a7;
}
.has-miag-blue-background-color {
background-color: var(--miag-blue);
}
.has-miag-dblue-background-color {
background-color: var(--miag-dblue);
}
.has-miag-dblue2-background-color {
background-color: var(--miag-dblue2);
}
.has-miag-lblue-background-color {
background-color: var(--miag-lblue);
}
.has-obj-yellow-color {
color: var(--obj-yellow);
}
.has-obj-dblue-color {
color: var(--obj-dblue);
}
.has-obj-blue-color {
color: var(--obj-blue);
}
.dev {
background-color: red;
color: white;
position: absolute;
top: 0;
left: 0;
text-transform: uppercase;
padding: 10px 15px 7px;
font-size: 14px;
z-index: 110;
font-family: "Arial";
font-weight: 600;
}
.accordion-block {
position: relative;
}
.accordion-block .accord .item {
border-bottom: 1px solid var(--liminal-lightgrey);
padding: 15px 0;
box-sizing: border-box;
position: relative;
overflow: hidden;
transition: max-height 0.5s ease-in-out;
}
.accordion-block .accord .item span.title {
font-size: 16px;
line-height: 23px;
font-family: "Lato", sans-serif;
color: var(--solace-navy);
transition: color 0.4s ease-in-out;
}
.accordion-block .accord .item .text {
padding: 0;
box-sizing: border-box;
}
.accordion-block .accord .item .text h2 {
font-size: 24px;
}
.accordion-block .accord .item .text p {
font-size: 15px;
}
.accordion-block .accord .item .text a.link {
position: relative;
}
.accordion-block .accord .item .toggle {
width: 18px;
height: 18px;
position: absolute;
top: 17px;
right: 0;
background-color: var(--liminal-blue);
border-radius: 20px;
transition: all 0.3s ease-in-out;
}
.accordion-block .accord .item .toggle:before {
content: "";
width: 50%;
position: absolute;
top: 50%;
left: 50%;
height: 2px;
background-color: white;
transform: translate(-50%, -50%);
border-radius: 15px;
}
.accordion-block .accord .item .toggle:after {
content: "";
width: 50%;
position: absolute;
top: 50%;
left: 50%;
height: 2px;
background-color: white;
transform: translate(-50%, -50%) rotate(90deg);
border-radius: 15px;
transition: all 0.3s ease-in-out;
}
.accordion-block .accord .item .toggle:hover {
cursor: pointer;
background-color: var(--liminal-dgray);
}
.accordion-block .accord .item.open .toggle {
background-color: var(--liminal-green);
}
.accordion-block .accord .item.open .toggle:after {
transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-block .accord .item:hover {
cursor: pointer;
}
.accordion-block .accord .item:hover span.title {
color: var(--solace-orange);
}
.accordion-block .accord .item:first-child {
border-top: 1px solid var(--c-lightgrey);
}
@media screen and (max-width: 844px) {
.accordion-block .accord .item span.title {
max-width: 92%;
display: inline-block;
}
.accordion-block .accord .item .text {
padding: 20px 0 0 0;
}
.wp-block-column .accordion-block .accord {
padding: 0;
}
}
.board-block {
padding: 40px 20px !important;
position: relative;
}
.board-block .members {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.board-block .members .member {
flex: 1 1 25%;
margin-bottom: 20px;
}
.board-block .members .member img {
width: 100%;
height: 260px;
object-fit: cover;
object-position: center;
border-radius: 10px;
overflow: hidden;
margin-top: 10px;
}
.board-block .members .member h4 {
margin: 0;
padding: 0 0 10px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #ababab;
}
.board-block .members .member h4 a {
width: 30px;
height: 20px;
display: inline-block;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/email.svg) no-repeat center center;
background-size: 23px;
}
.board-block .members .member p {
padding: 8px 0;
}
@media screen and (max-width: 844px) {
.board-block .members .member {
flex: 1 1 100%;
}
}
.boxes-block {
position: relative;
}
.boxes-block h2 {
color: var(--obj-blue);
padding: 10px 20px;
}
.boxes-block .boxes {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.boxes-block .boxes .box {
width: 32%;
border: 2px solid #cecece;
background-color: white;
border-radius: 10px;
padding: 20px 30px;
box-sizing: border-box;
margin: 15px 0;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
text-decoration: none;
transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
.boxes-block .boxes .box .icon {
height: 50px;
width: 50px;
margin-bottom: 10px;
}
.boxes-block .boxes .box .container {
width: 100%;
padding: 0 0 20px;
}
.boxes-block .boxes .box .container h3 {
font-size: 16px;
color: var(--obj-dblue);
margin: 10px 0;
transition: all 0.4s ease-in-out;
}
.boxes-block .boxes .box .container p {
font-size: 14px;
transition: all 0.4s ease-in-out;
}
.boxes-block .boxes .box .container ul {
padding: 0 0 0 20px;
}
.boxes-block .boxes .box .container ul li {
font-size: 14px;
transition: all 0.4s ease-in-out;
}
.boxes-block .boxes .box .button {
font-size: 11px;
text-transform: uppercase;
font-family: "museo-sans", sans-serif;
font-weight: 500;
margin-top: auto;
}
.boxes-block .boxes .box:hover {
background-color: var(--obj-dblue);
border-color: var(--obj-dblue);
}
.boxes-block .boxes .box:hover .container h3 {
color: var(--obj-yellow);
}
.boxes-block .boxes .box:hover .container p {
color: white;
}
.boxes-block .boxes .box:hover .container ul li {
color: white;
}
.boxes-block .boxes .box:hover .button {
color: white;
}
.boxes-block .boxes .box:hover .button:after {
right: -25px;
opacity: 1;
filter: contrast(1.5) invert(1);
}
.wp-block-column .boxes-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.boxes-block .box {
width: 100%;
margin: 5px 0;
}
}
.breadcrumbs-block {
position: relative;
position: relative;
padding: 20px 20px !important;
}
.breadcrumbs-block .dev {
left: -150px;
}
.call-our-team-block {
padding: 60px 20px !important;
position: relative;
}
.call-our-team-block h2 {
margin: 0;
padding: 3px 0;
}
.call-our-team-block h2 a {
text-decoration: none;
color: var(--miag-blue);
}
.call-our-team-block h2 a:hover {
color: var(--miag-dblue);
}
.call-our-team-block p {
margin: 0;
padding: 0;
}
.call-our-team-block p a {
text-decoration: none;
color: var(--miag-grey);
}
.call-our-team-block p a:hover {
color: var(--miag-blue);
}
.circles-block {
position: relative;
padding: 20px 20px 80px 20px !important;
border-bottom: 1px solid var(--miag-grey);
}
.circles-block .content {
display: flex;
flex-wrap: wrap;
}
.circles-block .content .col {
flex: 1 1 50%;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-sizing: border-box;
}
.circles-block .content .col svg {
width: 70%;
}
.circles-block .content .col .circle-large {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
border-radius: 500px;
transition: all 0.3s ease-in-out;
}
.circles-block .content .col .circle-large .text {
width: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: white;
}
.circles-block .content .col .circle-large .text h1 {
color: white;
font-size: 55px;
line-height: 65px;
margin: 0 0 10px;
max-width: 70%;
display: inline-block;
}
.circles-block .content .col .circle-large .text p {
color: white;
}
.circles-block .content .col .circle-large .text a {
margin-top: 10px !important;
display: inline-block;
background-color: transparent !important;
border: 1px solid white;
}
.circles-block .content .col.circles {
margin-top: -70px;
padding: 0;
}
.circles-block .content .col.circles .scroll {
flex: 1 1 100%;
padding: 20px;
gap: 10px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-sizing: border-box;
}
.circles-block .content .col.circles .scroll .circle {
position: relative;
width: 16%;
height: 0;
padding-bottom: 16%;
border-radius: 200px;
transition: all 0.3s ease-in-out;
}
.circles-block .content .col.circles .scroll .circle .text {
width: 90%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: white;
}
.circles-block .content .col.circles .scroll .circle:hover {
background-color: var(--miag-blue) !important;
transform: scale(1.1);
}
.circles-block .content .col:nth-child(2) {
padding-right: 8%;
}
.circles-block .arrow {
left: calc(50% - 26px);
position: absolute;
transform: translate(0%, -50%);
width: 52px;
height: 40px;
bottom: 0;
z-index: 3;
}
.circles-block .arrow:after, .circles-block .arrow:before {
content: "";
width: 30px;
height: 2px;
border-radius: 3px;
background-color: var(--miag-lblue);
transform: rotate(-40deg);
position: absolute;
right: 0;
top: 20px;
transition: all 0.3s ease-in-out;
}
.circles-block .arrow:before {
left: 0;
right: auto;
transform: rotate(40deg);
}
.circles-block .arrow:hover {
cursor: pointer;
}
.circles-block .arrow:hover:after, .circles-block .arrow:hover:before {
top: 25px;
}
@media screen and (max-width: 844px) {
.circles-block {
padding: 20px 0 70px !important;
}
.circles-block .content .col:nth-child(1) {
display: none;
}
.circles-block .content .col:nth-child(2) {
padding: 0 20px;
}
.circles-block .content .col.circles {
flex: none;
width: 100%;
margin-top: -20px;
}
.circles-block .content .col.circles .scroll {
overflow: scroll;
padding: 0 20px;
white-space: nowrap;
display: block;
}
.circles-block .content .col.circles .scroll .circle {
width: 150px;
height: 87px;
display: inline-block;
margin-right: 10px;
}
.circles-block .content .col.circles .scroll .circle .text {
white-space: break-spaces;
}
.circles-block .content .col.circles .scroll .circle:last-child {
margin-right: 0;
}
}
[data-type="acf/form"] .form-block {
min-height: 38px;
background-color: #f7f7f7;
}
[data-type="acf/form"] .form-block:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
z-index: 100;
top: 0;
}
.contact-block form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
position: relative;
padding: 0 0 20px;
}
.contact-block form .col {
width: 49%;
}
.contact-block form label {
width: 100%;
display: inline-block;
font-family: "Lato", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 14px;
color: #757575;
padding: 0;
margin: 15px 0 0;
font-family: "museo-sans", sans-serif;
}
.contact-block form label span {
width: 100%;
display: inline-block;
margin-top: 10px;
}
.contact-block form label span input {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: 1px solid #cecece;
border-radius: 0px;
background-color: white;
transition: background-color 0.3s ease-in-out;
}
.contact-block form label span input:focus {
background-color: #f6f6f6;
}
.contact-block form label span textarea {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: 1px solid #cecece;
border-radius: 0px;
background-color: white;
transition: background-color 0.3s ease-in-out;
height: 177px;
}
.contact-block form label .wpcf7-not-valid-tip {
font-size: 12px;
margin: 5px 0;
padding: 0;
display: inline-block;
}
.contact-block form label.full {
width: 100%;
}
.contact-block form input[type=submit] {
border-color: #e0eef7;
width: 55%;
background-color: var(--obj-lblue);
border-radius: 5px;
margin-top: 10px !important;
padding: 20px 50px !important;
}
.contact-block form input[type=submit]:hover {
cursor: pointer;
padding: 18px 50px 18px 50px;
}
.contact-block form .wpcf7-response-output {
width: 100%;
text-align: center;
border: none;
padding: 0;
position: relative;
bottom: 0;
margin: 0;
font-family: "Lato", sans-serif;
color: var(--solace-orange);
}
.contact-block form .wpcf7-spinner {
position: absolute;
bottom: 14px;
left: 50%;
transform: translate(-50%, 0);
}
.contact-block p.disclaimer {
font-size: 12px;
line-height: 20px;
color: #0A2433;
margin: 0;
padding: 0;
}
.wp-block-columns .contact-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.contact-block .intro {
padding: 0 20px;
}
.contact-block .intro h1 {
margin-bottom: 20px;
}
.contact-block .intro p {
line-height: 32px;
}
.contact-block .content {
margin-top: 0;
padding: 0px;
}
.contact-block .content .col {
width: 100% !important;
}
.contact-block .content .col form label {
width: 100%;
}
}
.curriculum-block {
display: flex;
flex-wrap: wrap;
}
.curriculum-block .col {
width: 50%;
position: relative;
min-height: 550px;
}
.curriculum-block .col img {
width: 275px;
height: 330px;
display: inline-block;
object-fit: cover;
object-position: center;
border-radius: 8px;
position: relative;
transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
opacity: 0;
}
.curriculum-block .col .text {
width: 90%;
}
.curriculum-block .col .text .item {
padding-left: 45px;
position: relative;
}
.curriculum-block .col .text .item p {
font-size: 14px;
line-height: 17px;
padding: 5px 0;
margin: 0;
}
.curriculum-block .col .text .item p.title {
font-size: 17px;
color: var(--miag-blue);
margin-top: 6px;
font-family: "museo-sans", sans-serif;
display: inline-block;
}
.curriculum-block .col .text .item:before {
content: "";
width: 30px;
height: 30px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/circle-tick.svg) no-repeat top center;
background-size: 28px;
position: absolute;
top: 7px;
left: 0;
}
.curriculum-block .col .text .button {
margin-top: 40px !important;
}
.curriculum-block .col img:nth-child(1) {
z-index: 2;
}
.curriculum-block .col img:nth-child(2) {
position: absolute;
left: 200px;
top: 160px;
z-index: 1;
transition-delay: 200ms;
}
.curriculum-block .col.is-inview img {
opacity: 1;
}
.curriculum-block .col.is-inview img:nth-child(1) {
transform: rotate(9deg);
}
.curriculum-block .col.is-inview img:nth-child(2) {
transform: rotate(-5deg);
}
@media screen and (max-width: 844px) {
.curriculum-block .col {
width: 100%;
min-height: auto;
padding-bottom: 20px;
}
.curriculum-block .col img {
left: -40px;
}
.curriculum-block .col img:nth-child(2) {
left: 30%;
}
.curriculum-block .col:nth-child(1) {
padding-bottom: 180px;
}
}
.download-list-block .cont .item a {
font-size: 14px;
color: var(--obj-grey);
display: inline-block;
margin: 2px 0;
}
.download-list-block .cont .item a[href$=".pdf"] {
background: url(//www.miag.co.uk/wp-content/themes/miag/images/pdf.svg) left center no-repeat;
padding: 5px 0 5px 25px;
background-size: 18px;
}
[data-type="acf/form"] .form-block {
min-height: 38px;
background-color: #f7f7f7;
}
[data-type="acf/form"] .form-block:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
z-index: 100;
top: 0;
}
.form-block {
position: relative;
padding: 0;
}
.form-block .bg .content {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
box-sizing: border-box;
padding: 50px 20px 40px !important;
justify-content: space-between;
position: relative;
z-index: 10;
align-items: flex-start;
}
.form-block .bg .content .col {
width: 60%;
}
.form-block .bg .content .col p strong {
font-size: 18px;
margin-top: 10px;
display: inline-block;
width: 100%;
}
.form-block .bg .content .col .info {
display: none;
}
.form-block .bg .content .col .info.active {
display: block;
}
.form-block .bg .content .col select {
padding: 20px 0;
width: 100%;
box-sizing: border-box;
border: none;
border-bottom: 1px solid #757575;
font-family: "Lato", sans-serif;
font-weight: 500;
outline-width: 0;
}
.form-block .bg .content .col form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-end;
position: relative;
padding: 0 0 20px;
}
.form-block .bg .content .col form label {
width: 48%;
display: inline-block;
font-family: "Lato", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 14px;
color: #757575;
padding: 0;
margin: 25px 0 0;
font-family: "museo-sans", sans-serif;
}
.form-block .bg .content .col form label span {
width: 100%;
display: inline-block;
margin-top: 15px;
}
.form-block .bg .content .col form label span input {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: 1px solid white;
border-radius: 3px;
background-color: white;
transition: background-color 0.3s ease-in-out;
border: 1px solid #71707333;
}
.form-block .bg .content .col form label span input:focus {
background-color: #f6f6f6;
}
.form-block .bg .content .col form label span textarea {
padding: 20px;
width: 100%;
box-sizing: border-box;
border: 1px solid #757575;
border-radius: 5px;
}
.form-block .bg .content .col form label .wpcf7-not-valid-tip {
font-size: 12px;
margin: 5px 0;
padding: 0;
display: inline-block;
}
.form-block .bg .content .col form label.full {
width: 100%;
}
.form-block .bg .content .col form input[type=submit] {
border-color: #e0eef7;
width: 40%;
display: inline-block;
background-color: var(--miag-dblue);
border-radius: 5px;
margin: 25px 0 !important;
padding: 20px 55px !important;
border: none;
border-radius: 8px;
}
.form-block .bg .content .col form input[type=submit]:hover {
cursor: pointer;
padding: 20px 55px !important;
}
.form-block .bg .content .col form .wpcf7-response-output {
width: 100%;
text-align: center;
border: none;
padding: 0;
position: relative;
bottom: 0;
margin: 0;
font-family: "Lato", sans-serif;
color: var(--solace-orange);
}
.form-block .bg .content .col form .wpcf7-spinner {
position: absolute;
bottom: 14px;
left: 50%;
transform: translate(-50%, 0);
}
.form-block .bg .content .col p.disclaimer {
font-size: 12px;
line-height: 20px;
color: #0A2433;
margin: 0;
padding: 0;
}
.form-block .bg .content .col ul {
margin-left: 0;
}
.form-block .bg .content .col ul li {
position: relative;
color: var(--miag-blue);
list-style: none;
padding: 9px 0 6px 45px;
}
.form-block .bg .content .col ul li:before {
content: "";
width: 30px;
height: 30px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/circle-tick.svg) no-repeat top center;
background-size: 28px;
position: absolute;
top: 7px;
left: 0;
}
.form-block .bg .content .col:first-child {
width: 35%;
}
.form-block .bg.white .content .col ul li {
color: white;
}
.form-block .bg.white .content .col form label {
color: white;
}
.form-block .bg.white .content .col form input[type=submit] {
background-color: var(--miag-blue);
}
.form-block .bg.form-only .content {
justify-content: center;
}
.form-block .bg.form-only .content .col {
width: 100%;
}
.form-block .bg.form-only .content .col:nth-child(1) {
display: none;
}
.wp-block-columns .contact-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.form-block .bg .content {
padding: 20px !important;
}
.form-block .bg .content .col {
width: 100% !important;
}
.form-block .bg .content .col form label {
width: 100%;
}
}
.free-assessment-block .wrapper {
padding: 60px 0;
}
.free-assessment-block .wrapper .cont {
display: flex;
flex-wrap: wrap;
max-width: 840px;
margin: 0 auto;
position: relative;
}
.free-assessment-block .wrapper .cont .col {
width: 45%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-self: center;
justify-content: center;
padding: 0 30px;
border-right: 3px solid var(--obj-yellow);
box-sizing: border-box;
}
.free-assessment-block .wrapper .cont .col h3 {
color: var(--obj-dblue);
font-size: 32px;
text-align: center;
}
.free-assessment-block .wrapper .cont .col:nth-child(2) {
width: 55%;
border-right: 0;
}
.free-assessment-block .wrapper .cont .col:nth-child(2) p {
width: 100%;
}
.free-assessment-block .wrapper .cont .col:nth-child(2) a {
font-weight: 600;
text-decoration: none;
font-size: 18px;
}
.free-assessment-block .wrapper.blue {
background-color: var(--obj-dblue);
}
.free-assessment-block .wrapper.blue .col {
border-color: var(--obj-lblue);
}
.free-assessment-block .wrapper.blue .col h3 {
color: white;
}
.free-assessment-block .wrapper.blue .col:nth-child(2) p {
color: #FFFFFFB2;
}
.free-assessment-block .wrapper.blue .col:nth-child(2) a {
color: var(--obj-lblue);
}
.gallery-block {
background-color: var(--miag-dblue2);
padding: 40px 0 50px;
position: relative;
}
.gallery-block h2 {
color: white;
margin-bottom: 30px !important;
}
.gallery-block .gallery {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
gap: 10px;
}
.gallery-block .gallery a {
width: calc(25% - 8px);
height: 240px;
}
.gallery-block .gallery a img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
position: relative;
transition: all 0.3s ease-in-out;
left: 0;
top: 0;
}
.gallery-block .gallery a:hover img {
width: 104%;
height: 104%;
top: -2%;
left: -2%;
}
@media screen and (max-width: 844px) {
.gallery-block .gallery a {
width: calc(50% - 8px);
height: 150px;
}
}
.globe-block {
position: relative;
}
.globe-block .dev {
left: auto;
right: 0;
top: -33px;
}
.globe-block .globe {
width: 400px;
height: 400px;
position: absolute;
z-index: -1;
top: -400px;
right: 0;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/globe-grey.svg) no-repeat top left;
background-size: 500px;
}
.graphic-block {
position: relative;
z-index: -1;
}
.graphic-block .dev {
left: 0;
}
.graphic-block .cont svg {
width: 650px;
height: 650px;
position: absolute;
right: -350px;
top: -450px;
}
.graphic-block .cont svg g path, .graphic-block .cont svg g circle {
fill: #0081C333;
opacity: 0;
}
.graphic-block .cont.is-inview svg > g > path {
stroke-dasharray: 1050;
animation: rotate2;
animation-fill-mode: forwards;
animation-duration: 1.5s;
transition-delay: 0s;
opacity: 0;
}
.graphic-block .cont.is-inview svg > g > circle {
animation: scale;
animation-fill-mode: forwards;
animation-duration: 1.5s;
animation-delay: 0.2s;
opacity: 0;
}
@keyframes rotate2 {
from {
transform: rotate(-150deg);
transform-origin: 59px 59px;
opacity: 0;
}
to {
transform: rotate(0deg);
transform-origin: 59px 59px;
opacity: 1;
}
}
.icons-block {
position: relative;
}
.icons-block .cont {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.icons-block .cont .item {
height: 120px;
width: auto;
display: inline-block;
}
.icons-block .cont .item img {
display: inline-block;
height: 100%;
width: 100%;
max-width: 300px;
padding: 20px;
box-sizing: border-box;
filter: grayscale(1);
transition: all 0.3s ease-in-out;
}
.icons-block .cont .item img:hover {
filter: grayscale(0);
}
@media screen and (max-width: 844px) {
.icons-block .cont .item {
height: auto;
width: 50%;
}
}
.image-bar-block {
position: relative;
background-color: var(--miag-purple);
margin-top: 50px;
}
.image-bar-block .container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.image-bar-block .container img {
border-radius: 8px;
transform: rotate(0deg) translate(0, 30%);
opacity: 0;
width: 385px;
height: 275px;
object-fit: cover;
object-position: center;
margin-top: -50px;
transition: all 0.5s ease-in-out;
transition-delay: 0.3s;
}
.image-bar-block .container .text {
width: 60%;
}
.image-bar-block .container .text p {
font-size: 30px;
line-height: 36px;
color: white;
opacity: 0;
transition: opacity 0.5s ease-in-out;
margin: 30px 0;
padding: 0;
}
.image-bar-block .container .text p.small {
font-size: 18px;
line-height: 26px;
}
.image-bar-block .container.is-inview img {
opacity: 1;
transform: rotate(6deg) translate(0, 0%);
}
.image-bar-block .container.is-inview p {
opacity: 1;
}
@media screen and (max-width: 844px) {
.image-bar-block .container .text {
width: 100%;
margin-bottom: 50px;
}
}
.image-chain-block {
margin: 20px 0;
}
.image-chain-block .container {
display: flex;
align-content: center;
justify-content: center;
}
.image-chain-block .container img {
border-radius: 8px;
transform: rotate(0deg) translate(0, 30%);
opacity: 0;
width: calc(20% - 6px);
height: 185px;
object-fit: cover;
object-position: center;
margin-top: -50px;
transition: all 0.5s ease-in-out;
transition-delay: 0.3s;
border: 3px solid white;
margin: 0 -10px;
z-index: 2;
}
.image-chain-block .container img:nth-child(3) {
z-index: 3;
}
.image-chain-block .container img:nth-child(5) {
z-index: 1;
}
.image-chain-block .container.is-inview img {
opacity: 1;
transform: rotate(6deg) translate(0, 10%);
}
.image-chain-block .container.is-inview img:nth-child(odd) {
transform: rotate(-6deg) translate(0, 0%);
}
@media screen and (max-width: 844px) {
.image-chain-block .container img {
width: 250px;
height: 70px;
object-fit: cover;
object-position: center;
}
}
.intro-block {
border-bottom: 2px solid var(--giraffe-purple);
overflow: hidden;
}
.intro-block .cont {
display: flex;
flex-wrap: wrap;
}
.intro-block .cont .col {
width: 50%;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
z-index: 1;
}
.intro-block .cont .col .text h1 {
color: var(--giraffe-purple);
max-width: 75%;
}
.intro-block .cont .col .text ul li {
font-weight: 800;
font-family: "museo-sans", sans-serif;
}
.intro-block .cont .col .text a {
margin-top: 60px;
}
.intro-block .cont .col img {
height: 650px;
width: 105%;
object-fit: cover;
object-position: center;
margin-left: -5%;
z-index: -1;
}
.intro-block .cont .col:nth-child(1) {
padding-bottom: 50px;
z-index: 2;
}
@media screen and (max-width: 844px) {
.intro-block .cont {
padding: 0;
}
.intro-block .cont .col {
width: 100% !important;
}
.intro-block .cont .col .text {
padding: 0 20px;
}
.intro-block .cont .col .text a {
margin-top: 20px;
}
.intro-block .cont .col img {
margin-left: 0;
width: 100%;
}
}
.laptop-block {
margin-top: 100px;
}
.laptop-block .cont {
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/laptop.svg) no-repeat center center;
height: 600px;
}
.laptop-block .cont img {
display: inline-block;
position: absolute;
top: 48px;
width: 656px;
left: 50%;
transform: translate(-50%, 0);
height: 412px;
object-fit: cover;
object-position: top;
}
@media screen and (max-width: 844px) {
.laptop-block {
margin-top: 0;
}
.laptop-block .cont {
height: 240px;
}
.laptop-block .cont img {
width: 263px;
top: 253px;
height: 166px;
}
}
.left-right-block .content .item {
display: flex;
flex-wrap: wrap;
margin: 40px 0 60px;
}
.left-right-block .content .item .col {
width: 70%;
padding-right: 40px;
box-sizing: border-box;
}
.left-right-block .content .item .col img {
width: 100%;
height: auto;
transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
opacity: 0;
}
.left-right-block .content .item .col h3 {
color: var(--miag-dblue);
margin-bottom: 10px;
}
.left-right-block .content .item .col a.btn {
margin-top: 20px !important;
display: inline-block !important;
}
.left-right-block .content .item .col:nth-child(2) {
width: 30%;
padding-right: 0;
}
.left-right-block .content .item.is-inview img {
transform: rotate(6deg);
opacity: 1;
}
.left-right-block .content .item:nth-child(2n) .col:nth-child(1) {
order: 2;
padding-right: 0;
}
.left-right-block .content .item:nth-child(2n) .col:nth-child(2) {
order: 1;
padding-right: 40px;
}
.left-right-block .content .item:nth-child(2n).is-inview img {
transform: rotate(-6deg);
opacity: 1;
}
@media screen and (max-width: 844px) {
.left-right-block .content .item {
margin: 20px 0;
}
.left-right-block .content .item .col {
width: 100% !important;
padding: 0 !important;
}
.left-right-block .content .item .col img {
margin: 30px 0;
}
.left-right-block .content .item .col:nth-child(1) {
order: 2 !important;
}
.left-right-block .content .item .col:nth-child(2) {
order: 1 !important;
}
}
.line-block {
position: relative;
width: 100%;
height: 2px;
background-color: var(--giraffe-purple);
}
.maps-block {
position: relative;
}
.maps-block .content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.maps-block .content .item {
width: 45%;
margin-bottom: 30px;
}
.maps-block .content .item h4 {
margin: 20px 0 10px;
padding: 0;
}
.maps-block .content .item p {
font-size: 14px;
line-height: 19px;
}
.maps-block .content .item iframe {
display: inline-block;
width: 300px;
height: 240px;
}
@media screen and (max-width: 844px) {
.maps-block .content .item {
width: 100%;
}
.maps-block .content .item iframe {
width: 100%;
}
}
.mobile-block {
padding: 100px 0;
}
.mobile-block .swiper-wrapper {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.mobile-block .swiper-wrapper .swiper-slide {
background-image: url(//www.miag.co.uk/wp-content/themes/miag/images/phone.svg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 300px;
height: 600px;
margin: 0 40px;
padding: 37px 15px 0;
box-sizing: border-box;
}
.mobile-block .swiper-wrapper .swiper-slide img {
display: block;
width: 271px;
height: 488px;
object-fit: cover;
object-position: top center;
}
.mobile-block .swiper-slide-shadow-left, .mobile-block .swiper-slide-shadow-right {
display: none;
}
@media screen and (max-width: 844px) {
.mobile-block {
padding: 0 0 50px;
width: 100%;
overflow: hidden;
}
}  .work-block .work-container, .who-we-work-with-block, .values-block .container, .team-block, .talk-block .cont, .success-block .cont, .success-block, .stats-block .cont, .slider-block .slider .slick-list .slick-track .item .content, .resources-block, .projects-block .swiper, .process-block, .news-block .filter-cont, .news-block .controls, .news-block .cont .wrapper, .accordion-block .accord, .board-block, .boxes-block h2, .boxes-block .boxes, .breadcrumbs-block, .call-our-team-block, .circles-block, .contact-block, .curriculum-block, .form-block .bg .content, .gallery-block h2, .gallery-block .gallery, .icons-block, .image-bar-block .container, .image-chain-block .container, .intro-block .cont, .laptop-block, .left-right-block .content, .maps-block {
max-width: 1180px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a, .boxes-block .boxes .box .button {
position: relative;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a:after, .boxes-block .boxes .box .button:after {
content: "";
opacity: 1;
transition: all 0.3s ease-in-out;
position: absolute;
right: -20px;
bottom: -4px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/arrow.svg) no-repeat center center;
background-size: 14px;
width: 20px;
height: 20px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a:hover:after, .boxes-block .boxes .box .button:hover:after {
right: -25px;
opacity: 1;
}
.work-block .work-container > a, .talk-block .cont a, .slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont a, .news-block .filter-loadmore, .accordion-block .accord .item .text a.link, .circles-block .content .col .circle-large .text a, .contact-block form input[type=submit], .form-block .bg .content .col form input[type=submit], .intro-block .cont .col .text a {
display: inline-block;
margin: 0;
font-family: "museo-sans", sans-serif;
font-weight: 700;
transition: all 0.3s ease-in-out;
position: relative;
text-decoration: none;
font-size: 14px;
border-radius: 4px;
background-color: var(--miag-dblue);
color: white;
padding: 15px 55px;
}
.work-block .work-container > a:after, .talk-block .cont a:after, .slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont a:after, .news-block .filter-loadmore:after, .accordion-block .accord .item .text a.link:after, .circles-block .content .col .circle-large .text a:after, .contact-block form input[type=submit]:after, .form-block .bg .content .col form input[type=submit]:after, .intro-block .cont .col .text a:after {
content: "";
width: 40px;
height: 20px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/arrow-right.svg) no-repeat right center;
position: absolute;
top: 50%;
right: 40px;
transform: translate(0%, -50%);
filter: invert(1);
background-size: 25px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.work-block .work-container > a:hover, .talk-block .cont a:hover, .slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont a:hover, .news-block .filter-loadmore:hover, .accordion-block .accord .item .text a.link:hover, .circles-block .content .col .circle-large .text a:hover, .contact-block form input[type=submit]:hover, .form-block .bg .content .col form input[type=submit]:hover, .intro-block .cont .col .text a:hover {
background-color: var(--miag-lblue);
cursor: pointer;
padding: 15px 75px 15px 55px;
}
.work-block .work-container > a:hover:after, .talk-block .cont a:hover:after, .slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont a:hover:after, .news-block .filter-loadmore:hover:after, .accordion-block .accord .item .text a.link:hover:after, .circles-block .content .col .circle-large .text a:hover:after, .contact-block form input[type=submit]:hover:after, .form-block .bg .content .col form input[type=submit]:hover:after, .intro-block .cont .col .text a:hover:after {
right: 15px;
opacity: 1;
}
.values-block .container a, .curriculum-block .col .text .button, .left-right-block .content .item .col a.btn {
display: inline-block;
margin: 0;
font-family: "museo-sans", sans-serif;
font-weight: 700;
transition: all 0.3s ease-in-out;
position: relative;
text-decoration: none;
font-size: 11px;
border-radius: 4px;
border: 1px solid var(--miag-blue);
background-color: transparent;
color: var(--miag-dblue);
padding: 11px 55px 10px;
}
.values-block .container a:after, .curriculum-block .col .text .button:after, .left-right-block .content .item .col a.btn:after {
content: "";
width: 40px;
height: 20px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/arrow-right.svg) no-repeat right center;
position: absolute;
top: 50%;
right: 40px;
transform: translate(0%, -50%);
filter: invert(1);
background-size: 25px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.values-block .container a:hover, .curriculum-block .col .text .button:hover, .left-right-block .content .item .col a.btn:hover {
background-color: var(--miag-lblue);
cursor: pointer;
padding: 11px 75px 10px 55px;
color: white;
}
.values-block .container a:hover:after, .curriculum-block .col .text .button:hover:after, .left-right-block .content .item .col a.btn:hover:after {
right: 15px;
opacity: 1;
}
.wp-block[data-type="acf/news"] {
max-width: 100%;
overflow: hidden;
padding-bottom: 0px !important;
}
.news-block {
padding: 20px 0;
}
.news-block .cont {
display: block;
}
.news-block .cont .wrapper {
margin: 0 auto;
padding: 0 20px;
}
.news-block .cont .wrapper h1 {
color: var(--c-fgrey);
text-align: left;
padding: 0;
margin: 0 0 20px;
}
.news-block .controls {
margin: 0 auto;
padding: 10px 0px;
box-sizing: border-box;
text-align: left;
z-index: 3;
position: relative;
}
.news-block .controls .col {
flex-wrap: wrap;
box-sizing: border-box;
position: relative;
margin: 0 5px 10px;
display: inline-block;
}
.news-block .controls .col.active p:after {
transform: rotate(-180deg);
}
.news-block .controls .col.active .scroll {
max-height: 150px;
}
.news-block .controls .col input {
border: 1px solid #b8b8b8;
border-radius: 4px;
font-size: 14px;
padding: 10px 20px 10px 20px;
font-family: "Lato", sans-serif;
position: relative;
width: 120px;
}
.news-block .controls .col .mag {
content: "";
position: absolute;
top: 50%;
transform: translate(0%, -50%);
left: 10px;
height: 20px;
width: 20px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/mag.svg) no-repeat center center;
background-size: 12px;
z-index: 1;
}
.news-block .controls .col button {
width: 100%;
padding: 12px 10px;
border: 1px solid var(--lcp-pink);
line-height: 14px;
background-color: transparent;
border-radius: 50px;
margin: 0;
font-size: 14px;
font-weight: 400;
position: relative;
color: black;
font-family: "Lato", sans-serif;
position: relative;
text-decoration-skip-ink: i;
transition: all 0.3s ease-in-out;
}
.news-block .controls .col button:hover {
cursor: pointer;
color: var(--abbey-pink);
}
.news-block .controls .col button.mixitup-control-active {
color: var(--obj-blue);
}
.news-block .controls .col button.mixitup-control-active:after {
width: 100%;
}
.news-block .controls .col:first-child {
margin-right: 10px;
}
.news-block .controls .col:first-child button {
padding: 12px 10px;
}
.news-block .filter-cont {
margin: 0 auto;
text-align: left;
font-size: 0;
padding: 0 20px;
}
.news-block .filter-cont .filter {
width: 32%;
text-decoration: none;
margin: 0 0.5% 10px;
display: inline-block;
vertical-align: top;
color: black;
font-size: 20px;
box-sizing: border-box;
text-align: left;
}
.news-block .filter-cont .filter .projects--image {
width: 100%;
height: 410px;
position: relative;
}
.news-block .filter-cont .filter .projects--image img {
width: 100%;
height: 100%;
display: block;
position: relative;
transition: all 0.5s ease-in-out;
left: 0;
top: 0;
box-sizing: border-box;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.news-block .filter-cont .filter .text {
padding: 10px 0 20px;
}
.news-block .filter-cont .filter .text p {
display: inline-block;
text-align: left;
font-weight: 400;
margin: 0 auto;
transition: color 0.3s ease-in-out;
color: black;
padding: 0;
line-height: 20px;
}
.news-block .filter-cont .filter .text p.projects--title {
width: 100%;
font-weight: 600;
font-size: 16px;
}
.news-block .filter-cont .filter .text p.projects--desc {
padding: 5px 0 0;
}
.news-block .filter-cont .filter .text p.projects--date {
font-size: 13px;
}
.news-block .filter-cont .filter .text p.projects--date span {
color: #a2a2a2;
}
.news-block .filter-cont .filter:hover .projects--image img {
width: 103%;
height: 103%;
}
.news-block .filter-cont .filter:hover p {
color: var(--lcp-pink);
}
.news-block .filter-loadmore {
display: block;
margin: 0 auto;
margin-top: 10px;
border: none;
transition: all 0.3s ease-in-out;
background-color: black;
color: white;
}
.news-block .filter-loadmore:hover {
cursor: pointer;
}
.news-block .filter-loadmore.disabled {
opacity: 0;
visibility: hidden;
}
@media screen and (max-width: 844px) {
.project-filter-block {
padding: 30px 0;
}
.project-filter-block .controls {
display: block;
height: 50px;
overflow-y: visible;
overflow-x: scroll;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
padding: 0;
}
.project-filter-block .controls .col {
display: inline-block;
margin-right: 10px;
margin: 0 5px 0 0;
}
.project-filter-block .controls .col button.mixitup-control-active {
background-color: var(--c-red);
}
.project-filter-block .filter-cont .filter {
width: 49%;
}
.project-filter-block .filter-cont .filter .projects--image {
height: 180px;
}
}
.process-block {
max-width: 920px;
padding: 40px 0 100px;
}
.process-block .cont {
display: flex;
flex-wrap: wrap;
position: relative;
}
.process-block .cont:after {
content: "";
width: 200vw;
height: 2px;
background-color: var(--f-lblue);
position: absolute;
bottom: -42px;
left: -100vw;
}
.process-block .cont .swiper-wrapper {
justify-content: center;
}
.process-block .cont .swiper-wrapper .item {
width: 20%;
width: 250px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.process-block .cont .swiper-wrapper .item .circle {
height: 150px;
width: 150px;
border-radius: 150px;
background-color: var(--obj-blue);
display: flex;
align-items: center;
justify-content: center;
position: relative;
color: white;
text-align: center;
text-transform: uppercase;
font-weight: 600;
padding: 20px;
box-sizing: border-box;
margin: 0 auto;
margin-bottom: 30px;
}
.process-block .cont .swiper-wrapper .item .circle img {
width: 80%;
height: 80%;
}
.process-block .cont .swiper-wrapper .item .circle:after {
content: "";
left: 50%;
width: 2px;
height: 20px;
}
.process-block .cont .swiper-wrapper .item h4 {
padding: 0;
margin: 10px 0;
font-size: 20px;
text-align: center;
color: var(--obj-dblue);
}
.process-block .cont .swiper-wrapper .item p {
padding: 0;
margin: 0;
text-align: center;
}
.process-block .cont .swiper-wrapper .item:after {
content: "";
position: absolute;
top: 20px;
height: 270px;
width: 300px;
background-color: transparent;
left: 50%;
z-index: -1;
border-radius: 50%;
border-top: dashed 2px #9b9b9b;
opacity: 0;
}
.process-block .cont .swiper-wrapper .item:nth-child(2n):after {
border-bottom: dashed 2px #9b9b9b;
top: -145px;
border-top: none;
}
.process-block .cont .swiper-wrapper .item:last-child:after {
display: none;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(1) {
transition-delay: 0.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(1):after {
transition-delay: 0.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(2) {
transition-delay: 0.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(2):after {
transition-delay: 0.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(3) {
transition-delay: 0.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(3):after {
transition-delay: 1.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(4) {
transition-delay: 0.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(4):after {
transition-delay: 1.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(5) {
transition-delay: 1s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(5):after {
transition-delay: 2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(6) {
transition-delay: 1.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(6):after {
transition-delay: 2.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(7) {
transition-delay: 1.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(7):after {
transition-delay: 2.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(8) {
transition-delay: 1.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(8):after {
transition-delay: 3.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(9) {
transition-delay: 1.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(9):after {
transition-delay: 3.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(10) {
transition-delay: 2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(10):after {
transition-delay: 4s;
opacity: 1;
}
@media screen and (max-width: 844px) {
.process-block {
padding: 40px 10vw 100px;
}
}
.projects-vertical-block {
position: relative;
padding: 40px 0;
box-sizing: border-box;
}
.projects-vertical-block .swiper-vertical {
height: 600px;
overflow: hidden;
}
.projects-vertical-block .swiper-vertical .swiper-slide {
padding: 10px;
box-sizing: border-box;
}
.projects-vertical-block .swiper-vertical .swiper-slide img {
width: 100%;
height: 270px;
object-fit: cover;
object-position: center;
box-shadow: 0 0px 10px black;
border-radius: 5px;
}
.projects-vertical-block .swiper-vertical .swiper-button-prev {
position: absolute;
left: 50%;
transform: rotate(90deg) translate(-50%, 0%);
top: 30px;
bottom: auto;
z-index: 100;
}
.projects-vertical-block .swiper-vertical .swiper-button-prev:after {
color: var(--giraffe-purple);
}
.projects-vertical-block .swiper-vertical .swiper-button-next {
position: absolute;
left: 50%;
transform: rotate(90deg) translate(-50%, 0%);
bottom: -10px;
top: auto;
z-index: 100;
}
.projects-vertical-block .swiper-vertical .swiper-button-next:after {
color: var(--giraffe-purple);
}
@media screen and (max-width: 844px) {
.projects-vertical-block .swiper-vertical .swiper-button-prev {
left: calc(50% - 10px);
}
.projects-vertical-block .swiper-vertical .swiper-button-next {
left: calc(50% - 10px);
}
}
.projects-block {
position: relative;
z-index: 12;
}
.projects-block .swiper {
padding: 0 50px 30px;
overflow: visible;
}
.projects-block .swiper .swiper-wrapper .swiper-slide {
display: flex;
flex-wrap: wrap;
opacity: 0.2 !important;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col {
display: flex;
flex-wrap: wrap;
align-items: center;
padding-left: 55px;
padding-right: 60px;
width: 55%;
box-sizing: border-box;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col .cont h2 {
color: var(--giraffe-purple);
margin: 10px 0 20px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col .cont h3 {
margin: 0;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:first-child {
width: 45%;
padding-left: 60px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:first-child img {
width: 100%;
height: 850px;
display: inline-block;
object-fit: contain;
object-position: bottom center;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:last-child {
background-color: white;
}
.projects-block .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
opacity: 1 !important;
}
.projects-block .swiper .swiper-scrollbar-drag {
background-color: var(--giraffe-purple);
}
.projects-block .swiper .swiper-button-next, .projects-block .swiper .swiper-button-prev {
transition: all 0.3s ease-in-out;
}
.projects-block .swiper .swiper-button-next:after, .projects-block .swiper .swiper-button-prev:after {
color: var(--giraffe-purple);
}
.projects-block .swiper .swiper-button-prev {
left: 15px;
}
.projects-block .swiper .swiper-button-next {
right: 15px;
}
.projects-block:after {
content: "";
position: absolute;
bottom: 28px;
left: 0;
width: 200vw;
height: 2px;
background-color: var(--giraffe-purple);
}
@media screen and (max-width: 844px) {
.projects-block {
overflow: hidden;
}
.projects-block .swiper {
padding: 0;
}
.projects-block .swiper .swiper-wrapper .swiper-slide {
padding: 0 0 80px 0px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col {
width: 100% !important;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col img {
height: auto !important;
width: 100% !important;
}
.projects-block:after {
display: none;
}
.projects-block .swiper-scrollbar {
width: calc(100% - 60px);
left: 30px;
}
}
.resources-block {
position: relative;
}
.resources-block .cont {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.resources-block .cont .item {
width: 24%;
display: inline-block;
}
.resources-block .cont .item img {
display: inline-block;
height: 100%;
width: 70%;
height: 240px;
object-position: center;
object-fit: cover;
padding: 0px;
box-sizing: border-box;
filter: grayscale(1);
transition: all 0.3s ease-in-out;
}
.resources-block .cont .item img:hover {
filter: grayscale(0);
}
@media screen and (max-width: 844px) {
.icons-block .cont .item {
height: auto;
width: 50%;
}
}
.slider-block {
position: relative;
z-index: 10;
}
.slider-block .bg {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}
.slider-block .curve {
position: absolute;
width: 100%;
height: 225px;
bottom: 0;
z-index: 1;
}
.slider-block .curve svg {
height: 100%;
width: 140%;
}
.slider-block .slider {
padding: 0;
}
.slider-block .slider .slick-list {
overflow: visible;
}
.slider-block .slider .slick-list .slick-track {
overflow: hidden;
}
.slider-block .slider .slick-list .slick-track .item {
position: relative;
display: flex;
align-items: center;
height: 50vh;
max-height: 800px;
min-height: 500px;
}
.slider-block .slider .slick-list .slick-track .item .img {
position: relative;
transform: rotate(0deg);
transition: all 0.5s ease-in-out;
transition-delay: 300ms;
opacity: 0;
}
.slider-block .slider .slick-list .slick-track .item .img img {
width: 500px;
height: auto;
object-fit: contain;
object-position: center;
display: block;
border-radius: 8px;
}
.slider-block .slider .slick-list .slick-track .item .img.no-shadow:after {
display: none;
}
.slider-block .slider .slick-list .slick-track .item .img:after {
content: "";
width: 100%;
height: 100%;
background-color: var(--miag-lblue);
position: absolute;
top: 0;
z-index: -1;
left: 0;
transform: rotate(0deg);
border-radius: 8px;
transition: all 1s ease-in-out;
transition-delay: 300ms;
opacity: 0;
}
.slider-block .slider .slick-list .slick-track .item .content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
}
.slider-block .slider .slick-list .slick-track .item .content .cont {
width: 100%;
transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
transition-delay: 0.2s;
transform: translateY(50%) translateZ(0);
opacity: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col {
width: 50%;
justify-content: flex-start;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col h1, .slider-block .slider .slick-list .slick-track .item .content .cont .col h2, .slider-block .slider .slick-list .slick-track .item .content .cont .col p {
width: 100%;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col p {
font-size: 22px;
line-height: 26px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col:nth-child(2) {
width: 50%;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.slider-block .slider.anim .slick-list .slick-track .item.slick-active .img {
transform: rotate(-5deg);
opacity: 1;
}
.slider-block .slider.anim .slick-list .slick-track .item.slick-active .img:after {
transform: rotate(-8deg);
opacity: 1;
}
.slider-block .slider.anim .slick-list .slick-track .item.slick-active:after {
transform: rotate(25deg) translate(-50%, 0%);
opacity: 1;
}
.slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont {
transform: translateY(0) translateZ(0);
opacity: 1;
}
.slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont h1 {
margin: 0;
}
.slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont p {
margin: 10px 0;
font-size: 22px;
line-height: 26px;
}
.slider-block .slider.anim .slick-list .slick-track .item.slick-active .content .cont a {
margin-right: 10px;
}
.slider-block .slider:after {
content: "";
height: 1px;
background-color: #D9D9D9;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
width: 100%;
max-width: 1140px;
}
.slider-block .arrow {
left: calc(50% - 26px);
position: absolute;
transform: translate(0%, -50%);
width: 52px;
height: 40px;
bottom: 0;
z-index: 3;
}
.slider-block .arrow:after, .slider-block .arrow:before {
content: "";
width: 30px;
height: 2px;
border-radius: 3px;
background-color: var(--miag-lblue);
transform: rotate(-40deg);
position: absolute;
right: 0;
top: 20px;
transition: all 0.3s ease-in-out;
}
.slider-block .arrow:before {
left: 0;
right: auto;
transform: rotate(40deg);
}
.slider-block .arrow:hover {
cursor: pointer;
}
.slider-block .arrow:hover:after, .slider-block .arrow:hover:before {
top: 25px;
}
@media screen and (max-width: 844px) {
.slider-block {
overflow: hidden;
}
.slider-block .slider {
padding: 0 0 110px;
}
.slider-block .slider .slick-list .slick-track {
overflow: visible;
}
.slider-block .slider .slick-list .slick-track .item {
display: inline-block;
height: auto;
max-height: auto;
min-height: auto;
}
.slider-block .slider .slick-list .slick-track .item .img img {
width: 100%;
}
.slider-block .slider .slick-list .slick-track .item .content {
position: relative;
left: 0;
top: 10px;
transform: none;
padding: 20px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont {
width: 100%;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col {
width: 100% !important;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col:nth-child(2) {
margin-top: 20px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont a {
display: inline-block;
box-sizing: border-box;
text-align: center;
margin-bottom: 10px !important;
}
.slider-block .arrow {
transform: translate(-50%, -50%);
}
}
.stats-block {
position: relative;
text-align: center;
}
.stats-block h2 {
color: var(--giraffe-purple);
}
.stats-block p {
font-size: 22px;
font-family: "museo-sans", sans-serif;
font-weight: 600;
}
.stats-block .cont {
margin-top: 60px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 20px;
}
.stats-block .cont .item {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
max-width: 300px;
justify-content: center;
}
.stats-block .cont .item img {
display: inline-block;
width: 180px;
max-height: 140px;
}
.stats-block .cont .item h3 {
width: 100%;
text-align: center;
padding: 0;
margin: 15px 0 5px;
font-size: 40px;
color: var(--giraffe-purple);
}
.stats-block .cont .item p {
width: 100%;
text-align: center;
padding: 0;
margin: 0;
font-size: 20px;
font-family: "museo-sans", sans-serif;
font-weight: 900;
}
.success-block {
position: relative;
padding: 50px 20px;
}
.success-block h3 {
margin-bottom: 20px;
}
.success-block .cont {
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
.success-block .cont .value {
width: 32%;
border: 2px solid white;
border-radius: 10px;
color: white;
padding: 30px 30px;
box-sizing: border-box;
background-color: var(--miag-lblue);
}
.success-block .cont .value .stars {
opacity: 0;
transition: all 0.4s ease-in-out;
transition-delay: 0.5s;
height: 22px;
width: 88px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/yellow-stars.svg) repeat-x center left;
}
.success-block .cont .value svg {
width: 60px;
height: 60px;
display: block;
margin: 0 auto;
margin-bottom: 10px;
}
.success-block .cont .value svg g path, .success-block .cont .value svg g circle {
fill: var(--obj-blue);
}
.success-block .cont .value h4 {
width: 100%;
display: inline-block;
color: white;
font-size: 15px;
line-height: 19px;
transform: translate(0, 150%);
transition: all 0.4s ease-in-out;
transition-delay: 0.3s;
opacity: 0;
}
.success-block .cont .value p {
color: white;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 19px;
transform: translate(0, 50%);
transition: all 0.4s ease-in-out;
transition-delay: 0.3s;
opacity: 0;
}
.success-block .cont.is-inview .stars {
opacity: 1;
}
.success-block .cont.is-inview h4 {
transform: translate(0, 0%);
opacity: 1;
}
.success-block .cont.is-inview p {
transform: translate(0, 0%);
opacity: 1;
}
@media screen and (max-width: 844px) {
.success-block .cont .value {
width: 100%;
}
}
.talk-block {
position: relative;
margin: 30px 0;
}
.talk-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.talk-block .cont a {
color: var(--giraffe-grey);
border: 2px solid var(--giraffe-purple);
background-color: white;
}
.talk-block .cont a:hover {
background-color: var(--giraffe-purple);
color: white;
}
@media screen and (max-width: 844px) {
.talk-block .cont h3 {
text-align: center;
}
.talk-block .cont a {
display: inline-block;
margin: 0 auto;
}
}
.team-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.team-block .cont .item {
width: 19%;
}
.team-block .cont .item img {
width: 100%;
height: 170px;
display: block;
object-fit: cover;
object-position: center;
}
.team-block .cont .item p {
color: white;
}
@media screen and (max-width: 844px) {
.team-block .cont .item {
width: 100%;
margin: 10px 0;
}
}
.title-block #top-bg {
position: absolute;
left: 50%;
transform: translate(-50%, 0);
width: 1200px;
z-index: -1;
top: 0;
}
.title-block #top-bg img {
width: 100%;
height: auto;
}
.title-block #top-bg.small {
width: 700px;
}
.title-block .cont {
width: 340px;
margin: 0 auto;
text-align: center;
margin-top: 85px;
margin-bottom: 70px;
padding: 80px 0 60px;
min-height: 145px;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.title-block .cont h1 {
color: #fff;
padding: 0;
margin: 0;
font-size: 45px;
line-height: 45px;
font-weight: 600;
}
.title-block .cont p {
color: #fff;
padding: 10px 0;
margin: 0;
font-weight: 400;
font-size: 21px;
}
.title-block .cont:after {
content: "";
width: 60px;
height: 60px;
background: transparent url(//www.miag.co.uk/wp-content/themes/miag/images/liminal-logo-white.svg) no-repeat center center;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
}
.title-block .dev {
top: 28px !important;
}
@media screen and (max-width: 844px) {
.title-block {
position: relative;
width: 100%;
overflow: hidden;
top: -25px;
}
.title-block .cont {
padding: 120px 0 60px;
}
}
[data-type="acf/title"] {
position: relative;
}
[data-type="acf/title"] #top-bg {
z-index: 0;
}
.values-block {
position: relative;
}
.values-block .bg {
padding: 60px 0;
box-sizing: border-box;
}
.values-block .bg.invert {
background-color: var(--miag-purple);
}
.values-block .bg.invert h2, .values-block .bg.invert p {
color: white;
}
.values-block .bg.invert a {
border-color: white;
color: white;
background-color: transparent;
}
.values-block .bg.invert .container .values .value img {
filter: invert(1) brightness(100);
}
.values-block .bg.invert .container .values .value p {
color: white;
}
.values-block .container {
text-align: center;
}
.values-block .container h2 {
margin-top: 0;
text-align: center;
}
.values-block .container p {
text-align: center;
max-width: 800px;
margin: 0 auto;
}
.values-block .container .values {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 120px;
margin: 20px 0;
}
.values-block .container .values .value img {
height: 80px;
}
.values-block .container .values .value p {
width: 100%;
text-align: center;
}
.values-block .container a {
margin-top: 20px;
}
@media screen and (max-width: 844px) {
.values-block .container .values {
gap: 50px;
}
.values-block .container .values .value {
margin: 5px 0;
}
}
.who-we-work-with-block {
position: relative;
padding: 40px 20px;
}
.who-we-work-with-block .dev {
top: -30px;
}
.who-we-work-with-block h3 {
color: white;
margin-bottom: 20px;
}
.who-we-work-with-block .swiper-studies {
overflow: visible;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper {
padding: 0 0 25px;
margin-bottom: 10px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide {
background-color: var(--miag-blue);
border-radius: 6px;
padding: 20px 20px 25px;
box-sizing: border-box;
border: 1px solid white;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide img {
width: 100%;
height: 190px;
object-fit: cover;
object-position: center;
border-radius: 6px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide h3 {
color: white;
margin-bottom: 5px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide p {
max-width: 90%;
font-size: 15px;
line-height: 19px;
color: white;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide ul {
margin: 0 0 0 0px;
padding: 0 0 0 30px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide ul li {
font-size: 15px;
line-height: 19px;
color: white;
position: relative;
margin: 4px 0 10px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide ul li:before {
content: "";
position: absolute;
left: -30px;
background: var(--miag-dblue) url(//www.miag.co.uk/wp-content/themes/miag/images/arrow-small-white.svg) no-repeat 60% center;
background-size: 12px;
border-radius: 50px;
height: 20px;
width: 20px;
top: 3px;
}
.who-we-work-with-block .swiper-studies .swiper-wrapper .swiper-slide a {
margin-top: 15px;
font-size: 11px;
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
}
.who-we-work-with-block .swiper-studies .swiper-scrollbar {
background-color: #ffffff36;
left: 0px;
}
.who-we-work-with-block .swiper-studies .swiper-scrollbar .swiper-scrollbar-drag {
background-color: white;
}
.who-we-work-with-block .swiper-button-next:after, .who-we-work-with-block .swiper-button-prev:after {
color: white;
}
@media screen and (max-width: 844px) {
.who-we-work-with-block {
padding: 40px 20px 0;
}
}
.work-block {
padding: 100px 0px 0;
position: relative;
background: black url(//www.miag.co.uk/wp-content/themes/miag/images/pattern-bg.jpg) repeat-y center center;
background-size: cover;
}
.work-block .work-container h2 {
color: white;
}
.work-block .work-container > a {
position: relative;
top: -100px;
}
.work-block .work-container .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 40px 0px;
}
.work-block .work-container .cont .item {
width: calc(50% - 10px);
display: inline-block;
text-decoration: none;
transition: all 0.3s ease-in-out;
z-index: 1;
}
.work-block .work-container .cont .item img {
width: 100%;
height: 450px;
object-fit: cover;
object-position: center;
}
.work-block .work-container .cont .item p.tag {
font-family: "museo-sans", sans-serif;
color: var(--giraffe-purple);
text-transform: uppercase;
padding: 5px 0;
margin: 0;
font-size: 13px;
font-weight: 600;
}
.work-block .work-container .cont .item h3 {
color: white;
padding: 0;
margin: 0 0 40px;
}
.work-block .work-container .cont .item:hover {
transform: scale(1.1);
z-index: 2;
}
.work-block .work-container .cont .item:nth-child(4n+2) img, .work-block .work-container .cont .item:nth-child(4n+3) img {
height: 300px;
}
.work-block .work-container .cont .item:nth-child(4n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(5n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(6n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(7n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(8n) {
top: -149px;
position: relative;
}
.work-block .work-container.two {
padding-bottom: 100px;
}
.work-block .work-container.two > a {
top: 0;
}
.work-block .work-container.two .cont .item:nth-child(4n+2) img, .work-block .work-container.two .cont .item:nth-child(4n+3) img {
height: 450px;
}
@media screen and (max-width: 844px) {
.work-block {
padding: 50px 0 0;
}
.work-block .work-container {
padding: 0 20px 60px;
}
.work-block .work-container .cont .item {
width: 100%;
top: 0 !important;
}
.work-block .work-container > a {
top: auto;
bottom: 0;
}
}
[data-type="core/spacer"] .components-resizable-box__container {
background-color: #f7f7f7;
}