.heading h1{
    font-size: 2vw;
    margin-top: 30px;
    text-align:left !important;
    color: #fff;
    line-height: 1vw;
}
/* .revealed-section { 
    justify-content: start;
    align-items: start;
    padding-left: 2%;
}
.revealed-section h6 { color: #fff !important; margin-bottom: 100px; }
.revealed-section img {
    left: 75%;
    top: 10%;
    width: 45%;
} */
.letter { font-size: 6vw; margin-top: 10px; line-height:75px;}
/* body { background-color: #03252F !important; color: #fff; } */
/* .revealed-section { height:25vw !important; color: #fff;} */
.contributing-section { text-align: center; }
.contributing-section img { text-align: center;  width: 96% }
.contributing-section h2 { /* this is the same as credibility h2*/
    color: var(--gold);
    font-family: 'Moneta-bold';
    text-align: center;
    text-transform: uppercase;
    font-size: 3vw;
    line-height: 2.5vw;
    letter-spacing: 2.75px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contributing-section .main-points .row
{
    border-top: 1px var(--gold) solid;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contributing-section .main-points>div.row:last-child
{
    border-bottom: 1px var(--gold) solid;
}
.contributing-section h3 { /* this is the same as credibility h2*/
    color: white;
    font-family: 'Moneta-bold';
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: left;
    letter-spacing: 1px;
    /*text-align: center;
    text-transform: uppercase;
    font-size: 3vw;
    line-height: 2.5vw;
    letter-spacing: 2.75px;
    padding-top: 100px;
    padding-bottom: 100px; */
}
.contributing-section h1 {
    font-size: 7vw;
    color: white;
    text-align: left;
}
.contributing-section h4 { /* this is the same as credibility h2*/
    color: var(--gold);
    font-family: 'Moneta-bold';
    text-align: center;
    text-transform: uppercase;
    font-size: 5vw;
    line-height: 4vw;
    letter-spacing: 2px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contributing-section .card
{
    background-color: white;
    /* margin-left: 2vw;
    margin-right: 2vw; */
    height:250px;

    position: relative;
    z-index: 1;
    border: 0;
}
.contributing-section .card:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: #C2AE92;
    z-index: -1;
    transition: transform 0.3s;
}

.contributing-section .card:hover::after {
    transform: scaleY(1);
}
.contributing-section .card:hover  h6 {
    color: white;
}

.contributing-section .card h6
{
    color: var(--gold);
    font-family: 'Moneta-bold';
    text-align: center;
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: 2px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.contributing-section .card h3 { 
    color: var(--blue);
    font-family: 'Moneta-bold';
    text-align: center;
    font-size: 2vw;
    line-height: 2vw;
    letter-spacing: 1px;
}
.contributing-section .card p { 
    padding-left: 3vw;
    padding-right: 3vw;
    
}
.contributing-section .card-column
{
    height:600px;
}
.collaborate-heading-paragraph { color: white;}
.collaborate-heading-paragraph { font-size: 1vw;}


.investment-product.revealed-section {
    
}

/* .revealed-section {
    text-align: left !important;
    align-items: left !important;
    flex-direction: row;
    justify-content: start;
}
.revealed-section h6 {
    text-align: left;
}

.revealed-section img { left: 75%; top:30%; width:40%;} */

.rarities-disclosed h6 {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 0px;
}
.rarities-disclosed h1 {
    text-align: center;
    font-size: 15vw;
}
.investment-product h7 {
    text-transform: uppercase;
    font-size: 1vw;
    text-align: center;
    z-index: 2;
    position: relative;
    font-family: Berthold Akzidenz Grotesk BE EX;
    margin: 0;
    padding: 0;
    letter-spacing: 7px;
    color: #03252F;
    opacity: 0;
    transform: translateY(50px);
    animation: fade-in-up 1s forwards;
    margin-top: 10px;
    margin-bottom: 100px;
}
.rarities-disclosed-content
{
    padding:0;
}
.newsCard {
    margin: 0;
    background-color: #F3F1EE;
    color: #03252F;
    padding: 30px 0px 2px 0px;
    border-top: 1px var(--gold) solid;
}

.newsCaption {
    background-color: #fff; 
}
.newsCard h2 {
    text-align: left;
    color: var(--gold);
    padding-top: 30px;
    padding-bottom: 30px;
}
.newsCard-no
{
    font-size: 2vh;
    width:50px;
    margin: auto;
}
.newsCaption .text
{
    text-align: center;
    font-size: 1vw;
    color: #000;
    margin-top: 4vw;   
}
.ptg-pic img {
    width: 40%;
}
.book-container h6 {
    color:#fff;
    font-size: 0.7vw;
    text-transform: uppercase;
    margin: 20px;
    margin-left: 0;
}

.team-section .h6-small
{ 
    margin-top: 0;
    padding-top: 5vw;
}

.operating-model-section .card
{
    height: 255px;    
    width:100%;
    font-family: Berthold Akzidenz Grotesk BE Light;
}
.operating-model-section .card h5
{
    text-align: center;    
    padding-right: 0px;
}
.collaborate-section { background-color: #03252F;}
.collaborate-section h6 { color: #fff;}

.collaborate-section {
}

.contributing-section h6 {
    color: white;
    width:40%;
    letter-spacing: 5px;
    padding-bottom: 100px;
}


@media (max-width: 900px) {
    .letter { 
        font-size: 10vw; 
        margin-top: 10px; 
        line-height:9vw;
    }
    .revealed-section img {
        /* margin-top: 500px; */
        width: 300px;
        text-align: center;
        left: 200px;
        top: 500px;
    }
    /* .revealed-section {
        height: 90vw !important;
    } */
    .contributing-section h2 {
        font-size: 9vw;
        line-height: 8vw;
    }
    .contributing-section .main-points h1 {
        font-size: 20vw;
    }
    .contributing-section .main-points h3 {
        font-size: 5vw;
        line-height: 5vw;
    }
    .contributing-section h4 {
        font-size: 15vw;
        line-height: 13vw;
    }
    .contributing-section h6 {
        width:100%;
        letter-spacing: 5px;
        padding-bottom: 100px;
    }
    .contributing-section .card h6 {
        font-size: 3vw;
    }
    .contributing-section .card h3 {
        font-size: 8vw;
        line-height: 7vw;
    }
    .experts h1 {
        max-width: 100%;
        margin: 0px 0 20px 20px;
        font-size: 15vw;
        line-height: 14vw;
    }
    .ptg-pic img {
        width: 100%;
    }
    .book-container h6 {
        font-size: 2.7vw;
    }
    .team-section h2{
        font-size: 15vw;
        line-height: 14vw;
    }
    .team-section h6{
        font-size: 4vw;
        line-height: 4vw;
        letter-spacing: 5px;
    }
    .book-container img {
        width: 330px;
    }
    /* .rarities-disclosed h6 {
        text-align: center;
        font-size: 5vw;
        margin-bottom: 0px;
    }
    .investment-product h7 {
        font-size: 3vw;
    }
    .newsCard {
        padding:20px;
        font-size: 5vw;
    }
    .newsCard h2 {
        font-size: 10vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .newsCard-no { 
        margin-left: 0px; 
        font-size: 7vw;
    }
    .ptg-pic {
        margin: 0;
        padding: 0;
    }
    .ptg-pic img {
        width: 100%;
    }
    .book-container h6 {
        font-size: 2vw;
    }
    .operating-model-section .card {
        height: 255px;
        width: 1000px;
    }
    .slick-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .collaborate-section img { width: 80%;}

    .investment-product h6 {
        font-size: 3vw;
    } */
}

/*iPad mini portrait  */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    /* .revealed-section img {
        margin-top: 100px;
        width: 300px;
        text-align: center;
        left: 400px;
        top: 100px;
    } */
    .credibility-text {
        margin-left: 0 !important;
    }
    .rarities-disclosed h1 {
        font-size: 17vw;
    }
    .investment-product h7 {
        font-size: 2vw;
    }
    .newsCard-no {
        font-size: 5vw;
    }
    .newsCard h2 {
        font-size: 5vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .alternative-section h2 {
        font-size: 10vw;
        line-height: 80px;
    }
    .alternative-section h5 {
        font-size: 4vw;
        line-height: 4vw;
    }
    .team-section h2 {
        font-size: 10vw;
        line-height: 70px;
    }
    .operating-model-section h2 {
        font-size: 10vw;
        line-height: 70px;
    }
    .operating-model-section h5 {
        font-size: 4vw;
        line-height: 4vw;
    }
    .collaborate-section h2 {
        font-size: 10vw;
        line-height: 70px;
    }
    /* .team-section h6 {
        font-size: 2vw;
        line-height: 70px;
    } */
}

/*iPad mini landscape  */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}

/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    /* .revealed-section img {
        left: 70%;
        top: 30%;
        width: 60%;
    }     */
    .newsCaption .text {
        margin-top: 7vw;
    }
    .letter {
        font-size: 6vw;
        margin-top: 10px;
        line-height: 55px;
    }
}


@media screen and (min-width: 2560px) {
    /* .revealed-section h6 {
        margin-top: 0;
    } 
    .revealed-section img {
        left: 70% !important;
        top: 30% !important;
        width: 40% !important;
    }  */
    .credibility img {
        width: 100%;
    }
    .newsCard h2 {
        font-size: 5vw;
        /* padding-top: 60px; */
        /* padding-bottom: 60px; */
        /* margin-bottom: 500px; */
    }
    .newsCaption .text {
        margin-top: 2.5vw !important;
    }
    .newsCard {
        margin: 0;
        padding: 10px 0px 120px 0px;
    }
    .operating-model-section .card {
        height: 355px;
    }
    .operating-model-section  {
        font-size: 1vw;
    }

    /* .operating-model-section div {
        font-size: .8vw;
    } */
    
}




