.hero-header
{
    overflow: hidden;
    position: relative;
}
.hero-header img.header-image
{
    object-fit: contain;
    width: 100%;
}
.hero-header .hero-header-video
{
	height: 100%;
	width: 100%;
}
.hero-header .hero-header-video video
{
	display: block;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.hero-header .hero-header-message-container
{
	position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 100%;
    max-width: 850px;
    text-align: center;
    font-family: 'UniversLTStd-Cn';
    transform: translate(-50%, -50%);
}
.hero-header-message-container > div
{
    padding: 20px 0;
}
.hero-header-message-container .hero-header-main-messasge
{
    text-transform: uppercase;
    font-size: 84px;
    line-height: 1.05em;
    letter-spacing: 5px;
    position: relative;
}
.hero-header-message-container .hero-header-main-messasge:after
{
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 10px;
    background: #fff;
    transform: skew(-40deg);
}
.hero-header-message-container .hero-header-sub-message
{
    padding-top: 40px !important;
}

.text-container,
.registration-container
{
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.registration-container .packages
{
	margin-bottom: 25px;
}
.registration-container .packages > .package + .package
{
	border-left: none;
}

.hero-cta-inverted
{
	color: #fff;
	text-decoration: none !important;
}

.references-container
{
    max-width: 1140px;
    margin: 0 auto;
    font-family: 'UniversLTStd-Cn';
}
.references-container .references-header
{
    padding: 15px;
}
.references-container .references-header .references-header-text-upper
{
    font-size: 32px;
}
.references-container .references-header .references-header-text-lower
{
    font-size: 42px;
    color: var(--tuev-blue-cta);
}
.references-container .references
{
	margin: 0 -15px;
}
.references-container .references .reference
{
    margin: 15px;
    background-color: #fff;
    width: calc(100% / 3 - 30px);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.reference-person-image
{
	width: 100%;
    z-index: 1;
    padding-top: 120%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reference-person-company-logo
{
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 0;
}

.reference-person-info
{
    z-index: 3;
    padding: 15px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.reference-person-info .reference-person-name
{
    font-weight: bold;
    color: var(--tuev-informational-blue-1);
}
.reference-person-info .reference-person-position,
.reference-person-info .reference-person-company
{
    font-size: 13px;
}

.reference-person
{
    position: relative;
    overflow: hidden;
}

.reference-detail
{
    transition: 0.4s;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    bottom: 100%;
    background-color: #fff;
    padding-top: 100%;
    text-align: center;
    z-index: 2;
}
.references-container .references .reference:hover .reference-detail
{
    bottom: 92px;
    top: 0;
}
.reference-detail .reference-text
{
    position: absolute;
    top: 50%;
    padding: 30px;
    transform: translateY(-50%);
}

button.form-button-figma
{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    font-size: 15px;
    background: #002d72;
    padding: .25rem 5.875rem;
    border: 0;
    cursor: pointer;
    outline: 0;
    border-radius: inherit;
    letter-spacing: .1em;
    margin-top: 20px
}


.cta-button-link-container
{
	text-align: center!important;
	padding-top: 3rem!important;
	padding-bottom: 3rem!important;
}
.page.home-page-admin > .container-items + .container-items
{
    border-top: 2px dotted var(--tuev-blue);
}