body {
	margin: 0;
}
p:empty {
    display: none;
}

.my_global {
	font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
}

.my_b {
	font-weight: bold;
}

.btn {
	font-weight: 900 !important;
}

.card {
    text-align: left;
    padding: 16px;
    margin: 0px;
	height: 100%;
}
.card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
    background-color: #99c363;
	border-radius: 50%;
	padding: 8px;
}
.card-icon i {
	color: #198754;
	font-size: 24px;	
}

.card-body {
	padding: 0;
}
.card-body .card-title {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.card-body .card-text {
	font-weight: normal;
}

.my_container {
	padding: 0;
	margin-top: 0px !important;
}
.my_container .row {
	margin-top: 16px;
}
.my_container .row .p-3{
	padding: 12px !important;
}

.my_p {
	margin-top: 16px;
}
.my_font_42px {
	font-size: 42px;
}
.my_font_32px {
	font-size: 32px;
}
.my_font_24px {
	font-size: 24px;
}
.my_font_20px {
	font-size: 20px;
}

.my_color_white {
	color: #ffffff;
}
.my_color_yellow {
	color: #f9d933;
}
.my_color_green {
	color: #99c363;
}
.my_color_red {
	color: #ff5c10;
}

.my_block_inner {
	width: 100%;
	max-width: 1035px;
	margin: 0 auto;
	padding: 75px 0px 75px 0px;
}

.my_img {
	width: 100%;
	border-radius: 8px;
}
.my_img_small {
	width: 50%;
	border-radius: 8px;
}

.my_margin_top {
	margin-top: 16px;
}

.my_event_card {
    border: 2px solid #99c363;
	border-left-width: 8px;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    text-align: left;
	margin: 16px 0 16px 0;
}
.my_event_card .my_event_card_title {
	font-size: 20px;
	font-weight: bold;
}
.my_event_card .my_event_card_text {
	margin: 16px 0 0 0;
}

.my_pair {
    display: flex;
    align-items: flex-start;
	padding-bottom: 32px;
}
.my_pair .my_pair_first {
    flex-shrink: 0;
    text-align: center;
	color: #99c363;
	font-size: 32px;
	padding-bottom: 16px;
}

.my_pair .my_pair_first .bi {
	font-size: 40px;
	padding: 0 16px 0 0;
}

.my_pair .my_pair_second .my_pair_second_title {
	font-weight: bold;
	padding-bottom: 16px;
}

.alert {
	margin-top: 8px;
}
.alert i {
	margin-right: 16px;
}
.alert .my_color_green {
	color: #86B066;
}

.my_timeline {
	position: relative;

	&:after {
		content: "";
		position: absolute;
		left: 17px;
		top: 36px;
		height: calc(100% - 36px);
		width: 2px;
		background-color: #7fa949;
		z-index: 0;
	}
}

.my_timeline .my_pair {
	display: flex;
	position: relative;
	margin-top: 24px;
	margin-bottom: 24px;

	&:last-child {
		padding-bottom: 0;
	}

	.my_pair_second {
		margin: 8px 0 0;
		padding-left: 45px;
	}

	.my_pair_second_title {
		&:after {
			content: "";
            position: absolute;
            left: 34px;
            top: 17px;
            height: 2px;
            width: 45px;
            background-color: #7fa949;
		}
	}

	.my_pair_second_text {
		padding-bottom: 0;
		margin: 0;
	}

	&:not(:last-child) {
		&:after {
			height: 75%;
		}
	}
}

.my_timeline .my_pair_first {
	width: 36px;
	height: 36px;
	background-color: #99c363;
	border: 2px solid #7fa949;
	border-radius: 8px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin-right: 14px;
	padding-bottom: 0;
	z-index: 999;
}

.my_instruction {
	position: relative;
	border: 2px solid #7fa949;
	border-radius: 8px;
	padding: 20px;
	
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.my_instruction .my_ql {
	width: 20px;
	position: absolute;
	left: -10px;
	top: -10px;
	background-color: white;
}
.my_instruction .my_qr {
	width: 20px;
	position: absolute;
	left: calc(100% - 10px);
	top: calc(100% - 10px);
	background-color: white;
	transform: rotate(180deg);
}

.my_instruction .my_img_small {
	max-height: 320px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	padding-top: 16px;
	padding-bottom: 16px;

	display: block;
	margin-left: 0;
	margin-right: auto;
}
.my_instruction_title {
	padding-bottom: 16px;
}

#my_block_0 {
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/bg.png');
    background-size: cover;
    background-position: center;
}
#my_block_0 .my_color_white {
	padding-top: 24px;
	padding-bottom: 24px;
}

#my_block_1 .card {
    border: 1px solid #cdd7c0;
    background-color: #f0f8f0;
}

#my_block_4 {
	background-color: #f7fafc;
}

#my_block_5 {
	background-color: #f4d025;
}
#my_block_5 .my_headline {
	margin-bottom: 32px;
}
#my_block_5 .card {
    background-color: #00000000;
    border: 2px solid #7fa949;
	border-top-width: 8px;
}
#my_block_5 .card .card-icon {
	position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight: bold;
	background-color: #7fa949;
}
#my_block_5 .card .card-text {
	margin-bottom: 0px;
}
#my_block_5 .alert {
	margin-top: 48px;
	margin-bottom: 0px;
}

#my_block_6 .my_block_inner {
	padding-top: 45px;
}

#my_block_7 .my_headline {
	margin-bottom: 32px;
}
#my_block_7 .row {
	display: flex;
	margin-top: 0px;
}
#my_block_7 .col-md-6 {
	display: flex;
	flex-direction: column;
}
#my_block_7 .btn {
	margin-top: 12px;
}

#form:target {
    padding-top: 80px; /* Adjust based on header height */
    margin-top: -80px; /* Negative margin to keep layout intact */
    display: block; /* Ensure the element is a block for the offset to work */
}
#form .my_headline {
	margin-bottom: 16px;
}

@media (max-width: 768px) {
	.my_global {
		font-size: 3.5vw;
	}

	.my_column {
		margin-bottom: 5vw;
	}

	.my_font_42px {
		font-size: 9.1vw;
	}
	.my_font_32px {
		font-size: 6.9vw;
	}
	.my_font_24px {
		font-size: 5.7vw;
	}
	.my_font_20px {
		font-size: 4.5vw;
	}
	.my_font_16px {
		font-size: 3.5vw;
	}

	.my_block_inner {
		padding: 10vw 5vw 10vw 5vw;	
	}

	#my_block_5 .my_column:not(:last-of-type) {
		margin-bottom: 10vw;
	}
	#my_block_5 .my_column:last-of-type {
		margin-bottom: 0vw;
	}
}