body {
background-color: #f1f1f1;
overflow-x: hidden;
position: relative;
}

.topContainer {
    position: absolute;
    z-index: 105;
    background-color: transparent;
    top: max(23vw, 200px);
}

.topContainerBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #4da347;
    opacity: 0;
}

.headerLogo {
    height: 8vw;
    position: absolute;
    left: 50%;
    top: max(1vw, 10px);
    transform: translateX(-50%);
    min-height: 70px;
}
@media (max-width: 768px) {
    .headerLogo {
    width: 85%;
}
}


#headerContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 103;
    width: 100%;
    background-color: transparent;
    height: auto;
    border-bottom: 0px solid rgba(255,255,255,0.4);
}
#headerContainer.mobile {
    
}
#headerContainer.fixed {
    position: fixed;
}

#headerContainer.noFullScreen {

}

.fixedMenuLogoContainer {
    position: absolute;
    bottom: 0;
    height: 100px;
    left: -300px;
    z-index: 200;
    display: none;
}
.fixedMenuLogo {
    height: 100%;
    padding-top: 4px;
    padding-bottom: 3px;
}
@media (max-width: 768px) {
    .fixedMenuLogo {
    max-width: 110px;
    }
}
#headerContainer.fixed .fixedMenuLogoContainer {

}

.headerBgContainer {
    position: relative;
    overflow: hidden;
    height: 100vh;
    container-type: size;
}

.headerBgContainer.noFullScreen {
    height: 35vw;
    min-height: 300px;
}

.headerImage {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
z-index: 9;
height: 100%;
width: auto;
}
.headerImage.ratioHeightFix {
    height: 100% !important;
    width: auto !important;
}

.headerTextContainer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    margin-top: 0px;
    color: #ffffff;
}

.headerTextContainer h1 {
    padding-bottom: 0;
}
.headerTitleContainer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    color: #ffffff;
}

.headerContentContainer {
position: relative;
z-index: 101;
top: max(15vw, 150px);
left: 0;
transform: translateY(-50%);
}

.headerBgContainer.noFullScreen .headerContentContainer {
}

.headerLogoContainer {
position: absolute;
z-index: 101;
height: 25vw;
min-height: 150px;
cursor: pointer;
pointer-events: all;
max-height: 50vh;
width: 100%;
}

.headerBgContainer.noHeaderBg .headerImage {
    display: none !important;
}

.menuContainer {
    position: relative;
    top: 0px;
    background-color: transparent;
    z-index: 102;
    pointer-events: all;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menuContainer.mobile {
    position: relative;
    top: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 101;
    bottom: auto;
    background-color: transparent;
    color: #ffffff;
}

.menuBorder {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    min-width: 125%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(77, 163, 71,1);
    border-radius: 8px;
    
}

.menuItem {
    line-height: 100%;
    border-right: 0px solid rgba(255,255,255,0.4);
}

.menuItem.active {
    border-bottom: 0px solid #28536a;
}
.menuItem.last {
    border-right: none;
}
.topContainer .menuItem.last {
    
}

.menuIcon {
    padding-left: 15px;
    padding-right: 0px;
}
.menuIcon.last {
    padding-right: 15px;
}
.mobileMenuContentContainer .menuIcon.last {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.mobileMenuContentContainer .menuIcon {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.menuIcon img {
    height: 1.125rem;
    vertical-align: text-bottom;
}

.footerMenuLink img {
    height: 1.5rem;
    vertical-align: text-bottom;
}

.lines {
    position: relative;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 0px;
}

.line {
    display: block;
    width: 24px;
    margin-bottom: 4px;
    margin-top: 4px;
    position: relative;
    z-index: 2;
    height: 2px;
    background-color: #ffffff;
}

.mobileMenuContentContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #293f28;
    width: 100%;
    height: 100%;
    z-index: 102;
    overflow: hidden;
}

.mobileMenuScrollContainer {
    position: relative;
    overflow-y: scroll;
}

.mobileMenuLogo {
    width: 40vw;
    max-width: 250px;
}

.mobileMenuContentContainer .menuContainer {
    position: relative;
}

.mobileMenuContentContainer .menuItem {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobileMenuContentContainer .menuIcon img {
    height: 1.25rem;
}

#footerContainer {
    background-color: #4da347;
    color: inherit;
    font-size: 0.875rem;
}

.footerLogo {
    width: 100%;
}


.button, button {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 0.875rem !important;
    cursor: pointer;
    background-color: #4da347;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
}
.button a {
    text-decoration: none;
    font-weight: 600 !important;
    color: inherit;
}
.button.inverse a {
    color: #1c2125;
}

.personContainer {

}

.startTextBoxContainer .highlightContainer {
    box-shadow: 0px 0px 0px rgba(255,255,255,0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.textBoxItem.customBg {
    color: #ffffff;
    border-width: 0;
}
.textBoxItem p  {
    margin-bottom: 0;
}
@media (max-width: 768px) {
.textBoxItem p {
    font-size: 0.625rem;
}
.textBoxItem h2 {
    font-size: 0.85rem;
}
.textBoxItemTextContainer {
    top: 72% !important;
}
}
.textBoxItem h2 {
    padding-bottom: 0.125rem;
    margin-bottom: 0;
}
.textBoxItem {
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); 
    position: relative;
    cursor: pointer;
}
.textBoxItem .pageImage {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.textBoxItemTextContainer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #ffffff;
    transform: translateY(-50%);
}


.footerLinkContainer {
    line-height: 1.5;
}

.position-relative {
    position: relative;
}

.linesText {
    cursor: pointer;
}

.subCatItem {
    border: 1px solid #b8b8b3;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.25rem;
}
.subCatItem a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}
.subCatItem.active {
    background-color: #050708;
    border-color: #050708;
    color: #e5e4de;
}

.indicatorRow {
    position: relative;
}
.indicatorLeft {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0;
    width: 1px;
    background-color: #050708;
    display: none;
}
.indicatorRight {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    width: 1px;
    background-color: #050708;
    display: none;
}

.menuItem.active .indicatorLeft, .menuItem.active .indicatorRight {
    display: block;
}


.extraLogo {
    position: absolute;
    width: 80px;
    max-width: 20vw;
    left: 30px;
    bottom: 30px;
    z-index: 100;
}

.bg1 {
    background-color: #ffffff;
}

.serviceItemContainer {
    padding: inherit;
    height: 350px;
}

.serviceItemBgContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: inherit;
}

.serviceItemBgBorderContainer {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
}

.serviceItemImage {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: auto;
    opacity: 0.4;
}

.serviceItemImage.ratioHeightFix {
    width: 100% !important;
    height: auto !important;
}

.serviceItemTextContainer {
    position: relative;
    z-index: 2;
    top: 50%;
}

.serviceItemCol {
    position: relative;
}

.referenceItemContainer {
    padding: inherit;
    height: 400px;
    cursor: pointer;
}

.referenceItemBgContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: inherit;
}

.referenceItemBgBorderContainer {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
}

.referenceItemImage {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: auto;
}

.referenceItemImage.ratioHeightFix {
    width: 100% !important;
    height: auto !important;
}

.referenceItemTextContainer {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.referenceItemTextContainer .button {
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.5rem !important;
    font-weight: 600;
}
@media (max-width: 768px) {
.referenceItemTextContainer .button {
    font-size: 1rem !important;
}
}

.referenceItemCol {
    position: relative;
}

.socialLink img {
    width: 25px;
}

.referenceItemOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    background-color: rgb(17,35,15,0.7);
    overflow-y: scroll;
    backdrop-filter: blur(5px);
}

.referenceOverlayContentContainer {
    background-color: #ffffff;
    border-radius: 15px;
    position: relative;
}

.closeIcon {
    position: absolute;
    right: 15px;
    top: 15px;
}
.closeIcon img {
    width: 30px
}

.referenceImageItem img {
    
}