/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

/*COLOURS start*/
:root {
    --black: #000000;
    --white: #ffffff;
    --white-off: #f6f6f6;
    --grey-lighter: #f3f3f3;
    --grey-light: #c8c8c8;
    --grey: #7b7b7b;
    --grey-dark: #333333;
    --blue-logo: #0a7dff;
    --blue-accessable: #0069E0;
    --blue-light: #b3d2f6;
    --blue-dark: #0031b3;
    --red: #eb0d19;
    --amber: #f99f1c;
    --green: #00d384;
}

.bg_color--grey {
    background-color: var(--grey-lighter);
}


/*COLOURS end*/

/*FONTS start*/
@font-face {
    font-family: 'Jacobs Chronos';
    src: url('../assets/font/JacobsChronos-Regular.ttf') format('truetype'), url('../assets/font/JacobsChronos-Regular.woff2') format('woff2'), url('../assets/font/JacobsChronos-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jacobs Chronos';
    src: url('../assets/font/JacobsChronos-Bold.ttf') format('truetype'), url('../assets/font/JacobsChronos-Bold.woff2') format('woff2'), url('../assets/font/JacobsChronos-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* TR Logo text font colour only */
.font_black {
    color: var(--black);
}

/* Standard font colour */
.font_grey {
    color: var(--grey-dark);
}

/* Blue heading/highlight font colour */
.font_blue {
    color: var(--blue-accessable);
}

    /* Blue hover font colour */
    .font--hover_blue:hover {
        color: var(--blue-dark);
    }

.font_white {
    color: var(--white);
}

.font_red {
    color: var(--red);
}

.font_title {
    font-size: 64px;
    font-weight: bold;
    text-align: center;
}

.font_heading {
    font-size: 36px;
    font-weight: bold;
}

.font_subheading {
    font-size: 28px;
    font-weight: bold;
}

.font_body {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.4;
}

.font_compact {
    font-size: 18px;
    font-weight: normal;
}

/* FONT SIZING x */
@media only screen and (min-width: 375px) {
    .font_title {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }

    .font_heading {
        font-size: 24px;
        font-weight: bold;
    }

    .font_subheading {
        font-size: 21px;
        font-weight: bold;
    }

    .font_body {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.4;
    }

    .font_compact {
        font-size: 16px;
        font-weight: normal;
    }

    .font_button-padding {
        padding-top: 10px;
        line-height: 1;
    }
}

/* FONT SIZING x */
@media only screen and (min-width: 820px) {
    .font_title {
        font-size: 48px;
        font-weight: bold;
        text-align: center;
    }

    .font_heading {
        font-size: 28px;
        font-weight: bold;
    }

    .font_subheading {
        font-size: 24px;
        font-weight: bold;
    }

    .font_body {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.4;
    }

    .font_compact {
        font-size: 16px;
        font-weight: normal;
    }

    .font_button-padding {
        padding-top: 10px;
        line-height: 1;
    }
}

/* FONT SIZING x */
@media only screen and (min-width: 1366px) {
    .font_title {
        font-size: 64px;
        font-weight: bold;
        text-align: center;
    }

    .font_heading {
        font-size: 36px;
        font-weight: bold;
    }

    .font_subheading {
        font-size: 28px;
        font-weight: bold;
    }

    .font_body {
        font-size: 21px;
        font-weight: normal;
        line-height: 1.4;
    }

    .font_compact {
        font-size: 18px;
        font-weight: normal;
    }

    .font_button-padding {
        padding-top: 10px;
        line-height: 1;
    }
}

@media only screen and (min-width: 1440px) {
    .font_title {
        font-size: 64px;
        font-weight: bold;
        text-align: center;
    }

    .font_heading {
        font-size: 36px;
        font-weight: bold;
    }

    .font_subheading {
        font-size: 28px;
        font-weight: bold;
    }

    .font_body {
        font-size: 21px;
        font-weight: normal;
        line-height: 1.4;
    }

    .font_compact {
        font-size: 18px;
        font-weight: normal;
    }

    .font_button-padding {
        padding-top: 10px;
        line-height: 1;
    }
}

@media only screen and (min-width: 1600px) {
    .font_title {
        font-size: 64px;
        font-weight: bold;
        text-align: center;
    }

    .font_heading {
        font-size: 36px;
        font-weight: bold;
    }

    .font_subheading {
        font-size: 28px;
        font-weight: bold;
    }

    .font_body {
        font-size: 21px;
        font-weight: normal;
        line-height: 1.4;
    }

    .font_compact {
        font-size: 18px;
        font-weight: normal;
    }

    .font_button-padding {
        padding-top: 10px;
        line-height: 1;
    }
}

@media only screen and (min-width: 1920px) {
    .font_title {
        font-size: 64px;
        font-weight: bold;
        text-align: center;
    }

    .font_heading {
        font-size: 36px;
        font-weight: bold;
    }

    .font_subheading {
        font-size: 28px;
        font-weight: bold;
    }

    .font_body {
        font-size: 21px;
        font-weight: normal;
        line-height: 1.4;
    }

    .font_compact {
        font-size: 18px;
        font-weight: normal;
    }

    .font_button-padding {
        padding-top: 10px;
        line-height: 1;
    }
}


/* FONT SIZING x */
@media only screen and (min-width: 2560px) {
    .font_title {
        font-size: 80px;
        font-weight: bold;
        text-align: center;
    }

    .font_heading {
        font-size: 48px;
        font-weight: bold;
    }

    .font_subheading {
        font-size: 36px;
        font-weight: bold;
    }

    .font_body {
        font-size: 28px;
        font-weight: normal;
        line-height: 1.6;
    }

    .font_compact {
        font-size: 24px;
        font-weight: normal;
    }

    .font_button-padding {
        padding-top: 13px;
        line-height: 1.1;
    }
}

@media only screen and (min-width: 3840px) {
    .font_title {
        font-size: 96px;
        font-weight: bold;
        text-align: center;
    }

    .font_heading {
        font-size: 64px;
        font-weight: bold;
    }

    .font_subheading {
        font-size: 48px;
        font-weight: bold;
    }

    .font_body {
        font-size: 36px;
        font-weight: normal;
        line-height: 1.6;
    }

    .font_compact {
        font-size: 28px;
        font-weight: normal;
    }

    .font_button-padding {
        padding-top: 13px;
        line-height: 1.1;
    }
}

.font_no-bottom-margin {
    margin-bottom: 0;
    padding-bottom: 0;
}

.font_centre {
    text-align: center;
}

.font_no-decoration {
    text-decoration: none;
}

.font_nowrap {
    white-space:nowrap;
}

.font_button-padding {
    padding-top: 10px;
    line-height: 1;
}

.form-list {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

/*FONTS end*/

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Jacobs Chronos', sans-serif;
    color: var(--grey-dark);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

@media only screen and (min-width: 801px) {
    header {
        padding: 100px 0 100px;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    header {
        padding: 40px 0 100px;
        width: 100%;
    }
}

@media only screen and (min-width: 1660px) {
    #hero {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 1660px) {
    #hero {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 1600px) {
    #hero {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 1500px) {
    #hero {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 1440px) {
    #hero {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 1280px) {
    #hero {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 1260px) {
    #hero {
        height: auto;
        background: none;
        padding-top: 10rem;
    }
}

@media only screen and (max-width: 1260px) {
    #hero {
        height: auto;
        padding-top: 6rem;
        background: none;
    }
}

@media only screen and (max-width: 1260px) {
    #hero {
        height: auto;
        padding-top: 6rem;
        background: none;
    }
}

@media only screen and (max-width: 768px) {
    #hero {
        height: auto;
        padding-top: 4rem;
        background: none;
    }
}

@media only screen and (max-width: 430px) {
    #hero {
        height: auto;
        padding-top: 2rem;
        background: none;
    }
}

#hero-section {
    background: none;
    padding-top: 2.8rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
}

/* DESKTOP SIZING */
@media only screen and (min-width: 1366px) {
    .container-fluid {
        width: 100%;
        padding-right: 7rem;
        padding-left: 7rem;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1440px) {
    .container-fluid {
        width: 100%;
        padding-right: 8rem;
        padding-left: 8rem;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1600px) {
    .container-fluid {
        width: 100%;
        padding-right: 8rem;
        padding-left: 8rem;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1920px) {
    .container-fluid {
        width: 100%;
        padding-right: 10rem;
        padding-left: 10rem;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 2560px) {
    .container-fluid {
        width: 100%;
        padding-right: 26rem;
        padding-left: 26rem;
        margin-right: auto;
        margin-left: auto;
    }


}

@media only screen and (min-width: 3840px) {
    .container-fluid {
        width: 100%;
        padding-right: 40rem;
        padding-left: 40rem;
        margin-right: auto;
        margin-left: auto;
    }
    .container {
        max-width: 1600px;
    }

}
/* MOBILE SIZING */

@media only screen and (max-width: 768px) {
    .container-fluid {
        width: 100%;
        padding-right: 2rem;
        padding-left: 2rem;
        margin-right: auto;
        margin-left: auto;
    }
}
/* SIZING end*/

footer {
    background-color: var(--white-off);
}

.footer_margin-bottom {
    margin-bottom: 32px;
}

.footer_margin-right {
    margin-right: 32px;
}

footer a {
    color: var(--blue-accessable);
}

.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-cta {
    color: var(--white);
    background: var(--blue-accessable);
    padding-left: 1rem;
    padding-right: 1rem;
}

    .btn-cta:hover,
    .btn-cta:focus {
        color: var(--white);
        background-color: var(--blue-dark);
    }

.btn-secondary {
    color: var(--blue-accessable);
    background-color: var(--white);
    border: 1px solid var(--blue-accessable);
}

    .btn-secondary:hover {
        color: var(--white);
        background-color: var(--blue-accessable);
        border: 1px solid var(--white);
    }

.card {
    border-radius: 0%;
}

@media only screen and (min-width: 701px) {
    .card {
        min-width: 480px;
    }
}

@media only screen and (max-width: 700px) {
    .card {
        min-width: 480px;
    }
}


.desktop-logo {
    display: inline;
}

/*==========SCALE-IN==========*/
@-webkit-keyframes scale-in {
    0% {
        transform: scale(10, 10);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes scale-in {
    0% {
        transform: scale(10, 10);
        opacity: 0;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}
/*==========ROLL-OUT==========*/
@-webkit-keyframes roll-out {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes roll-out {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .hero {
        height: 50vw;
    }

    .bar {
        height: 26vw;
        top: 10vw;
    }

    .display-title {
        font-size: 8vw;
        top: 13vw;
    }

    .hero p {
        font-size: 3vw;
        top: 27vw;
    }
}

/* change the color of active or hovered links */
@media screen and (max-width: 991px) {
    .nav-item {
        width: 100%;
        text-align: center;
    }
}

.nav-item > .btn {
    font-weight: bold;
}

.nav-item > .nav-link {
    
    position: relative;
}

.navbar_align {
    justify-content: end;
}

/* hacky solution for filling full height of header */
.navbar-light .nav-item > .nav-link {
    height: 72px;
    padding-top: 22px;
    transition: height 500ms, padding 500ms;
}

.navbar-light.scrolled .nav-item > .nav-link {
    height: 48px;
    padding-top: 10px;
}

.navbar-light.scrolled .btn-cta {
    padding-top: .4rem;
    padding-bottom: .1875rem;
    transition: padding 500ms;
}

.btn-cta_margin {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.navbar-light.scrolled .btn-cta_margin {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

@media only screen and (min-width: 2560px) {
    /* hacky solution for filling full height of header */
    .navbar-light .nav-item > .nav-link {
        height: 90px;
        padding-top: 27px;
        transition: height 500ms, padding 500ms;
    }

    .navbar-light.scrolled .nav-item > .nav-link {
        height: 60px;
        padding-top: 12px;
    }

    .navbar-light.scrolled .btn-cta {
        padding-top: 0.4rem;
        padding-bottom: .1875rem;
        transition: padding 500ms;
    }

    .btn-cta_margin {
        margin-top: .4rem !important;
        margin-bottom: .25rem !important;
    }

    .navbar-light.scrolled .btn-cta_margin {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
}

@media only screen and (min-width: 3840px) {
    /* hacky solution for filling full height of header */
    .navbar-light .nav-item > .nav-link {
        height: 108px;
        padding-top: 33px;
        transition: height 500ms, padding 500ms;
    }

    .navbar-light.scrolled .nav-item > .nav-link {
        height: 72px;
        padding-top: 15px;
    }

    .navbar-light.scrolled .btn-cta {
        padding-top: 10px;
        padding-bottom: 4.5px;
        transition: padding 500ms;
    }

    .btn-cta_margin {
        margin-top: .8rem !important;
        margin-bottom: .25rem !important;
    }

    .navbar-light.scrolled .btn-cta_margin {
        margin-top: .6rem !important;
        margin-bottom: .25rem !important;
    }
}

.navbar-light .nav-item > .nav-link,
.navbar-light .nav-item > .nav-link:hover,
.navbar-light .nav-item > .nav-link:focus {
    color: var(--grey-dark);
}

    .navbar-light .nav-item > .nav-link.active {
        color: var(--blue-accessable);
    }

.nav-item:not(.dropdown.show) > .nav-link:hover::before,
.nav-item:not(.dropdown.show) > .nav-link:focus::before,
.nav-link.active::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--blue-accessable);
}

.nav-item.dropdown.show {
    background-color: var(--white);
    box-shadow: rgba(0,0,0,0.2) 0px 2px 6px;
}

.nav-item:hover .nav-link {
    color: var(--black);
}

.nav-item .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.modal-dialog {
    margin-top: 0rem;
    max-width: 100%;
}

    .modal-dialog .modal-content {
        border-radius: 0rem;
    }

    .modal-dialog .buttons .btn {
        margin: 0.2rem;
    }

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    box-shadow: 0 1px 3px rgba(51, 51, 51, 0.122), 0 1px 2px rgba(51, 51, 51, 0.24);
}

.navbar-toggler {
    border: none;
}

#imgTRLogo {
    height: 40px;
    width: auto;
    transition: height 500ms;
}

.scrolled #imgTRLogo {
    height: 32px;
}

@media screen and (max-width: 576px) {
    #imgTRLogo {
        height: 32px;
    }
}

@media only screen and (min-width: 2560px) {
    #imgTRLogo {
        height: 50px;
        width: auto;
        transition: height 500ms;
    }

    .scrolled #imgTRLogo {
        height: 40px;
    }
}

@media only screen and (min-width: 3840px) {
    #imgTRLogo {
        height: 60px;
        width: auto;
        transition: height 500ms;
    }

    .scrolled #imgTRLogo {
        height: 48px;
    }
}

svg:not(:root) {
    overflow: hidden;
}

:not(svg) {
    transform-origin: 0px 0px;
}

#benefits h2, p {
    z-index: 5;
}

#testimonials .nav-link.active {
    background-color: var(--white-off);
    margin-bottom: 1rem;
    border-radius: 0px;
    border-bottom: 1px solid #0070F0;
}

#testimonials .nav-link p {
    font-size: 15px;
    margin-bottom: 0rem;
}

@media only screen and (min-width: 1200px) {
    #what h2.section-heading {
        font-size: 5rem;
        color: #FFF;
    }
}

@media only screen and (max-width: 1200px) {
    #what h2.section-heading {
        font-size: 3rem;
        color: #FFF;
    }
}

.cc_dialog.simple {
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    position: fixed;
}

button {
    all: unset;
    position: relative;
    cursor: pointer;
}

    button:focus {
        outline: none;
    }

.nav-link {
    color: var(--black);
}

.nav-item .dropdown a:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--black);
    background-color: #0070F0;
}

.nav-link.active p {
    color: var(--black);
}

.nav-link .active:focus {
    color: var(--black);
}

.nav-link .active:focus-within {
    color: var(--black);
}


.nav-pills .nav-link {
    border-radius: 0rem;
    border: 1px #F2F2F2 solid;
    padding: 1.5rem;
}

.nav-link p {
    margin-bottom: 0px;
}

#features .nav-link.active h3 {
    color: var(--white);
}

#features .nav-link.active p {
    color: var(--white);
}

input {
    border: 1px solid var(--black);
}

    input:focus {
        border: 1px solid var(--blue-logo);
        outline: none;
        box-shadow: 0 0 6px var(--blue-logo);
    }

    input[type=checkbox] {
        padding-top: 0;
        margin-top: 0;
        margin-right: 16px;
        width: 1em;
        height: 1em;
    }

label {
    padding-top: 0;
    margin-top: 0;
}

textarea {
    width: 100%;
    border: 1px solid var(--black);
    margin-bottom: 0;
}

    textarea:focus {
        border: 1px solid var(--blue-logo);
        outline: none;
        box-shadow: 0 0 6px var(--blue-logo);
    }

/* include use -moz-, -webkit-, or -o- for respective browser type*/
@-webkit-keyframes wheel_animation {
    0% {
        opacity: 0;
        top: 2px;
    }

    50% {
        opacity: 1;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 33px;
    }
}

@keyframes wheel_animation {
    0% {
        opacity: 0;
        top: 2px;
    }

    50% {
        opacity: 1;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 33px;
    }
}

.modal-dialog {
    max-width: 80%;
    margin: 30px auto;
}

.product-logo {
    max-height: 90px;
    max-width: 455px;
    padding-bottom: 2rem;
}


#privacy-statement h3 {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

#privacy-statement li {
    font-weight: 300;
    color: var(--grey);
}

#imgMainHero {
    width: 75%;
}

.dropdown-toggle::after {
    margin-left: 12px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0.8rem;
    margin-top: 0;
    box-shadow: rgba(0,0,0,0.2) 0px 2px 6px;
}

.dropdown-item {
    padding: 1rem;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .dropdown-item {
        text-align: center;
    }
}

.dropdown-item:hover,
.dropdown-item:focus {
    outline: none;
    box-shadow: none;
    background-color: var(--blue-light);
}

iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* START - Components */

@media screen and (max-width: 576px) {
    .title {
        font-size: 44px;
    }

}

.tile-card {
    background-color: var(--grey-lighter);
    border: 1px solid var(--grey-lighter); /* hacky fix to make child margins actually expand the tile-card */
    border-radius: 12px;
    box-shadow: rgba(0,0,0,0.2) 0px 2px 6px;
}

.tile-card__header {
    border-bottom: 2px solid var(--grey-light);
    padding-bottom: 32px;
    margin: 32px;
}

.tile-card__header > * {
    margin: 0;
    padding: 0;
}

.tile-card__body {
    margin: 32px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}


.tile-card_theme--secondary {
    background-color: #fff;
}

    .tile-card_theme--secondary .tile-card__header h3 {
        color: var(--blue-accessable);
    }

.client-logo {
    max-height: 64px;
}

.image-carousel__slide-viewer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px;
    gap: 48px;
}

@media screen and (max-width: 992px) {
    .image-carousel__slide-viewer {
        padding-left: 0;
        padding-right: 0;
        gap: 8px;
    }
}

.image-carousel__left-arrow {
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 24px solid var(--blue-accessable);
 }

    .image-carousel__left-arrow:hover {
        border-right-color: var(--blue-dark);
    }

    .image-carousel__left-arrow:disabled {
        border-right-color: var(--grey-light);
        cursor: not-allowed;
    }

.image-carousel__right-arrow {
    content: "";
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid var(--blue-accessable);
}

    .image-carousel__right-arrow:hover {
        border-left-color: var(--blue-dark);
    }

    .image-carousel__right-arrow:disabled {
        border-left-color: var(--grey-light);
        cursor: not-allowed;
    }

.image-carousel__slides {
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .image-carousel__slides > * {
        display: none;
    }

    .image-carousel__slides > .active {
        display: block;
    }

.image-carousel__cards {
    display: flex;
    flex-wrap: wrap;
}

    .image-carousel__cards .tile-card {
        flex-grow: 1;
        border-radius: 0;
        box-shadow: none;
        background-color: #fff;
        border: 1px solid #fff;
        cursor: pointer;
    }

.image-carousel__cards_rowcount--5 .tile-card {
    flex-basis: 20%;
    max-width: 20%;
}

.image-carousel__cards_rowcount--4 .tile-card {
    flex-basis: 25%;
    max-width: 25%;
}

@media screen and (max-width: 1200px) {
    .image-carousel__cards .tile-card {
        flex-basis: 50%; /* 2 cols */
        max-width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .image-carousel__cards .tile-card {
        flex-basis: 100%; /* 1 col */
        max-width: 100%;
    }
}

.image-carousel__cards .tile-card:hover {
    background-color: var(--grey-lighter);
    border: 1px solid var(--grey-lighter);
}

.image-carousel__cards .tile-card.active {
    background-color: var(--blue-accessable);
    border: 1px solid var(--blue-accessable);
}



.image-carousel__cards .tile-card.active .tile-card__header h3,
.image-carousel__cards .tile-card.active .tile-card__body p {
    color: #fff;
}

.image-carousel__cards .tile-card__header {
    padding-bottom: 0;
    border-bottom: none;
}



.sector-image {
    height: 100%;
    padding: 0;
}

@media screen and (min-width: 2560px) {
    .sector-image {
        max-height: 900px;
    }
}

@media screen and (min-width: 3840px) {
    .sector-image {
        max-height: 1100px;
    }
}

.sector-image-align {
    display: block;
    margin: auto;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .sector-image-align {
        height: 0;
    }
}

/* END - Components */

/* START - Utilities */

.border {
    border: 1px solid var(--black);
}

.border-right {
    border-right: 1px solid var(--black);
}

.border-right--none {
    border-right: none !important;
}

.border-bottom {
    border-bottom: 1px solid var(--black);
}

.border-bottom--none {
    border-bottom: none !important;
}

.border-left {
    border-left: 1px solid var(--black);
}

.border-left--none {
    border-left: none !important;
}

@media screen and (min-width: 768px) {
    .border-right_md {
        border-right: 1px solid var(--black);
    }

    .border-bottom--none_md {
        border-bottom: none !important;
    }
}


@media screen and (min-width: 1200px) {
    .border-right_xl {
        border-right: 1px solid var(--black);
    }

    .border-bottom--none_xl {
        border-bottom: none !important;
    }
}

.border_shape--circular {
    border-radius: 50%;
}

.border_color--light-grey {
    border-color: var(--grey-light);
}

.border-right_color--light-grey {
    border-right-color: var(--grey-light);
}



.btn_shape--pill {
    border-radius: 20px;
}

@media screen and (min-width: 2560px) {
    .btn_shape--pill {
        border-radius: 35px;
        padding-top: 16px;
        padding-bottom: 10px;
        padding-left: 21px;
        padding-right: 21px;
    }
}

@media screen and (min-width: 3840px) {
    .btn_shape--pill {
        border-radius: 40px;
        padding-top: 18px;
        padding-bottom: 13px;
        padding-left: 27px;
        padding-right: 27px;
    }
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Accessible blue icon filter colour */
.icon_blue {
    filter: brightness(0) saturate(100%) invert(23%) sepia(51%) saturate(4800%) hue-rotate(202deg) brightness(97%) contrast(101%);
}

.icon_grey {
    filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(316%) hue-rotate(140deg) brightness(88%) contrast(81%);
}

    /* Icon hover filter colour */
    .icon--hover_color--white:hover, .btn:hover .icon--hover_color--white {
        filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(7490%) hue-rotate(180deg) brightness(108%) contrast(104%);
    }

    .icon--hover_grey-dark:hover {
        filter: brightness(0) saturate(100%) invert(16%) sepia(6%) saturate(27%) hue-rotate(30deg) brightness(97%) contrast(88%);
    }
    
.icon_size-small {
    width: 32px;
    height: 32px;
}

.icon_size-standard {
    width: 48px;
    height: 48px;
}

.icon_size-large {
    width: 64px;
    height: 64px;
}

.icon_size-play {
    width: 11px;
    height: 14px;
}

.icon_size-css {
    width: 128px;
    height: 95px;
}

@media screen and (max-width: 1360px) {
    .icon_size-small {
        width: 24px;
        height: 24px;
    }
    
    .icon_size-standard {
        width: 32px;
        height: 32px;
    }

    .icon_size-large {
        width: 64px;
        height: 64px;
    }

    .icon_size-play {
        width: 11px;
        height: 14px;
    }

    .icon_size-css {
        width: 96px;
        height: 71px;
    }
}

@media screen and (min-width: 2560px) {
    .icon_size-small {
        width: 32px;
        height: 32px;
    }

    .icon_size-standard {
        width: 48px;
        height: 48px;
    }

    .icon_size-large {
        width: 64px;
        height: 64px;
    }

    .icon_size-play {
        width: 16px;
        height: 22px;
    }

    .icon_size-css {
        width: 128px;
        height: 95px;
    }
}

@media screen and (min-width: 3840px) {
    .icon_size-small {
        width: 48px;
        height: 48px;
    }

    .icon_size-standard {
        width: 64px;
        height: 64px;
    }

    .icon_size-large {
        width: 80px;
        height: 80px;
    }

    .icon_size-play {
        width: 16px;
        height: 22px;
    }

    .icon_size-css {
        width: 160px;
        height: 118px;
    }
}

.icon--hover_color--white:hover,
.btn:hover .icon--hover_color--white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(7490%) hue-rotate(180deg) brightness(108%) contrast(104%);
}

.icon--awards {
    background-image: url(/img/icons/icon-awards.svg);
}

.icon--building {
    background-image: url(/img/icons/icon-building.svg)
}

.icon--collaboration {
    background-image: url(/img/icons/icon-collaboration.svg);
}

.icon--compliance {
    background-image: url(/img/icons/icon-compliance.svg);
}

.icon--configure-to-you {
    background-image: url(/img/icons/icon-configure-to-you.svg);
}

.icon--coordinate {
    background-image: url(/img/icons/icon-coordinate.svg);
}

.icon--education {
    background-image: url(/img/icons/icon-education.svg);
}

.icon--enhance-data {
    background-image: url(/img/icons/icon-enhance-data.svg);
}

.icon--facebook {
    background-image: url(/img/icons/icon-facebook.svg);
}

.icon--government {
    background-image: url(/img/icons/icon-government.svg);
}

.icon--improve-efficiency {
    background-image: url(/img/icons/icon-improve-efficiency.svg);
}

.icon--instagram {
    background-image: url(/img/icons/icon-instagram.svg);
}

.icon--linkedin {
    background-image: url(/img/icons/icon-linkedin.svg);
}

.icon--manufacturing {
    background-image: url(/img/icons/icon-manufacturing.svg);
}

.icon--mitigate-project {
    background-image: url(/img/icons/icon-mitigate-project.svg);
}

.icon--one-platform {
    background-image: url(/img/icons/icon-one-platform.svg);
}

.icon--play {
    background-image: url(/img/icons/icon-play.svg);
}

.icon--problem {
    background-image: url(/img/icons/icon-problem.svg);
}

.icon--reduce-risk {
    background-image: url(/img/icons/icon-reduce-risk.svg);
}

.icon--safety-reports {
    background-image: url(/img/icons/icon-safety-reports.svg);
}

.icon--save-time {
    background-image: url(/img/icons/icon-save-time.svg);
}

.icon--solution {
    background-image: url(/img/icons/icon-solution.svg);
}

.icon--stay-informed {
    background-image: url(/img/icons/icon-stay-informed.svg);
}

.icon--twitter {
    background-image: url(/img/icons/icon-x.svg);
}

.icon--understanding {
    background-image: url(/img/icons/icon-understanding.svg);
}

.icon--unlimited-users {
    background-image: url(/img/icons/icon-unlimited-users.svg);
}

.icon--youtube {
    background-image: url(/img/icons/icon-youtube.svg);
}

/* END - Utilities */

/* START - Bootstrap Extensions */
.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.img-64 {
    width: 100%;
    max-width: 64px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .img-md-128 {
        width: 100%;
        max-width: 128px;
        height: auto;
    }
}
/* END - Bootstrap Extensions */

@media only screen and (min-width: 2560px) {
    .img_usecase, .img_testimonal {
        width: 80%;
        height: auto;
    }

  
}

@media only screen and (min-width: 3840px) {
    .img_usecase, .img_testimonal {
        width: 70%;
        height: auto;
    }

}

/*CONTACT PAGE start*/
.contact-main {
    padding-top: 5rem;
    min-height: 100vh;
}

@media only screen and (max-width: 991px) {
    #contact {
        background: #E6E6E6;
    }
}

@media only screen and (min-width: 992px) {
    #contact {
        background: url(/img/contact-background.svg),#E6E6E6;
        background-repeat: no-repeat;
        background-position-x: 90%;
    }
}

@media only screen and (min-width: 1366px) {
    #contact {
        background: url(/img/contact-background.svg),#E6E6E6;
        background-repeat: no-repeat;
        background-position-x: 90%;
    }

    .contact-main {
        padding-top: 5rem;
        min-height: 100vh;
    }
}

@media only screen and (min-width: 1440px) {
    #contact {
        background: url(/img/contact-background.svg),#E6E6E6;
        background-repeat: no-repeat;
        background-position-x: 90%;
    }
}

@media only screen and (min-width: 1600px) {
    #contact {
        background: url(/img/contact-background.svg),#E6E6E6;
        background-repeat: no-repeat;
        background-position-x: 90%;
    }
}

@media only screen and (min-width: 1920px) {
    #contact {
        background: url(/img/contact-background.svg),#E6E6E6;
        background-repeat: no-repeat;
        background-position-x: 90%;
    }
}

@media only screen and (min-width: 2560px) {
    #contact {
        background: url(/img/contact-background.svg),#E6E6E6;
        background-repeat: no-repeat;
        background-position-x: 70%;
    }

    .contact-main {
        padding-top: 6rem;
        min-height: 100vh;
    }

    .g-recaptcha {
        transform: scale(2.5);
    }
}

@media only screen and (min-width: 3840px) {
    #contact {
        background: url(/img/contact-background.svg),#E6E6E6;
        background-repeat: no-repeat;
        background-position-x: 80%;
    }

    .contact-main {
        padding-top: 8rem;
        min-height: 100vh;
    }

    .g-recaptcha {
        transform: scale(3);
    }
}

.contact_field {
    width: 100%;
    border: 1px solid var(--black);
    margin-bottom: 16px;
    font-size: 21px;
}

    .contact_field:focus {
        border: 1px solid var(--blue-logo);
        outline: none;
        box-shadow: 0 0 6px var(--blue-logo);
    }

.contact_field_align {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.contact_field_asterix {
    padding-left: 16px;
    z-index: -1;
}

.contact_button_align {
    display: flex;
    align-content: center;
    justify-content: center;
}

.contact_button {
    width: 100%;
    margin-bottom: 16px;
    border: 0;
    background-color: var(--blue-accessible);
    border-radius: 20px;
    color: white;
    font-size: 21px;
    font-weight: bold;
}

    .contact_button:hover {
        background-color: var(--blue-dark);
    }

.contact_field-align-right {
    padding-right: 16px;
}

.contactModal {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.contactModal-content {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: var(--white);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    height: 30%;
}

@media only screen and (max-width: 989px) {
    .contactModal-content {
        width: 50%;
        height: 35%;
    }
}

.contact-image-align {
    justify-content: center;
    align-content: center;
}

@media only screen and (max-width: 991px) {
    .contact-image {
        display: none;
    }
}

/*CONTACT PAGE end*/