#agenda :nth-last-child(2) + td.td-single{
	--padding-th-right: 15px;
}
#agenda :nth-last-child(2) + td.td-single summary::before{
	display: none!important;
}
#agenda :nth-last-child(2) + td.td-single summary::after{
	display: none!important;
}
/*-----------------------------------------------------

    Title :  Pharma Pricing Innovation Conference 2024
    Usage :  landing page
    Edited:  2025-05-08

-------------------------------------------------------

    1. hero
    2. overview
    3. registration
    4. agenda
    5. venue
    6. contact
    7. responsive ( 767px)

-------------------------------------------------------*/



/*  1. hero
-------------------------------------------------------*/

#hero {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 110px max(var(--dist-min-cont-edge), (100% - 900px) / 2) 20px;
	min-height: 768px;
	overflow: hidden;
	text-align: center;
	background: 50% 0 no-repeat linear-gradient(327.37deg, #86034D 1.76%, #1E1B4D 43.06%);
	}

#hero h1 {
	position: relative;
	color: inherit;
	font-weight: 800;
	font-size: 7.6rem;
	line-height: 1;
	}

#hero h1 + p { /* description */
	position: relative;
	margin-top: 9px;
	margin-inline: auto;
	max-width: 800px;
	font-size: 2.4rem;
	line-height: 1.71;
	}

#hero [itemprop="description"] + p { /* address */
	position: relative;
	margin-top: 11px;
	font-weight: 700;
	font-size: 3.2rem;
	}

#hero [itemprop="address"] + p { /* date */
	position: relative;
	margin-top: -2px;
	font-weight: 600;
	font-size: 2.6rem;
	}

#hero .w {
	position: relative;
	display: flex;
	justify-content: center;
	column-gap: 37px;
	margin-top: 61px;
	}

#hero .w .btn {
	width: 239px;
	height: 66px;
	}

#hero .w :not(.default).btn {
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.09);
	}

#hero .w :not(.default):is(:hover, :focus).btn {
	background-color: var(--color-purple-600);
	border-color: var(--color-purple-600);
	}

#hero .w .btn .ico.arrow-right {
	margin-left: 0.9rem;
	}



/*  2. overview
-------------------------------------------------------*/

#overview {
	position: relative;
	margin-inline: auto;
	padding: 117px var(--padding-inline-center-content) 113px;
	}

#overview h2 {
	font-weight: 800;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}

#overview h2 + p {
	margin-top: 0.2rem;
	font-size: 3.2rem;
	line-height: 1.575;
	}

#overview h2 + p > strong {
	font-weight: 800;
	}

#overview ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 27px 30px;
	margin-top: 38px;
	font-size: 1.8rem;
	line-height: 1.65;
	}

#overview li {
	position: relative;
	padding: 20px;
	background-image: linear-gradient(180deg, #1D1C31 0%, #181729 65.24%), linear-gradient(180deg, #393857 0%, #181729 45.24%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
	border-radius: 20px 20px 0 0;
	}

#overview li img {
	display: block;
	}

#overview li strong {
	display: block;
	margin-block: 10px 3px;
	font-weight: 800;
	font-size: 2rem;
	text-transform: uppercase;
	}



/*  3. registration
-------------------------------------------------------*/

#reg {
	display: flex;
	justify-content: space-between;
	column-gap: 80px;
	margin-top: 0px;
	margin-inline: auto;
	padding: 57px 50px;
	width: min(1240px, 100% - var(--dist-min-cont-edge) * 2);
	min-height: 670px;
	background: no-repeat linear-gradient(180deg, #29283E 0.75%, #181729 100%);
	border-radius: 28px 28px 0 0;
	}

#reg .w {
	max-width: 480px;
	}

#reg h2 {
	color: #EA8A2D;
	font-weight: 800;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}

#reg h2 + p {
	margin-top: 0.2rem;
	font-size: 3.2rem;
	line-height: 1.575;
	}

#reg ul {
	margin-top: 22px;
	font-size: 1.8rem;
	line-height: 1.65;
	}

#reg li {
	position: relative;
	padding-left: 46px;
	min-height: 36px;
	}

#reg li + li {
	margin-top: 21px;
	}

#reg li::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -1px;
	width: 34px;
	height: 34px;
	background: no-repeat url(../img/sprite.svg?ver=2504111706#ico-register-bullet);
	}

#reg li a {
	--color-link-static: var(--color-body);
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-thickness: 0.05em;
	text-underline-offset: 0.1em;
	}

#reg form {
	flex-shrink: 0;
	margin-top: -14px;
	width: 507px;
	}

#reg form > fieldset {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	}

#reg form > fieldset > legend {
	float: left;
	margin-bottom: 12px;
	width: calc(100% - 150px);
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.35;
	}

#reg fieldset fieldset {
	display: flex;
	column-gap: 3px;
	margin-block: 1px 13px;
	padding: 3px;
	width: 127px;
	height: 42px;
	background-color: #0D0C1D;
	border: 1px solid #1D1B3A;
	border-radius: 40px;
	}

#reg fieldset fieldset legend {
	position: absolute;
	left: -5000px;
	}

#reg fieldset fieldset > div {
	position: relative;
	display: flex;
	width: 60px;
	height: 34px;
	}

#reg fieldset fieldset div > input {
	width: 100%;
	height: 100%;
	border-radius: revert;
	}

#reg fieldset fieldset div > label {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-inline: 4px;
	width: 100%;
	cursor: pointer;
	color: #778590;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1;
	transition-property: color;
	}

#reg fieldset fieldset div > label:hover,
#reg fieldset fieldset div > :checked + label {
	color: #fff;
	}

#reg fieldset fieldset div > label::before {
	content: revert;
	}

#reg fieldset fieldset div:first-of-type > label::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 1;
	width: 100%;
	height: 100%;
	background-color: #29283E;
	border-radius: 40px;
	box-shadow: 0 1px 2px 0 #0000000D;
	transition: transform 0.2s;
	}

#reg fieldset fieldset div + div label::after {
	content: none;
	}

#reg fieldset fieldset div:first-of-type :not(:checked) + label::after {
	transform: translateX(63px);
	}

#reg fieldset fieldset legend {
	position: absolute;
	left: -5000px;
	}

#reg form > fieldset > div {
	width: 100%;
	}

#reg form > fieldset > div + div {
	margin-top: 13px;
	}

@property --label-background-color {
	syntax: "<color>";
	initial-value: #2e2d44;
	inherits: false;
}

@property --label-border-gradient-start {
	syntax: "<color>";
	initial-value: #393857;
	inherits: false;
}

@property --label-border-gradient-middle {
	syntax: "<color>";
	initial-value: #29283E;
	inherits: false;
}

@property --label-border-gradient-end {
	syntax: "<color>";
	initial-value: #393857;
	inherits: false;
}

#reg form > fieldset > div label {
	position: relative;
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 26px 25px 25px 56px;
	cursor: pointer;
	background-image: linear-gradient(var(--label-background-color), var(--label-background-color)), linear-gradient(92.28deg, var(--label-border-gradient-start) -0.73%, var(--label-border-gradient-middle) 55.34%, var(--label-border-gradient-end) 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
	border-radius: 3px;
	transition-property: --label-background-color, --label-border-gradient-start, --label-border-gradient-middle, --label-border-gradient-end, box-shadow;
	}

#reg form > fieldset > div :not([disabled]):not(:checked) + label:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	}

#reg form > fieldset > div :checked + label {
	--label-background-color: var(--color-elec-blue-20);
	--label-border-gradient-start: var(--color-prim-blue-100);
	--label-border-gradient-middle: var(--color-prim-blue-100);
	--label-border-gradient-end: var(--color-prim-blue-100);
	}

#reg form > fieldset > div [disabled] + label {
	opacity: 0.7;
	cursor: revert;
	}

#reg form > fieldset > div [type="radio"] {
	top: calc(50% - 9px);
	left: 25px;
	}

#reg form > fieldset > div [type="radio"] + label::before {
	top: calc(50% - 9px);
	left: 24px;
	}

#reg form > fieldset > div [type="radio"] + label::after {
	top: calc(50% - 3px);
	left: 30px;
	}

#reg label img {
	margin-right: 15px;
	padding: 0;
	}

#reg label .name {
	margin-top: 2px;
	margin-right: auto;
	font-weight: 800;
	font-size: 1.8rem;
	text-transform: uppercase;
	transition-property: color;
	}

#reg :checked + label .name {
	color: #161B20;
	}

#reg label .name > small {
	display: block;
	margin-top: 0.2rem;
	font-weight: 400;
	font-size: 1.4rem;
	text-transform: none;
	transition-property: color;
	}

#reg :checked + label .name > small {
	color: #384B5B;
	}

#reg label .price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: 15px;
	text-align: right;
	white-space: nowrap;
	}

#reg label [hidden].price {
	display: none;
	}

#reg label ins {
	font-weight: 700;
	font-size: 1.8rem;
	text-decoration-line: none;
	transition-property: color;
	}

#reg :checked + label ins {
	color: #0F2542;
	}

#reg label del {
	margin-top: 0.4rem;
	color: #ccc;
	transition-property: color;
	}

#reg :checked + label del {
	color: #82919E;
	}

#reg form .btn {
	margin-top: 22px;
	width: 100%;
	height: 64px;
	font-weight: 700;
	font-size: 2rem;
	}

#reg form > p {
	color: #ccc;
	font-size: 1.1rem;
	line-height: 1.36;
	text-align: center;
	letter-spacing: 0.012em;
	}

#reg form > p:first-of-type {
	margin-top: 16px;
	}



/*  4. agenda
-------------------------------------------------------*/

#agenda {
	--padding-th-right: 15px;
	--padding-th-bottom: 12px;
	--padding-th-left: 15px;
	--text-offset-top: 16px;
	--text-offset-inline: 25px;
	--text-offset-bottom: 17px;
	margin-top: 53px;
	margin-inline: auto;
	padding: 32px 40px 19px;
	width: var(--width-center-section);
	background-image: linear-gradient(#1f1d31, #1f1d31), linear-gradient(92.28deg, #26385C -0.73%, #05152A 55.34%, #26385C 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
	border-radius: 15px;
	}

#agenda h2 {
	color: #fff;
	font-size: 4.6rem;
	text-align: center;
	}

#agenda .agenda-subtitle {
	color: #fff;
	text-align: center;
	background-color: #ffffff25;
	border-radius: 14px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px 30px;
}
				
#agenda p {
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
}				

#agenda > .tabs {
	margin-top: 17px;
	}

#agenda > .tabs > [role="tablist"] {
	position: relative;
	display: flex;
	justify-content: center;
	column-gap: 25px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 2.4rem;
	border-bottom: 1px solid #2E2D44;
	}

#agenda > .tabs > [role="tablist"] > button {
	padding-inline: 10px;
	padding-bottom: 10px;
	}

#agenda > .tabs > [role="tablist"] .indicator {
	position: absolute;
	bottom: -1px;
	border-top: 1px solid var(--color-prim-blue-100);
	}

#agenda > .tabs > [role="tablist"] > button:is(:hover, :focus, [aria-selected="true"]) {
	color: var(--color-prim-blue-100);
	}

#agenda .tabs [role="tabpanel"] h3 {
	margin-inline: auto;
	max-width: 822px;
	color: #D7DCE0;
	font-size: 2.2rem;
	line-height: 1.65;
	text-align: center;
	}

#agenda .tabs [role="tabpanel"] h3 + p {
	margin-top: 1px;
	margin-inline: auto;
	max-width: 822px;
	color: #D7DCE0;
	font-size: 1.8rem;
	line-height: 1.65;
	text-align: center;
	}

#agenda .tabs [role="tabpanel"] h3 ~ .tabs {
	margin-top: 29px;
	}

#agenda .tabs .tabs [role="tablist"] {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	margin-bottom: 30px;
	margin-left: calc(9.8% + var(--padding-th-left));
	}

@property --agenda-tab-background-color {
	syntax: "<color>";
	initial-value: #181729;
	inherits: false;
}

@property --agenda-tab-border-gradient-start {
	syntax: "<color>";
	initial-value: #393857;
	inherits: false;
}

@property --agenda-tab-border-gradient-middle {
	syntax: "<color>";
	initial-value: #29283E;
	inherits: false;
}

@property --agenda-tab-border-gradient-end {
	syntax: "<color>";
	initial-value: #393857;
	inherits: false;
}

#agenda .tabs .tabs [role="tablist"] > button {
	padding: 15px 24px 14px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.325;
	text-align: left;
	background-image: linear-gradient(var(--agenda-tab-background-color), var(--agenda-tab-background-color)), linear-gradient(92.28deg, var(--agenda-tab-border-gradient-start) -0.73%, var(--agenda-tab-border-gradient-middle) 55.34%, var(--agenda-tab-border-gradient-end) 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
	border-radius: 10px;
	transition-property: --agenda-tab-background-color, --agenda-tab-border-gradient-start, --agenda-tab-border-gradient-middle, --agenda-tab-border-gradient-end, color;
	}

#agenda .tabs .tabs [role="tablist"] > button[aria-selected="true"] {
	--agenda-tab-background-color: #fff;
	--agenda-tab-border-gradient-start: #fff;
	--agenda-tab-border-gradient-middle: #fff;
	--agenda-tab-border-gradient-end: #fff;
	color: var(--color-prim-blue-100);
	}

#agenda .tabs .tabs [role="tablist"] > button:where(:hover, :focus) {
	color: var(--color-prim-blue-100);
	}

#agenda .tabs .tabs [role="tablist"] button time {
	display: block;
	margin-bottom: 1px;
	width: 100%;
	color: var(--color-prim-blue-100);
	font-weight: 600;
	font-size: 1.8rem;
	text-transform: none;
	}

#agenda table {
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.65;
	}

#agenda th:first-child {
	width: 9.8%;
	color: transparent;
	font-size: 0;
	}

#agenda :where(:not([role="presentation"])) > th + th {
	--padding-th-bottom: 20px;
	position: relative;
	z-index: 1;
	padding: var(--text-offset-top) calc(var(--padding-th-right) + var(--text-offset-inline)) calc(var(--padding-th-bottom) + var(--text-offset-bottom)) calc(var(--padding-th-left) + var(--text-offset-inline));
	height: 85px;
	color: #fff;
	font-size: 2.4rem;
	text-align: left;
	}

#agenda :nth-last-child(2) + th {
	--padding-th-right: 61px;
	width: 47.6%;
	color: var(--color-elec-blue-100);
	}

#agenda :where(:not([role="presentation"])) > th + th::before {
	content: "";
	position: absolute;
	inset: 0 var(--padding-th-right) var(--padding-th-bottom) var(--padding-th-left);
	z-index: -1;
	background-color: var(--color-prim-blue-100);
	border-radius: 10px;
	}

#agenda :nth-last-child(2) + th::before {
	background-color: #fff;
	}
#agenda td + td:not([colspan="2"]):before {
	background: var(--color-prim-blue-100);
	}

#agenda td {
	vertical-align: top;
	}

#agenda td + td:not(:has(> details)) {
	vertical-align: middle;
	}

#agenda td:first-child {
	padding-block: var(--text-offset-top) calc(var(--padding-th-bottom) + var(--text-offset-bottom) - 2px);
	}

#agenda td + td {
	--padding-th-bottom: 20px;
	position: relative;
	z-index: 1;
	padding: var(--text-offset-top) calc(var(--padding-th-right) + var(--text-offset-inline)) calc(var(--padding-th-bottom) + var(--text-offset-bottom)) calc(var(--padding-th-left) + var(--text-offset-inline));
	height: 105px;
	font-weight: 700;
	font-size: 2.4rem;
	text-align: left;
	}

#agenda :nth-last-child(2) + td {
	--padding-th-right: 61px;
	}

#agenda td + td::before {
	content: "";
	position: absolute;
	inset: 0 var(--padding-th-right) var(--padding-th-bottom) var(--padding-th-left);
	z-index: -1;
	box-sizing: border-box;
	background-image: linear-gradient(#2E2D44, #2E2D44), linear-gradient(92.28deg, #393857 -0.73%, #29283E 55.34%, #393857 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
	border-radius: 10px;
	}

#agenda :nth-child(2):nth-last-child(2) + td::before {
	background-image: none;
	background-color: #fff;
	border-color: transparent;
	}

#agenda td time {
	color: #fff;
	font-weight: 600;
	font-size: 2.4rem;
	white-space: nowrap;
	}

#agenda td small {
	display: block;
	margin-top: -5px;
	color: #6D8192;
	font-weight: 700;
	font-size: 1.2rem;
	white-space: nowrap;
	}

#agenda details {
	position: relative;
	margin: calc(-1 * var(--text-offset-top)) calc(-1 * var(--text-offset-inline)) calc(-1 * var(--text-offset-bottom));
	padding: var(--text-offset-top) var(--text-offset-inline) var(--text-offset-bottom);
	}

#agenda details:not(:only-child):not(:last-child) {
	margin-bottom: 0;
	}

#agenda details + details {
	margin-top: 0;
	}

#agenda summary {
	display: flex;
	align-items: center;
	margin: calc(-1 * var(--text-offset-top)) calc(-1 * var(--text-offset-inline)) calc(-1 * var(--text-offset-bottom));
	padding: var(--text-offset-top) var(--text-offset-inline) var(--text-offset-bottom);
	min-height: 85px;
	color: inherit;
	line-height: 1.2;
	}

#agenda :where(:nth-child(2):nth-last-child(2) + td) summary {
	color: var(--color-darkblue);
	}

#agenda tr.hover summary,
#agenda summary:focus {
	color: var(--color-link-hover);
	}

#agenda :nth-last-child(2) + td summary {
	position: relative;
	transition-property: color;
	}

#agenda summary .track {
	display: none;
	}

#agenda :nth-last-child(2) + td summary::before {
	content: "";
	position: absolute;
	top: 8px;
	right: -46px;
	height: 18px;
	border-right: 2px solid #fff;
	transition-property: opacity, border-right-color;
	transition-duration: var(--trans-dur);
	}

#agenda :nth-last-child(2) + td .open > summary::before {
	opacity: 0;
	}

#agenda tr.hover summary::before,
#agenda    summary:focus::before {
	border-right-color: var(--color-blue1) !important;
	}

#agenda :nth-last-child(2) + td summary::after {
	content: "";
	position: absolute;
	top: 16px;
	right: -54px;
	width: 18px;
	border-top: 2px solid #fff;
	transition-property: border-top-color;
	transition-duration: var(--trans-dur);
	}

#agenda tr.hover summary::after,
#agenda    summary:focus::after {
	border-top-color: var(--color-blue1) !important;
	}

#agenda summary .cntr {
	position: relative;
	display: block;
	}

#agenda summary .cntr .orig-text {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	}

#agenda summary .cntr .filler {
	visibility: hidden;
	}

#agenda summary .icon-clickable-area {
	position: absolute;
	top: 7px;
	right: -55px;
	width: 20px;
	height: 20px;
	}

#agenda details > .wrapper {
	position: relative;
	pointer-events: none;
	transition-property: height;
	}

#agenda .height-measure::before {
	content: "";
	display: block;
	height: 17px;
	}

#agenda dl div + div {
	margin-top: 1.9rem;
	}

#agenda dt {
	pointer-events: auto;
	font-weight: 800;
	font-size: 1.4rem;
	text-transform: uppercase;
	}

#agenda dd {
	margin-top: 7px;
	pointer-events: auto;
	color: #D7DCE0;
	font-weight: 400;
	font-size: 1.8rem;
	}

#agenda :nth-child(2):nth-last-child(2) + td dd {
	color: var(--color-darkblue);
	}

#agenda dd p + p {
	margin-top: 1.4rem;
	}



/*  5. venue
-------------------------------------------------------*/

#venue {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding: 130px var(--padding-inline-center-content) 120px;
	min-height: 1020px;
	overflow: hidden;
	}

#venue > h2 {
	position: relative;
	z-index: 1;
	margin-bottom: 2px;
	width: 100%;
	font-weight: 800;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}

#venue > p {
	position: relative;
	z-index: 1;
	display: flex;
	column-gap: 83px;
	margin-bottom: 39px;
	width: 100%;
	font-size: 3.2rem;
	line-height: 1.57;
	}

#venue > p b {
	flex-shrink: 0;
	width: 307px;
	font-size: 3rem;
	}

#venue > .w {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 15px;
	width: calc(100% - 392px);
	height: 460px;
	background-image: linear-gradient(#2E2D44, #2E2D44), linear-gradient(92.28deg, #393857 -0.73%, #29283E 55.34%, #393857 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
	border-radius: 15px;
	}

#venue > .w .map {
	width: 100%;
	border-radius: 10px;
	}

#venue > picture {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 15px;
	width: 362px;
	background-image: linear-gradient(#2E2D44, #2E2D44), linear-gradient(92.28deg, #393857 -0.73%, #29283E 55.34%, #393857 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
	border-radius: 15px;
	}

#venue > picture img {
	border-radius: 10px;
	}

#venue > .btn {
	position: absolute;
	right: var(--padding-inline-center-content);
	bottom: 120px;
	z-index: 1;
	justify-content: space-between;
	padding-inline: 44px 50px;
	width: 360px;
	height: 68px;
	overflow: hidden;
	font-size: 2rem;
	line-height: 1.25;
	text-align: left;
	}

#venue > .btn small {
	display: block;
	font-weight: 300;
	font-size: 1.5rem;
	}

#venue > .btn > .ico {
	--width-icon-graphics: 24px;
	--height-icon-graphics: 18px;
	}

[aria-describedby="book-hotel"].ui-dialog {
	position: absolute;
	}

[aria-describedby="book-hotel"] > .w {
	position: relative;
	max-width: 706px;
	}

[aria-describedby="book-hotel"] .ui-dialog-titlebar {
	display: none;
	}

#book-hotel {
	position: relative;
	display: flex !important;
	justify-content: flex-end;
	width: min(706px, 100%);
	overflow: hidden;
	color: #384B5B;
	border-radius: 10px;
	}

#book-hotel > button { /* mobile site nav closer */
	--color-clickable-icon-static: var(--color-gray);
	--color-clickable-icon-hover: var(--color-prim-blue-100);
	--width-icon: 100%;
	--height-icon: 100%;
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	width: 24px;
	height: 24px;
	}

#book-hotel picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 35.55%;
	height: 100%;
	object-fit: cover;
	}

#book-hotel > .w {
	padding: 35px 30px;
	width: 64.45%;
	min-height: 544px;
	background-color: #fff;
	}

#book-hotel h1 {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	margin-bottom: 1rem;
	color: #1a1a1a;
	font-weight: 800;
	font-size: 3.2rem;
	}

#book-hotel h1::before {
	content: "";
	position: absolute;
	margin-top: -2px;
	width: 38px;
	height: 38px;
	background-color: var(--color-prim-blue-100);
	border-radius: 50%;
	}

#book-hotel h1 .ico {
	--width-icon: 38px;
	--width-icon: 38px;
	position: relative;
	margin-top: -2px;
	stroke: #fff;
	}

#book-hotel p {
	font-size: 1.8rem;
	line-height: 1.65;
	}

#book-hotel p + p {
	margin-top: 3.1rem;
	}

#book-hotel p time,
#book-hotel p b {
	color: #1a1a1a;
	}

#book-hotel p a[href^="tel"] {
	--color-link-static: #1a1a1a;
	--color-link-hover: #1a1a1a;
	font-weight: 700;
	}

#book-hotel p a[href^="mailto"] {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.1em;
	}

#book-hotel .btn {
	margin-top: 5rem;
	font-size: 1.6rem;
	height: 54px;
	border-radius: 5px;
	}



/*  6. contact
-------------------------------------------------------*/

#contact {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 32px;
	margin-inline: auto;
	padding: 40px;
	width: var(--width-center-section);
	background-image: linear-gradient(#1f1d31, #1f1d31), linear-gradient(92.28deg, #393857 -0.73%, #29283E 55.34%, #393857 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border: 1px solid transparent;
	border-radius: 15px;
	}

#contact::before {
	content: "";
	position: absolute;
	top: -180px;
	left: 20%;
	width: 647px;
	height: 635px;
	pointer-events: none;
	background: 0 0 / 647px 635px no-repeat url(../img/bg_contact..before.svg);
	}

#contact :nth-child(1).w {
	position: relative;
	margin-right: 50px;
	max-width: 522px;
	}

#contact :nth-child(2).w {
	position: relative;
	flex-shrink: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 18px;
	width: 417px;
	}

#contact .w > h2 {
	color: inherit;
	font-size: 4.6rem;
	line-height: 1.4;
	}

#contact .w > p {
	margin-top: 15px;
	font-size: 1.8rem;
	line-height: 1.6;
	}

#contact :nth-child(2).w > .btn {
	column-gap: 8px;
	padding-inline: 1.5rem;
	width: calc((100% - 15px) / 2);
	font-weight: 700;
	font-size: 1.6rem;
	}

#contact :nth-child(2).w > a:not(.btn) {
	--color-frame: #294570;
	--color-flap: #2678F4;
	--color-link-static: #525B71;
	display: inline-flex;
	align-items: center;
	column-gap: 12px;
	margin-top: 14px;
	padding: 10px 21px;
	width: 100%;
	height: 62px;
	font-weight: 600;
	font-size: 1.6rem;
	background-color: #F3FAFF;
	border-radius: 40px;
	}

#contact :nth-child(2).w > a:not(.btn):is(:hover, :focus) {
	--color-frame: #fff;
	--color-flap: #fff;
	--color-link-hover: #fff;
	background-color: var(--color-purple-600);
	}



/*  7. responsive ( 767px)
-------------------------------------------------------*/

@media (max-width:  767px) {

/*  1. hero  */

#hero {
	padding-top: 84px;
	padding-inline: max(var(--dist-min-cont-edge), (100% - 310px) / 2);
	padding-bottom: 32px;
	min-height: 571px;
	background-size: cover;
	background-position-x: 49.1%;
	}

#hero h1 {
	font-size: 2.8rem;
	line-height: 1.2;
	}

#hero p[itemprop="description"] {
	margin-top: 0.9rem;
	font-size: 1.4rem;
	line-height: 1.5;
	}

#hero p[itemprop="address"] {
	margin-top: 0.7rem;
	font-size: 1.6rem;
	}

#hero [itemprop="address"] + p { /* date */
	margin-top: 0.7rem;
	padding-block: 0.8rem 0.7rem;
	font-size: 1.4rem;
	border-radius: 4px;
	}

#hero .w {
	flex-direction: column-reverse;
	row-gap: 20px;
	margin-top: 1.6rem;
	}

#hero .w .btn {
	padding-inline: 2rem;
	width: 200px;
	height: 51px;
	font-weight: 600;
	font-size: 1.8rem;
	}

#hero .w .btn.solid .ico.arrow-right {
	margin-left: 1.1rem;
	}


/*  2. overview  */

#overview {
	padding-block: 31px;
	}

#overview h2 {
	font-size: 1.4rem;
	}

#overview h2 + p {
	font-size: 2.6rem;
	}

#overview h2 + p br {
	display: none;
	}

#overview ul {
	row-gap: 16px;
	margin-top: 11px;
	font-size: 1.6rem;
	}

#overview li img {
	top: 3px;
	}

#overview li strong {
	margin-bottom: 0.1rem;
	font-size: 1.8rem;
	}


/*  3. registration  */

#reg {
	display: revert;
	padding: 29px var(--dist-min-cont-edge);
	width: var(--width-center-section);
	}

#reg h2 {
	font-size: 1.4rem;
	}

#reg h2 + p {
	font-size: 2.6rem;
	}

#reg ul {
	margin-top: 1.4rem;
	font-size: 1.6rem;
	}

#reg li {
	display: flex;
	align-items: center;
	min-height: 38px;
	}

#reg li + li {
	margin-top: 0.9rem;
	}

#reg li::before {
	top: 0;
	}

#reg form {
	margin-top: 35px;
	width: auto;
	}

#reg form > fieldset {
	flex-direction: column;
	}

#reg form > fieldset > legend {
	margin-bottom: 14px;
	width: auto;
	text-align: center;
	}

#reg fieldset fieldset {
	margin-bottom: 14px;
	}

#reg form > fieldset > div + div {
	margin-top: 8px;
	}

#reg form > fieldset > div label {
	padding-top: 18px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 42px;
	}

#reg label img {
	margin-right: 10px;
	}

#reg form > fieldset > div [type="radio"] {
	left: 16px
	}

#reg form > fieldset > div [type="radio"] + label::before {
	left: 15px
	}

#reg form > fieldset > div [type="radio"] + label::after {
	left: 21px;
	}

#reg label .ico {
	margin-top: -4px;
	}

#reg form .btn {
	margin-top: 15px;
	}

#reg form > p:first-of-type {
	margin-top: 23px;
	}

#reg form > p:nth-of-type(1) em {
	display: block;
	}

#reg form > p br {
	display: none;
	}


/*  4. agenda  */

#agenda {
	margin-top: 0;
	padding: 28px var(--dist-min-cont-edge) 33px;
	}

#agenda h2 {
	font-size: 2.6rem;
	}

#agenda > .tabs {
	margin-top: 7px;
	}

#agenda > .tabs > [role="tablist"] {
	column-gap: 30px;
	margin-bottom: 17px;
	font-size: 1.6rem;
	}

#agenda > .tabs > [role="tablist"] > button {
	padding-inline: 20px;
	padding-bottom: 11px;
	}

#agenda .tabs [role="tabpanel"] h3 {
	font-size: 1.6rem;
	}

#agenda .tabs [role="tabpanel"] h3 + p {
	font-size: 1.2rem;
	}

#agenda .tabs [role="tabpanel"] h3 ~ .tabs {
	margin-top: 15px;
	}

#agenda .tabs .tabs [role="tablist"] {
	flex-wrap: nowrap;
	gap: 9px;
	margin-bottom: 8px;
	margin-left: 0;
	}

#agenda .tabs .tabs [role="tablist"] > button {
	display: flex;
	flex-direction: column;
	padding: 10px 9px;
	font-size: 1.1rem;
	border-radius: 5px;
	}

#agenda .tabs .tabs [role="tablist"] button time {
	margin-bottom: 0;
	font-size: 1.2rem;
	}

#agenda table {
	margin-top: -3px;
	font-size: 1.8rem;
	line-height: 1.5;
	}

#agenda tr {
	position: relative;
	display: block;
	}

#agenda :not(:first-child) + tr {
	margin-top: 22px;
	}

#agenda :has(+ tr > td:nth-child(3)) + tr {
	padding-top: 1px;
	}

#agenda th {
	display: none;
	}

#agenda td:first-child {
	display: flex;
	align-items: center;
	column-gap: 9px;
	padding-block: 10px;
	}

#agenda td + td {
	position: static;
	display: block;
	margin-top: 1px;
	padding: 15px;
	height: auto;
	font-size: inherit;
	background-color: #2E2D44;
	border-radius: 5px;
	}

#agenda :nth-child(2):nth-last-child(2) + td {
	margin-top: 16px;
	color: var(--color-elec-blue-100);
	background-color: #fff;
	}

#agenda td + td::before {
	content: none;
	}

#agenda td time {
	font-size: 1.6rem;
	}

#agenda td small {
	margin-top: 0;
	font-size: 1rem;
	}

#agenda details {
	position: static;
	margin: -15px 0;
	padding: 15px 0;
	}

#agenda :first-child:nth-last-child(3) + td details {
	margin-bottom: -15px;
	padding-bottom: 15px;
	}

#agenda summary {
	flex-direction: column;
	align-items: flex-start;
	margin: -15px 0;
	padding: 15px 0;
	min-height: 0;
	line-height: inherit;
	}

#agenda :nth-last-child(2) + td summary {
	position: static;
	}

#agenda :first-child:nth-last-child(3) + td summary {
	margin-bottom: -15px;
	padding-bottom: 15px;
	}

#agenda :where(:nth-child(2):nth-last-child(2) + td) summary {
	color: inherit;
	}

#agenda summary .track {
	display: revert;
	margin-bottom: 3px;
	padding: 3px 6px 2px;
	color: var(--color-elec-blue-100);
	font-weight: 800;
	font-size: 1rem;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 3px;
	}

#agenda :nth-child(2):nth-last-child(2) + td summary .track {
	color: #fff;
	background-color: var(--color-prim-blue-100);
	}

#agenda :nth-child(1) + td summary::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 9px;
	height: 14px;
	border-right: 2px solid currentColor;
	transition-property: opacity, border-right-color;
	transition-duration: var(--trans-dur);
	}

#agenda :nth-child(1) + td summary::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 3px;
	width: 14px;
	border-top: 2px solid currentColor;
	transition-property: border-top-color;
	transition-duration: var(--trans-dur);
	}

#agenda :nth-child(2):nth-last-child(2) + td summary::before {
	content: none;
	}

#agenda :nth-child(2):nth-last-child(2) + td summary::after {
	content: none;
	}

#agenda summary .cntr .orig-text {
	position: static;
	}

#agenda summary .cntr .filler {
	display: none;
	}

#agenda summary .icon-clickable-area {
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 46px;
	}

#agenda .height-measure::before {
	height: 13px;
	}

#agenda dt {
	font-size: 1.2rem;
	}

#agenda dd {
	margin-top: 5px;
	font-size: 1.4rem;
	}

#agenda :nth-child(2):nth-last-child(2) + td dd {
	color: revert;
	}


/*  5. venue  */

#venue {
	display: block;
	padding-block: 30px 32px;
	min-height: 0;
	background-image: none;
	}

#venue h2 {
	font-size: 1.4rem;
	}

#venue > p {
	display: block;
	margin-bottom: 19px;
	font-size: 1.6rem;
	}

#venue > p b {
	display: block;
	margin-bottom: 1.5rem;
	font-size: 2.6rem;
	}

#venue > .w {
	aspect-ratio: 343 / 300;
	width: 100%;
	height: auto;
	}

#venue > picture {
	margin-top: 20px;
	width: 100%;
	}

#venue > .btn {
	position: static;
	margin-top: 20px;
	width: 100%;
	}

#book-hotel {
	display: block !important;
	width: min(343px, 100%);
	}

#book-hotel > button { /* mobile site nav closer */
	--color-clickable-icon-static: #fff;
	top: 10px;
	right: 10px;
	}

#book-hotel picture {
	position: static;
	display: flex;
	width: 100%;
	height: auto;
	}

#book-hotel picture img {
	width: 100%;
	}

#book-hotel > .w {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 100%;
	min-height: 0;
	}

#book-hotel h1 {
	margin-bottom: 0.7rem;
	font-size: 2.4rem;
	}

#book-hotel p {
	font-size: 1.6rem;
	}

#book-hotel p + p {
	margin-top: 2.5rem;
	}

#book-hotel p a[href^="tel"] {
	--color-link-static: revert;
	--color-link-hover: revert;
	text-decoration: underline;
	text-underline-offset: 0.1em;
	}

#book-hotel .btn {
	margin-top: 1.6rem;
	width: 100%;
	}


/*  6. contact  */

#contact {
	display: revert;
	margin-top: 30px;
	padding: 33px var(--dist-min-cont-edge) 32px;
	}

#contact::before {
	left: calc(-1 * (var(--dist-min-cont-edge) + 1px));
	width: calc(100% + 2 * (var(--dist-min-cont-edge) + 1px));
	background-position-x: 55%;
	}

#contact :nth-child(1).w {
	margin-right: 0;
	}

#contact :nth-child(2).w {
	display: revert;
	margin-top: 16px;
	width: revert;
	}

#contact .w > h2 {
	font-size: 2.6rem;
	}

#contact .w > p {
	margin-top: 14px;
	font-size: 1.6rem;
	}

#contact :nth-child(2).w > .btn {
	margin-bottom: 14px;
	width: 100%;
	}

#contact :nth-child(2).w > a:not(.btn) {
	justify-content: center;
	margin-top: revert;
	}

}

.end-tip{
	position: relative;
	margin-top: 0.1rem;
	padding: 0.5rem 2rem;
	font-weight: 600;
	font-size: 2.4rem;
	background-color: #00000040;
	border-radius: 8px;
	text-align: center;
}