html {
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-right: 0 !important;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}
.my-wrap {
	text-align: left;
}
.i-first {
	padding: 146px 0 100px;
}
.i-first-title {
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	margin: 0 auto;
}
.i-first-title .blue {
	color: #00a9ff;
}
.i-first-text {
	color: #212121;
	text-align: center;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	margin: 20px auto 40px;
	max-width: 945px;
}
.i-first-btn {
	display: flex;
	justify-content: center;
}
.container-slider {
	max-width: 1280px;
	margin: 40px auto 0;
	padding: 0 42px;
}
.i-first-slid-bottom {
	margin-top: 10px;
	display: none;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.i-first-slid-bottom svg {
	margin-right: 12px;
}
.i-first-slider__wrap {
	position: relative;
}
@-webkit-keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
		transform: translatey(0px);
	}
}
@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
		transform: translatey(0px);
	}
}
.i-two-title {
	max-width: 776px;
	margin: 0 auto;
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
}
:root {
	--color-text: navy;
	--color-bg: papayawhip;
	--color-bg-accent: #ecdcc0;
	--size: clamp(10rem, 1rem + 20vmin, 30rem);
	--gap: calc(var(--size) / 6);
	--duration: 60s;
	--scroll-start: 0;
	--scroll-end: calc(-100% - var(--gap));
}
@media (prefers-color-scheme: dark) {
	:root {
		--color-text: papayawhip;
		--color-bg: navy;
		--color-bg-accent: #2626a0;
	}
}
.wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	margin: auto;
	max-width: 100vw;
}
.r-trusted h4 {
	margin-bottom: 0;
}
.marquee {
	display: flex;
	overflow: hidden;
	user-select: none;
	margin-top: 44px;
}
.marquee svg {
	margin-right: 50px;
}
.marquee__group {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll-x var(--duration) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
	.marquee__group {
		animation-play-state: paused;
	}
}
.marquee--reverse .marquee__group {
	animation-direction: reverse;
	animation-delay: -3s;
}
@keyframes scroll-x {
	from {
		transform: translateX(var(--scroll-start));
	}
	to {
		transform: translateX(var(--scroll-end));
	}
}
.slick-slider {
	min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track {
	display: flex;
	align-items: flex-start;
}
.slider.slick-initialized .slick-slide {
	display: flex;
	align-items: flex-end;
	position: relative;
}
.slider .slick-dots {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i-first-slider__wrap .slick-track {
	align-items: stretch;
}
.slick-slide {
	height: auto;
	flex: 0 0 auto;
}
.slider .slick-dots li {
	list-style: none;
	margin: 0px 4px;
}
.slider .slick-dots button {
	font-size: 0;
	width: 10px;
	min-width: 10px;
	max-width: 10px;
	height: 10px;
	min-height: 10px;
	background-color: #e7ebed;
	border-radius: 50%;
	border: transparent;
	padding: 0;
}
.slider .slick-dots li.slick-active button {
	background-color: #00a9ff;
}
.slider__item {
	padding: 0px 15px;
}
.slider__item img {
	max-width: 100%;
	width: 100%;
}
.i-form {
	padding-top: 100px;
}
.i-form .btn {
	color: #fff;
	text-align: center;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.4px;
	height: 44px;
}
.wpcf7-list-item-label {
	color: #70848d;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.frm-select a {
	text-decoration: underline;
}
.frm-select {
	overflow: visible;
}
.frm-select input:checked ~ label:after {
	opacity: 1;
}
.frm-select label {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006px;
	position: relative;
	min-height: 20px;
}
.frm-select label:before,
.frm-select label:after {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	left: 8px;
	margin: -8px 0 0 -8px;
}
.frm-select label:before {
	border: 1px solid #00a9ff;
	border-radius: 4px;
}
.frm-select label:after {
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/chk.svg") center no-repeat;
	background-size: 8px auto;
	opacity: 0;
}
.frm-select a {
	color: inherit;
}
.frm-select a:hover {
	color: var(--clr-att);
}
.page-form-input {
	display: block;
	width: 100%;
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
	border-radius: 16px;
	padding: 0 10px 0 19px;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	letter-spacing: -0.01px;
	height: 56px;
	font-family: Inter, sans-serif;
}
.page-form-input[placeholder]::-webkit-input-placeholder {
	color: #70848d;
}
.page-form-input[placeholder]:-moz-placeholder {
	color: #70848d;
}
.page-form-input[placeholder]::-moz-placeholder {
	color: #70848d;
}
.page-form-input[placeholder]:-ms-input-placeholder {
	color: #70848d;
}
select.page-form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input.form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input:required:invalid {
	color: #70848d;
}
select.page-form-input.form-input:required:invalid {
	color: #70848d;
}
select.form-input {
	display: block;
	width: 100%;
	padding-right: 30px;
	background-image: url("https://potok.io/wp-content/themes/orenpro/library/img/icons/arrow-select.svg");
	background-position: right 20px center;
	background-color: #fff;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none !important;
	line-height: 1em;
	text-indent: 0.01px;
	text-overflow: "";
	outline: none;
}
.page-form-box select.page-form-input.form-input {
	color: #70848d;
}
.page-form-box .box-inner-wrap {
	display: flex;
	background: #00a9ff;
	border-radius: 36px;
	padding: 62px 100px 62px 100px;
}
.page-form-box .info-inner-wrap {
	width: 51%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 40px 30px 0px 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.01px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-form-box .form-inner-wrap {
	width: 49%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.page-form-box .form-wrap {
	background: #fff;
	border-radius: 36px;
	padding: 36px;
}
.page-form-box .frm-row {
	display: block;
	margin: 0;
}
.page-form-box .frm-field {
	margin: 0 0 24px 0;
	padding: 0;
}
.page-form-box .frm-select {
	margin-bottom: 12px;
}
.page-form-box .frm-select:last-child {
	margin-bottom: 0;
}
.page-form-box .field-info {
	color: #70848d;
}
.page-form-box .field-button {
	margin-bottom: 0;
}
.page-form-box .field-button .btn {
	width: 100%;
}
.page-form-box .title-inner-wrap {
	margin-bottom: 40px;
	padding-top: 110px;
}
.page-form-box .title-inner-wrap p {
	max-width: 18.8em;
}
.page-form-box .page-main-title {
	margin-bottom: 24px;
}
.page-form-box .form-title {
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	margin: 0 0 24px 0;
}
.page-form-box .info-wrap {
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	letter-spacing: 0.2px;
	color: #d7dee1;
	position: relative;
	padding: 0 0 0 30px;
	max-width: 28.75em;
}
.page-form-box .info-wrap:before {
	content: "";
	display: block;
	width: 22px;
	height: 24px;
	position: absolute;
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/info.svg") center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}
.wpcf7-list-item {
	margin: 0;
}
.i-first-btn a:hover {
	opacity: 0.7;
	color: #fff;
	transition: all 0.3s linear;
}
.r-six {
	padding: 28px 0 0;
	overflow: hidden;
}
svg.mob-svg {
	display: none;
}
.pb-80 {
	padding-bottom: 80px;
}
.mob-hide {
	display: none;
}
.tooltip {
	position: relative;
	display: block;
}
.tooltip__initiator {
	cursor: pointer;
	z-index: 3;
	position: relative;
	color: #8455f8;
}
.tooltip__item {
	position: absolute;
	min-width: 251px;
	padding: 8px;
	visibility: hidden;
	opacity: 0;
	background: #fafafa;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
	border-radius: 11px;
	font-style: normal;
	font-weight: 400;
	font-size: 10.8353px;
	line-height: 12px;
	color: #000000;
	transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
	z-index: 3;
}
.tooltip__item.platnya {
	min-width: 175px;
}
.tooltip__item {
	bottom: calc(100% + 1em);
	left: 50%;
	transform: translate3d(-40%, 0px, 0);
}
.tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item.platnya {
	transform: translate3d(-40%, 0, 0);
	opacity: 1;
	visibility: visible;
}
.questions {
	padding: 100px 0;
}
.questions h4 {
	margin-bottom: 50px;
}
.questions .panel {
	/* max-width: 70%; */
	padding-left: 60px;
	font-style: normal;
	max-height: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	visibility: hidden;
}
.accordion__conten.open .panel {
	max-height: 100vh;
	visibility: visible;
	transition: all 0.5s linear;
}
.panel a {
	color: #00a9ff;
	text-decoration: underline;
}
.panel p {
	margin-top: 15px;
}
.questions-box {
	background: #f5f7f8;
	border-radius: 30px;
	padding: 50px 30px;
	text-align: left;
}
.accordion__conten {
	position: relative;
}
.accordiont {
	position: relative;
	padding: 16px 0px 18px 60px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	cursor: pointer;
	transition: all 0.2s linear;
}
.questions .accordiont::after {
	content: "";
	display: block;
	background: url("../img/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 27px;
	min-width: 27px;
	height: 22px;
	min-height: 22px;
	position: absolute;
	top: 26%;
	left: 0;
	transition: 0.2s;
}
.questions .accordiont:hover::after {
	background: url("../img/arrow2.svg");
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.3s linear;
}
.questions .accordiont:hover {
	color: #42a5f5;
	transition: all 0.2s linear;
}
.questions .accordion__conten.open .accordiont::after {
	background: url("../img/arrow2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
.questions .accordion__conten.open .accordiont {
	color: #42a5f5;
}
@media (max-width: 1285px) {
	h4 {
		font-size: 42px;
		line-height: 51px;
	}
}
h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 48.2226px;
	line-height: 58px;
	text-align: center;
	color: #000000;
	margin: 0px 0px 60px 0px;
	margin-bottom: 60px;
	z-index: 3;
}
img.img-mob,
img.nout,
.mobile-img,
.slider img.mobile-img,
.slider__item img.mobile-img,
.tab-pane-img img.mobile-img,
.laptop-img {
	display: none;
}
::selection {
	background: none;
}
/* new css start  */
.i-first__btn {
	display: flex;
	justify-content: center;
}
.i-first__btn a {
	display: inline-block;
	border-radius: 4px;
	background: #00a9ff;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.5px;
}
.i-first-title span.blue {
	color: #00a9ff;
	display: block;
}
.bgn1 {
	background: #601ef3;
}
.bgn2 {
	background: #ede5fe;
}
.bgn3 {
	background: #f5f7f8;
}
.bgn4 {
	background: #fff;
}
.i-two-title {
	max-width: 925px;
}
.i-two__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.0001em;
	text-align: left;
	margin-bottom: 16px;
}
.wrapper.gap__none {
	gap: unset;
}
.rtt4 {
	margin: 0px auto 10px;
}
#slider {
	padding-top: 20px;
	padding-bottom: 80px;
}
#slider .slide img {
	width: 100%;
}
.slick-slider-dots {
	width: 100%;
	display: flex;
	justify-content: center;
}
.slider-dots {
	display: flex;
	width: 100%;
}
.i-form__2 .frm-select label::before,
.i-form__2 .frm-select label::after {
	content: "";
	display: block;
}
/* .i-form__2 .page-form-box .box-inner-wrap {
	background: #11023a;
} */
.i-form__2 .frm-select input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.i-form__2 .frm-select label {
	display: block;
	position: relative;
	padding: 0 0 0 24px;
	min-height: 20px;
}
.page-form-box .wpcf7-list-item-label::before,
.page-form-box .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 8px;
	height: 8px;
}
.page-form-box .frm-select label {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006px;
	font-weight: 300;
}
.page-form-box .wpcf7-list-item-label::after {
	border: none;
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/chk.svg") 50% no-repeat;
	background-size: 100% auto;
	opacity: 0;
}
.page-form-box .frm-select input:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}
.page-form-box.page-form-input.wpcf7-not-valid {
	border: 1px solid #ef323f !important;
}
.tabs__list {
	border-radius: 8px;
	background: #f5f7f8;
	padding: 10px 5px;
	list-style-type: none;
	width: max-content;
	margin: 30px auto 30px;
	display: flex;
	position: relative;
	z-index: 2;
}
.tabs__text {
	opacity: 0;
	transition: opacity 1s linear;
}
.tabs__text.active {
	opacity: 1;
	transition: opacity 1s linear;
}
#slider .slick-arrow:hover {
	opacity: 0.8;
	transition: all 0.3s linear;
}
.r-trusted-small a:hover,
.panel a:hover,
#slider .slick-dots li button:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.page_footer.footer_0823 .display_580 {
	display: none !important;
}
.page_footer.footer_0823 .footer_top .container_big.policies_2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.page_footer.footer_0823 .copy_29077.dopinfo_home {
	font-size: 12px;
	line-height: 17px;
	color: #a0b0b8;
}
.page_footer.footer_0823 .copy_29077 {
	padding-top: 26px;
}
.page_footer.footer_0823 .copy_29077.copy_adress {
	padding-bottom: 20px;
	max-width: 610px;
}
.page_footer.footer_0823 .copy_privacy.privacy_29077 > a {
	color: #47585b;
}
.page_footer.footer_0823 .footer_bottom .block ul li {
	margin-bottom: 9px;
}
.page_footer.footer_0823 .footer_bottom .block .caption {
	font-weight: 400;
	line-height: 28px;
}
#nav_menu-6 #menu-item-1357 a {
	color: #0b1218;
}
.page_footer.footer_0823 #nav_menu-6 #menu-item-1357 a {
	font-weight: 400;
	line-height: 28px;
}
.footer__soc {
	padding-top: 20px;
}
.widget_nav_sitemap {
	padding-top: 10px;
}
.r-trusted-small {
	display: flex;
	justify-content: center;
	color: #47585b;
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
	margin-top: 60px;
}
.slick-slide img.laptop,
.laptop,
.mob {
	display: none;
}
.r-trusted-small a {
	color: #1976d2;
}
.r-trusted-small span:first-child {
	margin-right: 24px;
}
.i-first__btn a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.ftl__mob {
	display: none;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.r-six {
	padding: 100px 0 0;
	overflow: hidden;
	text-align: left;
}
.r-six h4 {
	margin: 0 auto;
}
.i-six-slider__box {
	max-width: 1218px;
	margin: 22px auto 0;
	position: relative;
}
.slider2 {
	padding-bottom: 70px;
}
.slider2 .slick-arrow.slick-disabled {
	opacity: 0.2;
}
.slider2 .slick-arrow.slick-prev {
	left: calc(50% - 40px);
	background: url("https://potok.io/wp-content/themes/orenpro/assets/homepage/img/sl-arrow_l.svg") 0 0 / 100%
		no-repeat;
}
.slider2 .slick-arrow.slick-next {
	right: calc(50% - 40px);
	background: url("https://potok.io/wp-content/themes/orenpro/assets/homepage/img/sl-arrow_r.svg") 0 0 / 100%
		no-repeat;
}
.slider2 .slick-track {
	align-items: unset;
}
.slider2 .slick-list {
	overflow: unset;
}
.slider2 .slider__item {
	padding: 60px 15px 0;
	min-height: 100%;
}
.i-six-card.bg1 {
	background: #e3f2fd;
}
.i-six-card.bg3 {
	background: #335ce9;
}
.i-six-card.bg2 {
	background: #f5f7f8;
}
.bg3 .i-six-card-text::after,
.bg3 .i-six-card-text::before {
	content: "";
	position: absolute;
	width: 56px;
	height: 40px;
}
.bg3 .i-six-card-text {
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.04px;
	margin: auto 0 24px;
}
.bg3 .i-six-card-text::before {
	right: -12px;
	bottom: -18px;
	background: url("../img/waveform2.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.bg3 .i-six-card-text::after {
	left: -12px;
	top: 10px;
	background: url("../img/waveform.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.bg3 .i-six-card-text.after-none::before,
.bg3 .i-six-card-text.after-none::after {
	display: none;
}
.i-six-card-img {
	margin-top: auto;
}
.i-six-card {
	min-height: 283px;
	height: 100%;
	position: relative;
	border-radius: 16px;
	background: #f5f7f8;
	padding: 0px 36px 20px;
	display: flex;
	flex-direction: column;
	min-height: 380px;
}
.i-six-card-icon {
	margin-top: -35px;
	padding: 15px 20px;
	width: 205px;
	height: 71px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	background: #fff;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.06);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.slider2 .slider__item img {
	width: unset;
}
.i-six-card-text {
	color: #0b1218;
	font-family: "Inter";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.06px;
	margin: auto 0 0px;
	padding-top: 25px;
	position: relative;
}
.i-six-card-text span {
	color: var(--Blue, #00a9ff);
	font-weight: 700;
}
.slider2 .slick-arrow {
	position: absolute;
	bottom: 0%;
	z-index: 10;
	font-size: 0;
	width: 36px;
	height: 36px;
	border: none;
	cursor: pointer;
}
.analytics-capabilities {
	padding: 100px 0;
}
.analytics-capabilities h4 {
	max-width: 700px;
	margin: 0 auto 40px;
}
.analytics-capabilities-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
}
.analytics-capabilities-card {
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 2.343px 42.18px 0px rgba(0, 0, 0, 0.08);
	padding: 36px;
}
.analytics-capabilities-icon {
	margin-bottom: 24px;
	min-width: 80px;
	height: 80px;
	width: max-content;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.analytics-capabilities-card:nth-child(1) .analytics-capabilities-icon {
	background: #e3f2fd;
}
.analytics-capabilities-card:nth-child(2) .analytics-capabilities-icon {
	background: #fff6dc;
}
.analytics-capabilities-card:nth-child(3) .analytics-capabilities-icon {
	background: #ffe2e2;
}
.analytics-capabilities-card:nth-child(4) .analytics-capabilities-icon {
	background: #d8f2cf;
}
.analytics-capabilities-card:nth-child(5) .analytics-capabilities-icon {
	background: #ede5fe;
}
.analytics-capabilities-card:nth-child(6) .analytics-capabilities-icon {
	background: #ffe2fc;
}
.analytics-capabilities-sub {
	color: #0b1218;
	font-family: "Inter";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.052px;
	margin-bottom: 24px;
	width: 102%;
}
.analytics-capabilities-text {
	color: #0b1218;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
}
.analyze {
	border-radius: 100px;
	background: #f5f7f8;
	padding: 120px 0;
}
.analyze h4 {
	max-width: 900px;
	margin: 0 auto 36px;
}
.analyze-box {
	display: flex;
}
.analyze-left {
	margin-right: 36px;
	position: sticky;
	top: 50px;
	height: max-content;
}
.analyze-slider {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: sticky;
	top: 50px;
}
.analyze-slid {
}
.analyze-slid a {
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	color: #0b1218;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.4px;
	padding: 12px 18.5px;
	min-height: 52px;
	position: relative;
}
.analyze-slid a.active {
	background: #42a5f5;
	color: #fff;
}
.analyze-slid a.visit::after,
.analyze-slid a.active::after {
	display: none;
}
.analyze-slid a::after {
	content: "";
	min-width: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff2b3e;
	position: absolute;
	top: 10px;
	right: 10px;
}
.analyze-slid a span {
	border-radius: 100px;
	background: #ede5fe;
	color: #601ef3;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.4px;
	padding: 4px 9px;
	margin-left: 17px;
	display: inline-block;
}
.analyze-right {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 24px;
	flex-grow: 1;
}
.analyze-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	overflow: hidden;
}
.analyze-card-content {
	padding: 50px 0 50px 50px;
	max-width: 358px;
	flex-grow: 1;
}
.analyze-card-tag {
	padding: 4px 9px;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.4px;
	border-radius: 100px;
	margin-bottom: 12px;
	display: inline-block;
}
.analyze-card-title {
	color: #0b1218;
	font-family: "Inter";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.052px;
	margin-bottom: 12px;
}
.analyze-card-text {
	color: #0b1218;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.4px;
}
.analyze-card:nth-child(1) {
	background: linear-gradient(to right, #fff 65%, #90caf9 0%);
}
.analyze-card:nth-child(2) {
	background: linear-gradient(to right, #fff 65%, #a886fb 0%);
}
.analyze-card:nth-child(3) {
	background: linear-gradient(to right, #fff 65%, #ff70ea 0%);
}
.analyze-card:nth-child(4) {
	background: linear-gradient(to right, #fff 65%, #91db77 0%);
}
.analyze-card:nth-child(5) {
	background: linear-gradient(to right, #fff 65%, #ffd340 0%);
}
.analyze-card:nth-child(6) {
	background: linear-gradient(to right, #fff 65%, #ff4754 0%);
}
.analyze-card:nth-child(7) {
	background: linear-gradient(to right, #fff 65%, #ff9974 0%);
}
.analyze-card:nth-child(8) {
	background: linear-gradient(to right, #fff 65%, #90caf9 0%);
}
.analyze-card:nth-child(9) {
	background: linear-gradient(to right, #fff 65%, #ff70ea 0%);
}
.analyze-card:nth-child(1) .analyze-card-tag {
	background: #90caf9;
	color: #1976d2;
}
.analyze-card:nth-child(2) .analyze-card-tag {
	background: #ede5fe;
	color: #601ef3;
}
.analyze-card:nth-child(3) .analyze-card-tag {
	background: #ffe2fc;
	color: #ff00d7;
}
.analyze-card:nth-child(4) .analyze-card-tag {
	background: #d8f2cf;
	color: #43a047;
}
.analyze-card:nth-child(5) .analyze-card-tag {
	background: #fff6dc;
	color: #ffb500;
}
.analyze-card:nth-child(6) .analyze-card-tag {
	background: #ffe2e2;
	color: #ef323f;
}
.analyze-card:nth-child(7) .analyze-card-tag {
	background: #ffeae3;
	color: #ff3e00;
}
.analyze-card:nth-child(8) .analyze-card-tag {
	background: #e3f2fd;
	color: #1976d2;
}
.analyze-card:nth-child(9) .analyze-card-tag {
	background: #ffe2fc;
	color: #ff00d7;
}
.analyze-card-img {
	max-width: 417px;
}
.analyze-card-img img {
	/* filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.08)); */
	filter: drop-shadow(0px 3.272px 27.929px rgba(0, 0, 0, 0.08));
}
.integration {
	padding-top: 100px;
}
.integration h4 {
	max-width: 800px;
	margin: 0 auto 36px;
}
.integration-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
}
.integration-card {
	border-radius: 16px;
	background: #f5f7f8;
	padding: 54px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.integration-card-img {
	margin-bottom: 26px;
}
.integration-card-title {
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	margin-bottom: 12px;
}
.integration-card-text {
	color: #0b1218;
	text-align: center;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.4px;
}
@media (max-width: 1449px) {
	#slider {
		padding-bottom: 60px;
	}
	.tabs__list {
		margin-bottom: 36px;
	}
	.body-page .container {
		max-width: 1226px;
		padding: 0 25px;
	}
	.rob-new .container {
		max-width: unset;
		padding: 0;
	}
	.tab-pane-img {
		max-width: 1016px;
		margin: 0 auto;
	}
}
@media (max-width: 1449px) {
	.nout-hide,
	.rh6 img {
		display: none;
	}
	img.nout,
	.rh6 img.nout {
		display: block;
	}
}
@media (max-width: 1449px) {
	.i-two-title {
		max-width: 662px;
	}
	.wpcf7-spinner {
		display: none;
	}
	.frm-field.field-button {
		margin-bottom: 0;
	}
	.page-form-box .box-inner-wrap {
		padding: 62px 48px 62px 48px;
	}
	.page-form-box .form-title {
		font-size: 52px;
	}
	.body-page .container,
	.container-slider {
		max-width: 1066px;
		padding: 0 25px;
	}
	.container-slider {
		margin-top: 34px;
	}
}
@media (max-width: 1360px) {
	.i-first-title {
		font-size: 60px;
	}
	.analyze-card-img {
		max-width: 365px;
	}
	.analyze-left {
		max-width: 231px;
	}
	.analyze-slid a {
		flex-wrap: wrap;
	}
	.analyze-slid a {
		padding-left: 16px;
		padding-right: 16px;
	}
	.i-first-text {
		margin-bottom: 20px;
	}
	.analytics-capabilities-card {
		padding: 28px 36px;
	}
	.analytics-capabilities-text {
		font-size: 18px;
	}
	.analyze-slid a span {
		margin: 4px 0px 0px 0px;
	}
	.analyze-card-title {
		font-size: 22px;
	}
	.analyze-card-text {
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	.i-two-title {
		font-size: 32px;
		font-weight: 600;
	}
	.ift {
		max-width: 784px;
	}
	.page-form-box .form-title {
		font-size: 48px;
	}
	.i-first-title {
		font-size: 48px;
	}
	.i-first-text {
		font-size: 16px;
		margin: 15px 0;
	}
}
@media (max-width: 1170px) {
	.slider-dots {
		padding-right: 20px;
		width: calc(100% + 40px);
	}
	.questions .panel {
		max-width: unset;
	}
	.i-two__title {
		font-size: 20px;
	}
	#slider {
		padding-bottom: 60px;
	}
	.questions {
		padding: 72px 0;
	}
}
@media (max-width: 1170px) {
	.two-title {
		font-size: 32px;
		letter-spacing: -0.006px;
	}
	.questions h4 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 34px;
	}
	.r-six {
		padding-top: 72px;
	}
	.i-two-title {
		max-width: 556px;
	}
	.pb-80 {
		padding-bottom: 60px;
	}
	.i-first-btn a {
		font-size: 14px;
		line-height: 12px;
	}
	.i-form {
		padding-top: 72px;
	}
	.rh6 img.nout {
		display: none;
	}
	.rh6 img.laptop-img {
		display: block;
	}
	.page-form-box .box-inner-wrap {
		padding: 36px 60px 120px;
		flex-direction: column;
	}
	.container-slider {
		padding: 0 10px;
		margin: 35px auto 0;
	}
	.page-form-box .form-inner-wrap {
		width: 100%;
	}
	.page-form-box .info-wrap {
		position: absolute;
		bottom: 36px;
		left: 80px;
	}
	.page-form-box .title-inner-wrap p {
		margin: 0 auto;
		max-width: 20.8em;
		text-align: center;
	}
	.page-form-box .form-title {
		text-align: center;
	}
	.page-form-box .title-inner-wrap {
		padding-top: 0;
	}
	.page-form-box .info-inner-wrap {
		width: 100%;
		padding: 0;
	}
	.i-first {
		padding: 110px 0 60px;
	}
	h4 {
		font-size: 32px;
		font-weight: 600;
		line-height: 140%;
	}
	.marquee {
		margin-top: 40px;
	}
	.analytics-capabilities {
		padding: 72px 0;
	}
	.analytics-capabilities h4 {
		font-size: 48px;
	}
	.analytics-capabilities-list {
		grid-template-columns: 1fr 1fr;
	}
	.analytics-capabilities-sub {
		font-size: 22px;
	}
	.analytics-capabilities-text {
		font-size: 16px;
	}
	.analyze {
		padding: 72px 0;
	}
	.analyze-box {
		position: relative;
		flex-direction: column;
	}
	.analyze h4 {
		margin-bottom: 26px;
	}
	.analyze-left {
		position: sticky;
		top: 46px;
		max-width: unset;
		margin: 0px 0px 36px 0px;
		background: #f5f7f8;
		/* padding: 10px 0 10px 25px; */
		z-index: 2;
	}
	.analyze-slider {
		flex-direction: row;
		/* margin-right: -25px;
		margin-left: -25px; */
		width: 100%;
		position: relative;
		top: unset;
		transition: transform 0.3s linear;
	}
	.analyze-left-box {
		overflow: auto;
		display: flex;
		margin-right: -25px;
	}
	.analyze-slid {
		margin-right: 10px;
		min-width: 231px;
		width: unset;
	}
	.analyze-slid a {
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	.analyze-slid a span {
		margin: 0px 0px 0px 10px;
	}
	.analyze-card-content {
		max-width: 348px;
	}
	.analyze-card-img {
		max-width: 348px;
	}
	.integration {
		padding-top: 72px;
	}
	.integration h4 {
		margin-bottom: 24px;
	}
	.integration-card {
		padding: 32px 23px;
	}
	.i-six-card-text {
		font-size: 24px;
	}
	.bg3 .i-six-card-text {
		font-size: 18px;
	}
	.analytics-capabilities h4 {
		font-weight: 600;
	}
}
@media (max-width: 767px) {
	@keyframes playShadow {
		0% {
			box-shadow:
				0 0 0 0px rgba(132, 85, 248, 0.3),
				0 0 0 0px rgba(132, 85, 248, 0.2);
			transform: scale(1);
		}
		18% {
			box-shadow:
				0 0 0 0px rgba(132, 85, 248, 0.3),
				0 0 0 0px rgba(132, 85, 248, 0.2);
		}
		35% {
			transform: scale(1.08);
		}
		76% {
			transform: scale(0.96);
		}
		100% {
			box-shadow:
				0 0 0 98px rgba(132, 85, 248, 0),
				0 0 0 27px rgba(132, 85, 248, 0);
			transform: scale(1);
		}
	}
	@-webkit-keyframes float {
		0% {
			transform: translatey(0px);
		}
		50% {
			transform: translatey(-10px);
		}
		100% {
			transform: translatey(0px);
		}
	}
	@keyframes float {
		0% {
			transform: translatey(0px);
		}
		50% {
			transform: translatey(-10px);
		}
		100% {
			transform: translatey(0px);
		}
	}
	.slider-dots {
		width: max-content;
	}
	.r-trusted-small {
		flex-direction: column;
		font-size: 13px;
		margin-top: 40px;
		text-align: center;
	}
	.body-page .container {
		padding: 0 15px;
	}
	#slider {
		padding: 32px 15px 40px;
	}
	.i-two-title {
		line-height: 140%;
	}
	.slick-slider-dots {
		overflow-x: scroll;
		justify-content: unset;
		padding-left: 15px;
		-ms-overflow-style: none; /* IE and Edge */
		scrollbar-width: none;
	}
	.slick-slider-dots::-webkit-scrollbar {
		display: none;
	}
	.i-first img {
		display: none;
	}
	.i-first img.mobile-img {
		display: block;
	}
	.if__new .container-slider {
		margin: 20px 0px 0;
	}
	.i-first__btn a {
		padding: 18px 20px;
		width: 100%;
		margin: 0 7px;
	}
	i-first-slider__wrap {
		margin: 0 -20px;
	}
	.if__new.i-first {
		padding: 48px 0 10px;
	}
	._anim_items {
		transform: translate(0px, 0px);
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.i-six-card {
		padding: 0px 24px 20px;
	}
	.i-form .container {
		padding: 0;
	}
	.integration-card-title {
		font-size: 18px;
	}
	.integration-list {
		grid-template-columns: 1fr;
	}
	.integration {
		padding-top: 64px;
	}
	.analyze-card-img img {
		display: none;
	}
	.analyze-card-img img.mobile-img {
		display: block;
	}
	.analyze-card:nth-child(9),
	.analyze-card:nth-child(8),
	.analyze-card:nth-child(7),
	.analyze-card:nth-child(6),
	.analyze-card:nth-child(5),
	.analyze-card:nth-child(4),
	.analyze-card:nth-child(3),
	.analyze-card:nth-child(2),
	.analyze-card:nth-child(1) {
		background: #fff;
	}
	.analyze-card {
		flex-direction: column;
	}
	.analyze-card-content {
		max-width: unset;
		padding: 24px 24px 20px;
	}
	.analytics-capabilities {
		padding: 64px 0;
	}
	.analyze {
		padding: 36px 0;
		border-radius: 24px;
	}
	.analytics-capabilities-sub {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 16px;
	}
	.analytics-capabilities-icon {
		min-width: 64px;
		width: 64px;
		height: 64px;
		border-radius: 12px;
		margin-bottom: 16px;
	}
	.analytics-capabilities-icon svg {
		max-width: 40px;
		height: auto;
	}
	.analytics-capabilities-card {
		padding: 24px;
	}
	.analytics-capabilities-list {
		grid-template-columns: 1fr;
	}
	h4 {
		font-size: 24px;
	}
	.i-first-text {
		margin: 20px 0;
	}
	.container-slider {
		padding: 0;
	}
	.two {
		padding-bottom: 0;
	}
	.two-row:last-child {
		margin-bottom: 0;
	}
	.two-img {
		margin: -10px 0 -10px;
	}
	.two-icon {
		margin: 0px 0px 10px 0px;
	}
	.two-row {
		flex-direction: column;
	}
	.two-title {
		font-size: 24px;
		line-height: 140%;
		letter-spacing: -0.002px;
	}
	.container-slider {
		margin: 26px auto 0;
	}
	.pb-80 {
		padding-bottom: 40px;
	}
	.slider .slider__item {
		padding-bottom: 40px;
		padding-right: 0;
	}
	.marquee {
		margin-top: 24px;
	}
	.i-first-title {
		font-size: 26px;
	}
	.analytics-capabilities h4,
	.i-two-title {
		font-size: 24px;
	}
	.i-first-slid-bottom {
		font-size: 14px;
		display: flex;
	}
	.i-first-slid-bottom svg {
		width: 16px;
	}
	.i-first {
		padding: 96px 0 54px;
	}
	.i-form .container,
	.i-two-title {
		font-size: 24px;
	}
	.tab-pane-img img,
	.rh6 img.laptop-img,
	.slider .slider__item img {
		display: none;
	}
	.tab-pane-img img.mobile-img,
	.slider .slider__item img.mobile-img {
		display: block;
	}
	.questions h4 {
		margin-bottom: 18px;
		font-size: 28px;
		line-height: 34px;
	}
	.questions .container {
		padding: 0;
	}
	.questions-box {
		padding: 45px 15px;
		border-radius: 16px;
	}
	.questions .panel {
		font-size: 16px;
		line-height: 19px;
		padding-left: 43px;
		margin: 0;
		max-width: unset;
	}
	.questions .accordiont {
		font-size: 16px;
		line-height: 19px;
		padding: 13px 0px 13px 40px;
	}
	.questions .accordiont::after {
		width: 22px;
		min-width: 22px;
		height: 24px;
		min-height: 24px;
	}
	.questions {
		padding: 64px 0;
	}
	.page-form-box .form-title {
		font-weight: 600;
		font-size: 32px;
	}
	.i-form {
		padding-top: 64px;
	}
	.page-form-box .box-inner-wrap {
		padding: 36px 15px 120px;
		border-radius: 16px;
	}
	.page-form-box .info-wrap {
		left: 10px;
		width: 92%;
	}
	.slider .slick-dots {
		margin-top: 10px;
	}
	.page-form-box .form-wrap {
		padding: 36px 16px 20px;
		margin-bottom: 43px;
	}
	.page-form-input[placeholder]::placeholder,
	.page-form-input {
		font-size: 16px;
	}
}
/*form_0823*/
/*popup_form_0823*/
/* body .mfp-bg {
	background: #02123a2e !important;
	opacity: 1;
} */
.i-form .btn,
.popup_form_0823 .form_0823.page-form-box .wpcf7-form-control.wpcf7-submit,
.i-form .form_0823.page-form-box .wpcf7-form-control.wpcf7-submit {
	background: #00a9ff;
	border-color: #00a9ff;
	color: #fff;
}
.popup_form_0823 .form_0823.page-form-box .info-inner-wrap {
	padding-top: 0;
	justify-content: center;
}
.popup_form_0823 .form_0823.page-form-box .title-inner-wrap {
	margin-bottom: 60px;
	padding-top: 0;
}
.popup_form_0823.popup_container_form {
	padding: 0;
	width: auto;
	max-width: 1176px;
	margin: 0px auto;
	border-radius: 36px;
}
.popup_form_0823.popup_container_form {
	background: #00a9ff;
	padding: 0;
	width: auto;
	max-width: 1176px;
	margin: 0px auto;
	border-radius: 36px;
}
.popup_form_0823.popup_container_form .container {
	padding: 0;
}
.popup_form_0823.popup_container_form .mfp-close {
	color: #a0b0b8;
	right: 14px;
	top: 7px;
	background: none;
}
.popup_form_0823.popup_container_form .form-title {
	text-align: left;
}
@media (max-width: 1441px) {
	.popup_form_0823.popup_container_form {
		max-width: 1066px;
	}
	.popup_form_0823.popup_container_form .form_0823.page-form-box .box-inner-wrap {
		padding: 38px;
	}
}
@media (max-width: 880px) {
	.popup_form_0823.popup_container_form .form-title {
		text-align: center;
	}
}
@media (max-width: 580px) {
	.popup_form_0823.popup_container_form .form_0823.page-form-box .box-inner-wrap {
		padding: 6px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.form_0823.page-form-box .form-wrap {
	position: relative;
}
.page-form-box.form_0823 .title-inner-wrap p,
.page-form-box.form_0823 .info-wrap {
	font-weight: 300;
}
.page-form-box.form_0823 .page-form-input.wpcf7-not-valid {
	border: 1px solid #ef323f;
}
.page-form-box.form_0823 span.wpcf7-not-valid-tip {
	display: none;
}
.page-form-box.form_0823 .frm-field select:-webkit-autofill,
.page-form-box.form_0823 .frm-field input.page-form-input:-webkit-autofill {
	background-color: #f5f7f8 !important;
	-webkit-box-shadow: inset 0 0 0 50px #f5f7f8 !important;
	-webkit-text-fill-color: #0b1218 !important;
	border: 0;
}
.page-form-box.form_0823 .frm-field .suggestions-wrapper {
	position: absolute;
	height: 0;
}
.page-form-box.form_0823 .frm-select label:before,
.page-form-box.form_0823 .frm-select label:after {
	content: "";
	display: block;
	position: absolute;
}
.page-form-box.form_0823 .frm-select input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.page-form-box.form_0823 .frm-select {
	overflow: visible;
}
.page-form-box.form_0823 .frm-select input:checked ~ label:after {
	opacity: 1;
}
.page-form-box.form_0823 .frm-select label {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006px;
	position: relative;
	padding: 0 0 0 24px;
	min-height: 20px;
	font-weight: 300;
}
.page-id-42559 .i-form .page-form-box form.submitting,
.page-id-51214 .i-form .page-form-box form.submitting {
	position: relative;
}
.page-id-42559 .i-form .wpcf7-spinner,
.page-id-51214 .i-form .wpcf7-spinner {
	display: none;
}
.form_0823.page-form-box .field-button .btn {
	width: 100%;
	cursor: pointer;
}
.page-id-42559 .i-form .page-form-box form.submitting,
.page-id-51214 .i-form .page-form-box .submitting,
.page-form-box.form_0823 .submitting {
	opacity: 0.91;
}
.page-id-42559 .i-form .page-form-box form.submitting:before,
.page-id-51214 .i-form .page-form-box .submitting:before,
.page-form-box.form_0823 .submitting:before {
	display: inline-block;
	content: "";
	background: url(./img/pre.gif) no-repeat;
	position: absolute;
	bottom: 20%;
	left: 48%;
	width: 40px;
	height: 40px;
	background-size: contain;
	z-index: 9;
}
@media (max-width: 1441px) {
	.popup_form_0823.popup_container_form {
		max-width: 1066px;
	}
}
/*form_0823*/
