@font-face {
    font-family: 'Mulish';
    src: url('/fonts/Mulish-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'Mulish', sans-serif;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
}

* {
    font-family: Mulish;
    scroll-margin-top: 50px;
}

.flex {
    display: flex;
}

.jcc {
    justify-content: center;
}

.jcs {
    justify-content: space-between;
}

.jca {
    justify-content: space-around;
}

.jce {
    justify-content: space-evenly;
}

.aic {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}

.logo {
    width: 277px;
    height: 94px;
    gap: 0px;
    background-image: url(../images/navlogo.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.links {
    position: relative;
    width: 869.89px;
    height: 70px;
    gap: 30px;
    justify-content: end;
}

.link {
    text-align: center;
    list-style: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #002E5A;
}

.link>a {
    text-align: center;
    list-style: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #002E5A;
    text-decoration: none;
    transition: color 0.3s linear;

    &:hover {
        color: #00C2DE;
    }
}

.slider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    gap: 0px;
}

.slider-img {
    display: none;
    width: 100%;
}

.active {
    display: block;
}

.dots {
    position: absolute;
    height: 20px;
    bottom: 0px;
    padding: 3px 0px 5px 0px;
    gap: 2px;
    width: 100%;
}

.dot {
    width: 10px;
    height: 10px;
    top: 4px;
    left: 563.05px;
    gap: 0px;
    border-radius: 10px;
    border: 1px 0px 0px 0px;
    background: transparent;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

.dot-active {
    width: 12px;
    height: 12px;
    top: 3px;
    left: 546.16px;
    gap: 0px;
    border-radius: 10px;
    border: 1px 0px 0px 0px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.arrow {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    gap: 0px;
    opacity: 0.5px;
    z-index: 10;
    user-select: none;

    &:hover {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        cursor: pointer;
    }
}

.left {
    left: 0px;
}

.right {
    right: 0px;
    transform: rotateY(180deg);
}

.arrow-img {
    width: 30.02px;
    height: 36px;
    top: 286.5px;
    left: 134px;
    padding: 3.18px 7.88px 5.25px 3.4px;
    gap: 0px;
    opacity: 50%;
}

.opening {
    display: none;
}

.main {
    width: 100%;
    height: auto;
}

.payments {
    gap: 26px;
    height: auto;
    padding-block: 70px;
}

.payments-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 35.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #37C2D8;
}

.payments-bottom {
    width: auto;
    height: auto;
    gap: 40px;
    padding-inline: 20px;
}

.payments-card {
    max-width: 522px;
    min-width: 320px;
    gap: 0px;
    box-shadow: 0px 2px 12px 6px #58647312;
    border-radius: 0px 0px 8px 8px;
    position: relative;
}

.payments-card-top {
    border-radius: 8px 8px 0px 0px;
    gap: 0px;
    background: #03295A;
    overflow: hidden;
}

.triangle-red {
    position: absolute;
    width: 33.56px;
    height: 40px;
    top: -20px;
    left: 107.97px;
    gap: 0px;
    z-index: 50;
}

.triangle-blue {
    position: absolute;
    width: 62.75px;
    height: 76px;
    top: -15px;
    left: 355.28px;
    gap: 0px;
    z-index: 50;
}

.payments-card-img {
    height: 221px;
}


.payments-card-bottom {
    width: auto;
    height: auto;
    padding: 20px 16px 20px 16px;
    gap: 20px;
    border-radius: 0px 0px 4px 4px;
    background: #FFFFFF;
}

.payments-card-bottom-content {
    height: auto;
    gap: 12px;
}

.payments-card-bottom-title {
    width: 100%;
    height: auto;
    gap: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #002855;

    &>span {
        color: #05B4C7;
    }
}

.payments-card-bottom-text {
    width: 100%;
    height: 163px;
    gap: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #666F85;
}

.payments-card-bottom-content-link {
    height: 24px;
    gap: 10px;
}

.payments-card-bottom-content-link-text {
    width: 66px;
    height: 22px;
    gap: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #049EAD;
    text-decoration: none;
}

.campaigns {
    width: auto;
    height: auto;
    gap: 56px;
    background: white;
    padding-block: 95px;
    padding-inline: 20px;
}

.campaigns-title {
    width: 100%;
    height: 27.5px;
    gap: 0px;
    font-size: 25px;
    font-weight: 500;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #37C2D8;
}

.campaigns-cards {
    max-width: 1979px;
    min-width: 320px;
    height: auto;
    gap: 60px;
}

.campaigns-card {
    max-width: 808px;
    min-width: 320px;
    gap: 0px;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 6px #58647312;
}

.campaigns-card-img-cover {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 220px;
    gap: 0px;
    background: #DEE3ED99;
}

.campaigns-card-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 100%;
    gap: 0px;
    object-fit: cover;
}

.campaigns-card-content {
    width: auto;
    height: auto;
    gap: 10px;
    border-radius: 8px;
    border: 1px 0px 0px 0px;
    background: #FFFFFF;
    border: 1px solid #DEE3ED;
    padding: 32px;
}

.campaigns-card-content-texts {
    width: 100%;
    height: auto;
    gap: 32px;
}

.campaigns-card-content-texts-top {
    gap: 12px;
}

.campaigns-card-content-texts-title {
    gap: 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #002855;
}

.campaigns-card-content-texts-text {
    gap: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #666F85;
}

.campaigns-card-content-texts-link {
    height: 24px;
    gap: 10px;
}

.campaigns-card-content-texts-link-text {
    height: 22px;
    gap: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #049EAD;
    text-decoration: none;
}

.representatives,
.partners {
    width: 100%;
    height: auto;
    padding-block: 72px;
    gap: 56px;
    background: #EBF6FA;
}

.representatives-title,
.partners-title,
.reports-title,
.directors-inside-title {
    width: auto;
    height: 27.5px;
    gap: 0px;
    font-size: 25px;
    font-weight: 500;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #37C2D8;
}

.representatives-cards,
.partners-cards {
    min-width: 320px;
    width: 100%;
    height: auto;
    gap: 0px;
    transition: transform 0.3s ease;
}

.representatives-card {
    width: 235px;
    height: 157.7px;
    gap: 0px;
    border: 1px 0px 0px 0px;
    border: 1px solid #DEDEDE
}

.partners-card {
    max-width: 442px;
    min-width: 320px;
    height: 222px;
    background-color: transparent;
    transition: background-color .2s linear;
}

.representatives-cards {
    gap: 100px;
}

.representatives-card {
    border: 1px solid #DEDEDE;
}

.representatives-card-img {
    width: 209px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.partners-card-img {
    width: 236px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.representatives-link-cover {
    width: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002855;
}

.representatives-link {
    color: #05B4C7;
    text-decoration: none;
}

.partners {
    background: #FFFFFF;
}

.partners-inside {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.partners-arrow {
    width: 96px;
    height: 222px;
    gap: 0px;
    background-image: url(../images/partners/partnersarrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 1%;
    z-index: 50;
    background-color: white;
}

.radio-buttons {
    width: 24px;
    aspect-ratio: 1;
}

.about {
    width: 100%;
    height: auto;
    padding-block: 35px;
    gap: 80px;
    background: #EBF6FA;
    scroll-margin: 100px;
}

.about-inside {
    max-width: 1170px;
    min-width: 320px;
    gap: 0px;
    text-align: center;
    height: auto;
}

.about-title {
    width: 160.3px;
    height: 27.5px;
    gap: 0px;
    font-size: 25px;
    font-weight: 500;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #37C2D8;
    height: auto;
}

.about-text {
    height: auto;
    min-height: 70px;
    font-size: 15.4px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #032F59;
}

.about-text>span {
    font-size: 15.4px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #032F59;
}

.about-inside>.about-text:nth-child(2) {
    max-width: 913px;
    height: 44px;
    gap: 0px;
}

.about-inside>.about-text:nth-child(3) {
    max-width: 777px;
    height: 44px;
    gap: 0px;
}

.about-inside>.about-text:nth-child(4) {
    max-width: 881.46px;
    height: 22px;
    gap: 0px;
}

.about-inside>.about-text:nth-child(6) {
    max-width: 661px;
    height: 72px;
    gap: 0px;
    font-size: 12.6px;
}

.about-inside-images {
    width: 100%;
}

.about-bottom-text {
    width: fit-content;
    height: 185px;
    text-align: center;
    color: #032F59;
    font-size: 15.4px;
    font-weight: 700;
    line-height: 22px;
}

.table {
    width: 100%;
    height: auto;
    height: 184px;
    border-collapse: collapse;
    gap: 0px;
}

.table * {
    text-align: start;
    font-family: Helvetica Neue;
    height: auto;
}

.table-title {
    border: none;
    height: 20px;
    top: 8px;
    left: 8px;
    gap: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #032F59;
}

.table td,
th {
    border-top: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #032F59;
    padding: 8px;
}

.directors {
    width: 100%;
    height: auto;
    gap: 0px;
    background: #FFFFFF;
}

.directors-inside {
    width: 100%;
    gap: 80px;
    background: #FFFFFF;
    padding-block: 100px;
}

/*.directors-inside-title {
    width: 275px;
    height: 34px;
    gap: 0px;
    font-size: 26px;
    font-weight: 800;
    line-height: 34px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002855;
}*/

.directors-inside-top,
.directors-inside-bottom {
    width: auto;
    height: auto;
    gap: 100px;
}

.directors-card-img {
    width: 156px !important;
    height: 156px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: 0% 30%;
}

.directors-card-content {
    gap: 20px;
}

.directors-card-content-top {
    width: auto;
    gap: 12px;
}

.directors-card-content-top-title {
    height: 22px;
    gap: 0px;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.directors-card-content-top-bottom {
    height: 32px;
    gap: 8px;
}

.directors-card-content-top-bottom-title {
    height: 22px;
    gap: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.directors-card-content-top-bottom-rect {
    width: auto;
    height: 2px;
    gap: 0px;
    border-radius: 8px;
    background: #CBEAEF;
}

.directors-card-content-bottom {
    gap: 10px;
    color: #049EAD;
}

.directors-card-content-link {
    gap: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #049EAD;
    text-decoration: none;
    cursor: pointer;
}

.contact {
    width: 100%;
    height: auto;
    gap: 29.5px;
}

.contact-title {
    width: 154.38px;
    height: 27.5px;
    top: 104px;
    left: 888.47px;
    gap: 0px;
    font-size: 25px;
    font-weight: 500;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #37C2D8;
}

.contact-mail {
    width: 100%;
}

.contact-bottom {
    gap: 29.5px;
}

.contact-bottom-text {
    height: auto;
}

.contact-bottom-text:nth-child(1) {
    font-family: Mulish;
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002E5A;
}

.contact-bottom-text:nth-child(2) {
    text-align: center;

    &>a {
        text-decoration: none;
        font-size: 15.4px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #337AB7;
    }
}

.contact-bottom-text:nth-child(3),
.contact-bottom-text:nth-child(4) {
    font-family: Mulish;
    font-size: 15.4px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002E5A;

    &>span {
        font-family: Mulish;
        font-size: 15.4px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

.contact-bottom-text:nth-child(5) {
    &>a {
        text-decoration: none;
        font-size: 15.4px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #337AB7;
    }
}

.contact-bottom-text:nth-child(6) {
    font-size: 18.2px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002E5A;

    &>span {
        font-family: Mulish;
        font-size: 18.2px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

.aiseo {
    width: 100%;
    padding-block: 30px;
}

.aiseo-text-cover {
    width: 80%;
    height: auto
}

.aiseo-text {
    width: 100%;
    overflow: hidden;
    gap: 10px;
}

.aiseo-text span {
    font-weight: bold;
}

.aiseo-text a {
    color: #00B9D4;
}

.aiseo-text-title,
.aiseo-text-title-small {
    font-weight: bold;
    color: #37C2D8;
}

.aiseo-text-title {
    font-size: 1.3rem;
}

.aiseo-text-less {
    height: 4.6em;
}

.aiseo-text-more {
    height: auto !important;
}

.aiseo-more {
    color: #00C2DE;
    cursor: pointer;
    justify-self: flex-start;
    align-self: flex-start;
}

.footer {
    max-width: 100%;
    height: auto;
    padding: 60px 0px 60px 0px;
    gap: 40px;
    border: 1px 0px 0px 0px;
    background: #EBF6FA;
}

.footer-logo {
    width: 176px;
    height: 49px;
    gap: 0px;
}

.footer-top {
    gap: 40px;
}


.footer-top-title {
    height: 22px;
    gap: 0px;
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.footer-top-top {
    max-width: 518px;
    gap: 16px;
}

.footer-top-top-title {
    height: 15px;
    gap: 0px;
    font-size: 15.4px;
    font-weight: 700;
    line-height: 19.33px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.footer-top-top-text {
    gap: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.08px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.footer-top-middle {
    gap: 60px;
}

.footer-top-middle-card {
    gap: 16px;
}

.footer-top-middle-card-title {
    height: 15px;
    gap: 0px;
    font-size: 15.4px;
    font-weight: 700;
    line-height: 19.33px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.footer-top-middle-card-text {
    gap: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.08px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.footer-top-bottom {
    gap: 16px;
}

.footer-top-bottom-title {
    gap: 0px;
    font-size: 15.4px;
    font-weight: 700;
    line-height: 19.33px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.footer-top-bottom-text {
    gap: 0px;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.08px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.footer-bottom {
    gap: 71px;
}

.footer-bottom-card {
    width: auto;
    height: auto;
    gap: 7px;
}

.footer-bottom-card-link {
    font-family: Helvetica Neue;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002E5A;
    text-decoration: none;
    cursor: pointer;
}

.footer-copyright {
    max-width: 930.67px;
    height: auto;
    gap: 0px;
    font-family: Mulish;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #113C65;
    padding: 20px;
}

.nav-small {
    display: none;
}

.dropdown {
    display: none;
}

.directors-mobile {
    display: none;
}

.radio-buttons {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #A0ACBD;
    background-color: white;
    appearance: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

.radio-buttons:checked {
    border-color: #049EAD;
}

.radio-buttons:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #049EAD;
}

.radio-buttons:hover {
    border-color: #049EAD;
}

body {
    position: relative;
}

.darken {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.425);
    top: 0;
    left: 0;
    z-index: 1000;
}

.pop-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;


}

.pop {
    background-color: white;
    max-width: 780px;
    height: auto;
    max-height: 80%;
    padding: 20px 43.5px 20px 43.5px;
    min-width: 300px;
    gap: 10px;
    overflow-y: scroll;
    scrollbar-width: none;
    position: relative;
}

.pop-top {
    width: 100%;
    height: auto;
    align-items: center;

}

.pop-director {
    overflow-y: scroll;
    gap: 16px;
    width: 100%;
}

.pop-bottom::-webkit-scrollbar,
.pop-director::-webkit-scrollbar {
    display: none;
}

.pop-bottom,
.pop-director::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pop-button {
    width: 40px;
    height: 40px;
    align-self: flex-end;
    cursor: pointer;
    background-image: url(../images/close.webp);
    background-position: center;
    border: none;
    background-repeat: no-repeat;
    outline: none;
    background-color: transparent;
}

.pop-bottom {
    width: 100%;
    height: 100%;
    gap: 10px;
    overflow-y: scroll;
}

.pop-top-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    text-align: center;
    color: #37C2D8;
}

.pop-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    color: #37C2D8;
}

.pop-name {
    width: auto;
    height: auto;
    gap: 0px;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.pop-position {
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.pop-text {
    height: auto;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #414C5B;
}

.pop span {
    color: #00C2DE;
    word-wrap: break-word;
}

.pop-img {
    width: 156px;
    height: 156px;
}

.pop-middle {
    width: 50%;
    gap: 20px;
}

.pdf-container {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    background-color: white;
    border: 1px solid #ccc;
}

canvas {
    width: 100%;
    display: block;
    margin: 10px 0;
    border: 1px solid black;
}

.loading {
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

.reports {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    gap: 80px;
    background: #EBF6FA;
}

/*.reports-title {
    width: auto;
    height: auto;
    gap: 0px;
    font-size: 32px;
    font-weight: 600;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002855;
}*/

.reports-content {
    width: 100%;
    justify-content: space-evenly;
}

.reports-content-card {
    gap: 40px;
    height: auto;
}

.reports-content-card-title {
    gap: 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32.63px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002855;
}

.reports-content-card-content {
    gap: 24px;
}

.reports-content-card-content-card {
    gap: 16px;
}

.reports-content-card-content-card-top {
    gap: 8px;
}

.reports-content-card-content-card-title {
    gap: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.reports-content-card-content-card-rect {
    width: 99px;
    height: 6px;
    gap: 0px;
    border-radius: 8px;
    background: #14C0D9;
}

.reports-content-card-content-card-link {
    cursor: pointer;
    gap: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #049EAD;
    text-decoration: none;
}

.bill-payment-services {
    height: auto;
    padding: 40px 135px;
    gap: 80px;
    background: #EBF6FA;
}

.bill-payment-services-texts {
    width: 100%;
    height: fit-content;
    gap: 30px;
}

.bill-payment-services-title {
    width: auto;
    font-size: 25px;
    font-weight: 500;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #37C2D8;
}

.bill-payment-services-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #222943;
}

.bill-payment-services-images {
    width: 100%;
    height: auto;
    gap: 12px;
}

.bill-payment-services-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    background-color: #FFFFFF;
    width: 263.6px;
    height: 261px;
}

.bill-payment-services-image {
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.bill-payment-services-image-text {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #002855;
}

.how-to-pay {
    height: auto;
    padding: 40px 135px 80px 135px;
    gap: 80px;
    background: #EBF6FA;
}

.how-to-pay-title {
    width: auto;
    font-size: 25px;
    font-weight: 500;
    line-height: 27.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #37C2D8;
}

.how-to-pay-images {
    width: 100%;
    height: auto;
    gap: 10px;
    border-bottom: 2px solid #CBEAEF;

}

.how-to-pay-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    background-color: #EBF6FA;
    width: 518px;
    height: 369px;
    position: relative;

}

.how-to-pay-image {
    width: 83.7px;
    height: 83.7px;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    border: 2.33px solid #049EAD;
    background-color: white;
    border-radius: 50%;
}

.how-to-pay-image-line {
    width: 85%;
    position: absolute;
    right: -226px;
    top: 130px;
    border: 2px solid #049EAD;
    z-index: 99;
}

@media screen and (max-width:1843.2px) {
    #second-line {
        display: none;
    }
}

@media screen and (max-width:1315.2px) {
    #first-line {
        display: none;
    }

    #second-line {
        display: none;
    }
}

.how-to-pay-image-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #002855;
}

.how-to-pay-image-text {
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #414C5B;
}

table,
thead,
th,
td {
    border: none !important;
}

.planned-works {
    height: auto;
    padding: 100px 135px;
    gap: 33px;
    background: #FFFFFF;
}

.planned-works-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #049EAD;
}

.planned-works-table {
    min-width: 1084px;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    gap: 8px;
    border: none;
    outline: none;
}

.planned-works-table tr {
    border-bottom: 1px solid #DEE3ED;
    height: 82px;
    padding: 0;
}

.planned-works-table tbody tr:last-child {
    border-bottom: none;
}

.planned-works-table th {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #002855;
    padding: 0;
}

.planned-works-table th:last-child,
.planned-works-table td:last-child {
    text-align: right;
}

.planned-works-table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #002855;
    padding: 0;
}

.planned-works-show-past {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #049EAD;
    cursor: pointer;
    align-self: flex-start;
    gap: 18px;
    display: flex;
}
.planned-works-show-past i{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 24px;
    height: 24px;
}
.planned-works-table.past{
    display: none;
}
.main-404 {
    padding-inline: 12px;
}

.image-404 {
    max-width: 925px;
    width: 100%;
}

.texts-404 {
    max-width: 870px;
    width: 100%;
    gap: 24px;
    margin-bottom: 60px;
}

.title-404 {
    color: #002855;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.text-404 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #002855;
}

.button-404 {
    background-color: #002855;
    border: none;
    outline: none;
    max-width: 570px;
    width: 100%;
    height: 44px;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 8px;
    border-radius: 100px;
    color: white;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

@media screen and (max-width:800px) {
    .planned-works {
        padding: 50px 16px;
    }
    .title-404 {
        font-size: 18px;
        font-weight: 800;
    }

    .text-404 {
        font-size: 16px;
    }
}

@media screen and (min-width:800px) {

    .representatives-card:hover,
    .partners-card:hover {
        background-color: rgba(0, 0, 0, 0.155);
    }
}

@media screen and (max-width:800px) {
    .pop {
        padding-block: 20px;
    }

    .pop-img {
        width: 100px;
        height: 100px;
    }

    .navbar {
        display: none;
    }

    .nav-logo-small {
        min-width: 250px;
        height: 56px;
        background-position: center;
        background-image: url(../images/navlogo.webp);
    }

    .nav-content {
        display: none;
    }

    .dropdown {
        background: white;
        width: 100%;
        height: auto;
        z-index: 1;
        position: absolute;
        top: 88px;
        gap: 0px;
    }

    .dropdown>a {
        text-decoration: none;
    }

    .dropdown-item {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        gap: 10px;
        border: 0px 0px 1px 0px;
        border-bottom: 1px solid #DEE3ED;
    }

    .dropdown-text-cover {
        width: 100%;
        height: auto;
        gap: 0px;
        align-items: center;
        justify-content: space-around;
    }

    .nav-categories>a {

        &:nth-child(1) {
            width: 100%;
            height: 22px;

        }

        &:nth-child(2) {
            width: 100%;
            height: 22px;

        }

        &:nth-child(3) {
            width: 100%;
            height: 22px;

        }
    }

    .dropdown-text {
        width: 275px;
        height: 22px;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
    }

    .chevron {
        background-image: url(images/Chevron.webp);
        width: 24px;
        height: 24px;
        padding: 4.5px 7.5px 4.5px 7.95px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .nav-small {
        display: flex;
        width: 100%;
        height: 88px;
        position: sticky;
        top: 0;
        gap: 0px;
        border: 0px 0px 1px 0px;
        justify-content: space-around;
        z-index: 999;
        background-color: white;
    }

    .nav-button {
        width: 24px;
        height: 24px;
        padding: 4.5px 3px 4.5px 3px;
        border: none;
        background-color: transparent;
        gap: 3px;
        position: relative;
    }

    .nav-button-rect {
        width: 22px;
        height: 2px;
        top: 23px;
        left: 10px;
        gap: 0px;
        border-radius: 1px 0px 0px 0px;
        background: #00B9D4;
        transition: transform .2s ease;
    }

    .open {
        transform: rotate(0deg);
    }

    .close {
        position: absolute;
        top: 50%;
        left: 0;
    }

    .close:first-child {
        transform: rotate(45deg);
    }

    .close:last-child {
        transform: rotate(-45deg);
    }

    .close:nth-child(2) {
        display: none;
    }

    .slider-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: 70%;
        overflow: hidden;
    }

    .arrow:hover {
        background: none;
    }

    .opening {
        display: flex;
        width: 100%;
        height: 114px;
    }

    .opening-text {
        width: 90%;
        height: auto;
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #002E5A;
    }

    .opening-text>span {
        font-size: 13px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .triangle-red {
        top: -20px;
        left: 67.97px;
    }

    .triangle-blue {
        top: -15px;
        left: 205.28px;
    }

    .payments-card-bottom-text {
        height: auto;
    }

    .partners-cards {
        width: 100%;
    }

    .representatives-cards,
    .partners-cards {
        display: flex;
        justify-content: flex-start;
    }

    .representatives-cards {
        justify-content: space-around;
        overflow-x: scroll;
        width: 90%;
    }

    .about-text {
        text-align: start;
        width: 90%;
        height: fit-content !important;
    }

    .about-inside-images {
        width: 50%;
    }

    .about-text:nth-child(6) {
        text-align: center;
    }

    .footer {
        width: auto;
        padding: 20px;
        gap: 0px;
    }

    .footer-bottom {
        gap: 0px;
        flex-direction: column;
    }

    .footer-bottom-card {
        align-items: start;
    }

    .footer-bottom-card * {
        width: 320px;
        border-bottom: 1px solid #CCCCCC;
    }

    .footer-bottom-card-link {
        height: 48px;
        align-items: center;
        display: flex;
        cursor: pointer;
    }

    .footer-logo {
        display: none;
    }

    .campaigns {
        padding-block: 60px;
    }

    .about,
    .payments {
        padding-block: 13px;
    }

    .directors-mobile {
        display: flex;
        width: 90%;
        overflow-x: scroll;
        justify-content: space-around;
        gap: 24px;
        position: relative;
        padding-bottom: 41px;
    }

    .directors-inside-top,
    .directors-inside-bottom {
        display: none;
    }

    .directors-inside {
        padding-block: 50px;
    }

    .directors-inside-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 27.5px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .directors-mobile::-webkit-scrollbar {
        height: 10px;
        width: 228px;
    }

    .directors-mobile::-webkit-scrollbar-track {
        background: #DEE3ED;
        border-radius: 10px;
    }

    .directors-mobile::-webkit-scrollbar-thumb {
        background-color: #37C2D8;
        border-radius: 10px;
        transition: background-color 0.3s;
    }

    .directors-mobile::-webkit-scrollbar-thumb:hover {
        background-color: #37C2D8;
    }

    .directors-card-content-top-bottom-title {
        height: 66px;
    }

    .directors-card-content-top-bottom {
        height: auto;
    }

    .contact {
        padding-top: 8px;
        padding-bottom: 100px;
    }

    .partners-arrow {
        display: none;
    }

    .reports {
        padding-block: 24px;
        gap: 32px;
    }

    .reports-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 27.5px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .reports-content {
        gap: 40px;
    }

    .reports-content-card {
        width: 90%;
    }

    .reports-content-card-title {
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        line-height: 25.1px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .bill-payment-services {
        padding: 50px 16px;
        gap: 40px;
    }

    .bill-payment-services-image-container {
        width: 173px;
        height: 186px;
        padding-inline: 0px;
    }

    .bill-payment-services-image {
        width: 75px;
        height: 75px;
    }

    .how-to-pay {
        padding: 50px 16px;
        gap: 40px;
    }

    .how-to-pay-image-container {
        width: 358px;
        height: auto;
        gap: 12px;
    }

    .how-to-pay-images {
        gap: 50px;
        border-bottom: none;

    }

    .how-to-pay-image {
        width: 100px;
        height: 100px;
    }

}

@media screen and (max-width:500px) {
    .partners-cards {
        width: 320px;
    }

    .representatives-cards {
        justify-content: space-evenly;
        overflow-x: scroll;
        min-width: 320px;
        width: 100%;
        gap: 30px;
    }

    .representatives-card {
        min-width: 320px;
        width: 100%;

        &:first-child {
            margin-left: 7%;
        }

        &:last-child {
            margin-right: 7%;
        }
    }
}

@media screen and (max-width:376px) {
    .pop-director {
        width: 320px;
    }

    ul {
        width: 280px;
    }
}

@keyframes dropdown-on {
    from {
        transform: translateY(-500px);
    }

    to {
        transform: translateY(0px);
    }
}

@keyframes dropdown-off {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-500px);
    }
}

.dropdown-on-anim {
    animation: dropdown-on 1s ease forwards;
}

.dropdown-off-anim {
    animation: dropdown-off 1s ease forwards;
}

.nav-active {
    color: #00C2DE;
}