/* Porsche Next */

@font-face {
    font-family: 'Porsche Next';
    src: url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-Thin.woff2') format('woff2'),
         url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Porsche Next';
    src: url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-ThinItalic.woff2') format('woff2'),
         url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Porsche Next';
    src: url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-Regular.woff2') format('woff2'),
         url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Porsche Next';
    src: url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-Italic.woff2') format('woff2'),
         url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Porsche Next';
    src: url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-Bold.woff2') format('woff2'),
         url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Porsche Next';
    src: url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-BoldItalic.woff2') format('woff2'),
         url('https://gldcreative.com/porsche/fonts/PorscheNextWLa-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

/* Universal */

body,
table,
td,
p,
a  {
    font-family: 'Porsche Next', Arial-Narrow, Arial, Heiti-SC, SimHei, sans-serif;
}



/* Media Type Nav */

.gldc-pams-media-type-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.gldc-pams-media-type-title {
    text-decoration: none;
    color: inherit;
    font-family: 'Porsche Next', Arial-Narrow, Arial, Heiti-SC, SimHei, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.3s ease;
    margin-right: 30px;
}

.gldc-pams-media-type-item {
    text-decoration: none;
    color: inherit;
    font-family: 'Porsche Next', Arial-Narrow, Arial, Heiti-SC, SimHei, sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s ease;
    margin-right: 30px;
}

.gldc-pams-media-type-item:hover {
    opacity: 0.7;
}

.gldc-pams-media-type-label {
    font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {

    .gldc-pams-media-type-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .gldc-pams-media-type-item {
      margin-left: 30px;
}
  
}


/* Rows */

.gldc-pams-ap-row {
  padding: 20px;
}
.gldc-pams-ap-row-2column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.gldc-pams-ap-row-3column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.gldc-pams-ap-row-4column {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    align-items: stretch;
}

.gldc-pams-ap-col {
    width: 100%;
    min-width: 0;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.gldc-pams-ap-col-asset {
    width: 100%;
    min-width: 0;
    background: #e3e3e3;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.gldc-pams-ap-col-download {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}


/* Medium desktop / tablet */
@media (max-width: 1200px) {
    .gldc-pams-ap-row-4column {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* Mobile */
@media (max-width: 768px) {

    .gldc-pams-ap-row-2column,
    .gldc-pams-ap-row-3column,
    .gldc-pams-ap-row-4column {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gldc-pams-ap-col:not(:first-child),
    .gldc-pams-ap-col-asset:not(:first-child){
        margin-top: 0px;
    }

}


/* Tombstones */

.gldc-pams-ap-tombstone {
  padding: 30px;
  margin-top: auto;
}

.gldc-pams-ap-tombstone-asset {
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
}

.gldc-pams-tombstone-button {
  padding: .5rem 1.5rem;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(0,0,0,.5);
  line-height: 35px;
  transition: background 0.25s;
  font-size: 1rem;
}

.gldc-pams-tombstone-button:hover {
  background: rgba(255,255,255,.75);
  color: #000000;
}

.gldc-pams-tombstone-button-dark {
  padding: .5rem 1.5rem;
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  line-height: 35px;
  transition: background 0.25s;
  font-size: 1rem;
}

.gldc-pams-tombstone-button-dark:hover {
  background: #333333;
}


.gldc-pams-ap-responsive-image {
    width: 100%;
    height: auto;
    display: block;
}

.gldc-pams-ap-tombstone-item {
  
}




/* Usage Agreement Module */

.gldc-pams-ap-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;

    align-items: center;
    justify-content: center;

    padding: 20px;
    box-sizing: border-box;
}

.gldc-pams-ap-modal.is-active {
    display: flex;
}

.gldc-pams-ap-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.gldc-pams-ap-modal-box {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 700px;
    height: 400px;

    background: #ffffff;
    border-radius: 12px;

    padding: 40px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
}

.gldc-pams-ap-modal-box h2 {
    margin: 0 0 20px 0;
    font-family: 'Porsche Next', Arial-Narrow, Arial, Heiti-SC, SimHei, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.gldc-pams-ap-modal-copy {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 25px;
    padding-right: 15px;
}

.gldc-pams-ap-modal-copy p {
    margin: 0 0 20px 0;
    font-family: 'Porsche Next', Arial-Narrow, Arial, Heiti-SC, SimHei, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

.gldc-pams-ap-agreement-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin-bottom: 20px;

    font-family: 'Porsche Next', Arial-Narrow, Arial, Heiti-SC, SimHei, sans-serif;
    font-size: 12px;
    line-height: 1.4;

    cursor: pointer;
}

.gldc-pams-ap-agreement-label input[type="checkbox"] {
    margin-top: 3px;
}

.gldc-pams-ap-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.gldc-pams-ap-modal-actions button {
    border: none;
    padding: .5rem 1.5rem;
    font-family: 'Porsche Next', Arial-Narrow, Arial, Heiti-SC, SimHei, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 12px;
  border: 1px solid #333333;
}

.gldc-pams-ap-modal-cancel {
    background: #e3e3e3;
    color: #000000;
}

.gldc-pams-ap-modal-continue {
    background: #000000;
    color: #ffffff;
}

.gldc-pams-ap-modal-continue:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

/* Mobile */

@media (max-width: 768px) {

    .gldc-pams-ap-modal {
        padding: 20px;
    }

    .gldc-pams-ap-modal-box {
        width: 100%;
        height: 80vh;
        max-height: 600px;

        padding: 30px 20px;
    }

    .gldc-pams-ap-modal-actions {
        flex-direction: column-reverse;
    }

    .gldc-pams-ap-modal-actions button {
        width: 100%;
    }

}




/* Background Images */

.gldc-pams-background-image-01 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-01.jpg");
  background-size: cover;
}

.gldc-pams-background-image-02 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-02.jpg");
  background-size: cover;
}

.gldc-pams-background-image-03 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-03.jpg");
  background-size: cover;
}

.gldc-pams-background-image-04 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-04.jpg");
  background-size: cover;
}

.gldc-pams-background-image-05 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-05.jpg");
  background-size: cover;
}

.gldc-pams-background-image-06 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-06.jpg");
  background-size: cover;
}

.gldc-pams-background-image-07 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-07.jpg");
  background-size: cover;
}

.gldc-pams-background-image-08 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-08.jpg");
  background-size: cover;
}

.gldc-pams-background-image-09 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-09.jpg");
  background-size: cover;
}

.gldc-pams-background-image-10 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-10.jpg");
  background-size: cover;
}

.gldc-pams-background-image-11 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-11.jpg");
  background-size: cover;
}

.gldc-pams-background-image-12 {
  background-image: url("https://gldcreative.com/porsche/website/images/tombstones/pams-asset-portal-tombstone-12.jpg");
  background-size: cover;
}














