.header-header {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    z-index: 100;
    position: relative;
    max-width: 100%;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    flex-direction: column;
    justify-content: space-between;
}
.header-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-call-to-action {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.header-address {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.header-icon {
    fill: rgba(255, 255, 255, 1);
    width: 20px;
    height: 20px;
}
.header-address1 {
    color: var(--dl-color-newtheme-white);
    font-style: normal;
    font-weight: 600;
}
.header-mobile {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.header-icon02 {
    fill: rgba(255, 255, 255, 1);
    width: 20px;
    height: 20px;
}
.header-call {
    color: var(--dl-color-newtheme-white);
    font-style: normal;
    font-weight: 600;
}
.header-email {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.header-icon04 {
    fill: rgba(255, 255, 255, 1);
    width: 20px;
    height: 20px;
}
.header-email1 {
    color: var(--dl-color-newtheme-white);
    font-style: normal;
    font-weight: 600;
}
.header-container1 {
    gap: var(--dl-space-space-doubleunit);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}
.header-container2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.header-social-bar {
    width: 100%;
    display: flex;
    justify-content: center;
}
.header-icon06 {
    fill: rgba(255, 255, 255, 1);
    width: 16px;
    height: 16px;
    margin-right: 20px;
}
.header-icon08 {
    fill: rgba(255, 255, 255, 1);
    width: 16px;
    height: 16px;
    margin-right: 20px;
}
.header-icon10 {
    fill: rgba(255, 255, 255, 1);
    width: 16px;
    height: 16px;
    margin-right: 20px;
}
.header-icon12 {
    fill: rgba(255, 255, 255, 1);
    width: 16px;
    height: 16px;
    margin-right: 20px;
}
.header-icon14 {
    fill: rgba(255, 255, 255, 1);
    width: 16px;
    height: 16px;
}

@media (max-width: 1600px) {
    .header-header {
        padding-left: 35px;
        padding-right: 35px;
    }
    .header-call-to-action {
        gap: var(--dl-space-space-unit);
    }
    .header-icon {
        width: 16px;
        height: 16px;
    }
    .header-address1 {
        font-size: 12px;
    }
    .header-icon02 {
        width: 16px;
        height: 16px;
    }
    .header-call {
        font-size: 12px;
    }
    .header-icon04 {
        width: 16px;
        height: 16px;
    }
    .header-email1 {
        font-size: 12px;
    }
    .header-container1 {
        margin-left: var(--dl-space-space-doubleunit);
    }
    .header-icon06 {
        margin-right: 8px;
    }
    .header-icon08 {
        margin-right: 8px;
    }
    .header-icon10 {
        margin-right: 8px;
    }
    .header-icon12 {
        margin-right: 8px;
    }
}
@media (max-width: 1200px) {
    .header-header {
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: row;
        justify-content: space-between;
    }
    .header-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .header-call-to-action {
        width: 100%;
        justify-content: space-between;
    }
    .header-icon {
        width: 18px;
        height: 18px;
    }
    .header-address1 {
        font-size: 12px;
    }
    .header-icon02 {
        width: 18px;
        height: 18px;
    }
    .header-call {
        font-size: 12px;
    }
    .header-icon04 {
        width: 18px;
        height: 18px;
    }
    .header-email1 {
        font-size: 12px;
    }
    .header-container1 {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-header {
        padding-left: 45px;
        padding-right: 45px;
    }
    .header-call-to-action {
        align-items: flex-start;
        flex-direction: column;
    }
    .header-container1 {
        margin-left: 0px;
    }
    .header-container2 {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-header {
        padding-left: 35px;
        padding-right: 35px;
    }
    .header-address1 {
        font-size: 14px;
    }
    .header-call {
        font-size: 14px;
    }
    .header-email1 {
        font-size: 14px;
    }
    .header-social-bar {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 479px) {
    .header-header {
        padding-left: 25px;
        padding-right: 25px;
    }
    .header-container2 {
        display: none;
    }
    .header-social-bar {
        padding-top: 32px;
        padding-left: var(--dl-space-space-unit);
        padding-right: var(--dl-space-space-unit);
        padding-bottom: 32px;
    }
}

.navbar-interactive-container {
    width: 100%;
    display: flex;
    position: relative;
}
.navbar-interactive-navbar-interactive {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 32px;
    justify-content: space-between;
}
.navbar-interactive-desktop-menu {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.navbar-interactive-links {
    gap: var(--dl-space-space-tripleunit);
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.navbar-interactive-container1 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: center;
    flex-direction: row;
}
.navbar-interactive-thq-dropdown {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    text-decoration: none;
}
.navbar-interactive-text {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 500;
    border-color: #ffffff;
    text-transform: uppercase;
}
.navbar-interactive-text:hover {
    color: #2ec5ceff;
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    transition: 0.5s;
    border-color: #2ec5ce;
}
.navbar-interactive-image {
    width: 30px;
    height: 20px;
    object-fit: cover;
}
.navbar-interactive-icon {
    width: 24px;
    height: 24px;
}
.navbar-interactive-dropdown-list {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle01 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle01:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text01 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown01 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle02 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow {
    transition: 0.3s;
}
.navbar-interactive-icon02 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list01 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown01 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle03 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle03:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text02 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown02 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle04 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle04:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text03 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown03 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle05 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle05:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text04 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown04 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle06 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle06:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text05 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown05 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle07 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle07:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text06 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown06 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle08 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle08:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text07 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown02 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle09 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow01 {
    transition: 0.3s;
}
.navbar-interactive-icon04 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list02 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown07 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle10 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle10:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text08 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown08 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle11 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle11:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text09 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown09 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle12 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle12:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text10 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown10 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle13 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle13:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text11 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown11 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle14 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
}
.navbar-interactive-dropdown-toggle14:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text12 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-container2 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: center;
    flex-direction: row;
}
.navbar-interactive-thq-dropdown03 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle15 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    text-decoration: none;
}
.navbar-interactive-text13 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 500;
    border-color: #ffffff;
    text-transform: uppercase;
}
.navbar-interactive-text13:hover {
    color: #2ec5ceff;
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    transition: 0.5s;
    border-color: #2ec5ce;
}
.navbar-interactive-image1 {
    width: 30px;
    height: 20px;
    object-fit: cover;
}
.navbar-interactive-icon06 {
    width: 24px;
    height: 24px;
}
.navbar-interactive-dropdown-list03 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown-toggle16 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle16:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text14 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown04 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle17 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow02 {
    transition: 0.3s;
}
.navbar-interactive-icon08 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list04 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown13 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle18 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle18:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text15 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown14 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle19 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle19:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text16 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown15 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle20 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle20:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text17 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown16 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle21 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle21:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text18 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown17 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle22 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle22:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text19 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown18 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle23 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle23:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text20 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown05 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle24 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow03 {
    transition: 0.3s;
}
.navbar-interactive-icon10 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list05 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown19 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle25 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle25:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text21 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown20 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle26 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle26:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text22 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown21 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle27 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle27:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text23 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown22 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle28 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle28:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text24 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown23 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle29 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
}
.navbar-interactive-dropdown-toggle29:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text25 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-container3 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: center;
    flex-direction: row;
}
.navbar-interactive-thq-dropdown06 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle30 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    text-decoration: none;
}
.navbar-interactive-text26 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 500;
    border-color: #ffffff;
    text-transform: uppercase;
}
.navbar-interactive-text26:hover {
    color: #2ec5ceff;
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    transition: 0.5s;
    border-color: #2ec5ce;
}
.navbar-interactive-image2 {
    width: 30px;
    height: 20px;
    object-fit: cover;
}
.navbar-interactive-icon12 {
    width: 24px;
    height: 24px;
}
.navbar-interactive-dropdown-list06 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown24 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle31 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle31:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text27 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown07 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle32 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow04 {
    transition: 0.3s;
}
.navbar-interactive-icon14 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list07 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown25 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle33 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle33:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text28 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown26 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle34 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle34:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text29 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown27 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle35 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle35:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text30 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown28 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle36 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle36:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text31 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown29 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle37 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle37:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text32 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown30 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle38 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle38:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text33 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown08 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle39 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow05 {
    transition: 0.3s;
}
.navbar-interactive-icon16 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list08 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown31 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle40 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle40:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text34 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown32 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle41 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle41:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text35 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown33 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle42 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle42:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text36 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown34 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle43 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle43:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text37 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown35 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: var(--dl-space-space-doubleunit);
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle44 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
}
.navbar-interactive-dropdown-toggle44:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text38 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-container4 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: center;
    flex-direction: row;
}
.navbar-interactive-thq-dropdown09 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle45 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    text-decoration: none;
}
.navbar-interactive-text39 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 500;
    border-color: #ffffff;
    text-transform: uppercase;
}
.navbar-interactive-text39:hover {
    color: #2ec5ceff;
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    transition: 0.5s;
    border-color: #2ec5ce;
}
.navbar-interactive-image3 {
    width: 30px;
    height: 20px;
    object-fit: cover;
}
.navbar-interactive-icon18 {
    width: 24px;
    height: 24px;
}
.navbar-interactive-dropdown-list09 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown36 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle46 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle46:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text40 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown10 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle47 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow06 {
    transition: 0.3s;
}
.navbar-interactive-icon20 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list10 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown37 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle48 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle48:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text41 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown38 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle49 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle49:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text42 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown39 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle50 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle50:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text43 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown40 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle51 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle51:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text44 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown41 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle52 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle52:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text45 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown42 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle53 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle53:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text46 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown11 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle54 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow07 {
    transition: 0.3s;
}
.navbar-interactive-icon22 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list11 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown43 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle55 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle55:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text47 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown44 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle56 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle56:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text48 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown45 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle57 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle57:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text49 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown46 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle58 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle58:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text50 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown47 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle59 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
}
.navbar-interactive-dropdown-toggle59:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text51 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-container5 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: center;
    flex-direction: row;
}
.navbar-interactive-thq-dropdown12 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle60 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    text-decoration: none;
}
.navbar-interactive-text52 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 500;
    border-color: #ffffff;
    text-transform: uppercase;
}
.navbar-interactive-text52:hover {
    color: #2ec5ceff;
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    transition: 0.5s;
    border-color: #2ec5ce;
}
.navbar-interactive-image4 {
    width: 30px;
    height: 20px;
    object-fit: cover;
}
.navbar-interactive-icon24 {
    width: 24px;
    height: 24px;
}
.navbar-interactive-dropdown-list12 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown48 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle61 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle61:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text53 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown13 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle62 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow08 {
    transition: 0.3s;
}
.navbar-interactive-icon26 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list13 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown49 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle63 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle63:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text54 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown50 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle64 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle64:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text55 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown51 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle65 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle65:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text56 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown52 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle66 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle66:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text57 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown53 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle67 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle67:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text58 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown54 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle68 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle68:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text59 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown14 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle69 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow09 {
    transition: 0.3s;
}
.navbar-interactive-icon28 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list14 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown55 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle70 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle70:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text60 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown56 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle71 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle71:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text61 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown57 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle72 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle72:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text62 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown58 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle73 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle73:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text63 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown59 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle74 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
}
.navbar-interactive-dropdown-toggle74:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text64 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-container6 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-items: center;
    flex-direction: row;
}
.navbar-interactive-thq-dropdown15 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle75 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    text-decoration: none;
}
.navbar-interactive-text65 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 500;
    border-color: #ffffff;
    border-width: 1px;
    text-transform: uppercase;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.navbar-interactive-text65:hover {
    color: #2ec5ceff;
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    transition: 0.5s;
    border-color: #2ec5ce;
    border-width: 1px;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.navbar-interactive-image5 {
    width: 30px;
    height: 20px;
    object-fit: cover;
}
.navbar-interactive-icon30 {
    width: 24px;
    height: 24px;
}
.navbar-interactive-dropdown-list15 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown60 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle76 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle76:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text66 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown16 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle77 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow10 {
    transition: 0.3s;
}
.navbar-interactive-icon32 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list16 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown61 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle78 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle78:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text67 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown62 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle79 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle79:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text68 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown63 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle80 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle80:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text69 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown64 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle81 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle81:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text70 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown65 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle82 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle82:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text71 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown66 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle83 {
    gap: var(--dl-space-space-halfunit);
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle83:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text72 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-thq-dropdown17 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle84 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}
.navbar-interactive-dropdown-arrow11 {
    transition: 0.3s;
}
.navbar-interactive-icon34 {
    width: 18px;
    height: 18px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.navbar-interactive-dropdown-list17 {
    left: 0%;
    width: max-content;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    background-color: var(--dl-color-gray-white);
    list-style-position: inside;
}
.navbar-interactive-dropdown67 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle85 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle85:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text73 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown68 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle86 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle86:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text74 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown69 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle87 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle87:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text75 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown70 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle88 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.navbar-interactive-dropdown-toggle88:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text76 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-dropdown71 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
}
.navbar-interactive-dropdown-toggle89 {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 4px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
}
.navbar-interactive-dropdown-toggle89:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.navbar-interactive-text77 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.navbar-interactive-buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.navbar-interactive-login {
    font-size: 20px;
    border-width: 0px;
    margin-right: 32px;
    text-decoration: none;
}
.navbar-interactive-register {
    font-size: 20px;
    text-decoration: none;
}
.navbar-interactive-burger-menu {
    display: none;
}
.navbar-interactive-icon36 {
    width: 16px;
    height: 16px;
}
.navbar-interactive-mobile-menu {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: none;
    padding: 32px;
    z-index: 100;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}
.navbar-interactive-nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.navbar-interactive-top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    justify-content: space-between;
}
.navbar-interactive-logo {
    height: 2rem;
}
.navbar-interactive-close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-interactive-icon38 {
    width: 16px;
    height: 16px;
}
.navbar-interactive-links1 {
    flex: 0 0 auto;
    display: flex;
    align-self: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.navbar-interactive-text78 {
    margin-bottom: var(--dl-space-space-unit);
}
.navbar-interactive-text79 {
    margin-bottom: var(--dl-space-space-unit);
}
.navbar-interactive-text80 {
    margin-bottom: var(--dl-space-space-unit);
}
.navbar-interactive-text81 {
    margin-bottom: var(--dl-space-space-unit);
}
.navbar-interactive-text82 {
    margin-bottom: var(--dl-space-space-unit);
}
.navbar-interactive-buttons1 {
    display: flex;
    margin-top: var(--dl-space-space-unit);
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.navbar-interactive-login1 {
    margin-right: 32px;
}
.navbar-interactive-icon40 {
    width: 16px;
    height: 16px;
    margin-right: 32px;
}
.navbar-interactive-icon42 {
    width: 16px;
    height: 16px;
    margin-right: 32px;
}
.navbar-interactive-icon44 {
    width: 16px;
    height: 16px;
}
.navbar-interactive-root-class-name {
    width: 100%;
}
.navbar-interactive-root-class-name1 {
    width: 100%;
}
.navbar-interactive-root-class-name2 {
    width: 100%;
}
.navbar-interactive-root-class-name3 {
    width: 100%;
}
.navbar-interactive-root-class-name4 {
    width: 100%;
}
.navbar-interactive-root-class-name5 {
    width: 100%;
}
.navbar-interactive-root-class-name6 {
    width: 100%;
}
@media (max-width: 1600px) {
    .navbar-interactive-navbar-interactive {
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar-interactive-links {
        gap: var(--dl-space-space-unit);
    }
    .navbar-interactive-text {
        font-size: 16px;
    }
    .navbar-interactive-text13 {
        font-size: 16px;
    }
    .navbar-interactive-text26 {
        font-size: 16px;
    }
    .navbar-interactive-text39 {
        font-size: 16px;
    }
    .navbar-interactive-text52 {
        font-size: 16px;
    }
    .navbar-interactive-text65 {
        font-size: 16px;
    }
    .navbar-interactive-login {
        font-size: 16px;
        margin-right: 20px;
    }
    .navbar-interactive-register {
        font-size: 16px;
    }
    .navbar-interactive-burger-menu {
        display: flex;
    }
    .navbar-interactive-icon36 {
        display: none;
    }
}
@media (max-width: 1200px) {
    .navbar-interactive-navbar-interactive {
        padding-top: 16px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 16px;
    }
    .navbar-interactive-links {
        gap: var(--dl-space-space-halfunit);
    }
    .navbar-interactive-dropdown-toggle {
        gap: 4px;
    }
    .navbar-interactive-text {
        font-size: 12px;
    }
    .navbar-interactive-dropdown-toggle15 {
        gap: 4px;
    }
    .navbar-interactive-text13 {
        font-size: 12px;
    }
    .navbar-interactive-dropdown-toggle30 {
        gap: 4px;
    }
    .navbar-interactive-text26 {
        font-size: 12px;
    }
    .navbar-interactive-dropdown-toggle45 {
        gap: 4px;
    }
    .navbar-interactive-text39 {
        font-size: 12px;
    }
    .navbar-interactive-dropdown-toggle60 {
        gap: 4px;
    }
    .navbar-interactive-text52 {
        font-size: 12px;
    }
    .navbar-interactive-dropdown-toggle75 {
        gap: 4px;
    }
    .navbar-interactive-text65 {
        font-size: 12px;
    }
    .navbar-interactive-buttons {
        gap: 0;
        margin-left: var(--dl-space-space-twounits);
        flex-direction: row;
    }
    .navbar-interactive-login {
        font-size: 16px;
        margin-right: 12px;
    }
    .navbar-interactive-register {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .navbar-interactive-desktop-menu {
        display: none;
    }
    .navbar-interactive-icon36 {
        display: flex;
    }
}
@media (max-width: 767px) {
    .navbar-interactive-navbar-interactive {
        padding-left: 32px;
        padding-right: 32px;
    }
    .navbar-interactive-burger-menu {
        align-items: center;
        justify-content: center;
    }
    .navbar-interactive-text78 {
        margin-bottom: var(--dl-space-space-unit);
    }
    .navbar-interactive-text79 {
        margin-left: 0;
        margin-bottom: var(--dl-space-space-unit);
    }
    .navbar-interactive-text80 {
        margin-left: 0;
        margin-bottom: var(--dl-space-space-unit);
    }
    .navbar-interactive-text81 {
        margin-left: 0;
        margin-bottom: var(--dl-space-space-unit);
    }
    .navbar-interactive-text82 {
        margin-left: 0;
        margin-bottom: var(--dl-space-space-unit);
    }
}
@media (max-width: 479px) {
    .navbar-interactive-navbar-interactive {
        padding: var(--dl-space-space-unit);
    }
    .navbar-interactive-mobile-menu {
        padding: 16px;
    }
}

.rpaivi-button-container {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-unit);
    justify-content: flex-start;
}
.rpaivi-button-container1 {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    transition: 0.3s;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-newtheme-base);
}
.rpaivi-button-container1:hover {
    opacity: 0.8;
    background-color: #2ec5ceff;
}
.rpaivi-button-text {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.rpaivi-button-container2 {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    transition: 0.3s;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-newtheme-base);
}
.rpaivi-button-container2:hover {
    opacity: 0.8;
    background-color: #2ec5ceff;
}
.rpaivi-button-text1 {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.rpaivi-button-container3 {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    transition: 0.3s;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-newtheme-base);
}
.rpaivi-button-container3:hover {
    opacity: 0.8;
    background-color: #2ec5ceff;
}
.rpaivi-button-text2 {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .rpaivi-button-container {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .rpaivi-button-container {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .rpaivi-button-container {
        flex-wrap: wrap;
    }
}
@media (max-width: 479px) {
    .rpaivi-button-container {
        flex-wrap: wrap;
    }
}

.apply-now-form-container {
    border: none;
    display: flex;
    position: relative;
}
.apply-now-form-form {
    gap: var(--dl-space-space-doubleunit);
    width: 100%;
    height: auto;
    display: flex;
    padding: var(--dl-space-space-doubleunit);
    margin-top: 60px;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    background-color: var(--dl-color-newtheme-base);
}
.apply-now-form-text {
    color: var(--dl-color-newtheme-white);
    font-size: 36px;
    align-self: center;
    font-style: normal;
    text-align: center;
    transition: 0.3s;
    font-family: Arial;
    font-weight: 700;
    border-color: transparent;
    border-width: 1px;
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius4);
    padding-right: var(--dl-space-space-unit);
    text-transform: uppercase;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--dl-radius-radius-radius8);
    border-bottom-right-radius: var(--dl-radius-radius-radius8);
}
.apply-now-form-text:hover {
    opacity: 0.6;
}
.apply-now-form-name {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text01 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-input {
    height: var(--dl-size-size-tripleunit);
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    background-color: var(--dl-color-gray-white);
}
.apply-now-form-email {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text02 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-input1 {
    height: var(--dl-size-size-tripleunit);
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    background-color: var(--dl-color-gray-white);
}
.apply-now-form-mobile {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text03 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-input2 {
    height: var(--dl-size-size-tripleunit);
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    background-color: var(--dl-color-gray-white);
}
.apply-now-form-address {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text04 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-input3 {
    height: var(--dl-size-size-tripleunit);
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    background-color: var(--dl-color-gray-white);
}
.apply-now-form-passpoart-front {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text05 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-container01 {
    display: flex;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: row;
    background-color: var(--dl-color-gray-white);
}
.apply-now-form-container02 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    padding: var(--dl-space-space-halfunit);
    text-align: center;
    align-items: center;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: column;
    justify-content: center;
    background-color: var(--dl-color-newtheme-primary);
}
.apply-now-form-text06 {
    color: var(--dl-color-gray-white);
}
.apply-now-form-input4 {
    height: var(--dl-size-size-tripleunit);
    background-color: transparent;
}
.apply-now-form-passpoart-back {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text07 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-container03 {
    display: flex;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: row;
    background-color: var(--dl-color-gray-white);
}
.apply-now-form-container04 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    padding: var(--dl-space-space-halfunit);
    text-align: center;
    align-items: center;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: column;
    justify-content: center;
    background-color: var(--dl-color-newtheme-primary);
}
.apply-now-form-text08 {
    color: var(--dl-color-gray-white);
}
.apply-now-form-input5 {
    height: var(--dl-size-size-tripleunit);
    background-color: transparent;
}
.apply-now-form-documents {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text09 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-container05 {
    display: flex;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: row;
    background-color: var(--dl-color-gray-white);
}
.apply-now-form-container06 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    padding: var(--dl-space-space-halfunit);
    text-align: center;
    align-items: center;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: column;
    justify-content: center;
    background-color: var(--dl-color-newtheme-primary);
}
.apply-now-form-text12 {
    color: var(--dl-color-gray-white);
}
.apply-now-form-input6 {
    height: var(--dl-size-size-tripleunit);
    background-color: transparent;
}
.apply-now-form-cv {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text13 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-container07 {
    display: flex;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: row;
    background-color: var(--dl-color-gray-white);
}
.apply-now-form-container08 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    padding: var(--dl-space-space-halfunit);
    text-align: center;
    align-items: center;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: column;
    justify-content: center;
    background-color: var(--dl-color-newtheme-primary);
}
.apply-now-form-text14 {
    color: var(--dl-color-gray-white);
}
.apply-now-form-input7 {
    height: var(--dl-size-size-tripleunit);
    background-color: transparent;
}
.apply-now-form-container09 {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text15 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-select {
    height: var(--dl-size-size-tripleunit);
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    border-radius: var(--dl-radius-radius-radius4);
}
.apply-now-form-container10 {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text16 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-select1 {
    height: var(--dl-size-size-tripleunit);
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    border-radius: var(--dl-radius-radius-radius4);
}
.apply-now-form-container11 {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text17 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-select2 {
    height: var(--dl-size-size-tripleunit);
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    border-radius: var(--dl-radius-radius-radius4);
}
.apply-now-form-container12 {
    display: flex;
    flex-direction: column;
}
.apply-now-form-text18 {
    color: var(--dl-color-gray-white);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.apply-now-form-select3 {
    height: var(--dl-size-size-tripleunit);
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    border-radius: var(--dl-radius-radius-radius4);
}
.apply-now-form-button {
    color: var(--dl-color-newtheme-white);
    width: 100%;
    height: var(--dl-size-size-tripleunit);
    align-self: center;
    transition: 0.3s;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 2px;
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-newtheme-primary);
}
.apply-now-form-button:hover {
    background-color: var(--dl-color-newtheme-2nd);
}
.apply-now-form-text19 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1600px) {
    .apply-now-form-input4 {
        width: 100%;
    }
    .apply-now-form-input5 {
        width: 100%;
    }
    .apply-now-form-input6 {
        width: 100%;
    }
    .apply-now-form-input7 {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .apply-now-form-form {
        padding-left: var(--dl-space-space-unit);
        padding-right: var(--dl-space-space-unit);
    }
    .apply-now-form-text {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .apply-now-form-root-class-name {
        width: 100%;
    }
    .apply-now-form-root-class-name1 {
        width: 100%;
    }
    .apply-now-form-root-class-name2 {
        width: 100%;
    }
}

.university-list-header-container {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: flex-start;
    padding-top: var(--dl-space-space-unit);
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    padding-bottom: var(--dl-space-space-unit);
    background-color: var(--dl-color-newtheme-3rd);
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.university-list-header-container1 {
    flex: 0 0 auto;
    width: 10%;
    height: auto;
    display: flex;
    align-self: center;
    align-items: center;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-header-text {
    text-align: center;
    text-transform: uppercase;
}
.university-list-header-container2 {
    flex: 0 0 auto;
    width: 25%;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    padding-left: var(--dl-space-space-unit);
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-header-text01 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-header-container3 {
    flex: 0 0 auto;
    width: 16%;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-header-text02 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-header-container4 {
    flex: 0 0 auto;
    width: 10%;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-header-text03 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-header-container5 {
    flex: 0 0 auto;
    width: 15%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-header-text04 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-header-container6 {
    flex: 0 0 auto;
    width: 10%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-header-text05 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-header-container7 {
    flex: 0 0 auto;
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-header-text06 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-header-container8 {
    flex: 0 0 auto;
    width: 10%;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.university-list-header-text09 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1600px) {
    .university-list-header-text01 {
        font-size: 14px;
    }
    .university-list-header-text02 {
        font-size: 14px;
    }
    .university-list-header-text03 {
        font-size: 14px;
    }
    .university-list-header-text04 {
        font-size: 14px;
    }
    .university-list-header-text05 {
        font-size: 14px;
    }
    .university-list-header-text06 {
        font-size: 14px;
    }
    .university-list-header-text09 {
        font-size: 14px;
    }
}

.university-list-container {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    transition: 0.3s;
    align-items: flex-start;
    padding-top: var(--dl-space-space-unit);
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    padding-bottom: var(--dl-space-space-unit);
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.university-list-container:hover {
    background-color: #ecebeb;
}
.university-list-container1 {
    flex: 0 0 auto;
    width: 10%;
    height: auto;
    display: flex;
    align-self: center;
    align-items: center;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-image {
    width: 90%;
    height: auto;
    object-fit: cover;
}
.university-list-container2 {
    flex: 0 0 auto;
    width: 25%;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-text {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-container3 {
    flex: 0 0 auto;
    width: 16%;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-text1 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-container4 {
    flex: 0 0 auto;
    width: 10%;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-text2 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-container5 {
    flex: 0 0 auto;
    width: 15%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-text3 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-container6 {
    flex: 0 0 auto;
    width: 10%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-text4 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-container7 {
    flex: 0 0 auto;
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}
.university-list-text5 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.university-list-container8 {
    flex: 0 0 auto;
    width: 10%;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.university-list-text8 {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 1600px) {
    .university-list-text {
        font-size: 14px;
    }
    .university-list-text1 {
        font-size: 14px;
    }
    .university-list-text2 {
        font-size: 14px;
    }
    .university-list-text3 {
        font-size: 14px;
    }
    .university-list-text4 {
        font-size: 14px;
    }
    .university-list-text5 {
        font-size: 14px;
    }
    .university-list-text8 {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .university-list-container2 {
        width: 12%;
    }
    .university-list-text {
        font-size: 13px;
    }
    .university-list-container3 {
        width: 12%;
    }
    .university-list-text1 {
        font-size: 13px;
    }
    .university-list-text2 {
        font-size: 13px;
    }
    .university-list-text3 {
        font-size: 13px;
    }
    .university-list-text4 {
        font-size: 13px;
    }
    .university-list-text5 {
        font-size: 13px;
    }
    .university-list-container8 {
        width: auto;
        flex-wrap: wrap;
    }
    .university-list-text8 {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .university-list-text {
        font-size: 9px;
    }
    .university-list-text1 {
        font-size: 9px;
    }
    .university-list-text2 {
        font-size: 9px;
    }
    .university-list-text3 {
        font-size: 9px;
    }
    .university-list-text4 {
        font-size: 9px;
    }
    .university-list-text5 {
        font-size: 9px;
    }
    .university-list-text8 {
        font-size: 9px;
    }
}

.public-university-container {
    gap: 0;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    padding-top: var(--dl-space-space-doubleunit);
    padding-left: 100px;
    padding-right: 100px;
    flex-direction: column;
    padding-bottom: var(--dl-space-space-doubleunit);
    justify-content: center;
    background-color: #f5edd9;
    border-radius: 0 0 8px 8px;
}
.public-university-text {
    color: var(--dl-color-newtheme-base);
    font-size: 3.5em;
    text-align: center;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 1px;
    margin-bottom: var(--dl-space-space-doubleunit);
    text-transform: uppercase;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.public-university-container1 {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.public-university-container2 {
    gap: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

@media (max-width: 1600px) {
    .public-university-container {
        padding-left: var(--dl-space-space-doubleunit);
        padding-right: var(--dl-space-space-doubleunit);
    }
    .public-university-text {
        font-size: 3em;
    }
}
@media (max-width: 1200px) {
    .public-university-text {
        font-size: 2.5em;
    }
}
@media (max-width: 991px) {
    .public-university-root-class-name {
        display: none;
    }
    .public-university-root-class-name1 {
        display: none;
    }
    .public-university-root-class-name2 {
        display: none;
    }
    .public-university-root-class-name3 {
        display: none;
    }
    .public-university-root-class-name4 {
        display: none;
    }
    .public-university-root-class-name5 {
        display: none;
    }
}

.privet-university-container {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    padding-top: var(--dl-space-space-doubleunit);
    padding-left: 100px;
    padding-right: 100px;
    flex-direction: column;
    padding-bottom: var(--dl-space-space-doubleunit);
    justify-content: center;
    background-color: #b87d7d;
}
.privet-university-text {
    color: var(--dl-color-newtheme-base);
    font-size: 3.5em;
    text-align: center;
    border-color: var(--dl-color-newtheme-primary);
    border-width: 1px;
    margin-bottom: var(--dl-space-space-doubleunit);
    text-transform: uppercase;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.privet-university-container1 {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.privet-university-container2 {
    gap: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

@media (max-width: 1600px) {
    .privet-university-container {
        padding-left: var(--dl-space-space-doubleunit);
        padding-right: var(--dl-space-space-doubleunit);
    }
    .privet-university-text {
        font-size: 3em;
    }
}
@media (max-width: 1200px) {
    .privet-university-text {
        font-size: 2.5em;
    }
}
@media (max-width: 991px) {
    .privet-university-root-class-name {
        display: none;
    }
    .privet-university-root-class-name1 {
        display: none;
    }
    .privet-university-root-class-name2 {
        display: none;
    }
    .privet-university-root-class-name3 {
        display: none;
    }
    .privet-university-root-class-name4 {
        display: none;
    }
    .privet-university-root-class-name5 {
        display: none;
    }
}

.footer1-footer {
    flex: 0 0 auto;
    color: var(--dl-color-gray-white);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding-bottom: 50px;
    justify-content: center;
    background-image: linear-gradient(
            0deg,
            rgba(192, 36, 37, 0.8) 0%,
            rgba(240, 203, 53, 0.5) 100%
        ),
        url("https://images.unsplash.com/photo-1521587760476-6c12a4b040da?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDJ8fGxpYnJhcnl8ZW58MHx8fHwxNjkzMDcwODE1fDA&ixlib=rb-4.0.3&w=1500");
    background-position: top left, top;
}
.footer1-container {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-doubleunit);
    z-index: 100;
    flex-wrap: wrap;
    max-width: 1600px;
    align-items: center;
    margin-bottom: var(--dl-space-space-fourunits);
    flex-direction: column;
    justify-content: flex-start;
}
.footer1-container1 {
    flex: 0 0 auto;
    width: 200px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
}
.footer1-link {
    display: contents;
}
.footer1-container2 {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    transition: 0.3s;
    align-items: flex-start;
    border-radius: var(--dl-radius-radius-round);
    flex-direction: column;
    background-color: var(--dl-color-newtheme-primary);
}
.footer1-container2:hover {
    background-color: var(--dl-color-gray-black);
}
.footer1-icon {
    fill: var(--dl-color-newtheme-white);
    width: var(--dl-size-size-unit);
    height: var(--dl-size-size-unit);
}
.footer1-link1 {
    display: contents;
}
.footer1-container3 {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    transition: 0.3s;
    align-items: flex-start;
    margin-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-round);
    flex-direction: column;
    background-color: var(--dl-color-newtheme-primary);
}
.footer1-container3:hover {
    background-color: var(--dl-color-gray-black);
}
.footer1-icon02 {
    fill: var(--dl-color-gray-white);
    width: var(--dl-size-size-unit);
    height: var(--dl-size-size-unit);
}
.footer1-link2 {
    display: contents;
}
.footer1-container4 {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    transition: 0.3s;
    align-items: flex-start;
    margin-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-round);
    flex-direction: column;
    background-color: var(--dl-color-newtheme-primary);
}
.footer1-container4:hover {
    background-color: var(--dl-color-gray-black);
}
.footer1-icon04 {
    fill: var(--dl-color-gray-white);
    width: var(--dl-size-size-unit);
    height: var(--dl-size-size-unit);
}
.footer1-link3 {
    display: contents;
}
.footer1-container5 {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    transition: 0.3s;
    align-items: flex-start;
    margin-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-round);
    flex-direction: column;
    background-color: var(--dl-color-newtheme-primary);
}
.footer1-container5:hover {
    background-color: var(--dl-color-gray-black);
}
.footer1-icon06 {
    fill: var(--dl-color-gray-white);
    width: var(--dl-size-size-unit);
    height: var(--dl-size-size-unit);
}
.footer1-link4 {
    display: contents;
}
.footer1-container6 {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    transition: 0.3s;
    align-items: flex-start;
    margin-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-round);
    flex-direction: column;
    background-color: var(--dl-color-newtheme-primary);
}
.footer1-container6:hover {
    background-color: var(--dl-color-gray-black);
}
.footer1-icon08 {
    fill: var(--dl-color-gray-white);
    width: var(--dl-size-size-unit);
    height: var(--dl-size-size-unit);
}
.footer1-container7 {
    display: flex;
    margin-top: 0px;
    align-items: center;
    margin-bottom: 0px;
    flex-direction: row;
    justify-content: flex-start;
}
.footer1-text {
    transition: 0.3s;
    margin-right: var(--dl-space-space-unit);
}
.footer1-text:hover {
    color: #2ec5ceff;
}
.footer1-text1 {
    transition: 0.3s;
    margin-right: var(--dl-space-space-unit);
}
.footer1-text1:hover {
    color: #2ec5ceff;
}
.footer1-text2 {
    transition: 0.3s;
    margin-right: var(--dl-space-space-unit);
}
.footer1-text2:hover {
    color: #2ec5ceff;
}
.footer1-text3 {
    transition: 0.3s;
    margin-right: var(--dl-space-space-unit);
}
.footer1-text3:hover {
    color: #2ec5ceff;
}
.footer1-text4 {
    transition: 0.3s;
    margin-right: var(--dl-space-space-unit);
}
.footer1-text4:hover {
    color: #2ec5ceff;
}
.footer1-text5 {
    transition: 0.3s;
    white-space: nowrap;
}
.footer1-text5:hover {
    color: #2ec5ceff;
}
.footer1-divider {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background-color: var(--dl-color-gray-white);
}
.footer1-container8 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.footer1-text6 {
    color: #d9dbe1ff;
    margin-top: var(--dl-space-space-unit);
}
.footer1-text7 {
    color: rgb(217, 219, 225);
    font-size: 14px;
    margin-top: var(--dl-space-space-unit);
    font-family: Inter;
    text-transform: none;
    text-decoration: none;
}
.footer1-link5 {
    color: var(--dl-color-newtheme-white);
    font-size: 16px;
    font-weight: 700;
}

.footer1-root-class-name7 {
    background-image: linear-gradient(
            0deg,
            rgba(236, 33, 40, 0.75) 1%,
            rgba(247, 148, 31, 0.9) 100%
        ),
        url("https://images.unsplash.com/photo-1521587760476-6c12a4b040da?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDJ8fGxpYnJhcnl8ZW58MHx8fHwxNjkzMDcwODE1fDA&ixlib=rb-4.0.3&w=1500");
}

@media (max-width: 767px) {
    .footer1-container7 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer1-container8 {
        flex-direction: column;
    }
    .footer1-text6 {
        margin-top: var(--dl-space-space-unit);
        margin-bottom: var(--dl-space-space-unit);
    }
    .footer1-text7 {
        margin-top: var(--dl-space-space-unit);
        margin-bottom: var(--dl-space-space-unit);
    }
}

.bottom-menu-new-header {
    flex: 0 0 auto;
    left: 0;
    width: 100%;
    bottom: 0;
    display: flex;
    z-index: 102;
    position: fixed;
    max-width: 100vw;
    box-shadow: 0px 0px 10px 0px #171515;
    align-items: center;
    border-color: #ec2227;
    border-width: 7px;
    padding-left: var(--dl-space-space-sixunits);
    padding-right: var(--dl-space-space-sixunits);
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--dl-color-newtheme-base);
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}
.bottom-menu-new-menu-left {
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: var(--dl-space-space-doubleunit);
    flex-direction: row;
    justify-content: space-between;
}
.bottom-menu-new-navlink {
    color: var(--dl-color-newtheme-white);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    border-color: var(--dl-color-newtheme-base);
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.bottom-menu-new-navlink:hover {
    color: var(--dl-color-newtheme-highlight);
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    font-style: normal;
    transition: 0.5s;
    font-weight: 700;
}
.bottom-menu-new-navlink01 {
    color: var(--dl-color-newtheme-white);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    border-color: var(--dl-color-newtheme-base);
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.bottom-menu-new-navlink01:hover {
    color: var(--dl-color-newtheme-highlight);
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    font-style: normal;
    transition: 0.5s;
    font-weight: 700;
}
.bottom-menu-new-thq-dropdown {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-color: var(--dl-color-newtheme-primary);
    border-radius: 2px;
}
.bottom-menu-new-thq-dropdown:hover {
    border-color: var(--dl-color-newtheme-base);
}
.bottom-menu-new-dropdown-toggle {
    fill: #595959;
    color: #595959;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 2px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
}
.bottom-menu-new-navlink02 {
    color: var(--dl-color-newtheme-white);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    border-color: var(--dl-color-newtheme-base);
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.bottom-menu-new-navlink02:hover {
    color: var(--dl-color-newtheme-highlight);
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    font-style: normal;
    transition: 0.5s;
    font-weight: 700;
}
.bottom-menu-new-dropdown-arrow {
    transition: 0.3s;
}
.bottom-menu-new-icon {
    fill: rgba(255, 255, 255, 1);
    width: 32px;
    height: 32px;
    margin-top: auto;
    transition: 0.3s;
    margin-bottom: auto;
}
.bottom-menu-new-dropdown-list {
    width: max-content;
    bottom: 100%;
    display: none;
    z-index: 100;
    position: absolute;
    min-width: 100%;
    transition: 0.3s;
    align-items: stretch;
    border-color: var(--dl-color-newtheme-highlight);
    border-width: 2px;
    border-radius: 4px;
    flex-direction: column;
    list-style-type: none;
    list-style-position: inside;
}
.bottom-menu-new-dropdown {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    text-decoration: none;
}
.bottom-menu-new-dropdown-toggle1 {
    fill: #595959;
    color: var(--dl-color-newtheme-white);
    width: 210px;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-newtheme-base);
}
.bottom-menu-new-dropdown-toggle1:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.bottom-menu-new-text2 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.bottom-menu-new-dropdown1 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    text-decoration: none;
}
.bottom-menu-new-dropdown-toggle2 {
    fill: #595959;
    color: var(--dl-color-newtheme-white);
    width: 210px;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-newtheme-base);
}
.bottom-menu-new-dropdown-toggle2:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.bottom-menu-new-text3 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.bottom-menu-new-dropdown2 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    text-decoration: none;
}
.bottom-menu-new-dropdown-toggle3 {
    fill: #595959;
    color: var(--dl-color-newtheme-white);
    width: 210px;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-newtheme-base);
}
.bottom-menu-new-dropdown-toggle3:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.bottom-menu-new-text4 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.bottom-menu-new-dropdown3 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    text-decoration: none;
}
.bottom-menu-new-dropdown-toggle4 {
    fill: #595959;
    color: var(--dl-color-newtheme-white);
    width: 210px;
    display: inline-flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-newtheme-base);
}
.bottom-menu-new-dropdown-toggle4:hover {
    fill: #fff;
    color: #fff;
    background-color: #595959;
}
.bottom-menu-new-text5 {
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.bottom-menu-new-navlink07 {
    color: var(--dl-color-newtheme-white);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    border-color: var(--dl-color-newtheme-base);
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.bottom-menu-new-navlink07:hover {
    color: var(--dl-color-newtheme-highlight);
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    font-style: normal;
    transition: 0.5s;
    font-weight: 700;
}
.bottom-menu-new-logo {
    display: flex;
    margin-top: -65px;
    align-items: center;
    border-radius: var(--dl-radius-radius-radius40);
    flex-direction: row;
    justify-content: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bottom-menu-new-navlink08 {
    display: contents;
}
.bottom-menu-new-image {
    height: auto;
    max-width: 140px;
    object-fit: cover;
    text-decoration: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bottom-menu-new-menu-right {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: var(--dl-space-space-doubleunit);
    flex-direction: row;
    justify-content: space-between;
}
.bottom-menu-new-navlink09 {
    color: var(--dl-color-newtheme-white);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    border-color: var(--dl-color-newtheme-base);
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.bottom-menu-new-navlink09:hover {
    color: var(--dl-color-newtheme-highlight);
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    font-style: normal;
    transition: 0.5s;
    font-weight: 700;
}
.bottom-menu-new-navlink10 {
    color: var(--dl-color-newtheme-white);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    border-color: var(--dl-color-newtheme-base);
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.bottom-menu-new-navlink10:hover {
    color: var(--dl-color-newtheme-highlight);
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    font-style: normal;
    transition: 0.5s;
    font-weight: 700;
}
.bottom-menu-new-navlink11 {
    color: var(--dl-color-newtheme-white);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    border-color: var(--dl-color-newtheme-base);
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.bottom-menu-new-navlink11:hover {
    color: var(--dl-color-newtheme-highlight);
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    font-style: normal;
    transition: 0.5s;
    font-weight: 700;
}
.bottom-menu-new-navlink12 {
    color: var(--dl-color-newtheme-white);
    font-size: 20px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 600;
    border-color: var(--dl-color-newtheme-base);
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
}
.bottom-menu-new-navlink12:hover {
    color: var(--dl-color-newtheme-highlight);
    border: linear-gradient(to right, #fff 50%, #2ec5ce 50%);
    font-style: normal;
    transition: 0.5s;
    font-weight: 700;
}
.bottom-menu-new-burger-menu {
    display: none;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.bottom-menu-new-menu {
    width: 24px;
    height: 24px;
    margin-left: var(--dl-space-space-unit);
}

@media (max-width: 1600px) {
    .bottom-menu-new-header {
        padding-left: var(--dl-space-space-doubleunit);
        padding-right: var(--dl-space-space-doubleunit);
    }
    .bottom-menu-new-navlink {
        font-size: 16px;
    }
    .bottom-menu-new-navlink01 {
        font-size: 16px;
    }
    .bottom-menu-new-navlink02 {
        font-size: 16px;
    }
    .bottom-menu-new-navlink07 {
        font-size: 16px;
    }
    .bottom-menu-new-navlink09 {
        font-size: 16px;
    }
    .bottom-menu-new-navlink10 {
        font-size: 16px;
    }
    .bottom-menu-new-navlink11 {
        font-size: 16px;
    }
    .bottom-menu-new-navlink12 {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .bottom-menu-new-navlink {
        font-size: 14px;
    }
    .bottom-menu-new-navlink01 {
        font-size: 14px;
    }
    .bottom-menu-new-dropdown-toggle {
        padding-left: 0px;
        padding-right: 0px;
    }
    .bottom-menu-new-navlink02 {
        font-size: 14px;
    }
    .bottom-menu-new-navlink07 {
        font-size: 14px;
    }
    .bottom-menu-new-navlink09 {
        font-size: 14px;
    }
    .bottom-menu-new-navlink10 {
        font-size: 14px;
    }
    .bottom-menu-new-navlink11 {
        font-size: 14px;
    }
    .bottom-menu-new-navlink12 {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .bottom-menu-new-header {
        padding-left: var(--dl-space-space-unit);
        padding-right: var(--dl-space-space-unit);
    }
    .bottom-menu-new-menu-left {
        padding-right: 0px;
    }
    .bottom-menu-new-navlink {
        font-size: 12px;
    }
    .bottom-menu-new-navlink01 {
        font-size: 12px;
    }
    .bottom-menu-new-navlink02 {
        font-size: 12px;
    }
    .bottom-menu-new-icon {
        width: 24px;
        height: 24px;
    }
    .bottom-menu-new-navlink07 {
        font-size: 12px;
    }
    .bottom-menu-new-image {
        max-width: 100px;
    }
    .bottom-menu-new-menu-right {
        padding-left: 0px;
    }
    .bottom-menu-new-navlink09 {
        font-size: 12px;
    }
    .bottom-menu-new-navlink10 {
        font-size: 12px;
    }
    .bottom-menu-new-navlink11 {
        font-size: 12px;
    }
    .bottom-menu-new-navlink12 {
        font-size: 12px;
    }
    .bottom-menu-new-root-class-name {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .bottom-menu-new-header {
        height: 50px;
    }
    .bottom-menu-new-menu-left {
        display: none;
    }
    .bottom-menu-new-menu-right {
        display: none;
    }
    .bottom-menu-new-burger-menu {
        display: block;
    }
}

.study-in-australia-container {
    width: 100%;
    display: flex;
    overflow-x: hidden;
    align-items: center;
    flex-direction: column;
    background: #451316;
}
.study-in-australia-header-container {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    border-color: var(--dl-color-newtheme-green);
    border-width: 1px;
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    background-color: var(--dl-color-newtheme-base);
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.study-in-australia-container01 {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    background-color: #f48400;
}
.study-in-australia-banner {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    padding-top: 64px;
    padding-left: 48px;
    padding-right: 48px;
    flex-direction: column;
    padding-bottom: 64px;
    background-size: cover;
    justify-content: center;
    background-image: linear-gradient(
            0deg,
            rgb(68, 19, 22) 1%,
            rgba(247, 148, 31, 0.8) 91%
        ),
        url("https://images.unsplash.com/photo-1506973035872-a4ec16b8e8d9?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDJ8fEF1c3RyYWxpYXxlbnwwfHx8fDE2OTI0MjIzMDB8MA&ixlib=rb-4.0.3&w=1500");
    background-position: center, top;
}
.study-in-australia-text {
    color: var(--dl-color-gray-white);
    font-size: 50px;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    margin-bottom: var(--dl-space-space-halfunit);
    text-transform: uppercase;
    background: #b7deed;
    background: linear-gradient(
        to right,
        #b7deed 0%,
        #71ceef 25%,
        #21b4e2 75%,
        #b7deed 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.study-in-australia-container02 {
    flex: 0 0 auto;
    width: 200px;
    height: auto;
    display: flex;
    align-items: flex-start;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    flex-direction: column;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 3px;
}
.study-in-australia-text001 {
    color: var(--dl-color-gray-white);
    font-size: 30px;
    max-width: 1400px;
    margin-top: 32px;
    text-align: center;
    margin-bottom: 32px;
}
.study-in-australia-container03 {
    gap: var(--dl-space-space-doubleunit);
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
    padding-left: 100px;
    margin-bottom: var(--dl-space-space-halfunit);
    padding-right: 100px;
    padding-bottom: 100px;
    justify-content: center;
    background-color: #441316;
}
.study-in-australia-container04 {
    flex: 0 0 auto;
    width: 70%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0 0 8px 8px;
}
.study-in-australia-container05 {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
}
.study-in-australia-container06 {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.study-in-australia-container07 {
    gap: var(--dl-space-space-doubleunit);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: flex-start;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: column;
    background: #eab533;
}
.study-in-australia-text004 {
    font-style: normal;
    font-weight: 600;
}
.study-in-australia-text007 {
    margin-left: var(--dl-space-space-tripleunit);
}
.study-in-australia-container08 {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: flex-start;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: column;
    background: #eab533;
}
.study-in-australia-text038 {
    font-weight: 600;
}
.study-in-australia-text039 {
    font-style: normal;
}
.study-in-australia-text040 {
    font-style: normal;
}
.study-in-australia-text041 {
    font-weight: 400;
}
.study-in-australia-text042 {
    font-style: normal;
}
.study-in-australia-text043 {
    font-style: normal;
    font-weight: 600;
}
.study-in-australia-text044 {
    font-style: normal;
}
.study-in-australia-text045 {
    font-style: normal;
}
.study-in-australia-text046 {
    font-style: normal;
    font-weight: 600;
}
.study-in-australia-text047 {
    font-weight: 400;
}
.study-in-australia-text048 {
    font-style: normal;
}
.study-in-australia-text049 {
    font-style: normal;
}
.study-in-australia-text050 {
    font-style: normal;
}
.study-in-australia-text051 {
    font-style: normal;
}
.study-in-australia-text052 {
    margin-left: var(--dl-space-space-tripleunit);
}
.study-in-australia-text053 {
    font-size: 16px;
    font-weight: 600;
}
.study-in-australia-text054 {
    font-size: 16px;
    font-weight: 600;
}
.study-in-australia-text061 {
    font-style: normal;
    font-weight: 600;
}
.study-in-australia-text062 {
    font-style: normal;
    font-weight: 600;
}
.study-in-australia-text070 {
    font-style: normal;
    font-weight: 600;
}
.study-in-australia-text071 {
    font-style: normal;
    font-weight: 600;
}
.study-in-australia-container09 {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: flex-start;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: column;
    background: #eab533;
}
.study-in-australia-text081 {
    font-weight: 600;
}
.study-in-australia-text083 {
    font-weight: 600;
}
.study-in-australia-text084 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text085 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text086 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text087 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text088 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text089 {
    font-weight: 600;
}
.study-in-australia-text090 {
    font-style: normal;
}
.study-in-australia-text092 {
    font-weight: 600;
}
.study-in-australia-text093 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text094 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text095 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text096 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text097 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text098 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text099 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text100 {
    font-weight: 600;
}
.study-in-australia-text101 {
    font-style: normal;
}
.study-in-australia-text103 {
    font-weight: 600;
}
.study-in-australia-text104 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text105 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text106 {
    font-style: normal;
}
.study-in-australia-text108 {
    font-weight: 600;
}
.study-in-australia-text109 {
    font-style: normal;
    font-weight: 400;
}
.study-in-australia-text110 {
    font-style: normal;
}
.study-in-australia-text111 {
    font-style: normal;
}
.study-in-australia-container10 {
    flex: 0 0 auto;
    width: 28%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.study-in-australia-container11 {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    padding: 100px;
    align-items: flex-start;
    background-size: cover;
    justify-content: center;
    background-image: linear-gradient(
            0deg,
            rgb(68, 19, 22) 1%,
            rgba(247, 148, 31, 0.8) 91%
        ),
        url("https://images.unsplash.com/photo-1615787109753-6354adf75b17?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDE2fHxjYW5hZGElMjB1bml2ZXJzaXR5fGVufDB8fHx8MTY5MjI0MDM0NHww&ixlib=rb-4.0.3&w=1500");
    background-position: center;
}
.study-in-australia-container12 {
    gap: var(--dl-space-space-halfunit);
    flex: 0 0 auto;
    width: 1200px;
    height: auto;
    display: flex;
    padding: var(--dl-space-space-tripleunit);
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.study-in-australia-text112 {
    color: var(--dl-color-gray-white);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.study-in-australia-container13 {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    width: 80%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
    flex-direction: row;
    justify-content: flex-start;
    background-color: var(--dl-color-gray-white);
}
.study-in-australia-icon {
    width: 24px;
    height: 24px;
}
@media (max-width: 1600px) {
    .study-in-australia-container03 {
        padding: var(--dl-space-space-fourunits);
    }
    .study-in-australia-container10 {
        width: 30%;
    }
    .study-in-australia-text112 {
        font-size: 3rem;
    }
}
@media (max-width: 1200px) {
    .study-in-australia-container03 {
        gap: var(--dl-space-space-unit);
        padding-left: var(--dl-space-space-tripleunit);
        padding-right: var(--dl-space-space-tripleunit);
    }
    .study-in-australia-container12 {
        width: 100%;
    }
    .study-in-australia-text112 {
        font-size: 2.5rem;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .study-in-australia-header-container {
        padding-top: var(--dl-space-space-unit);
        padding-bottom: var(--dl-space-space-unit);
    }
    .study-in-australia-text001 {
        width: 100%;
    }
    .study-in-australia-text002 {
        width: 100%;
    }
    .study-in-australia-container11 {
        display: none;
    }
    .study-in-australia-container03 {
        flex-direction: column;
    }
    .study-in-australia-container04 {
        width: 100%;
    }
    .study-in-australia-container10 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .study-in-australia-banner {
        padding-left: 32px;
        padding-right: 32px;
    }
    .study-in-australia-text001 {
        padding-left: var(--dl-space-space-unit);
        padding-right: var(--dl-space-space-unit);
    }
    .study-in-australia-text002 {
        padding-left: var(--dl-space-space-unit);
        padding-right: var(--dl-space-space-unit);
        font-size: 20px;
    }
    .study-in-australia-container03 {
        flex-direction: column;
    }
    .study-in-australia-container04 {
        width: 100%;
    }
    .study-in-australia-container05 {
        min-width: 100%;
    }
    .study-in-australia-container06 {
        width: 100%;
        min-width: 100%;
    }
    .study-in-australia-text007 {
        margin-left: var(--dl-space-space-unit);
    }
    .study-in-australia-container10 {
        width: 100%;
    }
    .study-in-australia-text112 {
        font-size: 2rem;
    }
    .study-in-australia-text {
        font-size: 35px;
    }
}
@media (max-width: 479px) {
    .study-in-australia-banner {
        padding-top: 48px;
        padding-left: var(--dl-space-space-unit);
        padding-right: var(--dl-space-space-unit);
        padding-bottom: 48px;
    }
    .study-in-australia-container03 {
        padding: var(--dl-space-space-doubleunit);
    }
    .study-in-australia-container11 {
        padding: var(--dl-space-space-fourunits);
    }
    .study-in-australia-text112 {
        font-size: 1.5rem;
    }
    .study-in-australia-container13 {
        align-items: center;
        flex-direction: row;
    }
}
