/*pagemods/mods/bigintro/css/bigintro.css*/
.pg-cns-type-bigintro {
    max-width: 1180px;
    margin: 0 auto;
}

.pg-cns-type-bigintro .pg-cns-i {
    max-width: 700px;
    padding: 50px 10px 50px 10px;
}

.pg-cns-type-bigintro .pg-cns-i,
.pg-cns-type-bigintro .pg-cns-i * {
    font-size: 35px;
    color: #888888;
    font-family: Alexander, serif !important;
    font-style: normal;
    line-height: 40px;
}

.body-mobile .pg-cns-type-bigintro .pg-cns-i,
.body-mobile .pg-cns-type-bigintro .pg-cns-i * {
    font-size: 25px;
    line-height: 30px;
}

.body-mobile .pg-cns-type-bigintro .pg-cns-i {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pg-cns-type-bigintro a {
    transition: all 0.3s;
}

.pg-cns-type-bigintro a:hover {
    color: #79b4ba !important;
}/*pagemods/mods/remark/css/remark.css*/
.pg-cns-type-remark {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 10px 30px 10px;
}

.pg-cns-type-remark .pg-cns-i {
    background: url(/pagemods/mods/remark/i/remark2.png) no-repeat left center;
    background-size: 40px;
    padding-left: 55px;
}

.body-pageid-56594 .pg-cns-type-remark,
.body-pageid-56758 .pg-cns-type-remark.pg-cns-id-3 {
    max-width: 360px;
}/*pagemods/mods/checklist/css/checklist.css*/
.pg-cns-type-checklist {
    max-width: 1180px;
    margin: 0 auto;
    background-color: #c9f1f5;
    border-radius: 10px;
    padding: 40px 10px 10px 10px
}

.pg-cns-type-checklist-header {
	font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    /*text-shadow: 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff;*/
}

.pg-cns-type-checklist-list {
	columns: 2;

	padding: 70px 40px 40px 40px;
    /*border: 2px solid #79b4ba;
    border-radius: 10px;*/
}

.pg-cns-type-checklist-list-one-col-data {
	background: url(/pagemods/mods/checklist/css/i/check_color.png) no-repeat left top;
	background-size: 33px;
	font-size: 19px;
    padding: 5px 0 35px 55px;
    break-inside: avoid;
}

.body-mobile .pg-cns-type-checklist {
    margin-left: 10px;
    margin-right: 10px;
}

.body-mobile .pg-cns-type-checklist-list {
    columns: 1;
}


.pg-cns-type-checklist-list a {
    transition: all 0.3s;
}

.pg-cns-type-checklist-list a:hover {
    color: #b56d47 !important;
}/*pagemods/mods/spacer/css/spacer.css*/
.pg-cns-type-spacer {
	height: 50px;
}/*pagemods/mods/remark/css/remark.css*/
.pg-cns-type-remark {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 10px 30px 10px;
}

.pg-cns-type-remark .pg-cns-i {
    background: url(/pagemods/mods/remark/i/remark2.png) no-repeat left center;
    background-size: 40px;
    padding-left: 55px;
}

.body-pageid-56594 .pg-cns-type-remark,
.body-pageid-56758 .pg-cns-type-remark.pg-cns-id-3 {
    max-width: 360px;
}/*pagemods/mods/spacer/css/spacer.css*/
.pg-cns-type-spacer {
	height: 50px;
}/*pagemods/mods/treelist/css/treelist.css*/
.pg-cns-type-treelist-header {
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.pg-cns-type-treelist {
	margin-bottom: 40px;
}

.pg-cns-type-treelist-list-one {
    overflow: hidden;
}

.pg-cns-type-treelist-list-one-col-data {
	padding-top: 3px;
}

.pg-cns-type-treelist-list-one-col-data .pg-cns-type-treelist-list-one-col-data-real {
    position: relative;
    top: -2px;
}

.pg-cns-type-treelist-list-one-col-data .pg-cns-type-treelist-list-one-col-data-real,
.pg-cns-type-treelist-list-one-col-data .pg-cns-type-treelist-list-one-col-data-real * {
    font-size: 20px;
}

.pg-cns-type-treelist-list .pg-cns-type-treelist-list-one:nth-child(odd) .pg-cns-type-treelist-list-one-col-data {
    float: left;
    width: 50%;
    text-align: right;
    box-sizing: border-box;
    border-right: 1px solid #79b4ba;
    padding-bottom: 25px;
    padding-right: 30px;
    position: relative;
}

.pg-cns-type-treelist-list .pg-cns-type-treelist-list-one:nth-child(odd) .pg-cns-type-treelist-list-col-empty {
    float: right;
    width: 50%;
}

.pg-cns-type-treelist-list .pg-cns-type-treelist-list-one:nth-child(even) .pg-cns-type-treelist-list-one-col-data {
    float: right;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    border-left: 1px solid #79b4ba;
    position: relative;
    left: -1px;
    padding-bottom: 25px;
    padding-left: 30px;
    font-size: 20px;
}

.pg-cns-type-treelist-list .pg-cns-type-treelist-list-one:nth-child(even) .pg-cns-type-treelist-list-one-col-empty {
    float: left;
    width: 50%;
}

.pg-cns-type-treelist-list .pg-cns-type-treelist-list-one:nth-child(odd) .pg-cns-type-treelist-list-one-col-data:after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 100px;
    border: 3px solid #79b4ba;
    position: absolute;
    right: -13px;
    top: 0;
    background: #d1c6b4 linear-gradient(90deg, #d1c6b4, #ebe5d9);
}

.pg-cns-type-treelist-list .pg-cns-type-treelist-list-one:nth-child(even) .pg-cns-type-treelist-list-one-col-data:after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 100px;
    border: 3px solid #79b4ba;
    position: absolute;
    left: -14px;
    top: 0;
    background: #d1c6b4 linear-gradient(90deg, #d1c6b4, #ebe5d9);
}

.pg-cns-type-treelist-list .pg-cns-type-treelist-list-one:last-child .pg-cns-type-treelist-list-one-col-data {
    border-color: #79b4ba;
    padding-bottom: 0;
}

.pg-cns-type-treelist-list a {
    transition: all 0.3s;
}

.pg-cns-type-treelist-list a:hover {
    color: #79b4ba !important;
}/*pagemods/mods/spacer/css/spacer.css*/
.pg-cns-type-spacer {
	height: 50px;
}/*pagemods/mods/counter/css/counter.css*/
.pg-cns-type-counter-title {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.pg-cns-type-counter-time-real {
    text-align: center;
}

.pg-cns-type-counter-time-real-one {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 0;
}

.pg-cns-type-counter-time-real-one:after {
    content: ":";
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    text-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}

.pg-cns-type-counter-time-real .pg-cns-type-counter-time-real-one:last-child {
    padding-right: 0;
}

.pg-cns-type-counter-time-real .pg-cns-type-counter-time-real-one:last-child:after {
    display: none;
}

.pg-cns-type-counter-time {
    text-align: center;
}

.pg-cns-type-counter-time-real {
    display: inline-block;
    padding: 30px 40px;
    background-color: #79b4ba;
}

.pg-cns-type-counter-time-real-one span {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    padding: 0 14px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 40px !important;
    font-weight: bold;
    text-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}

.body-mobile .pg-cns-type-counter-time-real {
    padding-left: 20px;
    padding-right: 20px;
}

.body-mobile .pg-cns-type-counter-time-real-one span {
    font-size: 30px !important;
}

.pg-cns-type-counter-time-notes {
    margin-top: 4px;
    font-size: 16px;
    color: #ffffff;
}

.pg-cns-type-counter-button {
    margin: 30px 0 0 0;
    text-align: center;
}

.template-module-backcall-link {
    background-color: #456667;
}

.pg-cns-type-counter-button .button {
    border: 0;
}/*pagemods/mods/spacer/css/spacer.css*/
.pg-cns-type-spacer {
	height: 50px;
}/*pagemods/mods/outtro/css/outtro.css*/
.pg-cns-type-outtro {
    margin-top: 20px !important;
    padding: 40px 0;
    border-top: 2px solid #cccccc;
}

.pg-cns-type-outtro,
.pg-cns-type-outtro * {
    font-size: 25px;
    color: #555555;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.pg-cns-type-outtro .pg-cns-i {
    padding-left: 10px;
    padding-right: 10px;
}

.pg-cns-type-outtro a {
    transition: all 0.3s;
}

.pg-cns-type-outtro a:hover {
    color: #79b4ba !important;
}

.pg-cns-id-outtro .button {
    line-height: 44px !important;
    font-size: 21px !important;
}/*pagemods/mods/spacer/css/spacer.css*/
.pg-cns-type-spacer {
	height: 50px;
}/*pagemods/mods/gallery/css/gallery.css*/
.pg-cns-type-gallery-list-one-i {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center center;
}

.pg-cns-type-gallery-list-one-i a {
    display: block;
    width: 100%;
    height: 100%;
}

.pg-cns-type-gallery {
    padding: 30px 0 30px 0;
}

.pg-cns-type-gallery-list-one {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
}

.body-mobile .pg-cns-type-gallery-list-one {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

@supports not (aspect-ratio: 16 / 9) {
    .pg-cns-type-gallery-list-one-i {
        height: 190px !important;
    }
}

.pg-cns-type-gallery-list-cover {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pg-cns-type-gallery-list-scroll {
    width: 100%;
    margin: 0 auto;
    overflow: scroll;
    overflow-y: hidden;
    height: 160px;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.pg-cns-type-gallery-list-left {
    position: absolute;
    cursor: pointer;
    left: -30px;
    top: 50%;
    margin-top: -15px;
    color: #79b4ba;
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);
}

.pg-cns-type-gallery-list-right {
    position: absolute;
    cursor: pointer;
    right: -30px;
    top: 50%;
    margin-top: -15px;
    color: #79b4ba;
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);
}

.pg-cns-type-gallery-list-left:after {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 30px;
}

.pg-cns-type-gallery-list-right:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 30px;
}


.body-mobile .pg-cns-type-gallery-list-left {
    left: -18px;
}

.body-mobile .pg-cns-type-gallery-list-right {
    right: -18px;
}

.body-mobile .pg-cns-type-gallery-list-cover {
    margin-right: 20px;
    margin-left: 20px;
}

.body-mobile .pg-cns-type-gallery-list-scroll .pg-cns-type-gallery-list-one {
    display: inline-block !important;
}/*pagemods/mods/spacer/css/spacer.css*/
.pg-cns-type-spacer {
	height: 50px;
}/*pagemods/mods/adv/css/adv.css*/
.pg-cns-type-adv .cnr-adv .cnr-i {
    max-width: 1200px;
    margin: 0 auto;
}/*pagemods/mods/spacer/css/spacer.css*/
.pg-cns-type-spacer {
	height: 50px;
}/*pagemods/mods/reviews/css/reviews.css*/
.pg-cns-type-reviews .cnr-reviews .cnr-i {
    max-width: 1200px;
}