﻿.color-primary {
    color: #1799dd;
}

.color-secondary {
    color: #001b2f;
}

.color-title {
    color: #0a2540;
}

.color-text {
    color: #869ab8;
}

.color-success {
    color: #3bb079;
}

.color-brand-light {
    color: #d9e1ec;
}

.color-bs-light {
    color: #f8f9fa;
}

.color-dark {
    color: #0a2540;
}

.color-dark-alt {
    color: #24374e;
}

.text-primary {
    color: #1799dd !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.reg-code {
    color: #A4AECC !important;
    opacity: 1 !important;
}

@media (max-width: 500px) {
    .image-web {
        display: none;
    }
}

@media (min-width: 501px) {
    .image-mobile {
        display: none;
    }
}

.bg-primary {
    background-color: #1799dd !important;
}

.bg-1 {
    background-color: #EFEFEE;
}

.bg-2 {
    background-color: #ffffff;
}

.bg-brand-primary {
    background-color: #1799dd;
}

.bg-secondary {
    background-color: #001b2f;
}

.bg-brand-dark {
    background-color: #0a2540;
}

.bg-brand-dark-alt {
    background-color: #24374e;
}

.bg-grey {
    background-color: #f1f4f8;
}

.bg-cover {
    background: no-repeat center center/cover;
}

.bg-cover-left {
    background: no-repeat 10% center/cover;
}

.dark-border-top {
    border-top: solid 1px rgba(56, 76, 116, 0.5);
}

.border-calendar {
    border-color: #1799dd !important;
}

.border-customers {
    border-color: #052B7F !important;
}

.border-integrations {
    border-color: #00d0ff !important;
}

.border-feature-blue {
    border-color: #1799dd !important;
}

.border-feature-dark-blue {
    border-color: #052B7F !important;
}

.border-feature-light-blue {
    border-color: #00d0ff !important;
}

.feature-text {
    color: #C2C7D6;
}

.fw-semibold {
    font-weight: 600;
}

.fw-heavy {
    font-weight: 800;
}

.fw-500 {
    font-weight: 500 !important;
}

.shadow-alt {
    box-shadow: 0 15px 50px 20px rgba(51, 51, 79, 0.12);
}

.shadow-alt-2:hover {
    box-shadow: 0 15px 50px 20px rgba(51, 51, 79, 0.12);
}

.shadow-light-lg {
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05);
}

.shadow-lg-alt {
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1) !important;
}

.lift {
    -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}

    .lift:focus, .lift:hover {
        box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }

.lift-lg:focus, .lift-lg:hover {
    box-shadow: 0 2rem 5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.05) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.z-10 {
    z-index: 10;
}

.z-15 {
    z-index: 15;
}

.z-20 {
    z-index: 20;
}

.rounded-xl {
    border-radius: 10px;
}

.pb-6 {
    padding-bottom: 6rem;
}

.pb-7 {
    padding-bottom: 7rem;
}

.pb-8 {
    padding-bottom: 8rem;
}

.pb-9 {
    padding-bottom: 9rem;
}

.pb-10 {
    padding-bottom: 10rem;
}

.py-6 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.py-7 {
    padding-bottom: 7rem;
    padding-top: 7rem;
}

.py-8 {
    padding-bottom: 8rem;
    padding-top: 8rem;
}

.py-9 {
    padding-bottom: 9rem;
    padding-top: 9rem;
}

.py-10 {
    padding-bottom: 10rem;
    padding-top: 10rem;
}

.pb-15 {
    padding-bottom: 15rem;
}

.pt-6 {
    padding-top: 6rem;
}

.pt-7 {
    padding-top: 7rem;
}

.pt-8 {
    padding-top: 8rem;
}

.pt-9 {
    padding-top: 9rem;
}

.pt-10 {
    padding-top: 10rem;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mb-7 {
    margin-bottom: 7rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.mb-9 {
    margin-bottom: 9rem;
}

.mb-10 {
    margin-bottom: 10rem;
}

.text-lg {
    font-size: 16px;
}

.text-xl {
    font-size: 20px;
}

.release-notes-title {
    font-size: 18px;
    margin-bottom: 6px;
}

.release-notes-detail-title {
    font-size: 36px;
}

.release-notes-muted {
    color: #98a6ad;  
    font-size: 12.8px;
}

.release-notes-container {
    color: #506581;
    line-height: 1.6;
}

    .release-notes-container h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

        .release-notes-container h2:not(:first-of-type) {
            margin-top: 4rem;
        }

    .release-notes-container h3 {
        font-size: .85rem;
        font-weight: 600;
        margin-bottom: .35rem;
        margin-left: 40px;
    }

    .release-notes-container > ul {
        font-size: 14px;
        margin-left: 25px;
        margin-bottom: 1.5rem;
    }

.release-notes-detail .my-4 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}

.release-notes-detail .list-inline .list-inline-item {
    font-size: 14px;
}

    .release-notes-detail .list-inline .list-inline-item a:hover {
        color: #356884;
        text-decoration: none !important;
    }

    .release-notes-detail .list-inline .list-inline-item .color-title {
        font-weight: 600;
        color: #12263f;
    }

.list-dot li {
    margin-right: 0 !important;
}

    .list-dot li:not(:last-child):after {
        background-color: #ccc;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 5px;
        margin: 0 10px;
        transform: translateY(-1px);
        width: 5px;
    }

.btn-icon {
    margin-left: 12px;
}

.fill-white {
    fill: #fff;
}

.fill-light {
    fill: #d9e1ec;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.overlay-black:before {
    background-color: #161c2d;
}

.overlay-60:before {
    opacity: .6;
}

.border-primary {
    border-color: #1799dd !important;
}

.mt-n6, .my-n6 {
    margin-top: -2rem !important;
}

.mt-n8, .my-n8 {
    margin-top: -3rem;
}

@media (min-width: 768px) {
    .mb-md-8, .my-md-8 {
        margin-bottom: 3rem !important;
    }

    .mt-md-n14, .my-md-n14 {
        margin-top: -12rem;
    }

    .pb-md-11, .py-md-11 {
        padding-bottom: 6rem !important;
    }

    .pb-md-14, .py-md-14 {
        padding-bottom: 14rem !important;
    }

    .pb-md-15, .py-md-15 {
        padding-bottom: 16rem !important;
    }

    .border-left-md {
        border-left: 1px solid #d9e2ef;
    }

    .vh-md-100 {
        height: 100vh;
    }

    .position-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .card-img-right {
        border-radius: 0 .375rem .375rem 0;
    }

    .card-img-left {
        border-radius: .375rem 0 0 .375rem;
    }
}

.btn {
    font-weight: 400;
}

    .btn:focus, .btn:active, .btn:focus:active {
        box-shadow: none;
        outline: 0;
    }

.btn-primary {
    background-color: #1799dd;
    border-color: #1799dd;
}

    .btn-primary:hover {
        background-color: #1279af;
        border-color: #1279af;
    }

.btn-secondary {
    background-color: #001b2f;
    border-color: #001b2f;
}

    .btn-secondary:hover {
        background-color: black;
        border-color: black;
    }

.btn-success {
    background-color: #3bb079;
    border-color: #3bb079;
}

    .btn-success:hover {
        background-color: #2e8a5f;
        border-color: #2e8a5f;
    }

.btn-outline-primary {
    border-color: #1799dd;
    color: #1799dd;
}

    .btn-outline-primary:hover {
        background-color: #1799dd;
        border-color: #1799dd;
        color: #fff;
    }

.btn-link {
    color: #1799dd;
    text-decoration: none;
}

.btn-dark {
    background-color: #18181b;
    border-color: #18181b;
    padding: 10px 28px;
    font-size: 14.4px !important;
}

    .btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
        color: #fff;
        background-color: rgb(33.25,39.3571428571,47.5);
        border-color: rgb(28,33.1428571429,40);
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: rgb(28,33.1428571429,40);
        border-color: rgb(22.75,26.9285714286,32.5);
    }

.shape {
    pointer-events: none;
    position: absolute;
}

    .shape:not([class*=shape-blur]) {
        overflow: hidden;
    }

        .shape:not([class*=shape-blur]) > * {
            -webkit-transform: scale(2);
            transform: scale(2);
        }

    .shape > * {
        display: block;
    }

.shape-bottom {
    right: 0;
    bottom: 0;
    left: 0;
}

    .shape-bottom > * {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

.shape-fluid-x > * {
    width: 100%;
    height: auto;
}

.shape-fluid-y > * {
    width: auto;
    height: 100%;
}

.shape-bottom-100 {
    right: 0;
    bottom: 100%;
    left: 0;
}

    .shape-bottom-100 > * {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

.shape-blur-3 {
    top: 0;
    right: 0;
    left: 0;
}

    .shape-blur-3 > * {
        width: 100%;
        height: auto;
    }

.shape-left {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .shape-left > * {
        position: inherit;
        top: inherit;
        bottom: inherit;
        left: inherit;
        -webkit-transform-origin: center right;
        transform-origin: center right;
    }

.dropdown-menu {
    border: none;
    padding: 2rem;
    opacity: 0;
}

    .dropdown-menu.show {
        opacity: 1;
    }

    .dropdown-menu.dropdown-menu-lg {
        min-width: 35rem;
    }

.list-hover {
    flex-wrap: wrap;
    margin: 0 -12px;
}

    .list-hover.show {
        display: flex;
    }

.list-hover-item {
    border-radius: 3px;
    margin-bottom: 16px;
    width: 50%;
}

    .list-hover-item:hover {
        background-color: #f6f9ff;
    }

        .list-hover-item:hover .list-hover-title {
            color: #1799dd;
        }

    .list-hover-item a {
        display: inline-block;
        padding: 8px 12px;
        text-decoration: none;
    }

    .list-hover-item .list-hover-title {
        color: #0a2540;
        display: flex;
        font-size: 16px;
        font-weight: 600;
    }

    .list-hover-item:last-child,
    .list-hover-item:nth-last-child(2) {
        margin-bottom: 0;
    }

.dropdown-toggle:after {
    border: none;
    color: #1799dd;
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    vertical-align: unset;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        transition-property: opacity,transform,-webkit-transform;
        transform: translate3d(-50%, 0px, 0px);
    }

        .navbar-nav .dropdown-menu.showing {
            display: flex;
        }
}

@media (max-width: 991px) {
    .dropdown-menu {
        padding: 1rem 0;
    }

        .dropdown-menu.dropdown-menu-lg {
            min-width: 0;
        }

    .list-hover-item {
        width: 100%;
    }
}

.alt-tabs {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

    .alt-tabs li {
        border-left: 1px solid #c3cddd;
        border-top: 1px solid #c3cddd;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-color: #c3cddd;
        border-bottom-color: #c3cddd;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        padding: 10px 35px;
        min-width: 160px;
        transition: all 0.1s ease-in-out 0s;
        text-align: center;
        position: relative;
        background-color: white;
        z-index: 1;
    }

        .alt-tabs li:first-of-type {
            border-top-left-radius: 4px;
        }

            .alt-tabs li:first-of-type > a {
                padding: 1em 2.2em;
            }

        .alt-tabs li:last-of-type {
            border-right-style: solid;
            border-top-right-radius: 4px;
        }

            .alt-tabs li:last-of-type > a {
                padding: 1em 3em;
            }

        .alt-tabs li:before {
            content: "";
            display: block;
            height: 4px;
            position: absolute;
            transition: all 0.1s ease-in-out 0s;
        }

        .alt-tabs li:after {
            background-color: transparent;
            bottom: -2px;
            left: 0px;
            right: 0px;
        }

        .alt-tabs li:before, .alt-tabs li:after {
            content: "";
            display: block;
            height: 4px;
            position: absolute;
            transition: all 0.1s ease-in-out 0s;
        }

        .alt-tabs li.active:after {
            background-color: white;
        }

        .alt-tabs li.active > a {
            color: #0a2540;
        }

        .alt-tabs li > a {
            display: inline-block;
            position: relative;
            z-index: 1;
            margin: -2em;
            white-space: nowrap;
            font-size: 14px;
        }

.tabs-lower {
    background-color: white;
    border-top: 1px solid #cee3ff;
}

.form-control {
    color: #869ab8;
}

    .form-control:focus {
        box-shadow: none;
        outline: 0;
    }

/* Input Groups */
.input-group-append,
.input-group-prepend {
    display: flex;
}

.input-group-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .8125rem 1.25rem;
    margin-bottom: 0;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
    color: #869ab8;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #f1f4f8;
    border-radius: .375rem;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

    .input-group-append .btn {
        font-size: 12px;
        font-weight: 600;
        padding: .75rem 1.5rem;
        text-transform: uppercase;
    }

    .input-group-append .input-group-text {
        padding: 0 .5rem !important;
    }

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    font-size: 1rem;
    padding: 1rem 1.5rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.badge {
    letter-spacing: .5px;
    padding: 7px 14px;
}

.badge-dark {
    background-color: rgba(27, 42, 78, 0.1);
    color: #0a2540;
}

.badge-alt {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.device-combo-iphonex-iphonex {
    padding-bottom: 130.250482%;
}

.device-combo {
    position: relative;
}

    .device-combo > .device {
        position: absolute;
    }

.device::before {
    content: "";
    background-color: #f9fbfd;
}

.device-combo-iphonex-iphonex > .device-iphonex:first-child {
    bottom: 0;
    left: 0;
    width: 65.5260116%;
    z-index: 1;
}

.device-macbook::before, .device-macbook > .device-screen {
    top: 11.53846154%;
    left: 13.38709677%;
    width: 73.548387096%;
    height: 73.076923076%;
}

.device-iphonex::before, .device-iphonex > .device-screen {
    top: 7.784431138%;
    left: 16.4021164%;
    width: 66.137566137%;
    height: 80.838323353%;
}

.device-screen, .device::before {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}

.device > .img-fluid {
    position: relative;
}

.device-combo-macbook-iphonex > .device-macbook {
    top: 0;
    left: 0;
}

.device-combo-iphonex-macbook > .device-macbook,
.device-combo-macbook-iphonex > .device-macbook {
    width: 91.7159763%;
}

.device-combo-iphonex-macbook, .device-combo-macbook-iphonex {
    padding-bottom: 62.4260355%;
}

    .device-combo-iphonex-macbook > .device-iphonex {
        bottom: 0;
        left: 0;
    }

    .device-combo-iphonex-macbook > .device-iphonex, .device-combo-macbook-iphonex > .device-iphonex {
        width: 27.9585799%;
        z-index: 1;
    }

    .device-combo-iphonex-macbook > .device-macbook {
        top: 0;
        right: 0;
    }

.flickity-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: calc(1.6em + 1.625rem + 2px);
    height: calc(1.6em + 1.625rem + 2px);
    background-color: #1799dd;
    color: #fff;
}

    .flickity-button:hover {
        background-color: #1279af;
    }

    .flickity-button:focus {
        box-shadow: none;
    }

    .flickity-button:active {
        opacity: 1;
    }

.flickity-button-icon {
    display: none;
}

.flickity-button::after, .flickity-button::before {
    font-family: "Font Awesome 6 Pro";
}

.flickity-button.previous::before {
    content: "\f177";
}

.flickity-button.next::before {
    content: "\f178";
}

.flickity-prev-next-button.previous {
    left: -25px;
}

.flickity-prev-next-button.next {
    right: -25px;
}

.flickity-page-dots {
    bottom: -40px;
}

.form-control {
    border: 1px solid #dedede;
    color: #0a2540;
    height: calc(1.6em + 1.625rem + 2px);
    line-height: 1.6;
    padding: .8125rem 1.25rem;
}

textarea.form-control {
    height: auto;
    min-height: 100px;
}

.lead {
    font-size: 1.24rem;
    font-weight: 400;
}

.small, small {
    font-size: .870em;
}

::selection {
    background-color: #1799dd;
    color: #fff;
}

::-moz-selection {
    background-color: #1799dd;
    color: #fff;
}

body {
    color: #869ab8;
    font-family: Inter, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
}

a {
    color: #1799dd;
    text-decoration: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #0a2540;
    font-weight: 700;
}

p {
    line-height: 1.8;
}

.video-title {
    color: #0a2540;
}

    .video-title:hover {
        color: #1799dd;
    }

.container-sml {
    max-width: 1000px;
}

.container-xs {
    max-width: 800px;
}

.fad:after {
    opacity: .2;
}

.badge-float {
    position: absolute;
    z-index: 1000;
}

.badge-float-outside {
    top: -.75rem;
    right: -.75rem;
}

    .badge-float-outside.outside-right-lg {
        right: -1.75rem;
    }

@media (min-width: 1200px) {
    .badge-float-home {
        position: absolute;
        z-index: 1000;
    }
}

@media (min-width: 1200px) {
    .badge-float-home-outside {
        top: .25rem;
    }
}

.card-meta {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 3rem 2rem;
}

.card-meta-divider {
    color: #f1f4f8;
    opacity: 1;
    width: 100%;
    margin: 0 0 1.5rem;
}

.navbar .btn {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: .5rem 1rem;
    }
}

.navbar-logo {
    height: 30px;
}

.hero {
    padding: 6rem 0;
}

.hero-lead {
    max-width: 800px;
}

.custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-bottom svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 180px;
        transform: rotateY(180deg);
    }

    .custom-shape-divider-bottom .shape-fill {
        fill: #FFFFFF;
    }

    .custom-shape-divider-bottom.dark .shape-fill {
        fill: #0a2540;
    }

.accordion-toggle.collapsed .far {
    transform: rotate(180deg);
    transform-origin: 50%;
}

.bg-icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 55px;
    justify-content: center;
    margin-bottom: 10px;
    width: 55px;
}

    .bg-icon img {
        max-height: 30px;
        max-width: 30px;
    }

    .bg-icon.icon-alt {
        background-color: transparent;
        height: 35px;
        width: 35px;
    }

.title-icon {
    height: 40px;
    margin-bottom: 20px;
    width: 40px;
}

.hyphen-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0 10px;
}

    .hyphen-list a {
        color: #24374e;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        opacity: .75;
        text-decoration: none;
        text-transform: uppercase;
    }

        .hyphen-list a:hover {
            opacity: 1;
        }

    .hyphen-list li:not(:last-of-type):after {
        color: #ddecfa;
        content: "-";
        font-weight: 900;
        margin: 0 10px;
        position: relative;
    }

.subtitle {
    color: #869ab8;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    .subtitle.ls-0 {
        letter-spacing: 0;
    }

.play-button {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

    .play-button:hover .play-img {
        opacity: 1;
    }

    .play-button .play-img {
        height: 150px;
        left: 50%;
        opacity: .8;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: opacity .15s ease-in-out;
        width: 150px;
    }

.play-button-2 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

    .play-button-2:hover .play-img-2 {
        opacity: 1;
    }

    .play-button-2 .play-img-2 {
        height: 150px;
        left: 50%;
        opacity: .8;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: opacity .15s ease-in-out;
        width: 150px;
    }

.partner-logo {
    max-height: 60px;
}

.card-body {
    padding: 2rem;
}

.card-border {
    border: none;
    border-radius: 6px;
}

    .card-border:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        border-top-width: 2px;
        border-bottom-width: calc(.375rem - 2px);
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: inherit;
        border-bottom-color: transparent;
        border-top-left-radius: .375rem;
        border-top-right-radius: .375rem;
    }

.case-study-logo {
    max-height: 35px;
}

.content {
    font-size: 16px;
}

    .content p + h2,
    .content p + h3,
    .content p + h4,
    .content p + h5,
    .content p + h6 {
        margin-top: 3rem;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}

.lightbox-container {
    z-index: 1000;
}

.image-hero {
    background-position: center;
    background-size: cover;
}

.highlight-item {
    overflow: hidden;
    position: relative;
}

    .highlight-item .highlight-bg {
        position: absolute;
        right: 0;
        top: -20px;
        width: 60%;
    }

    .highlight-item .inner {
        position: relative;
        z-index: 5;
    }

.profile-img {
    height: 60px;
    width: 60px;
}

.search-item + .search-item {
    padding-top: 2rem;
}

.footer-link {
    color: #A4AECC !important;
    opacity: .8 !important;
}

    .footer-link:hover {
        color: #506690;
    }

.notes-section + .notes-section {
    border-top: solid 1px #dee2e6;
    margin-top: 2rem;
    padding-top: 2rem;
}

.notes-section p > strong {
    color: #0a2540;
}

.release-note-list {
    list-style: none;
    padding-left: 0;
}

    .release-note-list li {
        margin-bottom: 16px;
    }

.release-index-item {
    padding: 24px !important;
}

.release-index-item, .release-index-item:hover {
    transition: all .15s ease-in-out;
}

    .release-index-item:hover {
        border-color: #c2c8cd !important;
        box-shadow: 0 .1875rem .375rem 0 rgba(140,152,164,.25);
    }

.badge-primary-lighten {
    font-size: 11.2px;
    color: #0065ad;
    background-color: rgba(0,101,173,.18);
    padding: 6px 12px !important;
    border-radius: 10rem;
}

.footer,
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer .h1, .footer .h2, .footer .h3, .footer .h4, .footer .h5, .footer .h6 {
    color: #A4AECC;
}

    .footer a {
        color: #fff;
        opacity: .7;
    }

        .footer a:hover {
            opacity: 1;
        }

    .footer .footer-brand {
        max-width: 200px;
    }

    .footer .list-social {
        font-size: 1.2rem;
    }

        .footer .list-social a {
            color: #fff;
        }

            .footer .list-social a:hover {
                color: #fff;
            }

.cookie-container {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.2rem 2.4rem !important;
    bottom: 0;
    display: none;
    font-size: 14px;
    padding: 40px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.settings-container {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.2rem 2.4rem !important;
    bottom: 0;
    display: none;
    font-size: 14px;
    padding: 40px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.settings-border {
    border: 1px solid #DFE3E6;
}

.settings-scrollbar {
    max-height: 600px;
    overflow-y: scroll;
}

.settings-padding {
    padding-left: 28px;
    padding-right: 28px;
}

.settings-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

    .settings-row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        margin-top: var(--bs-gutter-y);
    }

.umb-block-grid__layout-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-rows: minmax(50px, min-content);
    -moz-column-gap: var(--umb-block-grid--column-gap, 0);
    column-gap: var(--umb-block-grid--column-gap, 0);
    row-gap: var(--umb-block-grid--row-gap, 0);
}

.umb-block-grid__layout-item {
    position: relative;
    /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
    grid-column-end: span min(calc(var(--umb-block-grid--item-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
    grid-row: span var(--umb-block-grid--item-row-span, 1);
}


.umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-rows: minmax(50px, min-content);
    -moz-column-gap: var(--umb-block-grid--areas-column-gap, 0);
    column-gap: var(--umb-block-grid--areas-column-gap, 0);
    row-gap: var(--umb-block-grid--areas-row-gap, 0);
}

.umb-block-grid__area {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
    grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--area-grid-columns));
    grid-row: span var(--umb-block-grid--area-row-span, 1);
}

@media (min-width:1024px) {
    .umb-block-grid__layout-item {
        grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
    }

    .umb-block-grid__area {
        grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
    }
}

.umbraco-forms-form fieldset {
    margin: 0 0 0em !important;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea, .umbraco-forms-form select {
    border: 1px solid #dedede !important;
}

.umbraco-forms-form legend {
    font-weight: 400 !important;
    font-size: 1.5rem !important;
}

.umbraco-forms-form .checkboxlist label {
    float: none !important;
}