@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

footer:where(.astro-E2OJFCVM) {
    background-color: var(--bg-ff-c);
    padding: 1rem
}

.container:where(.astro-E2OJFCVM) {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.content:where(.astro-E2OJFCVM) {
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2rem 1rem
}

    .content:where(.astro-E2OJFCVM) p:where(.astro-E2OJFCVM) {
        padding: .5rem 0
    }

.email-input:where(.astro-E2OJFCVM) {
    padding: 10px;
    border: 2px solid #ccc;
    transition: border-color .3s ease-in-out;
    width: 250px
}

.inputbox:where(.astro-E2OJFCVM) {
    display: flex;
    align-items: center;
    gap: 1rem
}

.email-input:where(.astro-E2OJFCVM):focus {
    border-color: #55d375;
    outline: 0
}

.caption:where(.astro-E2OJFCVM) {
    font-size: medium;
    color: gray;
    padding: 0 0 1rem
}

.icon-section:where(.astro-E2OJFCVM) {
    display: flex;
    gap: 1rem;
    color: #fff;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.copyrighttext:where(.astro-E2OJFCVM) {
    color: #fff;
    font-size: var(--fs-s2);
    display: flex;
    flex-wrap: wrap
}

.logo:where(.astro-E2OJFCVM) {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: flex-start
}

.icons:where(.astro-E2OJFCVM) a:where(.astro-E2OJFCVM) {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff
}

img:where(.astro-E2OJFCVM) {
    height: 24px;
    width: 24px
}

@media screen and (max-width:700px) {
    .container:where(.astro-E2OJFCVM) {
        flex-direction: column-reverse;
        text-align: center
    }

    .content:where(.astro-E2OJFCVM) {
        text-align: center;
        flex-direction: column;
        padding: 1rem .5rem;
        width: 100%
    }

    .email-input:where(.astro-E2OJFCVM) {
        width: 100%
    }
}

@media screen and (max-width:350px) {
    .inputbox:where(.astro-E2OJFCVM) {
        gap: 1rem;
        flex-direction: column
    }

    .email-input:where(.astro-E2OJFCVM) {
        width: 100%
    }
}

a:where(.astro-SZ7XMLTE) {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff
}

footer:where(.astro-SZ7XMLTE) {
    background-color: var(--bg-f-c)
}

.container:where(.astro-SZ7XMLTE) {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px
}

.content:where(.astro-SZ7XMLTE) {
    color: #fff;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    padding: 2rem 0
}

.items:where(.astro-SZ7XMLTE) ul:where(.astro-SZ7XMLTE) li:where(.astro-SZ7XMLTE) {
    list-style: none;
    font-weight: 200;
    font-size: medium;
    padding: .3rem 0
}

.logo:where(.astro-SZ7XMLTE) p:where(.astro-SZ7XMLTE) {
    color: #fff;
    font-size: var(--fs-d);
    width: 70%;
    padding: 0 1rem;
    line-height: 1.4rem
}

.logo:where(.astro-SZ7XMLTE) img:where(.astro-SZ7XMLTE) {
    width: auto;
    height: 80px
}

.title:where(.astro-SZ7XMLTE) {
    font-weight: var(--fw-b);
    padding: 1rem 0
}

@media (max-width:700px) {
    .container:where(.astro-SZ7XMLTE) {
        flex-direction: column;
        text-align: center
    }

    .content:where(.astro-SZ7XMLTE) {
        text-align: center;
        flex-direction: column;
        gap: 1rem
    }

    .items:where(.astro-SZ7XMLTE) ul:where(.astro-SZ7XMLTE) li:where(.astro-SZ7XMLTE) {
        padding: .3rem 0
    }

    .logo:where(.astro-SZ7XMLTE) p:where(.astro-SZ7XMLTE) {
        margin: auto
    }
}

.popup:where(.astro-5BLMO7YK) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    z-index: 5000
}

#loginPop:where(.astro-5BLMO7YK) {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fbfbfb;
    box-shadow: #64646f33 0 7px 29px;
    z-index: 2000;
    border-radius: 10px
}

.content:where(.astro-5BLMO7YK) {
    padding: 2.5rem 6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap
}

    .content:where(.astro-5BLMO7YK) p:where(.astro-5BLMO7YK):first-child {
        font-weight: 700;
        font-size: 32px
    }

    .content:where(.astro-5BLMO7YK) p:where(.astro-5BLMO7YK):nth-child(2) {
        font-size: 24px;
        font-weight: 500
    }

.country:where(.astro-5BLMO7YK) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 2.5rem;
    border-radius: 0 0 10px 10px;
    background-color: #e4e9ef
}

#closeBtn:where(.astro-5BLMO7YK) {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 32px;
    height: auto
}

.close-icon:where(.astro-5BLMO7YK) {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.items:where(.astro-5BLMO7YK) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

    .items:where(.astro-5BLMO7YK) img:where(.astro-5BLMO7YK) {
        height: auto;
        width: 50px
    }

    .items:where(.astro-5BLMO7YK) a:where(.astro-5BLMO7YK) {
        color: #000;
        font-size: 18px
    }

header:where(.astro-5BLMO7YK) {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 5px #0000001a !important
}

.scrolled:where(.astro-5BLMO7YK) {
    background: linear-gradient(to right,#fff,#fff);
    box-shadow: 0 2px 5px #0000001a !important;
    color: #000
}

img:where(.astro-5BLMO7YK) {
    height: 80px;
    width: auto
}

.downicon:where(.astro-5BLMO7YK) {
    align-items: center;
    display: none
}

    .downicon:where(.astro-5BLMO7YK) img:where(.astro-5BLMO7YK) {
        height: 20px;
        width: auto
    }

.container:where(.astro-5BLMO7YK) {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
    padding: 1rem
}

.logo-container:where(.astro-5BLMO7YK) {
    display: flex;
    align-items: center;
    padding: 0 2rem 0 0
}

.logo-img:where(.astro-5BLMO7YK) {
    height: auto;
    width: 180px
}

.title:where(.astro-5BLMO7YK) {
    font-weight: 700
}

.nav-btn:where(.astro-5BLMO7YK) {
    flex: 3;
    display: flex
}

.nav-links:where(.astro-5BLMO7YK) {
    flex: 2
}

.scroll:where(.astro-5BLMO7YK) {
    color: red
}

.log-sign:where(.astro-5BLMO7YK) {
    display: flex;
    justify-content: center;
    flex: 1;
    gap: 1rem;
    width: 100%;
    align-items: center
}

.nav-links:where(.astro-5BLMO7YK) > ul:where(.astro-5BLMO7YK) {
    display: flex;
    justify-content: flex-start;
    gap: 1rem
}

.nav-link:where(.astro-5BLMO7YK) {
    position: relative
}

    .nav-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK) {
        line-height: 3rem;
        padding: 0 .8rem;
        letter-spacing: 1px;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .5s;
        position: relative
    }

        .nav-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK):after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 1.5px;
            background-color: #202d41;
            transition: width .3s ease-in-out;
            transform: translate(-50%)
        }

        .nav-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK):hover:after {
            width: 80%
        }

.dropdown:where(.astro-5BLMO7YK) {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 16px #202d4166;
    z-index: 10;
    border-radius: 8px;
    padding: 1.5rem;
    width: -moz-max-content;
    width: max-content
}

    .dropdown:where(.astro-5BLMO7YK) ul:where(.astro-5BLMO7YK) {
        position: relative
    }

.dropdown-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK) {
    display: flex;
    background-color: #fff;
    color: #000;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    width: -moz-fit-content;
    width: fit-content
}

    .dropdown-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK):hover {
        color: var(--brand-color1)
    }

.dropdown-link:where(.astro-5BLMO7YK) {
    position: relative
}

    .dropdown-link:where(.astro-5BLMO7YK):hover > .dropdown:where(.astro-5BLMO7YK), .nav-link:where(.astro-5BLMO7YK):hover > .dropdown:where(.astro-5BLMO7YK) {
        display: flex
    }

.hamburger-menu-container:where(.astro-5BLMO7YK) {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end
}

.hamburger-menu:where(.astro-5BLMO7YK) {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .hamburger-menu:where(.astro-5BLMO7YK) div:where(.astro-5BLMO7YK) {
        width: 1.6rem;
        height: 3px;
        border-radius: 3px;
        background-color: #000;
        position: relative;
        z-index: 1001;
        transition: .5s
    }

        .hamburger-menu:where(.astro-5BLMO7YK) div:where(.astro-5BLMO7YK):after, .hamburger-menu:where(.astro-5BLMO7YK) div:where(.astro-5BLMO7YK):before {
            content: "";
            position: absolute;
            width: inherit;
            height: inherit;
            background-color: #000;
            border-radius: 3px;
            transition: .5s
        }

        .hamburger-menu:where(.astro-5BLMO7YK) div:where(.astro-5BLMO7YK):before {
            transform: translateY(-7px)
        }

        .hamburger-menu:where(.astro-5BLMO7YK) div:where(.astro-5BLMO7YK):after {
            transform: translateY(7px)
        }

#check:where(.astro-5BLMO7YK) {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none
}

    #check:where(.astro-5BLMO7YK):checked ~ .hamburger-menu-container:where(.astro-5BLMO7YK) .hamburger-menu:where(.astro-5BLMO7YK) div:where(.astro-5BLMO7YK) {
        background-color: transparent
    }

        #check:where(.astro-5BLMO7YK):checked ~ .hamburger-menu-container:where(.astro-5BLMO7YK) .hamburger-menu:where(.astro-5BLMO7YK) div:where(.astro-5BLMO7YK):before {
            transform: translateY(0) rotate(-45deg)
        }

        #check:where(.astro-5BLMO7YK):checked ~ .hamburger-menu-container:where(.astro-5BLMO7YK) .hamburger-menu:where(.astro-5BLMO7YK) div:where(.astro-5BLMO7YK):after {
            transform: translateY(0) rotate(45deg)
        }

@media (max-width:920px) {
    .container:where(.astro-5BLMO7YK) {
        padding: 0 1rem
    }

    img:where(.astro-5BLMO7YK) {
        height: 60px;
        width: auto
    }

    .hamburger-menu-container:where(.astro-5BLMO7YK) {
        display: flex
    }

    #check:where(.astro-5BLMO7YK) {
        display: block
    }

    .downicon:where(.astro-5BLMO7YK) {
        display: flex
    }

    .nav-btn:where(.astro-5BLMO7YK) {
        position: fixed;
        height: 100vh;
        top: 3.5rem;
        left: 0;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translate(100%);
        transition: .65s
    }

    .nav-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK):after {
        display: none
    }

    #check:where(.astro-5BLMO7YK):checked ~ .nav-btn:where(.astro-5BLMO7YK) {
        transform: translate(0)
    }

    .nav-links:where(.astro-5BLMO7YK) {
        flex: initial;
        width: 100%
    }

        .nav-links:where(.astro-5BLMO7YK) > ul:where(.astro-5BLMO7YK) {
            flex-direction: column;
            gap: 0
        }

    .nav-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK) {
        line-height: 1;
        padding: 1.6rem 2rem
    }

    .dropdown:where(.astro-5BLMO7YK) {
        position: initial;
        top: initial;
        left: initial;
        transform: none;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        background-color: #fff;
        box-shadow: none
    }

    .dropdown-link:where(.astro-5BLMO7YK):hover > .dropdown:where(.astro-5BLMO7YK), .nav-link:where(.astro-5BLMO7YK):hover > .dropdown:where(.astro-5BLMO7YK) {
        display: block
    }

    .dropdown:where(.astro-5BLMO7YK) .dropdown-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK) {
        padding: 1.2rem 2rem 1.2rem 3rem
    }

    .dropdown-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK) {
        background-color: transparent;
        color: #000;
        line-height: 1;
        padding: 1.2rem 2rem 1.2rem 4rem
    }

    .dropdown-link:where(.astro-5BLMO7YK):hover > a:where(.astro-5BLMO7YK) {
        background-color: #fff
    }

    .log-sign:where(.astro-5BLMO7YK) {
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        flex-direction: column;
        align-items: normal
    }

    .nav-link:where(.astro-5BLMO7YK) {
        margin-bottom: 10px
    }

    .accordion-header:where(.astro-5BLMO7YK) {
        cursor: pointer;
        padding: 10px
    }

    .dropdown:where(.astro-5BLMO7YK) {
        display: none;
        padding: 10px
    }
}

@media (min-width:920px) {
    .nav-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK) {
        line-height: 1 !important;
        padding: 21px 9px !important;
        color: #fff !important
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ul {
    list-style: none
}

a {
    -webkit-text-decoration: none;
    text-decoration: none
}

:root {
    --user-font-scale: 16px;
    font-family: Mulish,sans-serif;
    font-size: clamp(.875rem,.4626rem + 1.0309vw + 16px,1.125rem);
    font-size: clamp(.875rem,.4626rem + 1.0309vw + var(--user-font-scale),1.125rem);
    --primary: #38A6FF;
    --secondary: #6c757d;
    --success: rgba(46,140,49,.80392);
    --danger: #dc3545;
    --warning: #ffc107;
    --info: #17a2b8;
    --light: #f8f9fa;
    --dark: #343a40;
    --fw-n: 300;
    --fw-d: 400;
    --fw-c: 500;
    --fw-m: 600;
    --fw-b: 800;
    --fs-s5: .5rem;
    --fs-s4: .6rem;
    --fs-s3: .7rem;
    --fs-s2: .8rem;
    --fs-s1: .9rem;
    --fs-d: 1rem;
    --fs-h1: 1.5rem;
    --fs-b1: 1.3rem;
    --fs-l1: 2rem;
    --fs-l2: 3rem;
    --fs-l3: 4rem;
    --fs-l4: 5rem;
    --gray-l4: #e5e5e5;
    --gray-l3: #ccc;
    --gray-l2: #b2b2b2;
    --gray-l1: #999;
    --gray: #808080;
    --gray-d1: #666;
    --gray-d2: #4d4d4d;
    --gray-d3: #333;
    --gray-d4: #1a1a1a;
    --white-color: #ffffff;
    --white-d1: hsl(0, 0%, 99%);
    --white-d2: hsl(0, 0%, 98%);
    --white-d3: hsl(0, 0%, 97%);
    --white-d4: hsl(0, 0%, 96%);
    --white-d5: hsl(0, 0%, 95%);
    --white-d6: hsl(0, 0%, 90%);
    --mid-light: #7A869A;
    --body-text: #5e6c84;
    --primary-font-color: #000000;
    --primary-font-color-a1: hsl(0, 0%, 10%);
    --primary-font-color-a2: rgb(51, 51, 51);
    --primary-font-color-a3: hsl(0, 0%, 30%);
    --primary-font-color-a4: hsl(0, 0%, 40%);
    --link-font-color: #7759c2;
    --secondary-font-color: #fff;
    --error-color: #ce0606;
    --success-color: #009070;
    --warning-color: #e88113;
    --pricing-color: #0e0264;
    --brand-color1: #4477CE;
    --brand-color2: #FF8551;
    --hover-color-1: rgba(178, 178, 245, .293);
    --menu-link-color: var(--primary-font-color-a2);
    --menu-link-hover-bg-color: var(--hover-color-1);
    --menu-link-hover-border-bottom: var(--white-color);
    --heading-color: #1d1d1d;
    --bg-color: #38A6FF;
    --bg-gray: #f1f1f1;
    --bg-f-c: #202d41;
    --bg-ff-c: #1b2637;
    --max-width: 1250px
}

.popup:where(.astro-DMQPWCEC) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

#loginPopup:where(.astro-DMQPWCEC) {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fbfbfb;
    box-shadow: #64646f33 0 7px 29px;
    z-index: 2000;
    border-radius: 10px
}

.content:where(.astro-DMQPWCEC) {
    padding: 2.5rem 6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap
}

    .content:where(.astro-DMQPWCEC) p:where(.astro-DMQPWCEC):first-child {
        font-weight: 700;
        font-size: 32px;
        color: #000 !important
    }

    .content:where(.astro-DMQPWCEC) p:where(.astro-DMQPWCEC):nth-child(2) {
        font-size: 24px;
        font-weight: 500;
        color: #000 !important
    }

.country:where(.astro-DMQPWCEC) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    background-color: #e4e9ef;
    padding: 2.5rem;
    border-radius: 0 0 10px 10px
}

#closeButton:where(.astro-DMQPWCEC) {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 32px;
    height: auto
}

.close-icon:where(.astro-DMQPWCEC) {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.items:where(.astro-DMQPWCEC) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

    .items:where(.astro-DMQPWCEC) img:where(.astro-DMQPWCEC) {
        height: auto;
        width: 50px
    }

    .items:where(.astro-DMQPWCEC) a:where(.astro-DMQPWCEC) {
        color: #000;
        font-size: 18px
    }

@media (max-width:720px) {
    .content:where(.astro-5BLMO7YK) {
        padding: 2rem 1rem
    }

    #loginPop:where(.astro-5BLMO7YK) {
        width: 90%
    }

    .country:where(.astro-5BLMO7YK) {
        justify-content: flex-start
    }

    .content:where(.astro-DMQPWCEC) {
        padding: 2rem 1rem
    }

    #loginPopup:where(.astro-DMQPWCEC) {
        width: 90%
    }

    .country:where(.astro-DMQPWCEC) {
        justify-content: flex-start
    }
}

.alternative-logo:where(.astro-DMQPWCEC) {
    display: none
}

header:where(.astro-DMQPWCEC) {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--bg-color)
}

.scrolled:where(.astro-DMQPWCEC) {
    background: linear-gradient(to right,#fff,#fff);
    box-shadow: 0 2px 5px #0000001a;
    color: #000
}

img:where(.astro-DMQPWCEC) {
    height: 80px;
    width: auto
}

.downicon:where(.astro-DMQPWCEC) {
    align-items: center;
    display: none
}

    .downicon:where(.astro-DMQPWCEC) img:where(.astro-DMQPWCEC) {
        height: 20px;
        width: auto
    }

.container:where(.astro-DMQPWCEC) {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
    padding: 1rem
}

.logo-container:where(.astro-DMQPWCEC) {
    display: flex;
    align-items: center;
    padding: 0 2rem 0 0
}

.logo-img:where(.astro-DMQPWCEC) {
    height: auto;
    width: 180px
}

.title:where(.astro-DMQPWCEC) {
    font-weight: 700
}

.nav-btn:where(.astro-DMQPWCEC) {
    flex: 3;
    display: flex
}

.nav-links:where(.astro-DMQPWCEC) {
    flex: 2
}

.log-sign:where(.astro-DMQPWCEC) {
    display: flex;
    justify-content: center;
    flex: 1;
    gap: 1rem;
    width: 100%;
    align-items: center
}

.nav-links:where(.astro-DMQPWCEC) > ul:where(.astro-DMQPWCEC) {
    display: flex;
    justify-content: flex-start;
    gap: 1rem
}

.nav-link:where(.astro-DMQPWCEC) {
    position: relative
}

    .nav-link:where(.astro-DMQPWCEC) > a:where(.astro-DMQPWCEC) {
        line-height: 3rem;
        padding: 0 .5rem;
        letter-spacing: 1px;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .5s;
        position: relative
    }

        .nav-link:where(.astro-DMQPWCEC) > a:where(.astro-DMQPWCEC):after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 1.5px;
            transition: width .3s ease-in-out;
            transform: translate(-50%);
            background-color: #202d41
        }

        .nav-link:where(.astro-DMQPWCEC) > a:where(.astro-DMQPWCEC):hover:after {
            width: 80%
        }

.dropdown:where(.astro-DMQPWCEC) {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 16px #202d4166;
    z-index: 10;
    border-radius: 8px;
    padding: 1.5rem;
    width: -moz-max-content;
    width: max-content
}

    .dropdown:where(.astro-DMQPWCEC) ul:where(.astro-DMQPWCEC) {
        position: relative
    }

.dropdown-link:where(.astro-DMQPWCEC) > a:where(.astro-DMQPWCEC) {
    display: flex;
    background-color: #fff;
    color: #000;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    width: -moz-fit-content;
    width: fit-content
}

    .dropdown-link:where(.astro-DMQPWCEC) > a:where(.astro-DMQPWCEC):hover {
        color: var(--brand-color1)
    }

.dropdown-link:where(.astro-DMQPWCEC) {
    position: relative
}

    .dropdown-link:where(.astro-DMQPWCEC):hover > .dropdown:where(.astro-DMQPWCEC), .nav-link:where(.astro-DMQPWCEC):hover > .dropdown:where(.astro-DMQPWCEC) {
        display: flex
    }

.hamburger-menu-container:where(.astro-DMQPWCEC) {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end
}

.hamburger-menu:where(.astro-DMQPWCEC) {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .hamburger-menu:where(.astro-DMQPWCEC) div:where(.astro-DMQPWCEC) {
        width: 1.6rem;
        height: 3px;
        border-radius: 3px;
        background-color: #000;
        position: relative;
        z-index: 1001;
        transition: .5s
    }

        .hamburger-menu:where(.astro-DMQPWCEC) div:where(.astro-DMQPWCEC):after, .hamburger-menu:where(.astro-DMQPWCEC) div:where(.astro-DMQPWCEC):before {
            content: "";
            position: absolute;
            width: inherit;
            height: inherit;
            background-color: #000;
            border-radius: 3px;
            transition: .5s
        }

        .hamburger-menu:where(.astro-DMQPWCEC) div:where(.astro-DMQPWCEC):before {
            transform: translateY(-7px)
        }

        .hamburger-menu:where(.astro-DMQPWCEC) div:where(.astro-DMQPWCEC):after {
            transform: translateY(7px)
        }

#check:where(.astro-DMQPWCEC) {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none
}

    #check:where(.astro-DMQPWCEC):checked ~ .hamburger-menu-container:where(.astro-DMQPWCEC) .hamburger-menu:where(.astro-DMQPWCEC) div:where(.astro-DMQPWCEC) {
        background-color: transparent
    }

        #check:where(.astro-DMQPWCEC):checked ~ .hamburger-menu-container:where(.astro-DMQPWCEC) .hamburger-menu:where(.astro-DMQPWCEC) div:where(.astro-DMQPWCEC):before {
            transform: translateY(0) rotate(-45deg)
        }

        #check:where(.astro-DMQPWCEC):checked ~ .hamburger-menu-container:where(.astro-DMQPWCEC) .hamburger-menu:where(.astro-DMQPWCEC) div:where(.astro-DMQPWCEC):after {
            transform: translateY(0) rotate(45deg)
        }

@media (max-width:920px) {
    .container:where(.astro-DMQPWCEC) {
        padding: 0 1rem
    }

    img:where(.astro-DMQPWCEC) {
        height: 60px;
        width: auto
    }

    .hamburger-menu-container:where(.astro-DMQPWCEC) {
        display: flex
    }

    #check:where(.astro-DMQPWCEC) {
        display: block
    }

    .downicon:where(.astro-DMQPWCEC) {
        display: flex
    }

    .nav-btn:where(.astro-DMQPWCEC) {
        position: fixed;
        height: 100vh;
        top: 3.5rem;
        left: 0;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translate(100%);
        transition: .65s
    }

    #check:where(.astro-DMQPWCEC):checked ~ .nav-btn:where(.astro-DMQPWCEC) {
        transform: translate(0)
    }

    .nav-links:where(.astro-DMQPWCEC) {
        flex: initial;
        width: 100%
    }

        .nav-links:where(.astro-DMQPWCEC) > ul:where(.astro-DMQPWCEC) {
            flex-direction: column;
            gap: 0
        }

    .menu-link:where(.astro-DMQPWCEC) {
        color: #000 !important;
        line-height: 1;
        padding: 1.6rem 2rem
    }

    .dropdown:where(.astro-DMQPWCEC) {
        position: initial;
        top: initial;
        left: initial;
        transform: none;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        background-color: #fff;
        box-shadow: none
    }

    .dropdown-link:where(.astro-DMQPWCEC):hover > .dropdown:where(.astro-DMQPWCEC), .nav-link:where(.astro-DMQPWCEC):hover > .dropdown:where(.astro-DMQPWCEC) {
        display: block
    }

    .dropdown:where(.astro-DMQPWCEC) .dropdown-link:where(.astro-DMQPWCEC) > a:where(.astro-DMQPWCEC) {
        padding: 1.2rem 2rem 1.2rem 3rem
    }

    .dropdown-link:where(.astro-DMQPWCEC) > a:where(.astro-DMQPWCEC) {
        background-color: transparent;
        color: #000;
        line-height: 1;
        padding: 1.2rem 2rem 1.2rem 4rem
    }

    .dropdown-link:where(.astro-DMQPWCEC):hover > a:where(.astro-DMQPWCEC) {
        background-color: #fff
    }

    .log-sign:where(.astro-DMQPWCEC) {
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        flex-direction: column;
        align-items: normal
    }

    .nav-link:where(.astro-DMQPWCEC) {
        margin-bottom: 10px
    }

    .accordion-header:where(.astro-DMQPWCEC) {
        cursor: pointer;
        padding: 10px
    }

    .dropdown:where(.astro-DMQPWCEC) {
        display: none;
        padding: 10px
    }

    .menu-link:where(.astro-DMQPWCEC):after {
        display: none
    }
}

@media (min-width:921px) and (max-width:1199px) {
    .nav-link:where(.astro-5BLMO7YK) > a:where(.astro-5BLMO7YK) {
        padding: .2rem;
        font-size: .8rem
    }

    .logo-img:where(.astro-5BLMO7YK) {
        height: auto;
        width: 200px
    }

    .nav-link:where(.astro-DMQPWCEC) > a:where(.astro-DMQPWCEC) {
        padding: .2rem;
        font-size: .8rem
    }

    .logo-img:where(.astro-DMQPWCEC) {
        height: auto;
        width: 200px
    }
}

html {
    scroll-behavior: smooth
}

:where(.astro-26EBVTR6) {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@media screen and (max-width:800px) {
    html {
        font-size: 14px
    }
}
