@font-face {
    font-family: "Nunito Sans";
    font-display: swap;
    src: url(../font/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf) format("truetype");
}

body {
    background-color: #000;
    font-family: "Nunito Sans", serif;
    
}

.header-fluid {
    padding: 16px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 48px;
}

.header-btns {
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.header-btn {
    display: flex;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #C1A15B;
    color: #C1A15B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.header-btn:hover,
.header-btn:focus {
    border: 1px solid #8C703B;
    color: #8C703B;
    text-decoration: none;
}

.hero-content {
    display: flex;
    gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.hero-title {
    color: #E5C856;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 125% */
}

a {
    text-decoration: none !important;
}

.hero-content {
    color: #F2F2F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.hero-btn {
    display: flex;
    height: 80px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 10px;
    background: #E5C856;
    color: #483B36;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 75% */
}

.hero-btn:hover,
.hero-btn:focus {
    background: #C4A63F;
    color: #483B36;
}

.hero-bottom-text {
    color: #808080;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.hero-bottom-text a {
    color: #E5C856;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
}

.hero-bottom-text a:hover,
.hero-bottom-text a:focus {
    color: #8C703B,
}

.hero-img {
    margin-top: -50px;
}

.table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 24px;
}

.table-content {
    margin-bottom: 24px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.table-title {
    color: #C1A15B;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
}

.table-text {
    color: #666136;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.table-row {
    display: none;
    padding: 16px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px dashed #666136;
}

.table-row.visible {
    display: flex;
}

.table-row .left-part {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #F2F2F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.table-row .right-part {
    color: #E4E4E4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.table-row .left-part span {
    color: #C1A15B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.more-btn {
    cursor: pointer;
    display: flex;
    height: 48px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #E5C856;
    color: #E5C856;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
}

.more-btn:hover,
.more-btn:focus {
    color: #C4A63F;
    border: 1px solid #C4A63F;
}

.footer-content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
}

.footer-bottom-text {
    color: #808080;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
/*EOF*/


