@font-face {
	font-display: swap;
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 300;
	src: url("OpenSans-Light.ttf") format("truetype");
}
@font-face {
	font-display: swap;
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 400;
	src: url("OpenSans-Regular.ttf") format("truetype");
}
@font-face {
	font-display: swap;
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 500;
	src: url("OpenSans-Medium.ttf") format("truetype");
}
@font-face {
	font-display: swap;
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 600;
	src: url("OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
	font-display: swap;
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 700;
	src: url("OpenSans-Bold.ttf") format("truetype");
}
@font-face {
	font-display: swap;
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 900;
	src: url("OpenSans-ExtraBold.ttf") format("truetype");
}

/* custom fonts */
@font-face {
	font-family: "InterTight";
	font-style: normal;
	font-weight: 400;
	src: url("InterTight-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "InterTight";
	font-style: normal;
	font-weight: 500;
	src: url("InterTight-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "InterTight";
	font-style: normal;
	font-weight: 600;
	src: url("InterTight-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: "InterTight";
	font-style: normal;
	font-weight: 800;
	src: url("InterTight-ExtraBold.ttf") format("truetype");
}
@font-face {
	font-family: "Mulish";
	font-style: normal;
	font-weight: 900;
	src: url("Mulish-BlackItalic.ttf") format("truetype");
}

h1 {
	margin: 0px;
	font-family: "Mulish";
	font-style: italic;
	font-weight: 900;
	line-height: 100%;
	font-size: 54px;
}
h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: "InterTight";
	font-style: normal;
}
h2 {
	font-weight: 600;
	line-height: 100%;
	font-size: 50px;
}
h3 {
	font-weight: 500;
	line-height: 100%;
	font-size: 46px;
}
h4 {
	font-weight: 500;
	line-height: 100%;
	font-size: 36px;
}
h5 {
	font-weight: 500;
	line-height: 100%;
	font-size: 30px;
}
h6 {
	font-weight: 500;
	line-height: 110%;
	font-size: 24px;
}

.cost {
	font-family: "InterTight";
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	font-size: 28px;
}

.p1, .p2, .p3, .p4, .p5, .p6, .p7, .p8, .p9, .p10, .p11,
.answer-question > p, .answer-question > ul > li,
.man-quote-text > p, .invert-white-btn {
	font-family: "InterTight";
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 0px;
}

.p1, .p2 {
    font-size: 16px;
}
.p2 {
	text-transform: uppercase;
}
.p3, .answer-question > p, .answer-question > ul > li,
.man-quote-text > p,
.container-input > p > .wpcf7-form-control-wrap > input {
	font-size: 18px;
}
.p4, .header-top > ul > li > a {
	font-size: 18px;
	font-weight: 500;
}
.p5 {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.p6, .btn, .invert-white-btn {
	font-size: 18px;
	font-weight: 600;
}
.p7 {
	font-size: 20px;
}
.p8 {
	font-size: 20px;
	font-weight: 600;
}
.p9 {
	font-size: 24px;
}
.p10 {
	font-size: 24px;
	font-weight: 600;
}
.p11 {
	font-size: 32px;
	font-weight: 600;
	line-height: 100%;
}

ul {
	padding-left: 5px;
}
ul li::marker {
	color: var(--White);
	margin-right: 0px;
}

p > strong {
	background: var(--Linear-Gradient-text);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media(max-width: 1500px) {
	.p4, .header-top > ul > li > a {
		font-size: 15px;
		font-weight: 500;
	}
}
@media(max-width: 360px) {
	.p4, .header-top > ul > li > a, .header-top > ul > li {
        font-size: 14px;
        font-weight: 500;
    }
}
@media(max-width: 1410px) {
	h1 {
		font-size: 38px;
	}
}
@media(max-width: 1080px) {
	h1 {
		font-size: 28px;
	}
}
@media(max-width: 650px) {
	.p7 {
		font-size: 18px;
	}
}
@media (max-width: 600px) {
    h1 {
        font-size: 24px;
    }
}
@media(max-width: 490px) {
	.header-logo {
		width: 90%
	}
}
@media(max-width: 330px) {
	.p8 {
		font-size: 18px;
		font-weight: 600;
	}
}
@media(max-width: 1020px) {
	h2 {
		font-size: 40px;
	}
	.p3 {
		font-size: 14px;
	}
}
@media(max-width: 800px) {
	h3 {
		font-size: 38px;
	}
}
@media(max-width: 700px) {
	h2 {
		font-size: 28px;
	}
	.p1, .p2 {
		font-size: 12px;
	}
	.p3 {
		font-size: 12px;
	}

	.p6, .btn, .invert-white-btn {
		font-size: 14px;
	}
}
@media(max-width: 650px) {
	h3 {
		font-size: 34px;
	}
}
@media(max-width: 1370px) {
	.man-quote-text > p {
		font-size: calc(1vw * 1.08 + 1px);
	}
}
@media(max-width: 1140px) {
	.p1 {
		font-size: 12px;
	}
	.man-quote-text > p {
		font-size: calc(1vw * 1.08 + 1px);
	}
}
@media(max-width: 850px) {
	.man-quote-text > p {
		font-size: calc(1vw * 1.58 + 1px);
	}
}
@media(max-width: 790px) {
	.man-quote-text > p {
		font-size: calc(1vw * 1.38 + 1px);
	}
}
@media(max-width: 740px) {
	h2 {
        font-size: 30px;
    }
}
@media(max-width: 450px) {
	h2 {
        font-size: 26px;
    }
}
@media(max-width: 700px) {
	.man-quote-text > p {
		font-size: calc(1vw * 1.88 + 1px);
	}
}
@media(max-width: 540px) {
	.man-quote-text > p {
		font-size: calc(1vw * 2.9 + 1px);
	}
}
@media(max-width: 420px) {
	.man-quote-text > p {
		font-size: calc(1vw * 3.9 + 1px);
	}
}
@media(max-width: 500px) {
	.p8 {
		font-size: 16px;
	}
	.answer-question > p,
	.answer-question > ul > li {
		font-size: 16px;
	}
}

@media(max-width: 420px) {
	h2 {
        font-size: 26px;
    }
	.p9 {
		font-size: 20px;
	}
	.p10 {
		font-size: 20px;
	}
}
@media(max-width: 980px) {
	.p11 {
		font-size: 24px;
	}
	.p10 {
		font-size: 20px;
	}
}
@media(max-width: 870px) {
	.p11 {
		font-size: 20px;
	}
	.p10 {
		font-size: 16px;
	}
}
@media(max-width: 790px) {
	.p11 {
		font-size: 18px;
	}
	.p10 {
		font-size: 14px;
	}
}
@media (max-width: 780px) {
    .p11 {
        font-size: 24px;
    }
	.p10 {
        font-size: 20px;
    }
}
@media(max-width: 370px) {
	h3 {
        font-size: 30px;
    }
}
@media(max-width: 360px) {
	h2 {
		font-size: 22px;
	}
}