/* used by committochange and changeisthejourney content assets in SFCC */

@font-face {
    font-family: AvantGardeGothicProBold;
    src: url("../fonts/AvantGarde-Bold.otf") format("opentype");
}

@font-face {
    font-family: MuseoSansExtraBold;
    src: url("../fonts/MuseoSans-ExtraBold.otf") format("opentype");
}

.letter
{
	margin: 120px auto;
	color: black;
	font-size: 16px;
	line-height: 1.4em;
	width: 90%;
	max-width: 1280px;
}

.deciem-logo {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 160px;
    left: 40px;
}

@media (max-width: 1024px) {
    .letter {
        margin: 60px auto 120px;
    }

    .deciem-logo {
        position: initial;
    }
}

@media (max-width: 767px) {
    .deciem-logo {
        display: none;
    }

    .changes-header {
        margin-bottom: 20px;
    }
}

.letter h1
{
    display: none;
}

.letter h2
{
    font-family: MuseoSansBlack, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
}

.letter .commitment {
    margin-top: 42px;
}

.letter h3
{
    /* font-family: MuseoSansExtraBold, sans-serif; */
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
    margin-top:25px;
    text-transform: none;
}

.letter b
{
    font-weight: 800;
}

.letter a {
    text-decoration: underline;
    color:  #DC049B;
}

.letter ul
{
    list-style-type: disc;
    margin: 1rem 0;
    font-size: 16px;
}

.letter img.signature
{
    max-width: 100px;
    margin-top:45px;
    margin-bottom: 25px;
}

.letter .content
{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.letter .bold {
    font-weight: 600;
}

.changes-header {
    width: 100%;
    max-height: 800px;
}

img.divider {
    max-width: 100%;
}

img.chart {
    max-width: 100%;
    margin-bottom: 1rem;
}


.letter .pink {
    color:  #DC049B;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-image {
    display: flex;
    justify-content: center;
}

img.footer {
    max-width: 50%;
}

ul.second-list {
margin-left: 7px;
}

ul.commit-li li {
    padding: 0.5rem;
}

.video-container {
    position: relative;
    max-width: 800px; /* Maximum width of the video container */
    width: 100%;
    height: auto;
    margin: 0 auto; /* Center the container horizontally */
}

/* Style the video */
video.changes-video {
   max-width: 800px;
   width: 100%;
   height: auto;
}

@media only screen and (min-width: 1024px) {
  .loopha-logo {
    display: none !important;
  }
}
