<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}
@font-face{
    font-family: Vogue;
    src: url(fonts/VogueAvantGarde-Medium.woff) format("woff");
    font-weight: 500;
}
@font-face{ 
    font-family: Vogue;
    src: url(fonts/VogueAvantGarde-DemiBold.woff) format("woff"); 
    font-weight: 600;
} 
@font-face{
    font-family: Vogue;
    src: url(fonts/VogueAvantGarde-Bold.woff) format("woff");
    font-weight: 700;
}
@font-face{
    font-family: Didot;
    src: url(fonts/FBDidotS-Light.woff) format("woff");
    font-weight: 100;
}
@font-face{
    font-family: Garamondpro;
    src: url(fonts/agaramondpro-regular-webfont.woff2) format(woff2);
    font-weight: 400;
}
@font-face {
    font-family: Garamondpro;
    src: url(fonts/agaramondpro-bold-webfont.woff2) format(woff2);
    font-weight: 700;
}
a{
    margin: 0px;
    text-decoration: none;
    color: rgb(0, 0, 0);

}
h1, h2, h3, h4, h6{
    margin: 0px;
    font-family: "Vogue";
    font-weight: 600; 
    text-decoration: none;
    font-size: 17px;
    color: rgb(0, 0, 0);
}
h5, p {
    margin: 0px;
    font-family: "vogue";
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 13px;
   
}
article p, section h3, div h5, nav a{
    letter-spacing: 2px;
}
header {
    margin: 0px;
    text-transform: uppercase;
    font-family: "Vogue", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 13px ;
    color: rgb(0, 0, 0);
    text-decoration: none;
    letter-spacing: 2px;
}
.didot {
    font-family: "Didot", Georgia, 'Times New Roman', Times, serif;
    font-weight: 100;
    font-size: 70px;
}
.garamond {
    font-family: "Garamondpro", 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 20px;
}
.garamondbold {
    font-family: "Garamondpro", 'Times New Roman', Times, serif;
    font-weight: 700;
    font-size: 18px;
}
li {
    margin: 0px;
    font-family: "Vogue", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: rgb(0, 0, 0); 
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    list-style-type: none;
    font-stretch: ultra-condensed;
}
.list-style{
    list-style-type: none;
}
ul {
    padding: 0px;
}
body, img {
    margin: 0;
}

hr {
    height: 1px;
    background-color: rgba(90, 84, 79, 0.186);
    border: none;
}
button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
footer{
    height: 100%;
    background-color: rgb(216, 0, 0);
}
.medium{
    font-family: "vogue", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}
.demi{
    font-family: "vogue", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}
.bold{
    font-family: "vogue", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.spacingpositive{
    letter-spacing: 2px;
}
.spacing0{
    letter-spacing: 0px;
}
.spacingnegative{
    letter-spacing: -1px;
}
.white{
    color: white;
}
.gray{
    color: rgb(0, 0, 0);
}
.black{
    color: black;
}
.text-size11{
    font-size: 11px;
}
.text-size12{
    font-size: 12px;
}
.text-size13{
    font-size: 13px;
}
.text-size19{
    font-size: 19px;
}
.text-size40{
    font-size: 40px;
}
.text-widht20{
    width: 20vw;
}
.lineheight15{
    line-height: 1.5;
}

.display{
    display: flex;
}
.display-add{
    display: block;
}
.z-index{
    z-index: 1;
}
.justify-center{
    justify-content: center;
}
.justify-left{
    justify-content: left;
}
.justify-even{
    justify-content: space-evenly;
}
.align-center{
    align-items: center;
}
.cover{
    object-fit: cover;
}

.width32{
    width: 32%;
}
.width100{
    width: 100%;
}
.height30{
    height: 30%;
}

.marginof05-top{
    margin-top: 0.5rem;
}
.marginof1-top{
    margin-top: 1rem;
}
.marginof2-top{
    margin-top: 2rem;
}
.marginof3-top{
    margin-top: 3rem;
}
.marginof4-top{
margin-top: 4rem;
}
.marginof5-top{
    margin-top: 5rem;
}
.marginof7-top{
    margin-top: 7rem;
}
.marginof19-top{
    margin-top: 19rem;
}
.marginof1-right{
    margin-right: 1rem;
}
.marginof15-right{
    margin-right: 1.5rem;
}
.marginof163-right{
    margin-right: 16.3rem;
}
.marginof05-left{
    margin-left: 0.5rem;
}
.marginof4-left{
    margin-left: 4rem;
}
.marginof7-left{
    margin-left: 7rem;
}
.marginof8-left{
    margin-left: 8rem;
}
.marginof105-left{
    margin-left: 10.5rem;
}
.marginof12-left{
    margin-left: 12rem;
}
.marginof163-left{
    margin-left: 16.3rem;
}
.marginof17-left{
    margin-left: 17rem;
}
.marginof05-bottom{
    margin-bottom: 0.5rem;
}
.marginof1-bottom{
    margin-bottom: 1rem;
}
.marginof2-bottom{
    margin-bottom: 2rem;
}
.marginof25-bottom{
    margin-bottom: 2.5rem;
}
.marginof3-bottom{
    margin-bottom: 3rem;
}
.marginof5-bottom{
    margin-bottom: 5rem;
}
.paddingof1-top{
    padding-top: 1rem;
}
.paddingof25-top{
    padding-top: 2.5rem;
}
.paddingof6-top{
    padding-top: 6rem;
}
.paddingof0-left{
    padding-left: 0rem;
}
.paddingof05-left{
    padding-left: 0.5rem;
}
.paddingof0-bottom{
    padding-bottom: 0;
}
.paddingof05-bottom{
    padding-bottom: 0.5rem;
}
.paddingof1-bottom{
    padding-bottom: 1rem;
}
.paddingof15-bottom{
    padding-bottom: 1.5rem;
}
.paddingof3-bottom{
    padding-bottom: 3rem;
}
.paddingof05-all{
    padding: 0.5rem;
}
.paddingof2-all{
    padding: 2rem;
}
.paddingof2202{
    padding: 2rem;
    padding-bottom: 0;
}
.paddingof05222{
    padding: 2rem;
    padding-top: 0.5rem;
}
.underline:hover{
    text-decoration: underline;
    color: rgb(255, 119, 0, 0.52);
}
.underline1:hover{
    text-decoration: underline;
}
.box-shadow{
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.068);
}
.turnred:hover{
    color: red;
}
.position-right{
    position: absolute;
    right: 0;
}




.vogue-logo-div
{   
    height: max-content;
    background-color: white;
    position: fixed;
    top: 0px;
    width: 100%;
    border-bottom: 2px;
    border-bottom-style: solid ;
    border-color: rgba(128, 128, 128, 0.205);
}
.vogue-logo{
    width: 10%;
    padding-top: 1rem;
    margin-bottom: 1rem; 
}
.singin-button-div{
    height: 10%;
}
.position-sigin-button{
    position: absolute;
    right: 3%;
    top: 50%;
    align-items: center;
}
.sub-div{
    border-right: 1px ;
    border-right-style: solid;
    border-color: rgb(128, 128, 128, 0.205);
    height: 1.5rem;
    margin-right: 1.5rem;
}
.signin-button:hover{
    padding: 0.5rem;
    border-radius: 1rem ;
    background-color: rgba(255, 119, 0, 0.52);
    text-decoration: underline;
    transition: background-color 5ms, text-decoration 2ms;
}
.user1-icon{
    width: 0.8rem;
    margin: 0 0.5rem 0 0;
    position:absolute;
    top: -5px;
    left: 140px;

}
.user-icon{
    width: 0.8rem;
    margin: 0 0.5rem 0 0;
    opacity: 0;
    position:static;
    top: 50%;
    left: 10%;
}
.user-icon:hover{
    opacity: 1;
    transition: opacity 1ms;
}
.panel-position{
    position: sticky;
}
.panel-margin-left{
    margin-left: 12rem;
}
.panel-margin-right{
    margin-right: 12rem;
    top: 0px;
}
.issue-position{
    position: sticky;
    top: calc(10% + 1px);
    height: max-content;
    background-color: white;
}
.sub-tex{
    font-size: 13px;
}
.title-div{
    width: 35%;
    text-align: center;
    margin-top: 7%;
}
.audio-controls{
    border-radius: 0%;
    background-color: rgb(241,243,244);
    width: 60%;
}
.cap-banner{
    width:60%;
}
.drop-cap::first-letter {
    initial-letter: 3.2;
    padding-right: 10px;
    padding-bottom: 1rem;
    font-family: "Vogue", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}
.img3{
    object-position: -300px 0px;
}
.img4{
    object-position: -400px 0px;
}
.slim-text{
    width:400px; 
}
.slim-img{
    object-position: 100% 0%;
}
.img6{
    object-position: -295px 0px;
}
.topic-bar{
    width:60%;
    display: flex;
    justify-self: center;
    background-color: rgba(90, 84, 79, 0.186);
    border: none;
    height: 3.5px;
}
.thick-bar{
    background-color: rgba(90, 84, 79, 0.615);
    border: none;
    height: 4px;
}
.topic-type{
    text-transform: capitalize;
    padding-right: 2.5rem;
}
.pub-banner{
    width:940px;
    height:140px;
    object-fit: cover;
}
.app-icon{
    width: 2rem;
    margin-right: 2rem;
}
.list1{
    position: absolute;
    right: 30%;
}
.list2{
    position: absolute;
    right: 5%;
}
.link-div{
    width: 90%;
    position:relative;
    right: -5%;
}

.button1{
    background-color: rgb(255, 255, 255);
    color: black;
    padding: 0.5rem;
}
.pack-height{
    height: 450px;
}
.pack-img{
    height:450px; 
    width:49.38vw;
    display: flex;
    justify-self: center;
}
.pack-position{
    position: relative;
    width: 40vw;
    top: -620px;
    left: calc((100% - 40vw) /2);
    text-align: center;
    letter-spacing: 1px;
}
.pack-img5{
    object-position: 0 5%;
}
.pack-shadow{
    position: relative;
    top: -450px;
    height:450px; 
    width:49.38vw;
    display: flex;
    justify-self: center;
    box-shadow: 0px -200px 190px rgba(0, 0, 0, 0.963) inset;
    transition: 0.6s;
}
.pack-shadow:hover{
    position: relative;
    top: -450px;
    height:450px; 
    width:49.38vw;
    display: flex;
    justify-self: center;
    box-shadow: 0px -100px 190px rgba(0, 0, 0, 0.963) inset;
    transition: 0.6s;
}
.button3{
    background-color: black;
    padding: 1rem 1.5rem;
    margin-left: 1rem;
    color: white;
    border: 1px;
    border-style: solid;
    border-color: rgb(128, 128, 128, 0.205); 
}
.acc-div{
    border-right: 2px ;
    border-right-style: solid;
    border-color: rgb(197, 197, 197);
    height: 10px;
    align-items: center;
    padding-right: 0.5rem;
    
}</pre></body></html>