@font-face {
    font-family: 'Inter';
    src: url("../font/Inter.ttf") format('truetype');
}

@font-face {
    font-family: 'Raleway';
    src: url("../font/Raleway-VariableFont_wght.ttf") format('truetype');
}

@font-face {
    font-family: SansRegular;
    src: url("../font/sans-regular.otf");
}

:root {
    --color-primary: #1c349b;
    --color-secondary: #5080EF;
    --color-text: #001F6B;
    --bg-color: #E8EBF5;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.client-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-270 {
    transform: rotate(270deg);
}

a:hover {
    color: var(--color-secondary) !important;
}

body:not(.page-visit) a:hover svg {
    fill: var(--color-secondary) !important;
}

body:not(.page-visit) a:hover svg path {
    fill: var(--color-secondary);
}

body {
    background-color: #F1F1F4;
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.8s ease-in-out;
    background-color: #fff !important;
}

.sticky-wrapper.sticky {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}

.manager-list {
    margin-top: 86px;
}

.manager-list .item img {
    width: 100%;
    margin-bottom: 22px;
}

.manager-list .item h6 {
    color: var(--black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.manager-list .item span {
    color: #6C6C6C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

.company {
    margin-top: 57px;
}

.company .block-item {
    margin-top: 150px;
    padding: 10px 0 10px 100px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.company .block-item:first-child {
    margin-top: 0;
}

.company .block-item .block-title {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 39px;
}

.company .block-item .block-description {
    color: var(--body-text, #6C6C6C);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 135%;
    margin-bottom: 49px;
}

.company .block-item .video-block video {
    width: 100%;
}

.company .block-item .ourgoal {
    margin-top: 2.5rem;
}

.company .block-item .ourgoal h5 {
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.company .block-item .ourgoal .content {
    color: #6C6C6C;
    font-family: "Inter", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.company .block-item#block-2 .managers .header-avatar {
    width: 360px !important;
    height: 360px !important;
}

.company .block-item#block-2 .managers .bio-block {
    margin-left: 40px;
}



.link-btn {
    border-radius: 13px;
    padding: 6px 10px;

    font-family: Inter, serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #FF6449 !important;
    color: #FF6449 !important;
    background-color: transparent !important;
}

.link-btn svg {
    margin-right: 5px;
}

.link-btn:hover {
    background: #FF6449 !important;
    color: #FFF !important;
    border: 1px solid transparent !important;
}

.link-btn svg path {
    fill: #FF6449 !important;
}

.link-btn:hover svg path {
    fill: #FFF !important;
}

.company .block-item#block-2 .managers .bio-block .name {
    color: var(--black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.company .block-item#block-2 .managers .bio-block .position {
    color: #6C6C6C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 35px;
}

.company .block-item#block-2 .managers .bio-block .description {
    color: var(--body-text, #6C6C6C);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

.company .block-item#block-2 .managers .bio-block .description p:last-child {
    margin-bottom: 0;
}

.company .block-item#block-3 .document-list {
    margin-top: 31px;
}

.company .block-item#block-3 .document-list .document-item {
    margin-top: 20px;
    padding: 32px 18px 32px 34px;
    height: 127px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: start;
    transition: transform 0.2s;
}

.company .block-item#block-3 .document-list .document-item:hover {
    transform: translateY(-5px);
}

.company .block-item#block-3 .document-list .document-item .document-icon img {
    width: 45px;
    margin-right: 2rem;
}

.company .block-item#block-3 .document-list .document-item .document-title a {
    color: #6C6C6C;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll-margin {
    scroll-margin-top: 120px !important;
}

.page-service {
    margin-top: 57px;
}

.page-service .block-item {
    padding: 30px 0 10px 100px;
    margin-top: 120px;
    scroll-margin-top: 100px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.page-service .block-item:first-child {
    margin-top: 0;
    scroll-margin-top: 150px;
}

.page-service .block-item .block-title {
    color: #1C349B;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 22px;
}

.page-service .block-item .description {
    color: #6C6C6C;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 75%;
}

.page-service .block-item .service-swiper {
    margin-top: 34px;
}

.page-service .block-item .service-swiper img {
    width: 100%;
}

.page-service .block-item .service-swiper .swiper-button-next {
    width: 32px;
}

.page-service .block-item .service-swiper .swiper-button-next:after {
    content: "";
    background-image: url("/icons/Arrow - Right 2.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 60%;
    width: 32px !important;
    height: 32px !important;
    background-color: #fff;
}

.page-service .block-item .service-swiper .swiper-button-prev {
    width: 32px;
}

.page-service .block-item .service-swiper .swiper-button-prev:after {
    content: "";
    background-image: url("/icons/Arrow - Right 3.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 60%;
    width: 32px !important;
    height: 32px !important;
    background-color: #fff;
}

.page-service .block-item .sub-block {
    margin-top: 57px;
}

.page-service .block-item .sub-block .sub-block-title {
    color: #333;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.page-service .block-item .sub-block.rails .sub-block-content {
    margin-top: 5px;
}

.page-service .block-item .sub-block.rails .sub-block-content .content-item {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 24px;
    padding: 5px;
}

.page-service .block-item .sub-block.rails .sub-block-content .content-item img {
    margin-right: 10px;
}

.page-service .block-item .sub-block.rails .sub-block-content .content-item span {
    color: #6C6C6C;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: calc(3 * 1.5em);
    overflow: hidden;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.page-service .block-item .sub-block.offer .sub-block-content {
    margin-top: 30px;
}

.page-service .block-item .sub-block.offer .sub-block-content .content-item {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-top: 16px;
    max-width: 350px;
}

.page-service .block-item .sub-block.offer .sub-block-content .content-item img {
    margin-right: 30px;
    width: 14px;
    padding: 2px;
    border-radius: 60%;
    background-color: var(--color-secondary);
}

.page-service .block-item .sub-block.offer .sub-block-content .content-item span {
    color: #4E4E4E;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.page-service .block-item .sub-block.direction .sub-block-content {
    margin-top: 30px;
    border-radius: 10px;
    background: #FFF;
    width: 100%;
}

.page-service .block-item .sub-block.direction .trade-container {
    border-radius: 10px;
    background: #FFF;
    padding: 3rem 2rem;
    margin-top: 20px;
}

.page-service .block-item .sub-block.direction .trade-container .import h5,
.page-service .block-item .sub-block.direction .trade-container .export h5 {
    color: #333;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.page-service .block-item .sub-block.direction .trade-container .import ul li,
.page-service .block-item .sub-block.direction .trade-container .export ul li {
    color: #6C6C6C;
    font-family: "Inter", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.page-service .block-item .sub-block.direction .trade-container .import ul li:first-child,
.page-service .block-item .sub-block.direction .trade-container .export ul li:first-child {
    margin-top: 0;
}

.page-service .block-item .sub-block.direction .trade-container .import .current-country,
.page-service .block-item .sub-block.direction .trade-container .export .current-country {
    color: #6C6C6C;
    font-family: "Inter", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    position: relative;
}

.page-service .block-item .sub-block.direction .trade-container .import .current-country img,
.page-service .block-item .sub-block.direction .trade-container .export .current-country img {
    width: 20px;
    width: 14px;
    border: 1px solid gray;
}

.page-service .block-item .sub-block.direction .trade-container .import .dir-action,
.page-service .block-item .sub-block.direction .trade-container .export .dir-action {
    width: 2rem;
    margin-top: 0.25rem;
}

.page-service .block-item .sub-block.direction .trade-container .import {
    border-right: 1px solid #ADADAD;
}

.page-service .block-item .sub-block.indicator .sub-block-content {
    margin-top: 20px;
}


.page-service .block-item .sub-block.indicator .sub-block-content .item {
    border-radius: 10px;
    margin-bottom: 10px;
    background: #FFF;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s;
}

.page-service .block-item .sub-block.indicator .sub-block-content .item:hover {
    transform: translateY(-5px);
}

.page-service .block-item .sub-block.indicator .sub-block-content .item h5 {
    color: #5080EF;
    font-family: "Inter", serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.page-service .block-item .sub-block.indicator .sub-block-content .item p {
    color: #6C6C6C;
    font-family: "Inter", serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    line-height: 1.5em;
    height: calc(3 * 1.5em);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.page-service .block-item .sub-block.advantage .sub-block-content {
    margin-top: 30px;
}

.page-service .block-item .sub-block.advantage .sub-block-content .advantage-item {
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    transition: transform 0.2s;
}

.page-service .block-item .sub-block.advantage .sub-block-content .advantage-item:hover {
    transform: translateY(-5px);
}

.page-service .block-item .sub-block.advantage .sub-block-content .advantage-item img {
    height: 50px;
    display: block;
}

.page-service .block-item .sub-block.advantage .sub-block-content .advantage-item p {
    color: #6C6C6C;
    font-family: "Inter", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    line-height: 1.5em;
    height: calc(6 * 1.5em);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
}

.page-service .block-item .calc-tarif {
    margin-top: 2.5rem;
    border-radius: 4px;
    background: #5080EF;
    padding: 10px 1rem;
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: small-caps;
    cursor: pointer;
}

.page-service .block-item .calc-tarif svg {
    margin-right: 0.75rem;
    margin-bottom: 0.25rem;
}

.page-service .block-item .calc-tarif:hover {
    background: #476FCD;
    color: #fff !important;
}

.page-service .block-item .calc-tarif:hover svg {
    fill: #fff !important;
}

.page-service .block-item .calc-tarif:hover svg path {
    fill: #fff !important;
}

.assistant-btn {
    position: fixed;
    bottom: 10px;
    right: 5rem;
    z-index: 999;
}

.assistant-btn svg {
    width: 70px;
    height: 70px;
}

.assistant-btn .pulsing-svg circle:first-of-type {
    animation: opacity-pulse 1.5s infinite;
}

@keyframes pulse-animation {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(5);
    }
}

@keyframes opacity-pulse {
    0% {
        fill-opacity: 0.15;
    }

    50% {
        fill-opacity: 0.3;
    }

    100% {
        fill-opacity: 0;
    }
}

.banner-vw {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.banner-vw .container {
    height: auto;
}

.banner-vw .main {
    flex-grow: 1;
}

.search-box {
    position: relative;
    min-width: 20px;
    margin-left: 1.5rem;

}

.search-box .group {
    position: absolute;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-60%);
    display: flex;
    align-items: center;
    width: 0;
    background: #FFF;
    border-bottom: 2px solid var(--color-primary);
    z-index: 3;
    transition: width 0.5s, opacity 0.5s;
}

.search-box .group .input-search {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background: transparent;
}

.search-box .group .input-search::placeholder {
    color: #C0C0C0;
    font-family: 'Raleway';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.search-box.active .group {
    opacity: 1;
    width: 250px;
}

.search-box.active .group .cancel {
    cursor: pointer;
}

.search-box.closing .group {
    width: 0;
    opacity: 0;
}

.search-box .btn-search {
    position: absolute;
    right: 0;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.search-box .btn-search svg {
    margin-right: 8px;
}

a {
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
}

.media-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.media-wrapper img,
.media-wrapper video {
    display: block;
    width: 100%;
    height: auto;
}

.media-wrapper .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

.container-fluid {
    padding: 0;
}

.main .swiper {
    position: relative;
    height: 92vh;
}

.main .swiper .mask {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, #1F3478 18.75%, rgba(31, 52, 120, 0.7) 47.17%, rgba(31, 52, 120, 0) 69.13%);
}

.main .swiper .swiper-wrapper video,
.main .swiper .swiper-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.main .swiper .swiper-wrapper .swiper-slide .info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
}

.main .swiper .swiper-wrapper .swiper-slide .info .content .title {
    max-width: 50vw;
    color: #fff;
    font-family: Inter, SansRegular, serif;
    font-size: 70px;
    font-weight: 600;
    margin-left: 30px;
    line-height: 120%;
    margin-bottom: 0;
    position: relative;
}

.main .swiper .swiper-wrapper .swiper-slide .info .content .title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;
    width: 3px;
    background-color: #F60;
}

.main .swiper .swiper-wrapper .swiper-slide .info .content .description {
    margin: 49px 0 0 0;
    color: #fff;
    font-family: Inter, SansRegular, serif;
    font-size: 20px;
    max-width: 30vw;
    font-weight: 400;
    line-height: 120%;
}

.main .swiper .swiper-wrapper .swiper-slide .info .content .action-area {
    margin-top: 5rem;
}

.main .swiper .swiper-wrapper .swiper-slide .info .content .action-area .contact {
    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
    color: #202E5C;
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.main .swiper .swiper-wrapper .swiper-slide .info .content .action-area .contact svg {
    margin-left: 10px;
}

.main .swiper .swiper-wrapper .swiper-slide .info .content .action-area .contact.nbg {
    background: none;
    color: #fff;
}

.main .swiper .swiper-wrapper .swiper-slide .info .route-transportation {
    min-width: 380px;
    padding: 35px 33px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    color: #fff;
}

.main .swiper .swiper-wrapper .swiper-slide .info .route-transportation .title {
    font-family: Inter, SansRegular, serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}

.main .swiper .swiper-wrapper .swiper-slide .info .route-transportation .route {
    margin-top: 11px;
    font-family: Inter, SansRegular, serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
}

.main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul {
    margin-top: 33px;
    margin-bottom: 0;
}

.main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul li {
    padding: 9px 0;
    border-bottom: 1px solid #fff;
}

.main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul li:last-child {
    border-bottom: none;
}

.main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul li span {
    font-family: Inter, SansRegular, serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
}

.main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul li h5 {
    font-family: Inter, SansRegular, serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 120%;
}

.main .swiper .swiper-wrapper .swiper-slide .info .route-transportation .more {
    margin-top: 30px;
    gap: 7px;
    color: #fff;
    font-family: Inter, SansRegular, serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
}

.main .swiper .swiper-pagination {
    bottom: 40px;
    z-index: 3;
}

.main .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #c4c4c4;
    opacity: 1;
}

.main .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff5537;
}

#hwwork {
    margin-top: 120px;
}

#hwwork .title {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 45px;
}

#hwwork .content {
    display: flex;
    justify-content: space-between;
}

#hwwork .content .card {
    border: none;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 19%;
    text-align: left;
    padding: 0 1.5rem;
    transition: transform 0.2s;
}

#hwwork .content .card:hover {
    transform: translateY(-5px);
}

#hwwork .content .card .img-part {
    margin-top: 1.5rem;
    height: 75px;
    width: 75px;
}

#hwwork .content .card .img-part img {
    width: 100%;
}

#hwwork .content .card .card-title {
    color: #010101;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 1rem 0;
}

#hwwork .content .card .card-description {
    color: #666;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 5);
    min-height: calc(1.5em * 5);
}

.mobile-content .show-more {
    border-radius: 26px;
    border: 1px solid #5080EF;
    padding: 0.75rem;
    color: #5080EF;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.mobile-content #video-gallery .gallery-item {
    margin: 1rem 0;
    border-radius: 10px;
    background: #FFF;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.mobile-content #video-gallery .gallery-item video {
    width: 100%;
}

.mobile-content #video-gallery .gallery-item p {
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 0 1rem;
}

.mobile-content #photo-gallery .gallery-item {
    margin: 0.75rem 0;
}

.mobile-content #photo-gallery .gallery-item img {
    width: 100%;
}

.sub-navbar {
    margin-top: 54px;
}

.sub-navbar .nav {
    border-bottom: 1.5px solid #cbcbcb;
    gap: 65px;
    margin-bottom: 81px;
}

.sub-navbar .nav .nav-item .nav-link {
    color: #cbcbcb;
    font-family: Inter, SansRegular, serif;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 29px;
    border-radius: 0;
}

.sub-navbar .nav .nav-item .nav-link.active {
    position: relative;
    color: #000;
    background-color: transparent;
}

.sub-navbar .nav .nav-item .nav-link.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #000;
    left: 0;
    bottom: 0;
    transform: translateY(2px);
}

.service {
    margin-top: 96px;
}

.service .header .title {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.service .header .more {
    display: flex;
    width: 154px;
    height: 31px;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #E8EBF5;
}

.service .service-list {
    margin-top: 54px;
    margin-bottom: 42px;
}

.service .service-list .service-item {
    border: 2px solid transparent;
    flex-shrink: 0;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    margin: 15px 0;
}

.service .service-list .service-item div {
    height: 105px;
    padding: 0 2rem;
}

.service .service-list .service-item img {
    width: 100%;
    aspect-ratio: 398 / 197;
    object-fit: cover;
}

.service .service-list .service-item .title {
    color: #474747;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 85%;
}

.service .service-list .service-item svg {
    width: 43px !important;
    height: 43px !important;
}

.service .service-list .service-item.active {
    background: var(--color-secondary);
}

.service .service-list .service-item.active .title {
    color: #FFF;
}

.service .service-list .service-item.active svg rect {
    fill: white;
}

.service .service-list .service-item.active svg g {
    mask: none;
}

.service .service-list .service-item.active svg path {
    fill: white;
}

.service .service-list .service-item:hover {
    border: 2px solid var(--color-secondary);
}

.service .service-list .service-item:hover .title {
    color: var(--color-secondary);
}

.service .show-more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .show-more .btn {
    padding: 0 19px;
    color: #ff6449;
    font-family: Inter, SansRegular, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    z-index: 9;
    background-color: #fff;
    border: none;
}

.service .show-more .btn:active {
    border: none;
}

.service .show-more::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(10px);
    height: 1px;
    width: 100%;
    background-color: #d3d3d3;
    z-index: -1;
}

.video-area {
    margin-top: 120px;
}

.video-area .dc-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-area .dc-area h5 {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
}

.video-area .dc-area p {
    color: var(--body-text, #6C6C6C);
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.video-area .dc-area .cycle-part {
    margin-bottom: 2.5rem;
}

.video-area .dc-area .cycle-part span {
    color: var(--black, #000);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    margin: 1rem 0;
}

.video-area .dc-area .cycle-part span svg {
    margin-right: 1rem;
}

.video-area .dc-area a {
    border-radius: 4px;
    padding: 0.75rem 1rem;
    width: fit-content;
    background: #3051A1;
    color: var(--white, #FFF);
    text-align: center;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: normal;
}

.video-area .dc-area a:hover {
    background: #3051A1;
    color: var(--white, #FFF);
}

.video-area .about {
    position: relative;
}

.video-area .about video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-area .about .mask {
    position: absolute;
    inset: 0;
    background: rgba(14, 49, 120, 0.4);
    display: flex;
    padding: 47px 57px 20px 34px;
}

.video-area .about .mask img {
    height: 48px;
}

.video-area .about .mask p {
    color: #fff;
    font-family: Inter, SansRegular, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.video-area .about .play-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 99px;
    height: 99px;
    cursor: pointer;
}

.video-area .about .controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    gap: 16px;
}

.video-area .about .controls img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.video-area .about .controls .progress {
    width: 416px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
}

.video-area .about .controls .progress .progress-bar {
    background-color: #fff;
}

.video-area .about .controls .time {
    min-width: 95px;
    gap: 4px;
    color: #fff;
    font-family: Inter, SansRegular, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
}

.video-area .about.playing .mask {
    display: none !important;
}

.video-area .about.playing .play-pause {
    display: none !important;
}

.search-result .page-title {
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    margin: 5rem 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.search-result .page-title span {
    color: #1C349B;
    font-family: 'Inter', Arial, sans-serif;
    margin-left: 1rem;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.search-result .tab-pane {
    min-height: 50vh !important;
}

.search-result .tab-pane .not-found {
    height: 50vh;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-result .tab-pane .not-found h2 {
    color: #1C349B;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

#yearTabs.nav-tabs {
    margin-top: 81px;
}

#yearTabs.nav-tabs .nav-item .nav-link {
    color: #ABABAB;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent;
    position: relative;
}

#yearTabs.nav-tabs .nav-item .nav-link.active {
    color: #2C2C2C;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-bottom: 2.5px solid #000 !important;
    transition: none;
}

#yearTabs.nav-tabs .nav-item .nav-link .badge {
    width: 17px;
    height: 17px;
    padding: 0;
    top: 4px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background-color: red;
}

#yearTabs.nav-tabs .nav-item .nav-link:focus,
#yearTabs.nav-tabs .nav-item .nav-link:focus-visible,
#yearTabs.nav-tabs .nav-item .nav-link:focus-within,
#yearTabs.nav-tabs .nav-item .nav-link:hover {
    outline: none;
    box-shadow: none;
}

#yearTabsContent {
    margin-top: 42px;
}

.tariff .title {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 54px;
}

.tariff .short-description {
    color: #2C2C2C;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    max-width: 390px;
}

.tariff .full-description {
    color: var(--body-text, #6C6C6C);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 716px;
}

.tariff .notice {
    background: #FFF;
    border-radius: 7px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

.tariff .notice img {
    margin-right: 1.25rem;
    width: 30px;
    height: 30px;
}

.tariff .notice span {
    color: var(--body-text, #6C6C6C);
    font-family: "Inter", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.tariff .tariff-card {
    display: inline-flex;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    margin: 15px 0;
    justify-content: space-start;
    width: 100%;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.tariff .tariff-card:hover {
    transform: translateY(-5px);
}

.tariff .tariff-card img {
    width: 66.999px;
    height: 62.214px;
}

.tariff .tariff-card .card-title {
    color: var(--body-text, #6C6C6C);
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-left: 20px;
    max-width: 70%;
}

.route-page {
    margin-top: 66px;
}

.route-page .route-title {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 2rem;
}

.route-page .route-description {
    color: var(--body-text, #6C6C6C);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 80%;
}

.route-page .map {
    margin-top: 50px;
    margin-bottom: 133px;
}

.service-sidebar {
    top: 120px;
    position: -webkit-sticky !important;
    position: sticky !important;
}

.service-sidebar .sidebar-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0;
}

.service-sidebar .sidebar-item .title {
    color: #333;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 20px;
}

.service-sidebar .sidebar-item .line {
    background: #999;
    width: 100%;
    height: 1px;
}

.service-sidebar .sidebar-item .child-list li {
    min-height: 40px !important;
    max-width: 250px;
    padding: 9px 0 9px 0;
    position: relative;
}

.service-sidebar .sidebar-item .child-list a {
    color: #717171;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 250;
    line-height: 125%;
    display: flex;
}

.service-sidebar .sidebar-item .child-list a .placeholder {
    width: 20px !important;
    min-width: 20px !important;
    min-height: 100% !important;
    background: transparent;
}

.service-sidebar .sidebar-item .child-list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 3px;
    height: 40%;
    border-radius: 1.5px;
    background: rgba(80, 128, 239, 0.2);
}

.service-sidebar .sidebar-item .child-list a.active {
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.service-sidebar .sidebar-item .child-list a.active::before {
    background: #5080EF;
}

.client {
    margin-top: 3rem;
}

.client .title {
    color: #3051a1;
    font-family: Inter, SansRegular, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
}

.client .sub-title {
    margin-top: 11px;
    color: #4a4a4a;
    font-family: Inter, SansRegular, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.client .client-swiper {
    height: 70px;
}

.client .client-swiper .swiper-wrapper a img {
    max-height: 94px;
    max-width: 70%;
    object-fit: cover;
}

.map {
    margin-top: 68px;
    width: 100%;
    min-height: 90vh;
}

.map .title {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 1.25rem;
}

.map .sub-title {
    color: var(--body-text, #6C6C6C);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 3rem;
}

.map .map-box {
    position: relative;
}

.map .map-box #map-router {
    height: 80vh;
}

.map .map-box .address {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7.5px);
    padding: 20px;
    position: absolute;
    top: 2rem;
    right: 5rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    z-index: 77;
    min-width: 300px;
}

.map .map-box .address .intro-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map .map-box .address .intro-part img {
    max-width: 107px;
}

.map .map-box .address .intro-part h5 {
    color: #19377D;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 80%;
}

.map .map-box .address .city-part {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.map .map-box .address .city-part .city-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.map .map-box .address .city-part .city-item svg {
    width: 10px;
    height: auto;
}

.map .map-box .address .city-part .city-item span {
    color: #000;
    font-family: "Inter", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.map .map-box .address .city-part .city-item p {
    color: #000;
    font-family: "Inter", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.at-side-bar-rd {
    padding-left: 106px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

#article {
    margin-top: 108px;
}

#article .title {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 1rem;
}

#article .description {
    color: var(--body-text, #6C6C6C);
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 650px;
}

#article .more {
    display: flex;
    background: #E8EBF5;
    justify-content: center;
    padding: 7px 12px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #001F6B;
    font-feature-settings: 'salt' on, 'liga' off, 'clig' off;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

#article .more:hover img {
    filter: invert(57%) sepia(99%) saturate(4402%) hue-rotate(209deg) brightness(103%) contrast(87%);
}

#article .article-list {
    margin-top: 51px;
}

#article .article-list .art-card img {
    width: 100%;
    height: 234px;
    object-fit: cover;
    margin-bottom: 1rem;
}

#article .article-list .art-card .art-title {
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}


/* Article Tags Styling */
.article-tags {
    border-top: 1px solid #d8dce3;
    padding-top: 20px;
}

.article-tags .tags-title {
    font-size: 16px;
    font-weight: 500;
    color: #213A8F;
    margin-bottom: 15px;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    display: inline-block;
    padding: 6px 12px;
    background-color: #f8f9fa;
    border: 1px solid #d8dce3;
    border-radius: 5px;
    font-size: 14px;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tag-item:hover {
    background-color: #213A8F;
    color: #fff;
    border-color: #213A8F;
    text-decoration: none;
}

/* Dark theme support */
body[data-pc-theme="dark"] .article-tags {
    border-top-color: #495057;
}

body[data-pc-theme="dark"] .article-tags .tags-title {
    color: #fff;
}

body[data-pc-theme="dark"] .tag-item {
    background-color: #343a40;
    border-color: #495057;
    color: #adb5bd;
}

body[data-pc-theme="dark"] .tag-item:hover {
    background-color: #213A8F;
    color: #fff;
    border-color: #213A8F;
}

@media screen and (max-width: 577px) {
    .tags-container {
        gap: 6px;
    }
    
    .tag-item {
        padding: 5px 10px;
        font-size: 13px;
    }
}

.dropdown-lang button#lanDropDown {
    padding: 10px 13px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border: none;
}

.dropdown-lang button#lanDropDown:focus,
.dropdown-lang button#lanDropDown:focus-visible,
.dropdown-lang button#lanDropDown:focus-within {
    outline: none;
    box-shadow: none;
    background-color: #F1F1F4;
}

.dropdown-lang button#lanDropDown::after {
    content: none;
}

.dropdown-lang button#lanDropDown img {
    margin-left: 3px;
    filter: invert(10%) sepia(42%) saturate(6324%) hue-rotate(219deg) brightness(92%) contrast(107%);
}

.dropdown-lang .dropdown-menu {
    padding: 9px 13px;
    top: 150%;
    min-width: auto;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    border: none;
}

.dropdown-lang .dropdown-menu a {
    padding: 7px 0;
    color: #000;
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.dropdown-lang .dropdown-menu a img {
    display: none;
    margin-left: 0.5rem;
}

.dropdown-lang .dropdown-menu a.active {
    color: var(--color-secondary);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    background-color: transparent;
}

.dropdown-lang .dropdown-menu a.active img {
    display: inline;
    filter: invert(57%) sepia(99%) saturate(4402%) hue-rotate(209deg) brightness(103%) contrast(87%);
}

header.header .navbar .mobile-part {
    width: auto;
}

header.header .navbar-nav {
    max-width: 80%;
    display: flex;
}

header.header .navbar-nav .nav-item:not(:first-child) {
    margin-left: 15px;
}

header.header .navbar-nav .nav-item:not(:last-child) {
    margin-right: 15px;
}

header.header .action-group {
    display: flex;
    align-items: center;
}

header.header .action-group a,
header.header .action-group button {
    color: var(--color-text);
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    background-color: transparent;
    border: none;
}

header.header .action-group a svg,
header.header .action-group button svg {
    margin-right: 5px;
}

header.header.home-page-header {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 9999;
}

header.header .fullw-line {
    margin-top: 22px;
}

header.header .navbar .logo {
    max-width: 150px;
    margin-right: 90px;
}

header.header .navbar .navbar-nav {
    flex-direction: row;
}

header.header .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

header.header .navbar .navbar-nav .nav-item .nav-link.active {
    font-weight: 700;
    color: var(--color-secondary);
}

header.header .navbar .contact {
    padding: 10px;
    gap: 10px;
    background-color: #E8EBF5;
    color: var(--color-primary);
}

header.header .navbar .contact svg {
    margin-right: 10px;
}

header.header .navbar .contact.us {
    background-color: var(--color-primary) !important;
    color: #E8EBF5 !important;
    display: flex;
    align-items: center;
    margin-left: 20px;
    gap: .5rem;
}

header.header .navbar .contact.us {
    img {
        width: 12px;
        height: 12px;
    }
}

header.header .navbar .contact.us:hover {
    opacity: 0.8;
}

header.header:not(.home-page-header) {
    display: flex;
    flex-direction: column;
}

header.header:not(.home-page-header) .navbar {
    margin: 2.4vh 0;
    width: 100%;
}

.form-page {
    margin-top: 3rem;
}

.form-page .next-btn {
    display: flex;
    padding: 13px 2rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #5080EF;
    border: none;
    color: #FFF;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.form-page .contactus {
    border-radius: 20px;
    background: #FFF;
    padding: 86px 90px;
}

.form-page .contactus .block-title {
    color: #000;
    font-family: 'Inter';
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 2rem;
}

.form-page .contactus .block-description {
    color: #717171;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 512px;
    margin-bottom: 4rem;
}

.form-page .contactus .form-group:not(.hor-form) {
    margin-bottom: 2rem;
}

.form-page .contactus .form-group .form-control {
    padding: .55rem .75rem;
}

.form-page .contactus .form-group .form-label {
    display: inline-block;
    color: #33475B;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}

.form-page .contactus .form-group .form-label span {
    color: #F00;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.form-page .contactus .form-group input, .form-page .contactus .form-group select, .form-page .contactus .form-group textarea {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.form-page .contactus .form-group input::placeholder {
    color: #B0B0B0;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

.form-page .contactus .form-group textarea::placeholder {
    color: #B0B0B0;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.form-page .contactus .form-group input:focus {
    box-shadow: 0 0 0 1px var(--color-secondary);
}

.form-page .contactus .form-group input.form-check-input {
    border-radius: 5px;
    border: 1px solid #5080EF;
}

.form-page .contactus .form-group input.form-check-input:checked {
    background-image: url("/icons/check.svg");
    color: #fff;
}

.form-page .contactus .form-group.col-12 h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #33475B;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 1.5rem;
}

.form-page .contactus .form-group.col-12 h5 span {
    color: #B0B0B0;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-left: 10px;
}


.form-page .contactus .form-group.col-12 .attachment-icon {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px dashed #213A8F;
}

.form-page .contactus .form-group .check-block {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.form-page .contactus .form-group .check-block span {
    margin-left: 5px;
    color: #33475B;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.form-page .contactus .form-group .choices {
    margin-bottom: 0;
    min-width: 200px;
}

.form-page .contactus .form-group .choices .choices__inner {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.form-page .contactus .form-group .choices .choices__list .choices__item {
    color: #33475B;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    opacity: 1;
    padding-right: 10px !important;
}

.form-page .contactus .form-group .choices[data-type*=select-one] {
    position: relative;
}

.form-page .contactus .form-group .choices[data-type*=select-one]::after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 30%;
    border: none;
    background-image: url("/icons/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.form-page .contactus .form-group .choices[data-type*=select-one].is-open::after {
    transform: rotate(180deg);
}

.form-page .contactus .tabs .tab-content .tab-panel.active {
    display: block;
}

.form-page .vacancies {
    border-radius: 20px;
    background: #FFF;
    padding: 62px 90px;
    min-height: 700px;
}

.form-page .vacancies h1 {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 83px;
}

.form-page .vacancies .list-item {
    margin-bottom: 40px;
}

.form-page .vacancies .list-item [aria-expanded="true"] img {
    transform: rotate(45deg);
}

.form-page .vacancies .list-item img {
    padding: 10px;
    background-color: var(--color-secondary);
    border-radius: 60%;
    margin-right: 3rem;
    transition: transform 0.3s;
}

.form-page .vacancies .list-item .text {
    color: #717171;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 600px;
}

.form-page .vacancies .list-item .collapse {
    margin-top: 57px;
}

.form-page .vacancies .list-item .collapse .blank {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-page .vacancies .list-item .collapse .blank h2 {
    color: #000;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 2rem;
}

.form-page .vacancies .list-item .collapse .blank .file-upload h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #33475B;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 1.5rem;
}

.form-page .vacancies .list-item .collapse .blank .file-upload h5 span {
    color: #B0B0B0;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-left: 10px;
}

.form-page .vacancies .list-item .collapse .blank .file-upload .attachment-icon {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px dashed #213A8F;
    background-color: transparent;
    transition: all 0.4;
}

.form-page .vacancies .list-item .collapse .blank .next-btn {
    display: flex;
    padding: 13px 2rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #5080EF;
    border: none;
    color: #FFF;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.form-page .vacancies .list-item .collapse .requirments h2 {
    color: #000;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.form-page .vacancies .list-item .collapse .requirments .head-block {
    margin-top: 2.5rem;
    color: #000;
    font-family: "Inter", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.form-page .vacancies .list-item .collapse .requirments .head-block span {
    display: block;
    font-size: 16px;
    margin-top: 1.5rem;
}

.form-page .vacancies .list-item .collapse .requirments .body-block {
    margin-top: 2.5rem;
    color: #000;
    font-family: "Inter", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.form-page .vacancies .list-item .collapse .requirments .body-block ul {
    margin-left: 0.75rem;
}

.form-page .vacancies .list-item .collapse .requirments .body-block ul li {
    font-size: 14px;
    margin-top: 1.5rem;
    list-style: disc;
}

.form-page .faq {
    border-radius: 20px;
    background: #FFF;
    padding: 79px 33px;
    height: 100%;
}

.form-page .faq h2 {
    color: #000;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

#modal-content-wrapper {
    width: 100%;
}

#gallery-viewer {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
}

#gallery-viewer .modal-content {
    margin: auto;
    display: block;
    animation-duration: 0.6s;
}

#gallery-viewer .modal-content {
    width: 60%;
    animation-name: zoom;
}

@media (max-width: 700px) {
    #gallery-viewer .modal-content {
        width: 100%;
    }
}

#gallery-viewer .out {
    animation-name: zoom-out;
}

#gallery-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

#gallery-viewer .close img {
    padding: 7px;
    border-radius: 60%;
    border: 1px solid #fff;
}

#gallery-viewer .close img:hover {
    color: #bbb;
}

@keyframes zoom {
    from {
        transform: scale(0.4);
    }

    to {
        transform: scale(1);
    }
}

@keyframes zoom-out {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0);
    }
}

.video-gallery {
    padding-left: 106px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.video-gallery h2 {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 2rem;
}

.video-gallery .video-item {
    padding: 18px 15px;
}

.video-gallery .video-item .video-link {
    max-width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
}

.video-gallery .video-item .video-link .thumbnail,
.video-gallery .video-item .video-link video {
    display: block;
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.video-gallery .video-item .video-link .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.video-gallery .video-item .title {
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.video-gallery .video-item .play-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.pagination {
    margin-top: 57px !important;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagination ul {
    display: flex;
    align-items: center;
}

.pagination ul li.active span {
    display: inline-flex;
    height: 32px;
    width: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    background: #5080EF !important;
    color: #FFF !important;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: lowercase;
}

.pagination ul li a,
.pagination ul li span {
    color: #4E4E4E !important;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: lowercase;
    background: transparent;
    box-shadow: none !important;
    background-color: transparent !important;
    border: none;
}

.fullw-line {
    width: 100%;
    height: 1px;
    background: #D3D3D3;
}

.photo-gallery {
    padding-left: 106px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 88px;
}

.photo-gallery h1 {
    color: #000;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 2.5rem;
}

.photo-gallery .gallery-grid {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
}

.photo-gallery .gallery-grid .gallery-item {
    background-color: #f0f0f0;
}

.photo-gallery .gallery-grid .gallery-item img {
    height: 200px !important;
    object-fit: cover;
}

.photo-gallery .gallery-grid .gallery-item.wide {
    aspect-ratio: 583 / 204;
}

.photo-gallery .gallery-grid .gallery-item.long {
    aspect-ratio: 268 / 204;
}

.photo-gallery .gallery-grid .gallery-item.normal {
    aspect-ratio: 414 / 204;
}

footer.footer-cn {
    margin-top: 216px;
    padding-bottom: 144px;
}

.footer-cn p {
    margin: 0;
}

.footer-cn .link-container {
    gap: 86px;
}

.footer-cn .company {
    gap: 42px;
}

.footer-cn .company img {
    width: 227px;
    object-fit: cover;
}

.footer-cn .company p {
    max-width: 283px;
    color: #7e7e7e;
    font-family: PuHuiTi, SansRegular, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-cn .links .title {
    margin-bottom: 22px;
    color: #3051a1;
    font-family: PuHuiTi, SansRegular, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.footer-cn .links ul li a {
    color: #7e7e7e;
    font-family: PuHuiTi, SansRegular, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 195%;
}

.footer-cn .account {
    gap: 30px;
}

.footer-cn .account .official-account,
footer .account .wechat-account {
    gap: 12px;
    color: #000;
    font-family: PuHuiTi, SansRegular, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.footer-cn .account .wechat-account p {
    color: #2bc000;
}

.footer-cn .account img {
    width: 160px;
    height: 160px;
}

.footer-cn .copyright {
    margin-top: 73px;
}

.footer-cn .copyright div {
    gap: 14px;
}

.footer-cn .copyright img {
    width: 20px;
    height: 22px;
    object-fit: cover;
}

.footer-cn .copyright p {
    color: #b0b0b0;
    font-family: PuHuiTi, SansRegular, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.footer-cn .copyright a {
    color: inherit;
}

.footer-cn .copyright a:hover {
    color: #223395;
}

footer {
    margin-top: 138px;
    padding-bottom: 112px;
}

footer .banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: url('/images/bg.svg');
    background-size: cover;
    background-position: center;
    color: #FFF;
    overflow: hidden;
}

footer .banner .content {
    padding: 20px;
    flex: 1 1 100%;
}

footer .banner .content div {
    max-width: 660px;
}

footer .banner .content div h5 {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

footer .banner .content div h1 {
    color: #FFF;
    font-family: "Inter", serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 3rem;
}

footer .banner .content div a {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.85px;
    display: flex;
    align-items: center;
    justify-content: start;
}

footer .banner .content div a:hover {
    color: #E3EDFF !important;
    opacity: 0.7;
}

footer .banner .content div a:hover img {
    opacity: 0.7;
}

footer .banner .content div a img {
    margin-left: 1rem;
}

footer .banner .image-container {
    flex: 1 1 100%;
}

footer .banner .image-container img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    footer .banner {
        flex-wrap: nowrap;
    }

    footer .banner .content {
        flex: 1 1 50%;
        padding: 40px;
        text-align: left;
    }

    footer .banner .image-container {
        flex: 1 1 50%;
    }
}

footer .footer {
    margin-top: 85px;
}

footer p {
    margin: 0;
}

footer .link-container {
    gap: 100px;
}

footer .company {
    gap: 42px;
}

footer .company img {
    width: 227px;
}

footer .company p {
    max-width: 283px;
    color: #7e7e7e;
    font-family: Inter, SansRegular, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer .company .th-social {
    max-width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

footer .company .th-social a:not(:last-child) {
    margin-right: 30px;
}

footer .company .th-social img {
    width: 39px;
    height: 39px;
}

footer .links .title {
    margin-bottom: 22px;
    color: #3051a1;
    font-family: Inter, SansRegular, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

footer .links ul li a {
    color: #7e7e7e;
    font-family: Inter, SansRegular, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 195%;
}

footer .account {
    gap: 30px;
}

footer .account .official-account,
footer .account .wechat-account {
    gap: 12px;
    color: #000;
    font-family: Inter, SansRegular, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

footer .account .wechat-account p {
    color: #2bc000;
}

footer .account img {
    width: 160px;
    height: 160px;
}

footer .copyright {
    margin-top: 73px;
}

footer .copyright div {
    gap: 14px;
}

footer .copyright img {
    width: 20px;
    height: 22px;
    object-fit: cover;
}

footer .copyright p {
    color: #7C7C7C;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

footer .copyright a,
footer .copyright span {
    color: #7C7C7C;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

footer .copyright .place-holder {
    height: 0;
    width: 28%;
}

.b24-widget-button-wrapper {
    z-index: 500 !important;
}

.article-view {
    margin-top: 57px;
}

.article-view .rec-title {
    color: #000;
    font-family: 'Inter';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.article-view .article-title {
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

.article-view .publish-time {
    margin-bottom: 1.5rem;
}

.article-view .publish-time span {
    color: #C0C0C0;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    text-transform: lowercase;
}

.article-view .publish-time svg {
    margin-right: 0.05rem;
    margin-left: 1rem;
}

.article-view img {
    width: 100%;
}

.article-view .copyright {
    margin-top: 15px;
    color: #C0C0C0;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
}

.article-view .content {
    margin-top: 20px;
}

.article-view .content h3 {
    color: #4E4E4E;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.article-view .content p {
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.article-view .content blockquote {
    background: #F0F3F3;
    padding: 35px 40px;
    border-bottom: 8px solid #00BEE4;
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.article-view .news-list .news-item {
    border-bottom: none !important;
}

.article-view .news-list .news-item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.article-view .news-list .news-item .title {
    font-size: 18px !important;
}

.header-banner {
    background: url("../image/bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 3rem 0;
}

.header-banner .breadcumb-wrapper {
    background-color: var(--border-color);
    padding: 17.5px 0;
    overflow: hidden;
}

.header-banner .breadcumb-wrapper .breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.header-banner .breadcumb-wrapper .breadcumb-menu li {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
    position: relative;
}

.header-banner .breadcumb-wrapper .breadcumb-menu li svg {
    width: 7.5px;
    height: 13.333px;
    fill: var(--white, #FFF);
}

.header-banner .breadcumb-wrapper .breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--theme-color);
}

.header-banner .breadcumb-wrapper .breadcumb-menu li:last-child:after {
    display: none;
}

.header-banner .breadcumb-wrapper .breadcumb-menu li,
.header-banner .breadcumb-wrapper .breadcumb-menu a,
.header-banner .breadcumb-wrapper .breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-size: 16px;
    color: var(--title-color);
}

.header-banner .title {
    color: #FFF;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.article-part {
    padding-left: 106px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 88px;
}

.news {
    margin-top: 99px;
}

.news .block-title {
    color: #333;
    font-family: Inter, SansRegular, serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 130%;
}

.news .news-list {
    margin-top: 15px;
}

.news .news-list .news-item {
    padding: 30px 0;
    border-bottom: 1px solid #E2E2E2;
}

.news .news-list .news-item:last-child {
    border-bottom: none;
}

.news .news-list .news-item img {
    display: block;
    aspect-ratio: 16/9;
    margin-right: 2rem;
    width: 350px;
    object-fit: cover;
}

.news .news-list .news-item div {
    flex: 1;
}

.news .news-list .news-item .title {
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.news .news-list .news-item .description {
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 20px;
}

.news .news-list .news-item span {
    color: #C0C0C0;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    text-transform: lowercase;
}

.contact-us {
    margin-top: 10rem;
}

.contact-us .title {
    color: var(--black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Inter';
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.44px;
}

.contact-us .description {
    margin: 2rem 0;
    color: var(--body-text, #6C6C6C);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 520px;
}

.contact-us .info-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-us .info-block .info-part {
    margin: 14px 0;
    display: block;
}

.contact-us .info-block .info-part .info-title {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 0.75rem;
}

.contact-us .info-block .info-part .info-title svg {
    width: 20.893px;
    height: 20.5px;
    flex-shrink: 0;
    margin-right: 1rem;
}

.contact-us .info-block .info-part .info-title h5 {
    color: var(--body-text, #6C6C6C);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
}

.contact-us .info-block .info-part h3 {
    color: var(--black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.28px;
}

.contact-us .info-block .info-part h4 {
    color: var(--black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    max-width: 354px;
}

.contact-us .qar-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-us .qar-form .form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 100%;
}

.contact-us .qar-form .form__field {
    color: var(--black, #000);
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    border: none;
    border-bottom: 1px solid #7A7A7A;
    outline: 0;
    font-size: 1.3rem;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.contact-us .qar-form .form__field::placeholder {
    color: transparent;
}

.contact-us .qar-form .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 1.5px;
    border-image: linear-gradient(to right, var(--color-primary), var(--color-primary));
    border-image-slice: 1;
    border-bottom-color: var(--color-primary);
}

.contact-us .qar-form .form__field:focus ~ .form__label {
    color: var(--color-primary);
    font-weight: 700;
    top: -20px;
}

.contact-us .qar-form .form__field:required,
.contact-us .qar-form .form__field:invalid {
    box-shadow: none;
}

.contact-us .qar-form .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #6C6C6C;
}

.contact-us .qar-form .form__field:not(:placeholder-shown) ~ .form__label,
.contact-us .qar-form .form__field:focus ~ .form__label {
    font-size: 1rem;
    top: -20px;
    color: var(--color-primary);
}

.contact-us .qar-form .form__field:not(:focus) ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
}

.contact-us .qar-form .form__field:not(:focus) {
    border-bottom: 1px solid #7A7A7A;
}

.notification-block {
    padding-left: 106px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 88px;
}

.notification-block h1 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 40px */
    margin-bottom: 2rem;
}

.notification-block .notification-card {
    border-radius: 20px;
    background: #FFF;
    padding: 2.5rem;
}

.notification-block .notification-card img {
    aspect-ratio: 353/265;
    object-fit: cover;
    width: 100%;
}


.notification-block .at-more {
    border-radius: 10px;
    background: #5080EF;
    display: flex;
    width: 160px;
    height: 31px;
    padding: 12px 134px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 10px */
}

.notification-block .at-more:hover {
    background: #5080EF;
    color: #FFF !important;
    opacity: 0.8;
}

.not-block-title {
    color: #000;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.not-block-content p {
    color: #383838;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    height: calc(7 * 1.5em);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.aboutus .title {
    margin: 100px 0 76px 0;
}

.aboutus .full-description img {
    width: 50% !important;
    height: auto;
}

.aboutus .full-description img.even {
    margin: 0 0 0 70px;
}

.aboutus .full-description img.odd {
    margin: 0 70px 0 0;
}

.aboutus .full-description p {
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 993px) {
    .pagination {
        margin-top: 60px;
    }

    .page-service {
        margin-top: 2rem;
    }

    .page-service .block-item {
        padding: 0;
        margin-top: 4rem;
        scroll-margin-top: 70px;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }

    .page-service .block-item:first-child {
        margin-top: 0;
        scroll-margin-top: 100px;
    }

    .page-service .block-item .block-title {
        font-size: 24px;
        margin-bottom: 2rem;
    }

    .page-service .block-item .description {
        font-size: 14px;
        max-width: 100%;
    }

    .page-service .block-item .service-swiper {
        margin-top: 1.5rem;
    }

    .notification-block {
        padding-left: 0;
    }

    .notification-block .at-more {
        width: 100%;
    }

    .page-service .block-item .sub-block {
        margin-top: 1.5rem;
    }

    .page-service .block-item .sub-block .sub-block-title {
        font-size: 20px;
    }

    .page-service .block-item .sub-block.rails .sub-block-content {
        margin-top: 5px;
    }

    .page-service .block-item .sub-block.rails .sub-block-content .content-item {
        margin-top: 1.5rem;
    }

    .page-service .block-item .sub-block.rails .sub-block-content .content-item img {
        margin-right: .75rem;
    }

    .page-service .block-item .sub-block.rails .sub-block-content .content-item span {
        font-size: 13px;
    }

    .page-service .block-item .sub-block.offer .sub-block-content {
        margin-top: 1.5rem;
    }

    .page-service .block-item .sub-block.offer .sub-block-content .content-item {
        margin-top: 16px;
        max-width: auto !important;
    }

    .page-service .block-item .sub-block.offer .sub-block-content .content-item img {
        margin-right: 30px;
        width: 14px;
    }

    .page-service .block-item .sub-block.offer .sub-block-content .content-item span {
        font-size: 13px;
    }

    .page-service .block-item .sub-block.direction .sub-block-content {
        margin-top: 1.25rem;
    }

    .page-service .block-item .sub-block.direction .trade-container {
        padding: 1.5rem 1rem;
        margin-top: 0.75rem;
    }

    .page-service .block-item .sub-block.direction .trade-container .import h5,
    .page-service .block-item .sub-block.direction .trade-container .export h5 {
        font-size: 18px;
    }

    .page-service .block-item .sub-block.direction .trade-container .import ul li,
    .page-service .block-item .sub-block.direction .trade-container .export ul li {
        font-size: 13px;
    }

    .page-service .block-item .sub-block.direction .trade-container .import ul li:first-child,
    .page-service .block-item .sub-block.direction .trade-container .export ul li:first-child {
        margin-top: 0;
    }

    .page-service .block-item .sub-block.direction .trade-container .import .current-country,
    .page-service .block-item .sub-block.direction .trade-container .export .current-country {
        font-size: 13px;
    }

    .page-service .block-item .sub-block.direction .trade-container .import .dir-action,
    .page-service .block-item .sub-block.direction .trade-container .export .dir-action {
        width: 2rem;
        margin-top: 0.25rem;
    }

    .page-service .block-item .sub-block.direction .trade-container .import {
        margin-bottom: 2rem;
        border-right: none;
    }

    .page-service .block-item .sub-block.indicator .sub-block-content {
        margin-top: 1rem;
    }

    .page-service .block-item .sub-block.indicator .sub-block-content .item {
        padding: 0.5rem;
    }

    .page-service .block-item .sub-block.indicator .sub-block-content .item h5 {
        font-size: 20px;
    }

    .page-service .block-item .sub-block.indicator .sub-block-content .item p {
        font-size: 11px;
        line-height: 1.5em;
        height: calc(2 * 1.5em);
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .page-service .block-item .sub-block.advantage .sub-block-content {
        margin-top: 1rem;
    }

    .page-service .block-item .sub-block.advantage .sub-block-content .advantage-item {
        gap: 1rem;
        padding: 1rem;
        margin: 10px 0;
        flex-direction: row;
        justify-content: center;
    }

    .page-service .block-item .sub-block.advantage .sub-block-content .advantage-item img {
        height: auto;
        width: 50px !important;
        display: block;
    }

    .page-service .block-item .sub-block.advantage .sub-block-content .advantage-item p {
        line-height: 1.5em;
        height: calc(2 * 1.5em);
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .page-service .block-item .calc-tarif {
        margin-top: 3.5rem;
        border-radius: 4px;
        background: #5080EF;
        padding: 10px 1rem;
        color: #FFF;
        text-align: center;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-variant: small-caps;
        cursor: pointer;
    }

    .page-service .block-item .calc-tarif svg {
        margin-right: 0.75rem;
        margin-bottom: 0.25rem;
    }

    .page-service .block-item .calc-tarif:hover {
        background: #476FCD;
        color: #fff !important;
    }

    .page-service .block-item .calc-tarif:hover svg {
        fill: #fff !important;
    }

    .page-service .block-item .calc-tarif:hover svg path {
        fill: #fff !important;
    }

    .navbar-mobile .dropdown-toggle {
        display: block;
        width: 20px;
        height: 16px;
        position: relative;
        box-shadow: none !important;
    }

    .navbar-mobile .dropdown-toggle::after {
        color: transparent;
    }

    .navbar-mobile .dropdown-toggle .line {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        transition-duration: 0.4s;
        transition-property: transform, -webkit-transform;
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .navbar-mobile .dropdown-toggle .line::before,
    .navbar-mobile .dropdown-toggle .line::after {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        border-radius: 1px;
        top: 7px;
        transition: opacity 0.15s 0.4s ease;
        background-color: #fff;
        border: none;
    }

    .at-side-bar-rd {
        padding-left: calc(var(--bs-gutter-x) * .5);
        border-left: none;
    }
    .navbar-mobile .dropdown-toggle .line::after {
        top: 14px;
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .navbar-mobile .dropdown-toggle.show .line {
        transform: translate3d(0, 8px, 0) rotate(135deg);
    }

    .navbar-mobile .dropdown-toggle.show .line::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .navbar-mobile .dropdown-toggle.show .line::after {
        transform: translate3d(0, -14px, 0) rotate(-270deg);
    }

    .navbar-mobile .dropdown-menu-end[data-bs-popper] {
        right: 0;
        top: 20px;
    }

    .navbar-mobile .dropdown-menu-end[data-bs-popper] a {
        font-size: 15px;
    }

    .main .swiper {
        position: relative;
    }

    .main .swiper .swiper-wrapper video,
    .main .swiper .swiper-wrapper img {
        height: 48vh;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info {
        top: 30%;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .content {
        max-width: 280px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .content .title {
        font-size: 40px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .content .description {
        margin-top: 35px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .content .contact {
        margin-top: 28px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation {
        min-width: 320px;
        padding: 25px 23px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation .route {
        font-size: 22px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul {
        margin-top: 20px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul li {
        padding: 7px 0;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation .more {
        margin-top: 20px;
    }

    .sub-navbar {
        margin-top: 81px;
    }

    .service .header .title {
        max-width: 400px;
        font-size: 30px;
    }

    .service .service-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .history {
        margin-top: 55px;
    }

    .history .title {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .history .description {
        column-gap: 33px;
        margin-bottom: 60px;
    }

    .history .history-content {
        padding: 20px 30px;
        gap: 40px;
    }

    .about .controls {
        width: 100%;
        padding: 0 36px;
    }

    .about .controls .progress {
        flex: 1;
    }

    .client .title {
        font-size: 30px;
    }

    .business-scope .title {
        font-size: 30px;
    }

    .business-scope .sub-title {
        font-size: 24px;
    }

    .article {
        margin-top: 70px;
    }

    .article .header .title {
        font-size: 30px;
    }

    .article .article-list {
        margin-top: 40px;
        grid-template-columns: repeat(2, 1fr);
    }

    .article .article-list li:nth-child(n + 2) .title {
        max-width: 100%;
    }

    .search-result {
        min-height: 100vh;
    }

    .search-result .page-title {
        color: #000;
        font-family: 'Inter', Arial, sans-serif;
        margin: 1rem 0;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .search-result .page-title span {
        color: #1C349B;
        font-family: 'Inter', Arial, sans-serif;
        margin-left: 0.5rem;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .search-result .nav-tabs {
        margin-top: 1rem !important;
    }

    .search-result .tab-pane {
        height: max-content;
        overflow-y: scroll;
    }

    .search-result .tab-pane .not-found {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-result .tab-pane .not-found h2 {
        color: #1C349B;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    header.header:not(.home-page-header) .navbar-mobile .dropdown-toggle .line {
        background-color: #000;
    }

    header.header:not(.home-page-header) .navbar-mobile .dropdown-toggle .line::before,
    header.header:not(.home-page-header) .navbar-mobile .dropdown-toggle .line::after {
        background-color: #000;
    }

    footer.footer {
        margin-top: 100px;
        padding-bottom: 50px;
    }

    footer.footer .link-container {
        gap: 46px;
    }

    footer.footer .account img {
        width: 120px;
        height: 120px;
    }

    .aboutus .full-description img {
        width: 100% !important;
        height: auto;
        float: none !important;
    }

    .aboutus .full-description img.even {
        margin: 70px 0 0 0;
    }

    .aboutus .full-description img.odd {
        margin: 0 0 70px 0;
    }

    .aboutus .full-description p {
        padding: 0 !important;
    }

    footer.footer-cn {
        padding-bottom: 20px;
        margin-top: 76px;
    }

    footer.footer-cn .company {
        gap: 15px;
    }

    footer.footer-cn .company p {
        max-width: 100%;
        font-size: 15px;
    }

    footer.footer-cn .link-container {
        margin-top: 34px;
    }

    footer.footer-cn .link-container .links {
        flex: 1;
    }

    footer.footer-cn .link-container .links .title {
        margin-bottom: 14px;
        font-size: 16px;
    }

    footer.footer-cn .link-container .links ul {
        margin: 0;
    }

    footer.footer-cn .link-container .links ul li a {
        font-size: 14px;
    }

    footer.footer-cn .account {
        margin-top: 30px;
    }

    footer.footer-cn .account div {
        flex: 1;
    }

    footer.footer-cn .account div p {
        font-size: 14px;
    }

    footer.footer-cn .copyright {
        gap: 8px;
    }

    footer.footer-cn .copyright p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .page-service .block-item .sub-block.rails .sub-block-content .content-item span {
        font-size: 13px;
    }
}

.status-modal {
    padding: 44px;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.status-modal img {
    width: 120px;
    margin-bottom: 1.5rem;
}

.status-modal h5 {
    color: #33475B;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 1rem;
}

.status-modal p {
    color: #959595;
    text-align: center;
    font-family: "Inter", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    margin-bottom: 1.5rem;
    max-width: 60%;
}

.status-modal .close {
    border-radius: 5px;
    background: #5080EF;
    padding: 13px 24px;
    color: #FFF;
    font-family: "Inter", serif;
    font-size: 14px;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    text-align: center;
    font-weight: 500;
    line-height: 100%;
}

.status-modal .close:hover {
    opacity: 0.8;
    color: #fff !important;
}

.status-modal .close.error {
    border: 1px solid #33475B;
    background-color: transparent;
    color: #33475B;
    font-family: "Inter", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.3s ease-in-out;
}

.status-modal .close.error:hover {
    background-color: #33475B;
    color: #fff;
}

.nav-modal.modal .custom-modal-content {
    position: absolute;
    bottom: 0;
    height: max-content;
    width: 100%;
    border-radius: 15px 15px 0 0;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
}

.nav-modal.modal .custom-modal-content .modal-body {
    padding: 20px;
    padding-top: 15px;
}

.nav-modal.modal .custom-modal-content .modal-body .line {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.nav-modal.modal .custom-modal-content .modal-body .line div {
    width: 88px;
    height: 4px;
    border-radius: 3.5px;
    background: #D9D9D9;
}

.nav-modal.modal .custom-modal-content .modal-body .search-box {
    margin-left: 0;
    width: 100%;
}

.nav-modal.modal .custom-modal-content .modal-body .search-box .group {
    width: 100%;
}

.nav-modal.modal .custom-modal-content .modal-body .navbar-nav {
    padding-top: 4rem;
    margin-bottom: 1rem;
}

.nav-modal.modal .custom-modal-content .modal-body .navbar-nav .nav-item {
    border-bottom: 0.5px solid rgba(80, 80, 80, 0.2);
}

.nav-modal.modal .custom-modal-content .modal-body .navbar-nav .nav-item:last-child {
    border-bottom: none;
}

.nav-modal.modal .custom-modal-content .modal-body .navbar-nav .nav-item .nav-link {
    padding: 18.5px 0;
    display: flex;
    justify-content: space-between;
}

.nav-modal.modal .custom-modal-content .modal-body .navbar-nav .nav-item .nav-link.active {
    color: var(--color-secondary);
    font-weight: 500;
}

.nav-modal.modal .custom-modal-content .modal-body .nav-address {
    color: #7C7C7C;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.nav-modal.modal .custom-modal-content .modal-body .th-social {
    margin-top: 2.5rem;
}

.nav-modal.modal .custom-modal-content .modal-body .th-social a {
    margin-right: 1.25rem;
}

.nav-modal.modal.show .custom-modal-content {
    transform: translateY(10%);
}

.contact-page {
    padding-top: 2rem;
}

.contact-page .contact-card {
    margin: 1rem 0;
    border-radius: 10px;
    background: #FFF;
    padding: 1.5rem;
    height: auto;
    transition: transform 0.2s;
}

.contact-page .contact-card:hover {
    transform: translateY(-5px);
}

.contact-page .contact-card .card-title {
    color: #1E2D55;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Inter", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    padding-left: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 1.5rem;
    line-height: 1.5em;
    height: calc(2 * 1.5em);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.contact-page .contact-card .card-title::after {
    content: '';
    height: 16px;
    width: 16px;
    background: #5080EF;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}

.contact-page .contact-card .contact-info p {
    color: #9E9E9E;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Inter", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 2rem;
    margin-bottom: 10px;
}

.contact-page .contact-card .contact-info a, .contact-page .contact-card .contact-info span {
    color: #333;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Inter", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.contact-page .contact-card .contact-info span {
    line-height: 1.5em;
    height: calc(4 * 1.5em);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.in-ex-country li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.in-ex-country li img {
    width: 20px;
    width: 14px;
    border: 1px solid gray;
}

@media screen and (max-width: 998px) {
    .pagination {
        margin-top: 40px;
    }

    header.header .navbar .mobile-part {
        width: 100%;
    }

    .article-view {
        margin-top: 26px;
    }

    .article-view .rec-title {
        color: #000;
        font-family: 'Inter';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        margin-top: 1rem;
    }

    .article-view .article-title {
        color: #000;
        font-family: 'Inter';
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    .article-view img {
        width: 100%;
    }

    .article-view .copyright {
        color: #C0C0C0;
        font-family: 'Inter';
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 10px;
        margin-top: 9px;
    }

    .article-view .content {
        margin-top: 20px;
    }

    .article-view .content h3,
    .article-view .content strong {
        color: #000;
        font-family: 'Inter';
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }

    .article-view .content p {
        color: #000;
        font-family: 'Inter';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .article-view .content blockquote {
        background: #F0F3F3;
        padding: 15px 20px;
        border-bottom: 8px solid #00BEE4;
        color: #000;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }

    .article-view .news-list .news-item {
        border-bottom: none !important;
    }

    .article-view .news-list .news-item img {
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }

    .article-view .news-list .news-item .title {
        font-size: 14px !important;
    }

    .route-page {
        margin-top: 30px;
    }

    .route-page .route-title {
        color: #000;
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 0.75rem;
    }

    .route-page .route-description {
        color: #6C6C6C;
        font-family: "Inter", serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        max-width: 100%;
    }

    .route-page .map {
        margin-top: 24px;
        margin-bottom: 2rem;
    }

    .tariff .title {
        color: #000;
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 0.75rem;
    }

    .tariff .short-description {
        color: #6C6C6C;
        font-family: "Inter", serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        max-width: 100%;
    }

    .tariff .full-description {
        color: #6C6C6C;
        font-family: "Inter", serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        max-width: 100%;
    }

    .tariff .notice {
        border-radius: 7px;
        background: #FFF;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .tariff .notice img {
        margin-right: 1.25rem;
        width: 30px;
        height: 30px;
    }

    .tariff .notice span {
        color: var(--body-text, #6C6C6C);
        font-family: "Inter", serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .tariff #yearTabs.nav-tabs {
        margin-top: 30px;
    }

    .tariff #yearTabsContent {
        margin-top: 0;
    }

    .tariff #yearTabsContent .tariff-card {
        display: inline-flex;
        width: 100%;
        padding: 20px 25px;
        margin: 4px 0;
        justify-content: space-start;
        align-items: center;
        flex-shrink: 0;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .tariff #yearTabsContent .tariff-card img {
        width: 30px;
        height: auto;
    }

    .tariff #yearTabsContent .tariff-card .card-title {
        color: var(--body-text, #6C6C6C);
        font-family: 'Inter', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-left: 28px;
    }

    .b24-widget-button-position-bottom-right {
        right: 25px;
        bottom: 25px;
    }

    .service-sidebar {
        position: static !important;
    }

    .navbar .navbar-toggler {
        border-color: transparent !important;
    }

    .navbar .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar .navbar-nav {
        flex-direction: column !important;
        padding-top: 1rem;
        --bs-navbar-toggler-border-color: #fff;
    }

    .navbar .navbar-nav .nav-item {
        margin-left: 15px !important;
    }

    .navbar img.logo {
        margin-right: 0 !important;
    }

    .header-banner {
        padding: 1.5rem 0;
    }

    .header-banner .title {
        color: #FFF;
        font-family: 'Raleway';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .main .swiper .mask {
        background: linear-gradient(0deg, #1F3478 18.75%, rgba(31, 52, 120, 0.7) 47.17%, rgba(31, 52, 120, 0) 69.13%);
    }

    .main .swiper .swiper-wrapper .swiper-slide video,
    .main .swiper .swiper-wrapper .swiper-slide img {
        height: 90vh;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info {
        top: 70%;
        padding: 0 24px;
        gap: 56px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .content {
        max-width: 100%;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .content .title {
        color: #FFF;
        font-family: 'Raleway';
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .content .description {
        margin-top: 16px;
        max-width: 90vw;
        color: #FFF;
        font-family: 'Raleway';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .content .action-area {
        margin-top: 2rem;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .content .action-area .contact {
        margin-top: 33px;
        color: #202E5C;
        font-family: 'Raleway';
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation {
        padding: 17px 40px 17px 18px;
        max-width: 295px;
        border-radius: 10px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation .title {
        font-size: 8px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation .route {
        font-size: 15px;
        margin-top: 8px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul {
        margin-top: 17px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul li {
        border-bottom: none;
        padding: 5px 0;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul li span,
    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation ul li h5 {
        font-size: 10px;
        margin: 0;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation .more span {
        font-size: 8px;
    }

    .main .swiper .swiper-wrapper .swiper-slide .info .route-transportation .more svg {
        width: 7px;
        height: 6px;
    }

    .main .swiper .swiper-pagination {
        bottom: 16px;
    }

    .main .navbar {
        margin: 20px auto;
        padding: 0 16px;
    }

    .main .navbar .logo {
        width: 145px;
    }

    .sub-navbar {
        margin-top: 40px;
    }

    .sub-navbar .nav {
        gap: 30px;
        margin-bottom: 40px;
    }

    .sub-navbar .nav .nav-item .nav-link {
        font-size: 18px;
        padding: 0 0 16px;
    }

    .service {
        margin-top: 3rem;
    }

    .service .header .title {
        color: #000;
        font-family: 'Raleway';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .service .header .more {
        font-size: 16px;
        gap: 8px;
    }

    .service .header .more img {
        height: 13px;
    }

    .service .service-list {
        margin-top: 1rem;
    }

    .service .service-list .service-item {
        margin: 5px 0;
    }

    .service .service-list .service-item div {
        height: 75px;
    }

    .service .service-list .service-item .title {
        color: #474747;
        font-family: 'Inter';
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    .service .service-list .service-item svg {
        width: 33px;
        height: 33px;
    }

    .news {
        margin-top: 10px;
    }

    .news .block-title {
        display: none;
    }

    .news .block-item {
        padding: 0;
    }

    .news .news-list {
        margin-top: 15px;
    }

    .news .news-list .news-item {
        padding: 7px 0;
        border-bottom: none;
    }

    .news .news-list .news-item img {
        display: block;
        aspect-ratio: 16/9;
        object-fit: cover;
        width: 100%;
        margin-right: 0;
    }

    .news .news-list .news-item .title {
        color: #000;
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news .news-list .news-item .description {
        color: #000;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: 20px;
    }

    .news .news-list .news-item span {
        color: #C0C0C0;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 10px;
        text-transform: lowercase;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: inherit;
    }

    .nav-tabs {
        margin-bottom: 29px;
        border-bottom: none !important;
        display: inline-flex !important;
        width: max-content !important;
    }

    .nav-tabs .nav-item {
        flex-shrink: 0 !important;
        margin-right: 5px;
    }

    .nav-tabs .nav-item .nav-link {
        color: #717171;
        font-family: 'Inter';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        border: none !important;
        border-radius: 0 !important;
        background-color: transparent;
        padding: 10px 15px;
    }

    .nav-tabs .nav-item .nav-link:focus,
    .nav-tabs .nav-item .nav-link:focus-visible,
    .nav-tabs .nav-item .nav-link:focus-within,
    .nav-tabs .nav-item .nav-link:hover {
        outline: none;
        box-shadow: none;
    }

    .nav-tabs .nav-item .nav-link.active {
        color: #000;
        font-family: 'Inter';
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        border-bottom: 1.5px solid #5080EF !important;
        transition: none;
    }

    .nav-tabs .tab-pane {
        color: var(--body-text, #6C6C6C);
        font-family: 'Inter', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        margin-top: 65px;
    }

    .scrollable-tab-container {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .scrollable-tab-container::-webkit-scrollbar {
        display: none;
    }

    .scrollable-tab-container .nav-tabs {
        display: inline-flex;
        width: max-content;
    }

    .block-item {
        padding: 0 !important;
        border-left: none !important;
    }

    .about {
        height: 260px;
    }

    .about .mask {
        padding: 20px;
    }

    .about .mask img {
        height: 30px;
    }

    .about .play-pause {
        height: 60px;
        width: 60px;
    }

    .about .controls {
        padding: 0 30px;
        gap: 12px;
    }

    .company {
        margin-top: 30px;
    }

    .company .block-title {
        color: #000;
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .company .description {
        color: #6C6C6C;
        font-family: "Inter", serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }

    .company .sub-title {
        color: #000;
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .company video {
        width: 100%;
    }

    .company .ourgoal {
        margin-top: 1.5rem;
    }

    .company .ourgoal h5 {
        font-size: 16px;
    }

    .company .ourgoal .content {
        font-size: 14px;
    }

    .company .manager .head .avatar-block {
        position: relative;
    }

    .company .manager .head .avatar-block img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .company .manager .head .avatar-block .mask {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(199deg, rgba(0, 0, 0, 0) 45.1%, #000 84.17%);
    }

    .company .manager .head .avatar-block .bio-block {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 90;
        width: 100%;
        padding: 1rem;
        padding-top: 3rem;
    }

    .company .manager .head .avatar-block .bio-block .name {
        color: #FFF;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .company .manager .head .avatar-block .bio-block .position {
        color: #FFF;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Inter", serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .company .manager .manager-list .item {
        margin-bottom: 2rem;
    }

    .company .manager .manager-list .item img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        margin-bottom: 0.75rem;
    }

    .company .manager .manager-list .item h6 {
        color: var(--black, #000);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Inter", serif;
        font-size: 16px;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        text-transform: capitalize;
    }

    .company .manager .manager-list .item span {
        color: #6C6C6C;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Inter", serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
    }

    .company .document-list .document-item {
        margin-top: 10px;
        padding: 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .company .document-list .document-item .document-icon img {
        width: 35px;
        margin-right: 1rem;
    }

    .company .document-list .document-item .document-title a {
        color: var(--body-text, #6C6C6C);
        font-family: "Inter", serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .form-page {
        margin-top: 1rem;
    }

    .form-page .next-btn {
        width: 100%;
        display: flex;
        padding: 13px 2rem;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
        background: #5080EF;
        border: none;
        color: #FFF;
        font-family: "Inter", serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }

    .form-page .contactus {
        border-radius: 10px;
        background: #FFF;
        padding: 30px;
    }

    .form-page .contactus .block-title {
        color: #000;
        font-family: Raleway;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .form-page .contactus .block-description {
        color: #6C6C6C;
        font-family: "Inter", serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 1.5rem;
    }


    .form-page .contactus .form-group {
        margin-bottom: 1rem;
    }

    .form-page .contactus .form-group .form-label {
        display: inline-block;
        color: #33475B;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .form-page .contactus .form-group .form-label span {
        color: #F00;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .form-page .contactus .form-group input {
        border-radius: 5px;
        border: 1px solid #D9D9D9;
        background: #FFF;
    }

    .form-page .contactus .form-group input::placeholder {
        color: #B0B0B0;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
    }

    .form-page .contactus .form-group input:focus {
        box-shadow: 0 0 0 1px var(--color-secondary);
    }

    .form-page .contactus .form-group input.form-check-input {
        border-radius: 5px;
        border: 1px solid #5080EF;
    }

    .form-page .contactus .form-group input.form-check-input:checked {
        background-image: url("/icons/check.svg");
        color: #fff;
    }

    .form-page .contactus .form-group.col-12 h5 {
        display: flex;
        justify-content: start;
        align-items: center;
        color: #33475B;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 1.5rem;
    }

    .form-page .contactus .form-group.col-12 h5 span {
        color: #B0B0B0;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        margin-left: 10px;
    }

    .form-page .contactus .form-group.col-12 .attachment-icon {
        display: flex;
        width: 50px;
        height: 50px;
        padding: 13px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px dashed #213A8F;
    }

    .form-page .contactus .form-group.col-12 .file-upload-name {
        color: #33475B;
        font-family: "Inter", serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        margin-left: 1rem;
    }

    .form-page .contactus .form-group .check-block {
        display: inline-flex;
        align-items: center;
        justify-content: start;
    }

    .form-page .contactus .form-group .check-block span {
        margin-left: 5px;
        color: #33475B;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .form-page .contactus .form-group .choices {
        margin-bottom: 0;
        min-width: 200px;
    }

    .form-page .contactus .form-group .choices .choices__inner {
        border-radius: 5px;
        border: 1px solid #D9D9D9;
        background: #FFF;
    }

    .form-page .contactus .form-group .choices .choices__list .choices__item {
        color: #B0B0B0;
        font-family: "Inter", serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        padding-right: 10px !important;
    }

    .form-page .contactus .form-group .choices .choices__list .choices__item.is-selected {
        color: #000;
        font-family: "Inter", serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        position: relative;
        background-color: transparent;
    }

    .form-page .contactus .form-group .choices .choices__list .choices__item.is-selected::after {
        content: "";
        height: 20px;
        width: 20px;
        position: absolute;
        right: 25px;
        top: 30%;
        border: none;
        background-image: url("/icons/check.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(0deg);
        transition: transform 0.3s ease-in-out;
    }

    .form-page .contactus .form-group .choices[data-type*=select-one] {
        position: relative;
    }

    .form-page .contactus .form-group .choices[data-type*=select-one]::after {
        content: "";
        height: 20px;
        width: 20px;
        position: absolute;
        right: 25px;
        top: 30%;
        border: none;
        background-image: url("/icons/chevron-down.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(0deg);
        transition: transform 0.3s ease-in-out;
    }

    .form-page .contactus .form-group .choices[data-type*=select-one].is-open::after {
        transform: rotate(180deg);
    }


    .form-page .vacancies {
        border-radius: 20px;
        background: #FFF;
        padding: 12px 30px;
        min-height: 500px;
    }

    .form-page .vacancies h1 {
        color: #000;
        font-family: 'Inter';
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        margin-bottom: 1.5rem;
    }

    .form-page .vacancies .list-item {
        margin-bottom: 20px;
    }

    .form-page .vacancies .list-item [aria-expanded="true"] img {
        transform: rotate(45deg);
    }

    .form-page .vacancies .list-item img {
        padding: 10px;
        background-color: var(--color-secondary);
        border-radius: 60%;
        margin-right: 1.5rem;
        transition: transform 0.3s;
    }

    .form-page .vacancies .list-item .text {
        color: #717171;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        max-width: 600px;
    }

    .form-page .vacancies .list-item .collapse {
        margin-top: 1.5rem;
    }

    .form-page .vacancies .list-item .collapse .blank {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .form-page .vacancies .list-item .collapse .blank h2 {
        color: #000;
        font-family: 'Inter';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 1rem;
    }

    .form-page .vacancies .list-item .collapse .blank .file-upload h5 {
        display: flex;
        justify-content: start;
        align-items: center;
        color: #33475B;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 1rem;
    }

    .form-page .vacancies .list-item .collapse .blank .file-upload h5 span {
        color: #B0B0B0;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        margin-left: 10px;
    }

    .form-page .vacancies .list-item .collapse .blank .file-upload .attachment-icon {
        display: flex;
        width: 30px;
        height: 30px;
        padding: 13px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px dashed #213A8F;
        background-color: transparent;
        transition: all 0.4;
    }

    .form-page .vacancies .list-item .collapse .blank .next-btn {
        display: flex;
        padding: 13px 2rem;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        background: #5080EF;
        border: none;
        color: #FFF;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .form-page .vacancies .list-item .collapse .requirments h2 {
        color: #000;
        font-family: 'Inter';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    .form-page .vacancies .list-item .collapse .requirments .head-block {
        margin-top: 1.5rem;
        color: #000;
        font-family: "Inter", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    .form-page .vacancies .list-item .collapse .requirments .head-block span {
        display: block;
        font-size: 14px;
        margin-top: 1.5rem;
    }

    .form-page .vacancies .list-item .collapse .requirments .body-block {
        margin-top: 1.5rem;
        color: #000;
        font-family: "Inter", serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    .form-page .vacancies .list-item .collapse .requirments .body-block ul {
        margin-left: 0.75rem;
    }

    .form-page .vacancies .list-item .collapse .requirments .body-block ul li {
        font-size: 14px;
        margin-top: .75rem;
        list-style: disc;
    }

    .form-page .faq {
        border-radius: 20px;
        background: #FFF;
        padding: 1.5rem 1rem;
        height: 100%;
    }

    .form-page .faq h2 {
        color: #000;
        font-family: 'Inter';
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

    .client {
        margin-top: 0;
    }

    .client title {
        font-size: 26px;
    }

    .client .sub-title {
        font-size: 18px;
    }

    .business-scope {
        margin-top: 50px;
    }

    .business-scope .title {
        font-size: 26px;
    }

    .business-scope .sub-title {
        font-size: 18px;
    }

    .business-scope .map .title {
        top: 12px;
        right: 12px;
    }

    .business-scope .map .title li a {
        padding: 10px 2px;
        font-size: 14px;
    }

    .map .title {
        color: #000;
        font-family: 'Raleway';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .map .tabs img {
        height: 90vh;
        object-fit: cover;
    }

    .map .tabs .nav {
        top: 35px;
        right: 20px;
    }

    .map .tabs .nav li:last-child a {
        padding: 10px 20px;
    }

    .map .tabs .nav li:first-child a {
        padding: 10px 20px;
    }

    .map .tabs .nav li a.active {
        padding: 10px 20px;
    }


    .article .header .title {
        font-size: 26px;
        max-width: 65%;
    }

    .article .header .more {
        font-size: 16px;
        gap: 8px;
    }

    .article .header .more img {
        height: 13px;
    }

    .article .article-list {
        margin-top: 28px;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }

    .article .article-list li {
        grid-column: span 1 !important;
    }

    .article .article-list li a .title {
        max-width: 100%;
        font-size: 18px;
    }

    .article .article-list li .more {
        gap: 8px;
    }

    .video-area {
        margin-top: 2rem;
    }

    .video-area .dc-area h5 {
        color: #000;
        font-family: 'Raleway';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 0.75rem;
    }

    .video-area .dc-area p {
        color: #6C6C6C;
        font-family: 'Raleway';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .video-area .dc-area .cycle-part span {
        color: var(--body-text, #6C6C6C);
        font-family: 'Raleway';
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }

    .video-area .dc-area .cycle-part svg {
        width: 20px;
        height: 20px;
    }

    #hwwork .title {
        color: #000;
        font-family: 'Raleway';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    #hwwork .content {
        display: block;
    }

    #hwwork .content .card {
        max-width: 100%;
        flex-direction: row;
        margin: 0.25rem 0;
        transition: transform 0.2s;
    }

    #hwwork .content .card:hover {
        transform: translateY(-5px);
    }

    #hwwork .content .card .img-part {
        display: flex;
        align-items: center;
        margin: auto;
        margin-right: 1rem;
        margin-left: 0;
    }

    #hwwork .content .card .content-part {
        float: left;
        max-width: 60%;
    }

    #hwwork .content .card .content-part h2 {
        margin: 0.75rem 0;
    }

    footer {
        padding-bottom: 1rem;
    }

    footer .copyright {
        margin-top: 2rem;
    }

    footer .banner {
        margin: 0 1rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-image: url('/images/bg.svg');
        background-size: cover;
        background-position: center;
        color: #FFF;
        border-radius: 16px;
        overflow: hidden;
    }

    footer .banner .content {
        padding: 20px;
        flex: 1 1 100%;
    }

    footer .banner .content div h5 {
        color: rgba(255, 255, 255, 0.8);
        font-family: 'Inter';
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 2rem;
    }

    footer .banner .content div h1 {
        color: #FFF;
        font-family: "Inter", serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        margin-top: 0.5rem;
        line-height: 120%;
        margin-bottom: 1.5rem;
    }

    footer .banner .content div a {
        color: rgba(255, 255, 255, 0.8);
        font-family: 'Inter', Arial, sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.85px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer .banner .content div a:hover {
        color: #E3EDFF !important;
        opacity: 0.7;
    }

    footer .banner .content div a:hover img {
        opacity: 0.7;
    }

    footer .banner .content div a img {
        width: 40px;
        margin-left: 1rem;
    }

    footer .banner .image-container {
        flex: 1 1 100%;
    }

    footer .banner .image-container img {
        width: 100%;
        height: auto;
    }

    footer .footer {
        padding-bottom: 20px;
        margin-top: 76px;
    }

    footer .footer .company {
        gap: 15px;
    }

    footer .footer .company p {
        max-width: 100%;
        font-size: 15px;
    }

    footer .footer .company .th-social {
        padding: 0 2rem;
        justify-content: center;
    }

    footer .footer .link-container {
        padding: 0 2rem;
    }

    footer .footer .link-container .links {
        flex: 1;
        margin-bottom: 2rem;
    }

    footer .footer .link-container .links .title {
        color: #1A1A1A;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 10px;
    }

    footer .footer .link-container .links ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    footer .footer .link-container .links ul li {
        width: 50%;
        box-sizing: border-box;
    }

    footer .footer .link-container .links ul li a {
        color: #1A1A1A;
        font-family: 'Inter';
        font-size: 12px;
        margin-top: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    footer .footer .link-container .links ul li:nth-child(even) {
        padding-left: 1rem;
    }

    footer .footer .account {
        margin-top: 30px;
    }

    footer .footer .account div {
        flex: 1;
    }

    footer .footer .account div p {
        font-size: 14px;
    }

    footer .footer .copyright {
        gap: 8px;
    }

    footer .footer .copyright p {
        font-size: 14px;
    }

    #article {
        margin-top: 3rem;
        overflow: hidden;
    }

    #article .title {
        color: #000;
        font-family: 'Raleway';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    #article .description {
        color: #666;
        font-family: 'Inter';
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%;
    }

    #article .swiper {
        padding-bottom: 3rem;
    }

    #article .swiper .swiper-pagination {
        top: 90%;
    }

    #article .article-list {
        margin-top: 0.75rem;
    }

    #article .article-list .art-card {
        border-radius: 10px;
        background: #FFF;
        overflow: hidden;
    }

    #article .article-list .art-card img {
        aspect-ratio: 16/9;
    }

    #article .article-list .art-card .art-title {
        color: #000;
        font-family: 'Inter', serif;
        padding: 3px 1rem;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: calc(1.5em * 3);
        min-height: calc(1.5em * 3);
    }

    #article .show-more.mobile {
        border-radius: 26px;
        border: 1px solid #666;
        width: 100%;
        padding: 0.75rem 0;
        color: #666;
        font-family: "Inter", serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        text-align: center;
        line-height: 120%;
    }
}

@media screen and (max-width: 998px) and (min-width: 768px) {
    footer .banner {
        flex-wrap: nowrap;
    }

    footer .banner .content {
        flex: 1 1 50%;
        padding: 40px;
        text-align: left;
    }

    footer .banner .content h1 {
        font-size: 32px;
    }

    footer .banner .image-container {
        flex: 1 1 50%;
    }
}

/* Contract View Styles */
.contract-view-page {
    padding: 40px 0;
    background-color: #F1F1F4;
}

.contract-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 40px 30px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.contract-header:hover {
    transform: translateY(-5px);
}

.contract-title {
    color: var(--color-primary);
    margin-bottom: 20px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.contract-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.contract-date {
    color: #6C6C6C;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contract-status {
    padding: 8px 16px;
    border-radius: 20px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.status-signed {
    background-color: #d4edda;
    color: #155724;
}

.status-pending {
    background-color: #fff3cd;
    color: #856404;
}

.status-failed, .status-canceled {
    background-color: #f8d7da;
    color: #721c24;
}

.contract-info-card {
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.contract-info-card:hover {
    transform: translateY(-5px);
}

.contract-info-card .section-title {
    color: var(--color-primary);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #E8EBF5;
}

.contract-info-card .info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #F1F1F4;
}

.contract-info-card .info-item:last-child {
    border-bottom: none;
}

.contract-info-card .info-item label {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #6C6C6C;
    margin-bottom: 0;
}

.contract-info-card .info-item span {
    color: #000;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: right;
    max-width: 60%;
}

.contract-document {
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.contract-document:hover {
    transform: translateY(-5px);
}

.contract-document .section-title {
    color: var(--color-primary);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}

.document-viewer {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #E8EBF5;
    background: #F1F1F4;
}

.document-actions .btn {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #FFF;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.2s ease;
}

.document-actions .btn:hover {
    background-color: #476FCD;
    border-color: #476FCD;
    color: #FFF;
    transform: translateY(-2px);
}

.contract-qr {
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.contract-qr:hover {
    transform: translateY(-5px);
}

.contract-qr .section-title {
    color: var(--color-primary);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}

.qr-code-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.qr-code-img {
    max-width: 200px;
    height: auto;
    border: 2px solid #E8EBF5;
    border-radius: 15px;
    padding: 20px;
    background: #F1F1F4;
    transition: transform 0.2s;
}

.qr-code-img:hover {
    transform: scale(1.05);
}

.qr-description {
    color: #6C6C6C;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    max-width: 350px;
}

@media screen and (max-width: 998px) {
    .contract-view-page {
        padding: 20px 0;
    }
    
    .contract-header,
    .contract-info-card,
    .contract-document,
    .contract-qr {
        margin: 0 15px 20px 15px;
        padding: 25px;
    }
    
    .contract-title {
        font-size: 28px;
    }
    
    .contract-meta {
        flex-direction: column;
        gap: 15px;
    }
    
    .contract-info-card .section-title,
    .contract-document .section-title,
    .contract-qr .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .contract-info-card .info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px 0;
    }
    
    .contract-info-card .info-item span {
        text-align: left;
        max-width: 100%;
        font-weight: 500;
    }
    
    .qr-code-img {
        max-width: 150px;
        padding: 15px;
    }
    
    .document-actions .btn {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 577px) {
    .contract-header,
    .contract-info-card,
    .contract-document,
    .contract-qr {
        margin: 0 10px 15px 10px;
        padding: 20px;
    }
    
    .contract-title {
        font-size: 24px;
        line-height: 120%;
    }
    
    .contract-info-card .section-title,
    .contract-document .section-title,
    .contract-qr .section-title {
        font-size: 18px;
    }
    
    .contract-info-card .info-item label,
    .contract-info-card .info-item span {
        font-size: 14px;
    }
    
    .qr-code-img {
        max-width: 120px;
    }
    
    .qr-description {
        font-size: 14px;
    }
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}


.form-page.contract .contactus .hor-form {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #E4E4E4;
    padding: 20px;
}

.form-page.contract .contactus .hor-form:last-child {
    border-bottom: none;
}

.form-page.contract .contactus .hor-form input {
    width: 49%;
}

.form-page.contract .contactus .hor-form label {
    width: 49%;
    color: #33475B;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.contract-deteil-modal {
    padding: 3rem;
    border: none;
    border-radius: 20px;
}


.contract-deteil-modal #pdf-viewer {
    background: #fff;
    border-radius: 24px 0 0 24px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    padding: 32px;
    height: 70vh;
    overflow-y: auto;
}

.contract-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}
.contract-btn:hover {
    opacity: 0.8;
}

.contract-btn:hover svg path{
    stroke: #5080EF;
    fill: none !important;
}

.contract-deteil-modal .pdf-content {
    background: #fff;
    border-radius: 24px 0 0 24px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    padding: 32px;
    height: 100%;
}

.contract-deteil-modal iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}

.contract-deteil-modal .modal-body {
    width: 100%;
}

.contract-deteil-modal .card {
    border-radius: 10px;
    background: #F5F5F7;
    border: none;
    box-shadow: none;
    padding: 24px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.contract-deteil-modal .card p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: contents;
}

.contract-deteil-modal .card strong {
    margin-top: 1rem;
    color: #33475B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.contract-deteil-modal .modal-title {
    color: #000;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.card.p-3 p:nth-child(2),
.contract-deteil-modal .card.p-3 p:nth-child(4) {
    font-weight: 700;
    font-size: 1.2rem;
    color: #222;
}

.contract-deteil-modal .form-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contract-deteil-modal .form-check-input {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 2px solid #bfc9d9;
    margin-top: 2px;
}

.contract-deteil-modal .form-check-label {
    color: #33475B;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.contract-deteil-modal .btn-primary {
    background: #2563eb;
    border-radius: 12px;
    border: none;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 8px;
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 15px */
}

.contract-deteil-modal .btn-outline-danger {
    border-radius: 12px;
    border: 1px solid #FF0000;
    padding: 12px 0;
    width: 100%;
    color: #FF7171;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.contract-deteil-modal .btn-outline-danger:hover {
    color: #FFF;
    background-color: #FF0000;
}

.contract-deteil-modal .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: transparent;
    border: none;
    margin-top: 16px;
}

@media (min-width: 768px) {
    .contract-deteil-modal .modal-body .row {
        display: flex;
        flex-wrap: nowrap;
    }

    .contract-deteil-modal .col-md-6, .col-md-12 {
        flex: 1 1 0;
        max-width: 50%;
    }

    .contract-deteil-modal .col-md-12 {
        max-width: 50%;
        margin-left: 32px;
    }

    .contract-deteil-modal .modal-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.form-page.contract .faq-accordion {
    --bs-accordion-btn-bg: #ffffff;
    --bs-accordion-active-bg: #ffffff;
    --bs-accordion-active-color: var(--color-primary);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.form-page.contract .faq-accordion .accordion-item {
    border: none;
    margin-bottom: 0.5rem;
    background: transparent;
}

.form-page.contract .faq-accordion .accordion-button {
    padding: 1rem;
    font-weight: 500;
    border: none;
    background: transparent;
}

.form-page.contract .faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
}

.form-page.contract .faq-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.form-page.contract .faq-accordion .accordion-body {
    padding: 0.5rem 1rem 1rem 2rem;
    background: transparent;
    color: #6c757d;
    line-height: 1.6;
    border: none;
}

.form-page.contract .faq h2 {
    color: #212529;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.form-page.contract .faq-accordion .accordion-button::after {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.form-control.is-invalid {
    border-color: #dc2626 !important;
    padding-right: calc(1.5em + 1.6rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc2626'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc2626' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.4rem) center !important;
    background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem) !important;
}

.notification-view.article-view .article-title {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 44px */
    max-width: 70%;
    margin-bottom: 2rem;
}

.notification-view.article-view .content {
    margin-top: 2rem;
}

.notification-view.article-view .recomendation {
    margin-top: 4rem;
}

.notification-view.article-view .recomendation h2 {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 30px */
    margin-bottom: 2rem;
}

.notification-view.article-view .recomendation ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 4rem;
    list-style: auto;
    margin-left: 1rem;
}

.notification-view.article-view .recomendation ul li {
    color: #383838;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    margin-bottom: 1rem;
}

.notification-view.article-view .content p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}