body.sale nav {
    z-index: 10;
    margin-bottom: 0;
}

body.sale nav.unpinned {
    position: relative;
}

.sale-header {
    height: 362px;
    position: relative;
    background-color: #292929;
    overflow: hidden;
    top: 0;
    z-index: 0;
    margin-top: 0;
    /* position: sticky; */
}

/* .sale-header-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: visible;
}

.sale-header-bg svg {
  position: absolute;
  top: 0%;
  will-change: transform;
} */

.sale-header svg {
    position: absolute;
    top: 0%;
    will-change: transform;
    stroke: #FFF;
    /* left: 50%; */
    /* transform: translate(0%, -47%); */
}

.sale .header-anchor, 
.sale .header-anchor svg, 
.sale .header-anchor span {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.sale-main {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--bg-color);
    z-index: 1;
    margin: initial;
}

.sale-scroll {
    position: relative;
    width: 100%;
    background-color: var(--bg-color);
}

.parallax {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: initial;
    z-index: 1;
    width: 100%;
    background-color: var(--bg-color);
    top: 0;
    left: 0;
    overflow: hidden;
    /* padding: 0 2rem; */
}

.sale-main-inner {
    position: relative;
    /* width: 702px; */
    width: 695px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
}

.sale .main-body {
    padding: 0 8px;
    width: 651px;
}

.sale h1 {
    margin: 48px 0;
    font-size: 76px;
    line-height: 1.05em;
}

.sale h2, .sale h3, .sale h4, .sale h5 {
    font-family: iv, serif;
    font-weight: 300;
    font-size: 41px;
    letter-spacing: -0.03em;
    line-height: 0.95em;
    margin-bottom: 26px;
    margin-top: 96px;
}

.sale main p {
    font-size: var(--reg);
    line-height: 1.65;
    margin-bottom: 28px;
    color: #ebebeb;
}

.sale-main-inner ul {
    padding-left: 44px;
}

.sale-main-inner ul li {
    list-style: disc;
    font-size: var(--reg);
    line-height: 1.85;
}

.sale-main-inner ol {
    padding-left: 26px;          
    list-style-position: outside; 
}

.sale main ol p {
    margin-bottom: 32px;
}

.sale main ol li {
    display: list-item;
    font-size: var(--lg);
    margin-bottom: 28px;
    line-height: 1.65;
    padding-left: 0;
}

.sale main ol li .list-desc {
    display: block;
    font-size: var(--reg);
    margin-top: 0.15em;   
    opacity: 0.85; 
}

.sale .p-ul {
    margin-bottom: 12px;
    line-height: 1.65;
}


.sale-panel {
    position: fixed;
    bottom: -6px;
    right: 8px;
    z-index: 2;
}

.panel-bg {
    stroke: none;
    fill: #FFF;
}

.panel-dash {
    stroke: #000;
}

.sale-panel.flow {
    position: relative;
    height: 218px;
    bottom: 0;
    right: 0;
}

.sale-panel p {
    margin-bottom: 12px;
    font-size: var(--x-lg);
}

.sale-content {
    position: absolute;
    left: 32px;
    top: 51px;
    color: #000;
    width: 271px;
}

.sale-content p {
    font-size: 20px;
    line-height: 1.42;
    margin-bottom: 17px;
}

.sale-button {
    height: 56px;
    width: 100%;
    color: black;
    background-color: var(--white);
    border: 1.5px solid #000;
    border-radius: 0;
    font-size: 20.6px;
    line-height: 1;
    padding-top: 2px;
    cursor: pointer;
    z-index: 51;
    transition: all 0.3s ease-in-out;
}

.sale-button:hover {
    background-color: var(--enroll-btn-bg);
    color: var(--black);
    border: 1.5px solid var(--enroll-btn-bg);
}

.sale-main-footer {
    position: relative; 
    width: 100%;
    background: var(--black);
    z-index: 3;
}

.footer-sale {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .sale-header {
        height: 280px;
    }

    /* .sale-header svg {
        top: 50%;
        transform: translate(-57%, -60%); 
    } */
} 

@media (max-width: 759px) {
    .sale-main-inner {
        width: 100%;
    }

    .sale h1 {
        font-size: 76px;
        font-size: 9.842vw;
    }
}

@media (max-width: 715px) {
    .sale .main-body {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .sale-panel {
        width: 100%;
        height: auto;
        right: unset;
        overflow: hidden;
    }
}