* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
}

.navbar-brand img {
	width: 40px;
	height: 40px;
}

.hero-section {
	position: relative;
	height: 260px;
}
.hero-section .hero-bar {
	height: 150px;
}
.hero-section .hero-bar .bar {
	height: 150px;
}
.hero-section .hero-bar .left-bar {
	width: 85vw;
	background: linear-gradient(90deg, rgb(38, 177, 255), rgb(5, 64, 146));
	clip-path: polygon(0 0, 100% 0, calc(85vw - 80px) 100%, 0 100%);
}
.hero-section .content-hero {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100vw;
	max-width: 1200px;
	margin: 0 auto;
	background-color: red;
}
.hero-section .content-hero .hero-title {
	position: absolute;
	margin-top: 3px;
	z-index: 2;
	left: max(5px, 42.5vw - 150px);
}
.hero-section .content-hero .hero-title p {
	font-family: 'Boogaloo';
	font-size: 24px;
	margin-bottom: 0;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.hero-section .content-hero .hero-title .row-2 {
	position: relative;
	font-size: 40px;
}
.hero-section .content-hero .hero-title .row-2 span {
	position: relative;
	top: 5px;
	font-family: 'Bowlby One';
	color: orange;
	font-size: 50px;
}
.hero-section .content-hero .hero-title .row-3 {
	position: relative;
	left: 120px;
}
.hero-section .content-hero .hero-image {
	position: absolute;
	top: 0px;
	right: -15px;
	width: 180px;
	height: 180px;
	background-image: url('../img/jay-happy-small.png');
	background-size: cover;
}
.hero-section .content-hero .hero-text {
	position: absolute;
	margin: 0 10px;
	top: 160px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	z-index: 10;
	color: rgb(5, 64, 146);
}
.hero-section .content-hero .hero-text .hero-line {
	position: relative;
	height: 3px;
	width: 80vw;
	max-width: 1200px;
	margin: 0 auto;
	background-color: rgb(38, 177, 255);
	z-index: 100;
}

@media (min-width: 576px) {
	.hero-section {
		height: 400px;
	}
	.hero-section .hero-bar .bar {
		height: 250px;
	}
	.hero-section .content-hero .hero-title {
		margin-top: 20px;
		left: max(5px, 42.5vw - 210px);
	}
	.hero-section .content-hero .hero-title p {
		font-size: 35px;
		margin-bottom: 0;
	}
	.hero-section .content-hero .hero-title .row-2 {
		top: -20px;
		font-size: 70px;
	}
	.hero-section .content-hero .hero-title .row-2 span {
		top: 5px;
		font-size: 90px;
	}
	.hero-section .content-hero .hero-title .row-3 {
		top: -40px;
		left: 230px;
	}
	.hero-section .content-hero .hero-image {
		position: absolute;
		right: -30px;
		width: 270px;
		height: 270px;
		background-image: url('../img/jay-happy.png');
	}
	.hero-section .content-hero .hero-text {
		margin: 20px 20px;
		top: 260px;
		font-size: 20px;
		z-index: 10;
	}
}
@media (min-width: 768px) {
	.hero-section {
		height: 460px;
	}
	.hero-section .hero-bar .bar {
		height: 250px;
	}
	.hero-section .content-hero .hero-title {
		margin-top: 15px;
		left: max(5px, 42.5vw - 200px);
	}
	.hero-section .content-hero .hero-title p {
		font-size: 40px;
		margin-bottom: 0;
	}
	.hero-section .content-hero .hero-title .row-2 {
		position: relative;
		top: -40px;
		font-size: 70px;
	}
	.hero-section .content-hero .hero-title .row-2 span {
		top: 20px;
		font-size: 100px;
	}
	.hero-section .content-hero .hero-title .row-3 {
		top: -50px;
		left: 230px;
	}
	.hero-section .content-hero .hero-image {
		position: absolute;
		width: 350px;
		height: 350px;
		background-image: url('../img/jay-happy.png');
	}
	.hero-section .content-hero .hero-text {
		margin: 20px 20px;
		top: 300px;
		font-size: 24px;
		z-index: 10;
	}
}
@media (min-width: 1200px) {
	.hero-section .hero-bar .bar {
		height: 250px;
	}
	.hero-section .hero-bar .left-bar {
		width: calc(50vw + 400px);
		clip-path: polygon(0 0, 100% 0, calc(50vw + 400px - 80px) 100%, 0 100%);
	}
	.hero-section .content-hero .hero-title {
		margin-top: 15px;
		left: 400px;
	}
	.hero-section .content-hero .hero-title p {
		font-size: 40px;
		margin-bottom: 0;
	}
	.hero-section .content-hero .hero-title .row-2 {
		position: relative;
		top: -40px;
		font-size: 70px;
	}
	.hero-section .content-hero .hero-title .row-2 span {
		top: 20px;
		font-size: 100px;
	}
	.hero-section .content-hero .hero-title .row-3 {
		top: -50px;
		left: 230px;
	}
	.hero-section .content-hero .hero-image {
		position: absolute;
		right: 0;
		width: 350px;
		height: 350px;
		background-image: url('../img/jay-happy.png');
	}
	.hero-section .content-hero .hero-text {
		max-width: 1200px;
		margin: 20px 20px;
		top: 300px;
		font-size: 24px;
		z-index: 10;
	}
	.hero-section .content-hero .hero-text .line {
		max-width: 1200px;
	}
}
.pj-counter {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	width: 100vw;
	max-width: 1200px;
}
.pj-counter .counter:hover .counter-value {
	transform: scale(1.15);
}
.pj-counter .counter:hover {
	transform: translateY(5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.pj-counter .counter {
	border-radius: 20px;
	transition: transform 0.3s, box-shadow 0.3s;
}
.pj-counter .counter-box {
	width: 200px;
	height: 100px;
	margin-bottom: 10px;
}
.pj-counter .counter-box .counter-value {
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: rgb(38, 177, 255);
	transition: transform 0.4s;
}
.pj-counter .counter-box .counter-line {
	position: relative;
	top: -25px;
	width: 50%;
	height: 2px;
	margin: 0 auto;
	background-color: rgb(38, 177, 255);
}
.pj-counter .counter-box .counter-description {
	position: relative;
	top: -35px;
	margin-top: 25px;
	text-align: center;
}
.pj-counter .counter-2 .counter-box .counter-value {
	color: orange;
}
.pj-counter .counter-2 .counter-box .counter-line {
	background-color: orange;
}

@media (min-width: 576px) {
	.pj-counter {
		flex-direction: row;
	}
}
@media (min-width: 768px) {
	.pj-counter .counter-box {
		width: 210px;
		height: 150px;
		margin: 0 20px;
	}
	.pj-counter .counter-box .counter-value {
		font-size: 45px;
		font-weight: 700;
		color: rgb(38, 177, 255);
	}
	.pj-counter .counter-box .counter-line {
		position: relative;
		top: -25px;
		width: 50%;
		height: 2px;
		margin: 0 auto;
		background-color: rgb(38, 177, 255);
	}
	.pj-counter .counter-box .counter-description {
		position: relative;
		top: -35px;
		margin-top: 25px;
		text-align: center;
	}
	.pj-counter .counter-2 .counter-box .counter-value {
		color: orange;
	}
	.pj-counter .counter-2 .counter-box .counter-line {
		background-color: orange;
	}
}
@media (min-width: 1200px) {
	.pj-counter .counter-box {
		width: 270px;
		height: 160px;
		margin: 0 20px;
	}
	.pj-counter .counter-box .counter-value {
		font-size: 60px;
		font-weight: 700;
		color: rgb(38, 177, 255);
	}
	.pj-counter .counter-box .counter-line {
		position: relative;
		top: -25px;
		width: 50%;
		height: 2px;
		margin: 0 auto;
		background-color: rgb(38, 177, 255);
	}
	.pj-counter .counter-box .counter-description {
		position: relative;
		top: -35px;
		margin-top: 25px;
		text-align: center;
	}
	.pj-counter .counter-2 .counter-box .counter-value {
		color: orange;
	}
	.pj-counter .counter-2 .counter-box .counter-line {
		background-color: orange;
	}
}
.my-models {
	scroll-margin-top: 40px;
}
.my-models .models-title {
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Boogaloo';
	color: orange;
	font-size: 50px;
}
.my-models .models-title span {
	font-family: 'Bowlby One';
	color: rgb(38, 177, 255);
}
.my-models .gallery-container {
	display: flex;
	justify-content: center;
}
.my-models .gallery-container .gallery-carusel {
	width: 80vw;
	margin-bottom: 20px;
	max-width: 880px;
}
.my-models .gallery-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.my-models .gallery-buttons .gallery-button {
	margin: 10px;
	width: 300px;
	height: 50px;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	border-radius: 10px;
	font-family: 'Boogaloo';
	font-size: 24px;
	cursor: pointer;
	border: none;
	background: rgba(75, 154, 214, 0.7);
	transition: background-color 0.5s, color 0.5s, scale 0.5s;
	background: linear-gradient(135deg, #1498e1 0%, #33b0ff 100%);
	color: white;
	box-shadow: 2px 2px 2px rgb(119, 119, 119);
	text-shadow: 1px 0 rgb(65, 63, 63), -1px 0 black, 0 1px black, 0 -1px black,
		1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}
.my-models .gallery-buttons .gallery-button:hover {
	scale: 1.1;
	background: linear-gradient(135deg, rgb(255, 200, 80), rgb(255, 165, 0));
	border: none;
}

@media (min-width: 768px) {
	.my-models .gallery-buttons {
		flex-direction: row;
		justify-content: center;
		gap: 50px;
	}
}
@media (min-width: 1200px) {
	.my-models .gallery-buttons {
		flex-direction: row;
		justify-content: center;
		margin-top: 20px;
	}
	.my-models .gallery-buttons .gallery-button {
		width: 400px;
		height: 70px;
		font-size: 30px;
		line-height: 70px;
	}
}
.print-sell {
	width: 100vw;
	padding-bottom: 30px;
	margin: 0 auto;
	margin-top: 80px;
	background: linear-gradient(0deg, rgb(5, 64, 146), rgb(38, 177, 255));
	color: white;
	text-align: center;
	font-size: 20px;
	scroll-margin-top: 40px;
}
.print-sell h2 {
	font-family: 'Bowlby One';
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 42px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.print-sell h3 {
	font-family: 'Bowlby One';
	text-transform: uppercase;
	font-size: 36px;
	margin: 50px 10px 10px 0;
}
.print-sell p {
	margin: 10px 30px;
}
.print-sell .subtitle {
	text-transform: capitalize;
	text-align: center;
	font-size: 30px;
}
.print-sell .get-license-btn {
	display: inline-block;
	width: 300px;
	height: 100px;
	line-height: 100px;
	border-radius: 20px;
	margin-top: 50px;
	background-color: orange;
	font-family: 'Boogaloo';
	font-size: 40px;
	text-decoration: none;
	border: none;
	color: white;
	transition: transform 0.4s;
	text-shadow: 1px 0 rgb(65, 63, 63), -1px 0 black, 0 1px black, 0 -1px black,
		1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
	box-shadow: 2px 2px 2px rgb(5, 64, 146);
}
.print-sell .get-license-btn:hover {
	transform: scale(1.2);
}
.print-sell .testimonials-group {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	max-width: 1300px;
	margin: 50px auto;
}
.print-sell .testimonials-group .testimonial-box {
	position: relative;
	margin: 0 auto;
	margin-bottom: 40px;
	width: 310px;
	height: 320px;
	background-color: rgba(255, 255, 255, 0.2);
}
.print-sell .testimonials-group .testimonial-title p {
	margin: 0 5px;
	padding-top: 30px;
	font-family: 'Bowlby One';
	text-transform: uppercase;
	font-size: 26px;
}
.print-sell .testimonials-group .testimonial-title::before {
	content: '"';
	font-family: 'Catamaran';
	position: absolute;
	font-size: 200px;
	top: -85px;
	left: -20px;
}
.print-sell .testimonials-group .testimonial-text p {
	font-size: 20px;
}
.print-sell .testimonials-group .why-patron {
	margin: 0 auto;
}
.print-sell .testimonials-group .why-patron .reasons {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	font-size: 20x;
}
.print-sell .testimonials-group .why-patron .reasons p i {
	position: relative;
	font-size: 30px;
	top: 5px;
	color: orange;
	margin: 0 5px;
}

@media (min-width: 576px) {
	.print-sell h2 {
		font-size: 60px;
	}
	.print-sell .get-license-btn {
		width: 400px;
		font-size: 45px;
	}
}
@media (min-width: 768px) {
	.print-sell h2 {
		font-size: 90px;
	}
	.print-sell .testimonials-group {
		flex-direction: row;
		flex-wrap: wrap;
	}
}
.pricing {
	margin-top: 30px;
}
.pricing .pricing-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.pricing .pricing-box .pricing-cont {
	position: relative;
	margin-bottom: 20px;
	width: 290px;
	height: 600px;
	border-radius: 20px;
	background: white;
	box-shadow: 2px -2px 10px grey;
	text-align: center;
	margin: 10px 10px;
}
.pricing .pricing-box .pricing-cont .plan-name {
	font-family: 'Boogaloo';
	font-size: 35px;
	margin-top: 10px;
	color: rgb(5, 64, 146);
}
.pricing .pricing-box .pricing-cont .plan-price {
	font-family: 'Bowlby One';
	font-size: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: rgb(5, 64, 146);
}
.pricing .pricing-box .pricing-cont .plan-button {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 25px;
	width: 200px;
	height: 60px;
	border-radius: 20px;
	background-color: grey;
	color: white;
	font-family: 'Boogaloo';
	font-size: 30px;
	border: none;
}
.pricing .pricing-box .pricing-cont p {
	font-size: 20px;
}
.pricing .pricing-box .pricing-cont i {
	position: relative;
	font-size: 40px;
}
.pricing .pricing-box .pricing-cont .fa-check {
	color: green;
}
.pricing .pricing-box .pricing-cont .fa-xmark {
	color: red;
}
.pricing .pricing-box .cont-2 {
	width: 320px;
	height: 650px;
	box-shadow: 5px -5px 5px rgb(38, 177, 255);
	border: solid 2px rgb(38, 177, 255);
	background-color: #9adcf8;
}
.pricing .pricing-box .cont-2 .main-button {
	width: 270px;
	height: 80px;
	background-color: orange;
	border: 5px white solid;
}

@media (min-width: 992px) {
	.pricing {
		position: relative;
	}
	.pricing .pricing-box {
		position: relative;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.pricing .pricing-box .cont-2 {
		position: relative;
		top: -20px;
	}
	.pricing-bar {
		position: absolute;
		bottom: -50px;
		width: 100vw;
		height: 180px;
		background: linear-gradient(90deg, rgb(38, 177, 255), rgb(5, 64, 146));
		z-index: -1;
	}
}
.sub-pricing {
	background-color: rgb(245, 244, 244);
	width: 100vw;
	padding-top: 120px;
}
.sub-pricing .sub-container {
	max-width: 1000px;
	margin: 0 auto;
}
.sub-pricing .sub-container .sub-pricing-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sub-pricing .sub-container .sub-pricing-box .sub-box {
	border-radius: 15px;
	width: 90%;
	max-width: 500px;
	background-color: white;
	box-shadow: 4px 4px 4px rgba(6, 66, 148, 0.34);
	margin: 20px;
	overflow: hidden;
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .box-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 180px;
	text-align: center;
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .box-title .plan-name {
	font-family: 'Boogaloo';
	font-size: 30px;
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .box-title .plan-price {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Bowlby One';
}
.sub-pricing
	.sub-container
	.sub-pricing-box
	.sub-box
	.box-title
	.plan-price
	.plan-value {
	font-size: 50px;
	font-family: 'Bowlby One';
	padding: 0 5px;
}
.sub-pricing
	.sub-container
	.sub-pricing-box
	.sub-box
	.box-title
	.plan-price
	.plan-currency {
	font-family: 'Bowlby One';
	font-size: 30px;
	padding: 0 5px;
}
.sub-pricing
	.sub-container
	.sub-pricing-box
	.sub-box
	.box-title
	.plan-price
	.plan-period {
	position: absolute;
	font-size: 20px;
	font-family: 'Boogaloo';
	transform: translate(100px, 5px);
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .box-title-free {
	background: linear-gradient(135deg, #1498e1 0%, #33b0ff 100%);
	color: white;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .box-title-paid {
	background: linear-gradient(180deg, #ffa809, #ffc94d);
	color: rgb(5, 64, 146);
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .plan-features {
	margin-top: 20px;
}
.sub-pricing
	.sub-container
	.sub-pricing-box
	.sub-box
	.plan-features
	.plan-feature {
	margin: 10px 10px 0 0;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: rgb(5, 64, 146);
	font-family: 'Inter';
}
.sub-pricing
	.sub-container
	.sub-pricing-box
	.sub-box
	.plan-features
	.plan-feature
	i {
	font-size: 30px;
	margin: 5px;
}
.sub-pricing
	.sub-container
	.sub-pricing-box
	.sub-box
	.plan-features
	.plan-feature
	.ok {
	color: green;
}
.sub-pricing
	.sub-container
	.sub-pricing-box
	.sub-box
	.plan-features
	.plan-feature
	.nok {
	color: rgb(250, 42, 42);
}
.sub-pricing
	.sub-container
	.sub-pricing-box
	.sub-box
	.plan-features
	.plan-feature
	.feature {
	display: flex;
	align-items: flex-start;
}
.sub-pricing
	.sub-container
	.sub-pricing-box
	.sub-box
	.plan-features
	.plan-feature
	.feature
	.feature-text {
	padding-top: 5px;
	margin-left: 10px;
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .join-button {
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 50px;
	text-decoration: none;
	border: none;
	border-radius: 20px;
	font-family: 'Boogaloo';
	font-size: 36px;
	transition: scale 0.3s;
	box-shadow: 1px 1px 5px rgb(1, 1, 1);
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .join-button:hover {
	scale: 1.1;
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .join-button-free {
	background: linear-gradient(135deg, #1498e1 0%, #33b0ff 100%);
	color: white;
	text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black,
		1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}
.sub-pricing .sub-container .sub-pricing-box .sub-box .join-button-paid {
	background: orange;
	color: white;
	text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black,
		1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}
.sub-pricing .sub-year {
	margin: 0 auto;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	max-width: 1000px;
}
.sub-pricing .sub-year .sub-year-title {
	font-family: 'Bowlby One';
	font-size: 32px;
	color: orange;
	letter-spacing: 4px;
	margin-bottom: 50px;
	text-align: center;
}
.sub-pricing .sub-year .sub-year-text {
	font-family: 'Boogaloo';
	font-size: 26px;
	color: rgb(5, 64, 146);
	text-align: center;
}
.sub-pricing .sub-year .sub-year-text span {
	font-size: 28px;
	color: orange;
	font-family: 'Bowlby One';
}

@media (min-width: 768px) {
	.sub-pricing .sub-container .sub-pricing-box {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.sub-pricing .sub-container .sub-pricing-box .sub-box {
		margin: 20px 30px;
	}
	.sub-pricing
		.sub-container
		.sub-pricing-box
		.sub-box
		.plan-features
		.feature {
		height: 65px;
	}
}
.newsletter-section {
	background-color: rgb(245, 244, 244);
	overflow: auto;
	scroll-margin-top: 40px;
	overflow: visible;
}
.newsletter-section .newsletter-badge {
	position: relative;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	width: 100vw;
	background: linear-gradient(90deg, rgb(254, 199, 99), orange);
	padding: 10px;
}
.newsletter-section .newsletter-badge .badge-cont {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 1000px;
}
.newsletter-section .newsletter-badge .badge-cont .badge-title {
	width: 225px;
	position: relative;
	font-family: 'Bowlby One';
	color: rgb(38, 177, 255);
	font-size: 30px;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: right;
}
.newsletter-section .newsletter-badge .badge-cont .badge-title::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 3px;
	background-color: rgb(38, 177, 255);
	right: -5%;
	top: 0;
}
.newsletter-section .newsletter-badge .badge-cont .badge-description {
	width: 230px;
	color: white;
	font-family: 'Bowlby One';
	font-size: 16px;
	text-align: right;
}
.newsletter-section .newsletter-badge .badge-cont .jay-letter {
	position: absolute;
	width: 150px;
	height: 150px;
	background-image: url(../img/jay-letter.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	right: -10px;
}
@media (min-width: 576px) {
	.newsletter-section .newsletter-badge .badge-cont {
		margin: 0 auto;
		flex-direction: row;
		align-items: center;
	}
	.newsletter-section .newsletter-badge .badge-cont .badge-description {
		padding-left: 20px;
		width: 260px;
		text-align: left;
	}
	.newsletter-section .newsletter-badge .badge-cont .jay-letter {
		width: 200px;
		height: 200px;
		position: absolute;
		right: -170px;
		top: -50px;
	}
}
.newsletter-section .newsletter-subtitle {
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
	color: rgb(5, 64, 146);
}
.newsletter-section .newsletter-subtitle p {
	padding: 0 10px 0 10px;
}
.newsletter-section .benefits-list {
	max-width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
}
.newsletter-section .benefits-list .benefit-item {
	color: rgb(5, 64, 146);
}
.newsletter-section .benefits-list .benefit-item p {
	font-family: 'Inter';
	font-size: 14px;
}
.newsletter-section .benefits-list .benefit-item i {
	position: relative;
	top: 3px;
	display: inline-block;
	font-size: 20px;
	color: green;
}
.newsletter-section .privacy-note {
	max-width: 900px;
	margin: 0 auto;
	padding: 5px;
	color: rgb(5, 64, 146);
	padding-top: 20px;
	padding-bottom: 70px;
}

.faq-section {
	position: relative;
	margin-bottom: 100px;
	scroll-margin-top: 40px;
}
.faq-section .faq-title {
	margin: 30px auto 30px auto;
}
.faq-section .faq-title h3 {
	font-family: 'Bowlby One';
	font-size: 60px;
	text-align: center;
	color: orange;
}
.faq-section .faq-container {
	max-width: 800px;
	margin: 0 auto;
}

.contact-section {
	position: relative;
	margin: 30px auto 30px auto;
	background-color: white;
	overflow: auto;
	scroll-margin-top: 40px;
}
.contact-section h3 {
	margin: 30px auto 30px auto;
	font-family: 'Bowlby One';
	font-size: 60px;
	text-align: center;
	color: rgb(38, 177, 255);
}
.contact-section p {
	position: relative;
	max-width: 800px;
	margin: 30px auto 30px auto;
	padding-left: 30px;
	font-size: 24px;
	text-align: left;
	color: rgb(5, 64, 146);
}
.contact-section p span {
	color: orange;
	font-family: 'Boogaloo';
	font-size: 30px;
}
.contact-section p::before {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	width: 5px;
	height: 100%;
	background-color: orange;
}

.pj-footer {
	width: 100vw;
	background: linear-gradient(90deg, rgb(38, 177, 255), rgb(5, 64, 146));
	text-align: center;
}
.pj-footer p {
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: rgb(222, 222, 222);
}
.pj-footer .e-mail {
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: rgb(222, 222, 222);
}
.pj-footer a {
	color: rgb(222, 222, 222);
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
.pj-footer a:hover {
	color: orange;
}
.pj-footer .social-box {
	display: flex;
	justify-content: center;
}
.pj-footer .social-box a {
	color: white;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}
.pj-footer .social-box .square {
	width: 40px;
	height: 40px;
	background-color: rgba(236, 236, 236, 0.246);
	border-radius: 5px;
	margin: 10px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	transition: transform 0.3s, background-color 0.3s;
}
.pj-footer .social-box .square:hover {
	transform: scale(1.1);
	background-color: orange;
} /*# sourceMappingURL=main.css.map */
