html, body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: sans-serif;
}
.sust-scene {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #67BB4C;
}
.sust-scene svg {
    position: absolute;
}
.sust-mountains,
.sust-sky {
    left: 0;
    top: 0;
    width: 100%;
    min-width: 118vh;
}
@media (min-aspect-ratio: 19/10) {
    .sust-mountains {
        top: auto;
        bottom: 10%;
    }
}
@media (min-aspect-ratio: 2/1) {
    .sust-mountains {
        top: auto;
        bottom: 2%;
    }
}
.sust-front {
    bottom: 0;
    right: 0;
    height: 12vh;
    min-height: 10vw;
}
@media (min-aspect-ratio: 2/1) {
    .sust-front {
        bottom: -8vh;
    }
}
.sust-farm {
    max-height: 40vh;
    bottom: 42.5%;
    width: 135%;
    left: -6%;
}
@media (max-aspect-ratio: 3/2) {
    .sust-farm {
        left: -18%;
    }
}
.sust-field {
    right: 53%;
    opacity: 0;
}
@media (min-aspect-ratio: 1/1) {
    .sust-field {
        right: 60%;
    }
}
.sust-house {
    height: 35%;
    bottom: 0;
}
@media (min-aspect-ratio: 3/2) {
    .sust-house {
        height: 45%;
    }
}
.sust-back-house {
    max-width: 16vh;
    width: 21%;
    bottom: 48%;
    left: 43%;
}
@media (max-aspect-ratio: 3/2) {
    .sust-back-house {
        left: 27%;
    }
}
.sust-tires {
    max-width: 20vh;
    width: 21%;
    bottom: 45%;
    left: 30%;
}
@media (max-aspect-ratio: 3/2) {
    .sust-tires {
        left: 11%;
    }
}
.sust-eco-energy {
    max-width: 30vh;
    width: 26%;
    bottom: 50%;
    right: 3%;
}
.sust-pig {
    min-width: 8vh;
    max-width: 12vh;
    width: 8%;
    bottom: 31%;
    right: 22%;
}
@media (max-aspect-ratio: 7/6) {
    .sust-pig {
        right: 26%;
    }
}
.sust-cow-food {
    max-width: 25vh;
    width: 26%;
    bottom: 23%;
    right: 43%;
}
@media (max-aspect-ratio: 4/3) {
    .sust-cow-food {
        width: 23%;
        bottom: 27%;
        right: 40%;
    }
}
.sust-bull {
    max-width: 18vh;
    width: 23%;
    bottom: 28%;
    right: 5%;
}
.sust-horse {
    max-width: 10vh;
    width: 14%;
    bottom: 38%;
    right: 33%;
}
.sust-chicken {
    max-width: 9vh;
    width: 9%;
    bottom: 20%;
    right: 20%;
}
@media (max-aspect-ratio: 4/3) {
    .sust-chicken {
        bottom: 19%;
        right: 15%;
    }
}
.sust-chicken-w-eggs {
    max-width: 10vh;
    width: 10%;
    bottom: 10%;
    right: 32%;
}
@media (max-aspect-ratio: 3/4) {
    .sust-chicken-w-eggs {
        right: 18%;
    }
}
.sust-tree {
    max-width: 22vh;
    width: 16%;
    bottom: 11%;
    right: -2%;
}

.sust-anchor {
    top: 10%;
    left: 10%;
    width: 16px;
    margin: -8px 0 0 -8px;
    display: none;
}
.sust-scene svg.sust-anchor-icon {
    position: relative;
    width: 12px;
    height: 12px;
}
.sust-anchor-icon circle:nth-child(1),
.sust-anchor circle:nth-child(1) {
    fill: #47b3a2;
    stroke: #FFF;
    transition: fill 0.3s ease-in-out;
}
.sust-anchor circle:nth-child(2) {
    fill: transparent;
    cursor: pointer;
}
.sust-anchor:hover circle:nth-child(1) {
    fill: #FFF;
}

.susmobilehide-btn,
.close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.susmobilehide-btn-plus {
    opacity: 0;
}

.sust-title {
    position: absolute;
    top: 100px;
    left: 35px;
    width: 450px;
    max-width: calc(100% - 130px);
    background-color: rgba(255, 255, 255, 0.8);
    user-select: none;
    padding: 30px;
    z-index: 400;
}
.sust-title h1 {
    margin: 0;
    padding-bottom: 10px;
}
@media (max-aspect-ratio: 4/3) {
    .sust-title {
        top: 100px;
        max-width: calc(100% - 70px);
    }
    .sust-title .close-btn {
        display: block;
    }
.sust-popup {
		max-height: 500px;
	overflow-y: scroll
		
}
	
}
	/*hack to fix background cutoff*/
	.sust-popup-shape, .sust-popup-content-text {
    border-radius: 30px;
    background-color: #ffffff;
}
.sust-title {
    font-size: 2vh;
}
@media (max-height: 600px) {
    .sust-title {
        font-size: 13px;
    }
}
.sust-title, .sust-popup {
    border-radius: 40px;
    line-height: 1.2;
}
.sust-popup-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(14,12,12,0.53);
    opacity: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.sust-popup {
    width: 600px;
    max-width: 90%;
    position: relative;
	z-index: 1000 !important;		
}
.sust-popup-liquid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sust-popup-content-text {
    position: relative;
    padding: 40px 60px 40px 40px;
}
.sust-anchor-to-popup {
    position: absolute;
    width: 16px;
    margin: -8px 0 0 -8px;
    display: none;
    z-index: 1000;
}
.sust-popup-shape {
    fill: #FFFFFF;
}
.sust-popup-shape, .sust-popup-content-text {
    opacity: 0;
}

.sust-popup a {
	color: #0056b3;
	text-decoration: underline !important

}

.sust-popup a:hover { color: #00E093;
}