﻿body {
    margin: 0;
    background-color: #fefefe;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

img {
    display: block;
}

a {
    text-decoration: none;
    width: fit-content
}

@font-face {
    font-display: swap;
    font-family: 'futuralt-light';
    src: url('../../font/futuralt-light.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'futuralt-book';
    src: url('../../font/futuralt-book.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'eb-garamond';
    src: url('../../font/eb-garamond.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'inter_thin';
    src: url('../../font/inter_thin.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'inter_semibold';
    src: url('../../font/inter_semibold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'inter_regular';
    src: url('../../font/inter_regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'inter_medium';
    src: url('../../font/inter_medium.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'cormorantgaramond-medium';
    src: url('../../font/cormorantgaramond-medium.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'cormorantgaramond-regular';
    src: url('../../font/cormorantgaramond-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'cormorantgaramond-bold';
    src: url('../../font/cormorantgaramond-bold.ttf') format('truetype');
}
a {
    text-decoration: none;
}

.hdTp {
    width: 100%;
    background-color: #f5e7df;
    /*background-color: #0B412A;*/
}

.hdTpCen {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 15px 80px;
    box-sizing: border-box;
}

#dSh {
    display: flex;
    align-items: center;
    opacity: .8;
}

.dShTx {
    font-family: futuralt-light;
    font-size: 15px;
    color: #000;
}

.cBtnSh {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border: none;
    outline: none;
    opacity: .8;
    cursor: pointer;
    background: transparent url('../../Images/search.svg') no-repeat center center;
    background-size: cover;
}

.cTxtSh {
    width: 300px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    font-family: futuralt-book;
    font-size: 18px;
    color: #737373;
}

    .cTxtSh:focus {
        outline: none;
    }

    .cTxtSh::placeholder {
        color: #000;
    }

    .cTxtSh::-ms-input-placeholder {
        color: #000;
    }

.hdTxCon {
    display: flex;
}

.hdTx {
    margin-left: 25px;
    opacity: .8;
    font-family: futuralt-light;
    font-size: 15px;
    color: #000;
}

.cCen {
    margin: 0 auto;
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}

#dHdCon {
    position: relative;
    width: 100%;
}

.cHd {
    position: relative;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

#dLg {
    width: 33.333%;
}

    #dLg img {
        height: 60px;
    }

#dHdRgCon {
    width: 33.333%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 14px;
}

.cHdRgA {
    display: flex;
    align-items: center;
}

.cHdRg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 8px;
}

.cHdRgIcn {
    height: 23px;
}

.cHdRgTxt {
    margin-left: 10px;
    font-family: futuralt-light;
    font-size: 15px;
    text-align: center;
    color: #000000;
}

.cHdRg:hover .cHdRgUye {
    display: flex;
}

.cHdRgUye {
    position: absolute;
    width: 200px;
    top: -10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0 4px 3px 1px rgba(0,0,0,.07);
    border: solid 1px #d6d6d6;
    z-index: 2;
    display: none;
}

.cHdRgUyeImg {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: -32px 0 0 0;
    padding: 5px 0 15px 0;
}

.cHdRgUye a {
    width: 100%;
}

.cHdRgUyeLgn {
    height: 34px;
    font-family: SourceSansPro-Bold;
    font-size: 12px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    border: solid 1px #000000;
    background-color: #000000;
    -webkit-transition-duration: .2s;
    cursor: pointer;
}

    .cHdRgUyeLgn:hover {
        opacity: .7;
    }

.cHdRgUyeOl {
    height: 34px;
    margin: 10px 0 15px 0;
    font-family: SourceSansPro-Bold;
    font-size: 12px;
    color: #666;
    line-height: 34px;
    text-align: center;
    border: solid 1px #dedede;
    background-color: #fff;
    cursor: pointer;
}

    .cHdRgUyeOl:hover {
        color: #000000;
        border-color: #000000;
        -webkit-transition-duration: .2s;
    }

.cUsr {
    width: 100%;
    font-family: futuralt-book;
    font-size: 14px;
    color: #000000;
    padding: 10px 0 5px 0;
}

.cHspIsm {
    width: 100%;
    display: flex;
    font-family: futuralt-light;
    font-size: 14px;
    color: #000;
    line-height: 34px;
}

.cHspIsmImg {
    margin-right: 10px;
}

.cHspIsmImgHv {
    display: none;
    margin-right: 10px;
}

.cHspIsm:hover {
    color: #000000;
}

    .cHspIsm:hover .cHspIsmImgHv {
        display: block;
    }

    .cHspIsm:hover .cHspIsmImg {
        display: none;
    }

#dLogout {
    width: 204px;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #f2f2f0;
}

.cBtnLogout {
    background-color: #f2f2f0;
    width: 204px;
    box-sizing: border-box;
    padding: 0 15px;
    border: none;
    outline: none;
    font-family: futuralt-light;
    font-size: 14px;
    color: #000;
    line-height: 34px;
    text-align: left;
    padding-left: 34px;
    background: #f2f2f0 url('../../Images/logout.svg') no-repeat left center;
    background-position-x: 15px;
    cursor: pointer;
}

    .cBtnLogout:hover {
        color: #000000;
        background: #f2f2f0 url('../../Images/logout-hv.svg') no-repeat left center;
        background-position-x: 15px;
    }

.cShpSyc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: #000000;
    font-family: futuralt-light;
    font-size: 11px;
    color: #fff;
}

#dMblMn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.mblMnBs {
    display: none;
}

.cLnk {
    padding: 0 25px;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}

    .cLnk:hover {
        border-bottom: 3px solid #000000;
    }

    .cLnk a {
        width: 100%;
        color: #333;
    }

.cLnkCnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    font-size: 14px;
    font-family: futuralt-book;
    text-transform: uppercase;
    color: #000000;
}


.lnkImg {
    display: none;
}

.lnkDwCon {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    z-index: 2;
    cursor: auto;
}

.cLnk:hover .lnkDwCon {
    display: block;
}

.lnkDwCen {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
    box-shadow: 0 12px 20px -20px rgb(0 0 0 / 60%);
    border-top: 1px solid #e8e8e8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}

.lnkDtLst {
    width: 100% !important;
}

    .lnkDtLst tbody {
        display: flex !important;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .lnkDtLst tr {
        display: flex !important;
        width: calc(16.66666666666667% - 10px) !important;
        margin: 5px;
    }

    .lnkDtLst td {
        width: 100% !important;
    }

.lnkDw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #eee;
    font-family: futuralt-book;
    font-size: 14px;
    line-height: 1;
    color: #333;
}

    .lnkDw img {
        height: 100%;
        display: none;
    }

    .lnkDw:hover {
        opacity: .7;
    }

.cFt {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    padding: 60px 0;
    border-top: 1px solid #bfbfbf;
    background-color: #fff;
}

.cFtLg {
    margin: 5px 30px 0 0;
    width: 100px;
}

    .cFtLg img {
        width: 100%;
        margin-bottom: 10px;
    }

.cFtItm {
    margin: 0 30px;
}

.cFtBs {
    margin-bottom: 20px;
    font-size: 15px;
    font-family: futuralt-book;
    color: #000;
}

.cFtLnk {
    margin-top: 20px;
    font-size: 15px;
    font-family: futuralt-light;
    color: #000;
}

    .cFtLnk a {
        color: #000;
    }

        .cFtLnk a:hover {
            text-decoration: underline;
        }

    .cFtLnk img {
        width: 150px;
    }

.cFtBt {
    background-color: #f5e7df;
    font-size: 12px;
    font-family: futuralt-light;
    color: #000;
}

.cFtBtCen {
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.cFtBt a {
    color: #000;
}

.cCpRg a {
    margin-left: 10px;
}

.cNestedMaster {
    max-width: 1170px;
    display: flex;
    align-items: flex-start;
    margin: 25px auto 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.cLftMn {
    max-width: 170px;
    min-width: 170px;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

.cLftMnBs {
    margin: 0 0 15px 0;
    font-family: futuralt-light;
    font-size: 24px;
    color: #000;
}

.cLftMn a {
    width: 100%;
}

.cLftMnLnk {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-family: futuralt-light;
    font-size: 13px;
    color: #262626;
    border-bottom: 1px solid #e6e6e6;
}

.cLftMnImg {
    margin-right: 10px;
}

.cLftMnImgHv {
    margin-right: 10px;
    display: none;
}

.cLftMnLnk:hover {
    color: #000000;
}

    .cLftMnLnk:hover .cLftMnImgHv {
        display: block;
    }

    .cLftMnLnk:hover .cLftMnImg {
        display: none;
    }

.cLftMnIco {
    position: absolute;
    width: 5px;
    right: 0;
}

.cLftMnIcoHv {
    position: absolute;
    width: 5px;
    right: 0;
    display: none;
}

.cLftMnLnk:hover .cLftMnIcoHv {
    display: block;
}

.cLftMnLnk:hover .cLftMnIco {
    display: none;
}

#cookie {
    display: none;
    position: fixed;
    width: 325px;
    bottom: 25px;
    left: 10px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: futuralt-light;
    font-size: 13px;
    color: #fff;
    line-height: 17px;
    background: #333;
    opacity: .75;
    z-index: 2;
}

    #cookie:hover {
        opacity: 1;
    }

    #cookie a {
        color: #fff;
        text-decoration: underline;
    }

#cookieCls {
    position: absolute;
    width: 12px;
    top: 5px;
    right: 5px;
    padding: 2px;
    cursor: pointer;
}

#cookieAcc {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-decoration: underline;
    cursor: pointer;
}


.btnSpch {
    position: fixed;
    width: 70px;
    right: 25px;
    bottom: 25px;
    cursor: pointer;
    z-index: 1;
}


.btnSpchIcn {
    width: 100%;
}

.fixWhtGrs {
    position: fixed;
    width: 156px;
    right: 85px;
    bottom: 10px;
    padding: 12px 0 10px 12px;
    margin-right: 7px;
    background-color: #f5f7f9;
    font-family: inter_medium;
    font-size: 12px;
    color: #43474e;
    letter-spacing: -.03em;
    line-height: 1.5;
    border-radius: 4px;
    cursor: pointer;
    transition: ease .8s;
    z-index: 1;
}

    .fixWhtGrs span {
        font-family: Montserrat-Light;
    }

.fixWhtGrsIco {
    position: fixed;
    width: 60px;
    right: 15px;
    bottom: 35px;
    cursor: pointer;
    z-index: 2;
}

    .fixWhtGrsIco img {
        width: 100%;
        margin-top: -35px;
        height:50px;
    }


.instCon{
    display:none;
}

