/* //////// SIZING ELEMENTS //////// */
.title{width:100%; height:15%;}
.content{width:100%;height:85%;}
.tiermaster{width:55%;height:100%;}
.tiercolumn{width:32%;height:100%;}
.tiercolumn:hover{width:34%;}
.tierexamples{width:100%;height:auto;max-height:0%;opacity:1;min-width:90%;}
.tiercolumn:hover{ .tierexamples{height:auto;max-height:10%;width:90%;min-width:90%;opacity:1;} }

.tierimageholder{width:100%;height:auto;max-height:65%;align-items:end;}
.tierimage{width:auto;height:auto;max-width:95%;max-height:100%;}
.tierinfo{width:100%;height:auto;max-height:35%;}

.tierimage{height:auto;max-height:95%;width:auto;max-width:100%;}


.termsmaster{width:45%;height:100%;}
.testimaster{width:100%;height:40%;padding-bottom:2%;}
.testititle{width:100%;height:20%;}
.testicontent{width:100%;height:100%;clip-path:polygon(0% 0%,0% 100%,100% 100%, 100% 0%);}
.testitext{width:100%;height:50%;}
.testisvg{width:100%;height:90%;}

.dividerydoo{height:100%;width:2px;background-color:white;margin-left:1.2%;margin-right:.8%}

.tosmaster{width:100%;height:40%;border-top:solid 5px white;padding-top:5%;}
.tostitle{width:100%;height:20%;}
.toscontent{width:100%;height:80%;}
/* ///////////////////////////////// */

/* /////// CAROUSEL ELEMENTS /////// */
.carousel{position:relative;width:100%;height:100%;}
#next, #prev{z-index:4;position:absolute;top:0;width:25%;height:100%;cursor:pointer;}
#prev{left:0%;}
#next{left:75%;}
.carousel>ul{margin:0;padding:0;width:100%;height:100%;}
.carousel .slide{margin:0;padding:0;overflow:hidden;bottom:0;position:absolute;transition:all 1s;clip-path:inherit;}
.carousel .slide{height:100%;width:50%;}
.carousel image{clip-path:inset(0% round 50%);}
.carousel image:hover{opacity:1;}
/* ///////////////////////////////// */

/* /////// INDIVIDUAL SLIDES /////// */
.slide:nth-child(1) {z-index:0;top:0%;left:-25%;opacity:0;}
.slide:nth-child(2) {z-index:1;top:0%;left:-25%;opacity:.5;}
.slide:nth-child(3) {z-index:2;top:0%;left:25%;opacity:1;}
.slide:nth-child(4) {z-index:1;top:0%;left:75%;opacity:.5;}
.slide:nth-child(5) {z-index:0;top:0%;left:75%;opacity:0;}
.slide:nth-child(6) {display:none;z-index:0;height:0%;width:0%;left:0%;opacity:0;}
.slide:nth-child(7) {display:none;z-index:0;height:0%;width:0%;left:0%;opacity:0;}
.slide:nth-child(8) {display:none;z-index:0;height:0%;width:0%;left:0%;opacity:0;}
.slide:nth-child(9) {display:none;z-index:0;height:0%;width:0%;left:0%;opacity:0;}
/* ///////////////////////////////// */



/* ///////// MEDIA QUERIES ///////// */
@media only screen and (min-aspect-ratio: 95/100)  {
    .masterdiv{width:80vw;width:80dvw;height:80vh;height:80dvh;max-height:40vw;max-height:40dvw;}}
@media only screen and (max-aspect-ratio: 95/100)  {
    .masterdiv{width:90vw;width:90dvw;max-width:40vh;max-width:40dvh;height:90vh;height:90dvh;max-height:90vh;max-height:90dvh;}
    .tierexamples{justify-content:center;max-width:80%;object-fit:contain;}
    .title{height:10%;}
    .content{height:80%;}
    .tiermaster{height:50%;width:100%;}
    .termsmaster{flex-direction:column;height:50%;width:100%;}
    .testimaster{width:90%;height:50%;padding-bottom:0%;}
    .tosmaster{width:100%;height:50%;border-top:none 0px transparent;padding-top:0%;}
    .tierimageholder{width:100%;height:auto;max-height:60%;}
    .tierinfo{width:100%;height:auto;max-height:40%;}
/* ///////////////////////////////// */


