@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://use.typekit.net/hfa7tos.css");

* {
    box-sizing: border-box;
    outline: none;
}

:focus-visible {
    outline: 2px solid var(--accent-colour, #005fcc);
    outline-offset: 2px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible;
    padding: 0.75rem 1rem;
    z-index: 100000;
    background: #fff;
    color: #000;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

img {
    height: auto;
    max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 h6,
.h6 {
    font-family: 'din-2014', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px 0;
    color: #000;
}

select {
    color: #000;
}

p,
ul {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #6C757D;
}

p:last-child {
    margin-bottom: 0;
}

.clear {
    width: 100%;
    display: block;
    clear: both;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em !important;
    padding: 20px !important;
    border: none !important;
    background: var(--accent-colour) !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 600;
}

.wpcf7-not-valid {
    border-color: red !important;
}

.container {
    width: 100%;
    max-width: 1380px;
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0 40px;
}

.container.narrow {
    width: 100%;
    max-width: 1080px;
    display: block;
    clear: both;
    margin: 0 auto;
}

.container.narrower {
    width: 100%;
    max-width: 880px;
    display: block;
    clear: both;
    margin: 0 auto;
}

header,
footer,
section {
    display: block;
    display: block;
    clear: both;
}

footer {
    padding: 75px 0;
    background-color: #000;
}

footer .col {
    width: calc(100% / 6);
    float: left;
}

footer .col ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

footer .col ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 2px;
}

footer .col ul li a {
    list-style: none;
    float: left;
    width: 100%;
    padding: 4px 0;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

footer .col a.phone {
    list-style: none;
    float: left;
    width: 100%;
    padding: 3px 0;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

footer .col ul li:nth-of-type(1) a {
    color: var(--accent-colour);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 10px;
}

#hero-banner {
    border-radius: 12px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.hero_banner_v2 > img {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

#hero-banner.hero_banner_v2 .top {
    background: transparent;
    padding: 65px 0 125px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

#hero-banner.hero_banner_v2 .top h1 {
    color: #fff;
    font-size: 50px;
}

#hero-banner.hero_banner_v2 .top p {
    color: #fff;
}

#hero-banner.hero_banner_v2 .top h6 {
    color: #ffffff80;
}

#hero-banner .square img {
    width: 100%;
}

.lower-links {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 2;
    padding: 0;
    margin: 0;
}

.lower-links li {
    float: left;
    width: auto;
    list-style: none;
}

.lower-links li a {
    float: left;
    background-color: #ffffff80;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 4px 10px;
    margin: 0 10px 0 0;
    border-radius: 4px;
}

.lower-links li:hover a {
    background-color: var(--accent-colour);
    color: #fff;
}

#hero-banner.standard {
    border-radius: 12px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#hero-banner .top {
    float: left;
    width: 100%;
    background: #F0F4F7;
    background: linear-gradient(180deg, rgba(240, 244, 247, 1) 0%, rgba(233, 236, 239, 1) 100%);
    padding: 125px 0;
}

#hero-banner.standard .top {
    float: left;
    width: 100%;
    background: transparent;
    padding: 75px 0;
}

#hero-banner .top h1 {
    font-size: 60px;
}

#hero-banner .top h6 {
    font-size: 20px;
    color: var(--accent-colour);
    margin: 0 0 20px 0;
    font-weight: 600;
}

#hero-banner.standard .top h6 {
    margin: 0 0 10px 0;
}

#hero-banner .top p {
    margin: 0 0 20px 0;
}

#hero-banner .top .left {
    flex: 0 0 65%;
    padding-right: 10%;
}

#hero-banner.standard .top .left {
    flex: 0 0 75%;
    padding-right: 10%;
}

#hero-banner .top .right {
    flex: 0 0 35%;
    padding-left: 10%;
    border-left: 1px solid #ddd;
}

#hero-banner .top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logos {
    margin: 50px auto 0 auto;
    padding: 50px 0 0 0;
    border-top: #6C757D50 1px solid;
}

.copyright {
    float: left;
    width: 100%;
}

ul.social {
    float: left;
    margin: 0;
    padding: 0;
}

ul.social li {
    float: left;
    margin: 0 10px 0 0;
    list-style: none;
}

ul.social li img {
    height: 20px;
}

.icon-block {
    padding: 0 0 75px 0;
}

.icon-item {
    text-align: center;
}

.icon-item:nth-of-type(3) img {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.icon-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
}

.icon-item p {
    font-size: 13px;
    max-width: 220px;
}

.icon-item .icon {
    width: 100px;
    text-align: center;
    height: 100px;
    background: #F0F4F7;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    line-height: 110px;
    transition: 300ms ease all;
}

.wsp-container a {
    text-decoration: none;
    color: #000;
}

.icon-item .icon:hover {
    opacity: 0.7;
}

.icon-item img {
    width: auto;
    height: 30px;
    margin-bottom: 0;
}

.page-template-contact #contact ul.social li img {
    filter: invert(100%);
}

.page-template-contact ul.social li img ul.footer-logo {
    float: right;
    margin: 0;
    padding: 0;
}

.fancybox__html5video,
.fancybox__iframe {
    border: 1px solid #000;
    outline: none !important;
}

ul.footer-logo li {
    float: left;
    margin: 0 0 0 20px;
    list-style: none;
}

ul.footer-logo li img {
    height: 40px;
}

.copyright {
    float: left;
    color: #ffffff50;
    font-size: 12px;
    margin: 30px 0 0;
}

.copyright p {
    float: left;
    color: #ffffff50;
    font-size: 12px;
    margin: 0 0 10px;
    width: 100%;
}

.copyright ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.copyright ul li {
    display: inline-block;
    list-style: none;
}

.copyright ul li a {
    color: #ffffff50;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 0;
}

#brand-slider {
    padding: 75px 0;
}

#brand-slider h6 {
    color: var(--accent-colour);
    font-size: 20px;
    margin: 0 0 10px 0;
}

#brand-slider h3 {
    color: #000;
    font-size: 36px;
    margin: 0 0 30px 0;
}

#brand-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding: 10px;
}

#brand-slider img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}

.fp-tabs {
    display: inline-block;
    gap: 20px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    cursor: pointer;
    float: left;
    width: auto;
}

.fp-tabs li {
    color: #0000008c;
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    float: left;
    margin: 0 20px 0 0;
}

.fp-tab-trigger {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    width: 100%;
}

.fp-tab-trigger:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.fp-tabs li.active,
.fp-tabs li:hover {
    background: var(--accent-colour);
    border-color: var(--accent-colour);
    color: #fff;
}

.fp-tab-panel {
    display: none;
}

.fp-tab-panel.active {
    display: block;
}

.fp-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product-card .img-holder {
    display: block;
    height: 300px;
    background-size: contain;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 6px;
}

#featured-products {
    padding: 75px 0;
    position: relative;
}

#featured-products form#search,
#featured-products form#featured-products-search {
    float: left;
    margin: 0 0 0 10px;
    position: relative;
    top: -3px;
}

.fp-tab-content {
    margin: 30px 0 0 0;
}

.product-card {
    background: #F0F4F7;
    padding: 10px;
    border-radius: 6px;
}

.product-card h3 {
    margin: 20px 20px 15px;
    font-size: 20px;
    line-height: 1.1;
}

.product-card h3 a {
    text-decoration: none;
    color: #000;
}

.product-card p {
    font-size: 14px;
    margin: 0 20px 15px;
}

.product-card p a {
    text-decoration: none;
    color: #0000008c;
}

a.link {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px 0 0;
    position: relative;
}

a.link:after {
    position: absolute;
    content: '';
    background-image: url('../../img/arrow.svg');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    width: 14px;
    height: 20px;
    display: block;
    right: -3px;
    top: 50%;
    transform: translate(0, -50%);
}

button.link {
    text-decoration: none;
    color: var(--accent-colour);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 20px 0 0;
    position: relative;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    line-height: 38px;
    transition: 300ms ease opacity;
}

button.link:hover,
button.link:focus {
    opacity: 0.7;
}

#featured-products a.link {
    margin: 7px 0 0 0;
    float: right;
}

#product-list .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#product-list {
    padding: 75px 0;
}

#product-list h1 {
    padding: 0 0 50px;
    font-size: 36px;
}

#datasheet-list .list {
    float: left;
    width: 100%;
    margin: 30px 0 40px 0;
    padding: 0;
    border-top: 1px solid #ADB5BD;
}

#datasheet-list .product-filters #datasheet-search-form {
    float: left;
    margin: 0;
    width: 70%;
}

#datasheet-list form.filters {
    float: right;
    width: 29%;
}

#datasheet-list form.filters select,
#datasheet-list .product-filters select {
    font-size: 12px;
    border-radius: 4px;
    background-color: #F0F4F7;
    border: 1px solid #ADB5BD50;
    width: 100%;
    margin: 0px 0;
    padding: 10px 20px 10px 30px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M1.33325 8C1.33325 11.6819 4.31802 14.6667 7.99992 14.6667C11.6818 14.6667 14.6666 11.6819 14.6666 8C14.6666 4.3181 11.6818 1.33333 7.99992 1.33333C4.31802 1.33333 1.33325 4.3181 1.33325 8Z' stroke='%23FF6A13' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.66675 1.36621C8.66675 1.36621 10.6667 3.99996 10.6667 7.99993C10.6667 11.9999 8.66675 14.6337 8.66675 14.6337' stroke='%23FF6A13' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33325 14.6337C7.33325 14.6337 5.33325 11.9999 5.33325 7.99993C5.33325 3.99996 7.33325 1.36621 7.33325 1.36621' stroke='%23FF6A13' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.75317 10.3333H14.247' stroke='%23FF6A13' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.75317 5.66667H14.247' stroke='%23FF6A13' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"), url('../../img/select.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 16px 16px, 11px auto;
    background-position: 10px center, right 10px center;
    appearance: none;
}

#datasheet-list .list a {
    float: right;
    line-height: 1;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.01em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 0 0 50px;
    position: relative;
    top: 3px;
}

#datasheet-list .list a img {
    float: right;
    position: relative;
    top: -3px;
    margin: 0 0 0 10px;
}

#datasheet-list .list li {
    float: left;
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #ADB5BD;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 0;
    color: #000;
    text-transform: uppercase;
}

#datasheet-list {
    padding: 75px 0;
}

.pagination {
    text-align: center;
    margin: 40px 0;
}

.brochure-image {
    display: block;
    width: 100%;
    aspect-ratio: 3/4;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
}

.brochure-image.contain {
    background-size: contain;
}

#datasheet-list .pagination {
    text-align: center;
    margin: 0px 0 40px;
    float: left;
    width: 100%;
}

.pagination .page-numbers {
    display: inline-flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination .page-numbers li {
    list-style: none;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    border-radius: 0;
    transition: all 0.2s ease;
}

.pagination .page-numbers a.prev,
.pagination .page-numbers a.next {
    display: none;
}

.pagination .page-numbers a:hover {
    background: #fff;
    border-color: #999;
}

.pagination .page-numbers .current {
    background: #F0F4F7;
    border-color: #999;
    color: #000;
    cursor: default;
}

.pagination .page-numbers .dots {
    background: transparent;
    border: none;
    cursor: default;
}

form.filters {
    float: left;
}

#product-list select {
    float: left;
    appearance: none;
    border: none;
    padding: 10px 38px 10px 25px;
    border-radius: 30px;
    margin: 0 20px 0 0;
    background-color: #F0F4F7;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-image: url('../../img/menu.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px auto;
    width: 200px;
}

.news-block .filters .button {
    float: left;
    appearance: none;
    border: 1px solid #F0F4F7;
    padding: 10px 15px 10px 15px;
    border-radius: 30px;
    margin: 0 10px 0 0;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    background-size: 12px auto;
    width: auto;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.news-block .filters .button.active {
    background-color: var(--accent-colour);
    border-color: var(--accent-colour);
    color: #fff;
}

.news-block .filters .button.alt {
    background-color: #F0F4F7;
}

.product-filters {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.product-filters #product-searches {
    float: right;
    margin: 0;
}

.news-filters {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.news-filters #latest-news-search-form {
    float: right;
    margin: 0;
}

.product-count {
    float: right;
    color: #6C757D;
    font-size: 14px;
    line-height: 36px;
    margin: 0 0 30px 0;
}

#cta-block {
    padding: 75px 0;
    background: #F0F4F7;
}

#cta-block.cta-block--white {
    background-color: #fff;
}

#cta-block .cta-subtitle {
    font-size: 20px;
    color: var(--accent-colour);
    margin: 0 0 10px 0;
    font-weight: 600;
}

#cta-block h2 {
    font-size: 36px;
}

#cta-block p {
    color: #6C757D;
    font-size: 14px;
    margin: 0;
}

#cta-block .left {
    float: left;
    width: 50%;
}

#cta-block .right {
    float: right;
    width: 50%;
}

.cta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    margin: 0 0 0 0;
}

#cta-block .right {
    text-align: right;
    align-items: flex-end;
}

.cta-grid .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cta-grid a {
    position: relative;
    padding: 0 30px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    min-height: 120px;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
}

.cta-grid a h6 {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin: 0;
    z-index: 2;
    position: relative;
}

.cta-grid a h6 img {
    position: relative;
    top: 5px;
    left: -7px;
    height: 23px;
}

.cta-grid a:nth-last-child(-n + 3) h6 {
    color: #fff;
}

.flex {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin: 0 0 50px 0;
}

.flex .left,
.flex .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.flex .left > *,
.flex .right > * {
    margin-top: auto;
}

.cta-block-2 {
    padding: 75px 0;
}

.cta-block-2__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cta-block-2__item {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: box-shadow .25s ease;
}

.cta-block-2__item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.cta-block-2__image {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-block-2__content {
    padding: 40px;
    position: absolute;
    bottom: 0;
}

.cta-block-2__title {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.cta-block-2__text {
    margin: 20px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.markets {
    padding: 75px 0;
}

.markets .cta-block-2__content {
    padding: 40px;
    position: absolute;
    bottom: 0;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    left: 40px;
    bottom: 40px;
}

.markets .cta-block-2__text {
    margin: 0 0 0;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .25s ease;
}

.markets .cta-block-2__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 0;
    border-top: 1px solid #ffffff50;
    color: #fff;
    position: absolute;
    bottom: 0;
    border-bottom: none;
    left: 0;
    width: 100%;
    padding-top: 20px;
}

.markets .cta-block-2__image {
    height: 400px;
}

#cta-block.prp {
    padding: 0 0 75px;
    background: #ffffff;
}

#cta-block.prp .flex {
    margin: 0 0 10px 0;
}

#cta-block.prp p {
    margin: 0 20px 15px;
}

.markets .cta-block-2__item {
    transition: all .25s ease;
}

.markets .cta-block-2__item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #F0F4F7E5;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .25s ease;
}

.markets .cta-block-2__item:hover:after {
    opacity: 1;
}

.markets .cta-block-2__item:hover .cta-block-2__text {
    opacity: 1;
    z-index: 3;
}

.markets .cta-block-2__item:hover .cta-block-2__title {
    color: #000;
    z-index: 3;
}

/* Media Tabs moved to SCSS */

#article {
    padding: 75px 0;
    position: relative;
}

#article .bg {
    position: absolute;
    top: 0;
    height: 700px;
    width: 100%;
    background-color: #F0F4F7;
    left: 0;
    z-index: -1;
}

#article .excerpt {
    margin: 50px 0;
}

#article h1 {
    font-size: 60px;
    margin: 0 0 30px;
}

#article .featured-img img {
    margin: 0 0;
    height: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
}

#article .featured-img {
    margin: 30px 0;
    height: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
    float: left;
}

.video-thumb {
    position: relative;
    border-radius: 6px;
}

.video-thumb img {
    width: 100%;
    display: block;
}

#video-slider {
    padding: 75px 0 125px;
}

.video-carousel .owl-stage-outer {
    overflow: visible;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: white;
    pointer-events: none;
    border-radius: 50%;
    overflow: hidden;
    color: var(--accent-colour);
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
}

.video-carousel .owl-item {
    transform: scale(0.9);
    transition: transform 0.35s ease;
}

.video-carousel .owl-item.center {
    transform: scale(1.2);
    z-index: 2;
}

.video-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 70px;
    padding: 0 16px;
}

.video-carousel .owl-dot span {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #ccc;
    border: 3px solid #fff;
    transition: all .25s ease;
}

.video-carousel .owl-dot:hover span {
    background: #999;
    border-color: #999;
}

.video-carousel .owl-dot.active span {
    background: var(--accent-colour);
    border-color: #fff;
}

.video-carousel button.owl-dot.active {
    border: 1px solid #6C757D;
}

.video-carousel button.owl-dot {
    border: 1px solid #fff;
    border-radius: 50% !important;
}

.play-btn svg {
    height: 30px;
    width: 30px;
}

#article .excerpt p {
    color: #000;
    font-size: 16px;
}

#article .excerpt date {
    color: var(--accent-colour);
    margin: 30px 0 0 0;
    font-family: 'din-2014', sans-serif;
    font-weight: 600;
    float: left;
}

.form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-field {
    position: relative;
    display: flex;
    flex-direction: column;
}

.form-field.half {
    width: calc(50% - 10px);
}

.form-field.full {
    width: 100%;
}

.form-grid p {
    margin: 0;
}

.form-field label {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 12px;
    transition: 300ms ease all;
    z-index: 3;
}

.form-field label sup {
    color: var(--accent-colour);
}

.form-field select:focus,
.form-field select:active,
.form-field input:focus,
.form-field input:active {
    border-color: var(--accent-colour);
}

.form-field:focus-within input,
.form-field:focus-within select,
.form-field:focus-within textarea {
    padding: 10px 14px 10px 11px;
    font-size: 14px;
    color: #000;
}

.form-field:focus-within label {
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    appearance: none;
    padding: 24px 14px 10px 11px;
    border: 1px solid #ADB5BD;
    border-radius: 3px;
    font-size: 12px;
    background: #F0F4F7;
    font-family: 'Inter';
    color: #6C757D;
    transition: 300ms ease all;
    height: 50px;
    overflow: hidden !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.wpcf7-list-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.wpcf7-list-item input[type="checkbox"]::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid var(--accent-colour);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.wpcf7-list-item input[type="checkbox"]:checked::after {
    opacity: 1;
}

.wpcf7-list-item input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
}

.accept {
    padding: 20px 0 0 0;
    text-align: left;
    line-height: 1.4;
    font-size: 12px;
    float: left;
}

.accept p {
    line-height: 1.4;
    font-size: 12px;
    color: #6C757D;
}

.form-field textarea {
    height: 120px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.form-field select {
    background-image: url(../../img/select.svg);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px auto;
}

.checkbox-field label {
    font-size: 15px;
}

.form-submit input[type="submit"] {
    padding: 14px 32px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.form-separator {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #e5e5e5;
}

#contact {
    padding: 75px 0;
    background-image: url('../../img/contact.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 70%;
}

#contact .left {
    float: left;
    width: 35%;
    margin: 0 5% 0 0;
}

#contact .right {
    float: right;
    width: 60%;
    margin: 0 0 0 0;
}

#contact .right .btn {
    margin-top: 30px;
}

#contact h6 {
    font-size: 20px;
    color: var(--accent-colour);
    margin: 0 0 10px 0;
    font-weight: 600;
}

#contact h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.product-intro .left {
    float: left;
    width: 50%;
    background: #fff;
    border: 20px solid #F0F4F7;
    position: relative;
}

.single-product {
    padding: 35px 0 75px 0;
}

.product-intro {
    float: left;
    width: 100%;
    background-color: #F0F4F7;
}

.product-intro h1 {
    font-size: 36px;
    margin: 0 0 20px;
}

.product-intro p {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #6C757D;
}

.product-intro ul {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #6C757D;
    padding: 0 0 0 20px;
}

.product-intro .right {
    float: right;
    width: 50%;
    padding: 50px;
}

.product-main-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.news-block {
    padding: 75px 0;
}

ul.pills {
    margin: 0;
    padding: 0;
}

.news-item ul.pills {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 20px;
}

.news-item ul.pills li {
    color: #fff;
    background-color: #ffffff25;
}

.news-item .news-large__content ul.pills li {
    color: #000;
    background-color: #ffffff;
}

.news-item ul.pills li.featureds {
    color: #fff;
    background-color: var(--accent-colour);
}

ul.pills li.featureds {
    color: var(--accent-colour);
}

.featured-img video {
    width: 100%;
    height: auto;
    display: block;
}

ul.pills li {
    background: #fff;
    color: #6C757D;
    position: relative;
    left: auto;
    top: auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 5px 15px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.news-item {
    background: #E9ECEF;
    position: relative;
    border: 1px solid #E9ECEF;
    border-radius: 4px;
    overflow: hidden;
}

.news-normal__inner {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
}

.news-normal__image {
    height: 180px;
    display: block;
    background-size: cover;
    background-position: center;
}

.news-normal__content {
    padding: 20px;
    background: #eee;
}

.news-item--large {
    grid-column: span 2;
    background: #fff;
}

.news-large__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-decoration: none;
    color: inherit;
    height: 100%;
    background: #fff;
}

.news-large__image {
    background-size: cover;
    background-position: center;
    min-height: 375px;
}

.news-large__content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: #E9ECEF;
    position: relative;
}

#news-block .news-item:hover .news-large__content,
#news-block .news-item:hover .news-normal__content {
    background-color: rgba(0, 0, 0, 0.85);
}

.news-date {
    font-size: 14px;
    color: #6C757D;
    margin-bottom: 6px;
    transition: 300ms ease all;
    position: relative;
    display: block;
}

.news-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1;
    text-transform: uppercase;
    transition: 300ms ease all;
    position: relative;
}

.news-large__image {
    position: relative;
    display: block;
}

.news-large__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 300ms ease all;
}

#news-block .news-normal__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 300ms ease all;
}

#news-block .news-item:hover .news-large__image:after,
#news-block .news-item:hover .news-normal__image:after {
    opacity: 1;
}

.news-title a {
    color: #000;
    text-decoration: none;
    transition: 300ms ease all;
}

.news-excerpt {
    color: #6C757D;
    font-size: 14px;
    transition: 300ms ease all;
    position: relative;
}

#news-block .news-item:hover {
    background-color: rgba(0, 0, 0, 1);
}

#news-block .news-item:hover .news-excerpt,
#news-block .news-item:hover .news-date,
#news-block .news-item:hover .news-title a {
    color: #fff;
    z-index: 1;
}

.search-wrap {
    width: 260px;
    position: relative;
}

form#search,
form#featured-products-search,
form#latest-news-search-form,
form#datasheet-search-form,
form#kb-search-form {
    display: flex;
    align-items: center;
    padding: 0;
    width: 260px;
    max-width: 100%;
}

form#search input,
form#featured-products-search input,
form#latest-news-search-form input,
form#datasheet-search-form input,
form#kb-search-form input {
    appearance: none;
    padding: 10px 20px 10px 40px;
    background-color: #F0F4F7;
    border: 1px solid #ADB5BD50;
    border-radius: 4px;
    width: 100%;
    background-image: url('../../img/search.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 15px auto;
    font-size: 14px;
}

#search,
#featured-products-search,
#latest-news-search-form,
#datasheet-search-form,
#kb-search-form {
    display: flex;
    align-items: center;
    background: #e7eaee;
    padding: 12px 16px;
    border-radius: 4px 4px 0 0;
}

form#searches,
form#product-searches {
    display: flex;
    align-items: center;
    padding: 0;
    width: 260px;
    max-width: 100%;
    float: right;
    position: relative;
}

form#searches input,
form#product-searches input {
    appearance: none;
    padding: 10px 20px 10px 40px;
    background-color: #F0F4F7;
    border: 1px solid #ADB5BD50;
    border-radius: 4px;
    width: 100%;
    background-image: url('../../img/search.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 15px auto;
    font-size: 14px;
}

#searches,
#product-searches {
    display: flex;
    align-items: center;
    background: #e7eaee;
    padding: 12px 16px;
    border-radius: 4px 4px 0 0;
}

#searchinput {
    width: 100%;
    border: 0;
    background: none;
    font-size: 16px;
    outline: none;
    color: #3a3f45;
    transition: 300ms ease all;
}

header form#search.active input {
    width: 100%;
    z-index: 3;
}

#search-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ADB5BD50;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
    display: none;
    z-index: 1000;
    min-width: 700px;
    border-radius: 0px 0px 6px 6px;
    border-top: 0;
}

#search-dropdown .tabs {
    display: flex;
    gap: 10px;
    padding: 14px 16px 0;
}

#search-dropdown .tabs button {
    background: #ffffff;
    border: 1px solid #6b737c;
    padding: 6px 12px;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6b737c;
    cursor: pointer;
    border-radius: 3px;
}

#search-dropdown .tabs button.active {
    background: #ADB5BD50;
    border-color: #ADB5BD50;
    color: #2d3238;
}

#search-dropdown .results {
    padding: 10px 0;
}

#search-dropdown .results a {
    display: flex;
    align-items: center;
    padding: 8px 36px;
    text-decoration: none;
    font-size: 14px;
    color: #ADB5BD;
    transition: background .15s ease;
}

#search-dropdown .results a svg {
    height: 15px;
    width: 15px;
    margin: 0 0 0 20px;
}

#search-dropdown .results a:hover {
    background: #e9edf1;
}

#search-dropdown .search-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid #d6dbe1;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7b838c;
    background: #ADB5BD50;
}

#search-dropdown .enter {
    cursor: pointer;
    color: #2d3238;
}

.search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    opacity: .6;
}

.search-clear:hover {
    opacity: 1;
}

.loading {
    position: relative;
    background: #fff;
    transition: 300ms ease all;
}

.loading:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 200px;
    transform: translate(-50%, 0);
    color: var(--accent-colour);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 0c3.31 0 6.291 1.353 8.459 3.522l2.48-2.48 1.061 7.341-7.437-.966 2.489-2.489c-1.808-1.807-4.299-2.928-7.052-2.928-5.514 0-10 4.486-10 10s4.486 10 10 10c3.872 0 7.229-2.216 8.89-5.443l1.717 1.046c-2.012 3.803-6.005 6.397-10.607 6.397-6.627 0-12-5.373-12-12s5.373-12 12-12z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#mapholder {
    position: relative;
    height: 600px;
    width: 100%;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(110, 117, 124, 0.6) !important;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}

.mapboxgl-marker {
    z-index: 3 !important;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.map-attribution {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 4;
    margin: 0;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.2;
    color: #000;
}

.map-attribution a {
    color: #000;
    text-decoration: underline;
}

.map-attribution span {
    margin: 0 6px;
    color: #6C757D;
}

#mapholder .contact-details {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 3;
    padding: 80px 60px;
    transform: translate(0, -50%);
    width: 500px;
    clip-path: polygon(0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            80px 100%,
            0 calc(100% - 80px));
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#mapholder .contact-details h3 {
    font-size: 36px;
    text-transform: uppercase;
}

.kb-filters {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    max-width: 75%;
    float: left;
}

.kb-pill {
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
}

#kb-list form#search,
#kb-list form#kb-search-form {
    float: right;
    margin: 0px 0 0 10px;
    display: flex;
    align-items: center;
    padding: 0;
}

.kb-pill.active {
    background: var(--accent-colour);
    color: white;
    border-color: var(--accent-colour);
}

#kb-list .kb-results {
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    float: right;
}

#kb-list.featured .kb-results {
    width: 100%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    float: right;
}

.kb-card {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background-color: #F0F4F7;
    border: 1px solid #E9ECEF;
    outline: 2px solid transparent;
    transition: .2s all;
}

.kb-card:hover,
.kb-card:focus {
    outline: 2px solid var(--accent-colour);
}

.kb-card__image {
    background-color: #fff;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    aspect-ratio: 288/200;
    object-fit: cover;
}

.kb-card__image-placeholder {
    width: 100%;
    background-color: #6C757D;
    aspect-ratio: 288/200;
}

.kb-card__type {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
}

.kb-card__content {
    padding: 30px;
    float: left;
    width: 100%;
}

.kb-card__content h3 {
    font-size: 20px;
}

.kb-card__content h3 {
    font-size: 20px;
    margin: 0;
}

.kb-card__content p {
    margin: 20px 0 0;
    font-size: 12px;
}

.kb-list__header {
    float: left;
    width: 100%;
    /* margin: 0 0 30px 0; */
}

.kb-list__header h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 50px;
    float: left;
}

.kb-list__header h2 strong {
    font-weight: bold;
}

#kb-list {
    padding: 75px 0;
}

.kb-count {
    float: right;
    color: #6C757D;
    margin: 8px 0 0;
}

#kb-list #search,
#kb-list #kb-search-form {
    position: relative;
}

#kb-list #search input,
#kb-list #kb-search-form input {
    padding-right: 30px;
}

#kb-list .search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    opacity: .6;
}

#kb-list .news-title {
    line-clamp: initial;
    -webkit-line-clamp: initial;
    min-height: 0;
}

#kb-list .search-clear:hover {
    opacity: 1;
}

.featured .kb-count {
    display: none;
}

.kb-accordion {
    width: 25%;
    background: #fff;
    padding: 0;
    float: left;
    margin: 0 5% 0 0;
    top: 40px;
    position: sticky;
}

.featured .kb-accordion,
#kb-list.featured .kb-results {
    display: none;
}

.kb-filter-toggle {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
}

.kb-filter-arrow {
    position: absolute;
    right: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #00000050;
    border-bottom: 2px solid #00000050;
    transform: rotate(45deg);
}


.open .kb-filter-arrow {
    transform: rotate(224deg);
}

.kb-filter-content {
    display: none;
    background: #F0F4F7;
    padding: 20px 20px 10px 20px;
}

.kb-filter-group.open .kb-filter-content {
    margin-bottom: 20px;
}

.kb-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 14px;
}

.kb-checkbox input {
    display: none;
}

.kb-checkbox span {
    width: 20px;
    height: 20px;
    border: 1px solid #cfcfcf;
    background: #fff;
    aspect-ratio: 1 / 1;
}

.kb-checkbox input:checked + span {
    background: #ff6a13;
    border-color: #ff6a13;
}

.kb-checkbox input:checked + span {
    background: #ff6a13;
    border-color: #ff6a13;
    position: relative;
}

.kb-checkbox input:checked + span::after {
    content: "✓";
    position: absolute;
    color: #fff;
    font-size: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.featured .kb-card:nth-of-type(1) .kb-card__image {
    background-color: #fff;
    min-height: 300px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    float: left;
    position: relative;
}

.featured .kb-card:nth-of-type(2) .kb-card__image {
    background-color: #fff;
    min-height: 300px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    position: relative;
}

#default-page {
    padding: 75px 0;
}

#default-page h1 {
    margin: 0 0 30px 0;
    font-size: 36px;
}

#default-page h2,
#default-page h3,
#default-page h4,
#default-page h5,
#default-page h6 {
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 500;
    color: #6C757D;
}

#default-page li {
    font-size: 14px;
    margin: 0 0 0 0;
    line-height: 1.4;
    color: #6C757D;
}

#default-page a{
    color: #6C757D;
}

ul.share {
    float: right;
    margin: 30px 0 0 0;
    padding: 0;
}

ul.share li {
    float: left;
    margin: 0 0 0 10px;
    list-style: none;
}

ul.share li img {
    height: 20px;
}

ul.share li:first-child {
    color: #6C757D;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
}

.topbar__cta {
    position: relative;
    display: inline-block;
}

.topbar__cta .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px 6px;
}

.topbar__cta .dropdown-menu a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    line-height: 1;
    background-color: #fff;
    color: var(--accent-colour);
    height: auto;
    transition: 300ms ease all;
    font-family: 'inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    max-width: 90%;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    visibility: hidden;
    opacity: 0;
    z-index: -9999999;
    transition: 300ms ease all;
    display: none;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px !important;
    height: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.modal-close::before,
.modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #000;
    transform-origin: center;
}

.modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close:hover::before,
.modal-close:hover::after {
    background: #000;
}

.modal.active {
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
    display: block;
}

.modal .fp-tabs {
    display: inline-block;
    margin: 0;
}

.news-filters .modal form {
    display: inline-block !important;
    margin: 0;
}

.modal .fp-tabs li {
    font-size: 12px;
    width: 100%;
    margin: 5px 0;
}

.modal form.filters {
    width: 100%;
}

#kb-list .filter-button {
    margin: 0 0 20px 0;
}

#kb-list .modal button,
.product-filters .modal select,
.product-filters .modal select,
.modal form.filters select,
#product-list .modal select {
    font-size: 12px;
    width: 100%;
    margin: 5px 0;
}

.news-block .modal button {
    font-size: 12px;
    width: 100%;
    margin: 5px 0;
}

.product-gallery {
    max-width: 600px;
}

.product-main {
    position: relative;
    overflow: hidden;
}

.product-main img {
    width: 100%;
    transition: transform .2s ease;
}

.product-thumbs {
    display: flex;
    gap: 10px;
    margin: 20px;
    flex-wrap: wrap;
}

.product-thumb {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.main-image-wrapper {
    position: relative;
}

.zoom-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    box-shadow: none;
}

.product-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.product-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.product-thumb.active {
    border-color: #000;
}

.product-thumb.active {
    border-color: var(--accent-colour);
}

.video-thumb {
    width: 70px;
    height: 70px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#video-slider .video-thumb {
    width: 100%;
    height: auto;
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.filter-button {
    color: #ffffff;
    padding: 7px 40px 7px 20px;
    border: 1px solid var(--accent-colour);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin: 0 20px 0 0;
    background-color: var(--accent-colour);
    position: relative;
    display: none;
}

.filter-button img {
    position: absolute;
    height: 14px;
    right: 14px;
    top: 8px;
}

.topbar__cta .dropdown-menu a:hover {
    color: #000;
}

.topbar__cta:hover .dropdown-menu {
    display: block;
}

.header__main .desktop-nav > ul > li.menu-item-has-children > .sub-menu > li > a {
    font-size: 12px !important;
}

a:focus {
    outline: none !important;
}

.careers-cta {
    color: #fff;
    padding: 80px 0 0;
    margin: 0 0 75px;
    position: relative;
}

.careers-cta__image {
    position: absolute;
    bottom: 0;
    left: 80px;
    height: 98%;
    width: 30%;
    z-index: 3;
}

.careers-cta__container {
    max-width: 100%;
    background-color: #000;
    margin: auto;
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 80px 100%, 0 calc(100% - 80px));
    padding: 50px 140px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 31% 1fr 1fr;
    align-items: center;
    gap: 20px;
    background-image: url(../../img/cta.svg);
    background-repeat: no-repeat;
    background-position: 80px center;
    background-size: 20px auto;
}

.careers-cta__image img {
    width: auto;
    height: 100%;
    display: block;
    max-width: 200%;
}

.careers-cta__title {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}

.careers-cta__subtitle {
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
}

.careers-cta__text {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

#article p a:not(.btn),
#article li a {
    color: #000;
}

.article-cta {
    color: #fff;
    padding: 50px 0 50px 0;
    margin: 0;
    position: relative;
}

.article-cta__image {
    position: relative;
    width: auto;
    z-index: 3;
    float: left;
    margin: 0 50px 0 0;
}

.article-cta__container {
    max-width: 100%;
    background-color: #000;
    margin: auto;
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 80px 100%, 0 calc(100% - 80px));
    padding: 50px 100px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 100% 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.article-cta__image img {
    width: auto;
    height: 100%;
    display: block;
    max-width: 100%;
    max-height: 160px;
}

.article-cta__title {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}

.article-cta__subtitle {
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
}

.article-cta__text p {
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    margin: 30px 0 30px 0;
}

.rgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    margin: 0 0 0 0;
}

.single-post #cta-block.rp {
    padding: 0 0 75px;
    background: #ffffff;
}

.single-post #cta-block p {
    color: #6C757D;
    font-size: 14px;
    margin: 0 20px 15px;
}

.single-post #cta-block .left h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.single-post .news-item,
.single-post .news-normal__content {
    background: #fff;
}

.single-post #cta-block.ra p {
    color: #6C757D;
    font-size: 14px;
    margin: 0;
}

.single-knowledgebase .article-cta__container {
    background-image: url(../../img/cta.svg);
    background-repeat: no-repeat;
    background-position: 80px center;
    background-size: 20px auto;
    padding: 50px 100px 50px 150px;
}

.single-knowledgebase .article-cta__text p {
    margin: 0 0 30px 0;
    font-size: 20px;
}

.single-knowledgebase #cta-block.ra p {
    color: #6C757D;
    font-size: 14px;
    margin: 0;
}

.single-knowledgebase #cta-block.rp {
    padding: 0 0 75px;
    background: #ffffff;
}

.single-knowledgebase #cta-block p {
    color: #6C757D;
    font-size: 14px;
    margin: 0 20px 15px;
}

.single-knowledgebase #cta-block .left h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.markets.carousel .left h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.markets.carousel .right {
    text-align: right;
    align-items: flex-end;
}

.markets .container {
    overflow: visible;
}

.markets-carousel .cta-block-2__item {
    display: block;
}

.product-content {
    float: left;
    padding: 75px 0 0;
    width: 100%;
}

.product-content .left {
    float: left;
    margin: 0 5% 0 0;
    width: 65%;
}

.product-content .right {
    float: right;
    margin: 0 0% 0 0;
    width: 30%;
}

.product-content h6 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: var(--accent-colour);
    font-weight: 600;
}

.product-content iframe {
    max-width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.product-content h2 {
    margin: 0 0 30px 0;
    font-size: 36px;
    color: #000;
}

.product-content ul {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #6C757D;
    padding: 0 0 0 14px;
}

.brochure-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.brochure-grid div,
.video-grid__item {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #000;
}

.brochure-grid iframe {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: auto;
    aspect-ratio: 1/1.414;
}

.product-brochures,
.product-videos {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.brochure-grid a {
    text-align: left;
    float: left;
    width: 100%;
    color: #6C757D;
    font-size: 12px;
    margin: 15px 0 0 0;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.video-grid__item video,
.video-grid__item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: block;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.brochure-grid a {
    text-align: left;
    float: left;
    width: 100%;
    color: #6C757D;
    font-size: 12px;
    margin: 15px 0 0 0;
}

.product-content .right ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.product-content .right ul li {
    margin: 0 2px 6px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    background: #F0F4F7;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: top;
}

.product-content .right ul li a {
    text-decoration: none;
    color: #6C757D;
}

.product-content .right ul li a img {
    float: right;
    position: relative;
    top: 0px;
    margin: 0 0 0 10px;
    height: 16px;
}

.product-content .right table {
    border-collapse: collapse;
    border-top: 1px solid #ADB5BD;
    width: 100%;
}

.product-content .right table td {
    border-bottom: 1px solid #ADB5BD;
    font-size: 12px;
    padding: 10px 0;
}

.product-intro .product-industries ul {
    margin: 0 0 20px 0;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.product-intro .product-industries ul li {
    margin: 0 2px 6px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    background: #F0F4F7;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: top;
}

.breadcrumbs {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
}

.breadcrumbs a,
.breadcrumbs span {
    text-decoration: none;
    color: inherit;
}

.breadcrumbs a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.part-title {
    font-weight: 600;
}

#two-cols {
    padding: 75px 0;
}

.two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.two-col-grid .col img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 6px;
}

.two-col-grid h3 {
    margin-bottom: 30px;
    font-size: 30px;
}

.two-col-grid .content {
    margin-bottom: 20px;
}

#two-cols .left h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

#two-cols .right a.link {
    text-align: right;
}

.two-col-grid .content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.two-col-grid .content ul li {
    margin: 0 0 8px;
}

.two-col-grid .content ul li:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M6.5 0C2.91594 0 0 2.91594 0 6.5C0 10.0841 2.91594 13 6.5 13C10.0841 13 13 10.0841 13 6.5C13 2.91594 10.0841 0 6.5 0ZM9.88281 4.32156L5.68281 9.32156C5.63674 9.37644 5.57941 9.42077 5.51471 9.45156C5.45001 9.48234 5.37945 9.49886 5.30781 9.5H5.29938C5.22929 9.49997 5.16 9.48522 5.09599 9.45668C5.03198 9.42815 4.97468 9.38648 4.92781 9.33438L3.12781 7.33438C3.0821 7.28589 3.04654 7.22876 3.02322 7.16633C2.9999 7.10391 2.9893 7.03745 2.99203 6.97087C2.99477 6.90429 3.01078 6.83892 3.03914 6.77862C3.06749 6.71831 3.10761 6.66429 3.15715 6.61971C3.20668 6.57514 3.26463 6.54091 3.32757 6.51905C3.39052 6.49719 3.45721 6.48813 3.52371 6.4924C3.59021 6.49668 3.65518 6.51421 3.71481 6.54396C3.77444 6.5737 3.82752 6.61507 3.87094 6.66562L5.28625 8.23812L9.11719 3.67844C9.20312 3.57909 9.3247 3.51754 9.45564 3.50711C9.58658 3.49668 9.71637 3.53819 9.81695 3.62268C9.91753 3.70717 9.98083 3.82784 9.99315 3.95862C10.0055 4.0894 9.96584 4.21977 9.88281 4.32156Z" fill="%23FF5700"/></svg>');
    margin-right: 8px;
    display: inline-block;
    width: 13px;
    height: 13px;
    fill: var(--accent-colour);
}

.parent-pageid-25 .media-tabs {
    background: #F0F4F7;
}

.parent-pageid-25 .media-tabs__content {
    background-color: #fff;
}

.parent-pageid-25 .media-tabs__btn:after {
    background-image: url("../../img/grey-arrow-right.svg");
}

.media-tabs__content__panel__inner img.alignright {
    float: right;
    width: 30%;
}

.media-tabs__content__panel__inner img.alignleft {
    float: left;
    width: 30%;
}

.media-tabs__content__panel__inner ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.media-tabs__content__panel__inner ul li {
    margin: 0 0 8px;
    padding: 0 0 0 20px;
    position: relative;
}

.media-tabs__content__panel__inner ul li:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M6.5 0C2.91594 0 0 2.91594 0 6.5C0 10.0841 2.91594 13 6.5 13C10.0841 13 13 10.0841 13 6.5C13 2.91594 10.0841 0 6.5 0ZM9.88281 4.32156L5.68281 9.32156C5.63674 9.37644 5.57941 9.42077 5.51471 9.45156C5.45001 9.48234 5.37945 9.49886 5.30781 9.5H5.29938C5.22929 9.49997 5.16 9.48522 5.09599 9.45668C5.03198 9.42815 4.97468 9.38648 4.92781 9.33438L3.12781 7.33438C3.0821 7.28589 3.04654 7.22876 3.02322 7.16633C2.9999 7.10391 2.9893 7.03745 2.99203 6.97087C2.99477 6.90429 3.01078 6.83892 3.03914 6.77862C3.06749 6.71831 3.10761 6.66429 3.15715 6.61971C3.20668 6.57514 3.26463 6.54091 3.32757 6.51905C3.39052 6.49719 3.45721 6.48813 3.52371 6.4924C3.59021 6.49668 3.65518 6.51421 3.71481 6.54396C3.77444 6.5737 3.82752 6.61507 3.87094 6.66562L5.28625 8.23812L9.11719 3.67844C9.20312 3.57909 9.3247 3.51754 9.45564 3.50711C9.58658 3.49668 9.71637 3.53819 9.81695 3.62268C9.91753 3.70717 9.98083 3.82784 9.99315 3.95862C10.0055 4.0894 9.96584 4.21977 9.88281 4.32156Z" fill="%23FF5700"/></svg>');
    margin-right: 8px;
    display: inline-block;
    width: 13px;
    height: 13px;
    fill: var(--accent-colour);
    position: absolute;
    left: 0;
    top: 0;
}

.brochure-cta__text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.brochure-cta__text ul li {
    margin: 0 0 8px;
    padding: 0 0 0 20px;
    position: relative;
}

.brochure-cta__text ul li:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M6.5 0C2.91594 0 0 2.91594 0 6.5C0 10.0841 2.91594 13 6.5 13C10.0841 13 13 10.0841 13 6.5C13 2.91594 10.0841 0 6.5 0ZM9.88281 4.32156L5.68281 9.32156C5.63674 9.37644 5.57941 9.42077 5.51471 9.45156C5.45001 9.48234 5.37945 9.49886 5.30781 9.5H5.29938C5.22929 9.49997 5.16 9.48522 5.09599 9.45668C5.03198 9.42815 4.97468 9.38648 4.92781 9.33438L3.12781 7.33438C3.0821 7.28589 3.04654 7.22876 3.02322 7.16633C2.9999 7.10391 2.9893 7.03745 2.99203 6.97087C2.99477 6.90429 3.01078 6.83892 3.03914 6.77862C3.06749 6.71831 3.10761 6.66429 3.15715 6.61971C3.20668 6.57514 3.26463 6.54091 3.32757 6.51905C3.39052 6.49719 3.45721 6.48813 3.52371 6.4924C3.59021 6.49668 3.65518 6.51421 3.71481 6.54396C3.77444 6.5737 3.82752 6.61507 3.87094 6.66562L5.28625 8.23812L9.11719 3.67844C9.20312 3.57909 9.3247 3.51754 9.45564 3.50711C9.58658 3.49668 9.71637 3.53819 9.81695 3.62268C9.91753 3.70717 9.98083 3.82784 9.99315 3.95862C10.0055 4.0894 9.96584 4.21977 9.88281 4.32156Z" fill="%23FF5700"/></svg>');
    margin-right: 8px;
    display: inline-block;
    width: 13px;
    height: 13px;
    fill: var(--accent-colour);
    position: absolute;
    left: 0;
    top: 1px;
}

.brochure-cta {
    color: #fff;
    padding: 80px 0 0;
    margin: 0 0 75px;
    position: relative;
}

.brochure-cta__image {
    position: absolute;
    bottom: 0;
    left: 120px;
    height: auto;
    width: 10%;
    z-index: 3;
}

.brochure-cta__container {
    max-width: 100%;
    background-color: #000;
    margin: auto;
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 80px 100%, 0 calc(100% - 80px));
    padding: 50px 140px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 25% 1fr 1fr;
    align-items: center;
    gap: 20px;
    background-image: url(../../img/cta.svg);
    background-repeat: no-repeat;
    background-position: 80px center;
    background-size: 20px auto;
    border-bottom: 15px solid var(--accent-colour);
}

.brochure-cta__image img {
    width: auto;
    height: 100%;
    display: block;
    max-width: 200%;
}

.brochure-cta__title {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}

.brochure-cta__subtitle {
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
}

.brochure-cta__text p,
.brochure-cta__text li {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}


.brochure-cta__text {
    padding-left: 50px;
}

.brochure-cta__text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.brochure-cta__text ul li {
    margin: 0 0 8px;
}

.brochure-cta__text li:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M6.5 0C2.91594 0 0 2.91594 0 6.5C0 10.0841 2.91594 13 6.5 13C10.0841 13 13 10.0841 13 6.5C13 2.91594 10.0841 0 6.5 0ZM9.88281 4.32156L5.68281 9.32156C5.63674 9.37644 5.57941 9.42077 5.51471 9.45156C5.45001 9.48234 5.37945 9.49886 5.30781 9.5H5.29938C5.22929 9.49997 5.16 9.48522 5.09599 9.45668C5.03198 9.42815 4.97468 9.38648 4.92781 9.33438L3.12781 7.33438C3.0821 7.28589 3.04654 7.22876 3.02322 7.16633C2.9999 7.10391 2.9893 7.03745 2.99203 6.97087C2.99477 6.90429 3.01078 6.83892 3.03914 6.77862C3.06749 6.71831 3.10761 6.66429 3.15715 6.61971C3.20668 6.57514 3.26463 6.54091 3.32757 6.51905C3.39052 6.49719 3.45721 6.48813 3.52371 6.4924C3.59021 6.49668 3.65518 6.51421 3.71481 6.54396C3.77444 6.5737 3.82752 6.61507 3.87094 6.66562L5.28625 8.23812L9.11719 3.67844C9.20312 3.57909 9.3247 3.51754 9.45564 3.50711C9.58658 3.49668 9.71637 3.53819 9.81695 3.62268C9.91753 3.70717 9.98083 3.82784 9.99315 3.95862C10.0055 4.0894 9.96584 4.21977 9.88281 4.32156Z" fill="%23FF5700"/></svg>');
    margin-right: 8px;
    display: inline-block;
    width: 13px;
    height: 13px;
    fill: var(--accent-colour);
}

.featured-kb {
    display: none;
}

.featured .featured-kb {
    display: grid;
}

.featured-kb .news-title {
    text-transform: none;
}

.featured-kb .news-title img {
    position: relative;
    top: 6px;
    margin: 0 5px 0 0;
}

.featured-kb .news-normal__content {
    padding: 30px;
    background: #F0F4F7;
}

.featured-kb .news-item {
    background: #E9ECEF;
    position: relative;
    border: 1px solid #E9ECEF;
    border-radius: 6px;
}

.featured-kb .news-item:before {
    content: none;
}

.featured-kb .news-item:hover .news-excerpt,
.featured-kb .news-item:hover .news-date,
.featured-kb .news-item:hover .news-title {
    color: #000;
    opacity: 0.7;
    z-index: 1;
}

.featured-kb .news-item--large.full--width .news-large__inner {
    display: block;
}

.featured-kb .news-item--large.full--width .news-large__inner .news-large__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent;
}

.featured-kb .news-item--large.full--width .news-large__inner .news-large__content .news-title,
.featured-kb .news-item--large.full--width .news-large__inner .news-large__content .news-excerpt {
    color: #fff;
}

.featured-kb .news-item--large.full--width .news-large__inner:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    content: '';
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right 0;
    background-image: url(../../img/kb-arrows.svg);
}

.featured-kb .news-large__image {
    min-height: 300px;
    height: 100%;
}

h6.kbcat {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

#product-results {
    margin: 0 0 30px 0;
}

h6.kbcat strong {
    font-weight: 400;
    color: var(--accent-colour);
}

h6.kbcat img {
    position: relative;
    top: 5px;
}

.single-knowledgebase ul.share {
    float: left;
    margin: 30px 0 20px 0;
    padding: 0;
}

.single-knowledgebase ul.share li {
    float: left;
    margin: 0 10px 0 0px;
    list-style: none;
}

#contact .right .btn {
    margin-top: 30px;
}

.product-intro .btn {
    margin: 50px 10px 0 0;
}

#two-cols .btn {
    margin-top: 30px;
}

.accordion-item {
    margin: 0 0 10px 0;
}

.accordion-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    padding: 15px 20px;
    background: #F0F4F7;
    border: 0;
    cursor: pointer;
}

.accordion-toggle__icon svg path {
    stroke: var(--accent-colour);
}

.accordion-toggle__label {
    flex: 1;
    font-weight: 600;
    font-size: 15px;
}

.accordion-toggle__icon {
    flex: 0 0 auto;
    display: inline-flex;
    transition: transform 0.3s ease;
}

.accordion-toggle__icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.accordion-item.active .accordion-toggle__icon {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
}

.accordion-content {
    display: none;
    padding: 20px 20px;
}

.accordion-content p {
    margin: 0;
}

.accordion-footer {
    margin-top: 2rem;
}

.accordion-heading {
    margin: 50px 0 30px;
    font-size: 36px;
}

.accordion-block {
    padding: 75px 0;
}

.accordion-block .container.narrow {
    width: 920px;
}

.timeline-block {
    padding: 75px 0;
    margin: 0 25px;
    text-align: center;
    background-color: #F0F4F7;
}

.timeline-heading {
    margin-bottom: 50px;
    font-size: 36px;
}

.timeline-item {
    padding: 20px 10px;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.timeline-card {
    background: #ffffff;
    padding: 40px 20px 50px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.timeline-block .owl-item.center .timeline-item {
    opacity: 1;
}

.timeline-block .owl-item.center .timeline-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.timeline-block .timeline-logo img {
    transition: all 0.3s ease;
    height: auto;
    width: 70%;
    margin: 20px auto 40px;
    max-width: 100%;
}

.timeline-block .owl-item:not(.center) .timeline-logo img {
    filter: grayscale(100%) opacity(0.5);
}

.timeline-block .owl-item.center .timeline-logo img {
    filter: none;
    opacity: 1;
}

.timeline-block p {
    width: 410px;
    max-width: 100%;
    margin: 0 auto;
}

.timeline-block .timeline-date {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}

.timeline-block .owl-item.center .timeline-date {
    background: var(--accent-colour);
    border: 5px solid #fce6e7;
    color: #fff;
    z-index: 4;
}

.timeline-block .timeline-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 30px 0;
}

.timeline-carousel::before {
    z-index: 0;
}

.timeline-carousel {
    position: relative;
}

.timeline-carousel::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    top: 188px;
    z-index: 0;
}

.timeline-block .owl-item:not(.center) .timeline-card {
    background: transparent;
}

.timeline-block .owl-item:not(.center) .timeline-date {
    background: #eee;
    color: #666;
    border: #ccc 5px solid;
}

.timeline-block .owl-carousel {
    margin: 75px 0 0;
}

.timeline-block .owl-dots {
    margin-top: 30px;
}

.timeline-block .owl-dot span {
    width: 9px;
    height: 9px;
    background: #ADB5BD;
    display: block;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}

.timeline-block .owl-dot.active span {
    background: var(--accent-colour);
}

.timeline-block h6 {
    font-size: 20px;
    color: var(--accent-colour);
    margin: 0 0 10px 0;
    font-weight: 600;
}

.timeline-block .owl-dot.active span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.team-block {
    padding: 75px 0;
}

.team-filters {
    margin: 50px 0;
}

.team-filters .filter {
    padding: 8px 18px;
    border: 1px solid #eee;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 20px;
}

.team-filters .filter.active {
    background-color: var(--accent-colour);
    color: #fff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.team-member {
    padding: 20px;
    border: none;
    background: #F0F4F7;
    border-radius: 5px;
}

.team-member h4 {
    margin: 15px 0 10px;
}

.team-block h6 {
    font-size: 20px;
    color: var(--accent-colour);
    margin: 0 0 10px 0;
    font-weight: 600;
}


.team-block h3 {
    font-size: 36px;
}