/*───────────────────────────────────────────────────────────*/
/*─                         fonts
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    FONTS
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased
}
/*───────────────────────────────────────────────────────────*/
/*─                         lib
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    RESET
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
a,
body,
button,
div,
footer,
form,
h1,
h2,
h3,
header,
html,
img,
input,
label,
li,
nav,
p,
select,
span,
table,
textarea,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: inherit;
    font-size: 100%
}
li,
ul {
    list-style: none
}
button,
input,
select,
textarea {
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    border: none;
    background: none;
    color: inherit
}
button:focus,
input:focus,
textarea:focus {
    outline: none
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}
input::-ms-clear {
    display: none
}
textarea {
    overflow: auto
}
a {
    color: inherit;
    text-decoration: none
}
a,
img,
picture,
svg,
video {
    display: block
}
img,
video {
    width: 100%;
    height: auto
}
iframe,
svg {
    width: 100%;
    height: 100%
}
iframe {
    top: 0;
    left: 0
}
#svg,
iframe {
    position: absolute
}
#svg {
    width: 0;
    height: 0
}
html {
    cursor: default;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: europa, sans-serif;
    background: #fafafb;
    color: #242729;
}
/*───────────────────────────────────────────────────────────*/
/*─                          issue
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                         ENABLE JAVASCRIPT
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.iss-w {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.iss-w {
    z-index: 9999;
    text-align: center;
    background: #fff;
    color: #000;
    font-family: Arial
}
.iss,
.iss-w {
    position: absolute
}
.iss {
    top: 50%;
    left: 0;
    width: 100%
}
/*───────────────────────────────────────────────────────────*/
/*─                           gutenberg
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    ALIGNMENTS
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.alignnone, .aligncenter, .alignleft, .alignright, .alignwide {
	margin: 0 auto 0 auto;
}
.has-text-align-center {
	text-align: center;
}
.has-text-align-right {
	text-align: right;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    COLUMNS
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    IMAGE
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.wp-block-image img {
	height: auto;
	max-width: 100%;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	width: 100%;
}
.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 769px) {
    .wp-block-columns {
        display: flex;
    }

    .wp-block-column {
        flex: 1;
    }
}
