@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Regular.woff2') format('woff2'); font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Medium.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}

@font-face{font-family:'ETSans';src:url('../../shared/fonts/ETSans-ExtraBold.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap;}

@font-face{font-family:'ETHeadline';src:url('../../shared/fonts/ETHeadline-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap;}

@font-face{font-family:'ETHeadline';src:url('../../shared/fonts/ETHeadline-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}

@font-face{font-family:'ETHeadline';src:url('../../shared/fonts/ETHeadline-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;}

@font-face{font-family:'ETHeadline';src:url('../../shared/fonts/ETHeadline-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}






* {
	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: 'ETSans', sans-serif; color: rgb(51, 51, 51);
}
h1 {
	margin: 0;
}
img, iframe {
	max-width: 100%;
}
a {
	text-decoration: none;
	color: initial;
}
a:hover {
	text-decoration: underline;
}
.mobile_only {
	display: none !important;
}
@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) {
	.desktop_only {
		display: none !important;
	}
	.mobile_only {
		display: block !important;
	}
}
@media screen and (max-width: 600px){
	iframe {
		height: 340px;
	}
}
@media screen and (max-width: 400px){
	iframe {
		height: 240px;
	}
}
.white_bg {
	background: #fff;
}
.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;
}

#header > .container .logo {
	margin-bottom: 20px;
	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: 50%;
	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;
}

@media only screen and (max-width: 600px) {
	#header > .container {
		padding: 0;
	}
	#header > .container .logo {
		width: 90%;
		margin: auto;
		margin-top: 30px;
	}
	#header .container .links {
		width: 100vw;
		white-space: nowrap;
		height: 40px;
		display: block;
	}

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

.ProductItem .try-button {
	width: 288px;
	border-radius: 28.5px;
	background-color: #FFC300;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
	margin:auto;
	display:grid;
	place-content: space-around;
}

.ProductItem .try-button a {
	width: 288px;
	border-radius: 28.5px;
	background-color: #FFC300;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
	margin:auto;
	background:unset;
	box-shadow: unset;
	color: #00276A;
	font-family: 'ETSans', sans-serif; font-size: 21px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 25px;
	text-align: center;
}

.ProductItem .try-button a:hover {
	background: #ffd036;
}

.try-button a {
	background: #3375C4;
	font-size: 21px;
	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);
}

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

@media only screen and (max-width: 670px) {
	.try-button a {
		font-size: 20px;
		font-weight: 700;
		padding: 10px 25px;
		box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
	}
}

/* New top container */

.gift_banner {
	display:grid;
	background-image: url("img/Mainimg_desktop.png");
	max-width:1400px;
	height:300px;
	margin:auto;
}

.bannerText {
	color: #182F66;
	max-width:620px;
	margin:auto;
}

.bannerHead {
	font-family: 'ETHeadline', serif;
	font-size: 43px;
	letter-spacing: -1.07px;
	line-height: 47px;
	text-align: center;
	margin-top:15px;
	margin-bottom:36px;
}

.bannerDesc {
	font-family: 'ETSans', sans-serif; font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.34px;
	line-height: 28px;
	text-align: center;
}

.gift_bottom {
	max-width:800px;
	margin:auto;
}

.details {
	display:grid;
	grid-template-columns: 45% 45%;
	column-gap: 10%;
	margin:15px auto 33px;
	place-items: end;
	justify-items:center;
}

.ProductItem {
	max-width:350px;
}

.orElse {
	display:none;
	color: #000000;
	font-family: 'ETSans', sans-serif; font-size: 21px;
	font-weight: 300;
	letter-spacing: -0.34px;
	line-height: 34px;
	text-align: center;
	margin:35px auto;
}

.imgBox {
	max-width:288px;
	margin:auto;
}

.bundle {
	margin-bottom: 25px;
}

.marginMore {
	margin-bottom: 141px; 
}

.bundleHead { 
	color: #002B68;
	font-family: 'ETSans', sans-serif; font-size: 31px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 25px;
}

.bundleHead > span {
	/* font-style: italic; */
	font-weight: 600;
}

.bundleDesc {
	color: #000000;
	font-family: 'ETSans', sans-serif; font-size: 18.9px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 28.8px;
	margin-left:20px;
}

.checkMark {
	display:inline-block;
	transform: rotate(35deg);
	height: 17.86px;
	width: 8.35px;
	border-bottom: 2.5px solid #FFC500;
	border-right: 2.5px solid #FFC500;
	margin-right: 5px;
}

.buttonText {
	color: #00276A;
	font-family: 'ETSans', sans-serif; font-size: 31px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 34px;
	text-align: center;
	margin-bottom:6px;
}

.buttonHead > span {
	font-weight: lighter;
}

.buttonDesc {
	color: #000000;
	font-family: 'ETSans', sans-serif; font-size: 21px;
	font-weight: 300;
	letter-spacing: -0.34px;
	line-height: 34px;
	text-align: center;
  }

  .liner {
	box-sizing: border-box;
	height: 1px;
	max-width: 725px;
	border: 1px solid #d6d4d4;
	margin:auto auto 8px;
  }

  .downloadForm {
	max-width:591px;
	margin:auto;
	color: #000000;
	font-family: 'ETSans', sans-serif; font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
  }

  .downloadForm h3 {
	text-align: center;
	font-weight:bold;
	margin:19px auto 5px;
  }

  .formImg {
	text-align: center;
	margin:6px auto 20px;
  }

  .formButton {
	  width:175px;
  }

  .detailsDesc {
	color: #000000;
	font-family: 'ETSans', sans-serif; font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
  }

  .detailsDesc span {
	  font-style: italic;
  }

  .giftTerms {
	color: #333333;
	font-family: 'ETSans', sans-serif; font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.42px;
	line-height: 25px;
	text-align: center;
	margin:19px auto 46px;
  }

  .giftTerms a {
	  text-decoration: underline;
	  color:#333333;
  }

  @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) {
	.formText {
		max-width: 320px;
		margin: auto;
		text-align: left;
		line-height: 24px;
	}
	.formImg {
		margin: 15px auto 20px;
	}
	.downloadForm h3 {
		margin:19px auto 10px;
	}
}

  @media (max-width:800px) {
	.details {
		grid-template-columns: 100%;
		margin-top:15px;
	}
	.marginMore {
		margin-bottom:25px;
	}
	.orElse {
		display:block;
	}
	.bannerHead {
		margin-bottom:6px;
		margin-top:-40px;
	}
	.ProductItem .try-button {
		height: 57px;
	}
  }

  @media (max-width:600px) {
	.top {
		margin-top:10px;
	}
	.gift_banner {
		background-image: url("img/Mainimg_mobile.png");
		height:355px;
		background-repeat: no-repeat;
		background-position-x: center;
		background-size:cover;
	}
	.bannerText {
		margin:auto auto 25px;
		max-width:300px;
	}
	.bannerHead {
		font-size:35px;
		letter-spacing: -0.5px;
		line-height: 41px;
		margin-bottom:7px;
		text-align: left;
	}
	.bannerDesc {
		font-size: 20px;
		letter-spacing: -0.29px;
		line-height: 24px;
		text-align: left;
	}
	.detailsDesc {
		text-align: left;
		max-width:325px;
		margin:auto;
	}
	.giftTerms {
		text-align: left;
		max-width:322px;
		margin:auto;
	}
	.giftTerm {
		font-family: 'ETSans', sans-serif; font-size: 20px;
		font-weight: bold;
		letter-spacing: -0.42px;
		line-height: 25px;
	}
	.giftTerms > ul {
		list-style: unset;
		padding-left:20px;
		margin:22px auto 27px;
	}

	.giftTerms > ul li {
		font-family: 'ETSans', sans-serif; font-size: 20px;
		font-weight: bold;
		letter-spacing: -0.42px;
		line-height: 25px;
	}
	.liner {
		margin-bottom:12px;
		max-width:326px;
	}
  }

  @media (max-width:320px) {
	.downloadForm, .detailsDesc, .giftTerms {
		max-width:300px;
		margin:auto;
	}
  }
/* New top container ends*/


@media only screen and (max-width: 1200px) {
	.blue_box .box_contain {
		grid-template-columns: 60% 50%;
	}
}

.products {
	padding: 50px 0 10px;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.products {
		padding: 30px 10px 50px;
	}
}

.first_month_trial {
	margin-top: 26px;
	padding-bottom: 20px;
	color: #0B2B53;
	font-family: 'ETHeadline', serif;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -0.9px;
	line-height: 39px;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.first_month_trial {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 30px;
		text-align: center;
		margin-top: 10px;
		padding-bottom: 15px;
	}
}

.combo {
	display: grid;
	width: 900px;
	max-width: 100%;
	margin: 10px auto;
	margin-top: -25px;
	grid-template-columns: 25% 50% 25%;
}

.combo .print_paper {
	text-align: right;
	margin-top: -20px;
}

.combo .digital_access {
	text-align: right;
	padding-top: 25px;
}

.combo .desc {
	padding-top: 25px;
}

@media only screen and (max-width: 600px) {
	.combo {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-template-columns: 50% 50%;
		margin-top: 0;
	}

	.combo .desc {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 2;
		padding-top: 5px;
	}
	.combo .print_paper {
		margin-top: 0px;
	}
}

.combo .desc .top_layer {
	display: grid;
	grid-template-columns: 45% 9% 45%;
	grid-gap: 1%;
}

.combo .item {
	color: #000000;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.96px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 5px;
}

.combo .item_desc {
	color: #000000;
	font-size: 19px;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
}

.combo .item_desc_m{
	display:none;
	color: #000000;
	font-size: 19px;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
}

.combo .bottom_layer {
	margin-top: 20px;
	border-top: 1px solid #979797;
	padding-top: 10px;
	font-size: 18px;
}

.combo .plus {
	padding-top: 25px;
}

@media only screen and (max-width: 600px) {
	.combo .item_desc {
		display:none;
		font-size: 17px;
		line-height: 19px;
	}

	.combo .item_desc_m{
		display:inline-block;
		font-size: 17px;
		line-height: 19px;
	}

	.combo .item {
		font-size: 18px;
		line-height: 29px;
		letter-spacing: -0.25px;
	}
	.combo .bottom_layer {
		padding: 15px 35px;
	}
	.combo .plus {
		padding-top: 0;
	}
}

.blue_box {
	max-width: 100%;
	width: 1140px;
	margin: 30px auto 20px;
}

.blue_box .box_top {
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #3375C4 18.54%, #3375C4 49.97%, #3375C4 81.32%, rgba(255,255,255,0) 100%);
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.03px;
	line-height: 54px;
	text-align: center;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto 20px;
}

@media only screen and (max-width: 600px) {
	.blue_box {
		margin-top: 0;
	}
	.blue_box .box_top {
		background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #3375C4 4.54%, #3375C4 49.97%, #3375C4 95.32%, rgba(255,255,255,0) 100%);
		font-size: 17px;
		font-weight: 300;
		letter-spacing: 0;
		line-height: 39px;
	}
}

.box_top .bigger {
	font-weight: 900;
	font-size: 30px;
}

.blue_box .box_contain {
	width: 100%;
	max-width: 881px;
	margin: auto;
	display: grid;
	grid-template-columns: 49% 49%;
	grid-gap:2%;
	text-align: left;
	place-content: center;
}

.box_contain .desc {
	font-size: 19px;
	line-height: 21px;
	letter-spacing: -0.4px;
	padding-top: 5px;
}

@media only screen and (max-width: 812px){
	/* .box_contain .desc {
		display:none;
	} */
}

.box_contain .desc_m {
	display: none;
	font-size: 19px;
	line-height: 21px;
	letter-spacing: -0.4px;
	padding-top: 5px;
}

@media only screen and (max-width: 812px){
	.box_contain .desc_m {
		display:inline-block;
	}
}


.box_contain .poster {
	display: grid;
	grid-template-columns: 41% 54%;
	grid-gap:1%;
	place-content: end;
}

.box_contain .poster .image{
	text-align: center;
}

.box_contain .content {
	padding-top: 20px;
}

.box_contain .trump {
	display: grid;
	grid-template-columns: 47% 45%;
	grid-gap: 3%;
	justify-content: end;
}


@media only screen and (max-width: 600px) {
	.blue_box .box_contain {
		width: 95%;
		margin: auto;
		grid-template-columns: 100%;
		grid-gap: 15px;
	}
	.box_contain .content {
		padding-top: 0;
	}
	.box_contain .poster {
		display: inline-block;
		grid-template-columns: 41% 56%;
		grid-gap: 0 3%;
	}

	.box_contain .poster .image {
		text-align: center;
	}
	
	.box_contain .poster .mobile_only {
		height: 0;
	}
	.products .term .mobile_only {
		height: 0;
	}
	.box_contain .trump {
		display: inline-block;
		grid-template-columns: 41% 56%;
		grid-gap: 0 3%;
		margin:30px 0;
	}
	.box_contain .trump .image {
		text-align: center;
	}
}

.box_contain .title {
	color: #3375C4;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.02px;
	line-height: 22px;
}

@media only screen and (max-width: 812px){
	.box_contain .title {
		display:none;
	}
}

.box_contain .title_m {
	display:none;
	color: #3375C4;
	font-size: 26px;
	letter-spacing: -0.6px;
	line-height: 27px;
	font-weight: bold;
}

@media only screen and (max-width: 812px){
	.box_contain .title_m {
		display:inline-block;
		margin-top:20px;
	}
}

.box_contain .inRed{
	color:red;
}

.box_contain .inItalic{
	font-style: italic;
}

.products .try-button {
	width: 30%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

.products .try-button a {
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.products .try-button {
		width: 95%;
		margin-top: 10px;
	}

	.products .try-button a {
		width: 100%;
		padding: 9px;
	}
}

.video {
	text-align: center;
	padding-bottom: 50px;
}

.to_digital .learn_more {
	background: #3375C4;
	font-size: 21px;
	font-weight: 700;
	border-radius: 7px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 3px 15px 5px;
	float: left;
	margin-top: 38px;
	margin-left: 12px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}

.to_digital .container {
	max-width: 100vw;
	width: 960px;
	margin: auto;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

.to_digital .container a {
	display: grid;
	grid-template-columns: 78% 15%;
	text-decoration: none;
}

.to_digital .text .text {
	font-size: 32px;
	line-height: 40px;
	font-family: 'ETHeadline', serif;
	padding-top: 36px;
	padding-left: 30px;
	color: #000;
	float: left;
}

.to_digital_link {
	margin-top: 15px;
	margin-left: 10px;
}

.to_digital_link a {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.to_digital_link a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
	.to_digital .text .text {
		font-size: 24px;
		line-height: 30px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.to_digital .learn_more {
		margin-top: 3px;
	}
	.to_digital .text {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.to_digital_link {
		margin-top: 15px;
		margin-left: 0;
	}
	.to_digital_link a {
		font-size: 16px;
		text-decoration: underline;
	}
	.to_digital .container a {
		grid-template-columns: 56% 40%;
	}
	.to_digital .learn_more {
		margin-top: 20px;
	}
}

@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) {
	.to_digital .text {
		font-size: 15px;
		line-height: 20px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.to_digital .platforms {
		padding-top: 5px;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 700px) {
	.to_digital .text {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.to_digital .platforms {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.to_digital .text .text {
		font-size: 20px;
		line-height: 20px;
		padding-top: 10px;
		padding-left: 0;
	}
	.to_digital .text {
		padding-bottom: 10px;
	}
	.to_digital .platforms {
		padding-top: 20px;
	}
	.to_digital .learn_more {
		font-size: 17px;
		margin-top: 3px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 600px) {
	.to_digital_link {
		text-align: center;
		margin-left: 0;
	}
	.to_digital_link a {
		text-decoration: underline;
	}
}

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

.our_editorial .bold_title {
	color: #FFFFFF;
	font-family: 'ETHeadline', serif;
	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;
	}
}


.insightful {
	margin: auto;
	max-width: 100%;
	padding-top: 52px;
	text-align: center;
	display: table;
}

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

.insightful .bold_title {
	margin-bottom: 35px;
}

.insightful .title_desc {
	margin-bottom: 32px;
}

.understand_infographic {
	margin-top: 60px;
	text-align: center;
}

.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;
	}
}

.understand_infographic .bold_title {
	margin-bottom: 35px;
}

.understand_infographic .title_desc {
	margin-bottom: 54px;
}

.understand_infographic .image {
	max-width: 960px;
	margin: auto;
}

.understand_infographic .image_caption {
	color: rgb(51, 51, 51);
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	overflow-wrap: break-word;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 42px;
}

.infographic_desc {
	max-width: 689px;
	margin: auto;
	color: rgb(51, 51, 51);
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	overflow-wrap: break-word;
	text-align: center;
	margin-bottom: 50px;
}



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

	.understand_infographic .title_desc {
		margin-bottom: 19px;
	}

	.infographic_desc {
		margin: auto;
		font-size: 18px;
		line-height: 21px;
		width: 90%;
		text-align: left;
		margin-bottom: 30px;
	}
}

.newspaper_section {
	width: 957px;
	max-width: 100vw;
}

.newspaper_section .one_page {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 85px;
}

.newspaper_section .one_page .paper_image {
	max-width: 193px;
}

.one_page .category {
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	overflow-wrap: break-word;
	text-align: left;
	margin-bottom: 20px;
}

.one_page.us, .one_page.trump, .one_page.china, .one_page.communism {
	margin-top: 41px;
}

.one_page.communism .category {
	margin-bottom: 0;
}

.one_page .paper_desc {
	max-width: 190px;
	color: rgb(0, 0, 0);
	font-family: raleway-1, raleway-2, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: auto;
	line-height: 22px;
	overflow-wrap: break-word;
	text-align: left;
}

@media only screen and (max-width: 600px) {
	.newspaper_section .one_page {
		width: 50%;
		margin: auto;
		margin-bottom: 25px;
		padding: 0 1.5%;
	}
	.newspaper_section .one_page:nth-child(2n+1) {
		clear: both;
	}
	.life.clear {
		clear: none;
	}
	.one_page.china .category {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.one_page .category {
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 20px;
	}
}

.categoryNote{
	clear:both;
	text-align: left;
	margin-bottom:85px;
}

@media only screen and (max-width: 600px){
	.categoryNote{
		margin:auto 10px
	}
}

.categoryNote p{
	padding-left:41px;
	margin-bottom: 0px;
    margin-top: 3px;
}

.more_fun_benefits {
	width: 957px;
	max-width: 100%;
	margin: auto;
	padding-bottom: 60px;
}

.more_fun_benefits .sec_title {
	color: #0B2B53;
	font-family: 'ETHeadline', serif;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -1.19px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 30px;
}

.more_fun_benefits .crosswords,
.more_fun_benefits .easier {
	display: inline-block;
	width: 47%;
}

.more_fun_benefits .easier {
	float: right;
}

.more_fun_benefits .text {
	font-size: 24px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
}

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

	.more_fun_benefits .sec_title {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.more_fun_benefits .crosswords,
	.more_fun_benefits .easier {
		width: 90%;
		display: block;
		margin: auto;
		margin-bottom: 30px;
	}

	.more_fun_benefits .text {
		font-size: 20px;
		line-height: 28px;
	}

	.more_fun_benefits .easier {
		float: none;
		margin-bottom: 0;
	}
}

.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;
}

.our_story .title_desc {
	margin-bottom: 49px;
}

.grey-bg {
	background:linear-gradient(180deg, #FFFFFF 0%, #EAEAEA 100%);
	padding-bottom:30px;
}

.sectionFourth {
	max-width:1200px;
	margin:auto auto;
}

.epochFan h1:nth-child(1) {
	font-family: 'ETHeadline', serif;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: -1.19px;
	line-height: 46px;
	text-align: center;
	color: #0B2B53;
	margin-top: 0;
	padding-top:90px;
	margin-bottom: 0px;
}

.epochFan .somebody_container {
	/* display: inline-grid;
    grid-template-columns: 43% 43%; */
    grid-row-gap: 26px;
    justify-content: center;
	grid-column-gap: 1%;
	margin-top:30px;
}

@media (max-width:600px) {
	.epochFan .somebody_container {
		grid-template-columns: unset;
		margin-top:25px;
	}

	.epochFan h1:nth-child(1) {
		display:block;
		font-size:27px;
		padding-top: 0;
		margin: 40px 20px auto;
		line-height: 40px;
	}
}

.somebody_container .somebody:nth-child(1) {
	margin:0px 0;
}

.somebody_container .somebody {
	display: grid;
	grid-template-columns: 15% 53%;
	justify-content: center;
	margin:50px 0;	
}


.somebody_container .somebody img {
	margin:auto;
}

.somebody_container .somebody:nth-child(n+4) {
	display: none;
}

@media (max-width:600px) {
	.somebody_container .somebody {
		grid-template-columns: 20% 70%;
		grid-gap: 5%;
	}
	.somebody_container .somebody img {
		margin:0 auto auto;
	}
}

.somebody_container .somebody .text {
	margin:auto 0;
}

.somebody_container .words {
	color: #000000;
	font-family: 'ETSans', sans-serif; font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	font-weight:300;
}

.somebody_container .title {
	font-family: 'ETSans', sans-serif; font-size: 15px;
    color: #56595B;
    letter-spacing: 0;
    line-height: 26px;
	margin-top:10px;
}

.somebody_container .title span {
	font-family: 'ETSans', sans-serif; font-size: 15px;
    letter-spacing: normal;
    color: #56595B;
}

.moreSomebody {
	margin:auto;
	text-align: center;
	width:50%;
	padding-bottom:20px;
}

@media (max-width:600px) {
	.moreSomebody {
		display:grid;
	}
	.somebody_container .title {
		font-size: 15px;
	}
}

.moreSomebody a {
	background: #3375c5;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    display: inline-block;
    padding: 9px 30px;
    color: #fff;
	text-decoration: none;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}

/* Customer review */

.hide {
	display:none!important 
}

.reviews{
	text-align: center;
	max-width: 1200px;
    margin: auto auto 30px;
}

.reviewTitle  {
	display:inline-block;
	justify-content:center;
	margin: 57px 300px auto;
}

@media (max-width:1500px) {
	.reviewTitle {
		margin: 57px 200px auto;
	}
}

@media (max-width:1280px) {
	.reviewTitle {
		margin: 57px 100px auto;
	}
}

@media (max-width:1100px) {
	.reviewTitle {
		margin: 57px auto auto;
	}
}

@media (max-width:600px) {
	.reviewTitle {
		margin: 30px 0 25px;
	}
}

.reviewTitle > h1 {
	color: #0B2B53;
	font-family: 'ETHeadline', serif;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: 0.55px;
	line-height: 43px;
	margin-bottom:30px;
}

.reviewContent {
	max-width:730px;
	display:table;
	text-align: left;
	margin:auto;
	padding: 0 0px 0px 30px;
}

@media (max-width:1200px) {
	.reviewContent {
		padding: 0px 50px;
	}
}


@media (max-width:1000px) {
	.reviewContent {
		padding: 0px 100px;
	}
}

@media (max-width:600px) {
	.reviewTitle > h1 {
		font-size:27px;
		line-height: 35px;
		margin: 0px auto;
	}
	.reviewContent {
		padding: 0px 20px;
	}
	
}


.reviewContent .context {
	margin-bottom:40px;
}

.reviewContent .leading_part > h3 {
	color: #0B2B53;
	font-family: 'ETSans', sans-serif; font-size: 20px;
	font-weight: 100;
	letter-spacing: -0.78px;
	line-height: 36px;
	margin:0;
	align-self: center;
}

.pagination {
	display: inline-flex;
	padding-left: 0;
    list-style: none;
    border-radius: 0.4rem;
}

.pagination {
	display:inline-flex 
}

.page-link {
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
	color: #fff;
	background-color: #3375C4 ;
	border: 1px solid #3375C4 ;
	text-decoration: none;
}

.page-item.disabled .page-link {
	color: #fff;
    pointer-events: none;
    cursor: auto;
	background-color: #444444 ;
	border-color: #444444 ;
}

.page-item:first-child .page-link {
	margin-left: 0;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}

.leading_part {
	width:100%;
	display:inline-flex;
	column-gap:2%;
}

.img_box {
	width:40px;
	height:40px;
}

.leading_part img {
	border-radius: 50%;
}

.reviewContent .context p:nth-child(2) {
	color: #0B2B53;
	font-family: 'ETSans', sans-serif; font-size: 19px;
	font-weight: bold;;
	letter-spacing: -0.42px;
	line-height: 19px;
	margin:5px 0;
}

.reviewContent .context p:nth-child(3) {
	color: #0B2B53;
	font-family: 'ETSans', sans-serif; font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.52px;
	line-height: 24px;
	margin:0;
}

.reviewContent .context p:nth-child(4) {
	color: #0B2B53;
	font-family: 'ETSans', sans-serif; font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.52px;
	line-height: 24px;
	margin:0;
}

 ul {
	list-style: none;
}

ul li{
	font-size: 17px;
	font-family: 'ETSans', sans-serif; line-height: 1.41;
	color: #000000;
	letter-spacing: 0px;
}

@media(max-width:600px) {
	ul li {
		font-size:13px;
	}
}


/* End customer review */

.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%;
	}
}

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

.last_que a {
	color: #3375C4;
}

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_header .container {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 30% 40%;
	grid-column-gap: 30%;
}

.sticky_layout .logo {
	max-width: 300px;
	display: inline-block;
	margin-left: 30px;
	margin-top: 34px;
}

.sticky_header .try-button a {
	font-family: 'ETSans', sans-serif; font-weight:bold;
	text-align: center;
	width:200px;
	border-radius:28.5px;
	font-size: 21px;
	padding: 15px 10px;
	margin:auto 5px;
	float: right;
	background:#FFC300;
	color:#00276A;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
}

.sticky_header .try-button a:hover {
	background:#ffd036;
}

@media screen and (max-width: 1420px) {
	.sticky_header .container {
		grid-template-columns: 30% 40%;
		grid-column-gap: 30%;
	}
}
@media screen and (max-width: 1230px) {
	.sticky_header .container {
		grid-template-columns: 30% 55%;
		grid-column-gap: 15%;
	}
}
@media screen and (max-width: 960px) {
	.sticky_header .container {
		grid-template-columns: 30% 70%;
		grid-column-gap: 0;
	}
}

.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 .sticky_header .try-button {
	float: right;
	margin-right: 30px;
	padding: 10px 0;
}

.sticky_layout .sticky_header .try-button.button {
	margin-right: 10px;
}

@media screen and (max-width: 650px) {
	.sticky_layout .logo {
		display: none;
	}
	.sticky_header .container {
		grid-template-columns: 100%;
	}
}

@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) {
	.sticky_layout .sticky_header .try-button {
		float: right;
		max-width: 40%;
		margin-right: 10px;
		padding: 10px 10px;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.sticky_layout .sticky_header .try-button a {
		width:unset;
		padding: 10px 10px;
		font-size: 16px;
	}
	.sticky_layout .sticky_header .try-button.button {
		max-width: 100%;
		padding: 10px 4px;
		margin: 0 20px;
		font-size: 14px;
	}
	.sticky_layout .sticky_header .try-button a {
		padding: 10px 10px;
		font-size: 100%;
	}
	.sticky_layout .sticky_header .btn_wrapper {
		margin:auto;
	}
}

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

#quiqChatLaunch:hover {
	cursor: pointer;
}

#quiqChatLaunch {
	position: fixed;
	bottom: 8px;
	right: 13px;
	border: none;
	background-color: transparent;
}

@media only screen and (max-width:812px) {
	#quiqChatLaunch {
		display:none;
	}
}