
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg-second {
    top: 100vh;
}
.fullscreen-bg video, .fullscreen-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_title_text {
    color: #22cc22;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1.0);
}
.main_logo {
    width: 512px;
    height: 512px;
    margin: auto;
}
.text_icon {
    height: 2rem;
}
header .bg-dark {
    background-color: #223322 !important;
}
.job-position-block {
    margin: auto;
    max-width: 50rem;
    border: 1px solid black;
    border-radius: 1rem;
    padding: 0.6rem;
    text-align: left;
}
.job-form input {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
}
.job-form .checkbox {
    display: inline-block;
    width: fit-content;
}
.core-values-width-limit {
    max-width: 50rem;
    margin: auto;
}
.core-values-header {
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid darkgray;
}
.core-values-table {
    margin-left: calc(50vw - min(50rem + 2rem + 1.25rem, 50vw));
}
.core-values-table th {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    padding: 1rem;
    border: 1px solid darkgray;
}
.core-values-table tr {
    border-bottom: 1px solid gray;
}
.core-values-table td {
    padding: 1rem;
    vertical-align: top;
    border: 1px solid darkgray;
    width: calc(min(50rem, 45vw));
}
.core-values-table tr th:nth-child(1) {
    text-align: right !important;
}
.core-values-table td:nth-child(1) {
    width: 2rem;
    text-align: right;
}
