:root {
	--step--2: clamp(0.56rem, calc(0.71rem + -0.09vw), 0.69rem);
	--step--1: clamp(0.75rem, calc(0.85rem + -0.06vw), 0.83rem);
	--step-0: clamp(1.00rem, calc(1.00rem + 0.00vw), 1.00rem);
	--step-1: clamp(1.20rem, calc(1.18rem + 0.10vw), 1.33rem);
	--step-2: clamp(1.44rem, calc(1.39rem + 0.24vw), 1.78rem);
	--step-3: clamp(1.73rem, calc(1.64rem + 0.46vw), 2.37rem);
	--step-4: clamp(2.07rem, calc(1.92rem + 0.77vw), 3.16rem);
	--step-5: clamp(2.49rem, calc(2.24rem + 1.23vw), 4.21rem);
}

body.et-db {
	overflow-x: hidden;
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--step-0);
    color: var(--body);
    background-color: var(--secondary-light)!important;
	background-image: url(/wp-content/uploads/pattern-bg.png);
	background-repeat: repeat!important;
	background-size: auto!important;
	background-blend-mode: multiply, normal;
    line-height: 1.7em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
	font-size: var(--step-0);
    margin-top: 0;
    margin-bottom: 0;
	line-height: 150%;
}

.subtitle {
	display: flex;
	align-items: center;
    font-family: 'Josefin Sans', sans-serif!important;
    font-size: var(--step-0)!important;
	font-weight: 600!important;
	line-height: 100%!important;
	text-transform: uppercase!important;
}

h6,
h5,
h4,
.step-5,
.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4,
h3,
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3,
h2,
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2,
h1,
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
	font-family: 'Playfair Display', serif;
    margin-top: 0;
    margin-bottom: 1rem;
	padding-bottom: 0;
    font-weight: 700;
    line-height: 120%;
}

h1,
.h1,
.et-db #et-boc .et-l .step-5,
.et-db #et-boc .et-l .et_pb_title_container h1,
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
    font-size: var(--step-5);
}



h2,
.h2,
.et-db #et-boc .et-l .step-4,
.step-4,
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
    font-size: var(--step-4);
}

h3,
.h3,
.et-db #et-boc .et-l .step-3,
.step-3,
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
    font-size: var(--step-3);
}

h4,
.h4,
.step-2,
.et-db #et-boc .et-l .et_pb_column_1_3 h4,
.et-db #et-boc .et-l .et_pb_column_1_4 h4,
.et-db #et-boc .et-l .et_pb_column_1_5 h4,
.et-db #et-boc .et-l .et_pb_column_1_6 h4,
.et-db #et-boc .et-l .et_pb_column_2_5 h4 {
    font-size: var(--step-2);
}

.step-2 {
    font-size: var(--step-2)!important;
}

h5,
.h5,
.step-1,
.et-db #et-boc .et-l .et_pb_column_1_3 h5,
.et-db #et-boc .et-l .et_pb_column_1_4 h5,
.et-db #et-boc .et-l .et_pb_column_1_5 h5,
.et-db #et-boc .et-l .et_pb_column_1_6 h5,
.et-db #et-boc .et-l .et_pb_column_2_5 h5{
    font-size: var(--step-1);
}

.step-1 {
    font-size: var(--step-1)!important;
}

h6,
.h6 {
    font-size: var(--step-0);
}

.step-4-h {
	font-size: var(--step-3);
}

@media (min-width: 992px) {
	.step-4-h {
		font-size: var(--step-4-h);
	}	
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a[href] {
    color: var(--secondary);
    text-decoration: underline;
	transition: var(--transition-base);
}
a:hover {
    color: var(--secondary);
	text-decoration: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}