<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clear {
  clear: both;
}

body {
  font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}
body * {
    box-sizing: border-box;
}

/* footer */
footer {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  background: #000000;
	padding: 5px 0;
}
footer &gt; div {
  margin: 5px 15px;
}
footer .link_rss {
  width: 36px;
  height: auto;
  display: inline-block;
  vertical-align: sub;
}
footer .social_media &gt; div {
  display: inline-block;
  vertical-align: middle;
}
footer .social_media .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

div.text_wrap {
    width: 92%;
    margin: 0 auto;
}
div.text_wrap h4 {
	font-size: 18px;
}

a.buy_btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  border-radius: 100px;
  background: #a40000;
  padding: 10px 0;
  color: #fff;
	width: 100%;
	max-width: 250px;
	text-align: center;
}
a.buy_btn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

/* top banner */
div.top_wrap {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #01040b;
    background: url(../images/LP_pdr_bg.jpg) repeat-x;
}
div.bn_center {
    max-width: 1200px;
    height: 300px;
    margin: auto;
    /*background: url(../images/LP_pdr_02.jpg) center top no-repeat;*/
    position: relative;
    text-align: center;
}
div.bn_center::before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: -200px;
    width: 200px;
    height: 300px;
    /*background-image: url(../images/LP_pdr_01.jpg);*/
}
div.bn_center::after {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    right: -200px;
    width: 200px;
    height: 300px;
    /*background-image: url(../images/LP_pdr_03.jpg);*/
}

div.phd_wrap {
    background: url(../images/LP_phd_bg.jpg) repeat-x;
}
div.bn_center_phd {
    background: url(../images/LP_phd_02.jpg) center top no-repeat;
}
div.bn_center_phd::before {
    background-image: url(../images/LP_phd_01.jpg);
}
div.bn_center_phd::after {
    background-image: url(../images/LP_phd_03.jpg);
}

div.ds_wrap {
   background: rgb(0,99,243); /* Old browsers */
   background: -moz-linear-gradient(left,  rgb(0,99,243) 20%, rgb(127,51,246) 80%); /* FF3.6-15 */
   background: -webkit-linear-gradient(left,  rgb(0,99,243) 20%,rgb(127,51,246) 80%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to right,  rgb(0,99,243) 20%,rgb(127,51,246) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063f3', endColorstr='#7f33f6',GradientType=1 ); /* IE6-9 */
   /*background: #0063f3;*/
}
div.bn_center_ds {
    background: url(../images/1662x300_enu.jpg) center top no-repeat;
}
div.bn_center_ds::before {
	background-color: #0063f3;
    /*background-image: url(../images/LP_ds_01.jpg);*/
}
div.bn_center_ds::after {
	background-color: #7f33f6;
    /*background-image: url(../images/LP_ds_03.jpg);*/
}

div.smb_wrap {
    background: url(../images/LP_smb_bg.jpg) repeat-x;
}
div.bn_center_smb {
    background: url(../images/LP_smb_02.jpg) center top no-repeat;
}
div.bn_center_smb::before {
    background-image: url(../images/LP_smb_01.jpg);
}
div.bn_center_smb::after {
    background-image: url(../images/LP_smb_03.jpg);
}

div.combo_wrap {
    background: #000000;
}
div.bn_center_combo {
    background: url(../images/LP_pdr_phd_02.jpg) center top no-repeat;
}
div.bn_center_combo::before {
    background-image: url(../images/LP_pdr_phd_01.jpg);
}
div.bn_center_combo::after {
    background-image: url(../images/LP_pdr_phd_03.jpg);
}


div.logo_wrap {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 120px;
}
div.logo_wrap img {
  display: block;
  width: 100%;
}
div.mobile_banner {
    display: none;
}
div.slogan_wrap {
    position: absolute;
    width: 100%;
}
div.slogan_wrap p {
    font-size: 32px;
    line-height: 1.3em;
    color: #ffffff;
    max-width: 600px;
    width: 100%;
    position: absolute;
    right: 60px;
    top: 35px;
    text-shadow: 2px 2px 1px #000000;
}
div.slogan_wrap p span {
	font-weight: 600;
}
div.slogan_wrap img {
	position: absolute;
	top: 125px;
    right: 135px;
}
div.top_text {
    position: absolute;
    left: 42%;
    width: 58%;
    top: 100px;
    text-align: left;
}

.up_btn_link {
	width: 100%;
}
.up_btn_link a {
	display: block;
	height: 150px;
}
div.top_text h1 {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0 0px 12px rgba(0,0,0,1);
    text-align: left;
    margin-bottom: 10px;
}
div.top_text &gt; p {
    width: 90%;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
	margin-top: 10px;
    text-shadow: 0 0px 12px rgba(0,0,0,1);
}
div.top_text &gt; p.ds_text {
    font-weight: bold;
	margin-top: 20px;
}
/* end top banner */



.container {
 	width: 100%;
 	line-height: 1.2em;
	margin-bottom: 20px;
}
.container section {
	width: 100%;
    max-width: 1200px;
 	margin: 0 auto;
	padding: 30px 0;
}

div.top_button_area {
    background: #c3e5f5;
}

div.info_wrap {
    text-align: center;
}
div.info_wrap.sub {
    margin-bottom: 15px;
}
div.info_wrap h3.title {
    overflow: hidden;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 52px;
    background: linear-gradient(90deg, rgba(1,94,247,1) 0%, rgba(163,0,254,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* filter: drop-shadow(1px 1px 0px black) drop-shadow(0px 2px 0px #00000081); */
    font-weight: 400;
    display: inline-block;
}
div.info_wrap h4.title {
    font-size: 30px;
    margin: 0 auto 10px auto;
    color: #0C9DCD;
    line-height: 36px;
}
div.info_wrap h3.title_phd, div.info_wrap h4.title_phd {
    color: #ff6600;
}
div.info_wrap img.icon {
    float: unset;
    padding: 0;
    position: unset;
    width: 52px;
    display: inline-block;
    vertical-align: middle;
}
div.info_wrap p {
    font-size: 26px;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 30px;
}

div.btn_wrap {
  display: inline-block;
  line-height: 1.2em;
  width: 100%;
}
div.buy_price a.buy_btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  border-radius: 400px;
  background: #ff6600;
  padding: 10px 0;
  color: #fff;
	width: 100%;
}
div.buy_price a.free_btn {
    background: -webkit-linear-gradient(27deg, rgb(243, 123, 0), rgb(246, 192, 51));
    background: linear-gradient(27deg, rgb(243, 123, 0), rgb(246, 192, 51));
    max-width: 500px;
}
div.buy_price a.only_btn {
    background: #22ac38;
}
div.buy_price a.buy_btn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.subtitle {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
}
.owl-theme .owl-dots {
  margin-top: 10px;
}
.img-p {
    position: relative;
    background: #000;
    margin: 0 10%;
}


/*layout*/
h4 {
	text-align: center;
	font-size: 36px;
}
.flex_block {
	height: auto;
    display: -webkit-flex; 
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.3%;
}
.col-5 {
    width: 50%;
}
.col-6 {
	width: 50%;
}
.col-7 {
    width: 50%;
}
.col-8 {
	width: 66.6%;
}

.text_04 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 24px;
    padding: 5px 0 8px 0;
}
.text_05 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	line-height: 24px;
    padding: 5px 0;
}
.buy_wrap {
    max-width: 960px;
    margin: 0 auto;
}
.buy_wrap_2 {
	max-width: 1000px;
	margin: 0 auto;
}
.buy_wrap_3 {
    max-width: 1200px;
    margin: 0 auto;
}
.buy_info {
    text-align: left;
    padding-top: 110px;
}
.buy_info h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	margin-bottom: 10px;
	/* max-width: 450px; */
}
.buy_info p {
	font-size: 15px;
	font-weight: bold;
}
.buy_info p &gt; a {
	color: #000000;
	padding-left: 20px;
}
.box_wrap img {
	width: 100%;
}
.box_wrap_2 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.box_wrap_2 h4 {
    text-align: center;
    margin-bottom: 0;
}
.box_wrap_2 img {
    width: 60%;
    margin: 20px auto;
}
.box_wrap_2 span.new1 {
    top: -5px;
}
.box_wrap_3 img {
    display: block;
	width: 70%;
    margin: 0 auto;
}
.buy_price span {
	line-height: 1.5em;
	display: inline-block;
}
.buy_price span.price_now {
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	margin-top: 10px;
}
.buy_price span.price_before {
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
}

.features_wrap {
	text-align: center;
    max-width: 880px;
    margin: 0 auto;
	margin-top: 20px;
}
.features_wrap &gt; div {
	padding: 10px;
	position: relative;
}
.features_wrap &gt; div span {
	display: inline-block;
    vertical-align: middle;
}
.features_wrap &gt; div span.text_01 {
	padding-left: 20px;
    line-height: 26px;
    text-align: left;
    padding: 10px;
    width: 100%;
    max-width: 260px;
}
.features_wrap &gt; div span.text_01 &gt; img {
	position: absolute;
    right: 0;
    top: 0;
}
.features_wrap span.icon_img02 img {
	width: 150px;
}

.reviews_wrap {
	text-align: center;
	margin-bottom: 30px;
}
.text_02 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin: 20px auto;
}
.text_02 a {
	font-weight: 600;
	color: #0C9DCD;
}
.carousel_item {
	text-align: center;
}
.carousel_item p {
	font-size: 18px;
	width: 90%;
	line-height: 24px;
	margin: 0 auto 10px auto;
}
.media_pc {
	width: 80%;
	max-width: 450px;
	margin-top: 10px;
}
.media_tech {
	width: 80%;
	max-width: 300px;
}
.media_windows {
	width: 80%;
	max-width: 400px;
}
.text_03 {
	font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
}

.QA_wrap &gt; div {
	padding: 10px;
}
.QA_wrap &gt; div .QA_info {
	border-radius: 20px;
    background: #0C9DCD;
	color: #ffffff;
	padding: 10px 20px;
	line-height: 26px;
	min-height: 175px;
}
.QA_wrap &gt; div .QA_info p {
	padding: 5px 0;
}
.buy_bottom_bg {
	background: url("../images/pdr-pc-2021-mac.jpeg") #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    max-width: inherit;
}
.pd_purchase_right {
	margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pd_purchase_right .pd-top-video {
    max-width: 480px;
    width: 95%;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}
.pd-top-video video {
    width: 100%;
}
.video-btn {
	margin: 5px auto;
    display: table;
    width: auto;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.tag_wrap {
    text-align: center;
    margin-bottom: 10px;
}
span.new1 {
    color: white;
    background: #cc0000;
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    font-weight: bold;
}
span.new2 {
    color: #FFFD00;
    font-size: 20px;
    /*background: #cc0000;*/
    /*padding-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 2px;
    text-transform: uppercase;
    
    line-height: 12px;
    margin-right: 5px;
    position: relative;
    top: -2px;*/
    /* [disabled]font-weight: bold; */
}
span.new3 {
    color: #ffffff;
    font-size: 18px;
	padding-right: 6px;
    padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	background: -webkit-linear-gradient(121deg, rgb(0, 171, 243), rgb(63, 12, 143));
    background: linear-gradient(121deg, rgb(0, 171, 243), rgb(63, 12, 143));
    /*background: #cc0000;*/
    /*padding-top: 0px;
    
    padding-bottom: 2px;
    text-transform: uppercase;
    
    line-height: 12px;
    margin-right: 5px;
    position: relative;
    top: -2px;*/
    /* [disabled]font-weight: bold; */
	border-radius: 5px;
	margin-right: 7px;
}
span.new4 {
    color: #ffffff;
    font-size: 18px;
	padding-right: 6px;
    padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	background: -webkit-linear-gradient(121deg, rgb(248, 206, 95), rgb(243, 91, 0));
    background: linear-gradient(121deg, rgb(248, 206, 95), rgb(243, 91, 0));
    /*background: #cc0000;*/
    /*padding-top: 0px;
    
    padding-bottom: 2px;
    text-transform: uppercase;
    
    line-height: 12px;
    margin-right: 5px;
    position: relative;
    top: -2px;*/
    /* [disabled]font-weight: bold; */
	border-radius: 5px;
	margin-right: 7px;
}
span.new5 {
    color: #ffffff;
    font-size: 18px;
	padding-right: 6px;
    padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	background: -webkit-linear-gradient(90deg, rgb(204, 190, 112), rgb(169, 137, 55));
    background: linear-gradient(90deg, rgb(204, 190, 112), rgb(169, 137, 55));
    /*background: #cc0000;*/
    /*padding-top: 0px;
    
    padding-bottom: 2px;
    text-transform: uppercase;
    
    line-height: 12px;
    margin-right: 5px;
    position: relative;
    top: -2px;*/
    /* [disabled]font-weight: bold; */
	border-radius: 5px;
	margin-right: 7px;
}
.item img {
    margin-bottom: 10px;
    width: 100%;
}
.video-btn-new {
    position: relative;
    float: left;
    width: 100%;
}
.video-btn-new img {
    display: block;
}

.video-btn-new:before {
    width: 4em;
    margin-left: -2em;
    margin-top: -2em;
    height: 4em;
    border-radius: 50%;
    box-shadow: 0 0 24px hsl(0deg 0% 0% / 20%);
    background: hsla(0, 0%, 100%, 0.4);
}
.video-btn-new:after, .video-btn-new:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
}
.video-btn-new:after {
    width: 0;
    height: 0;
    border: 0.9em solid transparent;
    border-left: 1.5em solid #494949;
    margin-top: -0.9em;
    margin-left: -0.5em;
}
.video-btn-new:hover:before {
  background: rgba(184, 26, 53, 1);
  transition: all 0.45s ease;
}

.video-btn-new:hover::after {
  border: 0.9em solid transparent;
  border-left: 1.5em solid #ffffff;
}
.item_2_wrap {
    width: 100%;
    margin: 0 auto;
}
.item_2 {
    width: 96%;
    margin: 0 auto;
}
.item_2 img {
    width: 100%;
    margin-bottom: 10px;
}
.img_playBtn:before {
    top: auto;
    left: auto;
    right: 15px;
    bottom: 13px;
}
.img_playBtn:after {
    top: auto;
    left: auto;
    right: 16px;
    bottom: 30px;
}
.title_span {
    font-size: 24px;
    font-style: italic;
}
.title_span &gt; sup {
    margin-left: 3px;
    font-size: 20px;
    display: inline-block;
}
/*end layout*/

@media (max-width: 838px) {
    .line_img {
        width: 100%;
    }
}

@media (max-width: 767px) {
	
    .mobile_hide {
        display: none;
    }
	center img {
		width: 100%;
	}
    
    div.top_text {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        text-align: center;
    }
    div.top_text h1 {
        font-size: 32px;
        text-align: center;
    }
    div.top_text &gt; p {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
    }
	div.slogan_wrap {
	    osition: absolute;
		height: unset;
		width: 100%;
		bottom: 65px;
	}
	div.slogan_wrap p {
		position: relative;
		font-size: 24px;
		top: unset;
		right: unset;
		width: 90%;
		max-width: none;
		margin: 0 auto;
	}
	div.slogan_wrap img {
		display: none;
	}
    div.info_wrap, div.top_button_area, div.text_wrap {
      width: 94%;
      margin: 0 auto;
      padding: 10px 3% !important;
    }
	.container section {
		width: 100%;
	}
	.comparison_table_s td p.title {
		text-align: center;
	}
	
	/*layout*/
    div.info_wrap h3.title {
		line-height: 42px;
        margin-bottom: 10px;
    }
	.col-3, .col-4, .col-5, .col-7 {
		width: 100%;
	}
	.buy_info {
		text-align: center;
		padding-top: 10px;
	}
	.buy_info h4 {
		text-align: center;
	}
	.features_wrap &gt; div span.text_01 {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		padding: 0 10px;
	}
	.text_03 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 0;
	}
	.box_wrap {
		text-align: center;
	}
	.box_wrap img {
		width: 200px;
	}
	.QA_wrap &gt; div .QA_info {
		min-height: auto;
	}
	.features_wrap &gt; div span.text_01 &gt; img {
		position: absolute;
		right: 0;
		top: -3px;
	}
    .item_2_wrap {
        width: 80%;
    }
	/*end layout*/
}
@media (max-width: 550px) {
	div.buy_price a.free_btn {
    max-width: 320px;
}
	.col-6 {
		width: 100%;
        margin-bottom: 50px;
	}
    .item_2_wrap .col-6 {
        margin-bottom: 20px;
    }
    div.info_wrap h3.title {
        font-size: 30px;
        line-height: 36px;
    }
    div.info_wrap h4.title {
        font-size: 24px;
        line-height: 30px;
    }
    .title_span {
        font-size: 20px;
        font-style: italic;
    }
    .title_span &gt; sup {
        font-size: 14px;
    }
    div.info_wrap p {
        font-size: 16px;
        line-height: 20px;
    }

}
@media (max-width: 750px) {
    div.top_wrap, div.top_wrap_pdvd, div.top_wrap_ca {
        height: auto;
    }
    div.bn_center, div.bn_center_pdvd, div.bn_center_pdvd3, div.bn_center_30, div.bn_center_60, div.bn_center_35 {
        height: auto;
    }
    div.mobile_banner {
        display: block;
    }
    div.mobile_banner img {
        width: 100%;
    }
}

img.apicon {
    width: 20%;
    margin-top: 10px;
}

img.apicon_G1 {
    width: 90%;
    margin-top: 32px;
}
</pre></body></html>