
.htop_bar .left{
	display : none;
}

*{
	margin:0px;
	padding:0px;
}
html 
{
	height:100vh;
	display:flex;
	flex-direction:column;
}
body
{
	display:flex;
	flex-direction:column;
	flex-grow:1;
}
@font-face {
	font-family: "anybody";
	src: url("img/78/anybody.ttf");
}
@font-face {
	font-family: "condensed";
	src: url("img/78/anybody_semicondensed.ttf");
}
@font-face {
	font-family: "expanded";
	src: url("img/78/anybody_semiexpanded.ttf");
}
@font-face {
	font-family: "roboto";
	src: url("img/78/roboto.ttf");
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important; /*To disable chrome background autofill*/
}
input::-ms-reveal,
input::-ms-clear {
    display: none; /*To disable lock icon on password fields with edge*/
}

input:autofill
{	
    background-color:transparent;
}






.header 
{	
	background-color :#43826e;
	min-height: 230px;
	
}
.header .htop_bar
{
	display: flex;
	flex-grow:1;
	margin-top : 40px;
}
.header .htop_bar .left
{
	flex : 1;
	margin-left : 80px;
}
.header .htop_bar .right 
{
	flex : 1;
	margin-right : 80px;
	text-align:right;
}
.header .htop_bar a
{
	text-decoration:none;
}
.header .htop_bar span
{
	color: #FFFFFF;
	font-family: "condensed";
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.05px; 
}
.header .big_title
{
	color: #FFF;
	font-family: expanded;
	font-size: 30px;
	margin: 100px 0px 40px 120px;
}	
.header .logo_top
{
	position: absolute;
	z-index: 0;
	
	top: 0px;
	left: calc( 50% - 170px);
	width: 340px;

}
.header .flower_header
{
	position: absolute;
	transform: rotate(0.07turn);
	opacity: 0.1;
	z-index: 0;
	top: 70px;
	right: 100px;
	width: 400px;
}



.page
{
	flex-grow:1;
	background-color: #FFFFFF;  
	
}

.page .title
{
	color: #133602;
	
	font-family: anybody;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.75px; 
}
.page .sub_title
{
	color: #133602;

	font-family: roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	
	margin-bottom:20px;
}
.page .title_2
{
	color: #43826E;
	font-family: roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; 
	
	margin-bottom:20px;
}
.page .title_3
{
	color: #277719;
	font-family: anybody;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; 
	letter-spacing: 0.75px; 
	
	margin-bottom:40px;
}
.page #p2 ul
{
	list-style: decimal inside;
}
.page li 
{
	overflow: hidden;
	color: #133602;
	text-overflow: ellipsis;

	font-family: roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	margin-bottom:10px;
}
.page .link_subscribe
{
	text-decoration:underline;
	color:#43826E;
}
.page #p3 ul
{
	list-style: disc inside;
}
.page .sub_title_2
{
	font-family: roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	margin-bottom:10px;	
}
.page #p3 .field
{
	margin-bottom:20px;
}


.page .field
{
	background-color:#FFFFFF;
	width : 310px;
	margin-top: 20px;
	padding: 5px;
	display:flex;
	border-radius: 10px;
	border: 1px solid #C8C8C8; 

}
.page .field .ico
{
	width: 20px;
	padding: 5px;
	box-sizing: unset;
}
.page .field input
{
	border : 0px;  
	flex: 1;
}

.page .btn
{	
	margin-top: 20px;
	display: flex;
}
.page .btn_continue
{
	border-radius: 80px;
	background: #277719; 
	width: 260px;
	padding: 14px 30px;
	
	color:#FFFFFF;
	text-decoration: none;
	display:flex;
	align-items:center;
	justify-content: center;
	font-weight: bold; 
}
.page .btn_continue:hover {
	text-decoration:underline;
}

.page .btn_continue.inactive {
  background-color: #BBB !important;
}


.title_fakeset {
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}

.page > div {
  width: 800px;
  margin: auto;
}


.footer
{
	background-color : #133602;	
	color : #FFFFFF;
	
	background-image : url("img/78/flower_2.png");
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 300px;
}
.footer .main_container
{
	display: flex;
	padding: 20px;
	gap: 25px; 
	color : #FFFFFF;
}

.footer .main_container .col_wf
{
	width : 200px;
}			
.footer .main_container .col_wf img
{
	width : 170px;
}
.footer .main_container .col_f1
{
	flex : 1;
	display: flex;
}
.footer .main_container .col_f1_a, .footer .main_container .col_f1_b
{
	flex : 2;
}			
.footer .main_container .col_f1_c
{
	flex : 3;
	display: flex;
}			
.footer .main_container .col_f1_c .col_f1_c_col
{
	flex : 1;
}			
.footer .main_container .services
{
	list-style-type: none;   
}			
.footer .main_container .services li
{
	margin : 13px; 
}
.footer .bbar
{
	padding: 0px 10px 10px;
	display: flex;
}
.footer .bbar .footer_text, .footer .bbar .footer_links
{
	display: inline-block;				
}
.footer .bbar .footer_links
{
	text-align : right;	
	flex : 1;
}
.footer .bbar .footer_links a
{	
	display: inline-block;
	padding: 0px 10px;
	border-bottom: 1px solid transparent;

}
.footer .link_foot, .footer .link_foot_no
{
	color: #FFF;
	font-size: 16px;
	font-family: roboto;
	text-decoration: none;
}
.footer .link_foot:hover
{
	border-bottom: 1px solid #FFF !important;
}
.footer .link_foot_no:hover
{
	border-bottom: 1px dashed #FFF !important;
}


.footer .links {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer .links span {
  padding-left: 5px;
}
 
 
 
.footer .flower_foot
{
	position: absolute;
	transform: rotate(0.05turn);  
	opacity: 0.5;
	z-index: 0;
	  right: 140px;
	width: 300px;

	filter: invert(75%);
}
