.distance {
	height: 9em;
	display: block;
}
.bootstrap  .flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 1em;
   	padding-left: 0.75em;
    padding-right: 0.75em;

}

.bootstrap h2 {
    font-size: 22px;
    color: #222;
}

.bootstrap h3 {
    font-size: 18px;
    color: #222;
}
.bootstrap h4 {
    font-size: 14px;
    color: #222;
	font-weight: bold;
}

.bootstrap  .flex-container.top {
    padding-top: 1em;
}
.bootstrap  .flex-container.middle {
    padding-top: 1em;
    padding-bottom: 1em;
}
.bootstrap  .flex-container.bottom {
    padding-bottom: 2em;
}

.bootstrap .section {
	width: 100%;
	margin-top: 2em;
	
}

.bootstrap .flex-container.top .flex-items {
	align-self: stretch;
	box-sizing: border-box;
	padding: 0.75em 1em;
	flex: 1 1 100%;
	max-width: none;
	border-left: 0;
}

@media (min-width: 480px) {
    .bootstrap .flex-container .flex-items:not(.flex-items--full) {
        flex: 1 1 calc(50% - 1em);
    }
    .bootstrap .flex-container .flex-items:nth-child(2) {
        border-left: 1px solid #cccccc;
    }
}

@media (min-width: 640px) {
    .bootstrap .flex-container .flex-items:not(.flex-items--full) {
        flex: 1 1 calc(33.333% - 1em);
    }
    .bootstrap .flex-container .flex-items:nth-child(2),
    .bootstrap .flex-container .flex-items:nth-child(3) {
        border-left: 1px solid #cccccc;
    }
}


.bootstrap .flex-container .flex-items {
	align-self: stretch;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 0.75em;
	row-gap: 0;
}


.bootstrap .flex-container .flex-items > .icon {
	flex: 0 0 auto;
	width: 12%;
	min-width: 10%;
	max-width: 15%;
	height: auto;
	margin: 0;
	display: block;
}
.bootstrap .flex-container .flex-items > p {
	flex: 1 1 0;
	margin: 0;
	text-align: left;
}


.bootstrap .flex-items--full {
	flex: 1 0 100% !important;
	max-width: 100%;
	border-left: 0 !important;
	padding-top: 0.25em;
	padding-bottom: 0;
}
.bootstrap .flex-toggle-row {
	display: flex;
	justify-content: center;
}
.bootstrap .flex-toggle-row .collapse-toggle {
	min-width: 220px;
}


.bootstrap .collapse-container {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.35s ease, opacity 0.2s ease;
	will-change: max-height;
}
.bootstrap .collapse-container[aria-hidden=true] {
    padding-top: .5em;
    padding-bottom: .5em;
}
.bootstrap .collapse-container.is-open {
	opacity: 1;
}

.bootstrap .collapse-toggle.btn {
    border-radius: 2.5em;
    text-transform: uppercase;
    background-color: #68b093;
    transition: background-color .35s;
    color: #fafafa
}

.bootstrap .collapse-toggle.btn:hover {
    background-color: #3c6c59;
}

.bootstrap .firstminute-nav-list {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	list-style: none;
	margin-top: 1.5em;
	padding: 0.75em;
}
.bootstrap .firstminute-nav-list {
    margin-top: 1em;
}

.bootstrap .firstminute-nav-list .nav-list-element {
	flex: 1 1 calc((100% - 60px) / 4);
	min-width: 120px;
	box-sizing: border-box;
	align-self: flex-start;
	margin-top: 0;
}
.bootstrap .firstminute-nav-list .nav-list-element a {
	display: block;
	text-decoration: none;
	color: #fafafa;
    background-color: #07a39a;
    transition: background-color .35s;
    border-radius:  2.5em;
	margin-top: .5em
}



.bootstrap .firstminute-nav-list .nav-list-element a:hover {
    background-color: #046b65;
}

.bootstrap .firstminute-nav-list .nav-list-element a.btn-primary {
	font-size: clamp(0.75em, 1vw, 14px);
}



.bootstrap .hero .summary-card{
    margin-top: 1em;
    margin-bottom: 1em;
}

.bootstrap .hero .summary-card .summary-list{
    padding: revert;
    margin:  revert;
    line-height: 1.65;
    font-size: 14px;
}

.bootstrap .hero .note-card {
	margin-top: 1em;
	padding: 1em 0.75em;
	border: 1px solid #ccc;
}

.bootstrap .hero .note-card p {
	margin-bottom: 0;
}

.bootstrap .period-grid,
.bootstrap .info-grid
{
    display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1em;
}

.bootstrap .period-grid .period-card,
.bootstrap .info-grid .info-card{
	padding: 26px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-break: 1.65;
	border: 1px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.bootstrap .period-grid .period-card .period-label {
    font-size: 14px;
    color: #222;
	font-weight: bold;

}

.bootstrap .period-grid .period-card .period-top {
	margin-top: 1.5em;
}

.bootstrap .period-grid .period-card .period-top h4 {
	font-size: 1.5em;
}

.bootstrap .period-grid .period-card .period-top .status-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 0.82em;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	flex-shrink: 0;
	margin-top: 1em
}

.bootstrap .period-grid .period-card .period-top .status-chip--active {
	background: #edf7f0;
	color: #1f6b3d;
	border: 1px solid rgba(31, 107, 61, 0.18);
}

.bootstrap .period-grid .period-card .period-top .status-chip--expired {
	background: #f8efef;
	color: #8a3d3d;
	border: 1px solid rgba(138, 61, 61, 0.18);
}

.bootstrap .period-grid .period-card  .status-note {
	margin: 0 0 18px;
	padding: 12px 14px;

	font-size: 0.93em;
	line-height: 1.45;
}
.bootstrap .period-grid .period-card .status-note--active {
	background: #f3faf5;
	color: #29563a;
	border: 1px solid rgba(31, 107, 61, 0.12);
}
.bootstrap .period-grid .period-card .status-note--expired {
	background: #fbf6f6;
	color: #6e4e4e;
	border: 1px solid rgba(138, 61, 61, 0.12);
}

.bootstrap .period-grid .period-card dl {
	margin: 0;
	display: grid;
	grid-template-columns: minmax(160px, 220px) 1fr;
	gap: 12px 16px;
}
.bootstrap .period-grid .period-card dt {
	font-weight: 700;
	color: #4a4a4a;
	line-height: 1.65;
}
.bootstrap .period-grid .period-card dd {
	margin: 0;
	color: #4a4a4a;
	line-height: 1.65;
}

.info-card h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.info-card p {
	margin: 0;
	color: #4a4a4a;
}
.footer-note {
	margin-top: 26px;
	padding: 18px 20px;
	background: #ccc;
	border: 1px solid #ccc;
	color: #4a4a4a;
	font-size: 0.95em;
}
