/*
 *	### Body
 */

body {
    background: #fff;
    font-family: 'Oswald', sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    outline: none;
    color: #3473c8;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #528cb3;
    text-decoration: none;

}

/*!
* Copyright (c) 2017, Froala (https://www.froala.com/),
* with Reserved Name: Froala Design Blocks.
* https://github.com/froala/design-blocks
* Code and documentation copyright 2018 Froala Labs. Code released under the Froala Open Web Design License.
* https://github.com/froala/design-blocks/blob/master/LICENSE
*/

.fdb-block {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

/* Parallax */

.section-parallax [class*="parallax-"] {
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-parallax.parallax-food {
    height: 480px;
}


.section-parallax h2 {
    color: #fff;
    text-shadow: 1px 1px #000;
    font-weight: 700;
}

.section-parallax h3 {
    color: #ee1c25;
}

.section-parallax p {
    color: #fff;
}

.section-parallax [class*="parallax-"] .card {
    background: rgba(0, 0, 0, 0.5);
}

.section-parallax [class*="parallax-"] .card p {
    color: #fff;
}

.section-parallax .subheading {
    color: #f7f7f7;
    font-size: 1.25rem;
}


/*.fdb-block-transparent,
.block-transparent {
   background-color: rgba(255, 255, 255, 0.9);
}*/


.fdb-block .fdb-touch {
    z-index: 2;
    border-top: solid 0.3125rem #313131;
}

.fdb-block .fdb-box {
    overflow: hidden;
    border-radius: 0.25rem;
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
    padding: 3.75rem 2.5rem;
    background: #fffffff0;
    color: #444;
}

.fdb-block h2 {
    font-weight: 700;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .2px;
}

.fdb-block h3 {
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
}

.fdb-block p {
    font-size: 1em;
    font-family: 'Manrope', sans-serif;
}

.fdb-block p.heading {
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
}

.fdb-block .fdb-heading {
    margin-bottom: 2em;
}

.fdb-block .fdb-heading h2 {
    color: #3473c8;
}

.fdb-block .fdb-heading h3 {
    margin-bottom: 0;
    color: #0e3873;
}

.fdb-block .fdb-heading .lead {
    margin-bottom: 0;
    font-size: 1.2rem;
}

/*
* Floating blocks
*/

.fdb-block .col-fill-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fdb-block .col-fill-left+div {
    position: relative;
    z-index: 2;
}

.fdb-block .col-fill-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fdb-block .col-fill-right+div {
    position: relative;
    z-index: 2;
}


/*
*	### Header
*/

header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

#navigation {
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;

    padding: 5px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background: rgba(244, 251, 250, 1);
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

#navigation.navbar-fixed-top {
    background-color: rgba(244, 251, 250, 0.95);
}

.navbar-fixed-top .navbar {
    padding-right: 0;
    padding-left: 0;
}

.navbar-brand {
    position: relative;
    z-index: 101;
    width: 200px;
}

.navbar-brand img {
    /*position: absolute;
    top: -32px;*/
}

#navigation.navbar-fixed-top .navbar-brand img {
    height: 75px;
}

.navbar-nav .nav-item a {
    color: #2c3544;
    font-size: 1.25rem;
}

.navbar-nav .nav-item a:hover {
    color: #ee1c25;
}

.navbar-nav .nav-item.active a {
    color: #ee1c25;
}

.navbar-nav .nav-link {
    display: inline-block;
}

.navbar-nav>li {
    align-self: center;
}

.navbar-nav>li:not(.nav-item-lang) {
    flex: 1 1 auto;
}

.navbar-nav .nav-item.nav-item-lang:first-child,
.navbar-nav .nav-item.nav-item-lang:first-of-type {
    padding-left: 20px;
}

.navbar-nav .nav-item-lang .nav-link {
    padding: 0 0.25rem;
}

.navbar-nav .nav-item-lang .nav-link:first-child {
    padding-left: 0;
}

.nav-item-business-hours,
.nav-item-contact {
    display: flex;
    flex-direction: column;
}

.navbar-nav .nav-item-business-hours.nav-item a {
    padding: 0;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item-business-hours .nav-link {
        padding: 0;
    }
}

.nav-item-business-hours .nav-link,
.nav-item-business-hours .nav-link span {
    display: inline-block;
    padding: 0;
    font-size: 1rem;
}

.nav-item-contact a.whatsapp {
    color: #ee1c25;
}

#navigation.navbar-fixed-top .nav-item-business-hours {
    display: none;
}

#navigation.navbar-fixed-top .navbar-brand {
    width: auto;
    margin-right: 0;
}

#navigation.navbar-fixed-top .navbar-nav>li.nav-item-brand {
    flex: 0;
}

#navigation.navbar-fixed-top .nav-item-contact {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

#navigation.navbar-fixed-top .nav-item-contact>span:not(:first-child) {
    margin-left: 10px;
}

a.h-phone,
a.h-whatsapp {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
}

a[class*=h-]:not(:first-child) {
    margin-left: 7px;
}

a[class*=h-] .fa {
    line-height: 38px;
    font-size: 1.5rem;
}

a.h-phone {
    background: #777;
    color: #fff;
}

a.h-whatsapp {
    background: #ee1c25;
    color: #fff;
}

/*
*	### Main
*/

main[role="main"] {
    position: relative;
    overflow: hidden;
    z-index: 10;
    background: #fff;
}

//*
* Carousel */ #carouselHomepageBanner .carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    background-size: cover;
}

.carousel-item p.lead {
    font-weight: 700;
    font-size: 1.75rem;
}

.carousel-item p {
    color: #fff;
}

.carousel-indicators li:last-child {
    margin-right: 0;
}

.carousel-caption {
    bottom: 0;
    padding-bottom: 0;
}

/* homepage carousel */

#carouselHomepageBanner.carousel {
    max-height: 650px;
}

#carouselHomepageBanner .carousel-item,
#carouselHomepageBanner .carousel-inner {
    width: auto;
    height: 100%;
}

#carouselHomepageBanner .carousel-inner img {
    width: 100%;
    height: auto;
}


/*
* ### Section
*/

section {
    position: relative;
    clear: both;
    background: #fff;
}

section p,
section ul li {
    line-height: 1.5;
    color: #3e3e3e;
}

/* Gradient heading */

.gradient {
    display: inline-block;
    color: #a80b12;
    text-align: left;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(left, #3f1355 0%, #ee1c25 100%)
}

/*
*	Section : Breadcrumbs
*/
section.section-breadcrumbs {
    margin: 0;
    padding: 1rem 0;
}

.section-breadcrumbs .breadcrumb {
    margin: 2rem 0;
    border: 0;
    padding: 0;
    background: none;
}

.section-breadcrumbs .breadcrumb span {
    color: #abaaaa;
}

.section-breadcrumbs .breadcrumb li a:hover span {
    color: #ee1c25;
}

/*
*	Section : Content
*/

.section-content h2,
.section-content h3 {
    margin-bottom: 32px;
}

.section-content p,
.section-content ul li {
    line-height: 1.75;
    font-size: 1rem;
}

.section-content p:not(:last-child) {
    margin-bottom: 15px;
}

.section-content ul {
    margin: 0;
    padding: 0;
}

.section-content ul li {
    list-style-type: square;
    margin-left: 1.5em;
}

.section-content .row:not(:last-child),
.section-content ul {
    margin-bottom: 25px;
}

/*
*	Section : Checked list
*/

.section-content ul.checked li {
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
}

.section-content ul.checked li:before {
    position: absolute;
    top: .4em;
    left: 0;
    line-height: 1;
    font-family: 'FontAwesome', sans-serif;
    content: "\f00c";
    color: #4873c0;
}

/*
* Image gallery carousel
*/

.owl-carousel {
    padding: 0 10px;
}

.owl-carousel .item {
    margin: 5px;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto
}

.owl-carousel,
.owl-theme .owl-controls {
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 42.5%;
    margin: 0;
    border-radius: 0;
    padding: 0;
    background: none;
    color: #000;
    font-size: 1.5rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -15px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -15px;
}

/*
 * Section: Links
 */

.section-links {
    padding-top: 8rem;
    padding-bottom: 1.5rem;
}

.section-links [class^="col"] {
    text-align: center;
}

.section-links img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.section-links img:hover {
    -webkit-filter: none;
    filter: none;
}


/*
*	Section : Location and concept
*/

.section-location-concept {
    background: #f8f9f9;
}

.section-location-concept p {
    color: #08432f;
}


/*
*	Section : Testimonials
*/

.section-testimonials {
    background: linear-gradient(110deg, #530c0f 20%, #ee1c25 50%, #231f20 50%);
}


/*
*	Section : Homepage location events
*/

.section-location-events {
    margin-bottom: 75px;
}

@media (max-width: 767px) {

    .fdb-block.section-location-events .col-fill-left,
    .fdb-block.section-location-events .col-fill-right {
        position: relative;
        display: block;
        top: auto;
        min-height: 200px;
        width: 100%;
        margin-bottom: 10px;
    }

    .fdb-block.section-location-events .row:last-child>.col {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .fdb-block.section-location-events .row:last-child>.col .container {
        order: 1;
    }
}


/*
* Section : Gallery
*/

/*.section-gallery [class*="col"] {
    position: relative;
    overflow: hidden;
}

.section-gallery [class*="col"] img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.section-gallery [class*="col"]:hover img {
    transform: scale(1.1);
}*/

/*
* Section: FAQs
*/

.section-faqs #accordion .card,
.section-faqs #accordion .card:last-child .card-header {
    border: none;
}

.section-faqs #accordion .card-header {
    border-bottom-color: #edeff0;
    padding: 0;
    background: transparent;
}

.section-faqs .btn {
    width: 100%;
    padding: 8px 0 !important;
    white-space: normal;
    text-align: left;
}

.section-faqs .btn.btn-section {
    display: inline-block;
    width: auto;
    padding: 0.5rem !important;
}

.section-faqs .btn-link:hover,
.section-faqs .btn-link:focus {
    text-decoration: none;
}

.section-faqs #accordion .card-body {
    padding: 1.25rem 0;
}

.section-faqs #accordion .card-body p {
    font-size: 1rem;
}

.section-faqs #accordion .card-body p:last-child {
    margin-bottom: 0;
}

/*
* Section: Form
*/

.fdb-block.section-form .fdb-box {
    overflow: inherit;
    padding: 1.75rem 1.5rem;
}

.fdb-block.section-form .reservation-details p {
    margin-bottom: 0;
}

/*
* Form
*/

/*
* Buttons
*/

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 8px 20px !important;
    font-weight: 400;
    font-size: 18px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn.btn-sm {
    padding: 4px 24px !important;
}

.btn.btn-md {
    padding: 8px 36px !important;
}

.btn.btn-lg {
    padding: 18px 48px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    border: 2px solid #b60710;
    background: #ee1c25;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #9a070e !important;
    background: #9a070e !important;
}

.btn-primary.btn-outline {
    border: 2px solid #9a070e;
    background: transparent;
    color: #9a070e;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #ee1c25;
    color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #edffe3;
    border-color: #edffe3;
}

/*
 * Animation button
 */

[class*="btn-"] .arrow-animation {
    position: relative;
    display: inline-block;
    transition: all 250ms ease-out;
    will-change: transform;
    color: #fff;
}

[class*="btn-"]:hover .arrow-animation,
[class*="btn-"]:focus .arrow-animation {
    -webkit-transform: translate3d(-16px, 0, 0);
    transform: translate3d(-16px, 0, 0);
}

[class*="btn-"] .arrow-animation i {
    position: absolute;
    opacity: 0;
    width: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}

[class*="btn-"]:hover .arrow-animation i,
[class*="btn-"]:focus .arrow-animation i {
    opacity: 1;
    right: -32px;
}

/*
 * Buttons colors
 */

.btn-primary-effect {
    border: 0;
    background: #a60c13;
    background: linear-gradient(90deg, #030104 0%, #ee1c25 100%);
    color: #fff;
}

.btn-primary-effect:hover {
    background: #a60c13;
    background: linear-gradient(90deg, #030104 0%, #ee1c25 100%);
    color: #fff;
}

.btn-outline-primary .arrow-animation {
    color: #ee1c25;
}

.btn-outline-primary:hover .arrow-animation {
    color: #fff;
}

.btn-outline-dark .arrow-animation {
    color: #3c464b;
}

.btn-outline-dark:hover .arrow-animation {
    color: #fff;
}

/*
* Horizontal line
*/

hr {
    border-top-style: dotted;
}

/*
* Form
*/

.form-control {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: transparent;
    font-size: 1rem;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

select.form-control {
    position: relative;
    padding: 0 .75rem;
}

.form-control:active,
.form-control:focus {
    border-color: #9a070e;
    outline: none;
    box-shadow: none;
}

/*
* Section form
*/

.section-form .col {
    position: relative;
}

.section-form .form-control[readonly][class*='datepicker'] {
    background-color: transparent;
}

.section-form .col label {
    font-size: 0.875rem;
}

/*
* Captcha
*/

.frm__captcha>* {
    display: inline-block;
    vertical-align: middle;
}

.frm__captcha input {
    width: 100px;
    font-size: 0.875rem;
}

/*
* Section: Contact
*/

.section-contact {
    padding-top: 0;
}

/*
*	### Helpers
*/

/*
* Clearfix
*/

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

/*
* Divider
*/

hr {
    border-top: 1px dotted #ccc;
    text-align: center;
}

hr::after {
    display: inline-block;
    position: relative;
    top: -18px;
    padding: 0 10px;
    background: #fff;
    color: #ccc;
    font-family: 'FontAwesome', sans-serif;
    content: "\f05d";
    font-size: 24px;
}

/*
* Overflow
*/

.overflow-block {
    overflow: hidden;
}

/*
* Equals row columns height
*/

.row-equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-equal>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* OpenStreetMap
*/

.OpenStreetMap {
    height: 25em;
}

.OpenStreetMap.olMap {
    margin-bottom: 0 !important;
}

.OpenStreetMap .olMapViewport {
    z-index: 0;
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: auto;
}

.leaflet-tile-container {
    pointer-events: auto;
}

/*
* Hidden email address
*/

.hiddenemail {
    color: #3d766d;
}

.hiddenemail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.hiddenemail:hover {
    color: #000;
    cursor: pointer;
}

/*
* Responsive tables
*/

.rwd__tbl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.rwd__tbl_cell {
    display: table-cell;
}

/*---------------*/
/***** Steam *****/
/* https://codepen.io/NadaSadek/pen/xxRgZbq */
/*---------------*/

.steam {
    position: absolute;
    top: 30%;
    width: 640px;
    height: 480px;
    z-index: 44;
    opacity: 0.8;
    display: flex;
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.steam::before {
    content: "";
    width: 640px;
    height: 480px;
    background: #fff;
    -webkit-animation: fadeOutUp linear 5s;
    animation: fadeOutUp linear 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-clip-path: polygon(33% 40%, 52% 12%, 84% 29%, 62% 65%, 54% 89%, 73% 92%, 73% 74%, 53% 63%, 77% 57%, 95% 31%, 71% 3%, 34% 47%, 50% 37%, 69% 39%, 69% 29%, 76% 35%, 61% 6%, 64% 47%, 91% 9%, 51% 5%, 84% 61%, 91% 49%, 35% 19%, 40% 10%, 57% 41%, 57% 54%, 92% 19%);
    clip-path: polygon(33% 40%, 52% 12%, 84% 29%, 62% 65%, 54% 89%, 73% 92%, 73% 74%, 53% 63%, 77% 57%, 95% 31%, 71% 3%, 34% 47%, 50% 37%, 69% 39%, 69% 29%, 76% 35%, 61% 6%, 64% 47%, 91% 9%, 51% 5%, 84% 61%, 91% 49%, 35% 19%, 40% 10%, 57% 41%, 57% 54%, 92% 19%);
    border-radius: 60% 50%;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 0.6;
        transform: translate3d(0, -20%, 0);
    }

    20% {
        opacity: 0.3;
        transform: translate3d(0, -40%, 0);
    }

    40% {
        opacity: 0.4;
        transform: translate3d(0, -60%, 0);
    }

    60% {
        opacity: 0.3;
        transform: translate3d(0, -80%, 0);
    }

    80% {
        opacity: 0.4;
        transform: translate3d(0, -90%, 0);
    }

    90% {
        opacity: 0.2;
        transform: translate3d(0, -95%, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 0.6;
        transform: translate3d(0, -20%, 0);
    }

    20% {
        opacity: 0.3;
        transform: translate3d(0, -40%, 0);
    }

    40% {
        opacity: 0.4;
        transform: translate3d(0, -60%, 0);
    }

    60% {
        opacity: 0.3;
        transform: translate3d(0, -80%, 0);
    }

    80% {
        opacity: 0.4;
        transform: translate3d(0, -90%, 0);
    }

    90% {
        opacity: 0.2;
        transform: translate3d(0, -95%, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@media screen and (max-width: 768px) {
    .steam {
        top: 20%;
        width: 480px;
        height: 320px;
    }

    .steam::before {
        width: 480px;
        height: 320px;
    }
}

/*
*	### Footer
*/

footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f1eae0;
    background: -moz-linear-gradient(180deg, #3a3a3a 0%, #111111 100%);
    background: -webkit-linear-gradient(180deg, #353434 0%, #292929 100%);
    background: linear-gradient(180deg, #080808 0%, #30302f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1a8", endColorstr="#fbf5d7", GradientType=1);
    color: #c5c5c5;
}

footer .container {
    min-height: 300px;
}

footer h4 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.5rem;
}

footer p {
    margin-bottom: 0;
    line-height: 1.85;
}

footer p,
footer span {
    color: #fff;
    font-size: 0.875rem;
}

footer p>span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 5px;
    background: #21263a;
    text-align: center;
    border-radius: 100%;
}

footer a {
    font-size: 1rem;
}

footer a,
footer .hiddenemail {
    color: #51576a;
}

footer a.selected,
footer a:hover,
footer .hiddenemail:hover {
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
}

footer ul li+li {
    margin-top: 10px;
}

/*
* Back to top
*/

#back-to-top {
    position: fixed;
    right: 1rem;
    bottom: 5rem;
    z-index: 99999;
    display: none;
}

#back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.25s;
    background: #4873c0;
    color: #fff;
    font-size: 1.5rem;
}

#back-to-top i:hover {
    background: #725635;
    color: #fff;
    cursor: pointer;
}

/*
*	### Media Queries
*/

@media only screen and (max-width: 767px) {

    /*
     *	### Header
     */
    .navbar-toggler i {
        font-size: 1.75rem;
    }

    .navbar-expand-md .navbar-collapse {
        padding-top: 0;
    }

    .navbar-collapse.collapsing .navbar-nav>li,
    .navbar-collapse.collapse .navbar-nav>li {
        align-self: flex-start;
    }

    .navbar-brand img {
        position: relative;
        top: auto;
        height: 60px;
    }

    /*
	 *	Carousel
	 */
    @media only screen and (max-width: 767px) {

        /*#carouselHomepageBanner .carousel-item {
            max-height: 350px;
        }*/
        .carousel-caption p:not(.lead):not([class*="mt"]) {
            display: none;
        }

        .carousel-caption p.lead {
            line-height: 1;
        }

        .carousel-caption [class*="mt"] {
            margin-top: 0.5rem !important;
        }
    }
}


/*
     * Floating blocks
     */
.section-filler .col-fill-left,
.section-filler .col-fill-right {
    max-width: 540px !important;
}
}

@media (min-width: 768px) and (max-width: 992px) {

    /*
     *	### Header
     */
    .navbar-right {
        float: left !important;
        margin-right: 0;
    }

    .navbar-brand img {
        height: 75px;
    }

    .navbar-nav .nav-item-lang .nav-link {
        padding-left: 0;
    }
}

@media screen and (max-width: 992px) {

    /*
    * Header
    */
    .navbar-toggler i {
        font-weight: 700;
        font-size: 2rem;
        color: #9a070e;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    /*
     * Floating blocks
     */
    .section-filler {
        padding-bottom: 0;
    }

    .section-filler>div:first-child {
        display: flex;
        flex-flow: column;
    }

    .section-filler .col-fill-left,
    .section-filler .col-fill-right {
        position: relative;
        order: 2;
        width: 100%;
        max-width: 720px;
        height: 300px;
        margin: 0 auto;
    }

    .section-filler .col-fill-left {
        order: 1;
    }

    .section-filler .col-fill-right {
        order: 2;
    }

    .section-filler .container {
        order: 1;
    }

    .section-filler .container [class*='col'] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*
     *	### Footer
     */
    footer .row>div:not(:last-child) {
        margin-bottom: 2em;
    }

    footer .px-5 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

/* Redesign inspired by provided reference */
:root {
    --brand-dark: #0f2748;
    --brand-dark-2: #1d2f4a;
    --brand-red: #c53a33;
    --brand-gold: #f0a726;
    --brand-slate: #657286;
    --brand-light: #f4f6fa;
}

body {
    font-family: 'Oswald', sans-serif;
    color: #243347;
}

p {
    font-family: 'Manrope', sans-serif;
}

#navigation {
    background: #fff;
    box-shadow: 0 10px 30px rgba(16, 35, 64, .1);
    position: sticky;
    top: 0;
    z-index: 100;
}

#navigation .nav-item-business-hours {
    background: var(--brand-dark);
    color: #d9e2f1;
    border-radius: 6px;
    padding: 6px 16px;
}

#navigation .nav-item-business-hours a {
    color: #d9e2f1;
}

#navigation .navbar-brand img {
    max-height: 68px;
}

#navigation .nav-item-contact {
    color: var(--brand-dark);
    font-weight: 700;
}

#navigation .nav-link {
    color: #2a3850;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .4px;
}

#navigation .nav-item.active>.nav-link,
#navigation .nav-link:hover {
    color: var(--brand-red);
}

.hero-fire {
    background: linear-gradient(100deg, rgba(15, 39, 72, .9), rgba(197, 58, 51, .55)), url('../images/footer.jpg') center/cover no-repeat;
    color: #fff;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.hero-fire h1 {
    font-size: 3rem;
    font-weight: 800;
}

.hero-fire p {
    color: #e2e8f2;
    max-width: 620px;
}

.btn-fire {
    background: var(--brand-gold);
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 13px 24px;
}

.btn-fire:hover {
    background: #d69216;
    color: #fff;
}

.stats-fire {
    margin-top: 28px;
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
}

.stats-fire div {
    font-size: 14px;
    text-transform: uppercase;
    color: #d5ddef;
}

.stats-fire strong {
    display: block;
    font-size: 2rem;
    color: #fff;
}

.fire-band {
    height: 90px;
    background: linear-gradient(100deg, var(--brand-dark) 0 35%, var(--brand-red) 35% 100%);
}

.section-dark {
    background: var(--brand-dark);
    color: #dbe5f7;
}

.section-slate {
    background: #5f6b7c;
    color: #fff;
}

.card-fire {
    background: #fff;
    border: 0;
    box-shadow: 0 18px 35px rgba(13, 34, 62, .12);
    border-radius: 0;
}

.card-fire {
    width: 100%;
    height: 100%;
}

.card-fire .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    height: 100%;
}

.faq-panel {
    background: #2f3f56;
    color: #fff;
    padding: 28px;
}

.faq-panel .accordion .card {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.faq-panel .btn-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

footer.fdb-block {
    background-blend-mode: multiply;
    background-color: rgba(10, 26, 49, .88);
    color: #d6e1f2;
}

footer h4,
footer a {
    color: #fff;
}

@media (max-width: 991px) {
    .hero-fire {
        min-height: 460px;
    }

    .hero-fire h1 {
        font-size: 2.2rem;
    }

    #navigation .nav-item-business-hours,
    #navigation .nav-item-contact {
        display: none;
    }
}

/* Home page full redesign (mockup style) */
.psi-topline {
    background: #1e4f99;
    color: #dce8fb;
}

.psi-topline .container {
    font-size: 12px;
}

.psi-hero {
    background: linear-gradient(90deg, rgba(12, 29, 59, .88), rgba(12, 29, 59, .45)), url('../images/footer.jpg') center/cover no-repeat;
    min-height: 620px;
    padding: 110px 0 70px;
    color: #fff;
    position: relative;
}

.psi-hero h1 {
    font-size: 64px;
    line-height: 1.02;
    font-weight: 800;
    max-width: 760px;
}

.psi-hero p {
    max-width: 560px;
    color: #d6deef;
}

.psi-kicker {
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
}

.psi-counters {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(8, 22, 45, .92);
    display: flex;
    gap: 44px;
    padding: 18px 28px;
}

.psi-counters strong {
    display: block;
    color: #ff6a3d;
    font-size: 44px;
    line-height: 1;
}

.psi-counters span {
    font-size: 12px;
    text-transform: uppercase;
    color: #dbe7ff;
}

.psi-intro {
    padding: 6.5rem 0;
    background: #fff
}

.psi-intro-products {
    background: #fff
}

.psi-intro-services {
    background: #fff
}

.psi-intro-layout {
    align-items: center
}

.psi-intro-media {
    position: relative
}

.psi-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 28px 60px rgba(32, 33, 54, .16);
    background: #f4f1ec
}

.psi-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(21, 29, 45, .18) 100%);
    pointer-events: none
}

.psi-image-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .7s ease, filter .7s ease
}

.psi-intro-media:hover .psi-image-card img {
    transform: scale(1.06);
    filter: saturate(1.05)
}

.psi-intro-counter {
    position: absolute;
    right: -34px;
    bottom: 36px;
    background: #fff;
    color: #252b35;
    padding: 20px 26px;
    min-width: 220px;
    box-shadow: 0 24px 50px rgba(26, 30, 40, .16);
    z-index: 2
}

.psi-intro-counter-label {
    display: block;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #9c6a2a;
    font-weight: 700;
    margin-bottom: 8px
}

.psi-intro-counter-value {
    font-family: 'Oswald', sans-serif;
    font-size: 58px;
    line-height: .95;
    font-weight: 700;
    color: #1b2434
}

.psi-intro-copy {
    padding-left: 26px
}

.psi-intro-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #e22d2d;
    text-transform: none
}

.psi-intro-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px
}

.psi-intro h2 {
    font-size: 54px;
    line-height: 1.08;
    font-weight: 700;
    color: #2a2d34;
    max-width: 620px;
    margin: 0
}

.psi-title-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 12px
}

.psi-title-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #c61f1f 0%, #ff9b2f 100%);
    transform: scaleX(0);
    transform-origin: left center;
    animation: psiTitleUnderline .9s ease forwards .25s;
    border-radius: 999px
}

.psi-intro p {
    font-size: 15px;
    line-height: 1.72;
    color: #50535d;
    max-width: 620px;
    margin-bottom: 32px
}

.psi-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #c52828 !important;
    transition: color .25s ease, transform .25s ease
}

.psi-inline-link i {
    transition: transform .25s ease
}

.psi-inline-link:hover {
    color: #8f1313 !important;
    transform: translateX(2px)
}

.psi-inline-link:hover i {
    transform: translateX(5px)
}

.psi-intro-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 18px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #f3eadf;
    border-radius: 18px
}

.psi-feature-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 92px;
    padding: 24px 26px;
    background: #fff;
    border: 1px solid #efe8df;
    box-shadow: 0 12px 26px rgba(35, 39, 53, .04);
    border-radius: 16px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease
}

.psi-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(35, 39, 53, .1);
    border-color: #e89c9c
}

.psi-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #fff 0%, #fff7ef 45%, #f3e7da 100%);
    color: #f39a39;
    font-size: 22px;
    box-shadow: inset 0 0 0 1px #f0dfce, 0 8px 16px rgba(232, 169, 103, .16);
    flex: 0 0 auto
}

.psi-feature-card h3 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #373a42
}

.psi-feature-card p {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #474b55
}

.psi-feature-copy {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.psi-intro-products .psi-intro-layout {
    align-items: stretch !important
}

.psi-intro-box {
    background: #fff;
    border: 1px solid #efe6dc;
    border-radius: 28px;
    padding: 34px 36px;
    box-shadow: 0 18px 40px rgba(33, 45, 72, .06)
}

.psi-intro-products .col-lg-6 {
    display: flex;
    flex-direction: column
}

.psi-intro-products .psi-intro-copy,
.psi-intro-products .psi-intro-media,
.psi-intro-products .psi-image-card {
    height: 100%
}

.psi-intro-products .psi-intro-media {
    display: flex
}

.psi-intro-products .psi-image-card img {
    height: 100%;
    aspect-ratio: auto
}

.psi-intro-products .psi-intro-copy p {
    max-width: none
}

.psi-intro-services .psi-intro-copy>p {
    max-width: none
}

.psi-intro-services .psi-intro-copy {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0
}

.psi-intro-services .psi-intro-copy h2,
.psi-intro-services .psi-intro-copy p,
.psi-intro-services .psi-intro-heading-row {
    max-width: none;
    width: 100%
}

.psi-intro-services .psi-intro-layout {
    align-items: stretch !important
}

.psi-intro-services .col-lg-6 {
    display: flex;
    flex-direction: column
}

.psi-intro-services .col-lg-12 {
    display: flex;
    flex-direction: column
}

.psi-intro-services .psi-intro-copy,
.psi-intro-services .psi-intro-media,
.psi-intro-services .psi-image-card {
    height: 100%
}

.psi-intro-services .psi-intro-media {
    display: flex
}

.psi-intro-services .psi-image-card img {
    height: 100%;
    aspect-ratio: auto
}

.psi-intro-features-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 18px;
    background: #fffdfb;
    border-style: dashed
}

.psi-intro-features-compact .psi-feature-card {
    min-height: 90px;
    padding: 20px 22px;
    gap: 16px;
    align-items: center;
    border-radius: 14px;
    box-shadow: none
}

.psi-intro-features-compact .psi-feature-icon {
    width: 42px;
    height: 42px;
    font-size: 13px;
    color: #9fabc2;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
}

.psi-intro-features-single {
    grid-template-columns: 1fr
}

.psi-intro-features-compact .psi-feature-card h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #474b55
}

.psi-intro-services .psi-intro-features-single {
    width: 100%;
    gap: 20px;
    padding: 24px;
    margin-top: 26px;
    max-width: none
}

.psi-intro-services .psi-intro-features-single .psi-feature-card {
    align-items: flex-start;
    min-height: 0;
    padding: 24px 28px
}

.psi-intro-services .psi-intro-features-single .psi-feature-copy {
    gap: 10px;
    width: 100%
}

.psi-intro-services .psi-intro-features-single .psi-feature-card h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #252b36
}

.psi-intro-services .psi-intro-features-single .psi-feature-card p {
    font-size: 16px;
    line-height: 1.75;
    color: #5c6472
}

.psi-mid-cta {
    padding: 18px 0 14px;
    margin: 56px 0;
    background: #fff
}

.psi-mid-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 34px 38px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 84% 18%, rgba(168, 33, 33, .14) 0%, rgba(168, 33, 33, 0) 20%),
        radial-gradient(circle at 66% 34%, rgba(122, 18, 18, .18) 0%, rgba(122, 18, 18, 0) 26%),
        linear-gradient(115deg, #060606 0%, #131313 34%, #1f1f1f 66%, #2a2a2a 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .07)
}

.psi-mid-cta-box {
    min-height: 280px;
    padding: 56px 38px
}

.psi-mid-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .025) 0%, rgba(255, 255, 255, 0) 36%, rgba(0, 0, 0, .12) 100%);
    pointer-events: none
}

.psi-mid-cta-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, #6b0f12 0%, #9a1b1b 46%, #c52b2b 100%)
}

.psi-mid-cta-copy,
.psi-mid-cta-actions,
.psi-mid-cta-icon {
    position: relative;
    z-index: 1
}

.psi-mid-cta-copy {
    max-width: 720px;
    padding: 0
}

.psi-mid-cta-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #ffd4a9
}

.psi-mid-cta-box h3 {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.08;
    color: #fff;
    max-width: 660px
}

.psi-mid-cta-box p {
    margin: 0;
    max-width: 590px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .84)
}

.psi-mid-cta-icon {
    flex: 0 0 176px;
    position: relative;
    width: 176px;
    height: 138px
}

.psi-mid-cta-icon svg {
    left: 50%;
    position: absolute;
    top: 50%;
    will-change: transform
}

.psi-mid-cta-outer {
    transform: translate(-50%, -50%) translate(-15px, -22.5px);
    z-index: 1;
    transition: transform .2s cubic-bezier(.55, 0, .1, 1)
}

.psi-mid-cta-gradient {
    transform: translate(-50%, -50%) translate(15px, 22.5px);
    z-index: 2;
    transition: transform .2s cubic-bezier(.55, 0, .1, 1)
}

.psi-mid-cta-icon:hover .psi-mid-cta-outer {
    transform: translate(-50%, -50%) translate(-11px, -19px)
}

.psi-mid-cta-icon:hover .psi-mid-cta-gradient {
    transform: translate(-50%, -50%) translate(11px, 19px)
}

.psi-mid-cta-outer path {
    stroke-dasharray: 300px;
    stroke-dashoffset: -300px;
    transition: stroke-dashoffset 2.8s linear
}

.psi-mid-cta-gradient .psi-mid-cta-border path {
    stroke-dasharray: 555px;
    stroke-dashoffset: -555px
}

.psi-mid-cta-gradient .psi-mid-cta-line path {
    stroke-dasharray: 121px;
    stroke-dashoffset: -121px
}

.psi-mid-cta-gradient .psi-mid-cta-line-3 path {
    stroke-dasharray: 70px;
    stroke-dashoffset: -70px
}

.psi-mid-cta-icon.is-animated .psi-mid-cta-outer path {
    stroke-dashoffset: 0
}

.psi-mid-cta-icon.is-animated .psi-mid-cta-gradient .psi-mid-cta-border path {
    animation: psiMidCtaDrawPath 7s linear forwards infinite;
    stroke-dasharray: 138.75px
}

.psi-mid-cta-icon.is-animated .psi-mid-cta-gradient .psi-mid-cta-border path:nth-of-type(2) {
    animation-delay: 1s
}

.psi-mid-cta-icon.is-animated .psi-mid-cta-gradient .psi-mid-cta-border path:nth-of-type(3) {
    animation-delay: 2s
}

.psi-mid-cta-icon.is-animated .psi-mid-cta-gradient .psi-mid-cta-border path:nth-of-type(4) {
    animation-delay: 3s
}

.psi-mid-cta-icon.is-animated .psi-mid-cta-gradient .psi-mid-cta-line path {
    animation: psiMidCtaDrawPath 4s linear forwards infinite;
    stroke-dasharray: 60.5px
}

.psi-mid-cta-icon.is-animated .psi-mid-cta-gradient .psi-mid-cta-line path:nth-child(2) {
    animation-delay: 1s
}

.psi-mid-cta-icon.is-animated .psi-mid-cta-gradient .psi-mid-cta-line-3 path {
    stroke-dasharray: 35px
}

.psi-mid-cta-icon.no-offset path {
    animation: none !important;
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
    transition: none !important
}

.psi-mid-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    flex: 0 0 290px
}

.psi-mid-cta-offer {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 235, 219, .16);
    color: #fff;
    padding: 15px 22px;
    border-radius: 16px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12)
}

.psi-mid-cta-offer:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 222, 194, .34);
    color: #fff
}

.psi-mid-cta-phone {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 235, 219, .16);
    color: #fff !important;
    transition: transform .28s ease, background .28s ease, border-color .28s ease
}

.psi-mid-cta-phone:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 222, 194, .34)
}

.psi-mid-cta-phone-icon {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 18px;
    box-shadow: 0 10px 22px rgba(50, 6, 6, .22);
    flex: 0 0 auto
}

.psi-mid-cta-phone-icon::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 20px;
    border: 1px solid rgba(255, 214, 166, .4);
    animation: psiPhonePulse 2.1s ease-out infinite
}

.psi-mid-cta-phone-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.12
}

.psi-mid-cta-phone-copy small {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #ffd7b4;
    margin-bottom: 5px
}

.psi-mid-cta-phone-copy strong {
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

@keyframes psiPhonePulse {
    0% {
        transform: scale(.92);
        opacity: .7
    }

    70% {
        transform: scale(1.14);
        opacity: 0
    }

    100% {
        transform: scale(1.14);
        opacity: 0
    }
}

@keyframes psiMidCtaDrawPath {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes psiTitleUnderline {
    to {
        transform: scaleX(1)
    }
}

.psi-benefits {
    padding: 6rem 0 5rem;
    background: #fff
}

.psi-benefits-heading {
    max-width: 820px;
    margin: 0 auto 44px
}

.psi-benefits-heading h2 {
    margin-bottom: 14px
}

.psi-benefits-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: #5a616d;
    font-size: 17px;
    line-height: 1.75
}

.psi-certifications-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 0 48px;
    padding: 10px 0
}

.psi-certifications-wrap::before,
.psi-certifications-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    z-index: 2;
    pointer-events: none
}

.psi-certifications-wrap::before {
    left: 0;
    background: linear-gradient(90deg, #fff 15%, rgba(255, 255, 255, 0) 100%)
}

.psi-certifications-wrap::after {
    right: 0;
    background: linear-gradient(270deg, #fff 15%, rgba(255, 255, 255, 0) 100%)
}

.psi-certifications-track {
    display: flex;
    align-items: center;
    gap: 22px;
    width: max-content;
    animation: psiCertificationsMarquee 28s linear infinite
}

.psi-certifications-wrap:hover .psi-certifications-track {
    animation-play-state: paused
}

.psi-certification-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 124px;
    padding: 12px;
    background: #fff;
    border: 1px solid #ece3d8;
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(33, 45, 72, .06);
    transition: border-color .28s ease, box-shadow .28s ease
}

.psi-certification-item {
    flex: 0 0 auto;
    width: 190px
}

.psi-certification-item img {
    display: block;
    max-width: 88%;
    max-height: 88%;
    filter: grayscale(1);
    opacity: .82;
    transition: filter .28s ease, opacity .28s ease;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.psi-certification-item:hover {
    border-color: #dfc6b8;
    box-shadow: 0 16px 32px rgba(33, 45, 72, .08)
}

.psi-certification-item:hover img {
    filter: grayscale(0);
    opacity: 1
}

.psi-products-gallery-wrap .psi-certification-item img {
    filter: none;
    opacity: 1;
    width: 100%;
    height: 180px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    background: #fff;
    border-radius: 12px
}

.psi-certifications-wrap,
.psi-products-gallery-wrap,
.psi-certification-item {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.psi-products-gallery-wrap .psi-certification-item {
    width: 220px;
    min-height: auto;
    padding: 10px
}

@keyframes psiCertificationsMarquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-50% - 11px))
    }
}

.psi-benefits-grid {
    margin-top: -28px
}

.psi-benefits-grid>[class*="col-"] {
    margin-top: 28px
}

.psi-benefit-card {
    height: 100%;
    padding: 8px 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: transform .28s ease
}

.psi-benefit-card:hover {
    transform: translateY(-4px)
}

.psi-benefit-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
    text-align: left
}

.psi-benefit-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #9aa3b2;
    font-size: 22px;
    box-shadow: none;
    flex: 0 0 auto
}

.psi-benefit-copy {
    flex: 1 1 auto
}

.psi-benefit-card h5 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.4;
    color: #252b35;
    font-weight: 700
}

.psi-benefit-card p {
    margin: 0;
    max-width: none;
    font-size: 15px;
    line-height: 1.75;
    color: #5a616d
}

.psi-diagonal {
    height: 130px;
    background: linear-gradient(105deg, #10284a 0 40%, #bc3a34 40% 100%);
}

.psi-service-card {
    padding: 90px 0;
}

.psi-box {
    background: #8e97a6;
    color: #fff;
    padding: 52px;
    max-width: 560px;
}

.psi-band-dark {
    height: 260px;
    background: #657286;
}

.psi-copy {
    background: #fff;
}

.psi-note {
    background: #fff;
    box-shadow: 0 18px 35px rgba(25, 40, 60, .14);
    padding: 24px;
}

.psi-blue {
    padding: 0 0 2.25rem;
    background: linear-gradient(180deg, #111111 0%, #171717 100%)
}

.psi-certified-box {
    position: relative;
    padding: 44px 46px;
    border-left: 5px solid #c61f1f;
    border-radius: 22px;
    background: #141414;
    box-shadow: 0 24px 48px rgba(0, 0, 0, .22);
    overflow: hidden
}

.psi-certified-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 180px;
    background: linear-gradient(270deg, rgba(198, 31, 31, .16) 0%, rgba(198, 31, 31, 0) 100%)
}

.psi-certified-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff8b68;
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.psi-certified-box h2 {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 58px;
    line-height: 1.08
}

.psi-certified-box p {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    line-height: 1.8
}

.psi-certified-points {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: 26px
}

.psi-certified-points span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'Manrope', sans-serif
}

.psi-certified-points i {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c61f1f;
    color: #fff;
    font-size: 11px
}

.psi-blue ul {
    padding-left: 18px;
}

.psi-faq-strip {
    background: #fff;
}

.psi-faq-strip .container {
    background: #3a465a;
    padding: 36px;
}

.psi-faq-strip .card {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.psi-faq-strip .btn-link {
    color: #fff;
    font-weight: 700;
}

.psi-news .psi-post h4 {
    font-size: 16px;
    margin-top: 12px;
    font-weight: 800;
}

.psi-news .psi-post p {
    font-size: 14px;
}

.psi-about-banner {
    position: relative;
    background:
        radial-gradient(circle at 14% 20%, rgba(229, 77, 61, .08) 0, rgba(229, 77, 61, 0) 30%),
        linear-gradient(180deg, #f8f5f4 0%, #f7f4f3 100%);
    overflow: hidden
}

.psi-about-banner .container {
    position: relative;
    z-index: 1;
    max-width: none;
    padding-right: 0
}

.psi-about-banner-row {
    min-height: 630px;
    align-items: stretch;
    margin-right: 0
}

.psi-about-banner-media-col {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.psi-about-banner-copy {
    max-width: 520px;
    padding: 88px 22px 88px 12px
}

.psi-about-banner-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: #f9efeb;
    border: 1px solid #efd1c7;
    color: #ce3b2d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase
}

.psi-about-banner-copy h1 {
    margin: 0 0 22px;
    color: #172347;
    font-size: 72px;
    line-height: .9;
    font-weight: 800;
    letter-spacing: -.06em;
    max-width: 520px
}

.psi-about-banner-copy p {
    margin: 0;
    color: #646d80;
    font-size: 18px;
    line-height: 1.8;
    max-width: 500px
}

.psi-about-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px
}

.psi-about-banner-actions .psi-hero-pill {
    padding: 12px 22px !important;
    font-size: 13px;
    letter-spacing: .12em;
    background: #d83433;
    border-color: #d83433
}

.psi-about-banner-actions .psi-hero-pill:hover {
    background: #c92b2a;
    border-color: #c92b2a
}

.psi-about-banner-visual {
    position: relative;
    min-height: 630px;
    height: 100%;
    width: calc(100% + (((100vw - 100%) / 2)));
    display: flex;
    align-items: stretch;
    justify-content: flex-end
}

.psi-about-banner-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 0
}

.psi-about-split {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: #0e1420
}

.psi-about-split::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(14, 20, 32, .84) 0%, rgba(14, 20, 32, .66) 32%, rgba(14, 20, 32, .28) 62%, rgba(14, 20, 32, .78) 100%),
        radial-gradient(circle at 18% 22%, rgba(214, 30, 38, .18) 0, rgba(214, 30, 38, 0) 24%);
    z-index: 1
}

.psi-about-split::after {
    content: "";
    position: absolute;
    inset: -4%;
    background: url('../images/firefighter.jpg') center center/cover no-repeat;
    transform: scale(1);
    transform-origin: center center;
    animation: psiAboutSplitZoom 4s ease-in-out infinite alternate;
    z-index: 0
}

.psi-about-split-products::after {
    background: url('../images/psi/proutil-8.jpg') center center/cover no-repeat
}

.psi-about-split-services::after {
    background: url('../images/servicii3.jpg') center center/cover no-repeat
}

.psi-about-split-contact::after {
    background: url('../images/proutil-phone.png') center center/cover no-repeat
}

.psi-about-split-faq::after {
    background: url('../images/faq.jpg') center center/cover no-repeat
}

.psi-about-split .container {
    position: relative;
    z-index: 1
}

.psi-about-split-copy {
    max-width: 620px;
    padding: 24px 0
}

.psi-about-breadcrumbs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 8px 16px;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.psi-about-breadcrumbs a {
    color: #fff
}

.psi-about-breadcrumbs a:hover {
    color: #ffd2bf
}

.psi-about-split-copy h2 {
    margin-bottom: 22px;
    color: #fff;
    font-size: 58px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -.05em;
    text-shadow: 0 12px 28px rgba(0, 0, 0, .16)
}

.psi-about-split-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.85;
    max-width: 560px
}

.psi-about-hero {
    padding: 3rem 0 4.25rem;
    background: #f5f6fa
}

.psi-about-hero-copy {
    max-width: 980px;
    margin: 0 auto 34px
}

.psi-about-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #5f6681;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase
}

.psi-about-hero-copy h1 {
    margin: 0 auto 18px;
    max-width: 980px;
    color: #18213c;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.04em
}

.psi-about-hero-copy p {
    max-width: 780px;
    margin: 0 auto;
    color: #5f6778;
    font-size: 18px;
    line-height: 1.8
}

.psi-about-hero-gallery {
    margin-top: 26px
}

.psi-about-shot {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #e8ebf2;
    height: 100%;
    box-shadow: 0 14px 34px rgba(24, 33, 60, .08)
}

.psi-about-shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease
}

.psi-about-shot:hover img {
    transform: scale(1.04)
}

.psi-about-shot-wide {
    min-height: 320px
}

.psi-about-shot-tall {
    min-height: 320px
}

.psi-about-hero-gallery-compact .psi-about-shot-wide,
.psi-about-hero-gallery-compact .psi-about-shot-tall {
    min-height: 240px
}

.psi-about-hero-gallery-compact .psi-about-shot img {
    object-fit: contain;
    background: #f5f6f8
}

.psi-about-hero-gallery-equal .psi-about-shot-wide,
.psi-about-hero-gallery-equal .psi-about-shot-tall {
    min-height: 240px
}

.psi-about-hero-gallery-equal>[class*="col-"] {
    display: flex
}

.psi-about-hero-gallery-equal .psi-about-shot {
    width: 100%;
    height: 240px;
    min-height: 240px
}

.psi-about-hero-gallery-equal .psi-about-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.psi-about-services {
    padding: 5rem 0;
    background: #fff
}

.psi-about-mini-card {
    background: #fff;
    border: 1px solid #ebedf2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(24, 33, 60, .06);
    text-align: center;
    height: 100%
}

.psi-about-mini-card img {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover
}

.psi-about-mini-card span {
    display: block;
    padding: 14px 12px;
    color: #2a3143;
    font-size: 14px;
    font-weight: 700
}

.psi-about-services h2,
.psi-about-gallery h2,
.psi-about-story h2,
.psi-about-testimonials h2,
.psi-about-cta h2 {
    margin-bottom: 18px;
    color: #18213c;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -.03em
}

.psi-about-services p,
.psi-about-gallery p,
.psi-about-story p,
.psi-about-cta p {
    color: #5f6778;
    font-size: 16px;
    line-height: 1.85
}

.psi-about-band {
    padding: 5rem 0;
    background: #9d9d9f;
    text-align: center
}

.psi-about-band p {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    max-width: 760px;
    margin-inline: auto
}



.psi-about-section-heading {
    max-width: 860px;
    margin: 0 auto 34px
}

.psi-about-section-heading h2 {
    margin-bottom: 12px
}

.psi-about-mosaic .psi-about-shot {
    min-height: 240px
}

.psi-about-testimonials {
    position: relative;
    padding: 5.5rem 0;
    background: #efefef;
    overflow: hidden
}

.psi-about-testimonials .container {
    position: relative;
    z-index: 1
}

.psi-about-testimonials .psi-about-section-heading {
    margin-bottom: 42px
}

.psi-about-testimonials .psi-about-section-heading h2,
.psi-about-testimonials .psi-about-kicker {
    color: #18213c
}

.psi-about-testimonials .psi-about-section-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #5f6778;
    font-size: 17px;
    line-height: 1.8
}

.psi-about-testimonials-carousel {
    padding: 14px 70px 72px
}

.psi-about-testimonials-carousel .carousel-inner {
    min-height: 360px
}

.psi-about-testimonials-carousel .carousel-item {
    min-height: 360px
}

.psi-about-testimonial-card {
    position: relative;
    height: 100%;
    min-height: 290px;
    padding: 32px 30px;
    background: #fff;
    border: 1px solid #e3e6ec;
    border-radius: 24px;
    /*box-shadow: 0 18px 42px rgba(24, 33, 60, .08);*/
    transition: transform .28s ease, box-shadow .28s ease
}

.psi-about-testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(24, 33, 60, .12)
}

.psi-about-testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(216, 52, 51, .16);
    font-size: 72px;
    line-height: 1;
    font-family: Georgia, serif
}

.psi-about-stars {
    margin-bottom: 18px;
    color: #f4b13d;
    font-size: 18px;
    letter-spacing: .24em
}

.psi-about-testimonial-card p {
    margin-bottom: 22px;
    color: #4f586b;
    font-size: 16px;
    line-height: 1.9
}

.psi-about-testimonial-card strong {
    display: block;
    color: #18213c;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase
}

.psi-about-testimonial-card span {
    display: block;
    margin-top: 6px;
    color: #8a90a0;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.psi-about-testimonials-indicators {
    bottom: 8px;
    margin-bottom: 0
}

.psi-about-testimonials-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    border: 0;
    border-radius: 999px;
    background: rgba(24, 33, 60, .22);
    opacity: 1
}

.psi-about-testimonials-indicators .active {
    background: #d83433;
    box-shadow: 0 0 0 6px rgba(216, 52, 51, .15)
}

.psi-about-testimonials-control {
    top: 50%;
    bottom: auto;
    width: 52px;
    height: 52px;
    border: 1px solid #d6dbe5;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    transform: translateY(-50%);
    opacity: 1;
    transition: background .25s ease, border-color .25s ease, transform .25s ease
}

.psi-about-testimonials-control:hover {
    background: rgba(216, 52, 51, .92);
    border-color: rgba(216, 52, 51, .92);
    transform: translateY(-50%) scale(1.05)
}

.psi-about-testimonials-control span {
    color: #18213c;
    font-size: 30px;
    line-height: 52px
}

.psi-about-testimonials-control:hover span {
    color: #fff
}

.psi-about-testimonials-control.carousel-control-prev {
    left: 0
}

.psi-about-testimonials-control.carousel-control-next {
    right: 0
}

.psi-about-testimonials-note {
    margin-top: 18px
}

.psi-about-testimonials-note span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e3e6ec;
    color: #5f6778;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.psi-about-faq {
    padding: 4.25rem 0;
    background: #fff
}

.psi-about-faq-shell {
    padding: 2.75rem 3rem;
    border-radius: 24px;
    background: #fff;
}

.psi-about-faq-heading {
    max-width: 860px;
    margin: 0 auto 24px
}

.psi-about-faq-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    color: #5f6778;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: #fff
}

.psi-about-faq-heading h2 {
    margin-bottom: 12px
}

.psi-about-faq-heading em {
    font-style: normal;
    font-family: inherit;
    font-weight: inherit
}

.psi-about-faq-accordion .card {
    border: 0;
    border-bottom: 1px solid #e7e5ea;
    border-radius: 0;
    background: transparent
}

.psi-about-faq-accordion .card:last-child {
    border-bottom: 1px solid #e7e5ea
}

.psi-about-faq-accordion .card-header {
    padding: 0;
    border: 0;
    background: transparent
}

.psi-about-faq-accordion .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    color: #18213c;
    ,
    sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    white-space: normal
}

.psi-about-faq-accordion .btn-link:hover,
.psi-about-faq-accordion .btn-link:focus {
    color: #181b27;
    text-decoration: none
}

.psi-about-faq-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6dbe5;
    border-radius: 999px;
    color: #7a8496;
    font-size: 17px;
    transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease
}

.psi-about-faq-accordion .btn-link[aria-expanded="true"] .psi-about-faq-icon {
    transform: rotate(180deg);
    background: #ffffff;
    color: #18213c
}

.psi-about-faq-accordion .card-body {
    padding: 0 50px 18px 0;
    color: #5f6778;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 1.85
}

.psi-about-story {
    /*padding: 5.25rem 0;*/
    background: #fff
}

.psi-about-story .row.align-items-center {
    align-items: stretch !important
}

.psi-about-story .col-lg-5 {
    display: flex
}

.psi-about-story-visual {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    background: #eef1f6
}

.psi-about-story-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.psi-about-process {
    margin-top: 56px
}

.psi-about-process-intro h3 {
    margin-bottom: 12px;
    color: #18213c;
    font-size: 28px;
    font-weight: 600
}

.psi-about-process-intro p {
    margin: 0;
    color: #5f6778;
    font-size: 15px;
    line-height: 1.8
}

.psi-about-step {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.psi-about-step span {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4b13d;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    flex: 0 0 auto
}

.psi-about-step h4 {
    margin: 0 0 6px;
    color: #18213c;
    font-size: 17px;
    font-weight: 700
}

.psi-about-step p {
    margin: 0;
    color: #5f6778;
    font-size: 14px;
    line-height: 1.75
}

.psi-about-cta {
    padding: 5rem 0;
    background: #9d9d9f
}

.psi-about-cta-box {
    max-width: 760px;
    margin: 0 auto;
    padding: 42px 36px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .08)
}

.psi-about-cta-box p {
    max-width: 620px;
    margin: 0 auto 22px
}

@keyframes psiAboutSplitZoom {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.08)
    }
}

.psi-why {
    position: relative;
    padding: 5.5rem 0 4.5rem;
    background: #fefdfd
}

.psi-why-heading {
    max-width: 940px;
    margin: 0 auto 34px
}

.psi-why-kicker {
    display: block;
    margin-bottom: 16px;
    color: #5f6681;
    font-size: 17px;
    letter-spacing: .18em
}

.psi-why-heading h1 {
    margin: 0;
    color: #18213c;
    font-size: 68px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -.04em
}

.psi-why-heading h1 strong,
.psi-why-heading h1 .accent {
    color: #d61e26
}

.psi-why-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(420px, 1.3fr) minmax(220px, 1fr);
    align-items: center;
    gap: 24px;
    margin-top: 26px;
    background: url('../images/proutil-index.jpg') center 56%/min(980px, 74vw) no-repeat
}

.psi-why-column {
    display: flex;
    flex-direction: column;
    gap: 46px
}

.psi-why-card {
    text-align: center;
    color: #202946
}

.psi-why-number {
    display: block;
    margin-bottom: 14px;
    color: #d61e26;
    font-size: 78px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.04em
}

.psi-why-card h3 {
    margin: 0 0 12px;
    color: #1b2340;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600
}

.psi-why-card p {
    margin: 0 auto;
    max-width: 320px;
    color: #5a617a;
    font-size: 18px;
    line-height: 1.55
}

.psi-why-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px
}

.psi-why-visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 860px;
    opacity: 0;
    pointer-events: none
}

.psi-why- {
    position: absolute;
    z-index: 1;
    width: 120px;
    height: 120px;
    border: 3px solid transparent;
    border-top-color: #d61e26;
    border-right-color: #d61e26;
    border-radius: 999px;
    opacity: .9
}

.psi-why-::before {
    content: "";
    position: absolute;
    right: 8px;
    top: -10px;
    width: 18px;
    height: 18px;
    border-top: 3px solid #d61e26;
    border-right: 3px solid #d61e26;
    transform: rotate(22deg)
}

.psi-why-doodle-left {
    left: 6%;
    top: 25%;
    transform: rotate(210deg) scale(.72)
}

.psi-why-doodle-right {
    right: 10%;
    top: 8%;
    transform: rotate(30deg)
}

.psi-trust-intro {
    padding: 5.5rem 0 4.5rem;
    background: #fff
}

.psi-trust-copy {
    max-width: 1080px;
    margin: 0 auto 34px
}

.psi-trust-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border: 1px solid #b71f1f;
    border-radius: 999px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 22px
}

.psi-trust-intro h2 {
    max-width: 1080px;
    margin: 0 auto 18px;
    font-size: 66px;
    line-height: 1.12;
    color: #171717;
    font-weight: 700
}

.psi-trust-intro p {
    max-width: 900px;
    margin: 0 auto;
    color: #4f596b;
    font-size: 20px;
    line-height: 1.65
}

.psi-trust-media {
    max-width: 1140px;
    margin: 0 auto;
    background: linear-gradient(135deg, #2a0a0a 0%, #b71f1f 100%);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 18px 40px rgba(60, 10, 10, .12)
}

.psi-trust-media img {
    display: block;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    max-height: 620px
}

.psi-trust-banner {
    position: relative;
    padding: 0;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #160c0c
}

.psi-trust-banner-media,
.psi-trust-banner-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.psi-trust-banner-media img {
    object-fit: cover
}

.psi-trust-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 12, 12, .82) 0%, rgba(12, 12, 12, .58) 38%, rgba(12, 12, 12, .16) 100%),
        linear-gradient(180deg, rgba(170, 26, 26, .18) 0%, rgba(170, 26, 26, 0) 42%, rgba(0, 0, 0, .18) 100%)
}

.psi-trust-banner .container {
    position: relative;
    z-index: 2;
    width: 100%
}

.psi-trust-banner-copy {
    max-width: 520px;
    padding: 90px 0
}

.psi-trust-banner-copy .psi-trust-pill {
    padding: 9px 18px;
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    letter-spacing: .18em;
    text-transform: uppercase
}

.psi-hero-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px !important;
    border-radius: 999px !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    box-shadow: none
}

.psi-hero-pill:hover {
    color: #fff !important
}

.psi-trust-banner-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 86px;
    line-height: .95;
    font-weight: 800;
    letter-spacing: -.05em
}

.psi-trust-banner-copy p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 26px;
    line-height: 1.3;
    max-width: 420px
}

@media (max-width: 991px) {
    .psi-hero h1 {
        font-size: 38px;
    }

    .psi-counters {
        position: static;
        transform: none;
        margin-top: 24px;
        width: max-content;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .psi-band-dark {
        height: 130px;
    }

    .psi-intro {
        padding: 4.5rem 0
    }

    .psi-intro-box {
        padding: 24px 20px;
        border-radius: 20px
    }

    .psi-intro-copy {
        padding-left: 0
    }

    .psi-intro-products .col-lg-6 {
        display: block
    }

    .psi-intro-products .psi-intro-copy,
    .psi-intro-products .psi-intro-media,
    .psi-intro-products .psi-image-card {
        height: auto
    }

    .psi-intro-services .col-lg-6 {
        display: block
    }

    .psi-intro-services .psi-intro-copy,
    .psi-intro-services .psi-intro-media,
    .psi-intro-services .psi-image-card {
        height: auto
    }

    .psi-intro-counter {
        position: absolute;
        right: 18px;
        bottom: 18px;
        min-width: 170px;
        padding: 16px 18px
    }

    .psi-intro-counter-value {
        font-size: 42px
    }

    .psi-intro-heading-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .psi-intro h2 {
        font-size: 38px;
        max-width: none
    }

    .psi-intro p {
        font-size: 17px;
        max-width: none
    }

    .psi-intro-features {
        grid-template-columns: 1fr
    }

    .psi-intro-features-compact {
        grid-template-columns: 1fr
    }

    .psi-intro-services .psi-intro-features-single {
        padding: 16px;
        gap: 16px
    }

    .psi-intro-services .psi-intro-features-single .psi-feature-card {
        padding: 20px 18px
    }

    .psi-intro-services .psi-intro-features-single .psi-feature-card h3 {
        font-size: 18px
    }

    .psi-intro-services .psi-intro-features-single .psi-feature-card p {
        font-size: 15px;
        line-height: 1.65
    }

    .psi-mid-cta {
        padding: 12px 0;
        margin: 36px 0
    }

    .psi-mid-cta-box {
        min-height: auto;
        padding: 32px 20px;
        border-radius: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .psi-mid-cta-box h3 {
        font-size: 28px
    }

    .psi-mid-cta-icon {
        align-self: center;
        flex: 0 0 auto;
        width: 166px;
        height: 124px
    }

    .psi-mid-cta-actions {
        width: 100%;
        flex: 1 1 auto
    }

    .psi-mid-cta-phone-copy strong {
        font-size: 20px
    }

    .psi-benefits {
        padding: 4.5rem 0
    }

    .psi-benefits-heading {
        margin-bottom: 30px
    }

    .psi-benefits-heading p {
        font-size: 15px
    }

    .psi-about-banner-row {
        min-height: auto
    }

    .psi-about-banner .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .psi-about-banner-media-col {
        flex: 0 0 100%;
        max-width: 100%
    }

    .psi-about-banner-copy {
        max-width: none;
        padding: 40px 0 18px
    }

    .psi-about-banner-copy h1 {
        font-size: 46px;
        max-width: none
    }

    .psi-about-banner-copy p {
        font-size: 16px;
        max-width: 100%
    }

    .psi-about-banner-actions {
        margin-top: 22px
    }

    .psi-about-banner-visual {
        width: 100%;
        min-height: 400px
    }

    .psi-about-split {
        padding: 4rem 0
    }

    .psi-about-split-copy {
        max-width: none;
        padding: 18px 0
    }

    .psi-about-breadcrumbs {
        margin-bottom: 14px;
        font-size: 12px
    }

    .psi-about-split-copy h2 {
        font-size: 40px
    }

    .psi-about-split-copy p {
        font-size: 16px;
        max-width: 100%
    }

    .psi-about-hero {
        padding: 2rem 0 3.5rem
    }

    .psi-about-hero-copy {
        margin-bottom: 24px
    }

    .psi-about-hero-copy h1 {
        font-size: 42px
    }

    .psi-about-hero-copy p {
        font-size: 16px
    }

    .psi-about-shot-wide,
    .psi-about-shot-tall {
        min-height: 240px
    }

    .psi-about-hero-gallery-compact .psi-about-shot-wide,
    .psi-about-hero-gallery-compact .psi-about-shot-tall {
        min-height: 200px
    }

    .psi-about-hero-gallery-equal .psi-about-shot {
        height: 200px;
        min-height: 200px
    }

    .psi-about-hero-gallery-equal .psi-about-shot-wide,
    .psi-about-hero-gallery-equal .psi-about-shot-tall {
        min-height: 200px
    }

    /*.psi-about-services,
    .psi-about-gallery,
    .psi-about-testimonials,
    .psi-about-story,
    .psi-about-cta {
        padding: 4.25rem 0
    }*/

    .psi-about-services h2,
    .psi-about-gallery h2,
    .psi-about-story h2,
    .psi-about-testimonials h2,
    .psi-about-cta h2 {
        font-size: 34px
    }

    .psi-about-faq {
        padding: 3.75rem 0
    }

    .psi-about-faq-shell {
        padding: 2.5rem 2rem;
        border-radius: 22px
    }

    .psi-about-faq-heading h2 {
        font-size: 32px
    }

    .psi-about-faq-accordion .btn-link {
        padding: 18px 0;
        font-size: 17px
    }

    .psi-about-faq-accordion .card-body {
        padding: 0 42px 18px 0
    }

    .psi-about-testimonials .psi-about-section-heading {
        margin-bottom: 34px
    }

    .psi-about-testimonials .psi-about-section-heading p {
        font-size: 15px
    }

    .psi-about-testimonials-carousel {
        padding: 6px 54px 66px
    }

    .psi-about-testimonials-carousel .carousel-inner,
    .psi-about-testimonials-carousel .carousel-item {
        min-height: 340px
    }

    .psi-about-testimonial-card {
        min-height: 270px;
        padding: 26px 24px;
        border-radius: 20px
    }

    .psi-about-testimonial-card p {
        font-size: 15px;
        line-height: 1.8
    }

    .psi-about-testimonials-control {
        width: 46px;
        height: 46px
    }

    .psi-about-testimonials-control span {
        font-size: 26px;
        line-height: 46px
    }

    .psi-about-band {
        padding: 3.5rem 0
    }

    .psi-about-band p {
        font-size: 28px
    }

    .psi-about-mini-card img {
        height: 150px
    }

    .psi-about-process {
        margin-top: 38px
    }

    .psi-about-cta-box {
        padding: 30px 22px
    }

    .psi-certifications-wrap {
        margin-bottom: 30px
    }

    .psi-certifications-wrap::before,
    .psi-certifications-wrap::after {
        width: 45px
    }

    .psi-certifications-track {
        gap: 14px;
        animation-duration: 22s
    }

    .psi-certification-item {
        width: 148px;
        min-height: 102px;
        padding: 10px
    }

    .psi-certification-item img {
        max-width: 84%;
        max-height: 84%
    }

    .psi-certification-item {
        min-height: 118px;
        padding: 10px
    }

    .psi-benefit-card {
        padding: 10px 6px
    }

    .psi-benefit-head {
        gap: 12px
    }

    .psi-benefit-icon {
        width: 26px;
        min-width: 26px;
        height: 26px;
        font-size: 19px
    }

    .psi-benefit-card h5 {
        font-size: 17px
    }

    .psi-why {
        padding: 4.5rem 0 3.75rem;
        background: #fefdfd
    }

    .psi-why-heading {
        margin-bottom: 24px
    }

    .psi-why-kicker {
        font-size: 13px;
        letter-spacing: .14em
    }

    .psi-why-heading h1 {
        font-size: 42px
    }

    .psi-why-layout {
        grid-template-columns: 1fr;
        gap: 24px;
        background-size: min(760px, 118vw);
        background-position: center 58%
    }

    .psi-why-column {
        gap: 24px
    }

    .psi-why-visual {
        order: 2;
        min-height: auto
    }

    .psi-why-column-left {
        order: 1
    }

    .psi-why-column-right {
        order: 3
    }

    .psi-why-visual img {
        max-width: 680px
    }

    .psi-why-number {
        font-size: 58px
    }

    .psi-why-card h3 {
        font-size: 24px
    }

    .psi-why-card p {
        font-size: 16px;
        max-width: 360px
    }

    .psi-why-doodle {
        display: none
    }

    .psi-trust-intro {
        padding: 4.5rem 0 3.75rem
    }

    .psi-trust-pill {
        font-size: 12px;
        padding: 7px 16px;
        margin-bottom: 18px
    }

    .psi-hero-pill {
        padding: 8px 16px !important;
        letter-spacing: .12em
    }

    .psi-trust-intro h2 {
        font-size: 38px;
        max-width: none
    }

    .psi-trust-intro p {
        font-size: 17px;
        max-width: none
    }

    .psi-trust-media {
        padding: 8px;
        border-radius: 14px
    }

    .psi-trust-media img {
        border-radius: 10px;
        max-height: none
    }

    .psi-trust-banner {
        min-height: 560px
    }

    .psi-trust-banner-copy {
        max-width: 380px;
        padding: 70px 0
    }

    .psi-trust-banner-copy h2 {
        font-size: 56px
    }

    .psi-trust-banner-copy p {
        font-size: 18px;
        max-width: 320px
    }

    .psi-feature-card h3 {
        font-size: 22px
    }

    .psi-intro-features-compact .psi-feature-card h3 {
        font-size: 16px
    }

    .psi-blue {
        padding: 0 0 2rem
    }

    .psi-certified-box {
        padding: 30px 22px 28px;
        border-radius: 18px
    }

    .psi-certified-box::after {
        width: 90px
    }

    .psi-certified-box h2 {
        font-size: 36px
    }

    .psi-certified-box p {
        font-size: 16px;
        line-height: 1.75
    }

    .psi-certified-points {
        gap: 12px;
        margin-top: 22px
    }

    .psi-certified-points span {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .psi-about-banner {
        padding: 1.5rem 0 2.5rem
    }

    .psi-about-banner-copy {
        padding: 32px 0 16px
    }

    .psi-about-banner-copy h1 {
        font-size: 34px;
        line-height: .98
    }

    .psi-about-banner-copy p {
        font-size: 15px
    }

    .psi-about-banner-actions {
        flex-direction: column;
        align-items: stretch
    }

    .psi-about-banner-actions .psi-hero-pill {
        width: 100%;
        justify-content: center
    }

    .psi-about-banner-visual {
        min-height: 300px
    }

    .psi-about-split {
        padding: 3.5rem 0
    }

    .psi-about-split-copy {
        padding: 12px 0
    }

    .psi-about-breadcrumbs {
        gap: 8px;
        font-size: 11px;
        flex-wrap: wrap
    }

    .psi-about-split-copy h2 {
        font-size: 32px
    }

    .psi-about-split-copy p {
        font-size: 15px
    }

    .psi-about-faq {
        padding: 3rem 0
    }

    .psi-about-faq-shell {
        padding: 2rem 1rem;
        border-radius: 18px
    }

    .psi-about-faq-pill {
        margin-bottom: 12px;
        font-size: 11px
    }

    .psi-about-faq-heading {
        margin-bottom: 20px
    }

    .psi-about-faq-heading h2 {
        font-size: 28px;
        line-height: 1.15
    }

    .psi-about-faq-accordion .btn-link {
        padding: 16px 0;
        font-size: 16px;
        align-items: flex-start
    }

    .psi-about-faq-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-left: 12px
    }

    .psi-about-faq-accordion .card-body {
        padding: 0 0 16px 0;
        font-size: 15px
    }

    .psi-about-testimonials-carousel {
        padding: 0 0 58px
    }

    .psi-about-testimonials-carousel .carousel-inner,
    .psi-about-testimonials-carousel .carousel-item {
        min-height: 420px
    }

    .psi-about-testimonials-control {
        display: none
    }

    .psi-about-testimonial-card {
        min-height: auto;
        padding: 24px 20px;
        border-radius: 18px
    }

    .psi-about-testimonial-card::before {
        top: 16px;
        right: 18px;
        font-size: 56px
    }

    .psi-about-testimonials-note span {
        padding: 10px 14px;
        font-size: 11px;
        letter-spacing: .1em
    }

    .psi-about-hero-copy h1 {
        font-size: 34px
    }

    .psi-about-band p {
        font-size: 24px
    }

    .psi-about-services h2,
    .psi-about-gallery h2,
    .psi-about-story h2,
    .psi-about-testimonials h2,
    .psi-about-cta h2 {
        font-size: 28px
    }

    .psi-about-shot-wide,
    .psi-about-shot-tall,
    .psi-about-mosaic .psi-about-shot {
        min-height: 220px
    }

    .psi-about-hero-gallery-equal .psi-about-shot {
        height: 220px;
        min-height: 220px
    }

    .psi-about-hero-gallery-compact .psi-about-shot-wide,
    .psi-about-hero-gallery-compact .psi-about-shot-tall {
        min-height: 180px
    }

    .psi-about-hero-gallery-equal .psi-about-shot-wide,
    .psi-about-hero-gallery-equal .psi-about-shot-tall {
        min-height: 180px
    }

    .psi-about-step {
        gap: 12px
    }

    .psi-why-heading h1 {
        font-size: 34px
    }

    .psi-why-layout {
        background-size: min(620px, 140vw);
        background-position: center 52%
    }

    .psi-why-card h3 {
        font-size: 21px
    }

    .psi-why-card p {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .psi-trust-banner {
        min-height: 480px
    }

    .psi-trust-banner-overlay {
        background:
            linear-gradient(180deg, rgba(12, 12, 12, .72) 0%, rgba(12, 12, 12, .52) 45%, rgba(12, 12, 12, .7) 100%),
            linear-gradient(180deg, rgba(170, 26, 26, .16) 0%, rgba(170, 26, 26, 0) 42%, rgba(0, 0, 0, .18) 100%)
    }

    .psi-trust-banner-copy {
        max-width: 300px;
        padding: 56px 0
    }

    .psi-trust-banner-copy .psi-trust-pill {
        letter-spacing: .12em
    }

    .psi-trust-banner-copy h2 {
        font-size: 42px
    }

    .psi-trust-banner-copy p {
        font-size: 16px;
        max-width: 280px
    }
}

.psi-slider-wrap {
    position: relative
}

.psi-slide {
    min-height: 620px;
    padding: 110px 0 70px;
    color: #fff;
    background-size: cover;
    background-position: center
}

.psi-slider-wrap .carousel-indicators {
    bottom: 90px
}

.psi-slider-wrap .psi-counters {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(8, 22, 45, .92);
    display: flex;
    gap: 44px;
    padding: 18px 28px;
    z-index: 5
}

.psi-slider-wrap .psi-counters strong {
    display: block;
    color: #ff6a3d;
    font-size: 44px;
    line-height: 1
}

.psi-slider-wrap .psi-counters span {
    font-size: 12px;
    text-transform: uppercase;
    color: #dbe7ff
}

@media (max-width:991px) {
    .psi-slide {
        min-height: 500px
    }

    .psi-slider-wrap .psi-counters {
        position: static;
        transform: none;
        width: max-content;
        max-width: 100%;
        margin: 0 auto
    }
}

/* Firetroops-like header + hero */
.ft-header {
    position: relative;
    z-index: 50;
    box-shadow: none !important
}

.ft-topline-red {
    height: 8px;
    background: #ca3b35
}

.ft-topline-blue {
    background: #1f4d93;
    color: #d7e3f8;
    padding: 6px 0;
    font-size: 12px
}

.ft-nav-wrap {
    background: #fff;
    border-bottom: 1px solid #e6ebf4
}

.ft-nav-wrap .navbar {
    min-height: 76px
}

.ft-nav-wrap .navbar-brand img {
    max-height: 44px
}

.ft-nav-wrap .navbar-nav {
    margin: 0 auto;
    display: flex;
    align-items: center
}

.ft-nav-wrap .nav-link {
    font-size: 13px;
    font-weight: 700;
    color: #2c3b52 !important;
    text-transform: none;
    padding: 0 14px !important
}

.ft-nav-wrap .nav-item.active .nav-link,
.ft-nav-wrap .nav-link:hover {
    color: #ca3b35 !important
}

.ft-callbox {
    background: #ca3b35;
    color: #fff;
    padding: 10px 14px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.ft-callbox-label {
    font-size: 10px;
    text-transform: uppercase;
    opacity: .85
}

.ft-callbox a {
    color: #fff;
    font-size: 16px;
    font-weight: 800
}

.psi-slider-wrap {
    margin-top: 24px
}

.psi-slider-wrap .carousel-indicators li {
    background: #fff;
    opacity: .45
}

.psi-slider-wrap .carousel-indicators .active {
    opacity: 1
}

.psi-slide {
    min-height: 640px;
    padding: 140px 0 120px
}

.psi-slide h1 {
    font-size: 64px;
    line-height: 1.02;
    font-weight: 800;
    max-width: 760px
}

.psi-slide p {
    max-width: 570px;
    color: #dce5f4
}

.psi-kicker {
    letter-spacing: 2px;
    font-size: 11px;
    color: #dce5f4;
    font-weight: 700
}

.psi-slider-wrap .psi-counters {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(8, 22, 45, .95);
    padding: 18px 34px;
    gap: 58px
}

.psi-slider-wrap .psi-counters strong {
    font-size: 48px;
    color: #ff5f36
}

@media (max-width:991px) {
    .ft-callbox {
        margin: 14px 0 6px;
        display: inline-flex
    }

    .psi-slide {
        min-height: 520px;
        padding: 100px 0 80px
    }

    .psi-slide h1 {
        font-size: 38px
    }
}

/* Header exact style (logo centered above menu) */
.ft-topline-gradient {
    background: linear-gradient(110deg, #0f1726 0%, #141d31 42%, #1a2338 100%);
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    font-family: 'Manrope', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.ft-topline-gradient {
    max-height: 72px;
    overflow: hidden;
    transition: max-height .28s ease, opacity .28s ease, padding .28s ease
}

.ft-header.is-scrolled .ft-topline-gradient {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0
}

.ft-topline-gradient .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.ft-top-desktop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.ft-top-mobile {
    display: none
}

.ft-top-left,
.ft-top-right {
    display: flex;
    align-items: center;
    gap: 12px
}

.ft-top-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff
}

.ft-top-pill i {
    color: #ff8b6a
}

.ft-top-pill-link {
    text-decoration: none !important;
    transition: background .2s ease, border-color .2s ease, transform .2s ease
}

.ft-top-pill-link:hover {
    color: #fff;
    background: rgba(216, 52, 51, .18);
    border-color: rgba(216, 52, 51, .44);
    transform: translateY(-1px)
}

.ft-top-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px
}

.ft-top-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: #fff !important;
    opacity: 1;
    transition: transform .2s ease, background .2s ease, border-color .2s ease
}

.ft-top-icon-link:hover {
    transform: translateY(-1px);
    background: #d83433;
    border-color: #d83433;
    text-decoration: none
}

.ft-top-icon-link i {
    color: #ff8b6a;
    font-size: 15px
}

.ft-mainbar {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 16px 0;
    border-bottom: 0
}

.ft-logo-left {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto
}

.ft-logo-left img {
    height: 64px;
    width: auto;
    display: block
}

.ft-navbar-row {
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px
}

.ft-navbar-row .navbar-toggler {
    margin-left: auto;
    flex: 0 0 auto
}

.ft-navbar-row .navbar-collapse {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.ft-navbar-row .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    margin-left: auto;
    padding: 8px 10px;
    border: 1px solid #ebeff5;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(21, 38, 66, .05)
}

.ft-navbar-row .navbar-nav .nav-item {
    position: relative
}

.ft-navbar-row .navbar-nav .nav-item.has__children {
    position: relative
}

.ft-navbar-row .navbar-nav .nav-link {
    padding: 0 24px !important;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: .02em;
    transition: color .2s ease, background .2s ease
}

.ft-navbar-row .navbar-nav .nav-link-parent {
    gap: 8px
}

.ft-submenu-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #7d8798;
    transition: transform .2s ease, color .2s ease
}

.ft-navbar-row .navbar-nav .nav-item.has__children:hover .ft-submenu-caret {
    color: #1c2e4a;
    transform: rotate(180deg)
}

.ft-navbar-row .navbar-nav .nav-item+.nav-item {
    margin-left: 6px
}

.ft-navbar-row .navbar-nav .nav-item.active .nav-link {
    background: #f6f6f6
}

.ft-navbar-row .ft-submenu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    z-index: 40;
    min-width: 280px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(21, 38, 66, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease
}

.ft-navbar-row .navbar-nav .nav-item.has__children:hover>.ft-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.ft-navbar-row .ft-submenu .nav-item {
    width: 100%;
    border: 0
}

.ft-navbar-row .ft-submenu .nav-item+.nav-item {
    margin-left: 0;
    margin-top: 0
}

.ft-navbar-row .ft-submenu .nav-item+.nav-item::before {
    content: "";
    display: block;
    height: 1px;
    margin: 0 18px;
    background: #edf1f6
}

.ft-navbar-row .ft-submenu .nav-link {
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 14px 18px !important;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #27344d;
    background: transparent
}

.ft-navbar-row .ft-submenu .nav-item.active .nav-link,
.ft-navbar-row .ft-submenu .nav-link:hover {
    background: #fff;
    color: #18213c
}

.ft-emergency-box {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 220px
}

.ft-emergency-box small {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #4f5f75;
    margin-bottom: 2px
}

.ft-emergency-box a {
    display: block;
    font-size: 28px;
    line-height: 1;
    color: #17345f !important
}


/* Animated hero like provided structure */
.psi-hero-grid {
    display: flex;
    align-items: center;
    min-height: 430px
}

.psi-hero-left {
    max-width: 760px;
    padding-top: 18px
}

.psi-line {
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #e4a128;
    vertical-align: middle;
    margin-right: 10px;
    opacity: 1
}

.psi-since {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .18em
}

.psi-title {
    font-family: 'Manrope', sans-serif;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 500;
    color: #fff;
    margin: 20px 0 18px;
    max-width: 760px;
    letter-spacing: -.04em
}

.psi-desc {
    color: #dce5f4;
    max-width: 700px;
    font-size: 37px;
    line-height: 1.5;
    margin-bottom: 28px
}

.btn-fire {
    padding: 11px 28px;
    font-size: 14px;
    letter-spacing: .6px;
    text-transform: uppercase
}

.psi-counters-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(10, 22, 44, .95);
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 14px 26px;
    z-index: 8
}

.psi-counter-item {
    min-width: 160px;
    text-align: center
}

.psi-counter-title {
    font-size: 12px;
    color: #d8e2f2;
    text-transform: uppercase
}

.psi-counter-number {
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    color: #ff6438
}

.psi-counter-divider {
    width: 1px;
    height: 45px;
    background: rgba(255, 255, 255, .2)
}

.psi-anim {
    opacity: 0;
    transform: translateY(16px)
}

.psi-fade-right {
    transform: translateX(-30px)
}

.psi-anim.is-in {
    animation-duration: .75s;
    animation-fill-mode: forwards;
    animation-timing-function: ease
}

.psi-fade-right.is-in {
    animation-name: psiFadeRight
}

.psi-fade-up.is-in {
    animation-name: psiFadeUp
}

.psi-fade.is-in {
    animation-name: psiFadeIn
}

@keyframes psiFadeRight {
    from {
        opacity: 0;
        transform: translateX(-30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes psiFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes psiFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width:991px) {
    .psi-since {
        font-size: 13px
    }

    .psi-title {
        font-size: 40px;
        line-height: 1.15
    }

    .psi-desc {
        font-size: 18px;
        max-width: 100%
    }

    .psi-counters-bar {
        position: static;
        transform: none;
        margin: 0 auto;
        width: max-content;
        max-width: 100%;
        padding: 12px 16px;
        gap: 12px
    }

    .psi-counter-item {
        min-width: 110px
    }

    .psi-counter-number {
        font-size: 32px
    }
}

/* Exact hero alignment to provided model */
.psi-model-hero .psi-slide {
    min-height: 640px;
    padding: 0;
    display: flex;
    align-items: stretch
}

.psi-slide-video {
    position: relative;
    overflow: hidden;
    background: #0a1a34
}

.psi-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.psi-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 23, 47, .88) 0%, rgba(16, 26, 50, .66) 33%, rgba(22, 20, 40, .45) 58%, rgba(33, 18, 38, .56) 100%);
    z-index: 2
}

.psi-model-inner {
    display: flex;
    align-items: center;
    min-height: 640px
}

.psi-model-inner {
    position: relative;
    z-index: 3
}

.psi-model-hero .psi-hero-left {
    max-width: 760px;
    padding-top: 8px;
    margin-left: 10px
}

.psi-model-hero .psi-line {
    width: 38px;
    height: 2px;
    background: #e0a02b;
    margin-right: 12px
}

.psi-model-hero .psi-since {
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: 700
}

.psi-model-hero .btn-fire {
    background: #e0a02b;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    border-radius: 3px
}

.psi-model-hero .btn-fire:hover {
    background: #ca8e21
}

.psi-model-hero .psi-counters-bar {
    right: 0;
    left: auto;
    transform: none;
    bottom: 0;
    background: rgba(11, 26, 52, .88);
    padding: 20px 28px;
    gap: 24px
}

.psi-model-hero .psi-counter-divider {
    height: 54px;
    background: rgba(255, 255, 255, .15)
}

.psi-model-hero .psi-counter-item {
    min-width: 175px;
    text-align: center
}

.psi-model-hero .psi-counter-number {
    font-size: 66px;
    line-height: 1;
    color: #ff5331;
    font-weight: 800
}

.psi-model-hero .psi-counter-title {
    font-size: 30px;
    color: #ffffff;
    text-transform: none;
    margin-top: 6px
}

@media (max-width:991px) {

    .psi-model-hero .psi-model-inner,
    .psi-model-hero .psi-slide {
        min-height: 520px
    }

    .psi-model-hero .psi-title {
        font-size: 44px
    }

    .psi-model-hero .psi-desc {
        font-size: 18px
    }

    .psi-model-hero .psi-since {
        font-size: 14px
    }

    .psi-model-hero .psi-counters-bar {
        position: static;
        width: 100%;
        justify-content: center;
        padding: 14px;
        gap: 10px
    }

    .psi-model-hero .psi-counter-item {
        min-width: 100px
    }

    .psi-model-hero .psi-counter-number {
        font-size: 30px
    }

    .psi-model-hero .psi-counter-title {
        font-size: 12px
    }
}

/* Global impactful typography */
h1,
h2,
h3,
h4,
h5,
h6,
.psi-title,
.psi-since,
.ft-mainbar .nav-link,
.ft-emergency-box a,
.btn,
.psi-counter-number {
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: .3px;
}

.ft-mainbar .nav-link {
    font-weight: 700;
    color: #1c2e4a !important;
    font-size: 18px
}

.ft-mainbar .nav-link:hover,
.ft-mainbar .active>.nav-link {
    color: #c7372f !important
}

.ft-mainbar .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle
}

.psi-title {
    letter-spacing: .4px
}

.psi-fire-section {
    position: relative;
    height: 54vh;
    min-height: 360px;
    max-height: 560px;
    margin-top: -64px;
    background: #152034;
    overflow: hidden;
    z-index: 6
}

#psiFireCanvas {
    display: block;
    width: 100%;
    height: 100%;
    background: #152034
}

.psi-fire-copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none
}

.psi-fire-copy .container {
    width: 100%;
    pointer-events: auto
}

.psi-fire-copy .psi-certified-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff9b73;
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.psi-fire-copy h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 62px;
    line-height: 1.05;
    text-shadow: 0 10px 28px rgba(0, 0, 0, .32)
}

.psi-fixed-call {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #dc3545 0%, #b71f1f 100%);
    color: #fff !important;
    box-shadow: 0 18px 36px rgba(183, 31, 31, .28);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease
}

.psi-fixed-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(183, 31, 31, .34);
    color: #fff !important
}

.psi-fixed-call-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    font-size: 18px
}

.psi-fixed-call-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1
}

.psi-fixed-call-copy small {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .84
}

.psi-fixed-call-copy strong {
    font-size: 16px;
    font-weight: 700
}

@media (max-width:991px) {
    .ft-topline-gradient {
        padding: 10px 0 12px
    }

    .ft-topline-gradient {
        max-height: none
    }

    .ft-topline-gradient .container {
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
        gap: 10px
    }

    .ft-top-desktop {
        display: none
    }

    .ft-top-mobile {
        display: block
    }

    .ft-top-icons {
        gap: 10px
    }

    .ft-top-icon-link {
        width: 36px;
        height: 36px
    }

    .ft-top-icon-link i {
        font-size: 14px
    }

    .ft-navbar-row {
        min-height: auto;
        padding: 14px 0;
        gap: 12px
    }

    .ft-logo-left img {
        height: 56px
    }

    .ft-navbar-row .navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        padding: 0;
        border: 1px solid #e4e9f2;
        border-radius: 12px;
        background: #fff;
        color: #1c2e4a
    }

    .ft-navbar-row .navbar-toggler i {
        margin: 0;
        font-size: 18px
    }

    .ft-navbar-row .navbar-collapse {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 10px;
        justify-content: flex-start;
        background: #fff;
        border: 1px solid #e8edf5;
        border-radius: 18px;
        padding: 10px 18px 14px;
        box-shadow: 0 18px 36px rgba(21, 38, 66, .08)
    }

    .ft-navbar-row .navbar-collapse.collapse:not(.show) {
        display: none
    }

    .ft-navbar-row .navbar-nav {
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        gap: 0;
        margin-left: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none
    }

    .ft-navbar-row .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #eef2f7
    }

    .ft-navbar-row .navbar-nav .nav-item:last-child {
        border-bottom: 0
    }

    .ft-navbar-row .navbar-nav .nav-link {
        display: block;
        width: 100%;
        padding: 12px 0 !important;
        font-size: 16px
    }

    .ft-navbar-row .navbar-nav .nav-item.active .nav-link {
        background: transparent
    }

    .ft-navbar-row .ft-submenu {
        position: static;
        width: 100%;
        margin: 6px 0 10px;
        padding: 6px 0;
        border: 0;
        border-radius: 12px;
        background: #f8fafc;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transform: none;
        transition: max-height .24s ease, opacity .2s ease, visibility .2s ease
    }

    .ft-navbar-row .navbar-nav .nav-item.has__children.is-open>.ft-submenu {
        opacity: 1;
        visibility: visible;
        max-height: 520px
    }

    .ft-navbar-row .navbar-nav .nav-item.has__children .ft-submenu-caret {
        margin-left: auto;
        transform: none;
        transition: transform .2s ease
    }

    .ft-navbar-row .navbar-nav .nav-item.has__children.is-open .ft-submenu-caret {
        transform: rotate(180deg)
    }

    .ft-navbar-row .ft-submenu .nav-link {
        padding: 10px 14px !important;
        font-size: 15px
    }

    .psi-fire-section {
        height: 42vh;
        min-height: 260px;
        max-height: 380px;
        margin-top: -34px
    }

    .psi-fire-copy .psi-certified-kicker {
        font-size: 12px;
        margin-bottom: 10px
    }

    .psi-fire-copy h2 {
        max-width: 100%;
        font-size: 34px;
        line-height: 1.12
    }

    .psi-fixed-call {
        right: 14px;
        left: auto;
        bottom: 14px;
        justify-content: center;
        width: 60px;
        height: 60px;
        padding: 0;
        border-radius: 999px
    }

    .psi-fixed-call-icon {
        width: 60px;
        height: 60px;
        background: transparent;
        font-size: 22px
    }

    .psi-fixed-call-copy {
        display: none
    }
}

@media (min-width: 992px) {
    #cc_div #cm {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        max-width: 46rem;
        width: calc(100% - 32px)
    }

    #cc_div #cm #c-inr {
        max-width: 46rem
    }
}
