::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width:320px){
   
} /** CSS for mobile **/

@media only screen and (min-width:492px){

} /** CSS for mobile xoay ngang **/

@media only screen and (min-width:767px){

}/** CSS for tablet **/

@media only screen and (min-width:1140px){

}/** CSS For desktop **/

/* Reset Css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Css */
header {
	display: none;	
}

.has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.homepage {
	contain: paint;
}

.container-mental {
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
}

.center-block {
	background: #FFFFE0;
}

.mental-slide {
	font-family: Roboto;
}

.swiper-slide .slider-content-zone div {
	opacity: 0.6;
}

.swiper-slide.swiper-slide-active .slider-content-zone div {
	opacity: 1;
}

.form-sub {
	width: 370px;
}

.form-sub .frm-fluent-form .ff-t-container {
	gap: 0;
}

.form-sub .ff-el-group {
	margin-bottom: 0;
}

.form-sub form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 9999px;
	background: #0096A0;
	color: #f5f5f5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	margin-bottom: 0;
	margin-top: 0;
	height: 40px;
	font-family: Roboto;
}

.form-sub .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
	margin-bottom: 0;
	margin-top: 0;
	background: white;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.form-sub .frm-fluent-form .ff-t-cell:first-of-type {
	flex-basis: 100% !important;
}

.form-sub.ff-default .ff-el-form-control {
	display: flex;
	padding: 0px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px);
	flex: 1 0 0;
	align-self: stretch;
	color: #1E1E1E;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	border-radius: unset;
	border: unset;
	background: white;
	height: 40px;
	border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.animation-cloud-left {
  animation: run 80s linear infinite;
}

.animation-cloud-right {
  animation: runRight 80s linear infinite;
}

.animation-unknow-2 {
  animation: runDiagonalRight 80s linear infinite;
}

.animation-unknow-1 {
  animation: runDiagonalLeft 80s linear infinite;
}

@keyframes run {
  0% {
    left: 0;
  }
  50% { 
    left: 150px; 
   }
  100% {
    left: 0;     
  }
}

@keyframes runRight {
  0% {
    right: 0;
  }
  50% { 
    right: 150px; 
   }
  100% {
    right: 0;     
  }
}

@keyframes runDiagonalRight {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(150px, -150px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes runDiagonalLeft {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-150px, -150px);
  }
  100% {
    transform: translate(0, 0);
  }
}


@media screen and (max-width: 767px) {
	.form-sub {
		width: 235px;
	}
	
	.form-sub.ff-default .ff-el-form-control {
		border-radius: 9999px;
	}
	
	.form-sub .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
		background: transparent;
		padding-top: 8px;
	}
}

.center-block .beehiiv-form-connection {
    flex-wrap: nowrap;
    gap: 0;
    width: 300px;
	margin-bottom: 10px;
}

.center-block .beehiiv-form-connection .beehiiv-email-label {
    display: none;
}

.center-block .beehiiv-form-connection .beehiiv-field-1 {
    width: 200px;
    min-width: unset;
    height: 52px;
    text-size-adjust: 100%;
    tab-size: 4;
    box-sizing: border-box;
    border: 2px solid rgb(0, 150, 160);
    font-family: Inter;
    margin: 0px;
    appearance: none;
    background-color: rgb(255, 255, 255);
    display: block;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 1.25rem;
    color: rgb(0, 0, 0);
    border-radius: 6px 0px 0px 6px;
}

.center-block .beehiiv-form-connection .beehiiv-submit-button {
	text-transform: capitalize;
    width: 100px;
    height: 52px;
    white-space: pre;
    appearance: button;
    text-size-adjust: 100%;
    tab-size: 4;
    box-sizing: border-box;
    border: 1px solid transparent;
    margin: 0px;
    font-family: Inter;
    background-color: rgb(0, 150, 160);
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    min-width: 100px;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
    border-radius: 0px 6px 6px 0px;
    padding: 0px 12px;
}

.term-text {
	font-family: Roboto;
	font-size: 12px;
	line-height: 16px;
    font-weight: 700 !important;
    color: gray;
    text-align: center;
}

.term-text a {
	text-decoration: underline;
}

@media screen and (max-width: 480px) {
	.container-mental {
		padding-left: 24px; 
		padding-right: 24px;
	}
	
	.center-block .beehiiv-form-connection .beehiiv-field-1 {
		width: 150px;
	}
	
	.center-block .beehiiv-form-connection .beehiiv-submit-button {
		width: auto;
	}
	
	.form-term-text {
		max-width: 250px;
	}
	
	.term-text {
		font-size: 12px;
	}
} 









