body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
/*
 * Buildly grid — Bootstrap 5 compatible, self-contained, no JS.
 * Loaded when buildly.bootstrap.mode = "grid" (default). Class names match
 * Bootstrap so switching to mode "full" needs no template changes.
 */

.container,
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

@media (min-width: 576px)  { .container { max-width: 540px; } }
@media (min-width: 768px)  { .container { max-width: 720px; } }
@media (min-width: 992px)  { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

/* Gutter utilities */
.g-0 { --bs-gutter-x: 0; --bs-gutter-y: 0; }
.g-1 { --bs-gutter-x: .25rem; --bs-gutter-y: .25rem; }
.g-2 { --bs-gutter-x: .5rem;  --bs-gutter-y: .5rem; }
.g-3 { --bs-gutter-x: 1rem;   --bs-gutter-y: 1rem; }
.g-4 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
.g-5 { --bs-gutter-x: 3rem;   --bs-gutter-y: 3rem; }

/* Base (xs) columns */
.col   { flex: 1 0 0%; }
.col-12 { width: 100%; }
.col-1  { width: 8.33333%; }  .col-2  { width: 16.66667%; }
.col-3  { width: 25%; }       .col-4  { width: 33.33333%; }
.col-5  { width: 41.66667%; } .col-6  { width: 50%; }
.col-7  { width: 58.33333%; } .col-8  { width: 66.66667%; }
.col-9  { width: 75%; }       .col-10 { width: 83.33333%; }
.col-11 { width: 91.66667%; }

/* md and up (tablet, ≥768px) */
@media (min-width: 768px) {
    .col-md-1  { width: 8.33333%; }  .col-md-2  { width: 16.66667%; }
    .col-md-3  { width: 25%; }       .col-md-4  { width: 33.33333%; }
    .col-md-5  { width: 41.66667%; } .col-md-6  { width: 50%; }
    .col-md-7  { width: 58.33333%; } .col-md-8  { width: 66.66667%; }
    .col-md-9  { width: 75%; }       .col-md-10 { width: 83.33333%; }
    .col-md-11 { width: 91.66667%; } .col-md-12 { width: 100%; }
}

/* lg and up (desktop, ≥992px) — Buildly emits col-N col-md-N col-lg-N */
@media (min-width: 992px) {
    .col-lg-1  { width: 8.33333%; }  .col-lg-2  { width: 16.66667%; }
    .col-lg-3  { width: 25%; }       .col-lg-4  { width: 33.33333%; }
    .col-lg-5  { width: 41.66667%; } .col-lg-6  { width: 50%; }
    .col-lg-7  { width: 58.33333%; } .col-lg-8  { width: 66.66667%; }
    .col-lg-9  { width: 75%; }       .col-lg-10 { width: 83.33333%; }
    .col-lg-11 { width: 91.66667%; } .col-lg-12 { width: 100%; }
}

