.bg-black {
    background: #000;
}
.bg-error {
    background: #eb4d4b;
}
.bg-calm {
    background: #27ae60;
}

:root {
    --weight-m-700: 700;
    --weight-m-500: 500;
    --weight-m-400: 400;
}

.pad-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-10 {
        padding-top: calc(50px + -40 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-10 {
        padding-bottom: calc(50px + -40 * ((100vw - 320px) / 1216));
    }
}
.pad-t-10 {
    padding-top: 10px;
}
@media screen and (max-width: 1536px) {
    .pad-t-10 {
        padding-top: calc(50px + -40 * ((100vw - 320px) / 1216));
    }
}
.pad-b-10 {
    padding-bottom: 10px;
}
@media screen and (max-width: 1536px) {
    .pad-b-10 {
        padding-bottom: calc(50px + -40 * ((100vw - 320px) / 1216));
    }
}

.g-gap-10 {
    grid-gap: 10px;
}

.pad-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-20 {
        padding-top: calc(50px + -30 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-20 {
        padding-bottom: calc(50px + -30 * ((100vw - 320px) / 1216));
    }
}
.pad-t-20 {
    padding-top: 20px;
}
@media screen and (max-width: 1536px) {
    .pad-t-20 {
        padding-top: calc(50px + -30 * ((100vw - 320px) / 1216));
    }
}
.pad-b-20 {
    padding-bottom: 20px;
}
@media screen and (max-width: 1536px) {
    .pad-b-20 {
        padding-bottom: calc(50px + -30 * ((100vw - 320px) / 1216));
    }
}

.g-gap-20 {
    grid-gap: 20px;
}

.pad-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-30 {
        padding-top: calc(50px + -20 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-30 {
        padding-bottom: calc(50px + -20 * ((100vw - 320px) / 1216));
    }
}
.pad-t-30 {
    padding-top: 30px;
}
@media screen and (max-width: 1536px) {
    .pad-t-30 {
        padding-top: calc(50px + -20 * ((100vw - 320px) / 1216));
    }
}
.pad-b-30 {
    padding-bottom: 30px;
}
@media screen and (max-width: 1536px) {
    .pad-b-30 {
        padding-bottom: calc(50px + -20 * ((100vw - 320px) / 1216));
    }
}

.g-gap-30 {
    grid-gap: 30px;
}

.pad-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-40 {
        padding-top: calc(50px + -10 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-40 {
        padding-bottom: calc(50px + -10 * ((100vw - 320px) / 1216));
    }
}
.pad-t-40 {
    padding-top: 40px;
}
@media screen and (max-width: 1536px) {
    .pad-t-40 {
        padding-top: calc(50px + -10 * ((100vw - 320px) / 1216));
    }
}
.pad-b-40 {
    padding-bottom: 40px;
}
@media screen and (max-width: 1536px) {
    .pad-b-40 {
        padding-bottom: calc(50px + -10 * ((100vw - 320px) / 1216));
    }
}

.g-gap-40 {
    grid-gap: 40px;
}

.pad-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-50 {
        padding-top: calc(50px + 0 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-50 {
        padding-bottom: calc(50px + 0 * ((100vw - 320px) / 1216));
    }
}
.pad-t-50 {
    padding-top: 50px;
}
@media screen and (max-width: 1536px) {
    .pad-t-50 {
        padding-top: calc(50px + 0 * ((100vw - 320px) / 1216));
    }
}
.pad-b-50 {
    padding-bottom: 50px;
}
@media screen and (max-width: 1536px) {
    .pad-b-50 {
        padding-bottom: calc(50px + 0 * ((100vw - 320px) / 1216));
    }
}

.g-gap-50 {
    grid-gap: 50px;
}
@media screen and (max-width: 1536px) {
    .g-gap-50 {
        grid-gap: calc(50px + 0 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-60 {
        padding-top: calc(50px + 10 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-60 {
        padding-bottom: calc(50px + 10 * ((100vw - 320px) / 1216));
    }
}
.pad-t-60 {
    padding-top: 60px;
}
@media screen and (max-width: 1536px) {
    .pad-t-60 {
        padding-top: calc(50px + 10 * ((100vw - 320px) / 1216));
    }
}
.pad-b-60 {
    padding-bottom: 60px;
}
@media screen and (max-width: 1536px) {
    .pad-b-60 {
        padding-bottom: calc(50px + 10 * ((100vw - 320px) / 1216));
    }
}

.g-gap-60 {
    grid-gap: 60px;
}
@media screen and (max-width: 1536px) {
    .g-gap-60 {
        grid-gap: calc(50px + 10 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-70 {
        padding-top: calc(50px + 20 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-70 {
        padding-bottom: calc(50px + 20 * ((100vw - 320px) / 1216));
    }
}
.pad-t-70 {
    padding-top: 70px;
}
@media screen and (max-width: 1536px) {
    .pad-t-70 {
        padding-top: calc(50px + 20 * ((100vw - 320px) / 1216));
    }
}
.pad-b-70 {
    padding-bottom: 70px;
}
@media screen and (max-width: 1536px) {
    .pad-b-70 {
        padding-bottom: calc(50px + 20 * ((100vw - 320px) / 1216));
    }
}

.g-gap-70 {
    grid-gap: 70px;
}
@media screen and (max-width: 1536px) {
    .g-gap-70 {
        grid-gap: calc(50px + 20 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-80 {
        padding-top: calc(50px + 30 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-80 {
        padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1216));
    }
}
.pad-t-80 {
    padding-top: 80px;
}
@media screen and (max-width: 1536px) {
    .pad-t-80 {
        padding-top: calc(50px + 30 * ((100vw - 320px) / 1216));
    }
}
.pad-b-80 {
    padding-bottom: 80px;
}
@media screen and (max-width: 1536px) {
    .pad-b-80 {
        padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1216));
    }
}

.g-gap-80 {
    grid-gap: 80px;
}
@media screen and (max-width: 1536px) {
    .g-gap-80 {
        grid-gap: calc(50px + 30 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-90 {
        padding-top: calc(50px + 40 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-90 {
        padding-bottom: calc(50px + 40 * ((100vw - 320px) / 1216));
    }
}
.pad-t-90 {
    padding-top: 90px;
}
@media screen and (max-width: 1536px) {
    .pad-t-90 {
        padding-top: calc(50px + 40 * ((100vw - 320px) / 1216));
    }
}
.pad-b-90 {
    padding-bottom: 90px;
}
@media screen and (max-width: 1536px) {
    .pad-b-90 {
        padding-bottom: calc(50px + 40 * ((100vw - 320px) / 1216));
    }
}

.g-gap-90 {
    grid-gap: 90px;
}
@media screen and (max-width: 1536px) {
    .g-gap-90 {
        grid-gap: calc(50px + 40 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-100 {
        padding-top: calc(50px + 50 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-100 {
        padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1216));
    }
}
.pad-t-100 {
    padding-top: 100px;
}
@media screen and (max-width: 1536px) {
    .pad-t-100 {
        padding-top: calc(50px + 50 * ((100vw - 320px) / 1216));
    }
}
.pad-b-100 {
    padding-bottom: 100px;
}
@media screen and (max-width: 1536px) {
    .pad-b-100 {
        padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1216));
    }
}

.g-gap-100 {
    grid-gap: 100px;
}
@media screen and (max-width: 1536px) {
    .g-gap-100 {
        grid-gap: calc(50px + 50 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-110 {
        padding-top: calc(50px + 60 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-110 {
        padding-bottom: calc(50px + 60 * ((100vw - 320px) / 1216));
    }
}
.pad-t-110 {
    padding-top: 110px;
}
@media screen and (max-width: 1536px) {
    .pad-t-110 {
        padding-top: calc(50px + 60 * ((100vw - 320px) / 1216));
    }
}
.pad-b-110 {
    padding-bottom: 110px;
}
@media screen and (max-width: 1536px) {
    .pad-b-110 {
        padding-bottom: calc(50px + 60 * ((100vw - 320px) / 1216));
    }
}

.g-gap-110 {
    grid-gap: 110px;
}
@media screen and (max-width: 1536px) {
    .g-gap-110 {
        grid-gap: calc(50px + 60 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-120 {
        padding-top: calc(50px + 70 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-120 {
        padding-bottom: calc(50px + 70 * ((100vw - 320px) / 1216));
    }
}
.pad-t-120 {
    padding-top: 120px;
}
@media screen and (max-width: 1536px) {
    .pad-t-120 {
        padding-top: calc(50px + 70 * ((100vw - 320px) / 1216));
    }
}
.pad-b-120 {
    padding-bottom: 120px;
}
@media screen and (max-width: 1536px) {
    .pad-b-120 {
        padding-bottom: calc(50px + 70 * ((100vw - 320px) / 1216));
    }
}

.g-gap-120 {
    grid-gap: 120px;
}
@media screen and (max-width: 1536px) {
    .g-gap-120 {
        grid-gap: calc(50px + 70 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-130 {
        padding-top: calc(50px + 80 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-130 {
        padding-bottom: calc(50px + 80 * ((100vw - 320px) / 1216));
    }
}
.pad-t-130 {
    padding-top: 130px;
}
@media screen and (max-width: 1536px) {
    .pad-t-130 {
        padding-top: calc(50px + 80 * ((100vw - 320px) / 1216));
    }
}
.pad-b-130 {
    padding-bottom: 130px;
}
@media screen and (max-width: 1536px) {
    .pad-b-130 {
        padding-bottom: calc(50px + 80 * ((100vw - 320px) / 1216));
    }
}

.g-gap-130 {
    grid-gap: 130px;
}
@media screen and (max-width: 1536px) {
    .g-gap-130 {
        grid-gap: calc(50px + 80 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-140 {
        padding-top: calc(50px + 90 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-140 {
        padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1216));
    }
}
.pad-t-140 {
    padding-top: 140px;
}
@media screen and (max-width: 1536px) {
    .pad-t-140 {
        padding-top: calc(50px + 90 * ((100vw - 320px) / 1216));
    }
}
.pad-b-140 {
    padding-bottom: 140px;
}
@media screen and (max-width: 1536px) {
    .pad-b-140 {
        padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1216));
    }
}

.g-gap-140 {
    grid-gap: 140px;
}
@media screen and (max-width: 1536px) {
    .g-gap-140 {
        grid-gap: calc(50px + 90 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-150 {
        padding-top: calc(50px + 100 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-150 {
        padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1216));
    }
}
.pad-t-150 {
    padding-top: 150px;
}
@media screen and (max-width: 1536px) {
    .pad-t-150 {
        padding-top: calc(50px + 100 * ((100vw - 320px) / 1216));
    }
}
.pad-b-150 {
    padding-bottom: 150px;
}
@media screen and (max-width: 1536px) {
    .pad-b-150 {
        padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1216));
    }
}

.g-gap-150 {
    grid-gap: 150px;
}
@media screen and (max-width: 1536px) {
    .g-gap-150 {
        grid-gap: calc(50px + 100 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-160 {
        padding-top: calc(50px + 110 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-160 {
        padding-bottom: calc(50px + 110 * ((100vw - 320px) / 1216));
    }
}
.pad-t-160 {
    padding-top: 160px;
}
@media screen and (max-width: 1536px) {
    .pad-t-160 {
        padding-top: calc(50px + 110 * ((100vw - 320px) / 1216));
    }
}
.pad-b-160 {
    padding-bottom: 160px;
}
@media screen and (max-width: 1536px) {
    .pad-b-160 {
        padding-bottom: calc(50px + 110 * ((100vw - 320px) / 1216));
    }
}

.g-gap-160 {
    grid-gap: 160px;
}
@media screen and (max-width: 1536px) {
    .g-gap-160 {
        grid-gap: calc(50px + 110 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-170 {
        padding-top: calc(50px + 120 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-170 {
        padding-bottom: calc(50px + 120 * ((100vw - 320px) / 1216));
    }
}
.pad-t-170 {
    padding-top: 170px;
}
@media screen and (max-width: 1536px) {
    .pad-t-170 {
        padding-top: calc(50px + 120 * ((100vw - 320px) / 1216));
    }
}
.pad-b-170 {
    padding-bottom: 170px;
}
@media screen and (max-width: 1536px) {
    .pad-b-170 {
        padding-bottom: calc(50px + 120 * ((100vw - 320px) / 1216));
    }
}

.g-gap-170 {
    grid-gap: 170px;
}
@media screen and (max-width: 1536px) {
    .g-gap-170 {
        grid-gap: calc(50px + 120 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-180 {
        padding-top: calc(50px + 130 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-180 {
        padding-bottom: calc(50px + 130 * ((100vw - 320px) / 1216));
    }
}
.pad-t-180 {
    padding-top: 180px;
}
@media screen and (max-width: 1536px) {
    .pad-t-180 {
        padding-top: calc(50px + 130 * ((100vw - 320px) / 1216));
    }
}
.pad-b-180 {
    padding-bottom: 180px;
}
@media screen and (max-width: 1536px) {
    .pad-b-180 {
        padding-bottom: calc(50px + 130 * ((100vw - 320px) / 1216));
    }
}

.g-gap-180 {
    grid-gap: 180px;
}
@media screen and (max-width: 1536px) {
    .g-gap-180 {
        grid-gap: calc(50px + 130 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-190 {
    padding-top: 190px;
    padding-bottom: 190px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-190 {
        padding-top: calc(50px + 140 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-190 {
        padding-bottom: calc(50px + 140 * ((100vw - 320px) / 1216));
    }
}
.pad-t-190 {
    padding-top: 190px;
}
@media screen and (max-width: 1536px) {
    .pad-t-190 {
        padding-top: calc(50px + 140 * ((100vw - 320px) / 1216));
    }
}
.pad-b-190 {
    padding-bottom: 190px;
}
@media screen and (max-width: 1536px) {
    .pad-b-190 {
        padding-bottom: calc(50px + 140 * ((100vw - 320px) / 1216));
    }
}

.g-gap-190 {
    grid-gap: 190px;
}
@media screen and (max-width: 1536px) {
    .g-gap-190 {
        grid-gap: calc(50px + 140 * ((100vw - 320px) / 1216));
    }
}

.pad-tb-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}
@media screen and (max-width: 1536px) {
    .pad-tb-200 {
        padding-top: calc(50px + 150 * ((100vw - 320px) / 1216));
    }
}
@media screen and (max-width: 1536px) {
    .pad-tb-200 {
        padding-bottom: calc(50px + 150 * ((100vw - 320px) / 1216));
    }
}
.pad-t-200 {
    padding-top: 200px;
}
@media screen and (max-width: 1536px) {
    .pad-t-200 {
        padding-top: calc(50px + 150 * ((100vw - 320px) / 1216));
    }
}
.pad-b-200 {
    padding-bottom: 200px;
}
@media screen and (max-width: 1536px) {
    .pad-b-200 {
        padding-bottom: calc(50px + 150 * ((100vw - 320px) / 1216));
    }
}

.g-gap-200 {
    grid-gap: 200px;
}
@media screen and (max-width: 1536px) {
    .g-gap-200 {
        grid-gap: calc(50px + 150 * ((100vw - 320px) / 1216));
    }
}

.vw-100 {
    width: 100vw;
}

.vh-100 {
    height: 100vh;
}

.over-hide {
    overflow: hidden;
}

.center {
    margin: 0 auto;
}

.d-none {
    display: none !important;
}

.flex\:row,
.flex\:row-max,
.flex\:row-hd {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.flex\:col,
.flex\:col-max,
.flex\:col-hd {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.flex\:row-hd {
    max-width: 1920px;
}
.flex\:row-max {
    max-width: 1480px;
    padding: 0 20px;
}

.flex\:col-hd {
    max-width: 1920px;
}
.flex\:col-max {
    max-width: 1480px;
    padding: 0 20px;
}

.grid\:fr,
.grid\:fr-4,
.grid\:fr-3,
.grid\:fr-2,
.grid\:fr-1 {
    display: grid;
    width: 100%;
}
.grid\:fr.al-end,
.al-end.grid\:fr-4,
.al-end.grid\:fr-3,
.al-end.grid\:fr-2,
.al-end.grid\:fr-1 {
    align-items: end;
}
.grid\:fr-1 {
    grid-template-columns: repeat(1, 1fr);
}
.grid\:fr-2 {
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
    .grid\:fr-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.grid\:fr-3 {
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
    .grid\:fr-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 600px) {
    .grid\:fr-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.grid\:fr-4 {
    grid-template-columns: repeat(4, 1fr);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    color: #000;
}

li,
p {
    line-height: 140%;
    color: #000;
}

.btn,
.text-tmp.txt-16 p,
.text-tmp.title-dec-16 > h1:not(:first-child),
.text-tmp.title-dec-16 > h2:not(:first-child),
.text-tmp.title-dec-16 > h3:not(:first-child),
.text-tmp.title-dec-16 > h4:not(:first-child),
.text-tmp.title-dec-16 > h5:not(:first-child),
.text-tmp.title-dec-16 > h6:not(:first-child),
.text-tmp.title-16 > h1,
.text-tmp.title-16 > h2,
.text-tmp.title-16 > h3,
.text-tmp.title-16 > h4,
.text-tmp.title-16 > h5,
.text-tmp.title-16 > h6 {
    font-size: 16px;
}
@media screen and (max-width: 1536px) {
    .btn,
    .text-tmp.txt-16 p,
    .text-tmp.title-dec-16 > h1:not(:first-child),
    .text-tmp.title-dec-16 > h2:not(:first-child),
    .text-tmp.title-dec-16 > h3:not(:first-child),
    .text-tmp.title-dec-16 > h4:not(:first-child),
    .text-tmp.title-dec-16 > h5:not(:first-child),
    .text-tmp.title-dec-16 > h6:not(:first-child),
    .text-tmp.title-16 > h1,
    .text-tmp.title-16 > h2,
    .text-tmp.title-16 > h3,
    .text-tmp.title-16 > h4,
    .text-tmp.title-16 > h5,
    .text-tmp.title-16 > h6 {
        font-size: calc(16px + 0 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-18 p,
.text-tmp.title-dec-18 > h1:not(:first-child),
.text-tmp.title-dec-18 > h2:not(:first-child),
.text-tmp.title-dec-18 > h3:not(:first-child),
.text-tmp.title-dec-18 > h4:not(:first-child),
.text-tmp.title-dec-18 > h5:not(:first-child),
.text-tmp.title-dec-18 > h6:not(:first-child),
.text-tmp.title-18 > h1,
.text-tmp.title-18 > h2,
.text-tmp.title-18 > h3,
.text-tmp.title-18 > h4,
.text-tmp.title-18 > h5,
.text-tmp.title-18 > h6 {
    font-size: 18px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-18 p,
    .text-tmp.title-dec-18 > h1:not(:first-child),
    .text-tmp.title-dec-18 > h2:not(:first-child),
    .text-tmp.title-dec-18 > h3:not(:first-child),
    .text-tmp.title-dec-18 > h4:not(:first-child),
    .text-tmp.title-dec-18 > h5:not(:first-child),
    .text-tmp.title-dec-18 > h6:not(:first-child),
    .text-tmp.title-18 > h1,
    .text-tmp.title-18 > h2,
    .text-tmp.title-18 > h3,
    .text-tmp.title-18 > h4,
    .text-tmp.title-18 > h5,
    .text-tmp.title-18 > h6 {
        font-size: calc(18px + 0 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-20 p,
.text-tmp.title-dec-20 > h1:not(:first-child),
.text-tmp.title-dec-20 > h2:not(:first-child),
.text-tmp.title-dec-20 > h3:not(:first-child),
.text-tmp.title-dec-20 > h4:not(:first-child),
.text-tmp.title-dec-20 > h5:not(:first-child),
.text-tmp.title-dec-20 > h6:not(:first-child),
.text-tmp.title-20 > h1,
.text-tmp.title-20 > h2,
.text-tmp.title-20 > h3,
.text-tmp.title-20 > h4,
.text-tmp.title-20 > h5,
.text-tmp.title-20 > h6 {
    font-size: 20px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-20 p,
    .text-tmp.title-dec-20 > h1:not(:first-child),
    .text-tmp.title-dec-20 > h2:not(:first-child),
    .text-tmp.title-dec-20 > h3:not(:first-child),
    .text-tmp.title-dec-20 > h4:not(:first-child),
    .text-tmp.title-dec-20 > h5:not(:first-child),
    .text-tmp.title-dec-20 > h6:not(:first-child),
    .text-tmp.title-20 > h1,
    .text-tmp.title-20 > h2,
    .text-tmp.title-20 > h3,
    .text-tmp.title-20 > h4,
    .text-tmp.title-20 > h5,
    .text-tmp.title-20 > h6 {
        font-size: calc(20px + 0 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-22 p,
.text-tmp.title-dec-22 > h1:not(:first-child),
.text-tmp.title-dec-22 > h2:not(:first-child),
.text-tmp.title-dec-22 > h3:not(:first-child),
.text-tmp.title-dec-22 > h4:not(:first-child),
.text-tmp.title-dec-22 > h5:not(:first-child),
.text-tmp.title-dec-22 > h6:not(:first-child),
.text-tmp.title-22 > h1,
.text-tmp.title-22 > h2,
.text-tmp.title-22 > h3,
.text-tmp.title-22 > h4,
.text-tmp.title-22 > h5,
.text-tmp.title-22 > h6 {
    font-size: 22px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-22 p,
    .text-tmp.title-dec-22 > h1:not(:first-child),
    .text-tmp.title-dec-22 > h2:not(:first-child),
    .text-tmp.title-dec-22 > h3:not(:first-child),
    .text-tmp.title-dec-22 > h4:not(:first-child),
    .text-tmp.title-dec-22 > h5:not(:first-child),
    .text-tmp.title-dec-22 > h6:not(:first-child),
    .text-tmp.title-22 > h1,
    .text-tmp.title-22 > h2,
    .text-tmp.title-22 > h3,
    .text-tmp.title-22 > h4,
    .text-tmp.title-22 > h5,
    .text-tmp.title-22 > h6 {
        font-size: calc(20px + 2 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-24 p,
.text-tmp.title-dec-24 > h1:not(:first-child),
.text-tmp.title-dec-24 > h2:not(:first-child),
.text-tmp.title-dec-24 > h3:not(:first-child),
.text-tmp.title-dec-24 > h4:not(:first-child),
.text-tmp.title-dec-24 > h5:not(:first-child),
.text-tmp.title-dec-24 > h6:not(:first-child),
.text-tmp.title-24 > h1,
.text-tmp.title-24 > h2,
.text-tmp.title-24 > h3,
.text-tmp.title-24 > h4,
.text-tmp.title-24 > h5,
.text-tmp.title-24 > h6 {
    font-size: 24px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-24 p,
    .text-tmp.title-dec-24 > h1:not(:first-child),
    .text-tmp.title-dec-24 > h2:not(:first-child),
    .text-tmp.title-dec-24 > h3:not(:first-child),
    .text-tmp.title-dec-24 > h4:not(:first-child),
    .text-tmp.title-dec-24 > h5:not(:first-child),
    .text-tmp.title-dec-24 > h6:not(:first-child),
    .text-tmp.title-24 > h1,
    .text-tmp.title-24 > h2,
    .text-tmp.title-24 > h3,
    .text-tmp.title-24 > h4,
    .text-tmp.title-24 > h5,
    .text-tmp.title-24 > h6 {
        font-size: calc(20px + 4 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-26 p,
.text-tmp.title-dec-26 > h1:not(:first-child),
.text-tmp.title-dec-26 > h2:not(:first-child),
.text-tmp.title-dec-26 > h3:not(:first-child),
.text-tmp.title-dec-26 > h4:not(:first-child),
.text-tmp.title-dec-26 > h5:not(:first-child),
.text-tmp.title-dec-26 > h6:not(:first-child),
.text-tmp.title-26 > h1,
.text-tmp.title-26 > h2,
.text-tmp.title-26 > h3,
.text-tmp.title-26 > h4,
.text-tmp.title-26 > h5,
.text-tmp.title-26 > h6 {
    font-size: 26px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-26 p,
    .text-tmp.title-dec-26 > h1:not(:first-child),
    .text-tmp.title-dec-26 > h2:not(:first-child),
    .text-tmp.title-dec-26 > h3:not(:first-child),
    .text-tmp.title-dec-26 > h4:not(:first-child),
    .text-tmp.title-dec-26 > h5:not(:first-child),
    .text-tmp.title-dec-26 > h6:not(:first-child),
    .text-tmp.title-26 > h1,
    .text-tmp.title-26 > h2,
    .text-tmp.title-26 > h3,
    .text-tmp.title-26 > h4,
    .text-tmp.title-26 > h5,
    .text-tmp.title-26 > h6 {
        font-size: calc(20px + 6 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-28 p,
.text-tmp.title-dec-28 > h1:not(:first-child),
.text-tmp.title-dec-28 > h2:not(:first-child),
.text-tmp.title-dec-28 > h3:not(:first-child),
.text-tmp.title-dec-28 > h4:not(:first-child),
.text-tmp.title-dec-28 > h5:not(:first-child),
.text-tmp.title-dec-28 > h6:not(:first-child),
.text-tmp.title-28 > h1,
.text-tmp.title-28 > h2,
.text-tmp.title-28 > h3,
.text-tmp.title-28 > h4,
.text-tmp.title-28 > h5,
.text-tmp.title-28 > h6 {
    font-size: 28px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-28 p,
    .text-tmp.title-dec-28 > h1:not(:first-child),
    .text-tmp.title-dec-28 > h2:not(:first-child),
    .text-tmp.title-dec-28 > h3:not(:first-child),
    .text-tmp.title-dec-28 > h4:not(:first-child),
    .text-tmp.title-dec-28 > h5:not(:first-child),
    .text-tmp.title-dec-28 > h6:not(:first-child),
    .text-tmp.title-28 > h1,
    .text-tmp.title-28 > h2,
    .text-tmp.title-28 > h3,
    .text-tmp.title-28 > h4,
    .text-tmp.title-28 > h5,
    .text-tmp.title-28 > h6 {
        font-size: calc(20px + 8 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-30 p,
.text-tmp.title-dec-30 > h1:not(:first-child),
.text-tmp.title-dec-30 > h2:not(:first-child),
.text-tmp.title-dec-30 > h3:not(:first-child),
.text-tmp.title-dec-30 > h4:not(:first-child),
.text-tmp.title-dec-30 > h5:not(:first-child),
.text-tmp.title-dec-30 > h6:not(:first-child),
.text-tmp.title-30 > h1,
.text-tmp.title-30 > h2,
.text-tmp.title-30 > h3,
.text-tmp.title-30 > h4,
.text-tmp.title-30 > h5,
.text-tmp.title-30 > h6 {
    font-size: 30px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-30 p,
    .text-tmp.title-dec-30 > h1:not(:first-child),
    .text-tmp.title-dec-30 > h2:not(:first-child),
    .text-tmp.title-dec-30 > h3:not(:first-child),
    .text-tmp.title-dec-30 > h4:not(:first-child),
    .text-tmp.title-dec-30 > h5:not(:first-child),
    .text-tmp.title-dec-30 > h6:not(:first-child),
    .text-tmp.title-30 > h1,
    .text-tmp.title-30 > h2,
    .text-tmp.title-30 > h3,
    .text-tmp.title-30 > h4,
    .text-tmp.title-30 > h5,
    .text-tmp.title-30 > h6 {
        font-size: calc(20px + 10 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-32 p,
.text-tmp.title-dec-32 > h1:not(:first-child),
.text-tmp.title-dec-32 > h2:not(:first-child),
.text-tmp.title-dec-32 > h3:not(:first-child),
.text-tmp.title-dec-32 > h4:not(:first-child),
.text-tmp.title-dec-32 > h5:not(:first-child),
.text-tmp.title-dec-32 > h6:not(:first-child),
.text-tmp.title-32 > h1,
.text-tmp.title-32 > h2,
.text-tmp.title-32 > h3,
.text-tmp.title-32 > h4,
.text-tmp.title-32 > h5,
.text-tmp.title-32 > h6 {
    font-size: 32px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-32 p,
    .text-tmp.title-dec-32 > h1:not(:first-child),
    .text-tmp.title-dec-32 > h2:not(:first-child),
    .text-tmp.title-dec-32 > h3:not(:first-child),
    .text-tmp.title-dec-32 > h4:not(:first-child),
    .text-tmp.title-dec-32 > h5:not(:first-child),
    .text-tmp.title-dec-32 > h6:not(:first-child),
    .text-tmp.title-32 > h1,
    .text-tmp.title-32 > h2,
    .text-tmp.title-32 > h3,
    .text-tmp.title-32 > h4,
    .text-tmp.title-32 > h5,
    .text-tmp.title-32 > h6 {
        font-size: calc(20.6451612903px + 11.3548387097 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-34 p,
.text-tmp.title-dec-34 > h1:not(:first-child),
.text-tmp.title-dec-34 > h2:not(:first-child),
.text-tmp.title-dec-34 > h3:not(:first-child),
.text-tmp.title-dec-34 > h4:not(:first-child),
.text-tmp.title-dec-34 > h5:not(:first-child),
.text-tmp.title-dec-34 > h6:not(:first-child),
.text-tmp.title-34 > h1,
.text-tmp.title-34 > h2,
.text-tmp.title-34 > h3,
.text-tmp.title-34 > h4,
.text-tmp.title-34 > h5,
.text-tmp.title-34 > h6 {
    font-size: 34px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-34 p,
    .text-tmp.title-dec-34 > h1:not(:first-child),
    .text-tmp.title-dec-34 > h2:not(:first-child),
    .text-tmp.title-dec-34 > h3:not(:first-child),
    .text-tmp.title-dec-34 > h4:not(:first-child),
    .text-tmp.title-dec-34 > h5:not(:first-child),
    .text-tmp.title-dec-34 > h6:not(:first-child),
    .text-tmp.title-34 > h1,
    .text-tmp.title-34 > h2,
    .text-tmp.title-34 > h3,
    .text-tmp.title-34 > h4,
    .text-tmp.title-34 > h5,
    .text-tmp.title-34 > h6 {
        font-size: calc(21.935483871px + 12.064516129 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-36 p,
.text-tmp.title-dec-36 > h1:not(:first-child),
.text-tmp.title-dec-36 > h2:not(:first-child),
.text-tmp.title-dec-36 > h3:not(:first-child),
.text-tmp.title-dec-36 > h4:not(:first-child),
.text-tmp.title-dec-36 > h5:not(:first-child),
.text-tmp.title-dec-36 > h6:not(:first-child),
.text-tmp.title-36 > h1,
.text-tmp.title-36 > h2,
.text-tmp.title-36 > h3,
.text-tmp.title-36 > h4,
.text-tmp.title-36 > h5,
.text-tmp.title-36 > h6 {
    font-size: 36px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-36 p,
    .text-tmp.title-dec-36 > h1:not(:first-child),
    .text-tmp.title-dec-36 > h2:not(:first-child),
    .text-tmp.title-dec-36 > h3:not(:first-child),
    .text-tmp.title-dec-36 > h4:not(:first-child),
    .text-tmp.title-dec-36 > h5:not(:first-child),
    .text-tmp.title-dec-36 > h6:not(:first-child),
    .text-tmp.title-36 > h1,
    .text-tmp.title-36 > h2,
    .text-tmp.title-36 > h3,
    .text-tmp.title-36 > h4,
    .text-tmp.title-36 > h5,
    .text-tmp.title-36 > h6 {
        font-size: calc(22.5px + 13.5 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-38 p,
.text-tmp.title-dec-38 > h1:not(:first-child),
.text-tmp.title-dec-38 > h2:not(:first-child),
.text-tmp.title-dec-38 > h3:not(:first-child),
.text-tmp.title-dec-38 > h4:not(:first-child),
.text-tmp.title-dec-38 > h5:not(:first-child),
.text-tmp.title-dec-38 > h6:not(:first-child),
.text-tmp.title-38 > h1,
.text-tmp.title-38 > h2,
.text-tmp.title-38 > h3,
.text-tmp.title-38 > h4,
.text-tmp.title-38 > h5,
.text-tmp.title-38 > h6 {
    font-size: 38px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-38 p,
    .text-tmp.title-dec-38 > h1:not(:first-child),
    .text-tmp.title-dec-38 > h2:not(:first-child),
    .text-tmp.title-dec-38 > h3:not(:first-child),
    .text-tmp.title-dec-38 > h4:not(:first-child),
    .text-tmp.title-dec-38 > h5:not(:first-child),
    .text-tmp.title-dec-38 > h6:not(:first-child),
    .text-tmp.title-38 > h1,
    .text-tmp.title-38 > h2,
    .text-tmp.title-38 > h3,
    .text-tmp.title-38 > h4,
    .text-tmp.title-38 > h5,
    .text-tmp.title-38 > h6 {
        font-size: calc(23.75px + 14.25 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-40 p,
.text-tmp.title-dec-40 > h1:not(:first-child),
.text-tmp.title-dec-40 > h2:not(:first-child),
.text-tmp.title-dec-40 > h3:not(:first-child),
.text-tmp.title-dec-40 > h4:not(:first-child),
.text-tmp.title-dec-40 > h5:not(:first-child),
.text-tmp.title-dec-40 > h6:not(:first-child),
.text-tmp.title-40 > h1,
.text-tmp.title-40 > h2,
.text-tmp.title-40 > h3,
.text-tmp.title-40 > h4,
.text-tmp.title-40 > h5,
.text-tmp.title-40 > h6 {
    font-size: 40px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-40 p,
    .text-tmp.title-dec-40 > h1:not(:first-child),
    .text-tmp.title-dec-40 > h2:not(:first-child),
    .text-tmp.title-dec-40 > h3:not(:first-child),
    .text-tmp.title-dec-40 > h4:not(:first-child),
    .text-tmp.title-dec-40 > h5:not(:first-child),
    .text-tmp.title-dec-40 > h6:not(:first-child),
    .text-tmp.title-40 > h1,
    .text-tmp.title-40 > h2,
    .text-tmp.title-40 > h3,
    .text-tmp.title-40 > h4,
    .text-tmp.title-40 > h5,
    .text-tmp.title-40 > h6 {
        font-size: calc(22.2222222222px + 17.7777777778 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-42 p,
.text-tmp.title-dec-42 > h1:not(:first-child),
.text-tmp.title-dec-42 > h2:not(:first-child),
.text-tmp.title-dec-42 > h3:not(:first-child),
.text-tmp.title-dec-42 > h4:not(:first-child),
.text-tmp.title-dec-42 > h5:not(:first-child),
.text-tmp.title-dec-42 > h6:not(:first-child),
.text-tmp.title-42 > h1,
.text-tmp.title-42 > h2,
.text-tmp.title-42 > h3,
.text-tmp.title-42 > h4,
.text-tmp.title-42 > h5,
.text-tmp.title-42 > h6 {
    font-size: 42px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-42 p,
    .text-tmp.title-dec-42 > h1:not(:first-child),
    .text-tmp.title-dec-42 > h2:not(:first-child),
    .text-tmp.title-dec-42 > h3:not(:first-child),
    .text-tmp.title-dec-42 > h4:not(:first-child),
    .text-tmp.title-dec-42 > h5:not(:first-child),
    .text-tmp.title-dec-42 > h6:not(:first-child),
    .text-tmp.title-42 > h1,
    .text-tmp.title-42 > h2,
    .text-tmp.title-42 > h3,
    .text-tmp.title-42 > h4,
    .text-tmp.title-42 > h5,
    .text-tmp.title-42 > h6 {
        font-size: calc(23.3333333333px + 18.6666666667 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-44 p,
.text-tmp.title-dec-44 > h1:not(:first-child),
.text-tmp.title-dec-44 > h2:not(:first-child),
.text-tmp.title-dec-44 > h3:not(:first-child),
.text-tmp.title-dec-44 > h4:not(:first-child),
.text-tmp.title-dec-44 > h5:not(:first-child),
.text-tmp.title-dec-44 > h6:not(:first-child),
.text-tmp.title-44 > h1,
.text-tmp.title-44 > h2,
.text-tmp.title-44 > h3,
.text-tmp.title-44 > h4,
.text-tmp.title-44 > h5,
.text-tmp.title-44 > h6 {
    font-size: 44px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-44 p,
    .text-tmp.title-dec-44 > h1:not(:first-child),
    .text-tmp.title-dec-44 > h2:not(:first-child),
    .text-tmp.title-dec-44 > h3:not(:first-child),
    .text-tmp.title-dec-44 > h4:not(:first-child),
    .text-tmp.title-dec-44 > h5:not(:first-child),
    .text-tmp.title-dec-44 > h6:not(:first-child),
    .text-tmp.title-44 > h1,
    .text-tmp.title-44 > h2,
    .text-tmp.title-44 > h3,
    .text-tmp.title-44 > h4,
    .text-tmp.title-44 > h5,
    .text-tmp.title-44 > h6 {
        font-size: calc(24.4444444444px + 19.5555555556 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-46 p,
.text-tmp.title-dec-46 > h1:not(:first-child),
.text-tmp.title-dec-46 > h2:not(:first-child),
.text-tmp.title-dec-46 > h3:not(:first-child),
.text-tmp.title-dec-46 > h4:not(:first-child),
.text-tmp.title-dec-46 > h5:not(:first-child),
.text-tmp.title-dec-46 > h6:not(:first-child),
.text-tmp.title-46 > h1,
.text-tmp.title-46 > h2,
.text-tmp.title-46 > h3,
.text-tmp.title-46 > h4,
.text-tmp.title-46 > h5,
.text-tmp.title-46 > h6 {
    font-size: 46px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-46 p,
    .text-tmp.title-dec-46 > h1:not(:first-child),
    .text-tmp.title-dec-46 > h2:not(:first-child),
    .text-tmp.title-dec-46 > h3:not(:first-child),
    .text-tmp.title-dec-46 > h4:not(:first-child),
    .text-tmp.title-dec-46 > h5:not(:first-child),
    .text-tmp.title-dec-46 > h6:not(:first-child),
    .text-tmp.title-46 > h1,
    .text-tmp.title-46 > h2,
    .text-tmp.title-46 > h3,
    .text-tmp.title-46 > h4,
    .text-tmp.title-46 > h5,
    .text-tmp.title-46 > h6 {
        font-size: calc(25.5555555556px + 20.4444444444 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-48 p,
.text-tmp.title-dec-48 > h1:not(:first-child),
.text-tmp.title-dec-48 > h2:not(:first-child),
.text-tmp.title-dec-48 > h3:not(:first-child),
.text-tmp.title-dec-48 > h4:not(:first-child),
.text-tmp.title-dec-48 > h5:not(:first-child),
.text-tmp.title-dec-48 > h6:not(:first-child),
.text-tmp.title-48 > h1,
.text-tmp.title-48 > h2,
.text-tmp.title-48 > h3,
.text-tmp.title-48 > h4,
.text-tmp.title-48 > h5,
.text-tmp.title-48 > h6 {
    font-size: 48px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-48 p,
    .text-tmp.title-dec-48 > h1:not(:first-child),
    .text-tmp.title-dec-48 > h2:not(:first-child),
    .text-tmp.title-dec-48 > h3:not(:first-child),
    .text-tmp.title-dec-48 > h4:not(:first-child),
    .text-tmp.title-dec-48 > h5:not(:first-child),
    .text-tmp.title-dec-48 > h6:not(:first-child),
    .text-tmp.title-48 > h1,
    .text-tmp.title-48 > h2,
    .text-tmp.title-48 > h3,
    .text-tmp.title-48 > h4,
    .text-tmp.title-48 > h5,
    .text-tmp.title-48 > h6 {
        font-size: calc(26.6666666667px + 21.3333333333 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-50 p,
.text-tmp.title-dec-50 > h1:not(:first-child),
.text-tmp.title-dec-50 > h2:not(:first-child),
.text-tmp.title-dec-50 > h3:not(:first-child),
.text-tmp.title-dec-50 > h4:not(:first-child),
.text-tmp.title-dec-50 > h5:not(:first-child),
.text-tmp.title-dec-50 > h6:not(:first-child),
.text-tmp.title-50 > h1,
.text-tmp.title-50 > h2,
.text-tmp.title-50 > h3,
.text-tmp.title-50 > h4,
.text-tmp.title-50 > h5,
.text-tmp.title-50 > h6 {
    font-size: 50px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-50 p,
    .text-tmp.title-dec-50 > h1:not(:first-child),
    .text-tmp.title-dec-50 > h2:not(:first-child),
    .text-tmp.title-dec-50 > h3:not(:first-child),
    .text-tmp.title-dec-50 > h4:not(:first-child),
    .text-tmp.title-dec-50 > h5:not(:first-child),
    .text-tmp.title-dec-50 > h6:not(:first-child),
    .text-tmp.title-50 > h1,
    .text-tmp.title-50 > h2,
    .text-tmp.title-50 > h3,
    .text-tmp.title-50 > h4,
    .text-tmp.title-50 > h5,
    .text-tmp.title-50 > h6 {
        font-size: calc(27.7777777778px + 22.2222222222 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-52 p,
.text-tmp.title-dec-52 > h1:not(:first-child),
.text-tmp.title-dec-52 > h2:not(:first-child),
.text-tmp.title-dec-52 > h3:not(:first-child),
.text-tmp.title-dec-52 > h4:not(:first-child),
.text-tmp.title-dec-52 > h5:not(:first-child),
.text-tmp.title-dec-52 > h6:not(:first-child),
.text-tmp.title-52 > h1,
.text-tmp.title-52 > h2,
.text-tmp.title-52 > h3,
.text-tmp.title-52 > h4,
.text-tmp.title-52 > h5,
.text-tmp.title-52 > h6 {
    font-size: 52px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-52 p,
    .text-tmp.title-dec-52 > h1:not(:first-child),
    .text-tmp.title-dec-52 > h2:not(:first-child),
    .text-tmp.title-dec-52 > h3:not(:first-child),
    .text-tmp.title-dec-52 > h4:not(:first-child),
    .text-tmp.title-dec-52 > h5:not(:first-child),
    .text-tmp.title-dec-52 > h6:not(:first-child),
    .text-tmp.title-52 > h1,
    .text-tmp.title-52 > h2,
    .text-tmp.title-52 > h3,
    .text-tmp.title-52 > h4,
    .text-tmp.title-52 > h5,
    .text-tmp.title-52 > h6 {
        font-size: calc(28.8888888889px + 23.1111111111 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-54 p,
.text-tmp.title-dec-54 > h1:not(:first-child),
.text-tmp.title-dec-54 > h2:not(:first-child),
.text-tmp.title-dec-54 > h3:not(:first-child),
.text-tmp.title-dec-54 > h4:not(:first-child),
.text-tmp.title-dec-54 > h5:not(:first-child),
.text-tmp.title-dec-54 > h6:not(:first-child),
.text-tmp.title-54 > h1,
.text-tmp.title-54 > h2,
.text-tmp.title-54 > h3,
.text-tmp.title-54 > h4,
.text-tmp.title-54 > h5,
.text-tmp.title-54 > h6 {
    font-size: 54px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-54 p,
    .text-tmp.title-dec-54 > h1:not(:first-child),
    .text-tmp.title-dec-54 > h2:not(:first-child),
    .text-tmp.title-dec-54 > h3:not(:first-child),
    .text-tmp.title-dec-54 > h4:not(:first-child),
    .text-tmp.title-dec-54 > h5:not(:first-child),
    .text-tmp.title-dec-54 > h6:not(:first-child),
    .text-tmp.title-54 > h1,
    .text-tmp.title-54 > h2,
    .text-tmp.title-54 > h3,
    .text-tmp.title-54 > h4,
    .text-tmp.title-54 > h5,
    .text-tmp.title-54 > h6 {
        font-size: calc(30px + 24 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-56 p,
.text-tmp.title-dec-56 > h1:not(:first-child),
.text-tmp.title-dec-56 > h2:not(:first-child),
.text-tmp.title-dec-56 > h3:not(:first-child),
.text-tmp.title-dec-56 > h4:not(:first-child),
.text-tmp.title-dec-56 > h5:not(:first-child),
.text-tmp.title-dec-56 > h6:not(:first-child),
.text-tmp.title-56 > h1,
.text-tmp.title-56 > h2,
.text-tmp.title-56 > h3,
.text-tmp.title-56 > h4,
.text-tmp.title-56 > h5,
.text-tmp.title-56 > h6 {
    font-size: 56px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-56 p,
    .text-tmp.title-dec-56 > h1:not(:first-child),
    .text-tmp.title-dec-56 > h2:not(:first-child),
    .text-tmp.title-dec-56 > h3:not(:first-child),
    .text-tmp.title-dec-56 > h4:not(:first-child),
    .text-tmp.title-dec-56 > h5:not(:first-child),
    .text-tmp.title-dec-56 > h6:not(:first-child),
    .text-tmp.title-56 > h1,
    .text-tmp.title-56 > h2,
    .text-tmp.title-56 > h3,
    .text-tmp.title-56 > h4,
    .text-tmp.title-56 > h5,
    .text-tmp.title-56 > h6 {
        font-size: calc(31.1111111111px + 24.8888888889 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-58 p,
.text-tmp.title-dec-58 > h1:not(:first-child),
.text-tmp.title-dec-58 > h2:not(:first-child),
.text-tmp.title-dec-58 > h3:not(:first-child),
.text-tmp.title-dec-58 > h4:not(:first-child),
.text-tmp.title-dec-58 > h5:not(:first-child),
.text-tmp.title-dec-58 > h6:not(:first-child),
.text-tmp.title-58 > h1,
.text-tmp.title-58 > h2,
.text-tmp.title-58 > h3,
.text-tmp.title-58 > h4,
.text-tmp.title-58 > h5,
.text-tmp.title-58 > h6 {
    font-size: 58px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-58 p,
    .text-tmp.title-dec-58 > h1:not(:first-child),
    .text-tmp.title-dec-58 > h2:not(:first-child),
    .text-tmp.title-dec-58 > h3:not(:first-child),
    .text-tmp.title-dec-58 > h4:not(:first-child),
    .text-tmp.title-dec-58 > h5:not(:first-child),
    .text-tmp.title-dec-58 > h6:not(:first-child),
    .text-tmp.title-58 > h1,
    .text-tmp.title-58 > h2,
    .text-tmp.title-58 > h3,
    .text-tmp.title-58 > h4,
    .text-tmp.title-58 > h5,
    .text-tmp.title-58 > h6 {
        font-size: calc(32.2222222222px + 25.7777777778 * ((100vw - 320px) / 1216));
    }
}

.text-tmp.txt-60 p,
.text-tmp.title-dec-60 > h1:not(:first-child),
.text-tmp.title-dec-60 > h2:not(:first-child),
.text-tmp.title-dec-60 > h3:not(:first-child),
.text-tmp.title-dec-60 > h4:not(:first-child),
.text-tmp.title-dec-60 > h5:not(:first-child),
.text-tmp.title-dec-60 > h6:not(:first-child),
.text-tmp.title-60 > h1,
.text-tmp.title-60 > h2,
.text-tmp.title-60 > h3,
.text-tmp.title-60 > h4,
.text-tmp.title-60 > h5,
.text-tmp.title-60 > h6 {
    font-size: 60px;
}
@media screen and (max-width: 1536px) {
    .text-tmp.txt-60 p,
    .text-tmp.title-dec-60 > h1:not(:first-child),
    .text-tmp.title-dec-60 > h2:not(:first-child),
    .text-tmp.title-dec-60 > h3:not(:first-child),
    .text-tmp.title-dec-60 > h4:not(:first-child),
    .text-tmp.title-dec-60 > h5:not(:first-child),
    .text-tmp.title-dec-60 > h6:not(:first-child),
    .text-tmp.title-60 > h1,
    .text-tmp.title-60 > h2,
    .text-tmp.title-60 > h3,
    .text-tmp.title-60 > h4,
    .text-tmp.title-60 > h5,
    .text-tmp.title-60 > h6 {
        font-size: calc(33.3333333333px + 26.6666666667 * ((100vw - 320px) / 1216));
    }
}

.text-tmp {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.text-tmp.color-white > * {
    color: #fff;
}
.text-tmp.title-tt-up > h1,
.text-tmp.title-tt-up > h2,
.text-tmp.title-tt-up > h3,
.text-tmp.title-tt-up > h4,
.text-tmp.title-tt-up > h5,
.text-tmp.title-tt-up > h6 {
    text-transform: uppercase;
}
.text-tmp > h1:not(:last-child),
.text-tmp > h2:not(:last-child),
.text-tmp > h3:not(:last-child),
.text-tmp > h4:not(:last-child),
.text-tmp > h5:not(:last-child),
.text-tmp > h6:not(:last-child) {
    margin-bottom: 0.8em;
}
.text-tmp p:not(:last-child) {
    margin-bottom: 0.8em;
}
.text-tmp p > a {
    color: #000;
    text-decoration: underline;
}
.text-tmp p > a:hover {
    text-decoration: none;
}
.text-tmp ul:not(:last-child),
.text-tmp ol:not(:last-child) {
    margin-bottom: 0.8em;
}
.text-tmp ul li,
.text-tmp ol li {
    width: 100%;
    list-style: disc;
    list-style-position: inside;
}
.text-tmp ul li > a,
.text-tmp ol li > a {
    color: #000;
    text-decoration: underline;
}
.text-tmp ul li > a:hover,
.text-tmp ol li > a:hover {
    text-decoration: none;
}
.text-tmp ul li:not(:last-child),
.text-tmp ol li:not(:last-child) {
    margin-bottom: 0.5em;
}
.text-tmp img,
.text-tmp video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.text-tmp img:not(:last-child),
.text-tmp video:not(:last-child) {
    margin-bottom: 0.8em;
}
.text-tmp iframe {
    width: 100%;
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}
.text-tmp iframe:not(:last-child) {
    margin-bottom: 0.8em;
}
.text-tmp .table-wrapper {
    width: 100%;
    overflow-x: auto;
}
.text-tmp .table-wrapper:not(:last-child) {
    margin-bottom: 0.8em;
}
.text-tmp .table-wrapper table {
    width: 100% !important;
    min-width: 1024px;
}
.text-tmp .table-wrapper table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}
.text-tmp .table-wrapper table td {
    padding: 10px;
    background: transparent !important;
    font-family: var(--font-m);
}
.text-tmp .table-wrapper table td * {
    font-family: var(--font-m);
    background: transparent !important;
}

.btn {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-height: 44px;
    padding: 0.4rem 1.4em;
    border: 1px solid transparent;
    border-radius: 10px;
    will-change: transform;
    color: #fff;
    font-family: var(--font-m);
    font-weight: var(--weight-m-500);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s background, 0.3s border-color, 0.3s color;
    transition-timing-function: ease;
}
.btn.small {
    padding: 0.4rem 0.8em;
}
.btn.medium {
    padding: 0.4rem 1.8em;
}
.btn.large {
    min-width: 200px;
    padding: 0.4rem 2.2em;
}
.btn.full {
    width: 100%;
}
.btn svg {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transition: 0.3s fill ease;
}
.btn.transparent {
    background: transparent !important;
    color: inherit;
    border-color: inherit;
}
.btn.white {
    background: #fff;
    border-color: #fff;
    color: #fff;
}
.btn.white svg {
    fill: #fff;
}
.btn.white:not(.transparent) {
    color: #000;
}
.btn.white:not(.transparent) svg {
    fill: #000;
}
@media (hover) {
    .btn.white:not(.transparent):hover {
        background: transparent !important;
        border-color: #fff;
        color: #fff;
    }
    .btn.white:not(.transparent):hover svg {
        fill: #fff;
    }
}
@media (hover) {
    .btn.white:hover {
        background: #fff !important;
        border-color: #fff;
        color: #000;
    }
    .btn.white:hover svg {
        fill: #000;
    }
}
.btn.black {
    background: #000;
    border-color: #000;
    color: #000;
}
.btn.black svg {
    fill: #000;
}
.btn.black:not(.transparent) {
    color: #fff;
}
.btn.black:not(.transparent) svg {
    fill: #fff;
}
@media (hover) {
    .btn.black:not(.transparent):hover {
        background: transparent !important;
        border-color: #000;
        color: #000;
    }
    .btn.black:not(.transparent):hover svg {
        fill: #000;
    }
}
@media (hover) {
    .btn.black:hover {
        background: #000 !important;
        border-color: #000;
        color: #fff;
    }
    .btn.black:hover svg {
        fill: #fff;
    }
}
.btn.accent {
    background: #0032a0;
    border-color: #0032a0;
    color: #0032a0;
}
.btn.accent svg {
    fill: #0032a0;
}
.btn.accent:not(.transparent) {
    color: #fff;
}
.btn.accent:not(.transparent) svg {
    fill: #fff;
}
@media (hover) {
    .btn.accent:not(.transparent):hover {
        background: transparent !important;
        border-color: #0032a0;
        color: #0032a0;
    }
    .btn.accent:not(.transparent):hover svg {
        fill: #0032a0;
    }
}
@media (hover) {
    .btn.accent:hover {
        background: #0032a0 !important;
        border-color: #0032a0;
        color: #fff;
    }
    .btn.accent:hover svg {
        fill: #fff;
    }
}

.btn-more {
    background: transparent;
    color: #0032a0;
    font-weight: 700;
    text-decoration: underline;
    width: max-content;
}
@media (hover) {
    .btn-more:hover {
        text-decoration: none;
    }
}

.checkbox__label {
    display: flex;
    align-items: flex-start;

    cursor: pointer;
}
.checkbox__label p {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    transition: 0.3s all ease;
}
.checkbox__input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.checkbox__input:checked + .checkbox__content {
    background: #000;
}
.checkbox__input:checked + .checkbox__content svg {
    opacity: 1;
}
.checkbox__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    transition: 0.3s all ease;
}
.checkbox__content svg {
    transition: 0.3s all ease;
    opacity: 0;
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
}

.switch__label {
    position: relative;
    display: flex;
    align-items: center;
    width: 50px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 3.125rem;
}
.switch__input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.switch__input:checked + .switch__content {
    transform: translateX(calc(100% + 16px));
    background: #27ae60;
}
.switch__content {
    position: absolute;
    left: 2px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    will-change: transform;
    transition: 0.3s all ease;
}

.radio__label {
    display: flex;
    align-items: center;

    cursor: pointer;
}
.radio__input {
    width: 0;
    height: 0;
    opacity: 0;
}
.radio__input:checked + .radio__round::after {
    opacity: 1;
}
.radio__round {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #1e1e1e;
    transition: 0.3s all ease;
}
.radio__round::after {
    content: "";
    width: 14px;
    height: 14px;
    background: #0032a0;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s all ease;
}
.radio p {
    margin-left: 10px;
    font-size: 16px;
    color: #1e1e1e;
    transition: 0.3s all ease;
}

.select-custom {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    outline: none;
    border: 1px solid rgba(30, 30, 30, 0.1);
    border-radius: 10px;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1e1e1e;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s all ease;
}
.select-custom::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml,         <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">             <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23242e40"></path>         </svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: 0.3s all ease;
}
.select-custom.active {
    border: 1px solid #1e1e1e;
}
.select-custom.active::after {
    transform: translateY(-50%) rotate(90deg);
}
@media (hover) {
    .select-custom:hover {
        border: 1px solid rgba(30, 30, 30, 0.5);
    }
}
.select-custom__field {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.select-custom__list {
    z-index: 10;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: 200px;
    padding: 14px 10px;
    background: #fff;
    border: 1px solid rgba(30, 30, 30, 0.1);
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(30, 30, 30, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    visibility: hidden;
    transition: 0.3s all ease;
}
.select-custom__list.active {
    pointer-events: painted;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.select-custom__list ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 10px;
    overflow-y: scroll;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    scrollbar-color: #1e1e1e transparent;
    scrollbar-width: thin;
    transition: 0.3s all ease;
}
.select-custom__list ul::-webkit-scrollbar {
    width: 8px;
}
.select-custom__list ul::-webkit-scrollbar-track {
    background-color: transparent;
}
.select-custom__list ul::-webkit-scrollbar-thumb {
    background: #1e1e1e;
    border-radius: 6px;
}
.select-custom__list ul li {
    display: flex;
    width: 100%;
    padding: 0.4rem 1em;
    color: #1e1e1e;
    cursor: pointer;
}
.select-custom__list ul li.active {
    color: #fff;
    background: #1e1e1e;
}
.select-custom__list ul li:hover:not(.active) {
    color: #fff;
    background: rgba(30, 30, 30, 0.5);
}
.select-custom select {
    display: none;
    opacity: 0;
    max-width: 0;
    max-height: 0;
    visibility: hidden;
}

.input {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    transition: 0.3s all ease;
}
.input.bot-border input,
.input.bot-border textarea {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cccccc;
}
.input__label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;

    cursor: pointer;
}
.input input,
.input textarea {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 20px 20px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background: transparent;
    color: #1e1e1e;
    font-size: 16px;
    transition: 0.3s all ease;
}
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
    color: #cccccc;
}
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
    color: #cccccc;
}
.input input::placeholder,
.input textarea::placeholder {
    color: #cccccc;
}
@media (hover) {
    .input input:hover,
    .input textarea:hover {
        border-color: rgba(30, 30, 30, 0.5);
    }
}
.input input:focus,
.input input.active,
.input textarea:focus,
.input textarea.active {
    border-color: #1e1e1e !important;
}
.input input:focus .input__fake-field-icon,
.input input.active .input__fake-field-icon,
.input textarea:focus .input__fake-field-icon,
.input textarea.active .input__fake-field-icon {
    transform: rotate(90deg);
}
.input input[readonly],
.input textarea[readonly] {
    cursor: pointer;
}
.input textarea {
    height: 100px;
    resize: none;
}

.file {
    display: flex;
    flex-direction: column;
}
.file__label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    padding: 0 40px;
    border: 1px solid rgba(30, 30, 30, 0.1);
    border-radius: 10px;
    transition: 0.3s all ease;

    cursor: pointer;
}
.file__label:hover {
    border-color: #1e1e1e;
}
.file__label p {
    font-size: 16px;
    color: #1e1e1e;
    transition: 0.3s all ease;
}
.file__input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.file__img-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
}
.file__card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.file__card-btn {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: rgba(30, 30, 30, 0.3);
    color: #fff;
}
.file__card-img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.file__card-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.file__card-img img,
.file__card-img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.file__card-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 200px;
    padding: 10px;
    background: grey;
    word-break: break-all;
    color: #fff;
}
.file__card-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 8px;
    background: #1e1e1e;
    color: #fff;
    font-size: 14px;
}
.file__card-name {
    word-wrap: break-word;
    margin-bottom: 10px;
}
.file__error {
    color: #eb4d4b;
}

.file-large {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 200px;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
}
.file-large__label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    transition: 0.3s all ease;

    cursor: pointer;
}
.file-large__label.input-error {
    background: rgba(235, 77, 75, 0.1);
    border-color: #eb4d4b;
}
.file-large__label:hover {
    border-color: #1e1e1e;
}
.file-large__label p {
    font-size: 16px;
    color: #cccccc;
    transition: 0.3s all ease;
}
.file-large__icons {
    display: flex;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.file-large__icons svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.file-large__input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.file-large .file__img-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    pointer-events: none;
}
.file-large .file__card {
    width: 100%;
    height: 100%;
}
.file-large .file__card-img {
    width: 100%;
    height: 100%;
}
.file-large .file__card-img::before {
    display: none;
}
.file-large .file__card-info {
    display: none;
}

#slider-round {
    height: 10px;
}
#slider-round .noUi-handle {
    top: -12px;
    border: none;
    box-shadow: none;
    background: transparent;
    width: 30px;
    height: 30px;
}
#slider-round .noUi-handle::before,
#slider-round .noUi-handle::after {
    display: none;
}
#slider-round .noUi-touch-area {
    border-radius: 50%;
    background: #27ae60;
    border: 4px solid #fff;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#slider-round .noUi-connect {
    background: #27ae60;
}
#slider-round .noUi-tooltip {
    bottom: 16px;
}

.input-error input,
.input-error textarea {
    background: rgba(235, 77, 75, 0.1);
    border-color: #eb4d4b;
    color: #eb4d4b;
}
.input-error input::-moz-placeholder,
.input-error textarea::-moz-placeholder {
    color: #eb4d4b !important;
}
.input-error input:-ms-input-placeholder,
.input-error textarea:-ms-input-placeholder {
    color: #eb4d4b !important;
}
.input-error input::placeholder,
.input-error textarea::placeholder {
    color: #eb4d4b !important;
}
.input-error.checkbox__label .checkbox__content {
    background: rgba(235, 77, 75, 0.1);
    border-color: #eb4d4b;
}
.input-error.checkbox__label * {
    color: #eb4d4b;
}
.input-error.switch__label {
    background: rgba(235, 77, 75, 0.1);
    border-color: #eb4d4b;
}
.input-error.file__label {
    background: rgba(235, 77, 75, 0.1);
    border-color: #eb4d4b;
}
.input-error.file__label p {
    color: #eb4d4b;
}
.input-error .input__label {
    color: #eb4d4b;
}

.text-empty {
    z-index: 5;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: #eb4d4b;
    border-top-left-radius: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
    will-change: transform;
    pointer-events: none;
    filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.4));
    -webkit-animation: animTultipForm 0.4s both ease;
    animation: animTultipForm 0.4s both ease;
}
.text-empty:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom: 5px solid #eb4d4b;
}

.form-preloader {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 18px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-preloader__round {
    width: 40px;
    height: 40px;
    margin: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}
.form-preloader__text {
    -webkit-animation: animTextAnsver 0.4s both ease;
    animation: animTextAnsver 0.4s both ease;
}

@-webkit-keyframes animTultipForm {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes animTultipForm {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes animTextAnsver {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes animTextAnsver {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    width: 100%;
}
.form-fr-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.form-fr-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
@media screen and (max-width: 600px) {
    .form-fr-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.form-fr-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
@media screen and (max-width: 600px) {
    .form-fr-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.form-fr-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
@media screen and (max-width: 600px) {
    .form-fr-4 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
    color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
    background: none;
    border: none;
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
    color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
    color: #fff;
    background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
    display: none;
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
    display: grid;
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
    display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden;
}

.air-datepicker-nav--action svg {
    width: 32px;
    height: 32px;
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px;
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px;
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: none;
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.air-datepicker-button {
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: none;
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.air-datepicker-time {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    align-items: center;
    position: relative;
    padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
    border-top: none;
}

.air-datepicker-time--current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center;
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    content: "";
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1;
}

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.air-datepicker-time--row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px;
}

.air-datepicker-time--row input[type="range"] {
    background: none;
    cursor: pointer;
    flex: 1;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.air-datepicker-time--row input[type="range"]::-ms-tooltip {
    display: none;
}

.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:focus {
    outline: none;
}

.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-runnable-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-moz-range-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-ms-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0);
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 320px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "buttons" "nav" "body" "timepicker";
    --adp-transition-duration: 0.3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 50px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 40px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #14151a;
    --adp-cell-background-color-selected-hover: #0032a0;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
    --adp-overlay-transition-duration: 0.3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99;
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, -webkit-max-content);
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index);
}
@media screen and (max-width: 480px) {
    .air-datepicker {
        width: 280px;
    }
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0;
}

.air-datepicker.-from-top- {
    transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
    transform: translate(0, 0);
    opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
    transition: none;
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none;
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: none;
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
    transition: none;
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0;
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1;
}

.air-datepicker--pointer:after {
    content: "";
    position: absolute;
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^="top"] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^="top"] .air-datepicker--pointer:after {
    transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^="right"] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="right"] .air-datepicker--pointer:after {
    transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^="bottom"] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^="bottom"] .air-datepicker--pointer:after {
    transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^="left"] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="left"] .air-datepicker--pointer:after {
    transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
    grid-area: nav;
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
    display: none;
}

.air-datepicker--time {
    grid-area: timepicker;
}

.air-datepicker--buttons {
    grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.air-datepicker--buttons {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-bottom: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
    grid-auto-flow: row;
}

.air-datepicker-button {
    border: 1px solid var(--adp-border-color-inner);
    color: #1e1e1e;
    font-weight: 500;
}
.air-datepicker-button > span {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 6px;
}

body {
    background: #fafafa;
}

.main {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
}

.vacancy {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 20px;
}
.vacancy__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 4px 20px -5px rgba(167, 190, 193, 0.3);
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
    .vacancy__inner {
        padding: 40px 20px;
    }
}
.vacancy__step {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.vacancy__step-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.vacancy__step-info > h1,
.vacancy__step-info > h2,
.vacancy__step-info > h3,
.vacancy__step-info > h4,
.vacancy__step-info > h5,
.vacancy__step-info > h6 {
    font-size: 40px;
    color: #0032a0;
}
@media screen and (max-width: 1536px) {
    .vacancy__step-info > h1,
    .vacancy__step-info > h2,
    .vacancy__step-info > h3,
    .vacancy__step-info > h4,
    .vacancy__step-info > h5,
    .vacancy__step-info > h6 {
        font-size: calc(28px + 12 * ((100vw - 320px) / 1216));
    }
}
.vacancy__step-info > h1:not(:last-child),
.vacancy__step-info > h2:not(:last-child),
.vacancy__step-info > h3:not(:last-child),
.vacancy__step-info > h4:not(:last-child),
.vacancy__step-info > h5:not(:last-child),
.vacancy__step-info > h6:not(:last-child) {
    margin-bottom: 20px;
}
.vacancy__step-info p {
    max-width: 620px;
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 500;
}
@media screen and (max-width: 1536px) {
    .vacancy__step-info p {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1216));
    }
}
.vacancy__step-footer {
    display: flex;
    justify-content: center;
    width: 100%;
}
.vacancy__step-footer-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vacancy__step-footer-btns > *:not(:last-child) {
    margin-right: 20px;
}
@media screen and (max-width: 600px) {
    .vacancy__step-footer-btns {
        flex-direction: column;
    }
    .vacancy__step-footer-btns > *:not(:last-child) {
        margin: 0;
        margin-bottom: 20px;
    }
}
.vacancy__radio-wrap {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    margin-top: auto;
}
.vacancy__radio-wrap > * {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.vacancy__field-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 260px;
}
.vacancy__field-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.vacancy__field-info p {
    margin-top: 10px;
    color: #1e1e1e;
    font-weight: 500;
}
.vacancy__step-main {
    display: flex;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.vacancy__step-main > *:not(:last-child) {
    margin-right: 20px;
}
@media screen and (max-width: 600px) {
    .vacancy__step-main {
        flex-direction: column;
    }
    .vacancy__step-main > *:not(:last-child) {
        margin: 0;
        margin-bottom: 20px;
    }
}

.vacancy__line {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
}
.vacancy__line-progress {
    position: absolute;
    bottom: calc(100% + 10px);
    left: calc(var(--thumb) - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 30px;
    border-radius: 4px;
    background: #0032a0;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #fff;
    transition: 0.3s all ease;
}
.vacancy__line-thumb {
    position: relative;
    display: flex;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #ccc;
}
.vacancy__line-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--thumb);
    height: 100%;
    background: #0032a0;
    transition: 0.3s all ease;
}
