* {
	padding:0;
	margin:0;
	box-sizing:border-box;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size:clamp(14px, 13.54px + 0.13vw, 16px);
	color:#141414;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	line-height:1.7;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

a {
	color:#141414;
}

.site-main {
	max-width:1280px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: 1.5em; */
}

.popmake-content br {
	display:none;
}

.popmake-content p {
	margin:0;
}

.popmake-content .cf7-wrap-custom-ft {
	flex-direction:column;
}

.popmake-content .cf7-wrap-custom,
.popmake-content #wpcf7-f292-o1 {
	max-width:500px;
	width:100%;
}

@media (max-width: 768px) {
	h1 {
		font-size:27px;
	}
}