<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-Light.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-Light.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-Light.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-Light.woff") format("woff");
}
/** Montserrat Medium **/
@font-face {
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-Medium.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-Medium.woff") format("woff");
}
/** Montserrat SemiBold **/
@font-face {
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-SemiBold.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat Bold **/
@font-face {
	font-family: "Montserrat";
	font-weight: 700;
	font-style: normal;
	src: url("../../teas/fonts/webfonts/Montserrat-Bold.woff2") format("woff2"),
	url("../../teas/fonts/webfonts/Montserrat-Bold.woff") format("woff");
}
body {
	min-width: 320px;
	font-size: 14px;
 font-family: 'Montserrat', sans-serif;

    font-family: 'Roboto', sans-serif;
	color: #fff;
	background-color: #fbd15a;
}

img {
	max-width: 100%;
	height: auto;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #e4cf0a;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
	font-family: Montserrat;
	font-weight: bolder;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: 500;
}

.overlay a:hover, .overlay a:focus {
	opacity: 0.6;
}

.overlay .closebtn {
  position: absolute;
  top: -6%;
  right: 0;
  font-size: 120px;
}

header {
	background-color: #e4cf0a;
	transition: 0.5s all;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
header .navbar-brand {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
header .nav-item {
	font-size: 16px;
	margin-right: 50px;
	font-weight: bold;
	text-transform: uppercase;
}


#pd {
	padding: 120px 50px;

}
.big-pic {
	background-color: #fea408;
	width: 600px;
	height: 660px;
}
#pd .card {
	background-color: #ff8700;
	width: 400px;
	padding: 20px 40px;
	border:none;
	margin-top: 100px;
}
h2 {
	font-weight: 600;
	margin-bottom: 60px;
	letter-spacing: 3px;
	position: relative;
}
#pd .card p {
	font-weight: 100;
	line-height: 18px;
	font-family: Montserrat;
	font-weight: normal;
}
#pd .card h2::after {
	content: "";
	width: 40px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 10;
}


.desc {
	background: linear-gradient(to bottom, #d39526 0%, #d39526 50%, #fbd15a 50%);
	
}
.desc h2 {
	margin-top: 20px;
}
.desc h2::after {
	content: "";
	width: 40px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top: 60px;
	left: 85px;
	z-index: 10;
}

#sec {
	background-color: #faa828;
	padding: 3% 0 0 4%;
}
.imgs img {
	width: 40px;
	height: 40px;
	
}
.imgs img:not(img:last-of-type) {
	margin-bottom: 50px;
}
.large {
	    font-family: 'Roboto', sans-serif;
	font-weight: 100;

}

.imgs {
	margin-right: 20px;
}
.inside {
	margin-bottom: 15px;
}
.inside h3 {
	font-size: 24px; 
	font-weight: bold;
	letter-spacing: 1px;
}
.inside p {
	font-style: italic;
	font-family: Montserrat;
	font-weight: normal;
}















footer {
	background: linear-gradient(to right, #cccc00 0%, #cccc00 50%, #efdb3e 50%);
}

.icons img {
	width: 40px;
	height: 40px;
	margin: 20px 30px 20px 0;
	transition: 0.2s all;

}
.icons img:hover {
	opacity: 0.5;
}
.fText {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.fText a{
	text-decoration: none;
	color:#000;
}

.logo img {
	width:100px;
	height: 80px;
	margin-bottom: 20px;
}
.logo-main img {
	width:145px;
	height: 21px;
	
}
.firstText a {
	font-size: 16px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.tText a{
	font-size: 16px;
	text-decoration: none;
	color:#000;
	font-weight: normal;
}
.tText a:hover {
	text-decoration: underline;
}
.need {
	margin-left: 120px;
	margin-top: 40px;
}
.normalH span {
	font-size: 16px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	margin:0;
	padding: 0;
}




/* Large desktops and laptops */
@media only screen and (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px) {
	header .navbar-brand {
		font-size: 28px !important;
	}
	header .navbar-toggler-icon {
		width: 40px !important;
		height: 40px !important;
	}
	#pd {
		padding: 120px 50px;

	}
	.need {
		margin-left: 60px;
		margin-top: 20px;
	}
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 992px) {
	
	#pd {
		padding: 50px 0px;
	}
	#pd .h-50 {
		height:80% !important;

	}
	#pd .card {
		width: 100%;
		height: 100%;
		padding: 20px 40px;
		background-color: #ff8700;
		margin-top:0;
	}
	#pd .card h2::after {
		content: "";
		width: 40px;
		height: 6px;
		background-color: #fff;
		position: absolute;
		visibility: collapse;
		top: 100px;
		left: 135px;
		z-index: 10;
	}
	#pd .col-12 {
		padding:0;
		margin:0;
	}	
	.desc h2::after {
		content: "";
		width: 40px;
		height: 6px;
		background-color: #fff;
		position: absolute;
		top: 60px;
		left: 85px;
		z-index: 10;
	}
	.large {
        font-family: Montserrat;
		font-weight: 100;
		font-size: 12px;
	}
	#pd .card .text-left, .desc .text-left {
		text-align: center !important;
		font-family: Montserrat;
		font-weight: normal;

	}
	#pd .card p {
		font-size: 12px;
		font-family: Montserrat;
		font-weight: normal;

	}
	#pd .card h2 {
		font-size: 32px;	
		margin-bottom: 30px;
	}
	.need {
		margin-left: 40px;
		margin-top: 20px;
	}
	.big-pic {
		background-color: #fbd15a;
		width: 100%;
		height: 100%;
	}




}










/* Landscape phones and portrait tablets */
@media only screen and (max-width: 768px) {
	footer {
		background: #cccc00;
	}

	.big-pic {
		background-color: #fbd15a;
		width: 100%;
		height: 100%;
	}

	#pd {
		padding: 0;
	}
	#pd .h-50 {
		height:60% !important;

	}
	#pd .card {
		width: 100%;
		padding: 20px 40px;
		margin-top:0;
		height: 100%;
	}
	#pd .card h2::after {
		content: "";
		width: 40px;
		height: 6px;
		background-color: #fff;
		position: absolute;
		top: 100px;
		left: 135px;
		visibility: collapse;
		z-index: 10;
	}
	.desc h2::after {
		content: "";
		width: 40px;
		height: 6px;
		background-color: #fff;
		position: absolute;
		top: 60px;
		left: 85px;
		z-index: 10;
	}
	#pd {
		max-width: 95% !important;
	}

	#pd .card .text-left, .desc .text-left {
		text-align: center !important;
		font-family: Montserrat;
		font-weight: normal;

	}
	#pd .card p {
		font-size: 12px;

	}
	#pd .card h2 {
		font-size: 32px;
		margin-bottom: 20px;	
	}
	



	header .navbar-brand {
		font-size: 28px !important;
	}
	header .navbar-toggler-icon {
		width: 35px !important;
		height: 35px !important;
	}
	



}


/* Landscape phones and smaller */
@media only screen and (max-width: 588px) {
	

	

	.big-pic {
		background-color: #fbd15a;
		width: 100%;
		height: 100%;
	}

	#pd {
		padding: 10px 0;
	}
	#pd .h-50 {
		height:60% !important;

	}
	#pd .card {
		width: 100%;
		padding: 0;
		margin-top:0;
		height: 100%;
	}
	#pd .card h2::after {
		content: "";
		width: 40px;
		height: 6px;
		background-color: #fff;
		position: absolute;
		top: 100px;
		left: 135px;
		visibility: collapse;
		z-index: 10;
	}
	#pd {
		max-width: 95% !important;
	}
	.large {
		font-family: Verdana;
		font-weight: 100;
		font-size: 12px;
	}
	#pd .card .text-left, .desc .text-left {
		text-align: center !important;

	}
	#pd .card p {
		font-size: 12px;

	}
	#pd .card h2 {
		font-size: 32px;
		margin-bottom: 20px;	
	}
	.desc h2 {
		margin-bottom: 30px;
	}
	.desc h2::after {
		content: "";
		width: 40px;
		height: 6px;
		background-color: #fff;
		position: absolute;
		top: 50px;
		left: 85px;
		z-index: 10;
	}
	.desc .w-50 {
		width: 100% !important;
	}
	.icons img {
		width: 25px;
		height: 25px;
		margin: 10px 10px 10px 0;
		transition: 0.2s all;

	}

}
</pre></body></html>