﻿
.visually-hidden,.visually-hidden-focusable{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0 0 0 0) !important;
    white-space:nowrap !important;
    border:0 !important
}
.visually-hidden-focusable:focus,.visually-hidden-focusable:active{
    position:static !important;
    width:auto !important;
    height:auto !important;
    margin:8px !important;
    overflow:visible !important;
    clip:auto !important;
    white-space:normal !important
}
:focus{
    outline:3px dashed rgba(0,255,213,.95);
    outline-offset:3px
}
:focus:not(:focus-visible){
    outline:none
}
*,*::before,*::after{
    box-sizing:border-box
}
html{
    scroll-behavior:smooth;
    font-family:"Instrument Sans",sans-serif
}
.styledButton{
    border-color:transparent;
    justify-content:space-between
}
.styledButton span{
    margin:0 15px
}
.styledButton img{
    border-radius:120px;
    border:1px solid #fff;
    width:32px;
    height:32px;
    padding:5px
}
.styledButtonColorType1{
    background-color:var(--Orange)
}
.styledButtonColorType1 img{
    background-color:var(--Color-700)
}
.styledButtonColorType2{
    background-color:var(--Color-700)
}
.styledButtonColorType2 img{
    background-color:var(--Color-700)
}
.contentPageCard{
    background-color:#fff;
    border-radius:24px;
    padding:20px
}
#navBar{
    background-color:var(--Color-700)
}
#navBar .accordion-button-child::after{
    background-image:url("../Images/Assets/Plus.svg")
}
#navBar .accordion-button-child:not(.collapsed){
    color:var(--Orange)
}
#navBar .accordion-button-child:not(.collapsed)::after{
    background-image:url("../Images/Assets/Minus.svg");
    filter:brightness(0) saturate(100%) invert(77%) sepia(22%) saturate(6506%) hue-rotate(359deg) brightness(101%) contrast(106%)
}
#navBar a{
    color:#fff;
    font-weight:bold;
    text-decoration:none
}
#navBar .site-header-top{
    background-color:var(--Color-700)
}
#navBar .brand-logo{
    height:auto
}
#navBar .accordion-button{
    background-color:var(--Color-700);
    color:#fff;
    font-weight:bold
}
#navBar .accordion-button::after{
    filter:brightness(100)
}
#navBar .accordion-button:not(.collapsed){
    background-color:var(--Color-600)
}
#navBar .accordion-item{
    background-color:var(--Color-700);
    border:0
}
@media(max-width: 1199px){
    #navBar .site-header-top{
        padding:20px
    }
    #navBar #headContainer{
        background-color:#fff;
        border-radius:48px
    }
    #navBar #headContainer a{
        margin:10px
    }
    #navBar #headContainer span{
        color:var(--Color-700) !important
    }
    #navBar #hamburgerMenu{
        background-color:var(--Color-700);
        border-radius:120px;
        padding:10px
    }
}
#navBar .nav-pill-wrapper{
    background-color:var(--Color-700)
}
#navBar .nav-pill-wrapper .nav-pill{
    background:#fff;
    box-shadow:0 6px 18px rgba(11,30,15,.15);
    display:flex;
    align-items:center;
    justify-content:space-between
}
#navBar .nav-pill-wrapper .nav-left .nav-pills .nav-link{
    background:transparent;
    border-radius:40px;
    padding:8px 18px;
    color:var(--Color-700);
    font-weight:600;
    border:1px solid transparent
}
#navBar .nav-pill-wrapper .nav-left .nav-pills .nav-link:hover,#navBar .nav-pill-wrapper .nav-left .nav-pills .nav-link:focus{
    background:var(--Color-200);
    color:var(--Color-700);
    text-decoration:none
}
#navBar .nav-pill-wrapper .nav-left .nav-pills .nav-link.active{
    background:var(--Color-300);
    color:var(--Color-700)
}
#navBar .nav-pill-wrapper .nav-right{
    display:flex;
    align-items:center;
    gap:12px
}
#navBar .nav-pill-wrapper .nav-right .social-icon{
    width:44px;
    height:44px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--Orange)
}
#navBar .nav-pill-wrapper .nav-right .social-icon img{
    width:22px;
    height:auto;
    filter:var(--mainNavbarSocilaMediaInconColor)
}
#navBar .nav-pill-wrapper .nav-right .cta-btn{
    background:var(--Orange);
    color:var(--Color-700);
    border-radius:40px;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:8px;
    box-shadow:0 4px 10px rgba(42,118,59,.12);
    border:none
}
#navBar .nav-pill-wrapper .nav-right .cta-btn img{
    border-radius:120px;
    background-color:var(--Color-700);
    padding:5px;
    border:1px solid #fff;
    width:35px;
    height:35px
}
@media(max-width: 767.98px){
    #navBar .nav-pill-wrapper{
        margin-top:-20px
    }
    #navBar .nav-pill-wrapper .nav-pill{
        padding:8px 12px;
        flex-direction:column;
        align-items:stretch
    }
    #navBar .nav-pill-wrapper .nav-left{
        display:none
    }
    #navBar .nav-pill-wrapper .nav-right{
        justify-content:flex-end
    }
    #navBar .nav-pill-wrapper .nav-right .social-icon{
        width:40px;
        height:40px;
        border-radius:10px
    }
    #navBar .nav-pill-wrapper .nav-right .cta-btn{
        padding:8px 12px
    }
}
#navBar .btn-cta{
    background:var(--Orange);
    color:var(--Color-800);
    font-weight:700;
    border-radius:8px;
    padding:12px
}
#navBar .social-sm{
    width:36px;
    height:auto;
    display:inline-block
}
#footerPage h1,#footerPage h2,#footerPage h3,#footerPage h4,#footerPage h5,#footerPage h6{
    color:var(--Color-400)
}
@media(max-width: 1279px){
    #footerPage{
        border-radius:40px 40px 0 0 !important
    }
}
#homePageBanner{
    background-color:var(--Color-700);
    position:relative;
    top:-1px;}
#homePageBanner img{
    border-radius:10px 60px
}
#homePageBanner h2{
    font-size:56px;
    font-weight:bold;
    margin:10px
}
#homePageBanner h2 span:nth-child(1){
    color:#fff
}
#homePageBanner h2 span:nth-child(3){
    color:var(--Orange)
}
#homePageBanner h2 span:nth-child(5){
    color:#78d7ff
}
@media(max-width: 767px){
    #homePageBanner img{
        width:stretch;
        border-radius:0 60px 0 0
    }
    #homePageBanner h2{
        font-size:32px
    }
}
#underBannerNotificationBar{
    background-color:var(--Orange);
    padding-top:50px;}
#underBannerNotificationBar .leftIcon{
    height:24px;
    width:auto
}
@media(max-width: 767px){
    #underBannerNotificationBar h2{
        max-width:150px
    }
}
#mainActivity .uppertImg{
    background-color:var(--Color-300);
    border-radius:32px 0 32px 0;
    padding:10px;
    height:120px;
    width:120px;
    position:relative;
    z-index:1;
    left:35%;
    top:15%
}
#mainActivity .textBlock{
    background-color:var(--mainActivityTextBlcokBackgroundColor);
    border-radius:16px;
    padding:80px 30px 30px 30px;
    width:auto;
    height:350px;
    position:relative
}
#mainActivity .textBlock a{
    position:absolute;
    bottom:30px;
    left:30%
}
#contentBanner .borderContainer{
    background:var(--ContentBannerLinear);
    border-radius:16px;
    color:#fff;
    padding:20px;
    margin-right:50px
}
#contentBanner .slideImg{
    position:relative;
    left:150px
}
#contentBanner .phoneButton{
    border:1px solid var(--Orange);
    color:#fff
}
#contentBanner .rowButton{
    gap:40px
}
@media(max-width: 767px){
    #contentBanner .borderContainer{
        margin:0 10px
    }
    #contentBanner .slideImg{
        left:unset
    }
}
#mainPageNews{
    color:var(--Color-700)
}
#mainPageNews .container{
    position:relative;
}
#mainPageNews .newsBackground{
    background-color:var(--Color-700);}
#mainPageNews .newsCard{
    background-color:#fff;
    padding:0;
    width:400px
}
#mainPageNews .moreNewsLink img{
    margin-left:10px;
    filter:var(--newsMoreNewsArrowColor)
}
#mainPageNews .carousel-indicators [data-bs-target]{
    background-color:#ccc;
    width:10px;
    height:10px;
    border-radius:50%
}
#mainPageNews .carousel-indicators .active{
    background-color:orange
}
@media(max-width: 767px){
    #mainPageNews .container{
        position:static;
        left:0
    }
    #mainPageNews .newsBackground{
        width:100%
    }
}
#information .container{
    background-size:cover;
    color:#fff;
    background-repeat:no-repeat
}
#information .informationContent{
    text-align:center
}
#information .informationContent a{
    text-decoration:none;
    color:var(--Orange)
}
#information .informationWarningIcon{
    height:76px;
    width:auto
}
#career{
    background-color:var(--Color-700);
    color:var(--Color-700)
}
#career .moreCareersLink{
    margin-bottom: 20px;
     text-decoration:none;
    color:var(--Orange);
    text-transform:uppercase;
    display:flex;
    align-items:center
}
#career .moreCareersLink img{
    margin-left:10px;
    filter:var(--newsMoreNewsArrowColor)
}
#career .careerCard{
    background-color:#fff;
    padding:0;}
#career .careerIcon{
    height:18px;
    width:auto
}
#career .carousel-indicators [data-bs-target]{
    background-color:#ccc;
    width:10px;
    height:10px;
    border-radius:50%
}
#career .carousel-indicators .active{
    background-color:orange
}
#career .careerButton span{
    margin:auto
}
@media(max-width: 767px){
    #career .careerCard{
        width:unset
    }
    #career .careerButton{
        width:fit-content;
        justify-self:center
    }
}
#faq .accordion-item{
    border-radius:14px
}
#faq .accordion-button{
    border-radius:14px;
    background-color:var(--Color-700);
    color:#fff;
    font-weight:bold
}
#faq .collapsed{
    background-color:var(--Color-200) !important;
    color:var(--Color-700);
    font-weight:bold
}
#faq .accordion-button:not(.collapsed)::after{
    filter:brightness(100)
}
#faq .accordion-button::after{
    filter:var(--mainNavbarSocilaMediaInconColor)
}
#map-szkht h2,#map-szkht h4{
    color:var(--Color-700)
}
#map-szkht .container{
    background:linear-gradient(to Right, var(--Color-300) 0, #fff 100%);
    border-radius:16px
}
#map-szkht .mapImg{
    width:80px
}
#breadcrumb{
    background-color:var(--Color-700);
    color:#fff
}
#breadcrumb img{
    width:18px;
    height:18px
}
#breadcrumb a{
    text-decoration:none;
    color:#fff
}
#breadcrumb h1{
    color:var(--Orange)
}
#sideMenu a{
    color:#000;
    font-weight:bold;
    text-decoration:none
}
#contentPage .currentPage{
    border-left:4px solid var(--Orange)
}
#contentPage h2{
    color:var(--Color-500)
}
#contentPage h4{
    color:var(--Color-700);
    font-size:medium;
    margin:2rem 0;
    font-weight:bold;
}
#contentPage hr{
    color:var(--Orange);
    width:10%;
    border:2px solid;
    opacity:unset
}
#contentPage table{
    width:100%;
    margin-bottom:1rem;
    border-spacing:0;
    border-collapse:separate;
    border-radius:12px
}
#contentPage table th{
    background-color:var(--Color-400)
}
#contentPage table th:nth-child(1n+2){
    text-align:center
}
#contentPage table td,#contentPage table th{
    padding:10px
}
#contentPage table td:nth-child(1){
    font-weight:bold
}
#contentPage table td:nth-child(1n+2){
    text-align:center
}
#contentPage table th,#contentPage table tr,#contentPage table td{
    border:1px solid var(--Color-300)
}
#contentPage table tr:nth-child(even){
    background-color:var(--Color-100)
}
#contentPage table th:first-child{
    border-radius:12px 0 0 0
}
#contentPage table th:last-child{
    border-radius:0 12px 0 0
}
#contentPage table tr:last-child td:first-child{
    border-radius:0 0 0 12px
}
#contentPage table tr:last-child td:last-child{
    border-radius:0 0 12px 0
}
#fileDownload .download-btn{
    background-color:var(--Orange);
    border-radius:50%;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center
}
#fileDownload .download-btn i{
    color:#000;
    font-size:20px
}
#fileDownload smal{
    color:#969696
}
#news .contentArea{
    max-height:180px;
    overflow:clip
}
#news .archive{
    position:relative;
    top:80px;
    padding:5px 30px;
    color:var(--Orange);
    background-color:var(--Color-700);
    border:2px solid #fff;
    border-radius:0 8px 8px 0;
    border-left:0;
    text-transform:uppercase
}
#ComplaintReporting input,#ComplaintReporting select{
    border-radius:40px
}
#ComplaintReporting input,#ComplaintReporting select,#ComplaintReporting textarea{
    border:1px solid var(--Color-400)
}
#ComplaintReporting label{
    color:var(--Color-700);
    font-weight:bold
}
#ComplaintReporting .download-btn{
    background-color:var(--Orange);
    border-radius:50%;
    border:0;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center
}
#ComplaintReporting .download-btn i{
    color:#000;
    font-size:20px
}
#ComplaintReporting .submitButton img{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:5px 0;}
#ComplaintReporting .uploadButton{
    justify-content:space-between;
    border:1px solid var(--Color-400);}
#ComplaintReporting .uploadButton img{
    margin:5px 0;}
#ComplaintReporting .uploadButton span{
    padding:5px;
    color:var(--Color-600)
}
#map-szhg{
    color:#fff
}
#map-szhg .container{
    background:linear-gradient(to Right, var(--Color-700) 0, var(--Color-400) 100%);
    border-radius:16px
}
#map-szhg .embed-map-responsive{
    position:relative;
    text-align:right;
    width:100%;
    height:0;
    padding-bottom:66.6666666667%
}
#map-szhg .embed-map-container{
    overflow:hidden;
    background:none !important;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
#map-szhg .embed-map-frame{
    width:100% !important;
    height:100% !important;
    position:absolute;
    top:0;
    left:0
}
#map-szhg #map{
    height:100%;
    min-height:413px;
    border-radius:20px
}
#map-szhg.map-only #map{
    border-radius:0
}
#map-szhg .map-info-window{
    color:var(--Color-800);
    font-size:.875rem;
    line-height:1.3
}
#map-szhg h2{
    color: white !important;
}
#selectiveCollectionBar .container{
    background-color:var(--Color-100);
    border-radius:16px;
    padding:5rem;
    color:var(--Color-800)
}
#selectiveCollectionBar h2{
    color:var(--Color-600)
}
#selectiveCollectionBar h3,#selectiveCollectionBar h4,#selectiveCollectionBar h5,#selectiveCollectionBar h6{
    color:var(--Color-700)
}
#selectiveCollectionBar li{
    list-style-type:none;
    margin-bottom:1rem;
    background:url(../Images/Assets/Leaf.svg) no-repeat left top;
    padding:0px 0 15px 40px
}
#loginAndRegisterPage h2,#loginAndRegisterPage h3,#loginAndRegisterPage h4,#loginAndRegisterPage h5,#loginAndRegisterPage h6{
    color:var(--Color-600)
}
#loginAndRegisterPage .contentPageCardColored{
    border-radius:24px;
    padding:2rem;}
#loginAndRegisterPage .loginButton{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:40px;
    border:0;}
#loginAndRegisterPage .loginButton img{
    background-color:var(--Color-700);
    border-radius:50%;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:5px 0;
    padding:10px;
    border:2px solid #fff
}
#loginAndRegisterPage .loginButton span{
    padding:5px 30px;
    font-size:larger;
    font-weight:bold;
    margin:auto
}
#loginAndRegisterPage .registerButton{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:40px;
    border:0;
    min-width:300px
}
#loginAndRegisterPage .registerButton img{
    background-color:var(--Color-700);
    border-radius:50%;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:5px 0;
    padding:10px;
    border:2px solid #fff
}
#loginAndRegisterPage .registerButton span{
    padding:5px 30px;
    color:#fff;
    font-size:larger;
    font-weight:bold;
    margin:auto
}
#loginAndRegisterPage .form-label{
    margin-top:2rem
}
#wasteDisposalRequestPage .form-label{
    margin-top:2rem
}
#wasteDisposalRequestPage .form-control{
    border-radius:40px;
    background-color:transparent
}
#wasteDisposalRequestPage .sendButton{
    width:auto;}
#wasteDisposalRequestPage .sendButton img{
    margin:5px 0;}
#wasteDisposalRequestPage .sendButton span{
    margin:auto
}

:root {
    --LayoutContainer: 1110px;
    --SectionGap: 90px;
    --CardRadius: 16px;
    --InnerHeaderIcon: url("/Frontend/Images/Assets/Exclude.svg");
    --InnerHeaderGlowRgb: 63, 148, 81;
    --svg-eye-open: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj4gPHBhdGggZD0iTTEyIDRDNCA0IDEgMTIgMSAxMkMxIDEyIDQgMjAgMTIgMjBDMjAgMjAgMjMgMTIgMjMgMTJDMjMgMTIgMjAgNCAxMiA0IHogTSAxMiA3QzE0Ljc2MSA3IDE3IDkuMjM5IDE3IDEyQzE3IDE0Ljc2MSAxNC43NjEgMTcgMTIgMTdDOS4yMzkgMTcgNyAxNC43NjEgNyAxMkM3IDkuMjM5IDkuMjM5IDcgMTIgNyB6IE0gMTIgOSBBIDMgMyAwIDAgMCA5IDEyIEEgMyAzIDAgMCAwIDEyIDE1IEEgMyAzIDAgMCAwIDE1IDEyIEEgMyAzIDAgMCAwIDEyIDkgeiIgZmlsbD0iIzIxMjUyOWJmIiAvPjwvc3ZnPg==")
    --svg-eye-close: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNNC4yMDcwMzEyIDIuNzkyOTY4OEwyLjc5Mjk2ODggNC4yMDcwMzEyTDUuMDc2MTcxOSA2LjQ5MDIzNDRDMi4xOTkzNDQ3IDguODM4MjAwNSAxIDEyIDEgMTJDMSAxMiA0IDIwIDEyIDIwQzE0LjA3NTU2OCAyMCAxNS44MDYwMDMgMTkuNDU0NzMgMTcuMjQyMTg4IDE4LjY1NjI1TDE5Ljc5Mjk2OSAyMS4yMDcwMzFMMjEuMjA3MDMxIDE5Ljc5Mjk2OUw0LjIwNzAzMTIgMi43OTI5Njg4IHogTSAxMiA0QzEwLjc4OCA0IDkuNzA1Nzk2OSA0LjE5OTcxODcgOC43MTY3OTY5IDQuNTExNzE4OEwxMS4yNzczNDQgNy4wNzIyNjU2QzExLjUxNDM0NCA3LjAzNzI2NTYgMTEuNzUzIDcgMTIgN0MxNC43NjEgNyAxNyA5LjIzOSAxNyAxMkMxNyAxMi4yNDcgMTYuOTYyNzM0IDEyLjQ4NTY1NiAxNi45Mjc3MzQgMTIuNzIyNjU2TDIwLjM1NzQyMiAxNi4xNTIzNDRDMjIuMjA0NDIyIDE0LjEwMjM0NCAyMyAxMiAyMyAxMkMyMyAxMiAyMCA0IDEyIDQgeiBNIDcuODMzOTg0NCA5LjI0ODA0NjlMOS4yOTY4NzUgMTAuNzEwOTM4QzkuMTA4MTU5NSAxMS4xMDA4MjkgOSAxMS41MzY1NjYgOSAxMkM5IDEzLjY1NyAxMC4zNDMgMTUgMTIgMTVDMTIuNDYzNDM0IDE1IDEyLjg5OTE3MSAxNC44OTE4NCAxMy4yODkwNjIgMTQuNzAzMTI1TDE0Ljc1MTk1MyAxNi4xNjYwMTZDMTMuOTYyMDM5IDE2LjY4OTc1OCAxMy4wMTkyNzEgMTcgMTIgMTdDOS4yMzkgMTcgNyAxNC43NjEgNyAxMkM3IDEwLjk4MDcyOSA3LjMxMDI0MTUgMTAuMDM3OTYxIDcuODMzOTg0NCA5LjI0ODA0NjkgeiIgZmlsbD0iIzIxMjUyOWJmIiAvPjwvc3ZnPg==")
}

#sideMenu .accordion-item {
    border: 0;
}

#sideMenu .accordion-button {
    border-radius: 12px;
    background-color: var(--Color-400);
    color: #000;
    font-weight: bold;
}

#sideMenu .accordion-body {
    padding-top: 10px !important;
}

#sideMenu .contentPageCard {
    padding-left: 16px;
    padding-right: 16px;
}

#sideMenu .side-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sideMenu .side-menu-sublist {
    margin: 4px 0 4px 14px;
    padding-left: 12px;
    border-left: 1px solid var(--Color-300);
}

#sideMenu .side-menu-item {
    margin: 2px 0;
}

#sideMenu .side-menu-link {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    padding: 8px 6px;
    border-left: 4px solid transparent;
    border-radius: 0 8px 8px 0;
    color: #000;
    font-weight: bold;
    line-height: 1.25;
    text-decoration: none;
}

#sideMenu .side-menu-link:hover,
#sideMenu .side-menu-link:focus {
    color: var(--Color-700);
    background-color: var(--Color-100);
    text-decoration: none;
}

#sideMenu .side-menu-link-text {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

#sideMenu .side-menu-child-indicator {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    opacity: .65;
}

#sideMenu .is-open > .side-menu-link .side-menu-child-indicator {
    transform: rotate(45deg);
}

#sideMenu .side-menu-sublist .side-menu-link {
    font-size: 14px;
    font-weight: 600;
}

#sideMenu .currentPage {
    border-left-color: var(--Orange);
    color: var(--Color-700);
    padding-left: 12px !important;
}

.hudvar-reservations-grid-page .hudvar-grid-card {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.06);
}

.hudvar-reservations-grid-page .hudvar-grid-scroll {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 6px;
}

.hudvar-reservations-grid-page .hudvar-grid-scroll > table,
.hudvar-reservations-grid-page .hudvar-grid-scroll .dxgvTable {
    min-width: 760px;
}

.hudvar-reservations-grid-page .dxgvControl table,
.hudvar-reservations-grid-page .dxgvControl tr,
.hudvar-reservations-grid-page .dxgvControl td,
.hudvar-reservations-grid-page .dxgvControl th {
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.hudvar-reservations-grid-page .dxgvControl table {
    border-spacing: 0 !important;
    border-collapse: separate !important;
}

.hudvar-reservations-grid-page .dxgvControl table:not(.dxgvTable) {
    width: auto !important;
    min-width: 0 !important;
}

.hudvar-reservations-grid-page .dxgvControl .dxgvTable {
    width: 100% !important;
}

.hudvar-reservations-grid-page .dxgvControl table,
.hudvar-reservations-grid-page .dxgvControl tr,
.hudvar-reservations-grid-page .dxgvControl td,
.hudvar-reservations-grid-page .dxgvControl th,
.hudvar-reservations-grid-page .dxgvControl tr:nth-child(even) {
    background-color: inherit !important;
}

.hudvar-reservations-grid-page .dxgvControl td,
.hudvar-reservations-grid-page .dxgvControl th {
    font-weight: inherit !important;
    text-align: inherit !important;
}

.hudvar-reservations-grid-page .hudvar-grid-loading,
.hudvar-reservations-grid-page .hudvar-grid-error {
    padding: 22px;
    border-radius: 16px;
    background: var(--Color-100);
    color: var(--Color-700);
    font-weight: 700;
    text-align: center;
}

.hudvar-reservations-grid-page .hudvar-grid-error {
    color: #b42318;
    background: #fff1f0;
}

.hudvar-reservations-grid-page .dxgvControl,
.hudvar-reservations-grid-page .dxgvTable {
    color: var(--Color-700);
    font-family: "Instrument Sans", sans-serif;
}

.hudvar-reservations-grid-page .dxgvHeader {
    background: var(--Color-400);
    color: var(--Color-800);
    font-weight: 800;
}

.hudvar-reservations-grid-page .dxgvDataRow,
.hudvar-reservations-grid-page .dxgvAltDataRow {
    background: #fff;
}

.hudvar-reservations-grid-page .dxgvAltDataRow {
    background: var(--Color-100);
}

.hudvar-reservations-grid-page .dxgvDataRow td,
.hudvar-reservations-grid-page .dxgvAltDataRow td,
.hudvar-reservations-grid-page .dxgvHeader td {
    padding: 12px 14px !important;
    border-bottom: 1px solid var(--Color-300) !important;
}

.hudvar-reservations-grid-page .cancel-reservation-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 16px;
    border-radius: 999px;
    background: var(--Orange);
    color: var(--Color-800);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.hudvar-reservations-grid-page .cancel-reservation-button:hover,
.hudvar-reservations-grid-page .cancel-reservation-button:focus {
    color: var(--Color-800);
    filter: brightness(0.96);
    text-decoration: none;
}

.hudvar-reservations-grid-page .houses-grid-toolbar {
    margin-bottom: 18px;
}

.hudvar-reservations-grid-page .houses-grid-details-link,
.hudvar-reservations-grid-page .houses-grid-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 16px;
    border-radius: 999px;
    background: var(--Orange);
    color: var(--Color-800);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.hudvar-reservations-grid-page .houses-grid-details-link:hover,
.hudvar-reservations-grid-page .houses-grid-details-link:focus,
.hudvar-reservations-grid-page .houses-grid-back-link:hover,
.hudvar-reservations-grid-page .houses-grid-back-link:focus {
    color: var(--Color-800);
    filter: brightness(0.96);
    text-decoration: none;
}

@media (max-width: 768px) {
    .hudvar-reservations-grid-page .hudvar-grid-card {
        padding: 16px;
        border-radius: 18px;
    }
}

.appointment-confirmation {
    max-width: 820px;
    margin: 0 auto;
}

.appointment-confirmation-panel {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 42px 48px;
    border: 2px solid var(--Color-400);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.06);
}

.appointment-confirmation-icon {
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--Color-200);
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment-confirmation-icon span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--Color-600);
    position: relative;
    display: block;
}

.appointment-confirmation-icon span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 48%;
    width: 17px;
    height: 10px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.appointment-confirmation-content h2 {
    margin: 0;
    color: var(--Color-600);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

.appointment-confirmation-content hr {
    width: 62px;
    margin: 14px 0 18px;
    border: 0;
    border-top: 3px solid var(--Orange);
    opacity: 1;
}

.appointment-confirmation-content p,
.appointment-confirmation-text {
    margin: 0;
    color: var(--Color-700);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

.appointment-confirmation-text p {
    margin: 0 0 10px;
}

.appointment-confirmation-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .appointment-confirmation-panel {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 24px;
        gap: 20px;
    }

    .appointment-confirmation-icon {
        width: 64px;
        height: 64px;
    }

    .appointment-confirmation-icon span {
        width: 38px;
        height: 38px;
    }

    .appointment-confirmation-icon span::after {
        width: 15px;
        height: 9px;
    }

    .appointment-confirmation-content h2 {
        font-size: 24px;
    }

    .appointment-confirmation-content p,
    .appointment-confirmation-text {
        font-size: 16px;
    }
}

.hudvar-reservation-page {
    --HudvarCalendarFree: #008000;
    --HudvarCalendarUnavailable: #858585;
    --HudvarCalendarSelected: #ffa500;
}

.hudvar-reservation-page .hudvar-reservation-card {
    max-width: 1120px;
}

.hudvar-reservation-page .hudvar-react-root {
    margin-top: 22px;
}

.hudvar-reservation-page .hudvarReservation {
    color: var(--Color-700);
    font-family: "Instrument Sans", sans-serif;
}

.hudvar-reservation-page .hudvarReservation .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.hudvar-reservation-page .hudvarReservation .row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 0;
    margin: 0;
}

.hudvar-reservation-page .hudvarReservation [class*="col-"] {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

.hudvar-reservation-page .hudvarReservation .steps-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    margin: 0 0 30px;
    border: 1px solid var(--Color-200);
    border-radius: 16px;
    background: var(--Background-Light);
}

.hudvar-reservation-page .hudvarReservation .steps-bar .steps-item {
    padding: 16px 12px;
    color: var(--Color-700);
    font-weight: 700;
    text-align: center;
    border-right: 1px solid var(--Color-200);
}

.hudvar-reservation-page .hudvarReservation .steps-bar .steps-item:last-child {
    border-right: 0;
}

.hudvar-reservation-page .hudvarReservation .steps-bar .steps-item.current {
    color: #fff;
    background: var(--Color-700);
}

    .hudvar-reservation-page .hudvarReservation label {
        color: var(--Color-700);
        font-weight: 700;
        margin-left: 4px;
    }

.hudvar-reservation-page .hudvarReservation input[type="text"],
.hudvar-reservation-page .hudvarReservation .form-control {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid var(--Color-300);
    border-radius: 999px;
    background: #fff;
    color: var(--Color-700);
    font-weight: 600;
    outline: none;
}

.hudvar-reservation-page .hudvarReservation input[type="text"]:focus,
.hudvar-reservation-page .hudvarReservation .form-control:focus {
    border-color: var(--Orange);
    box-shadow: 0 0 0 2px rgba(255, 174, 0, 0.25);
}

.hudvar-reservation-page .hudvarReservation input[type="radio"],
.hudvar-reservation-page .hudvarReservation input[type="checkbox"] {
    accent-color: var(--Orange);
}

.hudvar-reservation-page .hudvarReservation .onlineUserName {
    display: inline-block;
    padding-left: 8px;
    font-weight: 800;
}

.hudvar-reservation-page .hudvarReservation .onlineUserAddress {
    display: inline-block;
    padding-left: 8px;
    color: var(--Color-600);
    font-size: 14px;
}

.hudvar-reservation-page .hudvarReservation .form-horizontal {
    margin-top: 20px;
    padding: 22px;
    border-radius: 16px;
    background: var(--Background-Light);
}

.hudvar-reservation-page .hudvarReservation .form-group {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.hudvar-reservation-page .hudvarReservation .validationError {
    margin-top: 6px;
    color: #d92d20;
    font-size: 13px;
    font-weight: 700;
}

.hudvar-reservation-page .hudvarReservation .buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.hudvar-reservation-page .hudvarReservation .buttons a,
.hudvar-reservation-page .hudvarReservation .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 52px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    background: var(--Color-700);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.hudvar-reservation-page .hudvarReservation .buttons a[disabled],
.hudvar-reservation-page .hudvarReservation .btn[disabled] {
    cursor: not-allowed;
    opacity: 0.55;
}

.hudvar-reservation-page .hudvarReservation .btn-primary {
    background: var(--Orange);
    color: var(--Color-900);
}

.hudvar-reservation-page .hudvarReservation #wasteyards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hudvar-reservation-page .hudvarReservation #wasteyards .list {
    width: auto;
}

.hudvar-reservation-page .hudvarReservation #wasteyards .form-element {
    position: relative;
    min-height: 150px;
}

.hudvar-reservation-page .hudvarReservation #wasteyards .form-element input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hudvar-reservation-page .hudvarReservation #wasteyards .form-element label {
    display: flex;
    min-height: 150px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    border: 2px solid transparent;
    border-color: var(--Color-600);
    border-radius: 16px;
    background: var(--Background-Light);
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.hudvar-reservation-page .hudvarReservation #wasteyards .form-element .title {
    color: var(--Color-700);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.hudvar-reservation-page .hudvarReservation #wasteyards .form-element .address {
    color: var(--Color-600);
    font-size: 14px;
    line-height: 1.45;
}

.hudvar-reservation-page .hudvarReservation #wasteyards .form-element input:checked + label {
    border-color: var(--Orange);
    background: #fff;
}

.hudvar-reservation-page .hudvarReservation #calendar {
    overflow-x: auto;
}

.hudvar-reservation-page .hudvarReservation #calendar .legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.hudvar-reservation-page .hudvarReservation #calendar .legend .square-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hudvar-reservation-page .hudvarReservation #calendar .legend .square {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: var(--Color-200);
}

.hudvar-reservation-page .hudvarReservation #calendar .appointment {
    min-width: 96px;
    margin: 4px;
    padding: 10px;
    border: 1px solid var(--Color-200);
    border-radius: 10px;
    background: #fff;
    color: var(--Color-700);
    cursor: pointer;
}

.hudvar-reservation-page .hudvarReservation #calendar .appointment.free {
    background: var(--Background-Light);
}

.hudvar-reservation-page .hudvarReservation #calendar .appointment.selected {
    border-color: var(--Orange);
    background: var(--Orange);
    color: var(--Color-900);
    font-weight: 800;
}

.hudvar-reservation-page .hudvarReservation .license_plate,
.hudvar-reservation-page .hudvarReservation .imported_waste {
    margin-top: 20px;
}

.hudvar-reservation-page .hudvarReservation .checklist {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 12px 0;
    line-height: 1.45;
}

.hudvar-reservation-page .hudvarReservation .displaySpan {
    font-weight: 700;
}

.hudvar-reservation-page .hudvarReservation .limitsDiv {
    margin-left: 28px;
    color: var(--Color-600);
    font-size: 14px;
}

.hudvar-reservation-page .hudvarReservation .warningmsg {
    padding: 14px 16px;
    border-radius: 12px;
    background: var(--Background-Light);
}

@media (max-width: 768px) {
    .hudvar-reservation-page .hudvar-reservation-card {
        padding: 24px 18px;
        border-radius: 16px;
    }

    .hudvar-reservation-page .hudvarReservation .steps-bar {
        grid-template-columns: 1fr;
    }

    .hudvar-reservation-page .hudvarReservation .steps-bar .steps-item {
        border-right: 0;
        border-bottom: 1px solid var(--Color-200);
    }

    .hudvar-reservation-page .hudvarReservation .steps-bar .steps-item:last-child {
        border-bottom: 0;
    }

    .hudvar-reservation-page .hudvarReservation .form-group {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hudvar-reservation-page .hudvarReservation #wasteyards {
        grid-template-columns: 1fr;
    }

    .hudvar-reservation-page .hudvarReservation .buttons {
        flex-direction: column;
    }

    .hudvar-reservation-page .hudvarReservation .buttons a,
    .hudvar-reservation-page .hudvarReservation .btn {
        width: 100%;
    }
}

#ComplaintReporting .complaint-reporting-card {
    border-radius: 16px;
    background: #fff;
    padding: 42px 46px 48px;
}

#ComplaintReporting .complaint-reporting-heading {
    margin-bottom: 28px;
}

#ComplaintReporting h2 {
    margin: 0;
    color: var(--Color-500);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

#ComplaintReporting hr {
    width: 52px;
    margin: 12px 0 0;
    border: 0;
    border-top: 3px solid var(--Orange);
    opacity: 1;
}

#ComplaintReporting .complaint-reporting-grid {
    display: grid;
    grid-template-columns: minmax(240px, 285px) minmax(0, 1fr);
    gap: 44px;
    align-items: start;
}

#ComplaintReporting .complaint-field {
    margin-bottom: 30px;
}

#ComplaintReporting .form-label,
#ComplaintReporting .complaint-recipient-field legend {
    display: block;
    margin: 0 0 12px;
    color: var(--Color-700);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

#ComplaintReporting input,
#ComplaintReporting select {
    min-height: 42px;
    border-radius: 40px;
}

#ComplaintReporting textarea {
    min-height: 340px;
    border-radius: 16px;
    resize: vertical;
}

#ComplaintReporting input,
#ComplaintReporting select,
#ComplaintReporting textarea,
#ComplaintReporting .uploadButton {
    border: 1px solid var(--Color-400);
}

#ComplaintReporting .form-control,
#ComplaintReporting .form-select {
    color: var(--Color-700);
    background-color: transparent;
    padding: 10px 18px;
    font-size: 14px;
}

#ComplaintReporting .form-text {
    margin: 0 0 12px;
    color: #0B1E0F;
    font-size: 11px;
    line-height: 1.35;
}

#ComplaintReporting input:focus,
#ComplaintReporting select:focus,
#ComplaintReporting textarea:focus,
#ComplaintReporting .form-control:focus,
#ComplaintReporting .form-select:focus,
#ComplaintReporting .uploadButton:focus {
    border-color: var(--Orange);
    outline: 1px solid var(--Orange);
    outline-offset: 0;
    box-shadow: none;
}

#ComplaintReporting .complaint-reporting-left,
#ComplaintReporting .complaint-reporting-right,
#ComplaintReporting .complaint-extra-fields,
#ComplaintReporting .complaint-pothole-fields {
    display: grid;
}

#ComplaintReporting .complaint-reporting-right {
    gap: 24px;
}

#ComplaintReporting .complaint-reporting-right .complaint-field {
    margin-bottom: 0;
}

#ComplaintReporting .complaint-extra-fields[hidden],
#ComplaintReporting .complaint-pothole-fields[hidden],
#ComplaintReporting .complaint-map-panel[hidden],
#ComplaintReporting .complaint-notification-description-item[hidden] {
    display: none !important;
}

#ComplaintReporting .complaint-notification-description {
    color: var(--Color-700);
    font-size: 14px;
    line-height: 1.55;
}

#ComplaintReporting .complaint-notification-description p:last-child,
#ComplaintReporting .complaint-notification-description ol:last-child,
#ComplaintReporting .complaint-notification-description ul:last-child {
    margin-bottom: 0;
}

#ComplaintReporting .complaint-map-panel {
    display: grid;
    gap: 12px;
}

#ComplaintReporting .complaint-map-help {
    color: var(--Color-700);
    font-size: 13px;
    font-weight: 700;
}

#ComplaintReporting .complaint-map {
    width: 100%;
    min-height: 280px;
    overflow: hidden;
    border: 1px solid var(--Color-400);
    border-radius: 16px;
    background: var(--Color-100);
}

@media (max-width: 767px) {
    #ComplaintReporting .complaint-reporting-left,
    #ComplaintReporting .complaint-reporting-right,
    #ComplaintReporting .complaint-reporting-grid {
        display: grid;
    }

    #ComplaintReporting .complaint-reporting-left,
    #ComplaintReporting .complaint-reporting-right {
        display: contents;
    }

    #ComplaintReporting .complaint-basic-field {
        order: 10;
    }

    #ComplaintReporting .complaint-notification-description {
        order: 20;
        margin-bottom: 30px;
    }

    #ComplaintReporting .complaint-type-field {
        order: 30;
    }

    #ComplaintReporting .complaint-extra-fields {
        order: 40;
    }

    #ComplaintReporting .complaint-map-panel {
        order: 50;
        margin-bottom: 30px;
    }

    #ComplaintReporting .complaint-upload-field {
        order: 60;
    }

    #ComplaintReporting .complaint-message-field {
        order: 70;
    }

    #ComplaintReporting .complaint-map {
        min-height: 240px;
    }
}

#ComplaintReporting .complaint-radio-list {
    display: grid;
    gap: 13px;
}

#ComplaintReporting .complaint-radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: var(--Color-500);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
}

#ComplaintReporting .complaint-radio input {
    width: 20px;
    height: 20px;
    min-height: 0;
    margin: 0;
    accent-color: var(--Orange);
}

#ComplaintReporting .uploadButton {
    width: 100%;
    min-height: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    border-radius: 40px;
    background-color: #fff;
    padding: 4px 4px 4px 18px;
    color: var(--Color-600);
    text-align: left;
}

#ComplaintReporting .uploadButton span {
    font-size: 13px;
    line-height: 1;
}

#ComplaintReporting .uploadButton img {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: var(--Color-700);
    padding: 8px;
}

#ComplaintReporting .complaint-file-area {
    max-width: 390px;
    margin-top: 6px;
}

#ComplaintReporting .complaint-file-notice {
    margin: 0 0 20px;
    color: #0B1E0F;
    font-size: 11px;
    line-height: 1.35;
}

#ComplaintReporting h4 {
    margin: 0 0 14px;
    color: var(--Color-700);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

#ComplaintReporting .complaint-attached-files {
    display: grid;
    gap: 10px;
}

#ComplaintReporting .complaint-file-card {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 6px;
    background-color: var(--Color-100);
    padding: 7px 9px 7px 14px;
}

#ComplaintReporting .complaint-file-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

#ComplaintReporting .complaint-file-info img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 auto;
}

#ComplaintReporting .complaint-file-info strong,
#ComplaintReporting .complaint-file-info small {
    display: block;
}

#ComplaintReporting .complaint-file-info strong {
    overflow: hidden;
    color: var(--Color-700);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ComplaintReporting .complaint-file-info small {
    margin-top: 2px;
    color: var(--Color-400);
    font-size: 9px;
    line-height: 1;
}

#ComplaintReporting .complaint-file-remove {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 0;
    border-radius: 50%;
    background: var(--Color-500);
    color: #fff;
    font-size: 21px;
    line-height: 1;
}

#ComplaintReporting .submitButton {
    min-width: 250px;
    min-height: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    border: 0;
    border-radius: 40px;
    background-color: var(--Color-700);
    padding: 4px;
}

#ComplaintReporting .submitButton span {
    padding: 0 22px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

#ComplaintReporting .submitButton img {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: var(--Color-700);
    padding: 8px;
}

#ComplaintReporting .complaint-submit-row {
    display: flex;
    justify-content: center;
    margin-top: 72px;
}

@media (max-width: 767px) {
    #ComplaintReporting .complaint-reporting-card {
        padding: 30px 22px 34px;
    }

    #ComplaintReporting .complaint-reporting-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #ComplaintReporting h2 {
        font-size: 23px;
    }

    #ComplaintReporting textarea {
        min-height: 260px;
    }

    #ComplaintReporting .complaint-file-area {
        max-width: none;
    }

    #ComplaintReporting .complaint-submit-row {
        margin-top: 42px;
    }

    #ComplaintReporting .submitButton {
        width: 100%;
        min-width: 0;
    }
}

body {
    margin: 0;
    background: #fff;
    color: var(--Color-800);
    font-family: "Instrument Sans", sans-serif;
}

body.has-home-banner {
    max-width: 100%;
    overflow-x: hidden;
}

.svgIconColor400 {
    display: inline-block;
    flex: 0 0 auto;
    background-color: var(--Color-400);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.svgIconDocs {
    mask-image: url("/Frontend/Images/Assets/Docs.svg");
    -webkit-mask-image: url("/Frontend/Images/Assets/Docs.svg");
}

.svgIconJob {
    mask-image: url("/Frontend/Images/Assets/Job.svg");
    -webkit-mask-image: url("/Frontend/Images/Assets/Job.svg");
}

.svgIconCalendar {
    mask-image: url("/Frontend/Images/Assets/Calendar.svg");
    -webkit-mask-image: url("/Frontend/Images/Assets/Calendar.svg");
}

.svgIconPlace {
    mask-image: url("/Frontend/Images/Assets/Place.svg");
    -webkit-mask-image: url("/Frontend/Images/Assets/Place.svg");
}

#career .careerTitleIcon {
    width: 40px;
    height: 40px;
}

#career .careerIcon,
#news .calendarIcon {
    width: 18px;
    height: 18px;
}

#news .newsCard {
    border-radius: 16px;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

#news .news-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

#news .news-card-link:hover h4,
#news .news-card-link:focus h4 {
    color: var(--Color-500);
}

#news .cardImg {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 16px 16px 0 0;
}

#news.news-detail-card {
    display: block;
    max-width: 760px;
    margin: 0 auto;
    padding: 34px 42px 44px;
    border-radius: 16px;
    background: #fff;
    color: var(--Color-800);
}

#news.news-detail-card .news-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--Color-500);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

#news.news-detail-card .news-back-link:hover,
#news.news-detail-card .news-back-link:focus {
    color: var(--Color-700);
}

#news.news-detail-card .news-back-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--Color-700);
    flex: 0 0 auto;
}

#news.news-detail-card .news-back-icon img {
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
}

#news.news-detail-card h2 {
    max-width: 640px;
    margin: 0;
    color: var(--Color-500);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

#news.news-detail-card hr {
    width: 72px;
    margin: 12px 0 12px;
    border: 0;
    border-top: 3px solid var(--Orange);
    opacity: 1;
}

#news.news-detail-card .news-detail-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--Color-700);
    font-size: 13px;
    line-height: 1;
}

#news.news-detail-card .news-detail-content {
    margin-top: 36px;
    font-size: 14px;
    line-height: 1.6;
}

#news.news-detail-card .news-detail-content p {
    margin: 0 0 24px;
}

#news.news-detail-card .news-detail-content strong,
#news.news-detail-card .news-detail-content b {
    font-weight: 700;
}

@media (min-width: 1200px) {
    .container {
        max-width: var(--LayoutContainer);
    }
}

.styledButton {
    min-height: 52px;
    padding: 5px 6px !important;
    border: 0;
    border-radius: 999px;
    display: inline-grid;
    grid-template-columns: minmax(max-content, 1fr) 42px;
    align-items: center;
    justify-items: center;
    column-gap: 0;
    color: #fff;
    background: var(--Color-700);
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.styledButtonText {
    grid-column: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.styledButtonIcon {
    grid-column: 2;
    justify-self: center;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background: var(--Color-700);
    flex: 0 0 auto;
}

.styledButtonIcon img {
    width: 18px;
    height: 15px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.styledButtonNoIcon {
    grid-template-columns: auto;
    padding-right: 32px !important;
    padding-left: 32px !important;
    justify-content: center;
}

.styledButtonNoIcon .styledButtonText {
    grid-column: 1;
}

.styledButtonColorType1 {
    color: var(--Color-800);
    background: var(--Orange);
}

.styledButtonColorType2 {
    color: #fff;
    background: var(--Color-700);
}

.styledButtonColorType3 {
    color: #fff;
    background: transparent;
    border: 1px solid var(--Orange);
}

.styledButtonColorType4 {
    color: #fff;
    background: var(--Color-600);
}

.styledButtonColorType1 .styledButtonIcon,
.styledButtonColorType2 .styledButtonIcon,
.styledButtonColorType3 .styledButtonIcon,
.styledButtonColorType4 .styledButtonIcon {
    background: var(--Color-700);
    border-color: #fff;
}

.styledButton:hover,
.styledButton:focus {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(11, 30, 15, .16);
}

.styledButtonColorType1:hover,
.styledButtonColorType1:focus {
    color: var(--Color-800);
    background: #F5A300;
}

.styledButtonColorType2:hover,
.styledButtonColorType2:focus {
    color: #fff;
    background: var(--Color-800);
}

.styledButtonColorType3:hover,
.styledButtonColorType3:focus {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: var(--Orange);
}

.styledButtonColorType4:hover,
.styledButtonColorType4:focus {
    color: #fff;
    background: var(--Color-700);
}

#navBar .site-header-top {
    padding: 28px 0 80px;
}

#navBar .brand-logo {
    width: 64px;
}

#navBar .brand-text {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
}

#navBar .small-quick-link {
    font-size: 15px;
    opacity: .92;
}

#navBar .quick-link-divider {
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1;
}

#navBar .header-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

#navBar .nav-pill-wrapper {
    margin-top: -54px;
    position: relative;
    z-index: 5;
}

#navBar .nav-pill-wrapper .container {
    position: relative;
}

#navBar .nav-pill-wrapper .nav-pill {
    position: relative;
    z-index: 50;
    min-height: 86px;
    border-radius: 999px;
    padding: 15px 18px 15px 28px;
}

#navBar .nav-pill-wrapper .nav-left .primary-nav {
    position: static;
}

#navBar .nav-pill-wrapper .nav-left .primary-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#navBar .nav-pill-wrapper .nav-left .primary-menu-item {
    position: static;
}

#navBar .nav-pill-wrapper .nav-left .primary-menu-button {
    appearance: none;
    border: 0;
    background: transparent;
    border-radius: 40px;
    color: var(--Color-700);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    padding: 13px 18px;
}

#navBar .nav-pill-wrapper .nav-left .primary-menu-button:hover,
#navBar .nav-pill-wrapper .nav-left .primary-menu-button:focus,
#navBar .nav-pill-wrapper .nav-left .primary-menu-item.is-open > .primary-menu-button {
    background: var(--Color-200);
    color: var(--Color-700);
    text-decoration: none;
}

#navBar .nav-pill-wrapper .nav-left .primary-menu-button.active {
    background: var(--Color-300);
    color: var(--Color-700);
}

#navBar .nav-pill-wrapper .mega-menu-layer {
    position: absolute;
    z-index: 40;
    top: 58px;
    left: 12px;
    right: 12px;
}

#navBar .nav-pill-wrapper .mega-menu {
    display: none;
    min-height: 250px;
    padding: 58px 40px 36px;
    border-radius: 0 0 28px 28px;
    background: var(--Color-800);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}

#navBar .nav-pill-wrapper .mega-menu.is-open {
    display: block;
}

#navBar .nav-pill-wrapper .mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(var(--mega-menu-columns, 6), minmax(0, 1fr));
    column-gap: 0;
    row-gap: 36px;
}

#navBar .nav-pill-wrapper .mega-menu-column {
    min-width: 0;
    padding: 0 26px;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

#navBar .nav-pill-wrapper .mega-menu-column.is-row-start {
    padding-left: 0;
    border-left: 0;
}

#navBar .nav-pill-wrapper .mega-menu-column:last-child {
    padding-right: 0;
}

#navBar .nav-pill-wrapper .mega-menu-heading {
    display: block;
    margin: 0 0 20px;
    color: var(--Color-400);
    font-size: 13px;
    line-height: 1.28;
    font-weight: 700;
}

#navBar .nav-pill-wrapper .mega-menu-heading-link {
    color: #fff;
    text-decoration: none;
}

#navBar .nav-pill-wrapper .mega-menu-heading-link:hover,
#navBar .nav-pill-wrapper .mega-menu-heading-link:focus {
    color: var(--Orange);
    text-decoration: none;
}

#navBar .nav-pill-wrapper .mega-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navBar .nav-pill-wrapper .mega-menu-list li {
    margin: 0 0 16px;
}

#navBar .nav-pill-wrapper .mega-menu-link {
    display: inline-flex;
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 1.32;
    font-weight: 600;
    text-decoration: none;
}

#navBar .nav-pill-wrapper .mega-menu-link:hover,
#navBar .nav-pill-wrapper .mega-menu-link:focus,
#navBar .nav-pill-wrapper .mega-menu-link.active {
    color: var(--Orange);
    text-decoration: none;
}

#navBar .nav-pill-wrapper .mega-menu-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 3px;
    border-radius: 4px;
    background: var(--Orange);
}

#navBar .nav-pill-wrapper .mega-menu-subheading {
    display: block;
    margin: 0 0 10px;
    color: var(--Color-400);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}

#navBar .nav-pill-wrapper .mega-menu-sublist .mega-menu-link {
    padding-left: 10px;
}

#navBar .nav-pill-wrapper .nav-right .cta-btn {
    min-height: 51px;
    padding: 5px 7px 5px 22px;
}

@media (min-width: 1200px) {
    body.has-inner-header #navBar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: transparent;
    }

    body.has-inner-header #navBar .site-header-top {
        padding: 28px 0 22px;
        background: transparent;
    }

    body.has-inner-header #navBar .nav-pill-wrapper {
        margin-top: 0;
        background: transparent;
    }

    #navBar.is-menu-stuck .nav-pill-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        margin-top: 0;
        background: transparent;
    }

    body.has-inner-header #breadcrumb {
        position: relative;
        overflow: hidden;
        margin-top: -1px;
        padding: 235px 0 34px;
        border-radius: 0 0 0 40px;
        background:
            radial-gradient(circle at 58% 52%, rgba(var(--InnerHeaderGlowRgb), .34) 0, rgba(var(--InnerHeaderGlowRgb), .18) 28%, rgba(var(--InnerHeaderGlowRgb), 0) 58%),
            var(--Color-700);
        color: #fff;
    }

    body.has-inner-header #breadcrumb::after {
        content: "";
        position: absolute;
        right: max(40px, calc((100vw - var(--LayoutContainer)) / 2 + 130px));
        bottom: -46px;
        width: 223px;
        height: 162px;
        opacity: .12;
        background: var(--InnerHeaderIcon) center / contain no-repeat;
        pointer-events: none;
    }

    body.has-inner-header #breadcrumb .container {
        position: relative;
        z-index: 1;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    body.has-inner-header #breadcrumb .breadcrumb {
        align-items: center;
        margin: 0;
        color: rgba(255, 255, 255, .78);
        font-size: 11px;
        line-height: 1.2;
    }

    body.has-inner-header #breadcrumb a {
        color: rgba(255, 255, 255, .86);
    }

    body.has-inner-header #breadcrumb .active,
    body.has-inner-header #breadcrumb .divider {
        color: rgba(255, 255, 255, .7);
    }

    body.has-inner-header #breadcrumb h1 {
        margin: 30px 0 0 !important;
        color: var(--Orange);
        font-size: 32px;
        line-height: 1.15;
        font-weight: 700;
    }
}

@media (max-width: 1199px) {
    body.has-inner-header #breadcrumb {
        position: relative;
        overflow: hidden;
        margin-top: -1px;
        padding: 118px 0 26px;
        border-radius: 0 0 0 28px;
        background:
            radial-gradient(circle at 64% 60%, rgba(var(--InnerHeaderGlowRgb), .34) 0, rgba(var(--InnerHeaderGlowRgb), .18) 28%, rgba(var(--InnerHeaderGlowRgb), 0) 58%),
            var(--Color-700);
        color: #fff;
    }

    body.has-inner-header #breadcrumb::after {
        content: "";
        position: absolute;
        right: 20px;
        bottom: -30px;
        width: 124px;
        height: 96px;
        opacity: .12;
        background: var(--InnerHeaderIcon) center / contain no-repeat;
        pointer-events: none;
    }

    body.has-inner-header #breadcrumb .container {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: none;
        padding: 0 34px !important;
    }

    body.has-inner-header #breadcrumb .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px 0;
        margin: 0;
        color: rgba(255, 255, 255, .82);
        font-size: 13px;
        line-height: 1.35;
    }

    body.has-inner-header #breadcrumb .breadcrumb li {
        display: inline-flex;
        align-items: center;
    }

    body.has-inner-header #breadcrumb img {
        width: 15px;
        height: 15px;
        filter: brightness(0) invert(1);
    }

    body.has-inner-header #breadcrumb a {
        color: rgba(255, 255, 255, .9);
        text-decoration: none;
    }

    body.has-inner-header #breadcrumb .active,
    body.has-inner-header #breadcrumb .divider {
        color: rgba(255, 255, 255, .82);
    }

    body.has-inner-header #breadcrumb h1 {
        margin: 28px 0 0 !important;
        color: var(--Orange);
        font-size: 28px;
        line-height: 1.12;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    body.has-home-banner #navBar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: transparent;
    }

    body.has-home-banner #navBar .site-header-top {
        background: transparent;
        padding: 28px 0 22px;
    }

    body.has-home-banner #navBar .nav-pill-wrapper {
        background: transparent;
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    #navBar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    #navBar .site-header-top {
        padding: 28px 0 24px;
    }

    #navBar #headContainer {
        padding: 8px 12px;
    }

    #navBar .brand-logo {
        width: 48px;
    }

    #navBar .brand-text {
        font-size: 14px;
    }

    #navBar > .container.d-xl-none {
        width: 100%;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }

    #navBar .mobile-menu-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 30;
        width: 100%;
        min-height: 0;
        max-height: calc(100vh - 76px);
        overflow-y: auto;
        padding: 0 0 36px;
        background: var(--Color-800);
        color: #fff;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
    }

    #navBar .mobile-menu-collapse.show,
    #navBar .mobile-menu-collapse.collapsing {
        display: flex;
        flex-direction: column;
    }

    #navBar .mobile-nav {
        padding: 0;
    }

    #navBar .mobile-nav .accordion,
    #navBar .mobile-nav .accordion-item,
    #navBar .mobile-nav .accordion-body {
        background: transparent;
        border: 0;
    }

    #navBar .mobile-nav .accordion-button,
    #navBar .mobile-nav .simple-link {
        min-height: 38px;
        padding: 9px 18px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #fff;
        box-shadow: none;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-decoration: none;
}

    #navBar .mobile-nav .accordion-button:not(.collapsed),
    #navBar .mobile-nav .accordion-button.active,
    #navBar .mobile-nav .simple-link.active {
        background: var(--Color-700);
        color: #fff;
    }

    #navBar .mobile-nav .accordion-button::after {
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
        filter: brightness(0) invert(1);
    }

    #navBar .mobile-nav .accordion-button-child {
        min-height: 32px;
        padding: 7px 24px;
        background: transparent;
    color: var(--Color-400);
    font-size: 12px;
    line-height: 1.3;
}

    #navBar .mobile-nav .accordion-button-child:not(.collapsed) {
        background: transparent;
        color: var(--Orange);
    }

    #navBar .mobile-nav .accordion-button-child:not(.collapsed)::after {
        filter: brightness(0) saturate(100%) invert(77%) sepia(22%) saturate(6506%) hue-rotate(359deg) brightness(101%) contrast(106%);
    }

    #navBar .mobile-nav .mobile-menu-link {
        display: block;
        padding: 7px 30px;
        color: #fff;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
}

    #navBar .mobile-nav .mobile-menu-link:hover,
    #navBar .mobile-nav .mobile-menu-link:focus,
    #navBar .mobile-nav .mobile-menu-link.active {
        color: var(--Orange);
        text-decoration: none;
    }

    #navBar .mobile-nav .mobile-menu-link.active {
        position: relative;
        font-weight: 700;
    }

    #navBar .mobile-nav .mobile-menu-link.active::before {
        content: "";
        position: absolute;
        top: 6px;
        bottom: 6px;
        left: 22px;
        width: 3px;
        border-radius: 4px;
        background: var(--Orange);
    }

    #navBar .mobile-nav .mobile-submenu,
    #navBar .mobile-nav .mobile-leaf-list {
        margin: 0;
        padding: 0;
    }

    #navBar .mobile-footer {
        margin-top: 16px;
    }

    #navBar .mobile-contact-link {
        min-height: 38px;
        display: flex;
        align-items: center;
        padding: 9px 18px;
        background: var(--Orange);
        color: var(--Color-800);
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        text-decoration: none;
    }

    #navBar .mobile-quick-links {
        display: grid;
        gap: 12px;
        padding: 18px 18px 22px;
    }

    #navBar .mobile-quick-links a {
        color: #fff;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 500;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    #navBar .mobile-social-links {
        display: flex;
        justify-content: center;
        gap: 16px;
        padding: 0 18px;
    }

    #navBar .mobile-social-links a {
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
        border-radius: 8px;
    }

    #navBar .mobile-social-links img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }

    body.has-inner-header #navBar #headContainer {
        min-height: 48px;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 5px 7px 5px 13px;
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    }

    body.has-inner-header #navBar .brand-logo {
        width: 31px;
    }

    body.has-inner-header #navBar .brand-text {
        margin-left: 7px !important;
        color: var(--Color-700) !important;
        font-size: 8px;
        line-height: 1.08;
    }

    body.has-inner-header #navBar .brand-text span {
        color: var(--Color-700) !important;
    }

    body.has-inner-header #navBar .brand-text span:first-child {
        color: var(--Orange) !important;
    }

    body.has-inner-header #navBar .mobile-menu-toggler {
        padding: 0;
    }

    body.has-inner-header #navBar #hamburgerMenu {
        width: 34px;
        height: 34px;
        padding: 9px;
        border-radius: 50%;
        background-color: var(--Color-700);
    }

    body.has-home-banner #navBar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: transparent;
    }

    body.has-home-banner #navBar .site-header-top {
        padding: 0;
        background: transparent;
    }

    body.has-home-banner #navBar #headContainer {
        position: relative;
        z-index: 40;
        width: calc(100% - 48px);
        margin: 0 auto;
        padding: 8px 12px;
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    }

    body.has-home-banner #navBar .mobile-menu-collapse {
        top: 0;
        z-index: 20;
        padding-top: 130px;
    }
}

#homePageBanner {
    width: 100%;
    max-width: 100%;
    min-height: 570px;
    margin-top: 0;
    border-radius: 0 0 0 40px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

#homePageBanner .home-banner-container {
    min-height: 570px;
    display: flex;
    align-items: center;
}

#homePageBanner .home-banner-content {
    max-width: 680px;
    padding-top: 150px;
}

#homePageBanner .home-banner-title {
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 4.3vw, 76px);
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 700;
}

#homePageBanner .home-banner-line {
    display: block;
    color: #fff !important;
}

@media (max-width: 991px) {
    #homePageBanner {
        min-height: 430px;
        border-radius: 0 0 0 40px;
    }

    #homePageBanner .home-banner-container {
        min-height: 430px;
        align-items: flex-end;
        padding-bottom: 56px;
    }

    #homePageBanner .home-banner-content {
        padding-top: 0;
    }

    #homePageBanner .home-banner-title {
        font-size: 42px;
        line-height: 1.12;
    }

}

@media (max-width: 767px) {
    body.has-inner-header #navBar .site-header-top {
        padding: 30px 0 0;
    }

    body.has-inner-header #navBar #headContainer {
        position: relative;
        z-index: 40;
        min-height: 48px;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 5px 7px 5px 13px;
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    }

    body.has-inner-header #navBar #headContainer .brand-link {
        margin: 0;
    }

    body.has-inner-header #navBar .brand-logo {
        width: 31px;
    }

    body.has-inner-header #navBar .brand-text {
        margin-left: 7px !important;
        color: var(--Color-700) !important;
        font-size: 8px;
        line-height: 1.08;
    }

    body.has-inner-header #navBar .brand-text span {
        color: var(--Color-700) !important;
    }

    body.has-inner-header #navBar .brand-text span:first-child {
        color: var(--Orange) !important;
    }

    body.has-inner-header #navBar .mobile-menu-toggler {
        padding: 0;
    }

    body.has-inner-header #navBar #hamburgerMenu {
        width: 34px;
        height: 34px;
        padding: 9px;
        border-radius: 50%;
        background-color: var(--Color-700);
    }

    body.has-home-banner #navBar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: transparent;
    }

    body.has-home-banner #navBar .site-header-top {
        padding: 0;
        background: transparent;
    }

    body.has-home-banner #navBar #headContainer {
        position: relative;
        z-index: 40;
        min-height: 48px;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 5px 7px 5px 13px;
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    }

    body.has-home-banner #navBar #headContainer .brand-link {
        margin: 0;
    }

    body.has-home-banner #navBar .brand-logo {
        width: 31px;
    }

    body.has-home-banner #navBar .brand-text {
        margin-left: 7px !important;
        color: var(--Color-700) !important;
        font-size: 8px;
        line-height: 1.08;
    }

    body.has-home-banner #navBar .brand-text span {
        color: var(--Color-700) !important;
    }

    body.has-home-banner #navBar .brand-text span:first-child {
        color: var(--Orange) !important;
    }

    body.has-home-banner #navBar .mobile-menu-toggler {
        padding: 0;
    }

    body.has-home-banner #navBar #hamburgerMenu {
        width: 34px;
        height: 34px;
        padding: 9px;
        border-radius: 50%;
        background-color: var(--Color-700);
    }

    body.has-home-banner #navBar .mobile-menu-collapse {
        top: 0;
        z-index: 20;
        padding-top: 108px;
    }

    #homePageBanner {
        min-height: 184px;
        border-radius: 0;
        background-position: center;
    }

    #homePageBanner .home-banner-container {
        min-height: 184px;
        align-items: flex-end;
        padding: 0 20px 18px;
    }

    #homePageBanner .home-banner-content {
        max-width: 260px;
        padding-top: 0;
    }

    #homePageBanner .home-banner-title {
        font-size: 22px;
        line-height: 1.08;
        text-shadow: 0 2px 8px rgba(0, 0, 0, .28);
    }
}

#mainActivity {
    margin: -42px 0 var(--SectionGap);
    position: relative;
    z-index: 0;
}

#mainActivity .main-activity-panel {
    background: #fff;
    border-radius: 16px;
    padding: 92px 54px 58px;
}

#mainActivity .main-activity-grid {
    display: grid;
    grid-template-columns: repeat(var(--main-activity-columns, 3), minmax(0, 260px));
    justify-content: center;
    column-gap: 28px;
    row-gap: 72px;
}

#mainActivity .main-activity-card {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 94px 22px 22px;
    background: #F1F1F1;
    border-radius: 16px;
    color: var(--Color-800);
    position: relative;
}

#mainActivity .main-activity-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Color-300);
    border-radius: 16px 0 16px 0;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}

#mainActivity .main-activity-icon img {
    max-width: 62px;
    max-height: 62px;
    object-fit: contain;
}

#mainActivity .main-activity-content {
    flex: 1 1 auto;
    overflow: visible;
}

#mainActivity .main-activity-content h2 {
    margin: 0 0 14px;
    color: var(--Color-700);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

#mainActivity .main-activity-content p {
    margin: 0;
    color: var(--Color-800);
    font-size: 14px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#mainActivity .main-activity-link {
    margin-top: auto;
    width: 100%;
    font-size: 14px !important;
}

@media (max-width: 991px) {
    #mainActivity {
        margin-top: -30px;
    }

    #mainActivity .main-activity-panel {
        padding: 72px 24px 36px;
    }

    #mainActivity .main-activity-grid {
        grid-template-columns: 1fr;
    }

    #mainActivity .main-activity-card {
        min-height: 0;
    }
}

#underBannerNotificationBar {
    margin: -72px 0 0;
    background: linear-gradient(90deg, var(--Orange) 0%, #F58200 100%);
    border-radius: 0 0 0 40px;
    position: relative;
    z-index: 1;
    padding: 72px 0 0;
    top: auto;
}

#underBannerNotificationBar .notification-bar-container {
    width: 100%;
    max-width: none;
    padding: 0;
}

#underBannerNotificationBar .notification-strip {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 72px;
    padding: 10px 32px;
    background: transparent;
    border-radius: 0;
}

#underBannerNotificationBar .notification-message {
    display: flex;
    align-items: center;
    gap: 10px;
}

#underBannerNotificationBar .notification-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

#underBannerNotificationBar h2 {
    max-width: none;
    margin: 0;
    color: #0B1E0F;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

#underBannerNotificationBar .notification-action {
    min-width: 222px;
}

#contentBanner {
    margin: 0 0 var(--SectionGap);
}

#contentBanner .content-banner-card {
    min-height: 440px;
    display: grid;
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    align-items: center;
    position: relative;
    overflow: visible;
    padding: 52px 52px 48px;
    border-radius: 16px;
    color: #fff;
    background: transparent;
}

#contentBanner .content-banner-card::before {
    content: "";
    position: absolute;
    inset: 0 52px 0 0;
    z-index: 0;
    border-radius: 16px;
    background:
        radial-gradient(circle at 96% 78%, rgba(255, 255, 255, .42) 0, rgba(255, 255, 255, .18) 26%, rgba(255, 255, 255, 0) 48%),
        linear-gradient(100deg, var(--Color-800) 0%, var(--Color-700) 38%, var(--Color-500) 70%, var(--Color-400) 100%);
}

#contentBanner .content-banner-copy {
    position: relative;
    z-index: 2;
    max-width: 390px;
}

#contentBanner h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0;
}

#contentBanner .content-banner-text {
    color: rgba(255, 255, 255, .94);
    font-size: 18px;
    line-height: 1.5;
}

#contentBanner .content-banner-text p {
    margin: 0 0 18px;
}

#contentBanner .content-banner-text small {
    font-size: inherit;
}

#contentBanner .content-banner-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    margin-top: 48px;
}

#contentBanner .phoneButton,
#contentBanner .priceButton {
    min-width: 148px;
    min-height: 48px;
    font-size: 14px !important;
    grid-template-columns: minmax(max-content, 1fr) 34px;
}

#contentBanner .phoneButton {
    min-width: 174px;
}

#contentBanner .phoneButton .styledButtonIcon,
#contentBanner .priceButton .styledButtonIcon {
    width: 34px;
    height: 34px;
}

#contentBanner .phoneButton .styledButtonIcon img,
#contentBanner .priceButton .styledButtonIcon img {
    width: 15px;
    height: 13px;
}

#contentBanner .content-banner-media {
    position: relative;
    min-height: 320px;
    z-index: 1;
}

#contentBanner .content-banner-truck {
    width: min(560px, 54vw);
    max-width: none;
    height: auto;
    position: absolute;
    right: -72px;
    top: 50%;
    transform: translateY(-48%);
    filter: drop-shadow(0 28px 24px rgba(11, 30, 15, .30));
}

#wasteCollectCalendarBanner {
    margin: 0 0 var(--SectionGap);
}

#wasteCollectCalendarBanner .waste-calendar-card {
    min-height: 380px;
    display: grid;
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    align-items: center;
    position: relative;
    overflow: visible;
    padding: 46px 52px 42px;
    border-radius: 16px;
    color: #fff;
    background:
        radial-gradient(circle at 96% 78%, rgba(255, 255, 255, .42) 0, rgba(255, 255, 255, .18) 26%, rgba(255, 255, 255, 0) 48%),
        linear-gradient(100deg, var(--Color-800) 0%, var(--Color-700) 38%, var(--Color-500) 70%, var(--Color-400) 100%);
}

#wasteCollectCalendarBanner .waste-calendar-copy {
    position: relative;
    z-index: 2;
    max-width: 390px;
}

#wasteCollectCalendarBanner h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
}

#wasteCollectCalendarBanner .waste-calendar-text {
    max-width: 330px;
    color: rgba(255, 255, 255, .94);
    font-size: 16px;
    line-height: 1.45;
}

#wasteCollectCalendarBanner .waste-calendar-text p,
#wasteCollectCalendarBanner .waste-calendar-lead {
    margin: 0 0 18px;
}

#wasteCollectCalendarBanner .waste-calendar-lead {
    font-size: 17px;
    font-weight: 600;
}

#wasteCollectCalendarBanner .waste-calendar-search {
    margin-top: 28px;
}

#wasteCollectCalendarBanner .waste-calendar-search label {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

#wasteCollectCalendarBanner .waste-calendar-search-field {
    width: 242px;
    min-height: 48px;
    display: grid;
    grid-template-columns: 1fr 38px;
    align-items: center;
    padding: 5px 5px 5px 18px;
    border: 1px solid var(--Orange);
    border-radius: 40px;
    background: rgba(8, 25, 38, .16);
}

#wasteCollectCalendarBanner .waste-calendar-search-field:focus-within {
    outline: 2px solid var(--Orange);
    outline-offset: 2px;
}

#wasteCollectCalendarBanner .waste-calendar-search-field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

#wasteCollectCalendarBanner .waste-calendar-search-field input::-webkit-search-cancel-button {
    display: none;
}

#wasteCollectCalendarBanner .waste-calendar-search-field button {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background: var(--Color-700);
}

#wasteCollectCalendarBanner .waste-calendar-search-field button span {
    width: 13px;
    height: 13px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}

#wasteCollectCalendarBanner .waste-calendar-search-field button span::after {
    content: "";
    width: 7px;
    height: 2px;
    position: absolute;
    right: -6px;
    bottom: -3px;
    border-radius: 2px;
    background: #fff;
    transform: rotate(45deg);
}

#wasteCollectCalendarBanner .waste-calendar-results {
    width: 386px;
    max-width: 100%;
    margin-top: 14px;
}

#wasteCollectCalendarBanner .waste-calendar-result {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 8px 8px 14px;
    border-radius: 8px;
    background: #F1F5F8;
    color: var(--Color-800);
    text-decoration: none;
}

#wasteCollectCalendarBanner .waste-calendar-result-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

#wasteCollectCalendarBanner .waste-calendar-result-info > img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 auto;
}

#wasteCollectCalendarBanner .waste-calendar-result strong,
#wasteCollectCalendarBanner .waste-calendar-result small {
    display: block;
}

#wasteCollectCalendarBanner .waste-calendar-result strong {
    font-size: 13px;
    line-height: 1.2;
    color: var(--Color-800);
}

#wasteCollectCalendarBanner .waste-calendar-result small {
    margin-top: 2px;
    font-size: 9px;
    line-height: 1;
    color: var(--Color-400);
}

#wasteCollectCalendarBanner .waste-calendar-download {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--Orange);
}

#wasteCollectCalendarBanner .waste-calendar-download img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

#wasteCollectCalendarBanner .waste-calendar-empty {
    min-height: 48px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 13px;
}

#wasteCollectCalendarBanner .waste-calendar-media {
    position: relative;
    min-height: 290px;
    z-index: 1;
}

#wasteCollectCalendarBanner .waste-calendar-truck {
    width: min(540px, 54vw);
    max-width: none;
    height: auto;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(0 28px 24px rgba(11, 30, 15, .30));
}

@media (max-width: 767px) {
    #underBannerNotificationBar {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        border-radius: 0 0 0 26px;
    }

    #underBannerNotificationBar .notification-strip {
        min-height: 58px;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        padding: 9px 14px;
        border-radius: 0;
    }

    #underBannerNotificationBar .notification-bar-container {
        width: 100%;
        max-width: none;
    }

    #underBannerNotificationBar .notification-message {
        min-width: 0;
        justify-content: flex-start;
        gap: 7px;
    }

    #underBannerNotificationBar .notification-icon {
        width: 17px;
        height: 17px;
    }

    #underBannerNotificationBar h2 {
        max-width: 135px;
        font-size: 12px;
        line-height: 1.1;
        text-align: left;
        font-weight: 700;
    }

    #underBannerNotificationBar .notification-action {
        min-width: 0;
        width: 104px;
        min-height: 40px;
        grid-template-columns: minmax(0, 1fr) 32px;
        padding: 4px !important;
        font-size: 11px !important;
    }

    #underBannerNotificationBar .notification-action .styledButtonIcon {
        width: 32px;
        height: 32px;
    }

    #underBannerNotificationBar .notification-action .styledButtonIcon img {
        width: 18px;
        height: 18px;
        padding: 3px;
    }
}

@media (max-width: 991px) {
    #contentBanner .content-banner-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 34px 24px 46px;
        overflow: hidden;
    }

    #contentBanner .content-banner-card::before {
        inset: 0;
    }

    #contentBanner .content-banner-copy {
        max-width: none;
    }

    #contentBanner .content-banner-actions {
        flex-wrap: wrap;
        margin-top: 32px;
        gap: 16px;
    }

    #contentBanner .phoneButton,
    #contentBanner .priceButton {
        min-width: 210px;
    }

    #contentBanner .content-banner-media {
        min-height: 285px;
        margin-top: 12px;
    }

    #contentBanner .content-banner-truck {
        width: min(500px, 105vw);
        right: -72px;
        top: 60%;
    }

    #wasteCollectCalendarBanner .waste-calendar-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 34px 24px 46px;
        overflow: hidden;
    }

    #wasteCollectCalendarBanner .waste-calendar-copy,
    #wasteCollectCalendarBanner .waste-calendar-text {
        max-width: none;
    }

    #wasteCollectCalendarBanner .waste-calendar-media {
        min-height: 285px;
        margin-top: 12px;
    }

    #wasteCollectCalendarBanner .waste-calendar-truck {
        width: min(500px, 105vw);
        right: -72px;
        top: 60%;
    }
}

@media (max-width: 575px) {
    #contentBanner .content-banner-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #contentBanner .phoneButton,
    #contentBanner .priceButton {
        width: 100%;
    }

    #wasteCollectCalendarBanner .waste-calendar-search-field,
    #wasteCollectCalendarBanner .waste-calendar-results {
        width: 100%;
    }
}

#mainPageNews {
    margin: 0 0 var(--SectionGap);
    overflow: hidden;
}

#mainPageNews .newsBackground {
    width: min(1200px, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    min-height: 390px;
    padding: 30px 0 32px;
    background: var(--Color-700);
    border-radius: 0 120px 120px 0;
}

#mainPageNews .news-section-container {
    width: auto;
    max-width: none;
    margin-left: clamp(110px, 9vw, 140px);
    padding: 0;
}

#mainPageNews .news-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
}

#mainPageNews .newsIcon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
}

#mainPageNews h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

#mainPageNews .moreNewsLink {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 28px;
    color: var(--Orange);
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

#mainPageNews .moreNewsLink:hover,
#mainPageNews .moreNewsLink:focus {
    color: #fff;
    text-decoration: none;
}

#mainPageNews .news-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 400px);
    gap: 24px;
    align-items: stretch;
    width: max-content;
    max-width: calc(100vw - 96px);
}

#mainPageNews .newsCard {
    --news-card-radius: 16px;
    min-height: 256px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--news-card-radius);
    background: #fff;
    box-shadow: 0 10px 24px rgba(11, 30, 15, .16);
}

#mainPageNews .news-card-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

#mainPageNews .news-card-link:hover h3,
#mainPageNews .news-card-link:focus h3 {
    color: var(--Color-500);
}

#mainPageNews .news-card-media {
    height: 250px;
    overflow: hidden;
    border-radius: var(--news-card-radius) var(--news-card-radius) 0 0;
    background: linear-gradient(135deg, var(--Color-300) 0%, var(--Color-400) 100%);
}

#mainPageNews .cardImg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 0;
}

#mainPageNews .news-card-body {
    height: 250px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 13px 13px 12px;
}

#mainPageNews .newsCard h3,
#mainPageNews .card-title {
    margin: 0 0 10px;
    color: var(--Color-700);
    font-size: 15px;
    line-height: 1.24;
    font-weight: 700;
}

#mainPageNews .news-card-text {
    display: -webkit-box;
    overflow: hidden;
    color: var(--Color-800);
    font-size: 10px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#mainPageNews .news-card-text p {
    margin: 0;
}

#mainPageNews .news-card-text * {
    display: inline;
}

#mainPageNews .news-card-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 12px;
    color: var(--Color-700);
    font-size: 10px;
    line-height: 1;
}

#mainPageNews .calendarIcon {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    #mainPageNews .newsBackground {
        width: 100%;
        min-height: 0;
        max-width: none;
        padding: 30px 24px 34px;
        border-radius: 0 56px 56px 0;
    }

    #mainPageNews .news-section-container {
        margin-left: 0;
        max-width: none;
    }

    #mainPageNews .news-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        width: 100%;
        max-width: 420px;
    }

    #mainPageNews .newsCard {
        min-height: 0;
        max-width: 420px;
    }

    #mainPageNews .news-card-media {
        height: 180px;
    }
}

#information .container {
    min-height: 510px;
    border-radius: var(--CardRadius);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#information .informationContent {
    max-width: 790px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.55;
}

#career {
    padding: 38px 0 72px;
    border-radius: 0 0 0 120px;
}

#career .careerCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: var(--CardRadius);
}

#career .careerButton {
    margin-top: auto !important;
}

#career .careerCard h4 {
    color: var(--Color-700);
    font-weight: 700;
}

#faq .container {
    max-width: var(--LayoutContainer);
}

#faq h2 {
    color: var(--Color-700);
    font-weight: 700;
}


#faq .faq-lead {
    max-width: 720px;
    margin: 0;
    color: var(--Color-800);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

#faq .faq-category {
    margin-top: 42px;
}

#faq .faq-category-title {
    margin: 0 0 16px;
    color: var(--Color-700);
    font-size: 22px;
    font-weight: 700;
}

#faq .faq-question {
    margin: 0 0 10px;
    border: 1px solid var(--Color-400);
    border-radius: 10px;
    overflow: hidden;
    scroll-margin-top: 24px;
}

#faq .faq-question-title {
    margin: 0;
    padding: 16px 18px;
    background-color: var(--Color-700);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

#faq .faq-answer {
    padding: 16px 18px;
    color: var(--Color-800);
}

#faq .faq-answer > :last-child {
    margin-bottom: 0;
}

#footerPage {
    width: 100%;
    max-width: none;
    margin: var(--SectionGap) auto 0;
    border-radius: 0 40px 0 0;
    background-color: var(--Color-800);
    color: #fff;
    overflow: hidden;
}

.partner-logos {
    margin: var(--SectionGap) auto 0;
}

.partner-logos-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.partner-logos-list a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logos-list img {
    display: block;
}

@media (max-width: 991px) {
    .partner-logos-list {
        gap: 32px;
    }

    .partner-logos-list a {
        flex: 1 1 0;
        min-width: 0;
    }

    .partner-logos-list img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .partner-logos-list {
        flex-direction: column;
        gap: 20px;
    }

    .partner-logos-list a {
        flex-basis: auto;
    }
}

#footerPage .footer-inner {
    max-width: var(--LayoutContainer);
    margin: 0 auto;
    padding: 40px 96px 22px;
}

#footerPage .footer-main {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(260px, 1fr) minmax(210px, .8fr);
    grid-template-areas:
        "brand brand right"
        "primary primary right";
    column-gap: 42px;
    row-gap: 28px;
}

#footerPage .footer-brand {
    grid-area: brand;
    display: flex;
    align-items: center;
    gap: 18px;
}

#footerPage .footer-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex: 0 0 auto;
}

#footerPage h3 {
    max-width: 360px;
    margin: 0;
    color: var(--Color-400);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

#footerPage .footer-primary-links {
    grid-area: primary;
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 50px;
}

#footerPage .footer-right {
    grid-area: right;
    display: grid;
    align-content: start;
    gap: 24px;
}

#footerPage .footer-social {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
}

#footerPage .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

#footerPage .footer-social img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

#footerPage .footer-secondary-links {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 54px;
}

#footerPage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footerPage li {
    margin: 0 0 16px;
}

#footerPage h4 {
    margin: 0 0 17px;
    color: var(--Color-400);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

#footerPage a {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}

#footerPage a:hover,
#footerPage a:focus {
    color: var(--Orange) !important;
}

#footerPage .footer-primary-links a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

#footerPage .footer-primary-links img {
    width: 13px;
    height: 11px;
    object-fit: contain;
}

#footerPage .footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 28px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .28);
}

#footerPage .footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

#footerPage .footer-legal-links a {
    padding: 0 14px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    border-right: 1px solid rgba(255, 255, 255, .72);
}

#footerPage .footer-legal-links a:last-child {
    border-right: 0;
}

#footerPage .footer-copyright {
    font-size: 10px;
    line-height: 1.4;
    white-space: nowrap;
}

@media (max-width: 991px) {
    #footerPage {
        max-width: none;
        border-radius: 0 40px 0 0;
    }

    #footerPage .footer-inner {
        padding: 34px 24px 24px;
    }

    #footerPage .footer-main {
        grid-template-columns: 1fr;
        grid-template-areas:
            "brand"
            "primary"
            "right";
        gap: 30px;
    }

    #footerPage .footer-primary-links,
    #footerPage .footer-secondary-links {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #footerPage .footer-social,
    #footerPage .footer-secondary-links {
        justify-content: flex-start;
    }

    #footerPage .footer-bottom {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    #footerPage .footer-legal-links {
        justify-content: flex-start;
        row-gap: 10px;
    }
}

#szkhtNotificationBar {
    margin: 0 0 var(--SectionGap);
}

#szkhtNotificationBar .szkht-notification-card {
    min-height: 280px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 44px 320px 42px 34px;
    border-radius: 8px;
    background: #F1F1F1;
}

#szkhtNotificationBar .szkht-notification-card::after {
    content: "";
    position: absolute;
    top: 34px;
    right: 0;
    width: 210px;
    height: 210px;
    opacity: .78;
    background: #fff;
    mask: url("/Frontend/Images/Assets/HalfDoc.svg") right center / auto 100% no-repeat;
    -webkit-mask: url("/Frontend/Images/Assets/HalfDoc.svg") right center / auto 100% no-repeat;
}

#szkhtNotificationBar .szkht-notification-content {
    position: relative;
    z-index: 1;
}

#szkhtNotificationBar h2 {
    margin: 0 0 26px;
    color: var(--Color-500);
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
}

#szkhtNotificationBar .szkht-notification-text {
    max-width: 610px;
    color: var(--Color-500);
    font-size: 15px;
    line-height: 1.55;
}

#szkhtNotificationBar .szkht-notification-text p {
    margin: 0 0 28px;
}

#szkhtNotificationBar .szkht-notification-text p:last-child {
    max-width: 560px;
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 1.45;
}

#szkhtNotificationBar .szkht-notification-text strong {
    color: var(--Color-500);
    font-weight: 700;
}

#szkhtNotificationBar .szkht-notification-action {
    min-width: 150px;
    min-height: 38px;
    grid-template-columns: minmax(max-content, 1fr) 30px;
    font-size: 12px !important;
}

#szkhtNotificationBar .szkht-notification-action .styledButtonIcon {
    width: 30px;
    height: 30px;
}

#szkhtNotificationBar .szkht-notification-action .styledButtonIcon img {
    width: 13px;
    height: 11px;
}

#reportAndContactBar {
    margin: 0 0 var(--SectionGap);
}

#reportAndContactBar .report-contact-section-header {
    max-width: 990px;
    margin: 0 auto 26px;
}

#reportAndContactBar .report-contact-section-header h2 {
    color: var(--Color-500);
    font-size: 26px;
}

#reportAndContactBar .report-contact-section-header h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 12px;
    background: var(--Orange);
}

#reportAndContactBar .report-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 440px) minmax(0, 550px);
    justify-content: center;
    gap: 28px;
}

#reportAndContactBar .report-contact-report-card,
#reportAndContactBar .report-contact-info-card {
    min-height: 404px;
    border-radius: 12px;
}

#reportAndContactBar .report-contact-report-card {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 52px 38px 38px;
    color: #fff;
    background: linear-gradient(135deg, var(--Color-700) 0%, var(--Color-500) 55%, var(--Color-400) 100%);
}

#reportAndContactBar .report-contact-report-card::after {
    content: "";
    position: absolute;
    top: 76px;
    right: 0;
    width: 230px;
    height: 230px;
    opacity: .24;
    background: #fff;
    mask: url("/Frontend/Images/Assets/HalfDoc.svg") right center / auto 100% no-repeat;
    -webkit-mask: url("/Frontend/Images/Assets/HalfDoc.svg") right center / auto 100% no-repeat;
}

#reportAndContactBar .report-contact-report-content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    min-height: 314px;
    flex-direction: column;
    flex: 1 1 auto;
}

#reportAndContactBar h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
}

#reportAndContactBar .report-contact-report-card h2 {
    color: #fff;
    margin-bottom: 30px;
}

#reportAndContactBar .report-contact-report-text {
    max-width: 330px;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

#reportAndContactBar .report-contact-report-text p {
    margin: 0 0 16px;
}

#reportAndContactBar .report-contact-report-bottom {
    margin-top: auto;
}

#reportAndContactBar .report-contact-report-lead {
    max-width: 355px;
    margin: 0 0 22px;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

#reportAndContactBar .report-contact-actions {
    display: grid;
    gap: 12px;
}

#reportAndContactBar .report-contact-action,
#reportAndContactBar .report-contact-more-action {
    width: 100%;
    min-height: 42px;
    grid-template-columns: minmax(0, 1fr) 34px;
    font-size: 14px !important;
}

#reportAndContactBar .report-contact-action .styledButtonIcon,
#reportAndContactBar .report-contact-more-action .styledButtonIcon {
    width: 34px;
    height: 34px;
}

#reportAndContactBar .report-contact-action .styledButtonIcon img,
#reportAndContactBar .report-contact-more-action .styledButtonIcon img {
    width: 14px;
    height: 12px;
}

#reportAndContactBar .report-contact-info-card {
    padding: 52px 38px 36px;
    border: 2px solid var(--Color-500);
    background: #fff;
}

#reportAndContactBar .report-contact-info-card h2 {
    margin-bottom: 30px;
    color: var(--Color-700);
}

#reportAndContactBar .report-contact-list {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

#reportAndContactBar .report-contact-row {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

#reportAndContactBar .report-contact-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--Color-100);
    background: color-mix(in srgb, var(--Color-400) 32%, #fff);
}

#reportAndContactBar .report-contact-icon::before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: var(--Color-500);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

#reportAndContactBar .report-contact-icon-place::before {
    mask-image: url("/Frontend/Images/Assets/Place.svg");
    -webkit-mask-image: url("/Frontend/Images/Assets/Place.svg");
}

#reportAndContactBar .report-contact-icon-clock::before {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 10.1 3.2 1.9-1 1.7-4.2-2.5V6h2v6.1Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm1 10.1 3.2 1.9-1 1.7-4.2-2.5V6h2v6.1Z'/%3E%3C/svg%3E");
}

#reportAndContactBar .report-contact-icon-phone::before {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.8 0 1.4.6 1.4 1.4v3.7c0 .8-.6 1.4-1.4 1.4C10.3 22 2 13.7 2 3.4 2 2.6 2.6 2 3.4 2h3.7c.8 0 1.4.6 1.4 1.4 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.2 2.2Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.8 0 1.4.6 1.4 1.4v3.7c0 .8-.6 1.4-1.4 1.4C10.3 22 2 13.7 2 3.4 2 2.6 2.6 2 3.4 2h3.7c.8 0 1.4.6 1.4 1.4 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.2 2.2Z'/%3E%3C/svg%3E");
}

#reportAndContactBar .report-contact-icon-mail::before {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8 8-5H4l8 5Zm0 2.3L4 10.4V17h16v-6.6l-8 4.9Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8 8-5H4l8 5Zm0 2.3L4 10.4V17h16v-6.6l-8 4.9Z'/%3E%3C/svg%3E");
}

#reportAndContactBar h3,
#reportAndContactBar h4,
#reportAndContactBar p,
#reportAndContactBar dl {
    margin: 0;
}

#reportAndContactBar h3 {
    color: var(--Color-500);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

#reportAndContactBar h4 {
    margin-bottom: 4px;
    color: var(--Color-700);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

#reportAndContactBar .report-contact-info-card p,
#reportAndContactBar .report-contact-hours {
    color: var(--Color-700);
    font-size: 12px;
    line-height: 1.45;
}

#reportAndContactBar .report-contact-info-card p a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#reportAndContactBar .report-contact-hours {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 8px;
}

#reportAndContactBar .report-contact-hours dt {
    font-weight: 700;
}

#reportAndContactBar .report-contact-hours dd {
    margin: 0;
}

#reportAndContactBar .report-contact-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 7px;
}

#reportAndContactBar .report-contact-phone-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#reportAndContactBar .report-contact-more-action {
    margin-top: 6px;
}

#reportAndContactBar.report-contact-layout-stacked .report-contact-section-header,
#reportAndContactBar.report-contact-layout-stacked .report-contact-grid {
    max-width: 700px;
}

#reportAndContactBar.report-contact-layout-stacked .report-contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

#reportAndContactBar.report-contact-layout-stacked .report-contact-info-card {
    order: 1;
    min-height: 0;
}

#reportAndContactBar.report-contact-layout-stacked .report-contact-report-card {
    order: 2;
    min-height: 420px;
}

#reportAndContactBar.report-contact-layout-stacked .report-contact-report-content {
    min-height: 320px;
}

.popup-content-card {
    position: relative;
    width: min(100%, 960px);
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 374px) minmax(0, 1fr);
    overflow: hidden;
    border-radius: 0 40px 40px 0;
    background: #fff;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .22);
}

.site-popup-modal .modal-dialog {
    max-width: 960px;
}

.site-popup-modal .modal-content {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-popup-modal .modal-body {
    padding: 0;
    outline: 0;
}

.popup-content-close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 3;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: var(--Color-500);
    background: var(--Color-100);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.popup-content-media {
    min-height: 520px;
    background: var(--Color-100);
}

.popup-content-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.popup-content-body {
    padding: 58px 58px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-content-body h2 {
    margin: 0 0 18px;
    color: var(--Color-800);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
}

.popup-content-text {
    max-width: 460px;
    color: var(--Color-700);
    font-size: 14px;
    line-height: 1.5;
}

.popup-content-text p {
    margin: 0 0 18px;
}

.popup-content-benefits {
    display: grid;
    gap: 10px;
    margin: 10px 0 24px;
    padding: 0;
    color: var(--Color-700);
    font-size: 14px;
    line-height: 1.35;
    list-style: none;
}

.popup-content-benefits li {
    position: relative;
    padding-left: 24px;
}

.popup-content-benefits li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: var(--Color-500);
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.1 13.7 4.4 10l1.2-1.2 2.5 2.5 6.3-6.3 1.2 1.2-7.5 7.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.1 13.7 4.4 10l1.2-1.2 2.5 2.5 6.3-6.3 1.2 1.2-7.5 7.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.popup-content-phone-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(185px, 245px);
    align-items: center;
    gap: 22px;
    margin-bottom: 36px;
}

.popup-content-phone-row p {
    margin: 0;
    color: var(--Color-800);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.popup-content-phone {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Orange);
    border-radius: 999px;
    color: var(--Color-700);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.popup-content-phone:hover,
.popup-content-phone:focus {
    color: var(--Color-700);
    text-decoration: none;
    background: var(--Color-100);
}

.popup-content-action {
    width: 100%;
    min-height: 58px;
    margin-bottom: 18px;
    grid-template-columns: minmax(0, 1fr) 42px;
}

.popup-content-footer {
    margin: 0;
    color: var(--Color-700);
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .popup-content-card {
        grid-template-columns: 1fr;
        border-radius: 28px;
    }

    .popup-content-media {
        min-height: 140px;
        height: 140px;
    }

    .popup-content-body {
        padding: 28px 24px 26px;
    }

    .popup-content-body h2 {
        font-size: 28px;
    }

    .popup-content-phone-row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 26px;
    }
}

#sideMenu .currentPage {
    border-left: 4px solid var(--Orange);
    color: var(--Color-700);
    padding-left: 12px !important;
}

@media (max-width: 991px) {
    #reportAndContactBar .report-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    #reportAndContactBar .report-contact-report-card,
    #reportAndContactBar .report-contact-info-card {
        padding: 32px 22px;
    }

    #reportAndContactBar h2 {
        font-size: 26px;
    }

    #reportAndContactBar .report-contact-phone-columns,
    #reportAndContactBar .report-contact-columns {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    #szkhtNotificationBar .szkht-notification-card {
        min-height: 0;
        padding: 32px 24px 30px;
    }

    #szkhtNotificationBar .szkht-notification-card::after {
        width: 130px;
        height: 130px;
        top: 18px;
        right: -48px;
        opacity: .45;
    }

    #szkhtNotificationBar h2 {
        font-size: 26px;
    }
}

#fileDownload h6 {
    color: var(--Color-700);
}

#fileDownload .pdfIcon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background-color: var(--Color-500);
    mask: url("../Images/Assets/Docs_PDF.svg") center / contain no-repeat;
    -webkit-mask: url("../Images/Assets/Docs_PDF.svg") center / contain no-repeat;
}

#fileDownload .downloadIcon {
    width: 16px;
    height: 16px;
    display: block;
    background-color: var(--Color-700);
    mask: url("../Images/Assets/Download.svg") center / contain no-repeat;
    -webkit-mask: url("../Images/Assets/Download.svg") center / contain no-repeat;
}

#fileDownload .file-card {
    min-height: 48px;
    background-color: var(--Color-200);
    stroke: var(--Color-400);
    border-radius: 8px;
    padding: 8px 8px 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1rem;
}

#fileDownload .file-card-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

#fileDownload .file-card-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

#fileDownload .file-card .fw-bold {
    color: var(--Color-800);
    font-size: 12px;
    line-height: 1.2;
}

#fileDownload .file-card small {
    color: var(--Color-400);
    font-size: 9px;
    line-height: 1;
}

#fileDownload .file-delete-btn{
    background-color: var(--Color-700);
}
#fileDownload .download-btn,
#fileDownload .file-delete-btn {
    
    color: #fff;
    border-radius: 50%;
    border: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-decoration: none;
}

#fileDownload .file-delete-btn span {
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
}

#ComplaintReporting input:focus,
#ComplaintReporting select:focus,
#ComplaintReporting textarea:focus,
#ComplaintReporting .form-control:focus,
#ComplaintReporting .form-select:focus,
#ComplaintReporting .uploadButton:focus {
    border-color: var(--Orange);
    outline: 1px solid var(--Orange);
    outline-offset: 0;
    box-shadow: none;
}

#contentPage .content-page-body {
    max-width: 100%;
    overflow-x: visible;
}

#contentPage .content-page-body p,
#contentPage .content-page-body li {
    text-align: justify;
}

#contentPage .content-table-scroll {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#contentPage table {
    min-width: 100%;
    max-width: none;
    table-layout: auto;
}
#contentPage table p{
    text-align: start;
}

#contentPage table td,
#contentPage table th {
    min-width: 96px;
    max-width: 260px;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
}

#contentPage table p,
#contentPage table li {
    text-align: unset !important;
}

#contentPage table.table-text-small {
    font-size: 14px;
}

#contentPage table.table-text-small-2 {
    font-size: 12px;
}

#contentPage table.table-text-small-3 {
    font-size: 10px;
}

#contentPage table.table-text-small-3 th,
#contentPage table.table-text-small-3 td {
    min-width: 65px;
    padding: 5px;
}

#contentPage table.table-borderless {
    border-radius: 0;
}

#contentPage table.table-borderless th {
    background-color: transparent;
}

#contentPage table.table-borderless th,
#contentPage table.table-borderless tr,
#contentPage table.table-borderless td {
    border: 0;
}

#contentPage table.table-borderless tr:nth-child(even) {
    background-color: transparent;
}

#contentPage table.table-borderless th:first-child,
#contentPage table.table-borderless th:last-child,
#contentPage table.table-borderless tr:last-child td:first-child,
#contentPage table.table-borderless tr:last-child td:last-child {
    border-radius: 0;
}

@media (max-width: 767px) {
    #contentPage .contentPageCard {
        overflow-x: visible;
    }

    #contentPage table {
        width: max-content;
        min-width: 100%;
        font-size: 13px;
    }

    #contentPage table.table-text-small {
        font-size: 12px;
    }

    #contentPage table.table-text-small-2 {
        font-size: 10px;
    }

    #contentPage table.table-text-small-3 {
        font-size: 8px;
    }

    #contentPage table td,
    #contentPage table th {
        min-width: 120px;
        max-width: 220px;
        padding: 9px;
    }

    #contentPage table th:first-child,
    #contentPage table td:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
        min-width: 132px;
        background-color: #fff;
        box-shadow: 4px 0 8px rgba(11, 30, 15, .08);
    }

    #contentPage table th:first-child {
        z-index: 3;
        background-color: var(--Color-400);
    }

    #contentPage table tr:nth-child(even) td:first-child {
        background-color: var(--Color-100);
    }

    #contentPage table.table-borderless th:first-child,
    #contentPage table.table-borderless td:first-child {
        background-color: transparent;
        box-shadow: none;
    }
}

#mainPageNews .news-mobile-carousel {
    display: none;
}

@media (max-width: 767px) {
    #mainPageNews {
        margin-bottom: 0;
    }

    #mainPageNews .newsBackground {
        width: 100%;
        max-width: none;
        padding: 30px 0 46px;
        border-radius: 0 56px 56px 0;
    }

    #mainPageNews .news-section-container {
        padding: 0 26px;
    }

    #mainPageNews .news-heading {
        gap: 14px;
        margin-bottom: 26px;
    }

    #mainPageNews .newsIcon {
        width: 34px;
        height: 34px;
    }

    #mainPageNews h2 {
        font-size: 26px;
    }

    #mainPageNews .news-desktop-more-link,
    #mainPageNews .news-card-grid {
        display: none;
    }

    #mainPageNews .news-mobile-carousel {
        display: block;
        overflow: hidden;
    }

    #mainPageNews .mobile-carousel-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin: 0 0 24px;
    }

    #mainPageNews .moreNewsLink {
        margin: 0;
        font-size: 13px;
        line-height: 1.2;
    }

    #mainPageNews .mobile-carousel-controls {
        display: inline-flex;
        gap: 12px;
        flex: 0 0 auto;
    }

    #mainPageNews .carousel-nav-button,
    #career .carousel-nav-button {
        width: 31px;
        height: 31px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: var(--Color-200);
    }

    #mainPageNews .carousel-control-prev-icon,
    #mainPageNews .carousel-control-next-icon,
    #career .carousel-control-prev-icon,
    #career .carousel-control-next-icon {
        width: 14px;
        height: 14px;
        filter: brightness(0) saturate(100%) invert(17%) sepia(20%) saturate(2331%) hue-rotate(93deg) brightness(93%) contrast(91%);
    }

    #mainPageNews .carousel-inner {
        overflow: visible;
    }

    #mainPageNews .carousel-item {
        padding-right: 42px;
    }

    #mainPageNews .carousel-item-next,
    #mainPageNews .carousel-item-prev,
    #mainPageNews .carousel-item.active {
        display: block;
    }

    #mainPageNews .carousel-item.active {
        position: relative;
        z-index: 2;
    }

    #mainPageNews .carousel-item.active + .carousel-item:not(.carousel-item-start):not(.carousel-item-end) {
        display: block;
        position: absolute;
        top: 0;
        left: calc(100% - 28px);
        width: 100%;
        transform: none;
    }

    #mainPageNews .carousel-item-next:not(.carousel-item-start),
    #mainPageNews .active.carousel-item-end {
        transform: translateX(calc(100% - 28px));
    }

    #mainPageNews .carousel-item-prev:not(.carousel-item-end),
    #mainPageNews .active.carousel-item-start {
        transform: translateX(calc(-100% + 28px));
    }

    #mainPageNews .newsCard {
        min-height: 344px;
        max-width: none;
        border-radius: 12px;
        box-shadow: none;
    }

    #mainPageNews .news-card-media {
        height: 152px;
        border-radius: 12px 12px 0 0;
    }

    #mainPageNews .news-card-body {
        height: 250px;
        min-height: 250px;
        padding: 18px 20px 20px;
    }

    #mainPageNews .newsCard h3,
    #mainPageNews .card-title {
        font-size: 17px;
        line-height: 1.25;
    }

    #mainPageNews .news-card-text {
        font-size: 13px;
        line-height: 1.45;
        -webkit-line-clamp: 3;
    }

    #mainPageNews .news-card-date {
        font-size: 13px;
        padding-top: 20px;
    }

    #mainPageNews .carousel-indicators,
    #career .carousel-indicators {
        position: static;
        gap: 7px;
        margin: 28px 0 0;
    }

    #mainPageNews .carousel-indicators [data-bs-target],
    #career .carousel-indicators [data-bs-target] {
        width: 13px;
        height: 13px;
        margin: 0;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: var(--Color-300);
        opacity: 1;
    }

    #mainPageNews .carousel-indicators .active,
    #career .carousel-indicators .active {
        background-color: var(--Orange);
    }

    #career {
        padding: 30px 0 46px;
        border-radius: 0;
    }

    #career > .container-fluid {
        padding: 0 0 34px !important;
    }

    #career > .container-fluid > .container {
        max-width: none;
        padding: 0 26px;
    }

    #career .row.mb-3 {
        align-items: center;
        gap: 14px;
        margin-bottom: 24px !important;
    }

    #career .careerTitleIcon {
        width: 34px;
        height: 34px;
    }

    #career h2 {
        margin: 0;
        font-size: 26px;
        line-height: 1.2;
    }

    #career .mobile-carousel-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin: 0 0 24px;
    }

    #career .moreCareersLink {
        margin: 0;
        font-size: 13px;
        line-height: 1.2;
    }

    #career .mobile-carousel-controls {
        display: inline-flex;
        gap: 12px;
        flex: 0 0 auto;
    }

    #careerCarousel {
        overflow: hidden;
    }

    #careerCarousel .carousel-inner {
        overflow: visible;
    }

    #careerCarousel .carousel-item {
        padding-right: 42px;
    }

    #careerCarousel .carousel-item-next,
    #careerCarousel .carousel-item-prev,
    #careerCarousel .carousel-item.active {
        display: block;
    }

    #careerCarousel .carousel-item.active {
        position: relative;
        z-index: 2;
    }

    #careerCarousel .carousel-item.active + .carousel-item:not(.carousel-item-start):not(.carousel-item-end) {
        display: block;
        position: absolute;
        top: 0;
        left: calc(100% - 28px);
        width: 100%;
        transform: none;
    }

    #careerCarousel .carousel-item-next:not(.carousel-item-start),
    #careerCarousel .active.carousel-item-end {
        transform: translateX(calc(100% - 28px));
    }

    #careerCarousel .carousel-item-prev:not(.carousel-item-end),
    #careerCarousel .active.carousel-item-start {
        transform: translateX(calc(-100% + 28px));
    }

    #career .careerCard {
        width: 100%;
        min-height: 238px;
        border-radius: 14px;
        box-shadow: none !important;
    }

    #career .careerCard .card-body {
        display: flex;
        flex-direction: column;
        min-height: 238px;
        padding: 20px;
    }

    #career .careerCard h4 {
        font-size: 17px;
        line-height: 1.25;
    }

    #career .careerCard p,
    #career .careerCard div {
        font-size: 13px;
        line-height: 1.45;
    }

    #career .careerButton {
        width: 100%;
        margin-top: auto !important;
    }

    #career .careerButton .styledButton {
        width: 100%;
        min-height: 46px;
        justify-self: stretch;
    }
}

@media (max-width: 767px) {
    #mainPageNews .news-mobile-carousel,
    #careerCarousel {
        overflow: hidden;
    }

    #mainPageNews .news-mobile-carousel .carousel-inner,
    #careerCarousel .carousel-inner {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 2px;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    #mainPageNews .news-mobile-carousel .carousel-inner::-webkit-scrollbar,
    #careerCarousel .carousel-inner::-webkit-scrollbar {
        display: none;
    }

    #mainPageNews .news-mobile-carousel .carousel-item,
    #mainPageNews .news-mobile-carousel .carousel-item.active,
    #mainPageNews .news-mobile-carousel .carousel-item-next,
    #mainPageNews .news-mobile-carousel .carousel-item-prev,
    #careerCarousel .carousel-item,
    #careerCarousel .carousel-item.active,
    #careerCarousel .carousel-item-next,
    #careerCarousel .carousel-item-prev {
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        z-index: auto;
        flex: 0 0 calc(100% - 42px);
        width: auto;
        max-width: none;
        margin: 0;
        padding-right: 0;
        transform: none !important;
        transition: none !important;
        scroll-snap-align: start;
    }

    #mainPageNews .news-mobile-carousel .carousel-item.active,
    #careerCarousel .carousel-item.active {
        z-index: auto;
    }

    #mainPageNews .news-mobile-carousel .carousel-item.active + .carousel-item:not(.carousel-item-start):not(.carousel-item-end),
    #careerCarousel .carousel-item.active + .carousel-item:not(.carousel-item-start):not(.carousel-item-end) {
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto;
        transform: none !important;
    }

    #mainPageNews .news-mobile-carousel .newsCard,
    #mainPageNews .news-mobile-carousel .news-card-link,
    #mainPageNews .news-mobile-carousel .news-card-media,
    #mainPageNews .news-mobile-carousel .news-card-body,
    #careerCarousel .careerCard {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    #mainPageNews .carousel-indicators,
    #career .carousel-indicators {
        position: static;
        display: flex;
        justify-content: center;
        gap: 7px;
        margin: 28px 0 0;
    }

    #mainPageNews .carousel-indicators [data-mobile-card-dot],
    #career .carousel-indicators [data-mobile-card-dot] {
        width: 13px;
        height: 13px;
        margin: 0;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: var(--Color-300);
        opacity: 1;
    }

    #mainPageNews .carousel-indicators [data-mobile-card-dot].active,
    #career .carousel-indicators [data-mobile-card-dot].active {
        background-color: var(--Orange);
    }
}

#loginAndRegisterPage {
    padding: 24px 0 72px;
}

#loginAndRegisterPage .login-register-container {
    max-width: var(--LayoutContainer);
}

#loginAndRegisterPage .login-register-grid {
    display: grid;
    grid-template-columns: minmax(300px, 360px) minmax(0, 680px);
    gap: 56px;
    align-items: start;
    justify-content: center;
}

#loginAndRegisterPage hr {
    width: 42px;
    margin: 0 0 24px;
    color: var(--Orange);
    border: 2px solid;
    opacity: unset;
}

#loginAndRegisterPage h2,
#loginAndRegisterPage h3,
#loginAndRegisterPage h4,
#loginAndRegisterPage h5,
#loginAndRegisterPage h6 {
    color: var(--Color-600);
}

#loginAndRegisterPage h2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

#loginAndRegisterPage .loginAndRegisterPageContent h2 {
    margin-bottom: 2rem;
}

#loginAndRegisterPage .contentPageCardColored,
#loginAndRegisterPage .contentPageCard {
    border-radius: 16px;
    padding: 42px 44px;
    box-shadow: 0 18px 45px rgba(11, 30, 15, .08);
}

#loginAndRegisterPage .contentPageCardColored {
    height: min-content;
    background-color: var(--Color-700);
    color: #fff;
}

#loginAndRegisterPage .contentPageCardColored h2 {
    color: #fff;
}

#loginAndRegisterPage .contentPageCardColored input {
    color: #fff;
    border-color: rgba(255, 255, 255, .48);
}

#loginAndRegisterPage .contentPageCardColored .form-label {
    color: #fff;
}

#loginAndRegisterPage .contentPageCardColored .btn-toggle-password-visibility {
    filter: brightness(100);
}

#loginAndRegisterPage .contentPageCard .form-label {
    color: var(--Color-700);
    font-weight: 700;
}

#loginAndRegisterPage form {
    margin-top: 4px;
}

#loginAndRegisterPage #registerForm {
    row-gap: 18px;
}

#loginAndRegisterPage .password-input-wrap {
    position: relative;
}

#loginAndRegisterPage .loginButton,
#loginAndRegisterPage .registerButton {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 40px;
    padding: 0 6px 0 22px;
}

#loginAndRegisterPage .loginButton img,
#loginAndRegisterPage .registerButton img {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 9px;
    background-color: var(--Color-700);
}

#loginAndRegisterPage .loginButton span,
#loginAndRegisterPage .registerButton span {
    flex: 1 1 auto;
    padding: 0 14px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

#loginAndRegisterPage .loginButton {
    width: 100%;
    background-color: var(--Orange);
}

#loginAndRegisterPage .loginButton span {
    color: var(--Color-800);
}

#loginAndRegisterPage .registerButton {
    width: min(300px, 100%);
    background-color: var(--Color-700);
}

#loginAndRegisterPage .form-action-row {
    margin-top: 32px;
}

#loginAndRegisterPage .register-action-row {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

#loginAndRegisterPage .forgot-password-row {
    margin: -4px 0 30px;
}

#loginAndRegisterPage .forgot-password-row a {
    color: var(--Color-300);
    font-size: 13px;
    text-decoration: none;
}

#loginAndRegisterPage .form-control {
    min-height: 42px;
    border-radius: 40px;
    border-color: var(--Color-400);
    background-color: transparent;
    padding: 9px 42px 9px 18px;
    font-size: 14px;
}

#loginAndRegisterPage .form-control:focus {
    border-color: var(--Orange);
    outline: 1px solid var(--Orange);
    outline-offset: 0;
    box-shadow: none;
}

#loginAndRegisterPage .form-label {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.2;
}

#loginAndRegisterPage .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
}

#loginAndRegisterPage .form-check-input {
    flex: 0 0 auto;
    margin: 1px 0 0;
    border-color: var(--Orange);
}

#loginAndRegisterPage .form-check-input:checked {
    background-color: var(--Orange);
    border-color: var(--Orange);
}

#loginAndRegisterPage .form-check-label {
    font-size: 14px;
    line-height: 1.4;
}

#loginAndRegisterPage .btn-toggle-password-visibility {
    position: absolute;
    top: 50%;
    right: 14px;
    bottom: auto;
    width: 21px;
    height: 21px;
    padding: 0;
    margin: 0;
    float: none;
    background-image: var(--svg-eye-close);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transform: translateY(-50%);
}

#loginAndRegisterPage .loginPassword:has(input:not([type=password])) .btn-toggle-password-visibility {
    background-image: var(--svg-eye-open);
}

#loginAndRegisterPage .regPassword:has(input:not([type=password])) .btn-toggle-password-visibility {
    background-image: var(--svg-eye-open);
}

#loginAndRegisterPage .regRePassword:has(input:not([type=password])) .btn-toggle-password-visibility {
    background-image: var(--svg-eye-open);
}

@media (max-width: 991px) {
    #loginAndRegisterPage {
        padding: 0 0 48px;
    }

    #loginAndRegisterPage .login-register-container {
        padding: 0 22px;
    }

    #loginAndRegisterPage .login-register-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 26px;
        margin: 32px 0 !important;
    }

    #loginAndRegisterPage .contentPageCardColored,
    #loginAndRegisterPage .contentPageCard {
        border-radius: 14px;
        padding: 28px 22px;
    }

    #loginAndRegisterPage h2 {
        font-size: 24px;
    }

    #loginAndRegisterPage #registerForm {
        row-gap: 16px;
    }

    #loginAndRegisterPage .loginButton,
    #loginAndRegisterPage .registerButton {
        min-height: 44px;
        padding-left: 18px;
    }

    #loginAndRegisterPage .loginButton img,
    #loginAndRegisterPage .registerButton img {
        width: 34px;
        height: 34px;
        padding: 7px;
    }

    #loginAndRegisterPage .loginButton span,
    #loginAndRegisterPage .registerButton span {
        font-size: 13px;
    }

    #loginAndRegisterPage .registerButton {
        width: 100%;
    }

    #loginAndRegisterPage .loginAndRegisterPageContent {
        padding: 28px 22px;
    }
}

#wasteDisposalRequestPage .waste-request-heading {
    margin-bottom: 34px;
}

#wasteDisposalRequestPage h2 {
    margin: 0;
    color: var(--Color-600);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

#wasteDisposalRequestPage hr {
    width: 72px;
    margin: 12px 0 10px;
    border: 2px solid var(--Orange);
    color: var(--Orange);
    opacity: 1;
}

#wasteDisposalRequestPage .waste-request-heading p {
    margin: 0;
    color: var(--Color-800);
    font-size: 14px;
    line-height: 1.45;
}

#wasteDisposalRequestPage .waste-request-form .row {
    row-gap: 30px;
}

#wasteDisposalRequestPage .form-label {
    margin: 0 0 10px;
    color: var(--Color-700);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
}

#wasteDisposalRequestPage .form-control,
#wasteDisposalRequestPage .form-select {
    min-height: 42px;
    border: 1px solid var(--Color-400);
    border-radius: 40px;
    background-color: transparent;
    color: var(--Color-700);
    padding: 9px 18px;
    font-size: 14px;
    line-height: 1.2;
}

#wasteDisposalRequestPage .form-select {
    padding-right: 46px;
}

#wasteDisposalRequestPage .form-control:focus,
#wasteDisposalRequestPage .form-select:focus {
    border-color: var(--Orange);
    outline: 1px solid var(--Orange);
    outline-offset: 0;
    box-shadow: none;
}

#wasteDisposalRequestPage .invalid-feedback {
    margin-top: 8px;
    color: #DE3D3D;
    font-size: 11px;
    line-height: 1.2;
}

#wasteDisposalRequestPage .was-validated .form-control:invalid,
#wasteDisposalRequestPage .form-control.is-invalid {
    border-color: #DE3D3D;
}

#wasteDisposalRequestPage .waste-request-action {
    display: flex;
    justify-content: center;
    margin-top: 58px;
}

#wasteDisposalRequestPage .sendButton {
    min-width: 250px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 40px;
    background-color: var(--Color-700);
    padding: 0 6px 0 24px;
}

#wasteDisposalRequestPage .sendButton img {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: var(--Color-700);
    padding: 9px;
}

#wasteDisposalRequestPage .sendButton span {
    flex: 1 1 auto;
    padding: 0 18px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    #wasteDisposalRequestPage .waste-request-heading {
        margin-bottom: 26px;
    }

    #wasteDisposalRequestPage h2 {
        font-size: 23px;
    }

    #wasteDisposalRequestPage .waste-request-form .row {
        row-gap: 20px;
    }

    #wasteDisposalRequestPage .form-label {
        font-size: 14px;
    }

    #wasteDisposalRequestPage .waste-request-action {
        margin-top: 36px;
    }

    #wasteDisposalRequestPage .sendButton {
        width: 100%;
        min-width: 0;
        min-height: 46px;
    }

    #wasteDisposalRequestPage .sendButton img {
        width: 34px;
        height: 34px;
        padding: 7px;
    }

    #wasteDisposalRequestPage .sendButton span {
        font-size: 14px;
    }
}

#wasteTransportationFees .waste-fees-heading {
    margin-bottom: 34px;
}

#wasteTransportationFees h2 {
    margin: 0;
    color: var(--Color-600);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

#wasteTransportationFees hr {
    width: 72px;
    margin: 12px 0 34px;
    border: 2px solid var(--Orange);
    color: var(--Orange);
    opacity: 1;
}

#wasteTransportationFees .waste-fees-intro {
    max-width: 880px;
    color: var(--Color-800);
    font-size: 14px;
    line-height: 1.55;
}

#wasteTransportationFees .waste-fees-intro p {
    margin: 0 0 14px;
}

#wasteTransportationFees .waste-fees-filter {
    margin: 0 0 46px;
}

#wasteTransportationFees .waste-fees-filter label {
    display: block;
    margin: 0 0 12px;
    color: var(--Color-700);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

#wasteTransportationFees .waste-fees-filter-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

#wasteTransportationFees .form-select {
    width: min(220px, 100%);
    min-height: 42px;
    border: 1px solid var(--Color-400);
    border-radius: 40px;
    background-color: transparent;
    color: var(--Color-700);
    padding: 9px 46px 9px 18px;
    font-size: 14px;
    line-height: 1.2;
}

#wasteTransportationFees .form-select:focus {
    border-color: var(--Orange);
    outline: 1px solid var(--Orange);
    outline-offset: 0;
    box-shadow: none;
}

#wasteTransportationFees .waste-fees-search-button {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 0;
    border-radius: 50%;
    background-color: var(--Color-700);
    padding: 0;
}

#wasteTransportationFees .waste-fees-search-button img {
    width: 21px;
    height: 21px;
    display: block;
    object-fit: contain;
}

#wasteTransportationFees .waste-fees-results {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#wasteTransportationFees .waste-fees-result h2 {
    margin: 0 0 18px;
    color: var(--Color-600);
    font-size: 24px;
    line-height: 1.25;
}

#wasteTransportationFees .waste-fees-result table {
    width: 100%;
    min-width: 0;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 8px;
    overflow: hidden;
    color: #0B1E0F;
    font-size: 13px;
    line-height: 1.25;
}

#wasteTransportationFees .waste-fees-result th,
#wasteTransportationFees .waste-fees-result td {
    padding: 12px 14px;
    border: 1px solid var(--Color-300);
    text-align: center;
    vertical-align: middle;
}

#wasteTransportationFees .waste-fees-result th {
    background-color: var(--Color-400);
    color: #0B1E0F;
    font-weight: 700;
}

#wasteTransportationFees .waste-fees-result tbody tr:nth-child(even) {
    background-color: var(--Color-100);
}

#wasteTransportationFees .waste-fees-empty {
    color: var(--Color-700);
    font-weight: 700;
}

@media (max-width: 767px) {
    #wasteTransportationFees h2 {
        font-size: 24px;
    }

    #wasteTransportationFees hr {
        margin-bottom: 24px;
    }

    #wasteTransportationFees .waste-fees-filter {
        margin-bottom: 34px;
    }

    #wasteTransportationFees .waste-fees-filter-row {
        align-items: stretch;
    }

    #wasteTransportationFees .form-select {
        flex: 1 1 auto;
        width: auto;
    }

    #wasteTransportationFees .waste-fees-result h2 {
        font-size: 21px;
    }

    #wasteTransportationFees .waste-fees-result table {
        min-width: 680px;
        font-size: 12px;
    }

    #wasteTransportationFees .waste-fees-result table th:first-child,
    #wasteTransportationFees .waste-fees-result table td:first-child {
        position: static;
        min-width: 0;
        max-width: none;
        box-shadow: none;
    }
}

/* Customer portal forms */
.customer-portal-form .customer-portal-card {
    border-radius: 24px;
    padding: 42px 44px;
    box-shadow: 0 18px 45px rgba(11, 30, 15, .08);
}

.customer-portal-form .customer-portal-heading {
    margin-bottom: 34px;
}

.customer-portal-form h2 {
    margin: 0;
    color: var(--Color-600);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.customer-portal-form hr {
    width: 72px;
    margin: 12px 0 18px;
    border: 2px solid var(--Orange);
    color: var(--Orange);
    opacity: 1;
}

.customer-portal-form .customer-portal-intro,
.customer-portal-form .customer-portal-heading p {
    margin: 0;
    color: var(--Color-800);
    font-size: 14px;
    line-height: 1.55;
}

.customer-portal-form .request-activation-form .row,
.customer-portal-form .activate-keys-form .row,
.customer-portal-form .reset-password-form .row {
    row-gap: 30px;
}

.customer-portal-form .form-label {
    color: var(--Color-700);
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.25;
}

.customer-portal-form .form-control {
    min-height: 42px;
    border: 1px solid var(--Color-400);
    border-radius: 40px;
    background-color: transparent;
    color: var(--Color-700);
    padding: 9px 18px;
    font-size: 14px;
    line-height: 1.2;
}

.customer-portal-form textarea.form-control {
    min-height: 180px;
    border-radius: 20px;
    resize: vertical;
    line-height: 1.45;
}

.customer-portal-form input[type="number"]::-webkit-outer-spin-button,
.customer-portal-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.customer-portal-form input[type="number"] {
    -moz-appearance: textfield;
}

.customer-portal-form .form-control:focus {
    border-color: var(--Orange);
    outline: 1px solid var(--Orange);
    outline-offset: 0;
    box-shadow: none;
}

.customer-portal-form .request-activation-action,
.customer-portal-form .customer-portal-action,
.customer-portal-form .customer-portal-success-action {
    display: flex;
    justify-content: center;
    margin-top: 58px;
}

.customer-portal-form .sendButton {
    min-width: 250px;
    min-height: 54px;
    background-color: var(--Color-700);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    border: 0;
    padding: 0 6px 0 24px;
    text-decoration: none;
}

.customer-portal-form .sendButton:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.customer-portal-form .sendButton img {
    background-color: var(--Color-700);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border: 1px solid white;
}

.customer-portal-form .sendButton span {
    flex: 1 1 auto;
    padding: 0 18px;
    color: white;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .customer-portal-form .customer-portal-card {
        padding: 28px 22px;
        border-radius: 16px;
    }

    .customer-portal-form .customer-portal-heading {
        margin-bottom: 26px;
    }

    .customer-portal-form h2 {
        font-size: 23px;
    }

    .customer-portal-form .request-activation-form .row,
    .customer-portal-form .activate-keys-form .row,
    .customer-portal-form .reset-password-form .row {
        row-gap: 20px;
    }

    .customer-portal-form .request-activation-action,
    .customer-portal-form .customer-portal-action,
    .customer-portal-form .customer-portal-success-action {
        margin-top: 36px;
    }

    .customer-portal-form .sendButton {
        width: 100%;
        min-width: 0;
        min-height: 46px;
    }

    .customer-portal-form .sendButton img {
        width: 34px;
        height: 34px;
        padding: 7px;
    }

    .customer-portal-form .sendButton span {
        font-size: 14px;
    }
}


.hudvar-reservation-page .hudvar-reservation-heading {
    margin-bottom: 28px;
}

.hudvar-reservation-page .hudvar-reservation-heading h2 {
    margin: 0;
    color: var(--Color-600);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

.hudvar-reservation-page .hudvar-reservation-heading hr {
    width: 62px;
    margin: 14px 0 0;
    border: 0;
    border-top: 3px solid var(--Orange);
    opacity: 1;
}

.hudvar-reservation-page .hudvar-react-root {
    margin-top: 0;
}

.hudvar-reservation-page .hudvarReservation .steps-bar {
    grid-template-columns: repeat(4, minmax(145px, 1fr));
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.hudvar-reservation-page .hudvarReservation .steps-bar > .steps-item {
    width: auto !important;
    max-width: none !important;
    min-width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    white-space: normal;
}

.hudvar-reservation-page .hudvarReservation .form-horizontal {
    padding: 0;
    background: transparent;
}

.hudvar-reservation-page .hudvarReservation .form-group {
    grid-template-columns: minmax(150px, 230px) minmax(260px, 420px);
    justify-content: flex-start;
}

.hudvar-reservation-page .hudvarReservation .form-group > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
}

.hudvar-reservation-page .hudvarReservation .form-group .form-control,
.hudvar-reservation-page .hudvarReservation .w-50 {
    width: min(100%, 420px) !important;
}

.hudvar-reservation-page .hudvarReservation #calendar {
    width: 100%;
}

.hudvar-reservation-page .hudvarReservation #calendar .row {
    display: block;
}

.hudvar-reservation-page .hudvarReservation #calendar .row:first-child {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.hudvar-reservation-page .hudvarReservation #calendar .legend {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.hudvar-reservation-page .hudvarReservation #calendar .legend .square {
    border-radius: 0;
    background: var(--HudvarCalendarUnavailable);
}

.hudvar-reservation-page .hudvarReservation #calendar .legend .square.free {
    background: var(--HudvarCalendarFree);
}

.hudvar-reservation-page .hudvarReservation #calendar .legend .square.unavailable {
    background: var(--HudvarCalendarUnavailable);
}

.hudvar-reservation-page .hudvarReservation #calendar .legend .square.selected {
    background: var(--HudvarCalendarSelected);
}

.hudvar-reservation-page .hudvarReservation #calendar .row:nth-of-type(2) > .col-sm-12,
.hudvar-reservation-page .hudvarReservation #calendar .row:nth-of-type(3) > .col-sm-12 {
    width: 100% !important;
    max-width: none !important;
    min-width: 720px;
    display: grid;
    grid-template-columns: repeat(7, minmax(92px, 1fr));
    gap: 8px;
}

.hudvar-reservation-page .hudvarReservation #calendar .calendar-header {
    padding: 10px 8px;
    border-radius: 12px;
    background: var(--Color-100);
    color: var(--Color-700);
    font-weight: 700;
    line-height: 1.25;
}

.hudvar-reservation-page .hudvarReservation #calendar .row:nth-of-type(3) > .col-sm-12 > div {
    min-width: 0;
}

.hudvar-reservation-page .hudvarReservation #calendar .appointment {
    min-width: 0;
    width: 100%;
    margin: 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: var(--HudvarCalendarUnavailable);
    color: #fff;
}

.hudvar-reservation-page .hudvarReservation #calendar .appointment span {
    color: #fff !important;
}

.hudvar-reservation-page .hudvarReservation #calendar .appointment.free {
    background: var(--HudvarCalendarFree);
}

.hudvar-reservation-page .hudvarReservation #calendar .appointment.selected {
    background: var(--HudvarCalendarSelected);
}

.hudvar-reservation-page .hudvarReservation #calendar .appointment.free span,
.hudvar-reservation-page .hudvarReservation #calendar .appointment.selected span {
    color: #fff !important;
}

.hudvar-reservation-page .hudvarReservation .checklist {
    display: block;
    margin: 8px 0;
}

.hudvar-reservation-page .hudvarReservation .checklist .huRCheckboxes {
    margin-right: 8px;
    vertical-align: top;
    transform: translateY(3px);
}

.hudvar-reservation-page .hudvarReservation .limitsDiv {
    display: inline;
    margin-left: 0;
    color: var(--Color-600);
    font-size: 15px;
}

.hudvar-reservation-page .hudvarReservation .limitsDiv::before {
    content: " ";
}

@media (max-width: 768px) {
    .hudvar-reservation-page .hudvar-reservation-heading h2 {
        font-size: 24px;
    }

    .hudvar-reservation-page .hudvarReservation .steps-bar {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .hudvar-reservation-page .hudvarReservation .steps-bar > .steps-item {
        width: 100% !important;
        min-width: 0;
        min-height: 56px;
    }

    .hudvar-reservation-page .hudvarReservation .form-group {
        grid-template-columns: 1fr;
    }

    .hudvar-reservation-page .hudvarReservation .form-group .form-control,
    .hudvar-reservation-page .hudvarReservation .w-50 {
        width: 100% !important;
    }

    .hudvar-reservation-page .hudvarReservation #calendar {
        overflow-x: auto;
    }

    .hudvar-reservation-page .hudvarReservation #calendar .row:first-child {
        grid-template-columns: 44px minmax(180px, 1fr) 44px;
    }
}

.houses-grid-legacy-shell {
    width: 100%;
}

.houses-grid-loading {
    margin-bottom: 16px;
    transition: opacity .2s ease;
}

.houses-grid-loading.is-hidden {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

.houses-grid-frame {
    display: block;
    width: 100%;
    min-height: 760px;
    border: 0;
}
