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

.topContainer {
    position: relative;
    z-index: 105;
    background-color: transparent;
    top: 0;
}

.menuContainerRow {
    position: relative;
    padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
.menuContainerRow {
    padding-bottom: 10px;
}
}

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

.headerLogo {
    width: 100%;
}


#headerContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 103;
    width: 100%;
    background-color: transparent;
    height: auto;
    pointer-events: none;
    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: 12px;
    padding-bottom: 12px;
}
@media (max-width: 768px) {
    .fixedMenuLogo {
    max-width: 110px;
    }
}
#headerContainer.fixed .fixedMenuLogoContainer {

}

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

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

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

.headerTextContainer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    margin-top: 15px;
}
.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: 60%;
left: 0;
transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
.headerContentContainer {
top: 65%;
}
}

.headerBgContainer.noFullScreen .headerContentContainer {
}

.headerLogoContainer {
position: absolute;
left: 0;
top: 0;
z-index: 101;
width: 23vw;
cursor: pointer;
pointer-events: all;
max-width: 300px;
min-width: 150px;
transform: translateY(-50%);
}
.headerLogoContainer.showOnTop {
    z-index: 103;
}

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

.menuContainerTopOffset {
    position: relative;
    height: 40px;
}
@media only screen and (max-width: 992px) {
    .menuContainerTopOffset {
    height: 10px;
}
}

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

.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: #000000;
}

.menuBorder {
    position: absolute;
    bottom: -3px;
    height: 100%;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 3px solid #ed1b2f;
}

.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: 3px;
    background-color: #404041;
}

.line1 {
    background-color: #ed1b2f;
}

.mobileMenuContentContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    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: #404041;
    color: #ffffff;
    font-size: 0.875rem;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footerLogo {
    width: 100%;
}


.button, button {
    border: 0px solid rgba(28,33,37,1);
    display: inline-block;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 0.875rem !important;
    cursor: pointer;
    background-color: #ed1b2f;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    
}
.button a {
    text-decoration: none;
    font-weight: 750 !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: 2px;
    background-color: transparent;
    display: none;
}
.indicatorRight {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    width: 2px;
    background-color: transparent;
    display: none;
}

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

.quoteContainer {
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 106;
}
.quoteContainer .button {
    padding-top: 30px;
}
.quoteContainer.mobile {
    position: absolute;
    top: auto;
    right: 23px;
    z-index: 300;
}
.quoteContainer.mobile {
    transform: scale(0.75);
    transform-origin: top right;
}

.stegImageContainer {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.stegImageContainer.mobile {
    position: relative;
}

.stegImageContainer img {
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.stegImageContainer.landscape img {
    height: auto;
    width: 100%;
}
.stegImageContainer.mobile img {
    position: absolute;
    z-index: 1;
}
.stegImageContainer.mobile.landscape img {
    height: auto;
    width: 100%;
}

.stegListItem {
    cursor: pointer;
}

.stegListItem p {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.25;
}
.stegListItem p.ingress {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}
.stegListItem h1 {
    font-size: 1.25rem;
}

.stegListItem.active {
    background-color: #ed1b2f;
    color: #ffffff;
}

.stegTextContainer {
    position: absolute;
    bottom: 7.5%;
    left: 50%;
    width: 85%;
    transform: translateX(-50%);
    background-color: #ffffff;
    line-height: 1.25;
    z-index: 2;
}
.stegTextContainer.mobile {
    position: relative;
    margin-top: 7.5%;
    margin-bottom: 7.5%;
}

.iconContainer {
    position: relative;
    width: 65px;
    height: 65px;
    background-color: #ed1b2f;
    border-radius: 65px;
}
.stegListItem.active .iconContainer {
    background-color: #ffffff;
}
.iconContainer img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    position: relative;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.stegListItem.active .iconContainer img {
    filter: invert(27%) sepia(69%) saturate(4242%) hue-rotate(340deg) brightness(89%) contrast(110%);
}


.stegListBg {
    background-color: #ffffff;
}

.containerBg1 {
    background-color: #ecedee;
}
.contentBg1 {
    background-color: #ffffff;
}

.containerPadding {
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.containerPaddingBottom {
    padding-bottom: 5vw;
}

.teknikItem {
    container: item / inline-size;
}

.teknikIconContainer {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 80cqw;
    background-color: #404041;
    border-radius: 100%;
}
.teknikIconContainer img {
    filter: invert(27%) sepia(69%) saturate(4242%) hue-rotate(340deg) brightness(89%) contrast(110%);
    position: relative;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.socialLink img {
    width: 25px;
}