.atn_v1__title_70,
.slide-1 section.freegift .container h3 {
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 5.13rem;
}
.atn_v1__main_56 {
	font-size: 3.5rem;
	font-weight: 100;
	line-height: 3.5rem;
}
.atn_v1__title_56,
.section-title {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 3.5rem;
}
.atn_v1__title_36,
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__text
	.sensor-option__text_price,
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.freegift {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 2.64rem;
}
.atn_v1__title_30 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2.2rem;
}
.atn_v1__title_22 {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6rem;
}
.atn_v1__txt_17 {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.atn_v1__title_16,
main.blaze section.wifi .container .row .col h6 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.17rem;
}
.atn_v1__menu_16 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.17rem;
}
.atn_v1__button_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: initial;
}
.atn_v1__title_14 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1rem;
}
.atn_v1__txt_14,
.section-subtitle,
main.blaze section.wifi .container .row .col p,
section.diopter .container .section-content,
section.video-record .container .row .col p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__txt_12 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.875rem;
}
.atn_v1__txt_14_list {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
}
.atn_v1__title_18 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.32rem;
}
.atn_v1__title_30s {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.1875rem;
}
.atn_v1__txt_14_list_s {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__title_28 {
	font-size: 1.75rem;
	font-weight: 100;
	line-height: 2rem;
}
.distant-chart {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	width: 50%;
}
.distant-chart .distant-chart__item {
	background-color: #121212;
	height: 33.3333333333%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
	padding: 0.3rem 0.625rem;
}
.distant-chart .distant-chart__item:hover {
	background-color: #2c2c2c;
}
.distant-chart .distant-chart__item.active {
	background-color: #152c16;
}
.distant-chart .distant-chart__item.active .item-img .icon i.material-icons {
	display: block;
}
.distant-chart .distant-chart__item.active .item-img {
	background-color: #3d7b42;
}
.distant-chart .distant-chart__item .distant-chart__values {
	display: flex;
	gap: 0.625rem;
	margin-bottom: 3px;
}
.distant-chart .distant-chart__item .distant-chart__title {
	line-height: 1;
	color: #9f9f9f;
	margin-bottom: 0.125rem;
}
.distant-chart .distant-chart__item .distant-chart__title img {
	margin-bottom: 2px;
}
.distant-chart .distant-chart__item .distant-chart__title span {
	margin-left: 2.5rem;
	color: #f2f2f2;
}
.distant-chart .distant-chart__item .distant-chart__title span.old-price {
	color: #9f9f9f;
	text-decoration: line-through;
}
.distant-chart .distant-chart__item .distant-chart__charts {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.distant-chart.with-img .distant-chart__item {
	position: relative;
	flex-direction: row;
	justify-content: start;
	gap: 1rem;
}
.distant-chart.with-img .distant-chart__item a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 5;
}
.distant-chart.with-img .distant-chart__item .item-content,
.distant-chart.with-img .distant-chart__item .item-img {
	align-self: center;
	width: 80%;
	padding: 13px 0;
}
.distant-chart.with-img .distant-chart__item .item-img {
	width: 11%;
	padding: 7px 5px;
}
.distant-chart.with-img .distant-chart__item .item-img img {
	width: 100%;
}
.distant-chart.with-img .distant-chart__item .item-img .icon {
	text-align: center;
	position: relative;
}
.distant-chart.with-img .distant-chart__item .item-img .icon i {
	display: none;
	position: absolute;
	padding: 2px;
	color: rgba(0, 0, 0, 0.5);
	background-color: #fff;
	border-radius: 50%;
	font-weight: 900;
	left: 50%;
	transform: translateX(-50%) translateY(-80%);
}
.distant-chart.with-img .distant-chart__item .item-img.icon {
	height: 100%;
	padding: 0;
	width: 5%;
}
.distant-chart.with-img .distant-chart__item .item-img.icon .icon {
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	height: 100%;
	display: flex;
}
.distant-chart.with-img .distant-chart__item .item-img.icon .icon i {
	position: static;
	transform: none;
	align-self: center;
}
.distant-chart.with-img .distant-chart__item span.old-price {
	color: #ef4030;
	opacity: 0.35;
}
.distant-chart.with-img .distant-chart__item {
	padding: 0;
}
.sensor.binox .distant-chart__item.active i.material-icons.done,
.sensor.icon .distant-chart__item.active i.material-icons.done,
.sensor.odin .distant-chart__item.active i.material-icons.done {
	display: block;
	padding: 1px;
}
.sensor.binox .distant-chart__item.active i.material-icons.circle,
.sensor.icon .distant-chart__item.active i.material-icons.circle,
.sensor.odin .distant-chart__item.active i.material-icons.circle {
	display: none;
}
.sensor.binox .distant-chart__item:not(.active) i.material-icons.done,
.sensor.icon .distant-chart__item:not(.active) i.material-icons.done,
.sensor.odin .distant-chart__item:not(.active) i.material-icons.done {
	display: none;
}
.sensor.binox .distant-chart__item:not(.active) i.material-icons.circle,
.sensor.icon .distant-chart__item:not(.active) i.material-icons.circle,
.sensor.odin .distant-chart__item:not(.active) i.material-icons.circle {
	display: block;
	background-color: transparent;
	color: #242424;
	font-size: 30px;
	padding: 0;
}
.detection {
	color: #bf756f;
}
.recognition {
	color: #abaa6c;
}
.identification {
	color: #85ca8d;
}
.detection-chart {
	width: 0;
	height: 3px;
	background-color: #bf756f;
	transition: width 0.8s ease;
}
.recognition-chart {
	width: 0;
	height: 3px;
	background-color: #abaa6c;
	transition: width 0.8s ease;
}
.identification-chart {
	width: 0;
	height: 3px;
	background-color: #85ca8d;
	transition: width 0.8s ease;
}
.distant-chart__legend {
	text-align: center;
}
.distant-chart__legend div {
	margin-top: 0.625rem;
}
section.slide-1 + section.sensor {
	margin-top: 1.875rem;
}
section.sensor {
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid transparent;
	-o-border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image-slice: 1;
}
section.sensor .container .sensor-box {
	display: flex;
	justify-content: center;
	gap: 0.625rem;
	margin: 1.25rem 0;
}
section.sensor .container .sensor-box .sensor-option {
	padding: 0.625rem;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #2c2c2c;
	color: #f2f2f2;
}
section.sensor .container .sensor-box .sensor-option img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
}
section.sensor .container .sensor-box .sensor-option .sensor-option__text {
	margin: auto;
	align-self: center;
	padding: 0.625rem;
}
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_title {
	font-size: 3.625rem;
	font-weight: 100;
	line-height: 4.25rem;
}
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_title
	span {
	font-size: 2.69rem;
	font-weight: 100;
	line-height: 3.15rem;
	vertical-align: top;
}
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_subtitle {
	text-align: center;
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 2.56rem;
}
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.freegift {
	color: #ef4030;
	text-align: center;
	text-transform: uppercase;
}
section.sensor .container .sensor-box .sensor-option.blaze .sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.ots-4t
	.sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.ots-lt
	.sensor-option__text,
section.sensor .container .sensor-box .sensor-option.small .sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.thor-lt
	.sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.thor-ltv
	.sensor-option__text,
section.sensor
	.container
	.sensor-box
	.sensor-option.tico-ltv
	.sensor-option__text {
	text-align: center;
}
section.sensor
	.container
	.sensor-box
	.sensor-option.blaze
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.ots-4t
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.ots-lt
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.small
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.thor-lt
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.thor-ltv
	.sensor-option__text
	.sensor-option__text_title,
section.sensor
	.container
	.sensor-box
	.sensor-option.tico-ltv
	.sensor-option__text
	.sensor-option__text_title {
	font-size: 1.625rem;
	font-weight: 100;
	line-height: 1.9rem;
}
section.sensor .container .sensor-box .sensor-option.active {
	background-color: #3d7b42;
}
section.slide-1 {
	margin-top: 12rem !important;
	text-align: center;
}
@media (max-width: 1023px) {
	section.slide-1 {
		margin-top: 7rem !important;
		text-align: center;
	}
}
section.slide-1 header .container h1 {
	margin: 0;
}
section.slide-1 header .container h1 span {
	color: #ef4030;
}
section.slide-1 header .container h2 {
	color: #9f9f9f;
	margin-bottom: 1.375rem;
}
section.slide-1 header .container div.buy span {
	vertical-align: middle;
	margin-right: 0.25rem;
}
section.slide-1 header .container div.buy a {
	margin-right: 0.25rem;
}
section.slide-1 header .container div.buy .buy__title {
	color: #9f9f9f;
}
section.slide-1 header .container div.buy .buy__gift-price,
section.slide-1 header .container div.buy .buy__gift-title {
	color: #3d7b42;
}
section.slide-1 .main-content .container .main-img img {
	width: 100%;
	max-width: 1080px;
	-o-object-fit: contain;
	object-fit: contain;
}
section.slide-1 .main-content .container .main-icons {
	display: flex;
	justify-content: flex-end;
	gap: 0.675rem;
	margin-top: -12%;
}
section.slide-1 .main-content .container .main-icons img:last-of-type {
	margin-right: 10%;
}
section.slide-1 .main-content .container .main-icons img {
	width: 8%;
}
section.slide-1 .main-content .container div.main-buttons {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
	gap: 0.625rem;
}
section.slide-1 .main-content .container div.main-buttons a {
	text-decoration: none;
}
video {
	max-height: 1080px;
	width: 100%;
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #000;
	color: #f2f2f2;
}
section {
	border-top: 0;
}
.section-subtitle,
.section-title {
	text-align: center;
}
.section-title {
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
.section-subtitle {
	margin: 1.25rem auto;
	width: 70%;
	max-width: 820px;
	color: #9f9f9f;
}
.section-subtitle + img:first-of-type {
	width: 100%;
}
.red,
.section-subtitle-red {
	color: #ef4030;
}
main.content.blaze article.landing {
	background-color: #000;
	color: #fff;
}
main.content.blaze article.landing .container {
	position: relative;
	z-index: 1;
}
main.content.blaze article.landing section {
	position: relative;
	z-index: 1;
}
main.content.blaze article.landing section h3.section-title {
	margin-bottom: 1.25rem;
}
main.content.blaze article.landing section h3.section-title + div.text {
	padding-top: 0;
	margin-top: 0;
}
.slide-1 ~ section {
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid transparent;
	-o-border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image-slice: 1;
}
.slide-1 section.freegift .container {
	background-image: url(/images/blaze/blaze_seeker_free_gift_bg.webp);
	border-radius: 90px;
}
.slide-1 section.freegift .container h3 {
	max-width: 820px;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box {
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	height: unset;
	flex-direction: column;
	justify-content: center;
	width: calc(50% - 0.625rem);
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	a {
	text-decoration: none;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box:hover {
	outline: 1px solid #818181;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box:not(.active) {
	cursor: pointer;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box.active
	a {
	cursor: initial;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.sensor-option {
	width: 100%;
	box-sizing: border-box;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart {
	width: 100%;
	display: block;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item {
	padding: 14px 0.625rem;
	height: unset;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item.active
	.item-img {
	background-color: unset;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item
	.item-content {
	padding: 0;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item
	.item-img.icon {
	padding: 0;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item:hover {
	background-color: #121212;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-wrapper
	.sensor-box
	.distant-chart
	.distant-chart__item.active:hover {
	background-color: #152c16;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option {
	justify-content: space-evenly;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__img {
	max-width: 350px;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__text {
	width: 50%;
	margin: 0;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__text
	.sensor-option__text_price {
	margin-top: 1.25rem;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option
	.sensor-option__text
	.sensor-option__text_title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: normal;
}
main.blaze-seeker
	article.landing
	section.sensor.icon
	.container
	.sensor-option:not(.active)
	.sensor-option__text
	.sensor-option__text_title {
	color: #9f9f9f;
}
main.blaze-trek section.sensor .container .sensor-box {
	margin-top: 0.625rem;
}
main.blaze-trek
	section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__img {
	max-width: 55%;
}
main.blaze-trek
	section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_title {
	text-align: center;
}
main.blaze-trek
	section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_subtitle.lower {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 23.44px;
}
main.blaze-seeker section.viewing-modes .container .row {
	background-image: url(/images/blaze/blaze_seeker_bg_01.webp);
	background-size: cover;
}
main.blaze-trek section.viewing-modes .container .row {
	background-image: url(/images/blaze/blaze_trek_bg_01.webp);
	background-size: 100%;
}
main.blaze section.viewing-modes .container .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.25rem;
	padding-top: 30%;
	background-repeat: no-repeat;
	background-position-x: right;
}
main.blaze section.viewing-modes .container .row img {
	width: calc(25% - 1.25rem);
}
section.video-record .container .row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
}
section.video-record .container .row .video-record_bg {
	width: calc(60% - 1.25rem);
}
section.video-record .container .row .col {
	width: calc(40% - 1.25rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
}
section.video-record .container .row .col p {
	text-align: center;
	color: #9f9f9f;
}
section.video-record .container .row .col svg {
	width: 100%;
}
main.blaze-seeker section.wifi .container .row {
	background-image: url(/images/blaze/blaze_seeker_bg_03.webp);
}
main.blaze-trek section.wifi .container .row {
	background-image: url(/images/blaze/blaze_trek_bg_03.webp);
}
main.blaze section.wifi .container .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10% 0;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: contain;
}
main.blaze section.wifi .container .row .col {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0.625rem;
	color: #9f9f9f;
	text-align: center;
	width: 50%;
}
main.blaze section.wifi .container .row .col img {
	max-width: 140px;
}
main.blaze section.wifi .container .row .col p {
	max-width: 340px;
}
main.blaze section.wifi .container .row .col .icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
main.blaze section.wifi .container .row .blaze-app {
	max-width: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}
main.blaze section.wifi .container .row .blaze-app img {
	width: 100%;
}
main.blaze section.wifi .container .row .blaze-app .mob-bcg {
	display: none;
}
section.light-weight .container .line {
	margin-top: 1.25rem;
	display: flex;
	justify-content: center;
}
section.light-weight .container .line .text {
	align-self: center;
	font-weight: 400;
}
section.light-weight .container .line .line_icon img {
	width: 60px;
	padding: 0 0.625rem;
}
section.diopter .container .section-content {
	color: #9f9f9f;
	text-align: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
section.diopter .container .section-content div,
section.diopter .container .section-content > img {
	width: calc(50% - 1.25rem);
}
section.diopter .container .section-content div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
}
section.diopter .container .section-content div img {
	width: 100%;
	max-width: 475px;
}
section.diopter .container .section-content div p {
	max-width: 450px;
}
main.content.blaze-seeker
	article.landing
	section.slide-1
	~ section.module-specs-extended {
	padding-top: 0;
	border-bottom: none;
}
@media (max-width: 1199px) {
	.distant-chart {
		width: 100%;
	}
}
@media (max-width: 599px) {
	.atn_v1__title_70,
	.slide-1 section.freegift .container h3 {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.76rem;
	}
	.atn_v1__main_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56,
	.section-title {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56,
	.section-title {
		font-size: 1.875rem;
		font-weight: 300;
		line-height: 1.875rem;
	}
	.atn_v1__title_36,
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_price,
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.freegift {
		font-size: 1.625rem;
		font-weight: 500;
		line-height: 1.9rem;
	}
	.atn_v1__title_30 {
		font-size: 1.375rem;
		font-weight: 500;
		line-height: 1.611rem;
	}
	.atn_v1__title_22 {
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.172rem;
	}
	.atn_v1__txt_17_mob {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__title_16,
	main.blaze section.wifi .container .row .col h6 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 0.88rem;
	}
	.atn_v1__button_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: initial;
	}
	.atn_v1__txt_14,
	.section-subtitle,
	main.blaze section.wifi .container .row .col p,
	section.diopter .container .section-content,
	section.video-record .container .row .col p {
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 0.875rem;
	}
	.atn_v1__txt_12 {
		font-size: 0.5625rem;
		font-weight: 400;
		line-height: 0.625rem;
	}
	.atn_v1__txt_14_list {
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 2.5rem;
	}
	.atn_v1__title_30s {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 1.9rem;
	}
	.atn_v1__txt_14_list_s {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__txt_14a_mob {
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 0.94rem;
	}
	.atn_v1__txt_14_mob {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 0.8125rem;
	}
	.atn_v1__title_28 {
		font-size: 1.375rem;
		font-weight: 100;
		line-height: 1.375rem;
	}
	.atn_v1__title_16_mob {
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1rem;
	}
	.distant-chart .distant-chart__item.active .item-img .icon i.material-icons {
		font-size: 1rem;
	}
	.distant-chart .distant-chart__item .distant-chart__title span {
		margin-left: 0.625rem;
	}
	.distant-chart.with-img .distant-chart__item {
		gap: 0.5rem;
	}
	.distant-chart.with-img .distant-chart__item .item-img {
		padding: 13px 5px;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon {
		width: 8%;
		padding: 25px 5px;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon div.icon {
		width: -moz-fit-content;
		width: fit-content;
	}
	.distant-chart.with-img
		.distant-chart__item
		.item-img.icon
		div.icon
		i.material-icons.done {
		font-size: 1rem;
	}
	.distant-chart.with-img
		.distant-chart__item
		.item-img.icon
		div.icon
		i.material-icons.circle {
		font-size: 1.5rem;
	}
	section.sensor {
		padding-bottom: 1.875rem;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
	section.sensor .container .sensor-box {
		flex-direction: column;
	}
	section.sensor .container .sensor-box .sensor-option {
		box-sizing: border-box;
		width: 100%;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 2.2rem;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title
		span {
		font-size: 0.75rem;
		font-weight: 100;
		line-height: 0.88rem;
		margin: 0 5px;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_subtitle {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 1.9rem;
	}
	section.sensor .container .sensor-box .sensor-option .sensor-option__img {
		height: -moz-fit-content;
		height: fit-content;
		margin: auto;
	}
	section.sensor .container .sensor-box .sensor-option .sensor-option__img img {
		width: 100%;
	}
	section.slide-1 .main-content .container .main-icons img:last-of-type {
		margin-right: 5%;
	}
	section.slide-1 .main-content .container .main-icons img {
		width: 11%;
	}
	section.slide-1 .main-content .container div.main-buttons {
		margin-top: 2.5rem;
	}
	section.slide-1 {
		margin-top: 2rem;
	}
	.slide-1 ~ section {
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
}
@media (min-width: 600px) and (max-width: 1199px) {
	.distant-chart.with-img .distant-chart__item .item-img.icon {
		padding: 4.5% 1%;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon .icon {
		width: -moz-fit-content !important;
		width: fit-content !important;
	}
}
@media (min-width: 1200px) and (max-width: 1799px) {
	.distant-chart.with-img .distant-chart__item .item-img.icon {
		padding-right: 5px;
		padding-left: 5px;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon .icon {
		width: -moz-fit-content !important;
		width: fit-content !important;
	}
	.distant-chart.with-img .distant-chart__item .item-img.icon + .item-content {
		padding: 5px 0;
	}
	section.sensor {
		padding-bottom: 1.875rem;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
	section.sensor .container .sensor-box img {
		max-width: 50%;
	}
}
@media (min-width: 600px) and (max-width: 899px) {
	section.sensor {
		padding-bottom: 2.5rem;
		margin-bottom: 2.5rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
	section.sensor .container .sensor-box {
		flex-direction: column;
	}
	section.sensor .container .sensor-box .sensor-option {
		box-sizing: border-box;
		width: 100%;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 3.625rem;
		font-weight: 100;
		line-height: 4.25rem;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title
		span {
		font-size: 2.69rem;
		font-weight: 100;
		line-height: 3.15rem;
		margin: 0 5px;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_subtitle {
		font-size: 2.1875rem;
		font-weight: 400;
		line-height: 2.56rem;
	}
	section.sensor .container .sensor-box .sensor-option img {
		width: 100%;
	}
	section.slide-1 {
		margin-top: 7rem;
	}
	section.slide-1 header h1 {
		font-size: 3rem;
	}
}
@media (min-width: 900px) and (max-width: 1199px) {
	section.sensor {
		padding-bottom: 1.875rem;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid transparent;
		-o-border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image: linear-gradient(
			to right,
			rgba(196, 196, 196, 0) 4.2%,
			#7d7d7d 52.33%,
			rgba(196, 196, 196, 0) 100.46%
		);
		border-image-slice: 1;
	}
	section.sensor .container .sensor-box {
		flex-direction: column;
	}
	section.sensor .container .sensor-box .sensor-option {
		box-sizing: border-box;
		width: 100%;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 3.625rem;
		font-weight: 100;
		line-height: 4.25rem;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title
		span {
		font-size: 2.69rem;
		font-weight: 100;
		line-height: 3.15rem;
		margin: 0 5px;
	}
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.sensor-option__text_subtitle {
		font-size: 2.1875rem;
		font-weight: 400;
		line-height: 2.56rem;
	}
	section.sensor .container .sensor-box .sensor-option img {
		width: 100%;
	}
	section.slide-1 header h1 {
		font-size: 3.8rem;
	}
}
@media (width < 335px) {
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.freegift {
		font-size: 1.225rem;
	}
}
@media (width < 600px) {
	.section-title {
		margin-bottom: 0.625rem;
	}
	.section-subtitle {
		width: 90%;
		margin: 0.625rem auto;
	}
	main section .container {
		width: calc(100% - 1.25rem);
	}
	main.content.blaze article.landing section h3.section-title {
		margin-bottom: 0.625rem;
	}
	.slide-1 section.freegift {
		margin-top: 1.25rem;
	}
	.slide-1 section.freegift .container h3 {
		margin-top: 0.625rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper
		.sensor-box {
		width: 100%;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__img {
		max-width: 55%;
		margin: 0;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 0.875rem;
	}
	main.blaze section.viewing-modes .container .row {
		gap: 0.625rem;
		background-size: cover;
		padding-top: 100%;
		background-position: 48% 0;
	}
	main.blaze section.viewing-modes .container .row img {
		width: calc(50% - 0.625rem);
	}
	section.video-record .container .row {
		flex-wrap: wrap;
		gap: 0;
	}
	section.video-record .container .row .col,
	section.video-record .container .row .video-record_bg {
		width: 100%;
	}
	section.diopter .container .section-content div,
	section.diopter .container .section-content > img {
		width: 100%;
	}
	section.diopter .container .section-content div:nth-child(3),
	section.diopter .container .section-content > img:nth-child(3) {
		order: 4;
	}
	section.diopter .container .section-content div:nth-child(4),
	section.diopter .container .section-content > img:nth-child(4) {
		order: 3;
	}
}
@media (width < 1200px) {
	.slide-1 section.freegift .container {
		border-radius: 30px;
	}
}
@media (600px <= width < 1200px) {
	.slide-1 section.freegift .container h3 {
		font-size: 3.25rem;
		line-height: normal;
	}
}
@media (800px <= width < 1200px) {
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper {
		gap: 0.625rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper
		.sensor-box {
		width: 48%;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper
		.sensor-box
		.distant-chart
		.distant-chart__item
		.distant-chart__values {
		gap: 0.3rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__img {
		max-width: 200px;
		margin: 0;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_price {
		font-size: 1.25rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_title {
		font-size: 1.05rem;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__text
		.sensor-option__text_subtitle {
		font-size: 2rem;
	}
}
@media (600px <= width < 800px) {
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-wrapper
		.sensor-box {
		width: 80%;
	}
	main.blaze-seeker
		article.landing
		section.sensor.icon
		.container
		.sensor-option
		.sensor-option__img {
		max-width: 250px;
		margin: 0;
	}
}
@media (width < 900px) {
	main.blaze section.wifi .container .row {
		flex-wrap: wrap;
		background-image: none;
		gap: 1.25rem;
		justify-content: center;
		padding: 0;
	}
	main.blaze section.wifi .container .row .blaze-app,
	main.blaze section.wifi .container .row .col {
		width: 100%;
	}
	main.blaze section.wifi .container .row .blaze-app {
		gap: 0.625rem;
	}
	main.blaze section.wifi .container .row .blaze-app .mob-bcg {
		display: block;
		max-width: 30%;
	}
	main.blaze section.wifi .container .row .blaze-app .mob-bcg + img {
		max-width: 70%;
	}
}
@media (900px <= width < 1800px) {
	main.blaze section.wifi .container .row .blaze-app,
	main.blaze section.wifi .container .row .col {
		width: 40%;
	}
}
@media (600px <= width < 1800px) {
	section.diopter .container .section-content {
		gap: 0.625rem;
	}
	section.diopter .container .section-content div,
	section.diopter .container .section-content > img {
		width: calc(50% - 0.625rem);
	}
	section.diopter .container .section-content div img,
	section.diopter .container .section-content > img img {
		width: 70%;
	}
}
