/* HEADINGS */

h1, h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 25px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.wp-block-heading.has-text-align-center,
.has-text-align-center.has-medium-font-size {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* BUTTONS */

.wp-block-buttons {
    margin: 30px 0 22px;
    gap: 30px;
}

.wp-block-button__link,
a.button,
a.button:active {
    background-color: var(--blue);
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    line-height: 1;
    padding: 13px 20px;
    border-radius: 25px;
    border-top-left-radius: 0;
    border: none;
    transition: background-color .3s;
}

.wp-block-button__link:hover,
a.button:hover {
    background-color: var(--yellow);
    color: var(--dark-blue);
}

.wp-block-buttons.is-content-justification-center .wp-block-button__link {
    border-radius: 25px;
}

.wp-block-buttons.is-content-justification-right .wp-block-button__link {
    border-radius: 25px;
    border-top-right-radius: 0;
}

/* QUOTE */

.wp-block-quote {
    border-left: 2px solid var(--blue);
    font-size: 32px;
    line-height: 1.4;
    padding-left: 25px;
    font-weight: 700;
}

.wp-block-quote:before {
    content: '“';
    font-family: Epilogue;
    font-size: 250px;
    font-weight: 400;
    line-height: 1;
    display: block;
    height: 80px;
    color: var(--blue);
}

.wp-block-quote p {
    margin-bottom: 40px;
}

/* TAG - text */

.tag-text {
    float: none !important;
    margin: 0 !important;
    line-height: 1;
}

[data-align="left"] .tag-text,
.tag-text.alignleft {
    text-align: left;
}

[data-align="center"] .tag-text,
.tag-text.aligncenter {
    text-align: center;
}

[data-align="right"] .tag-text,
.tag-text.alignright {
    text-align: right;
}

.tag-text p,
.infograph-3 .wp-block-button__link {
    border: 1px solid var(--blue);
    border-radius: 12px;
    padding: 4px 15px 6px;
    color: var(--blue);
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    background-color: white;
    margin: 0;
    margin-bottom: 10px;
}

/* GRADIENT */

section.gradient {
    padding-top: 40px;
    padding-bottom: 160px;
    background-image:
        url(../images/lines.webp),
        url(../images/bg-gradient.webp);
    background-size:
        auto,
        cover;
    background-repeat:
        repeat-y,
        repeat;
    background-position:
        top,
        center;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    overflow: initial;
    z-index: 3;
}

section.gradient.bottom-gap {
    padding-bottom: 500px;
}

section.gradient > .wp-block-group__inner-container,
section.content > .wp-block-group__inner-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

/* VIDEO - prompts */

.video-prompts video {
    outline: 10px solid rgba(30, 136, 210, 0.3);
    border-radius: 20px;
    margin-bottom: 40px;
}

/* PROMPTS */

.prompts figure img {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,.4);
}

.prompts figure:before {
    display: none;
}

.prompts figcaption {
    background: black !important;
    border: 3px solid white;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    padding: 8px 10px !important;
    text-align: left !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    max-width: 160px;
    top: -40px;
    left: -100px !important;
    bottom: initial !important;
}

/* CONTENT */

section.content {
    margin-top: -160px;
    padding: 80px 0 160px;
    background-color: white;
    background-image:
        url(../images/lines.webp),
        url(../images/bg-content.webp);
    background-size:
        auto,
        100%;
    background-repeat:
        repeat-y,
        no-repeat;
    background-position:
        center,
        bottom;
    border-radius: 160px;
    overflow: initial;
    z-index: 3;
}

section.content > .wrapper,
section.content > .wp-block-group__inner-container,
section.content article {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* SERVICES */

.services {
    gap: 40px;
    margin-top: -380px;
    padding: 0 20px;
}

.services .wp-block-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.services figure.prompt-1 {
    position: relative;
    left: -80px;
}

.services figure.prompt-2 {
    right: -120px;
    position: relative;
    z-index: 1;
    text-align: right;
}

.services .has-background {
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
}

.services .has-background .wp-block-image {
    margin: -30px -30px 20px !important;
}

.services .has-background .wp-block-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.services .has-background h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.services .has-background .wp-block-list,
.wp-block-media-text.has-background .wp-block-list {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 20px;
    list-style: none;
}

.services .has-background .wp-block-list li,
.wp-block-media-text.has-background .wp-block-list li {
    padding: 0 0 0 10px;
    font-weight: 700;
    border-left: 2px solid var(--yellow);
    line-height: 20px;
}

.services .has-background .wp-block-list li:before,
.wp-block-media-text.has-background .wp-block-list li:before {
    display: none;
}

.services .has-background .wp-block-buttons {
    margin-bottom: 0;
}

.services .wp-block-quote {
    margin-left: -21px;
}

.services .wp-block-quote figure {
    max-width: 300px;
}

/* CASES */

.services,
.cases .wp-block-column {
    row-gap: 70px;
}

.cases .has-background {
    overflow: initial;
}

.cases .has-background > div {
    top: -40px;
    position: relative;
}

.cases .has-background .wp-block-image img {
    object-fit: initial;
    height: auto !important;
}

/* INFOGRAPH */

.infograph,
.infograph-3 {
    counter-reset: infograph-counter;
}

.infograph:not(.wp-block) .wp-block-columns,
.infograph-3:not(.wp-block) .wp-block-columns {
    gap: 140px;
    grid-template-columns: 420px 1fr;
    display: grid;
}

.infograph .wp-block-column,
.infograph-3 .wp-block-column {
    position: relative;
}

.infograph .wp-block-column:nth-child(1),
.infograph-3 .wp-block-column:nth-child(1) {
    border-left: 2px solid var(--blue);
    padding-left: 30px;
}

.infograph h3:before,
.infograph-3 h3:before {
    counter-increment: infograph-counter;
    content: "_" counter(infograph-counter, decimal-leading-zero);
    display: block;
    font-family: "Lexend Mega";
    font-size: 10px;
    line-height: 22px;
    font-weight: 400;
}

.infograph h3,
.infograph-3 h3 {
    color: var(--blue);
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.infograph .wp-block-image:before,
.infograph .wp-block-video:before,
.infograph .wp-block-embed:before,
.infograph-3 .wp-block-column:nth-child(2):before {
    content: url(../images/bg-shadow.webp);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    transform: translate(10%, -20%);
}

.infograph:not(.wp-block) .wp-block-image,
.infograph:not(.wp-block) .wp-block-video,
.infograph:not(.wp-block) .wp-block-embed {
    margin-top: 40px;
    margin-right: 200px;
    position: relative;
}

.infograph .wp-block-image img,
.infograph .wp-block-video video,
.infograph .wp-block-embed iframe {
    outline: 10px solid rgba(30, 136, 210, 0.3);
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: black;
    pointer-events: none;
    object-fit: cover;
}

.infograph .wp-block-group,
.infograph.type-2 figcaption,
.infograph-3 figcaption {
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border: 3px solid white;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
    max-width: 260px;
    transform: translateY(40%);
}

.infograph .wp-block-group strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: var(--yellow);
}

.infograph .wp-block-group p {
    font-size: 13px;
    line-height: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.infograph:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-image,
.infograph:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-video,
.infograph:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-embed {
    margin-right: 0;
    margin-left: 200px;
}

.infograph .wp-block-columns:nth-child(even) .wp-block-group {
    right: auto;
    left: 20px;
    border-radius: 20px;
    border-top-right-radius: 0;
}

.infograph .wp-block-columns:nth-child(even) .wp-block-image:before,
.infograph .wp-block-columns:nth-child(even) .wp-block-video:before,
.infograph .wp-block-columns:nth-child(even) .wp-block-embed:before {
    transform: translate(-50%, -30%);
}

/* INFOGRAPH - type 2 */

.infograph.type-2:not(.wp-block) .wp-block-columns {
    gap: 100px;
    grid-template-columns: 372px 1fr;
}

.infograph.type-2 video,
.infograph.type-2 iframe,
.infograph.type-2 .wp-block-column > .wp-block-image img {
    width: 390px;
    max-width: 390px;
    height: 310px;
    max-height: 310px;
}

.infograph.type-2 .wp-block-column > .wp-block-group {
    background: none;
    border: none;
    padding: 0;
    max-width: 220px;
    transform: translate(360px, 60%);
    right: initial;
}

.infograph.type-2 .wp-block-group figure {
    margin: 0;
}

.infograph.type-2 .wp-block-group figure:before {
    display: none;
}

.infograph.type-2 .wp-block-group figure img {
    outline: none;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,.4);
    margin: 0;
}

.infograph.type-2 .wp-block-group .wp-block-group {
    right: initial;
    top: -30px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    transform: translate(-50%);
}

.infograph.type-2 .wp-block-group .wp-block-group > div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.infograph.type-2 .wp-block-group,
.infograph.type-2 .wp-block-group figcaption,
.infograph-3 figcaption {
    font-size: 12px;
    line-height: 1.4;
    padding: 8px 10px;
    border-radius: 10px;
}

.infograph.type-2 .wp-block-group figcaption {
    border-bottom-left-radius: 0;
    transform: none;
    top: -40px;
    max-width: 160px;
    transform: translate(90%);
}

.infograph.type-2 .wp-block-group p {
    border:none;
    padding: 0;
    margin: 0;
}

.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-image,
.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-video,
.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-embed {
    margin: 0;
}

.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-column > .wp-block-image,
.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-column > .wp-block-video,
.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-column > .wp-block-embed {
    margin-top: 40px;
    text-align: right;
    margin-right: 10px;
}

.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-column > .wp-block-group {
    right: 340px;
    left: initial;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    transform: translate(0, 60%);
}

.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-image:before,
.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-video:before,
.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-embed:before {
    transform: translate(-10%, -30%);
}

.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-group figcaption {
    transform: translate(-90%);
    border-radius: 10px;
    border-bottom-right-radius: 0;
}

.infograph.type-2:not(.wp-block) .wp-block-columns:nth-child(even) .wp-block-group .wp-block-group {
    transform: translate(70%);
    right: 0;
    left: initial;
    border-radius: 10px;
    border-bottom-left-radius: 0;
}

/* INFOGRAPH 2 */

.infograph-2 {
    outline: 10px solid rgba(30, 136, 210, 0.3);
    border-radius: 20px;
    gap: 10px 0;
    flex-wrap: wrap !important;
    counter-reset: infograph-counter infograph-counter-2;
    background-color: rgba(30, 136, 210, 0.3);
    position: relative;
    margin-top: 60px;
}

.infograph-2:before {
    content: url(../images/vector.webp);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.infograph-2 > .wp-block-column {
    min-width: calc(25% - 34px);
    padding: 15px;
    border: 2px solid transparent;
    border-left: 1px dashed var(--light-gray);
    overflow: hidden;
    background-color: white;
}

.infograph-2 > .wp-block-column:nth-child(1) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.infograph-2 > .wp-block-column:nth-child(1) .wp-block-image {
    margin-left: -14px;
}

.infograph-2 > .wp-block-column:nth-child(4) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.infograph-2 > .wp-block-column:nth-child(5) {
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    position: relative;
}

.infograph-2 > .wp-block-column:nth-child(5):before {
    content: '';
    height: 100%;
    width: 0;
    border-right: 1px dashed var(--light-gray);
    position: absolute;
    right: 297px;
}

.infograph-2 > .wp-block-column:nth-child(5) .wp-block-image {
    margin-left: -14px;
    margin-right: -15px;
    margin-bottom: -15px;
    grid-row: 1 / 5;
}

.infograph-2 > .wp-block-column:nth-child(5) .wp-block-image img {
    height: 260px;
}

.infograph-2 .wp-block-image {
    margin: -15px -15px 15px -13px;
    position: relative;
}

.infograph-2 .wp-block-image:before {
    counter-increment: infograph-counter;
    content: counter(infograph-counter, decimal-leading-zero);
    color: white;
    position: absolute;
    bottom: -7px;
    left: -3px;
    font-size: 96px;
    line-height: 1;
    font-weight: 900;
    opacity: 12%;
}

.infograph-2 .wp-block-image:after {
    counter-increment: infograph-counter-2;
    content: "_" counter(infograph-counter-2, decimal-leading-zero);
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-family: "Lexend Mega";
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
}

.infograph-2 .wp-block-image img {
    width: 100%;
    height: 243px;
    object-fit: cover;
}

.infograph-2 h3 {
    color: var(--blue);
    font-weight: 500;
    margin-bottom: 10px;
}

.infograph-2 p {
    font-size: 16px;
    line-height: 22px;
}

.infograph-2 strong {
    font-size: 18px;
}

.infograph-2 .wp-block-buttons {
    margin: 0;
}

.infograph-2 .wp-block-button__link {
    width: 45px;
    overflow: hidden;
    white-space: nowrap !important;
    color: transparent;
    transition: all .3s;
}

.infograph-2 .wp-block-button__link:before {
    content: '+';
    font-size: 32px;
    line-height: .2;
    margin-left: -5px;
    color: white;
    position: absolute;
}

.infograph-2 .wp-block-button__link:hover {
    background-color: var(--blue);
    width: auto;
    color: white;
}

.infograph-2 .wp-block-button__link:hover:before {
    opacity: 0;
}

/* INFOGRAPH 3 */

.infograph-3 .wp-block-column:nth-child(2):before {
    transform: translate(10%, -35%);
}

.infograph-3 .wp-block-image {
    position: relative;
    display: inline-block;
}

.infograph-3 .wp-block-image:nth-child(1) {
    border: 1px solid var(--light-gray);
    border-radius: 20px;
}

.infograph-3 .wp-block-image:nth-child(1) img {
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,.4);
}

.infograph-3 .wp-block-image:nth-child(2) {
    background-color: black;
    border: 3px solid white;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    right: -30px;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.infograph-3 figcaption {
    border-top-left-radius: 0;
    top: initial;
    bottom: 40px;
    right: -40px;
    box-shadow: 0 10px 20px rgba(0,0,0,.4);
}

.infograph-3 .wp-block-buttons {
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.infograph-3 .wp-block-button__link {
    font-weight: 400;
    text-transform: none;
}

.infograph-3 .wp-block-button__link:hover,
.infograph-3 .wp-block-button.active a {
    background-color: var(--blue);
    color: white;
}

.infograph-3 .wp-block-column > .wp-block-group.active {
    z-index: 1 !important;
}

/* INFOGRAPH 4 */

.infograph-4 {
    outline: 10px solid rgba(30, 136, 210, 0.3);
    border-radius: 20px;
    background-color: var(--blue);
    background-image: url(../images/lines.webp);
    background-position: center;
    margin: 0 -30px;
    color: white;
    overflow: hidden;
}

.infograph-4.wp-block .wp-block-media-text {
    grid-template-columns: 1fr 240px !important;
}

.infograph-4 .wp-block-media-text__content {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 220px;
}

.infograph-4 .wp-block-group:nth-child(1) {
    padding: 40px 60px 40px 30px;
}

.infograph-4.wp-block h2 {
    font-size: 32px;
    line-height: 36px;
}

.infograph-4 .wp-block-button__link {
    background-color: var(--yellow);
    color: var(--dark-blue);
}

.infograph-4 .wp-block-button__link:hover {
    background-color: var(--dark-blue);
    color: white;
}

.infograph-4 .wp-block-group:nth-child(2) {
    background-color: var(--dark-blue);
    margin: 0;
}

.infograph-4 .wp-block-group:nth-child(2) > div {
    padding: 20px 30px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    opacity: .3;
}

.infograph-4.wp-block .wp-block-group:nth-child(2) > div {
    opacity: 1;
}

.infograph-4.wp-block .wp-block-group:nth-child(2) h3 {
    color: var(--yellow);
}

.infograph-4 .wp-block-group:nth-child(2) h3 {
    margin-bottom: 10px;
}

.infograph-4 .wp-block-group:nth-child(2) p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.infograph-4 .wp-block-media-text__media {
    height: 100% !important;
}

.infograph-4 .wp-block-media-text__media img {
    height: 100%;
    object-fit: cover;
}

/* INFOGRAPH 5 */

.infograph-5 {
    outline: 10px solid rgba(30, 136, 210, 0.3);
    border-radius: 20px;
    background-color: rgba(30, 136, 210, 0.3);
    overflow: hidden;
    margin-top: 60px;
    gap: 10px 0;
    flex-wrap: wrap !important;
}

.infograph-5 .wp-block-column {
    background-color: white;
    border-left: 1px dashed var(--light-gray);
    padding: 40px 20px;
}

.infograph-5 .wp-block-image {
    margin-bottom: 10px;
}

.infograph-5 .wp-block-image img {
    width: auto;
    height: 38px;
}

.infograph-5 h3 {
    color: var(--blue);
    margin-bottom: 10px;
    font-weight: 500;
}

.infograph-5 p {
    margin: 0;
}

/* MEDIA TEXT - blue */

.wp-block-media-text.has-background {
    outline: 10px solid rgba(30, 136, 210, 0.3);
    border-radius: 20px;
    color: white;
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
}

.wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 30px 40px;
}

.wp-block-media-text.has-background h3 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
}

.wp-block-media-text.has-background .wp-block-button__link {
    background-color: white;
    color: var(--blue);
}

.wp-block-media-text.has-background .wp-block-list {
    margin-bottom: 30px;
}

/* BANNERS */

.banners.wp-block .wp-block-group__inner-container .wp-block-group__inner-container {
    display: flex;
    gap: 20px;
}

.banners.wp-block .wp-block-image img {
    max-height: 300px;
    width: auto;
}

/* PLANS */

.plans {
    gap: 0;
    margin: 80px auto 0;
    max-width: 942px;
}

.plans .wp-block-column {
    background-color: var(--light-gray);
    outline: 10px solid rgba(30, 136, 210, 0.3);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    min-height: 440px;
}

.plans h3 {
    color: var(--blue);
    margin: 0 0 20px !important;
}

.plans strong {
    font-size: 40px;
    line-height: 1;
}

.plans p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-left: 0 !important;
}

.plans ul.wp-block-list {
    padding: 0;
}

.plans ul.wp-block-list li {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0;
    padding: 0;
}

.plans .wp-block-buttons {
    margin-top: auto;
}

.plans .wp-block-column:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
}

.plans .wp-block-column:nth-child(1) .wp-block-button__link {
    border-radius: 25px;
    border-top-right-radius: 0;
    position: relative;
}

.plans .wp-block-column:nth-child(2) {
    background-color: var(--blue);
    color: white;
    outline: none;
    margin: -30px 0;
    z-index: 1;
}

.plans .wp-block-column:nth-child(2) h3 {
    color: white;
}

.plans .wp-block-column:nth-child(2) ul.wp-block-list li:before {
    background-color: var(--yellow);
    color: var(--dark-blue);
}

.plans .wp-block-column:nth-child(2) .wp-block-button__link {
    background-color: var(--yellow);
    color: var(--dark-blue);
    border-radius: 25px;
}

.plans .wp-block-column:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0;
}

/* TABLE */

.wp-block-table {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 25px;
    outline: 1px solid var(--blue);
}

.wp-block-table table {
    width: 100%;
}

.wp-block-table th,
.wp-block-table td {
    padding: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px solid var(--light-gray);
}

.wp-block-table th {
    background-color: var(--blue);
    color: white;
    font-weight: 700;
    border-bottom: none;
    font-size: 18px;
}

.wp-block-table tbody tr:last-child td {
    border-bottom: none;
}

.wp-block-table tbody tr:nth-child(even) {
    background-color: var(--light-gray);
}

/* TEAM */

.team .wp-block-media-text {
    outline: 10px solid rgba(30, 136, 210, 0.3);
    border-radius: 20px;
    background-color: black;
    color: white;
    font-size: 14px;
}

.team .wp-block-media-text > .wp-block-media-text__media {
    border-radius: 20px;
    overflow: hidden;
    pointer-events: none;
}

.team h3 {
    color: var(--blue);
    font-size: 20px;
}

.team .wp-block-group {
    border-top: 1px solid var(--gray);
    margin-top: 10px;
    padding-top: 10px;
}

.team h4 {
    color: var(--yellow);
    font-weight: 700;
}

.team .wp-block-gallery figure.wp-block-image {
    outline: 3px solid white;
    border-radius: 20px;
    overflow: hidden;
}

/* LOGOS */

.logos {
    margin-left: -20px;
    margin-right: -20px;
}

.logos figure {
    padding: 40px;
    margin: 0 !important;
    min-height: 170px;
}

.logos figure img {
    width: fit-content !important;
    margin: auto;
}

/* TESTIMONIALS */

.testimonials {
    margin-top: 80px;
    gap: 0;
}

.testimonials .wp-block-quote {
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.testimonials .wp-block-quote:before {
    font-size: 128px;
    height: 40px;
}

.testimonials .wp-block-buttons {
    margin-bottom: 10px;
}

.testimonials .wp-block-button__link {
    display: flex;
    text-transform: initial;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 5px 5px 5px 15px;
    position: relative;
}

.testimonials .wp-block-button__link:after {
    content: '\f18d';
    font-family: 'Dashicons';
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: 5px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    opacity: 0;
    transition: all .3s;
}

.testimonials .wp-block-button__link:hover {
    background-color: black;
    color: white;
}

.testimonials .wp-block-button__link:hover:after {
    opacity: 1;
}

.testimonials img {
    width: 30px !important;
    height: 30px !important;
    object-fit: cover;
    border-radius: 100%;
}

.testimonials p:last-of-type {
    font-size: 12px;
    line-height: 16px;
    margin-left: 10px;
}

/* MONITORING - video */

.monitoring-video {
    background-color: rgba(18, 90, 245, .3);
    padding: 10px;
    border-radius:25px;
}

.monitoring-video video {
    border-radius: 15px;
    margin-bottom: 20px;
}

.monitoring-video .wp-block-gallery {
    column-gap: 60px !important;
    justify-content: center;
    margin-bottom: 20px;
}

.monitoring-video .wp-block-gallery .wp-block-image {
    flex: 1;
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
    flex-grow: 0 !important;
}

.monitoring-video .wp-block-gallery .wp-block-image:before {
    display: none !important;
}

.monitoring-video .wp-block-gallery .wp-block-image img {
    width: 32px !important;
    max-width: 32px !important;
    min-width: 32px !important;
    height: auto !important;
}

.monitoring-video .wp-block-gallery figcaption {
    background: none !important;
    position: initial !important;
    text-align: left !important;
    padding: 0 !important;
    text-shadow: none !important;
    color: initial !important;
    white-space: nowrap !important;
}