
body {
    background-color:rgba(255,255,255,1.00);
}

/* default container */
.dflt-cntnr {
    position:absolute;
    left: 0;
    top: 0;
    bottom: 45%;
    width: 100%;
    height: 55%;
    background-color:rgba(255,255,255,1.00);
}

/* default content */
.dflt-img-cntnr {
    position:absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.dflt-img-cntnr img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dflt-img-cntnr-bttm {
}
.dflt-img-cntnr-bttm img {
    top: auto;
    bottom: 0;
    object-position: 50% 90%;
}
.dflt-img-cntnr-1 {
    position:absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 67%;
}
.dflt-img-cntnr-1 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dflt-img-cntnr-2 {
    position:absolute;
    left: 34%;
    top: 0;
    bottom: 0;
    right: 34%;
}
.dflt-img-cntnr-2 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dflt-img-cntnr-3 {
    position:absolute;
    left: 67%;
    top: 0;
    bottom: 0;
    right: 0;
}
.dflt-img-cntnr-3 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dflt-txt-cicl {
    position:absolute;
    left: 5%;
    bottom: 5%;
    background-color: rgba(255,242,0,1.00);
    border-radius: 50%;
    width: 23.4em;
    height: 23.4em;
    display: table;
    text-align: center;
    vertical-align: middle;
}
.dflt-txt-cicl-a {
    top: 5%;
    left: 3%;
    bottom: auto;
    width: 21.4em;
    height: 21.4em;
}
.dflt-txt-cicl h1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-size: 3.8em;
}
.dflt-lnk-bck {
    position:absolute;
    right: 1%;
    top: 2%;
    width: 10%;
}

/* area default content */
.area-info-lnk {
    position:absolute;
    right: 2%;
    bottom: 3%;
    width: 5%;
}
.area-lnk-bck {
    position:absolute;
    left: 1%;
    bottom: 2%;
    width: 10%;
}
.area-lnk-frnt {
    position:absolute;
    left: 11%;
    bottom: 2%;
    width: 10%;
}
.area-info-qt {
    position:absolute;
    left: 5%;
    top: 0%;
}
.area-info-qt h3 {
    font-size: 1.5em;
}
.area-info-qt p {
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
}
.area-info-qt-nyk,
.area-info-qt-lar {
    position:absolute;
    left: 5%;
    top: 0%;
}
.area-info-qt-jak07 {
    position:absolute;
    left: 26%;
    bottom: 5%;
}
.area-info-qt-nyk06 {
    width: 55%;
}
.area-info-qt-nyk10 {
    position:absolute;
    left: 5%;
    bottom: 25%;
}
.area-info-qt-kro01 {
    position:absolute;
    left: 45%;
    top: 0%;
    width: 17%;
}
.area-info-qt-ped01,
.area-info-qt-kro09 {
    position:absolute;
    right: 10%;
    bottom: 15%;
}
.area-info-qt-ped01 h3,
.area-info-qt-kro09 h3,
.area-info-qt-kro01 h3,
.area-info-qt-nyk10 h3,
.area-info-qt-jak07 h3,
.area-info-qt-nyk h3,
.area-info-qt-lar h3 {
    font-size: 1.3em;
}
.area-info-qt-ped01 p,
.area-info-qt-kro09 p,
.area-info-qt-kro01 p,
.area-info-qt-nyk p,
.area-info-qt-lar p {
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
.area-info-qt-lar p {
    text-align: left;
}


/* default footer */
.dflt-ftr-cntnr {
    position:absolute;
    left: 0;
    top: 55%;
    bottom: 0;
    width: 100%;
    height: 45%;
    background-color:rgba(255,255,255,1.00);
}
.dflt-ftr-pad {
    padding: 0 10%;
}
.dflt-ftr-col-cntnr {
    display: table;
    width: 90%;
    margin: 2% 5% 0 5%;
}
.dflt-ftr-col-cntnr-vid {
    margin: 1% 5% 0 5%;
}
.dflt-ftr-col {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.dflt-ftr-col-s {
    width: 25%;
}
.dflt-ftr-col-m {
    width: 33.3333333%;
}
.dflt-ftr-col-l {
    width: 50%;
}
.dflt-ftr-col-xl {
    width: 60%;
}
.dflt-ftr-col-xl-ext {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5%;
    grid-row-gap: 5%;
}
.dflt-ftr-col-xl-ext div {
    display: block;
}
.dflt-ftr-col-fll {
    width: 100%;
}
.dflt-ftr-col-img, 
.dflt-ftr-col-vid {
    width: 40%;
    text-align: left;
    vertical-align: top;
}
.dflt-ftr-col h1 {
    font-size: 2.8em;
    margin: 0 0 0 0;
}
.dflt-ftr-col p {
    font-size: 120%;
    margin: 1.5% 0 0 0;
}

/* area default footer */

.area-col {
    text-align: left;
    vertical-align: top;
}
.area-col-fll {
    width: 85%;
}
.area-col h1 img,
.area-col-vid h1 img {
    width: 6.5%;
    margin: 0 0 0 2%;
}
.area-vid-cntnr {
    width: 100%;
    display: table;
    vertical-align: top;
}
.area-vid {
    width: 45%;
    height: 35%;
    display: table-cell;
    padding: 0% 0 0 5%;
}
.area-vid a {
    position: relative;
}
.area-vid-img {
    width: 100%;
    height: 8.0em;
    overflow: hidden;
}
.area-vid-img img {
    width: 100%;
	object-fit: cover;
}
.area-vid-txt {
    width: 50%;
    padding: 0% 0 0 5%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    font-size: 95%;
}
.area-vid-txt h2 {
    margin: 0 0 0 0;
    font-size: 1.4em;
}
.area-vid-txt p {
    font-size: 110%;
    margin: 5.0% 0 0 0;
}

.face-rnd-link-cntnr {
    margin: 0 0 0 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5%;
    grid-row-gap: 5%;
}
.face-rnd-link-cntnr a {
    text-align: center;
}
.face-rnd-cntnr {
    border-radius: 50%;
    width: 9.5em;
    height: 9.5em;
    margin: 0 auto;
    overflow: hidden;
    object-fit: cover;
    text-align: center;
}

.face-rnd-link-cntnr h2 {
    font-size: 1.0em;
    font-weight: 700;
    margin: .23em 0;
}
.face-rnd-link-cntnr p {
    font-size: 95%;
}


.sustain-article-img {
    width: 100%;
}


