.margin-vertical-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-sides-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.layout-containerdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.margin-vertical-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-sides-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.layout-containerdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
body {
    background-color: var(--white-smoke);
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* h1.text-color-primary {
    color: var(--light-sea-green) !important;
} */
.text-bold {
    font-weight: 700;
}
.text-biggest {
    font-size: 26px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.text-medium {
    flex: none;
    align-self: center;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
}
.text-color-primary-brighter {
    color: #12c5b1;
}
.text-color-primary {
    color: #13aa99;
}
.text-bigger {
    font-size: 20px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-15 {
    padding-top: 15px;
}
h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 500;
    line-height: 36px;
}
h4 {
    color: var(--dim-grey);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: none;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-vertical-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* do not show personal data */
.privacy-form-block {
    max-width: 650px;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
}
.w-form {
    margin: 0 0 15px;
}
