@font-face {
	font-family: 'Acta Bold';
	font-display: swap;
	src: url("fonts/Acta-Bold.otf");
}
@font-face {
	font-family: 'Acta Book';
	font-display: swap;
	src: url("fonts/Acta-Book.otf");
}
@font-face {
	font-family: 'Ringside Narrow Book';
	font-display: swap;
	src: url("fonts/RingsideNarrow-Book.otf");
}
@font-face {
	font-family: 'Ringside Narrow Bold';
	font-display: swap;
	src: url("fonts/RingsideNarrow-Bold.otf");
}

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

*:focus {
	outline: none;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-family: 'Ringside Narrow Book';
	color: rgb(51, 51, 51);
}
h1 {
	margin: 0;
}
img, iframe {
	max-width: 100%;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 767px) {
	.desktop_only {
		display: none;
	}
	.mobile_only {
		display: inline-block;
	}
}
.white_bg {
	background: #fff;
	margin-top: 30px;
}
.grey_bg {
	background: rgb(245,244,244);
}
.m960 {
	max-width: 960px;
	margin: auto;
}
.mt39 {
	margin-top: 39px;
}
.clear {
	clear: both;
}

#header {
	margin: auto;
}

#header .container {
	width: 1200px;
	max-width: 100vw;
	margin: auto;
	text-align: center;
	display: block;
	padding: 30px 0;
}

@media only screen and (max-width: 600px) {
	#header .container {
		padding: 10px 0;
	}
}

#header .container .logo {
	position: relative;
}

#header .container .links {
	width: 370px;
	max-width: 100%;
	margin: auto;
	text-align: center;
	display: table;
	margin-top: 20px;
}

#header .container .links span {
	width: 33%;
	float: left;
}

#header .container .links a {
	color: rgb(11, 43, 83);
	text-decoration: none;
	font-size: 24px;
	line-height: 20px;
}

#header .container .links .current a {
	font-weight: bold;
	color: #3F90FF;
	border-bottom: 2px solid #3F90FF;
	padding-bottom: 3px;
}

.sticky_header .container {
	max-width: 1200px;
	margin: auto;
	text-align: center;
	display: block;
}

.last_que {
	padding: 10px 0;
	background-color: #cecece;
	text-align: center;
	font-weight: 700;
	line-height: 20px;
}

.last_que a {
	color: #3375C4;
}

@media only screen and (max-width: 600px) {
	#header .container .links {
		width: 100vw;
		white-space: nowrap;
		height: 25px;
		display: block;
	}

	#header .container .links span {
		width: auto;
		margin-left: 20px;
		margin-right: 10px;
		float: none;
	}
}

.vid_prods {
	width: 1200px;
	max-width: 100vw;
	margin: auto;
	display: table;
}
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top_container {
	background: linear-gradient(180deg, #FFFFFF 0%, #EAEAEA 100%);
}

.top_container .bf {
	text-align: center;
}

.top {
	display: block;
	margin: 25px auto;
	width: 80%;
	max-width: 1200px;
	text-align: center;
}

.top .title {
	color: #182F66;
	font-family: Acta;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -1.07px;
	line-height: 47px;
}

.top .sub_title {
	margin: 15px auto;
	color: #375294;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 27px;
}

.top .btn_section {
	width: 100%;
	padding-top: 10px;
	display: grid;
	grid-template-columns: 49% 49%;
	grid-column-gap: 0;
}

.btn_section > .right_btn .conversion_wrapper {
	position: relative;
}

.btn_section > .right_btn .conversion_wrapper:after {
	content: url(img/BestValue.png);
	display: inline-block;
	position: absolute;
	top: -39px;
	left: 360px;
	right: 40px;
}

.top_image {
	margin: 40px 92px 40px 0
}

.top .hint {
	padding-top: 15px;
	color: #D3114E;
	font-size: 31px;
	font-weight: bold;
	line-height: 37px;
}

.top .product_info {
	padding-top: 15px;
	width: 50%;
	max-width: 620px;
	margin: auto;
}

.top .product_info .item {
	display: grid;
	grid-template-columns: 25% 70%;
	grid-column-gap: 5%;
	text-align: left;
	padding: 10px 0;
}

.top .product_info .img {
	text-align: center;
}

.top .plus:before {
	background-color: #D3114E;
	content: "plus";
	display: inline-block;
	position: relative;
	width: 35px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 300;
	line-height: 18px;
	text-align: center;
	margin-right: 7px;
	vertical-align: top;
	padding-bottom: 1px;
}

.top .product_info .heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
}

.top .product_info .details {
	padding-top: 10px;
}

.top .product_info .text {
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.top .valued {
	padding-bottom: 7px;
}

.top .addition {
	width: 600px;
	max-width: 100%;
	color: #616161;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	padding-bottom: 20px;
	display: inline-block;
}

.top .leading_info .addition {
	padding-top: 8px;
}

.top .addition>div {
	color: #000000;
	padding-top: 15px;
}

@media only screen and (max-width: 1025px) {
	.top .product_info {
		width: 80%;
	}
}

@media only screen and (max-width: 620px) {
	.top .hint {
		font-size: 28px;
	}
	.top .product_info {
		width: 100%;
	}
	.top .product_info .item {
		grid-template-columns: 30% 66%;
		grid-column-gap: 4%;
		padding: 4px 0;
	}
	.top .product_info .heading {
		font-size: 19px;
		line-height: 23px;
	}
	.top .product_info .text {
		line-height: 21px;
	}
}

.top_part_images {
	max-width: 100vw;
	width: 1400px;
	margin: auto;
}

@media only screen and (max-width: 1200px) {
	.top_part_images .bg_container {
		padding-top: 100px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1075px) {
	.top_part_images .bg_container {
		padding-top: 60px;
		padding-bottom: 20px;
	}

}

@media only screen and (max-width: 970px) {
	.top_part_images .bg_container {
		padding-top: 30px;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 620px) {
	.top_part_images .bg_container {
		background: none;
	}
}

.top_part_images .info {
	text-align: center;
}

.top_part_images .title {
	font-family: 'Acta Bold';
	font-size: 43px;
	line-height: 51px;
	letter-spacing: -0.5px;
	color: #fff;
}

.top_part_images .desc {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.3px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 65px;
}
@media only screen and (max-width: 970px) {
	.top_part_images .title {
		font-size: 33px;
		line-height: 41px;
	}

	.top_part_images .desc {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 970px) {
	.top_part_images .title {
		font-size: 23px;
		line-height: 31px;
		color: #000;
	}

	.top_part_images .desc {
		font-size: 15px;
		line-height: 15px;
		margin-bottom: 25px;
		color: #000;
	}
}

@media only screen and (max-width: 620px) {
	.top_part_images .title {
		font-size: 37px;
		line-height: 42px;
	}

	.top_part_images .desc {
		font-size: 19px;
		line-height: 22px;
		margin-bottom: 25px;
		padding: 0 30px;
	}
}

.try-button a {
	background: #0074FF;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	border-radius: 7px;
	display: inline-block;
	padding: 20px 45px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}

.top .try-button a {
	width: 375px;
	padding: 20px;
}

.try-button a:hover {
	background: #59A5FF;
}

@media only screen and (max-width: 970px) {
	.try-button a {
		font-size: 15px;
		line-height: 18px;
		padding: 10px 45px;
	}
	.top .try-button a {
		width: 290px;
	}
	.btn_section > .right_btn .conversion_wrapper:after {
		left: 260px;
		right: 24px;
	}
}

@media only screen and (max-width: 769px) {
	.top .btn_section {
		grid-template-columns: 100%;
	}
	.leading_info .btn_section {
		grid-row-gap: 50px;
	}
	.btn_section > .right_btn .conversion_wrapper:after {
		left: 260px;
		right: 0;
		top: -30px;
	}
}

@media only screen and (max-width: 562px) {
	.top .try-button a {
		font-size: 18px;
		padding: 15px 0;
		max-width: 100%;
		width: 320px;
	}
	.btn_section > .right_btn .conversion_wrapper:after {
		top: -39px;
		left: 80%;
		right: auto;
	}
}

@media only screen and (max-width: 620px) {
	.top {
		width: 100%;
		padding: 0 3px;
	}
	.top .title {
		font-size: 38px;
		letter-spacing: -0.5px;
		line-height: 41px;
	}
	.top .sub_title {
		font-size: 22px;
		letter-spacing: -0.31px;
		line-height: 26px;
		padding-bottom: 10px;
	}
	.top_image {
		margin: 40px 0;
	}
}

.products {
	width: 1200px;
	max-width: 100vw;
	margin: auto;
	display: table;
	text-align: center;
	color: rgb(11, 43, 83);
}

@media only screen and (max-width: 600px) {
	.vid_prods .videos {
		width: 100%;
	}
	.vid_prods .products {
		width: 100%;
	}
}

.products {
	margin-top: 60px;
}

@media only screen and (max-width: 600px) {
	.products {
		margin-top: 30px;
	}
}

.products .sec_title {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #0B2B53;
	font-family: "Acta Bold";
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -0.9px;
	line-height: 39px;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.products .sec_title {
		margin-top: 0;
	}
}

.products .sub_title {
	color: #FF5757;
	font-size: 28px;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.products .sec_title {
		font-size: 28px;
		line-height: 39px;
		margin-bottom: 5px;
	}

	.products .sub_title {
		font-size: 20px;
		line-height: 19px;
	}
}

.digital_includes .sec_title {
	margin-top: 0;
	font-family: "Ringside Narrow Bold";
	color: #0B2B53;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	letter-spacing: normal;
}

@media only screen and (max-width: 600px) {
	.digital_includes .sec_title {
		text-align: center;
		margin-top: 20px;
	}
}

.digital_includes .left_items, .digital_includes .right_items {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

@media only screen and (max-width: 600px) {
	.digital_includes .left_items, .digital_includes .right_items {
		display: inline-block;
		width: 100%;
		padding: 0 20px;
	}
}

.digital_includes .one_item {
	color: #0B2B53;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.digital_includes .one_item {
		font-size: 18px;
		line-height: 27px;
	}
}

.one_focus .prod {
	padding: 20px 0;
}

.one_focus .base {
	background-color: rgb(137,44,44);
}

.one_focus .base .title {
	font-size: 25px;
	font-family: "Ringside Narrow Bold";
	line-height: 35px;
	margin-bottom: 10px;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 1;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.one_focus .base .title {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 1;
		line-height: 25px;
	}
	.one_focus .base .desc {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 2;
	}
}

.one_focus .title, .one_focus .logo {
	display: block;
}

.one_focus .content .desc {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	padding-right: 6%;
	position: relative;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.one_focus .content .desc {
		padding-right: 0;
		margin-top: 10px;
	}
}

.one_focus .prod .logo {
	padding-top: 10px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.one_focus .prod .logo {
		margin-bottom: 0;
	}
}

.one_focus .prod .logo img {
	width: 200px;
	height: 18px;
}

.one_focus .prod .content {
	grid-template-columns: 78% 22%;
	height: calc(100% - 40px);
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.one_focus .prod .content {
		grid-template-columns: 68% 31%;
		grid-column-gap: 1%;
	}
}
.one_focus .prod .see_more {
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 1400px) {
	.one_focus .prod .see_more {
		position: relative;
		bottom: auto;
	}
}

.one_for_first {
	width: 1048px;
	max-width: 100vw;
	margin: 90px auto;
	text-align: center;
}

.one_for_first .title_ribbon {
	margin-bottom: 16px;
	color: #182F66;
	font-family: Acta;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -1.19px;
	line-height: 46px;
}

.one_for_first .platforms {
	display: grid;
	grid-template-columns: 28% 70%;
	grid-column-gap: 2%;
	text-align: left;
	margin-top: 30px;
}

.story_video {
	position: relative;
	width: 40%;
	height: 0;
	padding-bottom: 24%;
	margin: 0 auto;
}

.story_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1400px) {
	.one_for_first {
		margin: 50px auto;
	}
	.title_ribbon {
		padding: 0 15px;
	}
	.one_for_first .platforms {
		display: grid;
		grid-template-columns: 100%;
		grid-column-gap: 0;
		text-align: center;
		margin-top: 30px;
	}
	.one_for_first .platforms .digital_includes {
		text-align: left;
		margin-top: 30px;
		padding-left: 10px;
	}
	.story_video {
		width: 60%;
		padding-bottom: 36%;
	}
}

@media screen and (max-width: 620px) {
	.story_video {
		width: 90%;
		padding-bottom: 56%;
	}
	.one_for_first .title_ribbon {
		font-size: 28px;
	}
}

.one_for_first .value_button {
	margin-top: 30px;
	color: #D3114E;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.42px;
	line-height: 27px;
	text-align: center;
}

.value_button .btn_section {
	padding-top: 20px;
	display: grid;
	grid-template-columns: 48% 3% 48%;
	grid-column-gap: 10px;
}

.value_button .try-button {
	padding-top: 10px;
}

.value_button .try-button a {
	padding: 17px 15px;
}

.value_button .addition {
	margin-top: 10px;
	font-size: 18px;
	color: #5D5D5D;
	font-weight: 300;
	line-height: 21px;
	text-align: center;
}

.value_button .or {
	display: block;
	padding: 15px 0;
	color: #0B2B53;
}

@media screen and (max-width: 769px) {
	.value_button .btn_section {
		display: block;
	}
}

.value_button .addition>div {
	color: #000000;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.value_button .try-button a {
		padding: 17px 3px;
	}
	.infographics {
		margin-top: 10px;
	}
	.magazines .one_magazine {
		display: grid;
		grid-template-columns: 49% 51%;
		grid-gap: 0 4%;
		grid-template-rows: 17% 83%;
		margin-bottom: 15px;
	}
}

.mag_title {
	font-size: 18px;
	line-height: 22px;
	font-family: "Ringside Narrow Book";
}

.mag_desc {
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.mag_img {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start:1;
		grid-column-end: 2;
	}
	.mag_title {
		grid-row-start: 1;
		grid-row-end: 1;
		grid-column-start: 2;
		grid-column-end: 3;
	}
	.mag_desc {
		grid-row-start: 2;
		grid-row-end: 2;
		grid-column-start: 2;
		grid-column-end: 3;
		line-height: 20px;
	}
}

.influential_readers {
	margin: 0 auto;
	display: table;
	padding: 80px 3px;
}

.influential_readers .sec_title {
	color: #182F66;
	font-family: 'Acta Bold';
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -1.07px;
	line-height: 47px;
	text-align: center;
	max-width: 100%;
	width: 543px;
	margin: auto;
	padding-bottom: 30px;
}

.influential_readers .somebody_container {
	max-width: 1500px;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-template-rows: 55% 40%;
	grid-column-gap: 1%;
	grid-row-gap: 50px;
}

.influential_readers .somebody {
	display: grid;
	grid-template-columns: 27% 70%;
}

.influential_readers .somebody img {
	margin: 0 auto;
}

.influential_readers .somebody .text {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.influential_readers .somebody .title {
	padding-top: 15px;
	line-height: 20px;
}

@media screen and (max-width: 1042px) {
	.influential_readers .somebody_container {
		grid-template-columns: 50% 50%;
		grid-template-rows: 33% 33% 33%;
	}
}

@media screen and (max-width: 620px) {
	.influential_readers .somebody_container {
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto auto auto auto;
	}
	.influential_readers {
		min-height: 1300px;
	}
	.influential_readers .sec_title {
		width: auto;
		font-size: 28px;
		line-height: 34px;
	}
}

.vip_testimonials {
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-bottom: 47%;
	width: 85%;
	max-width: 1100px;
}

.vip_testimonials iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 620px) {
	.vip_testimonials {
		width: 95%;
		padding-bottom: 59%;
	}
}

.middle .premium_content {
	display: table;
	margin: auto;
	margin-top: 78px;
}

.middle .premium_content .sec_title {
	color: #182F66;
	font-family: 'Acta Bold';
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -1.07px;
	line-height: 47px;
	text-align: center;
	max-width: 100vw;
	width: 543px;
	margin: auto;
}

.valued {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.42px;
	line-height: 27px;
	text-align: center;
	display: table;
	margin: auto;
	color: #D3114E;
	margin-top: 10px;
}

.premium_content > .valued {
	font-size: 24px;
}

.middle .magazine {
	display: grid;
	grid-template-columns: 48% 49%;
	grid-column-gap: 4%;
	margin-top: 40px;
	max-width: 1170px;
}

.middle .magazine .image {
	display: inline-block;
	vertical-align: sub;
	width: 25%;
	margin-left: 10px;
}

.magazine .left_tablet {
	text-align: center;
}

.magazine .mobile_img {
	display: none;
}

.left_tablet .desc {
	display: inline-block;
	width: 80%;
	color: #375294;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.42px;
	line-height: 20px;
	padding-left: 10px;
}

@media screen and (max-width: 769px) {
	.middle .magazine {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		text-align: center;
	}
	.middle .magazine .left_tablet {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 620px) {
	.middle .premium_content {
		margin-top: 45px;
	}
	.middle .premium_content .sec_title {
		font-size: 28px;
		letter-spacing: -0.5px;
		line-height: 35px;
	}
	.magazine .tablet_img {
		display: none;
	}
	.magazine .mobile_img {
		display: block;
		padding-right: 12px;
	}
}

.middle .list .spec {
	color: #375294;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
}

.middle .right_mag {
	display: grid;
	grid-template-columns: 46% 44%;
	grid-column-gap: 8%;
	grid-row-gap: 2%;
}

.middle .right_mag .one_mag {
	padding-bottom: 5px;
}

@media screen and (max-width: 1025px) {
	.middle .right_mag {
		display: grid;
		grid-template-columns: 200px 200px;
		grid-column-gap: 10%;
		margin: auto;
		width: calc(400px + 10%);
		max-width: 100vw;
	}
}

@media screen and (max-width: 769px) {
	.middle .right_mag {
		grid-template-columns: 49% 49%;
		grid-column-gap: 15px;
		max-width: 100vw;
		padding: 0 15px;
	}
}

.middle .right_mag .one_mag.first .mag_img {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 37px;
	text-align: left;
}

@media screen and (max-width: 769px) {
	.middle .right_mag .one_mag.first .mag_img {
		font-size: 24px;
		line-height: 27px;
	}
	.middle .right_mag .one_mag {
		margin-bottom: 20px;
	}
	.middle .right_mag .one_mag.first {
		font-size: 30px;
		grid-column-start: 1;
		grid-column-end: 3;
		max-width: 100vw;
	}
	.middle .right_mag .one_mag:last-child {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.middle .one_mag:last-child > div {
		float: left;
		width: 50%;
	}
	.middle .one_mag:last-child .mag_title,
	.middle .one_mag:last-child .mag_desc {
		padding-left: 15px;
	}
}

.middle .right_mag .mag_title,
.middle .right_mag .mag_desc {
	width: 90%;
}

@media screen and (max-width: 769px) {
	.middle .right_mag .mag_title,
	.middle .right_mag .mag_desc {
		width: 100%;
		text-align: left;
	}
}

.middle .right_mag .mag_title.valued {
	display: inline-block;
	margin-bottom: 10px;
	text-align: left;
	padding: 1px 0;
}

@media only screen and (max-width: 1170px) {
	.middle .right_mag .mag_title.valued {
		width: auto;
		display: table;
		margin-left: 0;
	}
}

.middle .right_mag .mag_desc {
	color: #777777;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.38px;
	line-height: 21px;
}

.middle .right_mag .first .mag_desc {
	width: 100%;
}

.middle .infographics {
	margin-top: 40px;
	width: 1200px;
	max-width: 100vw;
}

.middle .infographics .top_spygate {
	background: url(img/spygate_background.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.middle .top_spygate .intro {
	width: 30%;
	padding-top: 286px;
	padding-bottom: 196px;
}

@media screen and (max-width: 769px) {
	.middle .infographics .top_spygate {
		background: none;
	}
	.middle .top_spygate .mobile_only {
		text-align: center;
		width: 100%;
	}
	.middle .top_spygate .intro {
		width: 400px;
		max-width: 100vw;
		margin: auto;
		margin-top: 30px;
		padding-top: 0;
		padding-bottom: 0;
		padding: 0 15px;
	}
	.middle .right_mag .mag_title.valued {
		font-size: 20px;
		font-weight: 300;
		letter-spacing: -0.42px;
		line-height: 27px;
		text-align: center;
		padding: 3px 0;
	}
}

@media screen and (max-width: 376px) {
	.middle .top_spygate .mobile_only {
		text-align: right;
		width: 100%;
	}
	.mobile_only .desc {
		padding-right: 10px;
		font-weight: bold;
	}
}

.middle .top_spygate .intro .title {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 37px;
}

.middle .top_spygate .intro .valued {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 20px;
}

.middle .top_spygate .intro .desc {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.38px;
	line-height: 21px;
}

.middle .six_infogra {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 15% 15% 15% 15% 15% 15%;
	grid-column-gap: 2%;
}

@media screen and (max-width: 1025px) {
	.middle .six_infogra {
		margin: auto;
		margin-top: 40px;
		display: grid;
		grid-template-columns: 200px 200px;
		grid-column-gap: 10%;
		width: calc(400px + 10%);
	}
}


@media screen and (max-width: 769px) {
	.middle .six_infogra {
		grid-template-columns: 49% 49%;
		grid-column-gap: 15px;
		max-width: 100vw;
		padding: 0 15px;
	}
}

.middle .six_infogra .desc {
	font-size: 16px;
	font-family: "Ringside Narrow Bold";
	line-height: 19px;
}

.bold_title {
	color: rgb(0, 0, 0);
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	overflow-wrap: break-word;
	text-align: center;
}

.title_desc {
	color: rgb(51, 51, 51);
	font-size: 25px;
	font-weight: 400;
	height: auto;
	line-height: 35px;
	overflow-wrap: break-word;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.bold_title {
		font-size: 27px;
		line-height: 27px;
	}

	.title_desc {
		font-size: 19px;
		line-height: 22px;
		width: 90%;
		margin: auto;
	}
	.middle .top_spygate .intro .title {
		font-size: 24px;
		line-height: 27px;
	}
}

.dark_blue {
	background: linear-gradient(180deg, #606C85 0%, #404B64 100%);
	margin-top: 70px;
}
.our_editorial {
	padding-bottom: 60px;
	display: table;
	margin: auto;
}

.our_editorial .bold_title {
	color: #FFFFFF;
	font-family: 'Acta';
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1.19px;
	line-height: 46px;
	text-align: center;
	padding-top: 30px;  /*!!!!! q's question !!!!*/
	margin-bottom: 30px;
}


@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.our_editorial .bold_title {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: -0.5px;
		line-height: 36px;
		text-align: center;
		padding-left: 2px;
		padding-right: 2px;
	}
}

.editorial_bottom {
	width: 1200px;  /*!!!!!!! j's question !!!!!*/
	max-width: 100vw;
	display: block;
	margin: auto;
	text-align: center;
}

.media_img {
	display: inline-block;
	width: 370px;
	max-width: 90vw;
	border: 10px solid #fff;
}
.focuses_sliders {
	display: inline-block;
	width: 500px;
	text-align: left;
}

.focuses_sliders {
	width: 712px;
	max-width: 100vw;
	margin: auto;
	float: right;  /*!!!!!!! j's question !!!!!*/
	padding: 0 20px;
}

@media only screen and (max-width: 1080px) {
	.focuses_sliders {
		float: none;
		padding-top: 25px;
	}
}

.our_editorial .one_focus {
	display: block;
	padding: 20px 0;
	color: #fff;
	border-bottom: 1px solid #CCC;
}

.our_editorial .one_focus:first-child {
	padding-top: 0;
}

.our_editorial .one_focus:last-child {
	border-bottom: none;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.our_editorial .one_focus {
		grid-template-columns: 100%;
		margin-bottom: 0;
	}
	.media_img {
		display: none;
	}
	.focuses_sliders {
		margin-top:0;
		padding-top: 0;
	}
}

.one_focus .prod {
	margin-top: 20px;
}

.one_focus .title {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	margin-bottom: 10px;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 1;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.one_focus .prod {
		margin-top: 15px;
	}
	.one_focus .base .title {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 1;
		line-height: 25px;
	}
	.one_focus .base .desc {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 2;
	}
	.one_focus .title {
		font-size: 22px;
	}
}

.one_focus .title, .one_focus .in_logo {
	display: block;
}


.one_focus .content .desc {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	position: relative;
}

.one_focus .long {
	display: none;
}

.one_focus.show-long .long {
	display: block;
}

.one_focus.show-long .short {
	display: none;
}

.one_focus .title {
	position: relative;
}

.one_focus .title:after {
	position: absolute;
	top: 8px;
	right: 3px;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.one_focus.show-long .title:after {
	top: 13px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.one_focus .prod {
		padding-top: 15px;
	}
	.one_focus .content .desc {
		padding-right: 0;
		margin-top: 10px;
	}
}

.one_focus .prod .in_logo {
	padding-top: 10px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.one_focus .prod .in_logo {
		margin-bottom: 0;
	}
}

.one_focus .prod .in_logo img {
	width: 200px;
	height: 18px;
}

.one_focus .prod .see_more {
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 1400px) {
	.one_focus .prod .see_more {
		position: relative;
		bottom: auto;
	}
}
.our_story {
	margin-top: 57px;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.our_story {
		margin-top: 30px;
	}
}

.our_story .bold_title {
	margin-bottom: 16px;
	color: #182F66;
	font-family: Acta;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -1.19px;
	line-height: 46px;
}

.our_story .title_desc {
	margin-bottom: 25px;
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.67px;
	line-height: 32px;
	text-align: center;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.our_story .bold_title {
		font-size: 28px;
	}
	.our_story .title_desc {
		font-size: 19px;
		line-height: 25px;
	}
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.text_vid .video {
		margin-bottom: 30px;
	}
}

.testimonial {
	display: table;
	width: 1200px;
	max-width: 100vw;
	margin: auto;
	padding: 50px 0;
}

.testimonial .bold_title {
	font-family: "Acta Bold";
	font-size: 43px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.testimonial {
		padding: 30px 20px;
	}
	.testimonial .bold_title {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 30px;
	}
}

.testimonial .quote_vid {
	display: grid;
	grid-template-columns: 55% 43%;
	grid-gap: 0 2%;
}

.quote_vid .quotes {
	display: grid;
	grid-template-columns: 49% 49%;
	grid-gap: 0 2%;
}

.one_quote {
	display: grid;
	grid-template-columns: 26% 67%;
	grid-gap: 0 4%;
	margin-bottom: 40px;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.testimonial .quote_vid {
		grid-template-columns: 100%;
	}
	.quote_vid .quotes {
		grid-template-columns: 100%;
	}
}

.one_quote .quote_content {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

.one_quote .quote_source {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 10px;
}

.subscribe {
	display: table;
	width: 1200px;
	max-width: 100vw;
	margin: auto;
	padding: 70px 0 50px;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.subscribe {
		padding: 50px 0 20px;
	}
}

.subscribe .sec_title {
	font-family: "Acta Bold";
	font-size: 43px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 43px;
	color: rgb(11, 43, 83);
	text-align: center;
}

.subscribe .sub_title {
	color: #FF5757;
	font-size: 28px;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
	margin-top: 15px;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.subscribe .sec_title {
		font-size: 28px;
		line-height: 34px;
	}

	.subscribe .sub_title {
		color: #FF5757;
		font-size: 20px;
		line-height: 19px;
	}
}

.subscribe .deals {
	width: 660px;
	max-width: 100%;
	margin: auto;
	display: grid;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 620px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1000px) and (max-width: 999px) {
	.subscribe .deals {
		width: 80%;
		grid-template-columns: 100%;
		grid-row-gap: 15px;
		margin-top: 15px;
	}
	.deals > div.month {
		width: 98%;
		margin: auto;
		float: none;
		margin-bottom: 10px;
	}
	.deals .year {
		float: none;
	}
}

.dark_grey_bg {
	background-color: rgb(206,206,206);
}

.faq {
	padding: 50px;
	color: #000;
}

.faq a {
	color: #0080ff;
}

.faq .align_center {
	max-width: 700px;
	margin: auto;
}

.faq .title {
	text-align: center;
	font-size: 45px;
	line-height: 1;
	font-weight: bold;
	margin: 20px 0;
}

.faq .que {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	margin: 30px 0 0;
	position: relative;
	cursor: pointer;
}

.faq .que:after {
	position: absolute;
	top: -2px;
	right: 3px;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}

.faq .ans {
	display: none;
	font-size: 16px;
	line-height: 1.2;
}

.faq .ans p, .faq .last_ans {
	margin: 15px 0;
}

.faq .last_que {
	margin-top: 60px;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}

.faq .last_ans {
	font-size: 18px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}

.view_all {
	margin-top: 30px;
	text-align: center;
}

.view_all {
	margin-top: 30px;
	text-align: center;
}

.view_all a {
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
}

footer {
	text-align: center;
	padding: 50px 0;
	color: #fff;
	background-color: #444;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer > div {
	margin: 10px 0;
}

footer .links span {
	padding: 0 10px;
}

@media only screen and (max-width: 600px) {
	.faq {
		padding: 30px 15px;
	}
	.faq .align_center {
		max-width: unset;
		margin: auto;
		padding: 0 30px;
	}
	.faq .que_ans {
		grid-template-columns: 100%;
	}
	.faq .que {
		padding-right: 30px;
	}
	.faq .last_que {
		font-size: 15px;
	}
}

@media only screen and (max-width: 320px) {
	.faq .last_que {
		font-size: 13px;
	}
}

header .sticky_header {
	display: none;
}

.sticky_layout #header .container {
	width: 100%;
}

.sticky_layout header .sticky_header {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.51);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.51);
}
.sticky_layout header .logo {
	width: 40%;
	float: left;
	max-width: 300px;
	display: inline-block;
	margin-left: 30px;
	margin-top: 30px;
}
.sticky_layout .sticky_header .try-button {
	float: right;
	max-width: 60%;
	margin-right: 30px;
	padding: 10px 0;
	margin-top: 7px;
	margin-bottom: 8px;
}
.sticky_layout .sticky_header .try-button a {
	background: #0074FF;
	font-size: 21px;
	font-weight: 700;
	border-radius: 7px;
	display: inline-block;
	padding: 15px 22px;
	color: #fff;
	text-decoration: none;
	width: 245px;
}

.sticky_header .one_month, .sticky_header .one_year {
	width: auto;
	float: right;
}

.sticky_header .one_year {
	margin-right: 15px;
}

@media only screen and (max-width: 600px) {
	.sticky_header .one_year {
		margin-right: 0;
	}
}

.sticky_layout #header .container {
	padding: 0;
}


@media screen and (max-width: 620px),
screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-height: 720px) and (max-device-width: 1280px) and (max-width: 999px) {
	.sticky_layout .sticky_header .logo {
		display: none !important;
	}
	.sticky_header .one_month {
		float: right;
		margin-right: 0;
	}
	.sticky_header .one_year {
		float: none;
	}
	.sticky_layout .sticky_header .try-button {
		float: none;
		max-width: 100%;
		display: table;
		margin: auto;
		padding: 10px 5% 10px 5%;
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
	}
	.sticky_layout .sticky_header .try-button a {
		padding: 10px 10px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 320px) {
	.sticky_layout .sticky_header .try-button {
		padding: 10px 2% 10px 2%;
	}
}

@media only screen and (max-width: 1110px) {
	.sticky_layout .sticky_header .logo {
		margin-left: 10px;
		margin-top: 29px;
	}
	.sticky_layout .sticky_header .try-button {
		margin-right: 15px;
	}
	.sticky_layout .sticky_header .try-button a {
		font-size: 100%;
		width: 195px;
	}
}

@media only screen and (max-width: 767px) {
	.sticky_layout .sticky_header .try-button a {
		width: auto;
	}
}

@media only screen and (max-width: 600px) {
	.sticky_layout .sticky_header .try-button a {
		font-size: 75%;
		width: 150px;
	}
}

@media only screen and (max-width: 600px) {
	.faq .last_que {
		font-size: 15px;
	}
}

@media only screen and (max-width: 320px) {
	.faq .last_que {
		font-size: 13px;
	}
}

.anonymous a {
	font-size: 0;
}

#subscribe-btn {
	display: none;
}

#header #user_wrapper {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	width: 60%;
	height: 30px;
	vertical-align: middle;
}

.top_wrapper #user_wrapper {
	height: 45px;
}

#user_wrapper.hidden {
	display: none !important;
}

.subscribe_login {
	position: absolute;
	bottom: 20px;
	right: 10px;
	display: flex;
}

@media only screen and (max-width: 600px) {
	.subscribe_login {
		bottom: 25px;
		display: block;
		width: 100%;
	}
	#account-btn {
		float: left;
	}
	#logout-btn {
		float: right;
	}
	.logo .image.mobile_only {
		width: 90%;
	}

	#login-btn {
		float: right;
		height: 20px;
	}

	#login-btn .user-btn-wrapper {
		font-size: 10px;
	}
}

#user_wrapper .user_name {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
	cursor: pointer;
}

#user_wrapper .user_name:after {
	content: '';
	position: absolute;
	bottom: 11px;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
}

#user_wrapper:hover ul{
	display: block;
}

#user_wrapper ul {
	position: absolute;
	display: none;
	top: 29px;
	right: -15px;
	width: 150px;
	background-color: #fff;
	padding: 10px 18px 10px;
	z-index: 101;
	box-shadow: 2px 3px 7px -3px #111;
	border: 1px solid #dedede;
}

.top_wrapper #user_wrapper ul {
	top: 43px;
}

#user_wrapper li {
	list-style: none;
	line-height: 30px;
}


