html{overflow-y:scroll;}

body{margin-top:0px;margin-bottom:0px;}

:root {
	--agflexgap: 15px;
}

div,a,article,aside,header,main,footer,nav,section,time{display: block;}

.crop_container{display:block;}

.agfg-container {
	display: grid;
	grid-gap: var(--agflexgap);
}

.agjcfs{-webkit-justify-content:flex-start;justify-content:flex-start;}

.agjcfe{-webkit-justify-content:flex-end;justify-content:flex-end;}

.agjcce{-webkit-justify-content:center;justify-content:center;}

.agjcsb{-webkit-justify-content:space-between;justify-content:space-between;}

.agjcsa{-webkit-justify-content:space-around;justify-content:space-around;}

.agjcse{-webkit-justify-content:space-evenly;justify-content:space-evenly;}

.agaifs{-webkit-align-items:flex-start;align-items:flex-start;}

.agaife{-webkit-align-items:flex-end;align-items:flex-end;}

.agaice{-webkit-align-items:center;align-items:center;}

.agaist{-webkit-align-items:stretch;align-items:stretch;}

.agaibl{-webkit-align-items:baseline; align-items:baseline;}

.agacfs{-webkit-align-content:flex-start; align-content:flex-start;}

.agacfe{-webkit-align-content:flex-end; align-content:flex-end;}

.agacce{-webkit-align-content:center; align-content:center;}

.agacsb{-webkit-align-content:space-between; align-content:space-between;}

.agacsa{-webkit-align-content:space-around; align-content:space-around;}

.agver{display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;-webkit-flex-direction:column;flex-direction:column;}

.aghor{display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;}

.agwrp{-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}

.agasfs{align-self:start;}

.agasfe{align-self:end;}

.agasce{align-self:center;}

.agasst{align-self:stretch;}

:hover>.popup{display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;z-index: 10;}

.agdisplaynone {display:none !important;}

/* PureCSS solution after this comment*/

body.agPureCSS {box-sizing: border-box;}

body.agPureCSS *, body.agPureCSS *:before, body.agPureCSS *:after {	box-sizing: inherit;}

body.agPureCSS .crop_container {position:relative;width:100%;}

body.agPureCSS .crop_container img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.aghplacementleft,.aghplacementright{
	display:inline-flex!important;
	flex-direction:column!important;
	align-items:flex-start!important;
	min-width:0px!important;
	max-width:100%!important;
	width:30%!important;
	overflow:hidden;
}

.aghplacementleft .crop_container img, .aghplacementright .crop_container img{width:100%!important;}

.aghplacementleft{
	float:left;
	margin-right:1em;
}

.aghplacementright{
	float:right;
	margin-left:1em;
}
.aghplacementmiddle{
	display:flex;
	flex-direction:column;
	align-items:center;
}
.aghplacementmiddle .crop_container {
	height: auto !important;
	width: 60% !important;
	max-width: 60% !important;
	min-width: 60% !important;
	margin: 0 auto;
}

.aghplacementmiddle img.Image { width: 100% !important;}

.aghplacementmiddle p, .aghplacementmiddle ol, .aghplacementmiddle ul {
	text-align:left;
	width:60%;
}
.aghplacementleft p, .aghplacementright p, .aghplacementmiddle p{padding:0px!important;}

@media all and (max-width: 850px) and (min-width: 600px){
	.aghplacementleft,.aghplacementright {width:40%!important;}
}
@media all and (max-width: 600px){
	.aghplacementleft,.aghplacementright{width: 100%!important;}
}

.ag_spa_button {
	visibility: hidden;
	cursor: pointer;
}

.ag_spa_navigation_bar {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.ag_spa_navigation_bar > * {
	flex: 1;
	cursor: pointer;
}

.ag_spa_navigation_bar .nav_group.active .nav_label, .ag_spa_navigation_bar .nav_pebble.active {
	font-weight: bold;
}

.ag_spa_datawrapper {
	width: 100%;
}

.ag_spa_scroll_container {
	width: 100%;
}

.ag-youtube-iframe-container, .ag-instagram-iframe-container, .ag-datawrapper-iframe-container,
.ag-carto-iframe-container, .ag-googlemaps-iframe-container, .ag-soundcloud-iframe-container,
.ag-googledocs-iframe-container, .agPoll {
	width: 100%;
}

@keyframes audiospin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.baseloader {
border: 16px solid oklch(0.964 0.03 0);
border-radius: 50%;
border-top: 16px solid oklch(0.368 0.01 0);
animation: audiospin 2s linear infinite;
position: absolute;
pointer-events: none;
left:0px;top:0px;width:54px;height:54px;
}

weather-widget {
	display: block;
	width: 150px;
	height: 50px;
	background-color: oklch(0.923 0.02 0);
	border-radius: 6px;
	color: black;
}

weather-widget svg-icon {
	width: 40px;
	height: 30px;
}
.nd-carousel-container {
    position: relative;
    display: block;
    user-select: none;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
}

    .nd-carousel-container.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        background-color: black;
        max-width: 100%;
        z-index: 10001;
    }

        .nd-carousel-container.fullscreen .nd-carousel-overflow {
            padding-top: 0;
            height: 100%;
            margin-bottom: 140px;
        }

        .nd-carousel-container.fullscreen .nd-carousel-indicators {
            position: absolute;
            bottom: 50px;
            left: 0;
            right: 0;
        }

        .nd-carousel-container.fullscreen .nd-carousel-toolbar {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 5px;

        }

.fullscreen .nd-icon-btn,
.fullscreen .nd-icon-btn:hover,
.fullscreen .nd-icon-btn:focus,
.nd-carousel-overlay-toolbar .nd-icon-btn:hover,
.nd-carousel-overlay-toolbar .nd-icon-btn:focus,
.nd-carousel-overlay-toolbar .nd-icon-btn {
    background-color: black;
}

.nd-carousel-overlay-toolbar {
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    white-space: nowrap;
    padding: .5rem 0rem;
    right: 0;
    background-color: oklch(0.138 0 0/0.8);
}

    .nd-carousel-overlay-toolbar button {
        margin: 0 .25rem;
    }


    .nd-carousel-overlay-toolbar .nd-icon-btn svg {
        fill: white;
    }

.fullscreen .nd-icon-btn svg {
    fill: white;
}

.nd-carousel-container[toolconf="overlay"]:not(.fullscreen) .nd-slide-textblock {
    bottom: 56px;
}
.nd-carousel-overlay-toolbar:empty, .nd-carousel-toolbar:empty  {
    display: none!important;
}

.nd-carousel-overflow {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    padding-top: 75%;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    background-color: black;
}

.nd-carousel-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    transition: transform 400ms ease;
    backface-visibility: hidden;
}

.nd-carousel-slide {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  /*pointer-events: none;*/
}

    .nd-carousel-slide[type="html"] > iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        margin: 0;
        pointer-events: none;
    }

.limitwidth {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.limitheight {
    max-height: 100% !important;
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nd-carousel-slide[type="video"] > video {
    height: 100%;
}

.video-toolbar {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%);
    background-color: black;
    padding: .5em 1.5em;
    color:white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1rem;
}

    .video-toolbar > .video-control {
        border: none;
        margin: 0;
        padding: .5rem;
        color: white;
        background-color: black;
        cursor: pointer;
        position: relative;
        font-size: 1em;    
        display: inline-flex;
        justify-content: center;
        align-items: center;
        outline:none;
    }

button.video-control svg {
    fill: white;
}

span.buffer-amount {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    background-color: black;
    border-radius: 50%;
}

span.video-played:after {
    content: " / ";
}

.video-toolbar:not(.playing) > .video-pause, .video-toolbar.playing > .video-play {
    display: none;
}
.video-toolbar.playing {
    opacity: 0;
    transform:scale(0) translate(-50%);
    transition: opacity 200ms ease, transform 0ms ease 200ms;
}

.video-tools-show .video-toolbar.playing{
    opacity: 1;
    transform:scale(1) translate(-50%);;
    transition: opacity 200ms ease;
}

.media-host > video {
    height: 100%;
    width: 100%;
    background-color: black;
}

span.video-duration {
    font-size: .9em;
    padding: 0 1rem;
    white-space: nowrap;
}


.nd-slide-media {
    pointer-events: none;
}

.nd-slide-media:not(.portrait) {
    width: 100%;
    height: auto;
    display: block;
}

.nd-slide-media.portrait {
    width: auto;
    height: 100%;
    display: block;
    margin: 0px auto;
}

.nd-carousel-container .nd-slide-media.landscape.u-limitheight {
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
}
.nd-carousel-toolbar .nd-icon.play,
.nd-carousel-toolbar.nd-icon.pause,
.nd-carousel-overlay-toolbar .nd-icon.play,
.nd-carousel-overlay-toolbar .nd-icon.pause {
    font-size: 1.2em;
    font-size: 1.2em;
    position: relative;
    width: 22px;
    height: 22px;
}
.nd-slide-textblock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: oklch(0.138 0 0/0.8);
    padding: 1rem 1.5rem;
    color: white;
    transition: opacity 200ms ease;
    text-align:center;
}

    .nd-slide-textblock p {
        margin: 0rem;
        font-size: .8rem;
    }

.nd-carousel-pebble {
    width: .5rem;
    height: .5rem;
    display: block;
    background-color: oklch(0.321 0.01 0);
    border-radius: 50%;
    transition: transform 100ms ease;
    margin: 0rem .25rem;
    cursor: pointer;
}

    .nd-carousel-pebble.active {
        transform: scale(1.5);
    }

.nd-carousel-indicators {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .nd-carousel-indicators.thumbnail {
        padding: .5rem 0rem;
    }

.nd-carousel-thumbnail {
    width: 58px;
    min-width: 58px;
    height: 58px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 100ms ease, border-radius 100ms ease;
    background-color: oklch(0.138 0 0/0.1);
    border-radius: 50%;
}

.nd-carousel-thumbnail {
    margin: 8px;
}

    .nd-carousel-thumbnail .landscape {
        height: 100%;
        width: auto;
    }

    .nd-carousel-thumbnail .portrait {
        width: 100%;
        height: auto;
    }

    .nd-carousel-thumbnail img.square {
        width: 100%;
        height: 100%;
    }

    .nd-carousel-thumbnail > img.html{
        background-color: oklch(0.487 0.1 268.3);
    }

    .nd-carousel-thumbnail.active {
        transform: scale(1.25);
    }

.nd-carousel-indicators.pebble {
    padding: .5rem;
}

.nd-ripple {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    border-radius: 50%;
}

    .nd-ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle, oklch(0.321 0.01 0) 10%, transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10, 10);
        opacity: 0;
        transition: transform 400ms ease, opacity 1s ease;
    }

    .nd-ripple:active:after {
        transform: scale(0, 0);
        opacity: .3;
        transition: 0s;
    }

.nd-btn, .nd-icon-btn {
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    border: none;
    outline: none;
    background-color: white;
    color: oklch(0.321 0.01 0);
    padding: .5em 1em;
    margin: 0em;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nd-icon-btn {
    height: 2.5em;
    width: 2.5em;
    padding: 0em;
    border-radius: 50%;
}

    .nd-btn:hover, .nd-btn:focus, .nd-icon-btn:hover, .nd-icon-btn:focus {
        background-color: oklch(0.997 0.03 0);
    }

.nd-carousel-toolbar {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
    position: relative;
}

.nd-carousel-indicators:empty + .nd-carousel-toolbar {
    margin-top: .5rem;
}

img.nd-icon {
    width: auto;
    height: 16px;
}

/*progress line*/
.nd-inteval-progress-line {
    border-bottom: 2px solid transparent;
    margin: 0px !important;
    transform: scalex(0);
    transform-origin: left;
}

.nd-inteval-progress-line-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: oklch(0.138 0 0/0.8);
    z-index: 10;
}

/*playstatebnt*/
.nd-carousel-playstate[playstate="pause"] .nd-icon:not(.play) {
    display: none;
}

.nd-carousel-playstate[playstate="play"] .nd-icon:not(.pause) {
    display: none;
}

.nd-carousel-autoplay {
    height: 2.5em;
    width: 2.5em;
    padding: 0em;
    border-radius: 50%;
    overflow: hidden;
}

button.nd-carousel-playstate.nd-icon-btn {
    margin:0;
}

.nd-carousel-autoplay-wrap[autoplay="false"] {
    display: none;
}

.nd-carousel-overlay-toolbar .nd-carousel-autoplay-wrap {
    margin: 0 .25em;
    font-size: 1rem;
}

svg.nd-icon {
    fill: oklch(0.321 0.01 0);
    display: inline-block;
    width: 1em;
    height: 1em;
}

.nd-carousel-container:not(.fullscreen) .nd-icon-btn.expand.shrink .nd-icon.shrink {
    display: none;
}


.nd-carousel-container.fullscreen .nd-icon-btn.expand.shrink .nd-icon.expand {
    display: none;
}

button.nd-icon-btn.expand.shrink.hidden {
    display: none;
}

.media-host{
    
    box-sizing: border-box;
}

.media-host.portrait {
    height: 100%;
    width: auto;
    max-height: 100%;
}

.media-host:not(.portrait) {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

button.nd-icon-btn.ext-link {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: .5rem;
    background-color: oklch(0.138 0 0/0.9);
    border-radius: 0px;
}

    button.nd-icon-btn.ext-link .nd-icon {
        fill: white;
    }

    button.nd-icon-btn.ext-link .nd-ripple:after {
        background-image: radial-gradient(circle, white 10%, transparent 10.01%);
    }

    button.nd-icon-btn.ext-link .nd-ripple {
        border-radius: 0px;
    }

@keyframes progressLine {
    to {
        transform: scalex(1)
    }
}

.nd-carousel-tools{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width:786px) {

    .nd-carousel-indicators.thumbnail {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }

    .nd-carousel-thumbnail {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

}

@media screen and (max-width:786px) and (min-width:425px) {

}

@media screen and (max-width:425px) {

    .nd-carousel-overflow{
        padding-top:75%!important;
    }

    .nd-btn, .nd-icon-btn,
    .nd-carousel-overlay-toolbar .nd-carousel-autoplay-wrap{
        font-size:.8rem;
    }
    .nd-carousel-container[toolconf="overlay"]:not(.fullscreen) .nd-slide-textblock{
        bottom:48px;
    }

    .nd-slide-textblock{
        padding: .5rem .75rem;
    }

    .video-toolbar{
        font-size: .8rem;
    }

}
.agCommentWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.agCommentBox a, a.agBtnComment, a.agBtnShowAll, a.agBtnCloseAll, a.agBtnSort
{
	cursor: pointer;
	border: 1px solid oklch(0.845 0.02 0);
	padding: 0.2em;
	background: oklch(0.898 0.02 0);
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.agCommentBox a:hover, a.agBtnComment:hover, a.agBtnShowAll:hover, a.agBtnCloseAll:hover
{
	background: oklch(0.845 0.02 0);
}

.agComments
{
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.agComments > .agCommentWrap > .agComments, .agComments > .agCommentWrap > .agCommentFormWrap
{
	padding-left: 1.5em;
}

/* CSS for limiting the indent after 2 replies */
.agComments > .agCommentWrap > .agComments > .agCommentWrap > .agComments .agComments
{
	padding-left: 0;
}

.agComment, .agCommentForm
{
	background: oklch(0.973 0.03 0);
	border: 1px solid oklch(0.925 0.02 0);
	margin: 0.2em 0;
	padding: 0.5em;
	display: inline-block;
}

.agCommentText, .agCommentInfo
{
	padding: 0 0 0.2em 0;
	margin: 0;
	font-size: 100%;
}

.agCommentText
{
	padding: 0.2em 0 0.2em 0;
}

.agCommentHeader {
    font-weight: bold;
    font-size: 150%;
}

.agCommentName
{
	font-weight: bold;
}

.agCommentDate, .agCommentVotes, .agCharLimit, .agReplyAmount
{
	font-style: italic;
	font-size: 80%;
}

.agCommentVotes
{
	margin-top: 0.2em;
	margin-left: 0.5em;
	float: right;
}

.agUpvoteWrapper, .agDownvoteWrapper
{
	margin-left: 0.5em;
}

.agUpvoteWrapper
{
	color: green;
}

.agDownvoteWrapper
{
	color: red;
}

.agBtnComment, .agBtnShowAll, .agBtnCloseAll
{
	margin: 0 0 0.2em 0;
}

.agBtnReply, .agBtnUpvote, .agBtnDownvote, .agBtnMore, .agForumList, .agBtnComment {
    margin: 0.2em 0 0 0;
}

.agBtnUpvote, .agBtnDownvote, .agBtnMore, .agBtnShowAll, .agBtnCloseAll
{
	margin-left: 0.2em;
}

.agCommentFormName, .agCommentFormText, .agCommentFormHeader {
    box-sizing: border-box;
}

.agCommentFormText
{
	min-height: 5em;
	max-width: 100%;
}

.agCommentFormName, .agCommentFormHeader {
    margin-bottom: 0.5em;
}

.agCharLimit, .agBtnShowAll, .agBtnCloseAll, .agBtnUpvote, .agBtnDownvote, .agBtnSort
{
    float: right;
}

.agForumList option, .agCommentHeader {
    cursor: pointer;
}
/* Lightbox */

.lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: oklch(0.138 0 0/0.8);
	z-index: 10000;
}

.lbOverlay > .close
{
	float: right;
	color: black;
	background: white;
	border-radius: 15px;
	padding: 10px;
	line-height: 10px;
	margin: 10px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	z-index: 99999;
}

.lbOverlay > .close:hover
{
	cursor: pointer;
}

.lbOverlay > .image {
    text-align: center;
    -webkit-user-select: none; /* Chrome all / Safari all */
}
/* Default CSS for agPoll */

.agPoll {
    border: 1px solid black;
    background: oklch(0.973 0.03 0);
    padding: 10px;
}
.question_container {
    margin-bottom: 10px;
}
.answer {
    margin-bottom: 10px;
    cursor: pointer;
}
.state_answer .answer
{
	display: none;
}
.answer-result-state {
    white-space: nowrap;
    background: black;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 6px;
    text-shadow: 1px 1px 1px black;
}
