@font-face {
    font-family: 'patrick';
    src: url('/assets/fonts/PatrickHand-Regular.ttf?1557272') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.debug {
    background: rgba(0, 0, 0, 0.1);
}

.absolute {
    position: absolute;
}

.paragraph {
    font-family: "patrick";
    font-weight: normal;
    font-size: 18px;
    line-height: 1.1;
    text-align: left;
}

.paragraph-special {
    font-family: "patrick";
    font-weight: bold;
}

.paragraph-sm {
    font-family: "patrick";
    font-weight: bold;
    font-size: 22.444432px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.paragraph-md {
    font-family: "patrick";
    font-weight: bold;
    font-size: 33.666648px;
    line-height: 1.1;
    letter-spacing: 1px;
}

.paragraph-lg {
    font-family: "patrick";
    font-weight: bold;
    font-size: 42.08331px;
    line-height: 1.12;
    letter-spacing: 1px;
}

.color-blue {
    color: #1072ba;
}

.placeholder {
    font-family: "patrick";
    font-weight: normal;
    font-size: 39.277756px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}


.bg-color-1 {
    color: #000000;
}

.color-1-0 {
    color: #000000;
}

.color-1-1 {
    color: #FFFFFF;
}

.color-1-2 {
    color: #24445E;
}

.page-3-p-0 {
    margin-top: calc(51% - 10px) !important;
}
.page-4-p-0 {
    margin-top: calc(46.69% - 10px) !important;
}
.page-6-p-0 {
    margin-top: calc(45% - 10px) !important;
}
.page-17-p-0 {
    margin-top: calc(50% - 10px) !important;
}
.page-26-p-0 {
    margin-top: calc(17% - 10px) !important;
}