<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;
	src: url('../fonts/Montserrat-Light-6.otf');
	font-weight: 300;
}

@font-face {
	font-family: Montserrat;
	src: url('../fonts/Montserrat-Bold-3.otf');
	font-weight: 700;
}

@font-face {
	font-family: Montserrat;
	src: url('../fonts/Montserrat-Regular-8.otf');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Montserrat;
}

html,
body {
	width: 100%;
	scroll-behavior: smooth;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}
@media (max-width: 770px) {
	html {
		font-size: 0.2666667vw;
	}
}

.mobile-style {
	display: none;
}
.container {
	width: 1080px;
	margin: 0 auto;
}
.flex-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.banner {
	width: 100%;
	padding: 60px 0;
	background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/banner-bg.webp')
		no-repeat;
	background-size: 100% 100%;
}
.banner .container.flex-content .left {
	flex: 50% 0;
}
.banner .container.flex-content .left .product-name {
	font: 500 24px/190.4% 'Montserrat';
	color: #000000;
}
.banner .container.flex-content .left .product-desc {
	font: bold 56px/125.4% 'Montserrat';
	color: #000000;
	margin-top: 10px;
}
.banner .container.flex-content .left .product-desc .desc-rotation {
	overflow: hidden;
}
.banner .container.flex-content .left .product-desc .desc-rotation span {
	color: #5950da;
	display: none;
}
.banner
	.container.flex-content
	.left
	.product-desc
	.desc-rotation
	span:nth-child(1) {
	display: block;
}
.banner
	.container.flex-content
	.left
	.product-desc
	.desc-rotation
	.span-rotation {
	animation: desc-rotation 0.3s cubic-bezier(0, 1.71, 1, 1);
}
.banner .container.flex-content .left .product-intro {
	margin-top: 20px;
}
.banner .container.flex-content .left .product-intro li {
	display: flex;
	font: 300 16px/230.19% 'Montserrat';
}
.banner .container.flex-content .left .product-intro li::before {
	content: 'Â·';
	display: block;
	color: #7980ff;
	font-size: 50px;
	margin: -4px 5px 0 0;
}
.banner .container.flex-content .left .product-grade {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 5px;
}
.banner .container.flex-content .left .product-grade span {
	font: 300 14px/18px 'Montserrat';
}
.banner .container.flex-content .left .product-grade .star {
	display: block;
	width: 28px;
	height: 28px;
	background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/grade-star.svg')
		no-repeat;
	background-size: 100% 100%;
	margin-right: 8px;
}
.banner .container.flex-content .left .product-grade .line {
	width: 2px;
	height: 18px;
	background: #eaeaea;
}
.banner .container.flex-content .left .product-grade .score,
.banner .container.flex-content .left .product-grade .reviews {
	margin: 0 10px;
}
.banner .container.flex-content .left .product-button-wrap {
	margin-top: 20px;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn {
	display: flex;
	margin-bottom: 5px;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.download {
	display: flex;
	flex-direction: column;
	background: #655bef;
	margin-right: 30px;
	padding: 16px 24px;
	border-radius: 6px;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.download
	span:nth-child(1) {
	font: bold 18px/22px 'Montserrat';
	color: #ffffff;
	margin-left: 30px;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.download
	span:nth-child(2) {
	font: lighter 12px/10px 'Montserrat';
	color: #ffffff;
	margin: 5px 0 0 30px;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.buy {
	display: flex;
	align-items: center;
	padding: 16px 24px;
	border: 3px solid #655bef;
	border-radius: 6px;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.buy
	span {
	font: bold 18px/22px 'Montserrat';
	color: #655bef;
	margin-left: 30px;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.download,
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.buy {
	position: relative;
	transition: all 0.5s;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.download::before,
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.buy::before {
	position: absolute;
	top: calc(50% - 12px);
	left: 20px;
	content: '';
	display: block;
	width: 25px;
	height: 25px;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.download:hover,
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn
	.buy:hover {
	transform: translateY(-10px);
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn-win
	.download::before {
	background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-win.svg')
		no-repeat;
	background-size: 100% 100%;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn-win
	.buy::before {
	background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-win-purple.svg')
		no-repeat;
	background-size: 100% 100%;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn-mac
	.download::before {
	background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-mac.svg')
		no-repeat;
	background-size: 100% 100%;
}
.banner
	.container.flex-content
	.left
	.product-button-wrap
	.product-button
	.btn-mac
	.buy::before {
	top: calc(50% - 16px);
	background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-mac-purple.svg')
		no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
}
.banner .container.flex-content .left .product-button-wrap .product-mac {
	display: none;
}
.banner .container.flex-content .left .switch-system-content {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.banner .container.flex-content .left .switch-system-content .switch-system {
	display: block;
	font: 300 16px/166.9% 'Montserrat';
	margin-right: 17px;
	padding-top: -5px;
}
.banner
	.container.flex-content
	.left
	.switch-system-content
	.switch-system-win {
	width: 22.42px;
	height: 27.54px;
	cursor: pointer;
}
.banner
	.container.flex-content
	.left
	.switch-system-content
	.switch-system-mac {
	width: 23.42px;
	height: 28.54px;
	margin-left: 20px;
	cursor: pointer;
}
.banner .container.flex-content .right {
	flex: 50% 0;
	position: relative;
}
.banner .container.flex-content .right .right-bg {
	width: 100%;
	height: auto;
}
.banner .container.flex-content .right .video_embed_icon {
	position: absolute;
	left: 40%;
	top: 30%;
	animation: video_embed_icon 1s infinite;
	cursor: pointer;
}
.banner .container.flex-content .right .video_embed_icon:hover {
	animation: video_embed_icon 0s infinite;
}
.wrapper-1 {
	margin-bottom: 180px;
}
.wrapper-1 .container {
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrapper-2 .new_usage_scenario {
	width: 876px;
	margin: 0 auto 171px;
}
.wrapper-2 .new_usage_scenario .new_usage_scenario_title {
	font-weight: 600;
	font-size: 40px;
	line-height: 143.4%;
	text-align: center;
	color: #000;
}
.wrapper-2 .new_usage_scenario .new_usage_scenario_subheading {
	font-size: 16px;
	line-height: 173.9%;
	text-align: center;
	color: #6c6c6c;
	margin-top: 20px;
	font-weight: lighter;
	font-weight: 300;
}
.wrapper-2 .new_usage_scenario .new_usage_scenario_list .content {
	display: flex;
	flex-wrap: wrap;
}
.wrapper-2
	.new_usage_scenario
	.new_usage_scenario_list
	.new_usage_scenario_list_item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 73px;
	z-index: 5;
	position: relative;
}
.wrapper-2
	.new_usage_scenario
	.new_usage_scenario_list
	.new_usage_scenario_list_item
	.new_usage_scenario_list_item_img {
	width: 138px;
	height: 138px;
}
.wrapper-2
	.new_usage_scenario
	.new_usage_scenario_list
	.new_usage_scenario_list_item
	.new_usage_scenario_list_item_text {
	margin-top: 16px;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #000;
	font-weight: 300;
	font-family: 'Montserrat';
}
.wrapper-3 .title {
	font-size: 40px;
	line-height: 143.4%;
	text-align: center;
	color: #000000;
	font-weight: 600;
	margin-bottom: 18px;
}
.wrapper-3 .subheading {
	width: 70%;
	font-weight: 300;
	font-size: 16px;
	line-height: 173.9%;
	margin: 0 auto;
	text-align: center;
	color: #6c6c6c;
}
.product-index-ja .wrapper-3 .subheading {
	width: 80%;
}
.wrapper-3 .wrapper-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrapper-3 .wrapper-box .wrapper-left {
	flex: 0 0 42%;
	margin-top: 76px;
}
.wrapper-3 .wrapper-box .wrapper-left .title {
	width: 100%;
	font-size: 20px;
	line-height: 143.4%;
	text-align: start;
	margin-bottom: 0;
}
.wrapper-3 .wrapper-box .wrapper-left .desc {
	font-weight: 300;
	font-size: 14px;
	line-height: 197.9%;
	color: #595959;
	margin: 5px 0 30px;
}
.wrapper-3 .wrapper-box .wrapper-right {
	flex: 0 0 551.22px;
	margin-top: 40px;
	position: relative;
}
.wrapper-4 .container .wrapper-box {
	display: flex;
	margin: 240px 0 150px 0;
	position: relative;
	z-index: 2;
	justify-content: space-between;
}
.wrapper-4 .container .wrapper-box .wrapper-left {
	width: 550px;
	height: 376px;
	position: relative;
	/*left: -106px;*/
	top: -20px;
	margin-left: -20px;
}
.wrapper-4 .container .wrapper-box .wrapper-left img {
	width: 100%;
}
.wrapper-4 .container .wrapper-box .wrapper-right {
	width: 45%;
}
.wrapper-4 .container .wrapper-box .wrapper-right .title {
	font-weight: 600;
	font-size: 40px;
	line-height: 143.4%;
	color: #000;
}
.wrapper-4 .container .wrapper-box .wrapper-right .right-list {
	display: flex;
	margin-top: 44px;
}
.wrapper-4 .container .wrapper-box .wrapper-right .right-list .list-item {
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
	margin-right: 64px;
}
.wrapper-4 .container .wrapper-box .wrapper-right .right-list .pc-style .item {
	margin-top: 18px;
	font-weight: 300;
	display: flex;
	align-items: center;
}
.wrapper-4
	.container
	.wrapper-box
	.wrapper-right
	.right-list
	.pc-style
	.item
	img {
	width: 17px;
	height: 17px;
	margin-right: 8px;
}
.wrapper-4
	.container
	.wrapper-box
	.wrapper-right
	.right-list
	.pc-style
	.item
	.list-item-text {
	flex: 0 0 150px;
	font-size: 16px;
	line-height: 140%;
	color: #595959;
	font-weight: 300;
	white-space: nowrap;
}
.wrapper-4 .container .wrapper-box .wrapper-right .right-list .mobile-style {
	display: none;
}
.wrapper-5 .container .wrapper-box {
	display: flex;
	margin-bottom: 220px;
	align-items: center;
}
.wrapper-5 .container .wrapper-box .wrapper-left img {
	width: 433px;
	height: 622px;
	margin-top: 14px;
}
.wrapper-5 .container .wrapper-box .wrapper-right {
	display: flex;
	flex-direction: column;
	margin-left: 100px;
	width: 555px;
}
.wrapper-5 .container .wrapper-box .wrapper-right .title {
	font-weight: 600;
	font-size: 40px;
	line-height: 143.4%;
	color: #000;
	margin-bottom: 18px;
}
.wrapper-5 .container .wrapper-box .wrapper-right .text {
	font-size: 16px;
	line-height: 197.9%;
	color: #595959;
	margin-bottom: 35px;
	font-weight: 300;
}
.wrapper-5 .container .wrapper-box .wrapper-right .wrapper-devices {
	width: 545.67px;
	border: 1px solid #e3e3e3;
	border-radius: 9px;
	padding: 15px 18px;
}
.wrapper-5
	.container
	.wrapper-box
	.wrapper-right
	.wrapper-devices
	.devices-title {
	padding-bottom: 13px;
	border-bottom: 1px solid #e3e3e3;
}
.wrapper-5
	.container
	.wrapper-box
	.wrapper-right
	.wrapper-devices
	.devices-title
	.title1 {
	font-weight: 600;
	font-size: 16px;
	line-height: 197.9%;
	color: #595959;
}
.wrapper-5
	.container
	.wrapper-box
	.wrapper-right
	.wrapper-devices
	.devices-title
	.devices-desc {
	font-size: 10px;
	line-height: 197.9%;
	color: #595959;
	font-weight: 300;
}
.wrapper-5
	.container
	.wrapper-box
	.wrapper-right
	.wrapper-devices
	.devices-iphone,
.wrapper-5
	.container
	.wrapper-box
	.wrapper-right
	.wrapper-devices
	.devices-ipad,
.wrapper-5
	.container
	.wrapper-box
	.wrapper-right
	.wrapper-devices
	.devices-ipod {
	font-size: 14px;
	line-height: 197.9%;
	color: #595959;
	border-bottom: 1px solid #e3e3e3;
	font-weight: 300;
}
.wrapper-5
	.container
	.wrapper-box
	.wrapper-right
	.wrapper-devices
	.devices-iphone {
	padding: 18px 0;
}
.wrapper-5
	.container
	.wrapper-box
	.wrapper-right
	.wrapper-devices
	.devices-ipad {
	padding: 12px 0;
}
.wrapper-5
	.container
	.wrapper-box
	.wrapper-right
	.wrapper-devices
	.devices-ipod {
	border: none;
	padding-top: 12px;
}
.wrapper-6 {
	margin-bottom: 187px;
}
.wrapper-6 .title {
	font: bold 40px/147.5% 'Montserrat';
	text-align: center;
	color: #000000;
}
.wrapper-6 .compare-content-wrap {
	box-shadow: 0px 6.40549px 21.6185px rgba(121, 128, 255, 0.26);
	border-radius: 24px;
}
.wrapper-6 .compare-content-wrap .compare-content {
	width: 100%;
	margin-top: 30px;
}
.wrapper-6 .compare-content-wrap .compare-content .top {
	height: 86px;
	display: flex;
	justify-content: space-between;
	background: #655bef;
	border-radius: 24px 24px 0 0;
}
.wrapper-6 .compare-content-wrap .compare-content .top li {
	flex: 40% 0;
	font: bold 18px/147.5% 'Montserrat';
	text-align: center;
	color: #ffffff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper-6 .compare-content-wrap .compare-content .top li::after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-image: linear-gradient(#746bf1, #9e97f5, #746bf1);
	position: absolute;
	right: 0;
	top: 0;
}
.wrapper-6 .compare-content-wrap .compare-content .top li:last-child::after {
	display: none;
}
.wrapper-6 .compare-content-wrap .compare-content .top li:nth-child(2) {
	flex: 20% 0;
}
.wrapper-6 .compare-content-wrap .compare-content .top li:nth-child(3) {
	flex: 20% 0;
}
.wrapper-6 .compare-content-wrap .compare-content .top li:nth-child(4) {
	flex: 20% 0;
}
.wrapper-6 .compare-content-wrap .compare-content .content {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}
.wrapper-6 .compare-content-wrap .compare-content .content .left {
	flex: 44%;
	border-radius: 0px 0px 0px 20px;
	border-right: 1px solid rgba(101, 91, 239, 0.25);
	padding-left: 5%;
	box-sizing: border-box;
}
.wrapper-6 .compare-content-wrap .compare-content .content .left li {
	font: 400 16px/40px 'Montserrat';
	text-align: left;
	color: #000000;
	height: 60px;
}
.wrapper-6 .compare-content-wrap .compare-content .content .right {
	flex: 66%;
	border-left: none;
	border-radius: 0px 0px 20px 0;
	background: #ffffff;
}
.wrapper-6 .compare-content-wrap .compare-content .content .right li {
	display: flex;
	justify-content: space-between;
	height: 60px;
	line-height: 60px;
}
.wrapper-6 .compare-content-wrap .compare-content .content .right li p {
	flex: 50% 0;
	text-align: center;
	font: 500 16px/147% 'Montserrat';
	color: #2c2c2c;
	border-right: 1px solid rgba(101, 91, 239, 0.25);
}
.wrapper-6
	.compare-content-wrap
	.compare-content
	.content
	.right
	li
	p
	.i-error {
	display: block;
	width: 25px;
	height: 25px;
	background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-error.svg')
		no-repeat;
	background-size: 100% 100%;
	margin: 10px auto;
}
.wrapper-6
	.compare-content-wrap
	.compare-content
	.content
	.right
	li
	p
	.i-right {
	display: block;
	width: 25px;
	height: 25px;
	background: url(https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-right.svg)
		no-repeat;
	background-size: 100% 100%;
	margin: 10px auto;
}
.wrapper-6
	.compare-content-wrap
	.compare-content
	.content
	.right
	li
	p:last-child {
	border: none;
}
.wrapper-7 {
	background: rgba(244, 244, 255, 0.81);
	backdrop-filter: blur(5.5px);
	padding: 70px 0 120px;
	margin-bottom: 166px;
}
.wrapper-7 .container .wrap-title {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	line-height: 143.4%;
}
.wrapper-7 .container .content {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 50px;
}
.wrapper-7 .container .content .item {
	flex: 30% 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wrapper-7 .container .content .item .wrapper-7-img {
	cursor: pointer;
	filter: drop-shadow(0px 5.56761px 14.847px #dedeff);
}
.wrapper-7 .container .content .item .step {
	padding: 5px 20px;
	background: #a8bafc;
	border-radius: 7px;
	font: bold 18px/27px 'Montserrat';
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 14px;
}
.wrapper-7 .container .content .item .title {
	font: bold 16px/24px 'Montserrat';
	color: #000000;
	margin: 15px 0;
}
.wrapper-7 .container .content .item .desc {
	text-align: center;
	font: 300 16px/21px 'Montserrat';
	color: #6c6c6c;
	width: 93%;
}
.wrapper-7 .container .content .line-left {
	position: absolute;
	bottom: 73px;
	left: 250px;
	width: 212px;
	border-top: 2px dashed #a8bafc;
}
.wrapper-7 .container .content .line-right {
	position: absolute;
	bottom: 73px;
	right: 250px;
	width: 212px;
	border-top: 2px dashed #a8bafc;
}
.wrapper-8 {
	margin-bottom: 210px;
}
.wrapper-8 .title {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	line-height: 143.4%;
	color: #000000;
}
.wrapper-8 .item {
	padding: 39px 0 44px 0;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}
.wrapper-8 .item .item-title {
	font-weight: 600;
	font-size: 23px;
	line-height: 29px;
	color: #000000;
	cursor: pointer;
	text-indent: -41px;
}
.wrapper-8 .item .item-title::after {
	content: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/arrows.svg');
	position: absolute;
	right: -30px;
}
.wrapper-8 .item .item-title .num {
	margin-right: 10px;
}
.wrapper-8 .item .change {
	color: #7980ff;
}
.wrapper-8 .item .change::after {
	content: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/arrows-pink.svg');
	position: absolute;
	right: -30px;
}
.wrapper-8 .item .item-content {
	display: none;
}
.wrapper-8 .item .item-content .item-text {
	display: inline-block;
	width: 80%;
	font-weight: 300;
	font-size: 16px;
	line-height: 197.9%;
	color: #000000;
	padding: 23px 0 0 0;
}
.wrapper-8 .item .item-content .item-text p {
	padding-bottom: 14px;
}
.wrapper-8 .item .item-content .item-text p:last-child {
	padding-bottom: 0;
}
.wrapper-9 {
	width: 100%;
	background: rgba(89, 80, 218, 0.04);
	padding: 148px 0 148px 0;
}
.wrapper-9 .title {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	line-height: 143.4%;
	color: #000000;
}
.wrapper-9 .conetnt {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.wrapper-9 .conetnt .box {
	position: relative;
	width: 517.9px;
}
.wrapper-9 .conetnt .box .item {
	width: 517.9px;
	background: #ffffff;
	box-shadow: 0px 11.6706px 34.0394px -18.4785px rgba(89, 80, 218, 0.61);
	border-radius: 9.72553px;
	z-index: 2;
	transform: translateY(-25px);
}
.wrapper-9 .conetnt .box .item .list {
	padding: 23px 30px;
}
.wrapper-9 .conetnt .box .item .list .list-item {
	margin-bottom: 28px;
	display: flex;
	align-items: center;
}
.wrapper-9 .conetnt .box .item .list .list-item:hover a {
	color: #5950da;
}
.wrapper-9 .conetnt .box .item .list .list-item:hover::before {
	background: #5950da;
}
.wrapper-9 .conetnt .box .item .list .list-item a {
	font-weight: 400;
	font-size: 16px;
	line-height: 162.5%;
	color: black;
}
.wrapper-9 .conetnt .box .item .list .list-item::before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 2px;
	background: black;
	margin-right: 10px;
}
.wrapper-9 .conetnt .box .title {
	z-index: 1;
	top: -50px;
	width: 218.35px;
	height: 78.4px;
	background: #e6e1ff;
	border-radius: 8.94284px;
	display: flex;
	justify-content: center;
	padding-top: 13px;
	font-weight: 700;
	font-size: 21.4628px;
	line-height: 120%;
	color: #5950da;
}
.wrapper-10 .solutions {
	width: 100%;
	padding: 100px 0;
	background: #2a2238;
}
.wrapper-10 .solutions .container .title {
	font: bold 40px/143.4% 'Montserrat';
	text-align: center;
	color: #ffffff;
}
.wrapper-10 .solutions .container .solutions-content {
	margin-top: 50px;
}
.wrapper-10 .solutions .container .solutions-content .solutions-nav {
	display: flex;
	justify-content: space-between;
}
.wrapper-10 .solutions .container .solutions-content .solutions-nav .item {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.wrapper-10
	.solutions
	.container
	.solutions-content
	.solutions-nav
	.item
	.highlight {
	display: none;
}
.wrapper-10
	.solutions
	.container
	.solutions-content
	.solutions-nav
	.item:nth-child(1)
	.normal {
	display: none;
}
.wrapper-10
	.solutions
	.container
	.solutions-content
	.solutions-nav
	.item:nth-child(1)
	.highlight {
	display: block;
}
.wrapper-10 .solutions .container .solutions-content .solution-line {
	width: 165px;
	height: 4px;
	background-color: #7980ff;
	transition: all 0.5s;
	margin: 20px 20px;
}
.wrapper-10 .solutions .container .solutions-content .content-box {
	margin-top: 30px;
}
.wrapper-10 .solutions .container .solutions-content .content-box .item {
	padding: 0 50px;
	display: none;
	text-align: center;
	font: lighter 16px/221.9% 'Montserrat';
	color: #ffffff;
}
.wrapper-10 .solutions .container .solutions-content .content-box .item:last-child {
	/*font-weight: 800;*/
}
.wrapper-10
	.solutions
	.container
	.solutions-content
	.content-box
	.item
	.item-text {
	display: flex;
	margin-top: 20px;
	color: #337ab7;
	font-weight: bold;
	justify-content: space-around;
}
.wrapper-10
	.solutions
	.container
	.solutions-content
	.content-box
	.item:nth-child(1) {
	display: block;
}
.wrapper-11 .achieved {
	padding: 100px 0;
	width: 100%;
	position: relative;
}
.wrapper-11 .achieved .container .title {
	font: bold 40px/143.4% 'Montserrat';
	text-align: center;
	color: #000000;
}
.wrapper-11 .achieved .container .flex-content {
	margin-top: 60px;
	z-index: 1;
	position: relative;
}
.wrapper-11 .achieved .container .flex-content .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	flex: 18% 0;
	background: #ffffff;
	box-shadow: 0px 8px 19px rgba(185, 203, 241, 0.4);
	border-radius: 14px;
	transition: all 0.3s;
	cursor: pointer;
}
.wrapper-11 .achieved .container .flex-content .item img {
	width: 60px;
	height: 60px;
}
.wrapper-11 .achieved .container .flex-content .item p {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wrapper-11 .achieved .container .flex-content .item p span:nth-child(1) {
	font: bold 20px/166.9% 'Montserrat';
	color: #000000;
	margin: 10px 0;
}
.wrapper-11 .achieved .container .flex-content .item p span:nth-child(2) {
	font: lighter 14px/166.9% 'Montserrat';
	color: #595959;
}
.wrapper-11 .achieved .container .flex-content .item:hover {
	transform: translateY(-20px);
}
.wrapper-11 .achieved .container .data-recovery-box {
	background: #655bef;
	border-radius: 8px;
	margin-top: 55px;
	position: relative;
	z-index: 1;
}
.wrapper-11 .achieved .container .data-recovery-box .top-content {
	position: relative;
	overflow: hidden;
	padding: 29px 45px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrapper-11 .achieved .container .data-recovery-box .top-content .title {
	font-weight: 600;
	font-size: 40px;
	line-height: 144.9%;
	color: #ffffff;
	flex: 0 0 40%;
	text-align: left;
	position: relative;
	z-index: 1;
}
.wrapper-11 .achieved .container .data-recovery-box .top-content .title-ja {
	flex: 0 0 38%;
}
.wrapper-11 .achieved .container .data-recovery-box .top-content .button-box {
	flex: 0 0 43%;
	position: relative;
	z-index: 1;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.top-content
	.button-box
	.button-item {
	display: inline-block;
	width: 182px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	border-radius: 7.1527px;
	transition: all 0.3s;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.top-content
	.button-box
	.button-item:hover {
	transform: scale(1.1);
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.top-content
	.button-box
	.button-item.buy {
	color: #3b31c8;
	background: #fff;
	margin-left: 23px;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.top-content
	.button-box
	.button-item.free {
	background: #3b31c8;
	color: #fff;
}
.wrapper-11 .achieved .container .data-recovery-box .top-content::before {
	content: '';
	position: absolute;
	background-image: url(https://cdn.fonepaw.com/pages/new_iphonedatarecovery/recovery-box-bg.png);
	width: 100%;
	height: 231px;
	left: 0;
	top: -10px;
	z-index: 0;
}
.wrapper-11 .achieved .container .data-recovery-box .bottom-content {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 0px 0px 8px 8px;
	padding: 34px 0;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content {
	margin-top: 0;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item {
	padding: 0 45px;
	flex: 0 0 17%;
	justify-content: flex-start;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 105px;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item.big {
	padding: 0 20px 0 42px;
	flex: 0 0 42%;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item.big
	img {
	width: 26px;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item::after {
	content: '';
	position: absolute;
	border: 1px dashed rgba(255, 255, 255, 0.22);
	height: 62px;
	bottom: 0;
	right: 0;
	opacity: 0.5;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item:last-child::after {
	display: none;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item
	.top-box
	img {
	width: 26px;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item
	.img-box {
	margin-top: 7px;
	display: flex;
	justify-content: space-between;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item
	.img-box
	img {
	width: 17px;
	margin-left: 6px;
	display: inline-block;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item
	.img-box
	img:first-child {
	margin-left: 0;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item
	.title {
	font-weight: 400;
	margin-top: 11px;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	line-height: 17px;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item
	.desc {
	margin-top: 7px;
	font-weight: 300;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
}
.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.bottom-content
	.flex-content
	.flex-item
	.price {
	margin-top: 7px;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
}
.wrapper-11 .achieved .container::after {
	position: absolute;
	content: '';
	width: 100%;
	min-height: 542px;
	background-image: url(https://cdn.fonepaw.com/pages/new_iphonedatarecovery/achieved-box-bg.png);
	background-size: 100% 100%;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.video_embed_up {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 101;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
.video_embed_up .video_embed_up_content {
	width: 952px;
	height: 708px;
	background: #ffffff;
	margin: 8vh auto 0;
	border-radius: 10px;
}
.video_embed_up .video_embed_up_content .video_embed_up_content_height {
	text-align: right;
	padding: 20px 27px;
	border-bottom: 2px solid #f0f0f0;
}
.video_embed_up .video_embed_up_content .video_box {
	height: 555px;
	padding: 20px;
	border-bottom: 2px solid #f0f0f0;
}
.video_embed_up .video_embed_up_content .video_embed_up_footer {
	padding-top: 24px;
	padding-right: 18px;
	text-align: right;
}
.video_embed_up
	.video_embed_up_content
	.video_embed_up_footer
	.video_embed_up_footer_text {
	display: inline-block;
	width: 108px;
	height: 39px;
	border: 2px solid #655bef;
	text-align: center;
	line-height: 39px;
	font-weight: bold;
	font-size: 20px;
	color: #655bef;
	font-family: Montserrat;
	cursor: pointer;
}
.video_embed_up
	.video_embed_up_content
	.video_embed_up_footer
	.video_embed_up_footer_text:hover {
	color: white;
	background: #655bef;
}
@media (max-width: 786px) {
	.video_embed_up .video_embed_up_content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 95%;
		height: 280px;
		margin: 0 auto;
	}

	.video_embed_up .video_embed_up_content .video_embed_up_content_height {
		padding: 12px 0;
	}

	.video_embed_up .video_embed_up_content .video_box {
		height: 200px;
		padding: 10px;
	}

	.video_embed_up .video_embed_up_content .video_embed_up_footer {
		padding: 12px 10px 0 0;
	}

	.video_embed_up
		.video_embed_up_content
		.video_embed_up_footer
		.video_embed_up_footer_text {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
}
.simple_up {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 101;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
.simple_up .close {
	width: 40px;
	position: fixed;
	right: 50px;
	top: 50px;
	cursor: pointer;
	z-index: 99;
}
.simple_up .swiper-simple {
	width: 100%;
	height: 100%;
}
.simple_up .swiper-slide {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.simple_up .swiper-slide img {
	width: 1000px;
	height: 700px;
}
@keyframes video_embed_icon {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@media screen and (max-width: 770px) {
	.pc-style {
		display: none;
	}
	.mobile-style {
		display: block;
	}
	.mobile-style .swiper-wrapper .item a{
		color:#337ab7;-
	}
	.container {
		width: 93%;
	}
	.flex-content {
		flex-flow: column nowrap;
	}
	.banner {
		padding: 40px 0;
		background: linear-gradient(284.66deg, #d9dcff -77.53%, #ffffff 84.88%);
	}
	.banner .container.flex-content .left {
		flex: 1 0;
	}
	.banner .container.flex-content .left .product-name {
		font: 500 18px/190.4% 'Montserrat';
	}
	.banner .container.flex-content .left .product-desc {
		font: bold 36px/125.4% 'Montserrat_Bold';
		margin-top: 5px;
	}
	.banner .container.flex-content .left .product-desc span {
		color: #5950da;
	}
	.banner .container.flex-content .left .product-intro {
		margin-top: 5px;
	}
	.banner .container.flex-content .left .product-intro li {
		font: lighter 12px/230.19% 'Montserrat';
	}
	.banner .container.flex-content .left .product-intro li::before {
		font-size: 40px;
		margin: -2px 5px 0 0;
	}
	.banner .container.flex-content .left .product-grade {
		margin-top: 10px;
	}
	.banner .container.flex-content .left .product-grade span {
		font: lighter 10px/18px 'Montserrat';
	}
	.banner .container.flex-content .left .product-grade .star {
		width: 20px;
		height: 20px;
		margin: -4px 4px 0 0;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn {
		flex-flow: row wrap;
		justify-content: space-between;
		margin: 0;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.download {
		padding: 10px 18px;
		margin: 0 0 10px;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.download
		span:nth-child(1) {
		font: bold 14px/22px 'Montserrat';
		margin-left: 25px;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.download
		span:nth-child(2) {
		font: lighter 6px/10px 'Montserrat';
		margin: 2px 0 0 25px;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.buy {
		padding: 10px 18px;
		margin: 0 0 10px 10px;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.buy
		span {
		font: bold 14px/22px 'Montserrat';
		color: #655bef;
		margin-left: 25px;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.download,
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.buy {
		position: relative;
		transition: all 0.5s;
		margin: 10px 0 0 0;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.download::before,
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.buy::before {
		position: absolute;
		top: calc(50% - 12px);
		left: 10px;
		content: '';
		display: block;
		width: 25px;
		height: 25px;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.download:hover,
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn
		.buy:hover {
		transform: translateY(-10px);
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn-win
		.download::before {
		background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-win.svg')
			no-repeat;
		background-size: 100% 100%;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn-win
		.buy::before {
		background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-win-purple.svg')
			no-repeat;
		background-size: 100% 100%;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn-mac
		.download::before {
		background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-mac.svg')
			no-repeat;
		background-size: 100% 100%;
	}
	.banner
		.container.flex-content
		.left
		.product-button-wrap
		.product-button
		.btn-mac
		.buy::before {
		top: calc(50% - 16px);
		background: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/icon-mac-purple.svg')
			no-repeat;
		background-size: 100% 100%;
		width: 30px;
		height: 30px;
	}
	.banner .container.flex-content .left .product-button-wrap .product-mac {
		display: none;
	}
	.banner .container.flex-content .left .switch-system {
		font: lighter 12px/166.9% 'Montserrat';
	}
	.banner .container.flex-content .right {
		flex: 1 0;
		margin-top: 50px;
	}
	.wrapper-1 {
		margin-bottom: 89px;
	}
	.wrapper-1 .container {
		width: 93%;
		margin: 20px auto;
	}
	.wrapper-1 .container img {
		width: 16%;
	}
	.wrapper-2 .new_usage_scenario {
		width: 93%;
		margin: 0 auto 123px;
	}
	.wrapper-2 .new_usage_scenario .new_usage_scenario_title {
		font-size: 32px;
	}
	.wrapper-2 .new_usage_scenario .new_usage_scenario_list_item_moblie {
		width: 100%;
		height: 262px;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin-top: 43px;
	}
	.wrapper-2
		.new_usage_scenario
		.new_usage_scenario_list_item_moblie
		.efficiency-swiper {
		width: 100%;
		overflow: hidden;
	}
	.wrapper-2
		.new_usage_scenario
		.new_usage_scenario_list_item_moblie
		.efficiency-swiper
		.new_usage_scenario_slie {
		display: flex;
		flex-wrap: wrap;
	}
	.wrapper-2
		.new_usage_scenario
		.new_usage_scenario_list_item_moblie
		.efficiency-swiper
		.new_usage_scenario_slie
		.new_usage_scenario_list_item_moblie_box {
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.wrapper-2 .new_usage_scenario .idr-scroll-pagination {
		top: 290px;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 127px;
		height: 8.47px;
		border-radius: 5.32716px;
	}
	.wrapper-2
		.new_usage_scenario
		.idr-scroll-pagination
		.swiper-pagination-progressbar-fill {
		border-radius: 5.32716px;
		background: #a4a1ff;
	}
	.wrapper-2
		.new_usage_scenario
		.new_usage_scenario_list
		.new_usage_scenario_list_item_img {
		width: 86.86px;
		height: 86.86px;
	}
	.wrapper-2
		.new_usage_scenario
		.new_usage_scenario_list
		.new_usage_scenario_list_item_text_mobile {
		font-weight: 300;
		font-size: 9.22404px;
		line-height: 140%;
		color: #000000;
		margin-top: 9px;
	}
	.wrapper-3 .title {
		font-size: 32rem;
		line-height: 143.4%;
		text-align: start;
		margin-top: 27rem;
	}
	.wrapper-3 .subheading {
		font-weight: 300;
		font-size: 14px;
		line-height: 173.9%;
		text-align: start;
		margin: 0;
	}
	.wrapper-3 .wrapper-box {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.wrapper-3 .wrapper-box .wrapper-left {
		margin-top: 27rem;
	}
	.wrapper-3 .wrapper-box .wrapper-left .title {
		margin-top: 0px;
		font-size: 20rem;
	}
	.wrapper-3 .wrapper-box .wrapper-left .desc {
		margin: 8rem 0 16rem;
		font-size: 14rem;
	}
	.wrapper-3 .wrapper-box .wrapper-right {
		flex: 0 0 100%;
		margin-top: 27rem;
		position: relative;
	}
	.wrapper-3 .wrapper-box .wrapper-right img {
		width: 100%;
	}
	.wrapper-5 .container .wrapper-box {
		margin: 0 auto 112rem;
	}
	.wrapper-5 .container .wrapper-box .wrapper-right {
		margin-left: 0;
		width: 100%;
	}
	.wrapper-5 .container .wrapper-box .wrapper-right .title {
		font-size: 32rem;
	}
	.wrapper-5 .container .wrapper-box .wrapper-right .text {
		font-size: 16rem;
	}
	.wrapper-5 .container .wrapper-box .wrapper-right .wrapper-devices {
		width: 100%;
		padding: 10rem 18rem 15rem;
	}
	.wrapper-5
		.container
		.wrapper-box
		.wrapper-right
		.wrapper-devices
		.devices-title {
		padding-bottom: 13rem;
	}
	.wrapper-5
		.container
		.wrapper-box
		.wrapper-right
		.wrapper-devices
		.devices-title
		.title1 {
		font-size: 16rem;
	}
	.wrapper-5
		.container
		.wrapper-box
		.wrapper-right
		.wrapper-devices
		.devices-title
		.devices-desc {
		font-size: 10rem;
	}
	.wrapper-5
		.container
		.wrapper-box
		.wrapper-right
		.wrapper-devices
		.devices-iphone,
	.wrapper-5
		.container
		.wrapper-box
		.wrapper-right
		.wrapper-devices
		.devices-ipad,
	.wrapper-5
		.container
		.wrapper-box
		.wrapper-right
		.wrapper-devices
		.devices-ipod {
		font-size: 14rem;
	}
	.wrapper-5
		.container
		.wrapper-box
		.wrapper-right
		.wrapper-devices
		.devices-iphone {
		padding: 18rem 0;
	}
	.wrapper-5
		.container
		.wrapper-box
		.wrapper-right
		.wrapper-devices
		.devices-ipad {
		padding: 12rem 0;
	}
	.wrapper-6 {
		margin-bottom: 95px;
	}
	.wrapper-6 .title {
		text-align: left;
		margin-bottom: 53px;
	}
	.wrapper-6 .content {
		overflow: auto;
		transform: scale(0.99);
	}
	.wrapper-6 .content .compare-content-wrap {
		width: 1080px;
		transform: scale(0.99);
		box-shadow: 0px 1.40549px 1.6185px rgba(121, 128, 255, 0.26);
	}
	.wrapper-6 .content .compare-content-wrap .compare-content {
		margin-top: 0px;
	}
	.wrapper-7 {
		backdrop-filter: blur(5.5rem);
		padding: 50rem 0;
		margin-top: 40rem;
	}
	.wrapper-7 .wrap-title {
		font-size: 32rem;
	}
	.wrapper-7 .wrapper-3-swiper {
		position: relative;
		width: 100%;
		height: 430px;
		overflow: hidden;
		margin-top: 40rem;
	}
	.wrapper-7 .wrapper-3-swiper .swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 380rem;
	}
	.wrapper-7 .wrapper-3-swiper .swiper-slide img {
		width: 100%;
	}
	.wrapper-7 .wrapper-3-swiper .swiper-slide .step {
		padding: 5rem 20rem;
		background: #a8bafc;
		border-radius: 7rem;
		font: bold 18rem/27rem 'Montserrat';
		color: #ffffff;
		margin-top: 20rem;
		margin-bottom: 25rem;
	}
	.wrapper-7 .wrapper-3-swiper .swiper-slide .title {
		font: bold 16rem/24rem 'Montserrat';
		color: #000000;
		margin: 15rem 0;
	}
	.wrapper-7 .wrapper-3-swiper .swiper-slide .desc {
		text-align: center;
		font: 500 14rem/21rem 'Montserrat';
		color: #6c6c6c;
		width: 90%;
	}
	.wrapper-7 .wrapper-3-swiper .swiper-pagination-bullet,
	.wrapper-7 .wrapper-3-swiper .swiper-pagination-bullet-active {
		background: #a4a1ff;
	}
	.wrapper-8 {
		margin-bottom: 95px;
	}
	.wrapper-8 .item {
		position: relative;
	}
	.wrapper-8 .item .item-title {
		font-size: 14px;
		text-indent: -28px;
		width: 84%;
		margin-left: 30px;
	}
	.wrapper-8 .item .item-title::after {
		content: url(https://cdn.fonepaw.com/pages/new_iphonedatarecovery/arrows.svg);
		position: absolute;
		right: -5px;
		top: 42px;
		transform: scale(0.8);
	}
	.wrapper-8 .item .change::after {
		content: url('https://cdn.fonepaw.com/pages/new_iphonedatarecovery/arrows-pink.svg');
		position: absolute;
		right: -5px;
		top: 42px;
		transform: scale(0.8);
	}
	.wrapper-8 .item .item-content {
		display: none;
	}
	.wrapper-8 .item .item-content .item-text {
		display: inline-block;
		width: 80%;
		font-weight: 400;
		font-size: 16px;
		line-height: 197.9%;
		color: #000000;
		padding: 23px 0 0 28px;
	}
	.wrapper-9 {
		width: 100%;
		padding: 95px 0 95px 0;
		background: rgba(89, 80, 218, 0.04);
	}
	.wrapper-9 .conetnt {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		position: relative;
	}
	.wrapper-9 .conetnt .box {
		width: 100%;
	}
	.wrapper-9 .conetnt .box:first-child {
		margin-bottom: 77px;
	}
	.wrapper-9 .conetnt .box .item {
		width: 100%;
	}
	.wrapper-9 .conetnt .box .item .list .list-item a {
		font-weight: 400;
		font-size: 14px;
		line-height: 162.5%;
	}
	.wrapper-10 .solutions {
		width: 100%;
		padding: 80px 0 20px;
		background: #2a2238;
	}
	.wrapper-10 .solutions .container .title {
		font: bold 32px/143.4% 'Montserrat';
		text-align: center;
		color: #ffffff;
	}
	.wrapper-10 .solutions .container .solution-swiper {
		margin-top: 30px;
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.wrapper-10 .solutions .container .solution-swiper .swiper-slide {
		padding: 0 10px;
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.wrapper-10 .solutions .container .solution-swiper .swiper-slide .img-box {
		padding-bottom: 10px;
		border-bottom: 5px solid #7980ff;
		height: 60px;
		display: flex;
		align-items: center;
	}
	.wrapper-10 .solutions .container .solution-swiper .swiper-slide .desc.top{
		margin-top: 15px;
	}
	.wrapper-10 .solutions .container .solution-swiper .swiper-slide .desc {
		margin-top: 30px;
		color: #fff;
		text-align: center;
		font: lighter 12px/26.45px 'Montserrat';
	}
	.wrapper-11 .achieved {
		padding: 100px 0 70px;
		width: 100%;
	}
	.wrapper-11 .achieved .container .title {
		font: bold 32px/143.4% 'Montserrat';
	}
	.wrapper-11 .achieved .container .achieved-swiper {
		position: relative;
		width: 100%;
		height: 180px;
		overflow: hidden;
		margin-top: 30px;
	}
	.wrapper-11 .achieved .container .achieved-swiper .swiper-slide {
		padding: 0 10px;
		width: 100%;
		height: 120px;
		margin-top: 10px;
	}
	.wrapper-11 .achieved .container .achieved-swiper .swiper-slide .item {
		padding: 30px;
		background: #ffffff;
		box-shadow: 0px 3px 8px rgba(185, 203, 241, 0.4);
		border-radius: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper-11 .achieved .container .achieved-swiper .swiper-slide .item img {
		width: 61px;
		height: 61px;
	}
	.wrapper-11 .achieved .container .achieved-swiper .swiper-slide .item p {
		display: flex;
		flex-direction: column;
		margin-left: 40px;
	}
	.wrapper-11
		.achieved
		.container
		.achieved-swiper
		.swiper-slide
		.item
		p
		span:nth-child(1) {
		font: bold 20px/166.9% 'Montserrat';
		color: #000000;
		text-align: center;
	}
	.wrapper-11
		.achieved
		.container
		.achieved-swiper
		.swiper-slide
		.item
		p
		span:nth-child(2) {
		font: lighter 14px/166.9% 'Montserrat';
		color: #595959;
		text-align: center;
	}
	.wrapper-11 .achieved .container .achieved-swiper .swiper-pagination-bullet {
		background: #a4a1ff;
	}
	.wrapper-11
		.achieved
		.container
		.achieved-swiper
		.swiper-pagination-bullet-active {
		background: #a4a1ff;
	}
	.wrapper-11 .achieved .container .data-recovery-box {
		margin-top: 70px;
	}
	.wrapper-11 .achieved .container .data-recovery-box .top-content {
		padding: 27px 20px 34px;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.wrapper-11 .achieved .container .data-recovery-box .top-content .title {
		font-size: 32px;
		flex: unset;
	}
	.wrapper-11 .achieved .container .data-recovery-box .top-content .button-box {
		flex: unset;
		margin-top: 20px;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.top-content
		.button-box
		.button-item {
		width: 123px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.top-content
		.button-box
		.button-item.buy {
		margin-left: 18px;
	}
	.wrapper-11 .achieved .container .data-recovery-box .top-content::before {
		display: none;
	}
	.wrapper-11 .achieved .container .data-recovery-box .bottom-content {
		padding: 34px 20px 23px;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content {
		flex-direction: column;
		align-items: start;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item {
		padding: 0;
		flex: unset;
		min-height: 0;
		margin-top: 22px;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item
		.top-box {
		flex: 0 0 100%;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item.big {
		padding: 0;
		flex: unset;
		margin-top: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item.big
		.title::after {
		content: '';
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item::after {
		display: none;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item
		.img-box {
		margin-top: 7px;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item
		.title {
		margin: 11px 10px 0 0;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item
		.title::after {
		content: ':';
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item
		.desc {
		margin: 11px 10px 0 0;
		white-space: initial;
	}
	.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.bottom-content
		.flex-content
		.flex-item
		.price {
		margin: 11px 10px 0 0;
	}
	.wrapper-11 .achieved .container::after {
		background: linear-gradient(
			360deg,
			rgba(145, 146, 255, 0.2) 3.33%,
			rgba(255, 255, 255, 0) 136.79%
		);
	}
}
@media screen and (max-width: 770px) and (max-width: 770px) {
	.wrapper-4 .container .wrapper-box {
		flex-flow: row-reverse;
		flex-direction: column;
		margin: 76rem auto 120rem;
	}
	.wrapper-4 .container .wrapper-box .wrapper-left {
		width: 100%;
		left: -10rem;
		top: 20rem;
		height: auto;
	}
	.wrapper-4 .container .wrapper-box .wrapper-right {
		width: 100%;
	}
	.wrapper-4 .container .wrapper-box .wrapper-right .title {
		font-size: 32rem;
	}
	.wrapper-4 .container .wrapper-box .wrapper-right .right-list {
		flex-wrap: wrap;
		width: 100%;
	}
	.wrapper-4 .container .wrapper-box .wrapper-right .right-list .list-item {
		width: 50%;
		margin-right: 0;
	}
	.wrapper-4 .container .wrapper-box .wrapper-right .right-list .pc-style {
		display: none;
	}
	.wrapper-4 .container .wrapper-box .wrapper-right .right-list .mobile-style {
		display: flex;
		flex-direction: row;
		width: 50%;
	}
	.wrapper-4
		.container
		.wrapper-box
		.wrapper-right
		.right-list
		.mobile-style
		img {
		width: 17rem;
		height: 17rem;
		margin-right: 8rem;
	}
	.wrapper-4
		.container
		.wrapper-box
		.wrapper-right
		.right-list
		.mobile-style
		.list-item-text {
		font-size: 14rem;
		line-height: 140%;
		color: #595959;
		font-weight: 300;
	}
}
.swiper-pagination {
	left: 0 !important;
	transform: translate3d(0, 0, 0) !important;
}
.link {
	color: #3370ff;
}
.link.style1 {
	font-weight: bold;
}
.link:hover {
	color: #3370ff;
	text-decoration: underline;
}
.product-index-en .banner .container.flex-content .left .product-desc {
	width: 542px;
}

.product-index-ja .banner .container.flex-content .left .product-desc {
	width: 420px;
}

.product-index-de .banner .container.flex-content .left .product-desc {
	width: 575px;
}
.product-index-de
	.wrapper-6
	.compare-content-wrap
	.compare-content
	.content
	.left {
	padding-left: 4%;
}
.product-index-de
	.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.top-content
	.button-box {
	flex: 0 0 45%;
}
.product-index-de
	.wrapper-11
	.achieved
	.container
	.data-recovery-box
	.top-content
	.button-box
	.button-item {
	width: 200px;
}

.product-index-fr .wrapper-3 .subheading {
	width: 82%;
}
.product-index-fr .wrapper-9 .conetnt .box .title {
	width: 280px;
}
.product-index-fr .banner .container.flex-content .left .product-desc {
	white-space: initial;
}
.product-index-fr
	.wrapper-6
	.compare-content-wrap
	.compare-content
	.content
	.left
	li {
	font-width: 300;
	font-size: 14px;
}
.product-index-fr
	.wrapper-6
	.compare-content-wrap
	.compare-content
	.content
	.left {
	padding-left: 4%;
}

@media screen and (max-width: 770px) {
	.product-index-en .banner .container.flex-content .left .product-desc {
		width: 102%;
	}

	.product-index-ja .banner .container.flex-content .left .product-desc {
		width: auto;
	}

	.product-index-de .banner .container.flex-content .left .product-desc {
		width: auto;
	}
	.product-index-de
		.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.top-content
		.button-box
		.button-item {
		width: 123px;
	}
	.product-index-de
		.wrapper-11
		.achieved
		.container
		.data-recovery-box
		.top-content
		.button-box
		.button-item.free {
		width: 156px;
	}
}
</pre></body></html>