﻿.header-top {
    position: relative;
    unicode-bidi: isolate;
    font-weight: 300;
    box-sizing: border-box;
    color: white;
    display: block;
}

.header-info {
    width: 100%;
    max-width: 77rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
    .header-info h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1;
    }
.header-img-con {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 20rem;
    padding-top: 10rem;
    padding-bottom: 8rem;
    display: flex;
    position: relative;
}
    .header-img-con img {
        opacity: .2;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0%;
        vertical-align: middle;
        max-width: 100%;
        display: inline-block;
        border: 0;
    }
.header-img-overlay {
    background-image: linear-gradient(#0000, #0003 0%, #101010);
    position: absolute;
    inset: 0% 0% -.25rem;
}
.breadCrumb {
    z-index: 10;
    padding-top: 2rem;
    position: absolute;
    inset: 4rem 0% auto;
}
.bread-container {
    max-width: 87rem;
    width: 100%;
    max-width: 77rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.bread-body {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
}
.bread-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    margin-top: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    unicode-bidi: isolate;
}
.bread-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    unicode-bidi: isolate;
}
.bread-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #f2f2f2;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    max-width: 100%;
    margin-top: 0;
}
.bread-item-p {
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    line-height: 1;
}
.list_icon {
    justify-content: center;
    align-items: center;
    display: flex;
}
.w-embed::before {
    content: " ";
    display: table;
}
.w-embed::after {
    clear: both;
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
@media screen and (max-width: 991px) {
    .header-info h1 {
        line-height: 1;
    }
    .bread-list {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .header-info h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 479px) {
    .header-img-con {
        min-height: 22rem;
        padding-bottom: 6rem;
    }
    .header-info {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .header-info h1 {
        font-size: 2rem;
        line-height: 1;
    }
    .bread-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .bread-item-p {
        font-size: .9rem;
    }
}