:root {	
	--bg-color: #EDEDE0;
	--main-color: #349EA7;
	--dark-color: #090925;
	--dark-color-2: #474760;
	--black-color: #000000;
	--white-color: #ffffff;
	--border-color: #DADACB;
	--yellow: #FEB720;
}
body{
	font-family: Inter,system-ui,sans-serif;
	color:var(--dark-color);
	background:var(--bg-color);
	float: left;
	width: 100%;
}

header{
	padding: 13px 0;
	position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(237, 237, 224, .86);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
}
header .site-logo{
	height: 34px;
	line-height: 34px;
	color: var(--main-color);
	font-weight: bold;
}
header .custom-logo-link{
	float: left;
}
header .custom-logo-link img{
	float: left;
	height: 60px;
	width: auto;
}

header .header-right .menu-main-menu-container{
	float: left;
	margin-right: 30px;
}
header .header-right .menu-main-menu-container ul{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
header .header-right .menu-main-menu-container ul li{
	float: left;
	color: var(--dark-color-2);
}
header .header-right .menu-main-menu-container ul li a{
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: var(--dark-color-2);
	padding: 8px 10px;
}
header .header-right .menu-main-menu-container ul li a:hover{
	color: var(--main-color);
}
header .header-right .menu-main-menu-container ul li .active{
	color: var(--main-color);
}
header .menu-btn{
	display: none !important;
}
header .site-btn{
	font-weight: normal;
}
header .site-btn{
	font-weight: normal;
	padding: 12px 28px;
	transition-duration: .2s;
}
header .site-btn:hover{
	background: #008088 !important;
	box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.15);
}

.site-btn{
	background: var(--main-color);
    color: #fff;
    font-weight: 700;
    font-size: 13.5px;
    padding: 7px 16px;
    border-radius: 9px;
	text-decoration: none;
}
.site-btn:hover, .site-btn:active, .site-btn:focus{
	filter: brightness(1.07);
}


.pointer{
	position: relative;
	padding-left: 16px;
}
.pointer:before{
	content: "";
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--yellow);
	position: absolute;
	left: 0;
	top: 4px;
	animation: pulse 2.2s infinite;
}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(254,183,32,.55)}70%{box-shadow:0 0 0 9px rgba(254,183,32,0)}100%{box-shadow:0 0 0 0 rgba(254,183,32,0)}}

.player iframe{
	width: 100% !important;
	height: 500px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 18px;
	overflow: hidden;
    box-shadow: 0 40px 70px -45px rgba(0, 0, 0, .8);
}



.icon-box .uagb-infobox__content-wrap{
	background: #fff;
	height: 100%;
}
.icon-box .uagb-infobox__content-wrap .uagb-ifb-image-content{
	float: left;
	width: 36px;
	height: 36px;
	background: #DCEFF0;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.icon-box .uagb-infobox__content-wrap .uagb-ifb-title-wrap,
.icon-box .uagb-infobox__content-wrap .uagb-ifb-desc{
	width: 100%;
	float: left;
}

.wp-block-image{
	margin: 0;
}




.lb-marquee{margin-top:18px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.lb-track{display:flex;gap:16px;width:max-content;animation:lbscroll 30s linear infinite;will-change:transform}
.lb-slot{flex:0 0 150px;height:60px; display: flex; align-items: center; justify-content: center;border-radius:10px;border:1px solid rgba(255,255,255,.10);background:repeating-linear-gradient(45deg,rgba(255,255,255,.045) 0 9px,rgba(255,255,255,.085) 9px 18px)}
.lb-slot img{
	height: 40px;
	max-width: 130px;
	object-fit: cover;
}
@keyframes lbscroll{from{transform:translateX(-50%)}to{transform:translateX(0)}}
.lb-marquee:hover .lb-track{animation-play-state:paused}



.faq-container{
	border-top: 1px solid var(--border-color);
}
.faq-container .faq-item{
	border-bottom: 1px solid var(--border-color);
}
.faq-container .faq-question {
    text-align: left;
	position: relative;
    padding: 18px 30px 18px 0;
    font-weight: 700;
    font-size: 16px;
    color: var(--dark-color);
	margin: 0;
	cursor: pointer;
}
.faq-container .faq-question:before{
	content: "";
	position: absolute;
	background: var(--main-color);
	border-radius: 2px;
	top: 26px;
	right: 0;
	height: 2px;
	width: 22px;
}
.faq-container .faq-question:after{
	content: "";
    position: absolute;
    background: var(--main-color);
    border-radius: 2px;
    top: 16px;
    right: 10px;
    height: 22px;
    width: 2px;
	opacity: 1;
	transition-duration: .3s;
}
.faq-container .faq-answer{
	font-size: 14px;
    color: var(--dark-color-2);
    line-height: 1.6;
    padding: 0px 30px 18px 0;
	display: none;
}
.faq-container .faq-item.active .faq-question:after{
	opacity: 0;
	transition-duration: .3s;
}



.notify-wrap .fluentform .ff_submit_btn_wrapper{
	margin: 0 !important;
}
.notify-wrap .fluentform input{
	background: #F4F4EB !important;
	font-family: Inter,system-ui,sans-serif !important;
	font-size: 14px;
	border: solid 1px #CACABA;
	border-radius: 10px !important;
}
.notify-wrap .fluentform .ff-el-group{
	margin: 0 0 10px 0 !important;
}
.notify-wrap .fluentform .ff_submit_btn_wrapper button{
	box-shadow: 0 10px 22px -12px rgba(52,158,167,.9);
	font-family: Inter,system-ui,sans-serif !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	border-radius: 11px;
}
.notify-wrap .fluentform .ff_submit_btn_wrapper button:hover,
form.fluent_form_3 .wpf_has_custom_css.ff-btn-submit:hover{
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.15) !important;
	transition-duration: .3s;
}
.notify-wrap .fluentform .ff_submit_btn_wrapper{
	margin: 0 0 0 0 !important;
}





.fluentform .ff_submit_btn_wrapper button{
	box-shadow: 0 10px 22px -12px rgba(52, 158, 167, .9);
    font-family: Inter, system-ui, sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-radius: 11px;
}
.fluentform input {
    background: transparent !important;
    font-family: Inter, system-ui, sans-serif !important;
    font-size: 14px;
    border: solid 1px #CACABA;
    border-radius: 10px !important;
}
.fluentform input:hover, .fluentform input:active, .fluentform input:focus{
    border: solid 1px var(--main-color) !important;
}
.fluentform .checkbox-wrap{
	width: 100%;
}
.fluentform .checkbox-wrap .ff-el-input--content{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.fluentform .checkbox-wrap .ff-el-input--content .ff-el-form-check{
	display: inline-block;
	margin: 10px 5px;
}
.fluentform .checkbox-wrap .ff-el-input--content .ff-el-form-check label input{
	display: none;
}
.fluentform .checkbox-wrap .ff-el-input--content .ff-el-form-check label input + span{
	font-family: inherit;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--ink-2);
	background: var(--white-color);
	border: 1.5px solid var(--border-color);
	border-radius: 999px;
	padding: 9px 16px;
	cursor: pointer;
	transition: all .15s;
}

.fluentform .checkbox-wrap .ff-el-input--content .ff-el-form-check label input + span:hover{
	border-color: var(--main-color);
}
.fluentform .checkbox-wrap .ff-el-input--content .ff-el-form-check label input:checked + span:hover{
	background: var(--main-color);
	color: var(--white-color);
}

.fluentform #fluentform_3 .ff_columns_total_2{
	width: 70%;
	margin: auto !important;
}







.stage{
	max-width:1096px;
	width:100%;
	margin: auto;
	margin-top: 32px;
}
.stage .left-side{
	width: 520px;
    gap: 25px;
}
.stage .left-side img{
	width: 50px;
}
.stage .preview-card{
	background:var(--white-color);
	border-radius:18px;
	box-shadow: var(--shadow);
	padding:20px;
	width:320px;
	height: 400px;
}
.stage .preview-card .preview-header{
	font-weight:700;
	font-size:14px;
	margin-bottom:16px;
}
.stage .preview-card .preview-header .logo{
	width:22px;
	height:22px;
	border-radius:6px;
	background:var(--main-color);
	color: var(--white-color);
	font-size:12px;
}
.stage .preview-card .grid{
	display:grid;
	grid-template-columns: repeat(6, 1fr);
	gap:13px;
	position:relative;
}
.stage .preview-card .grid .slot{
	background: linear-gradient(180deg, #eef4f2, #f5f8f6);
	border:1px solid var(--border);
	border-radius:10px;
	height:59px;
}
.stage .preview-card .grid .slot.dashed{
	background:transparent;
	border:2px dashed #dfe6e2;
}
.stage .preview-card .grid .slot.full{ grid-column: span 6; height:60px; }
.stage .preview-card .grid .slot.half{ grid-column: span 3; }
.stage .preview-card .grid .slot.third{ grid-column: span 2; }

.stage .preview-card .grid .highlight{
    position:absolute;
    top:0; left:0;
    width:0; height:0;
    border-radius:10px;
    background: rgba(52,158,167,.12);
    border: 2px solid var(--main-color);
    box-shadow: 0 0 0 3px rgba(47,156,150,0.12);
    transition: top .5s cubic-bezier(.4,0,.2,1),
                left .5s cubic-bezier(.4,0,.2,1),
                width .5s cubic-bezier(.4,0,.2,1),
                height .5s cubic-bezier(.4,0,.2,1);
    pointer-events:none;
}
.stage .preview-card .grid .highlight .tag{
	position:absolute;
	top:8px;
	left:8px;
	background:var(--main-color);
	color: var(--white-color);
	font-size: 11px;
	font-weight: 700;
	padding: 3px 9px;
	border-radius: 999px;
	letter-spacing: .2px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity .25s ease;
}
.stage .preview-card .grid .highlight .tag.show{
	opacity: 1;
}


.stage .panel{
	width: calc(100% - 520px);
}

.stage .panel .tabs{
	position: relative;
	background: #E6E6D7;
	border: 1px solid #CACABA;
	border-radius: 12px;
	padding: 5px;
}
.stage .panel .tabs .tab{
	flex:1;
	text-align:center;
	padding:8px 10px;
	border-radius:10px;
	cursor:pointer;
	background:transparent;
	border:none;
	font-family:inherit;
	transition: background .3s ease, box-shadow .3s ease;
}
.stage .panel .tabs  .tab .tab-name{
    display:block;
    font-weight:700;
    font-size:15px;
    color:#9aa19e;
    transition: color .3s ease;
}
.stage .panel .tabs  .tab .tab-size{
    display:block;
    font-size:12.5px;
    color:#a9ada2;
    margin-top:2px;
    transition: color .3s ease;
}

.stage .panel .tabs .tab.active{
    background:var(--white-color);
	box-shadow: 0 4px 14px rgba(20,30,30,0.07);
}

.stage .panel .tabs .tab.active .tab-name,
.stage .panel .tabs .tab.active .tab-size{
	color:var(--main-color);
}

.stage .panel .plan{
	display:none;
	animation: fadeUp .45s ease;
}
.stage .panel .plan.active{ display:block; }

.stage .panel .plan .nm{
	font-weight: 800;
    font-size: 23px;
    display: flex;
    align-items: baseline;
    gap: 11px;
    letter-spacing: -.01em;
	color: var(--dark-color);
}
.stage .panel .plan .nm .pr{
	font-variant-numeric: tabular-nums;
    font-weight: 700;
    font-size: 15px;
    color: var(--main-color);
}
.stage .panel .plan .sz-read{
	margin-top: 24px;
}
.stage .panel .plan .nm .pr .was{
	text-decoration: line-through;
    color: #8C8CA0;
    font-weight: 600;
    margin-right: 4px;
}
.stage .panel .plan .frate {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #FF6165;
}
.stage .panel .plan .favail {
	margin-top: 2px;
	font-size: 12px;
	color: #8C8CA0;
}
.stage .panel .plan .dim {
    font-variant-numeric: tabular-nums;
    font-size: 11px;
    color: #8C8CA0;
    margin-top: 6px;
}
.stage .panel .plan .cap {
    font-size: 14px;
    color: var(--dark-color-2);
    margin-top: 9px;
    line-height: 1.5;
    max-width: 44ch;
}
.stage .panel .plan .pop{
    display: inline-block;
    margin-top: 11px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #FF6165;
    background: #FFE1E2;
    border: 1px solid #FF6165;
    padding: 4px 9px;
    border-radius: 7px;
}
.stage .panel .plan .szcta{
	margin-top: 20px;
}
.stage .panel .plan .szcta a{
	padding: 14px 22px;
	font-size: 15px;
	box-shadow: 0 10px 22px -12px rgba(52, 158, 167, .9);
	transition-duration: .3s;
}
.stage .panel .plan .szcta a:hover{
	background: #008088 !important;
	box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.15) !important;
	transition-duration: .3s;
}

.uagb-button__wrapper a{
	transition-duration: .3s !important;
}


.full-image,
.full-image img{
	width: 100% !important;
	height: auto !important;
}
.b-radius{
	border-radius: 10px;
	overflow: hidden;
}




.exclusive-icon-grid .ei-box{
	border: solid 2px var(--dark-color-2);
	border-radius: 10px;
	padding: 44px 30px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	transition-duration: .3s;
}
.exclusive-icon-grid .ei-box .ei-title{
	margin-bottom: 20px;
}
.exclusive-icon-grid .ei-box .ei-title h3{
	color: var(--main-color);
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	width: calc(100% - 100px) !important;
}
.exclusive-icon-grid .ei-box .ei-title img{
	width: 55px;
	height: auto;
}
.exclusive-icon-grid .ei-box .ei-title img.hover-image{
	display: none;
}
.exclusive-icon-grid p{
	color: var(--black-color);
	margin: 15px 0 0 0 !important;
	transition-duration: .3s;
}
.exclusive-icon-grid .ei-box:hover{
	transition-duration: .3s;
	background: var(--dark-color);
}
.exclusive-icon-grid .ei-box:hover .default-image{
	transition-duration: .3s;
	display: none;
}
.exclusive-icon-grid .ei-box:hover .hover-image{
	transition-duration: .3s;
	display: block !important;
}
.exclusive-icon-grid .ei-box:hover p{
	transition-duration: .3s;
	color: var(--white-color);
}

.exclusive-icon-grid .col-sm-6:last-child .ei-box,
.exclusive-icon-grid .col-sm-6:nth-last-child(2) .ei-box{
	margin-bottom: 0;
	height: calc(100% - 0px);
}



/**Form Style**/
/**Form Style End**/




@media (min-width: 1200px) and (max-width: 1399px){
    .uagb-container-inner-blocks-wrap{
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .uagb-container-inner-blocks-wrap{
        max-width: 960px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
	.uagb-container-inner-blocks-wrap{
        max-width: 720px !important;
    }
		
	header .menu-btn{
		float: right;
		display: block !important;
		width: 25px;
	}
	header .menu-btn span{
		width: 100%;
        height: 1px;
        background: var(--dark-color-2);
        margin-bottom: 7px;
        position: relative;
        float: left;
		transition-duration: .3s;
	}
	header .menu-btn span:last-child{
		margin-bottom: 0;
	}
	header .menu-btn.active span:nth-child(2){
		opacity: 0;
	}
	header .menu-btn.active span:nth-child(1){
		transform: rotate(45deg);
		top: 8px;
	}
	header .menu-btn.active span:nth-child(3){
		transform: rotate(-45deg);
		top: -8px;
	}
	
	.menu-main-menu-container{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 0 20px;
		display: none;
		background: var(--bg-color);
		border-top: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}
	header .header-right .menu-main-menu-container ul{
		width: 100%;
	}
	header .header-right .menu-main-menu-container ul li{
		width: 100%;
		border-bottom: solid 1px var(--border-color);
	}
	header .header-right .menu-main-menu-container ul li a{
		width: 100%;
		padding: 10px 0;
	}
	
	.stage{
		display: flex;
		flex-direction: column;
		row-gap: 30px;
	}
	.stage .left-side{
		justify-content: center;
        margin: auto;
	}
	.stage .panel{
		width: 100% !important;
	}
	.stage .panel .plan{
		text-align: center;
	}
	.stage .panel .plan .nm{
		justify-content: center;
	}
	.stage .panel .plan .cap{
		max-width: 100%;
	}
	.exclusive-icon-grid .col-sm-6:last-child .ei-box, .exclusive-icon-grid .col-sm-6:nth-last-child(2) .ei-box{
		margin-bottom: 30px;
		height: auto;
	}
}



@media (min-width: 1px) and (max-width: 767px){
	
	header .custom-logo-link img{
		height: 26px;
	}
	.uagb-container-inner-blocks-wrap{
        max-width: calc(100% - 30px) !important;
    }
	header .site-btn{
		font-size: 10px;
	}	
	header .menu-btn{
		float: right;
		display: block !important;
		width: 25px;
	}
	header .menu-btn span{
		width: 100%;
        height: 1px;
        background: var(--dark-color-2);
        margin-bottom: 7px;
        position: relative;
        float: left;
		transition-duration: .3s;
	}
	header .menu-btn span:last-child{
		margin-bottom: 0;
	}
	header .menu-btn.active span:nth-child(2){
		opacity: 0;
	}
	header .menu-btn.active span:nth-child(1){
		transform: rotate(45deg);
		top: 8px;
	}
	header .menu-btn.active span:nth-child(3){
		transform: rotate(-45deg);
		top: -8px;
	}
	
	.menu-main-menu-container{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 0 20px;
		display: none;
		background: var(--bg-color);
		border-top: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}
	header .header-right .menu-main-menu-container ul{
		width: 100%;
	}
	header .header-right .menu-main-menu-container ul li{
		width: 100%;
		border-bottom: solid 1px var(--border-color);
	}
	header .header-right .menu-main-menu-container ul li a{
		width: 100%;
		padding: 10px 0;
	}
	
	.stage{
		display: flex;
		flex-direction: column;
		row-gap: 30px;
	}
	.stage .left-side{
		justify-content: center;
        margin: auto;
		width: 100%
	}
	.stage .panel{
		width: 100% !important;
	}
	.stage .panel .plan{
		text-align: center;
	}
	.stage .panel .plan .nm{
		justify-content: center;
	}
	.stage .panel .plan .cap{
		max-width: 100%;
	}
	
	.exclusive-icon-grid .col-sm-6:last-child .ei-box, .exclusive-icon-grid .col-sm-6:nth-last-child(2) .ei-box{
		margin-bottom: 30px;
		height: auto;
	}
	.fluentform #fluentform_3 .ff_columns_total_2{
		width: 100%;
	}
	form.fluent_form_3 .wpf_has_custom_css.ff-btn-submit{
		width: 100%;
	}
	
	#hsr-app .hsr-not-home #hsr_not_home_intro{
		flex-direction: column;
	}
}

