.header {
    font-size: 38px;
}
.main_text {
    font-size: 16px;
    line-height: 24px;
}
.label {
    font-size: 13px;
    margin-bottom: 0;
}
.link {
    text-decoration: underline;
    font-weight: 500;
}
.dropdown-menu {
    padding-left: 10px;
    background-color: rgb(238, 238, 238);
    transform: translate3d(0, 10px, 0)!important;
}
.dropdown a {
    width: 100%;
}
.dropdown:hover {
    cursor: pointer;
}
.dropdown a:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    right: 0.15em;
    position: relative;
    top: 35%;
    vertical-align: center;
    width: 0.45em;
    transform: rotate(135deg);
}
.dropdown-item {
    position: relative;
    font-size: 19px;
    line-height: 1.1rem;
}
.dropdown-item:hover {
    cursor: pointer;
}
.checked::before {
    left: 5px;
    content: '✓';
    font-weight: bold;
    display: inline-block;
    position: absolute;
}
.dropdown a::after {
    right: 10px;
    position: absolute;
}
.contact-subheader {
    font-weight: 900;
}
.form-bottom  {
    display: none;
}
.form textarea, .form input {
    font-weight: 500;
    color: #0F2438;
}
.form textarea {
    resize: none;
    height: 48px;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 10px;
}
.cancel {
    display: none;
}
.cancel-header {
    font-size: 22px;
    font-weight: 900;
    line-height: 28px;
}
.cancel-description {
    font-size: 18px;
    line-height: 26px;
}
.invisible {
    visibility: hidden;
}
.btn-primary:disabled {
    background-color: #EFEFF4;
    border-color: transparent;
    color: #748291;
}
input[type=submit] {
    color: white;
}
.answer.hidden{
    display: none;
}
.answer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.answer-header {
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
}
.answer-button {
    background-color: rgba(99, 77, 226, 0.1);
    color: #634DE2;
    width: 240px;
}
.training_nutrition {
    display: none;
    margin-top: 2.5rem;
}
.training_nutrition_container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.training_nutrition_container img {
    margin-top: 2rem;
    max-width: 100%;
}
