.atn_v1__title_70 {
	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 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 3.5rem;
}
.atn_v1__title_36 {
	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 {
	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 {
	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.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 {
	text-align: center;
}
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 {
	font-size: 1.625rem;
	font-weight: 100;
	line-height: 1.9rem;
}
section.sensor .container .sensor-box .sensor-option.active {
	background-color: #3d7b42;
}
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;
}
.section-subtitle {
	margin: 0 auto;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	width: 70%;
	color: #e5e5e5;
}
.section-subtitle-red {
	color: #ef4030;
}
main.content.ots-lt article.landing {
	background-color: #000;
	color: #fff;
}
main.content.ots-lt article.landing .container {
	position: relative;
	z-index: 1;
}
main.content.ots-lt article.landing section {
	position: relative;
	z-index: 1;
}
main.content.ots-lt article.landing section h3.section-title {
	margin-bottom: 1.25rem;
}
main.content.ots-lt article.landing section h3.section-title + div.text {
	padding-top: 0;
	margin-top: 0;
}
main.content.ots-lt article.landing section.slide-1 {
	margin-top: 12rem;
	text-align: center;
}
main.content.ots-lt article.landing section.slide-1 header .container h1 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
main.content.ots-lt article.landing section.slide-1 header .container h1 span {
	color: #ef4030;
}
main.content.ots-lt article.landing section.slide-1 header .container h2 {
	color: #9f9f9f;
	margin-bottom: 1.375rem;
}
main.content.ots-lt
	article.landing
	section.slide-1
	header
	.container
	div.buy
	span {
	vertical-align: middle;
	margin-right: 0.25rem;
}
main.content.ots-lt
	article.landing
	section.slide-1
	header
	.container
	div.buy
	a {
	margin-right: 0.25rem;
}
main.content.ots-lt
	article.landing
	section.slide-1
	header
	.container
	div.buy
	.buy__title {
	color: #9f9f9f;
}
main.content.ots-lt
	article.landing
	section.slide-1
	header
	.container
	div.buy
	.buy__price {
	color: #fff;
}
main.content.ots-lt
	article.landing
	section.slide-1
	header
	.container
	div.buy
	.buy__gift-price,
main.content.ots-lt
	article.landing
	section.slide-1
	header
	.container
	div.buy
	.buy__gift-title {
	color: #3d7b42;
}
main.content.ots-lt
	article.landing
	section.slide-1
	.main-content
	.container
	.main-img
	img {
	max-width: 100%;
}
main.content.ots-lt
	article.landing
	section.slide-1
	.main-content
	.container
	.main-icons {
	display: flex;
	justify-content: flex-end;
	gap: 0.675rem;
	margin-top: -7%;
}
main.content.ots-lt
	article.landing
	section.slide-1
	.main-content
	.container
	.main-icons
	img:last-of-type {
	margin-right: 10%;
}
main.content.ots-lt
	article.landing
	section.slide-1
	.main-content
	.container
	.main-icons
	img {
	height: 100px;
}
main.content.ots-lt
	article.landing
	section.slide-1
	.main-content
	.container
	div.main-buttons {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	gap: 0.625rem;
}
main.content.ots-lt
	article.landing
	section.slide-1
	.main-content
	.container
	div.main-buttons
	a {
	text-decoration: none;
}
main.content.ots-lt
	article.landing
	section.slide-1
	.main-content
	.container
	div.description {
	padding-top: 3.125rem;
	text-align: center;
}
main.content.ots-lt article.landing section.slide-1 section.gen5 {
	margin-top: 2.625rem;
	padding-bottom: 1.25rem;
	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;
}
main.content.ots-lt article.landing section.slide-1 section.gen5 .container {
	background-image: url(/images/thor-5/thor_5_gen5_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 135%;
	transition: background-size 3s ease;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 15px 0;
	box-sizing: content-box;
}
main.content.ots-lt
	article.landing
	section.slide-1
	section.gen5
	.container.parallax {
	background-size: 105%;
}
main.content.ots-lt article.landing section.slide-1 section.gen5 .container h3 {
	font-size: 12.5rem;
	font-weight: 700;
	line-height: 15.19rem;
	color: #fff;
	margin-bottom: 0;
}
main.content.ots-lt
	article.landing
	section.slide-1
	section.gen5
	.container
	img {
	width: 27%;
	align-self: center;
}
main.content.ots-lt article.landing div.border {
	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;
}
main.content.ots-lt article.landing section.pro-video {
	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;
}
main.content.ots-lt article.landing section.pro-video video {
	max-height: 1080px;
	width: 100%;
}
main.content.ots-lt article.landing section.black-white-hot-mode {
	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;
	background-image: url(/images/ots-lt/ots-lt_50mm_02_320.png);
	background-repeat: no-repeat;
}
main.content.ots-lt article.landing section.black-white-hot-mode div.line {
	display: flex;
	justify-content: center;
}
main.content.ots-lt
	article.landing
	section.black-white-hot-mode
	div.line
	div.sensor {
	display: none;
	align-items: flex-end;
	justify-content: flex-end;
	width: 50%;
}
main.content.ots-lt
	article.landing
	section.black-white-hot-mode
	div.line
	div.sensor
	img {
	height: 10vw;
	margin-bottom: 1vw;
	margin-top: 3vw;
	margin-right: 15vw;
}
main.content.ots-lt
	article.landing
	section.black-white-hot-mode
	div.line
	div.images
	img {
	display: block;
	width: 95%;
	max-width: 450px;
	margin: auto;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
}
main.content.ots-lt article.landing section.black-white-hot-mode div {
	text-align: center;
}
main.content.ots-lt article.landing section.image-quality {
	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;
	background-image: url(/images/ots-lt/ots-lt_07_bg_2.png);
	background-position: 50% 50%;
	background-size: 80%;
	background-repeat: no-repeat;
}
main.content.ots-lt article.landing section.image-quality div.description {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
main.content.ots-lt article.landing section.image-quality div.description p {
	color: #9f9f9f;
	padding-bottom: 10px;
}
main.content.ots-lt
	article.landing
	section.image-quality
	div.description
	p
	img {
	max-width: 150px;
}
main.content.ots-lt article.landing section.image-quality div.line {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}
main.content.ots-lt article.landing section.image-quality div.line img {
	align-self: center;
	width: calc(33.3% - 10px);
}
main.content.ots-lt article.landing section.image-quality img.device {
	width: 100%;
	max-width: 1280px;
}
main.content.ots-lt article.landing section.image-quality div.line-text {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	flex-grow: 0;
	justify-content: center;
}
main.content.ots-lt
	article.landing
	section.image-quality
	div.line-text
	div.middle {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
}
main.content.ots-lt
	article.landing
	section.image-quality
	div.line-text
	div.text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	text-align: center;
	font-size: 1.3em;
	color: #9f9f9f;
}
main.content.ots-lt
	article.landing
	section.image-quality
	div.line-text
	div.text
	.title {
	font-size: 1.2em;
	font-weight: 700;
	padding-bottom: 10px;
	color: #fff;
}
main.content.ots-lt
	article.landing
	section.image-quality
	div.line-text
	div.text
	img {
	width: 100%;
	max-width: 450px;
	align-self: center;
}
main.content.ots-lt article.landing section.image-quality div {
	text-align: center;
}
main.content.ots-lt article.landing section.ultra-low-power {
	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;
}
main.content.ots-lt article.landing section.ultra-low-power img.device {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 1280px;
}
main.content.ots-lt article.landing section.ultra-low-power div.line {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	flex-grow: 0;
	justify-content: center;
}
main.content.ots-lt article.landing section.ultra-low-power div.line div.text {
	text-align: left;
}
main.content.ots-lt
	article.landing
	section.ultra-low-power
	div.line
	div.text.title {
	text-transform: uppercase;
	text-align: center;
	font-size: 4em;
	font-weight: 100;
}
main.content.ots-lt article.landing section.ultra-low-power div.middle {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
}
main.content.ots-lt article.landing section.ultra-low-power div.text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	text-align: center;
	font-size: 1.3em;
	padding: 10px;
	color: #9f9f9f;
}
main.content.ots-lt article.landing section.ultra-low-power div.text.title {
	text-transform: uppercase;
	text-align: center;
	font-size: 4em;
	font-weight: 100;
	color: #fff;
}
main.content.ots-lt article.landing section.light-weight {
	padding-bottom: 2.5rem;
	margin-bottom: 0.625rem;
	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;
}
main.content.ots-lt article.landing section.light-weight img.device {
	max-height: 780px;
	width: 100%;
	margin-bottom: 10px;
}
main.content.ots-lt article.landing section.light-weight div.line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	flex-grow: 0;
	justify-content: center;
}
main.content.ots-lt article.landing section.light-weight div.line div.text {
	color: #ef4030;
	text-transform: none;
	text-align: center;
	font-size: 4em;
	font-weight: 400;
	color: #fff;
}
main.content.ots-lt
	article.landing
	section.light-weight
	div.line
	div.text
	small {
	font-size: 60%;
}
main.content.ots-lt article.landing section.light-weight div.line div.text img {
	width: 60px;
	padding-left: 10px;
	padding-right: 10px;
}
main.content.ots-lt article.landing section.light-weight div.text {
	text-align: center;
	font-size: 1.3em;
	margin-top: 10px;
	padding-bottom: 10px;
	color: #9f9f9f;
}
@media (min-width: 600px) {
	main.content.ots-lt article.landing section.image-quality div.line-text {
		flex-direction: row;
	}
	main.content.ots-lt
		article.landing
		section.image-quality
		div.line-text
		div.text {
		flex-basis: 0;
	}
	main.content.ots-lt article.landing section.ultra-low-power div.line {
		flex-direction: row;
	}
	main.content.ots-lt article.landing section.ultra-low-power div.text {
		flex-basis: 0;
	}
}
@media (min-width: 900px) {
	main.content.ots-lt article.landing section.black-white-hot-mode {
		background-position: 105% 70%;
		background-size: 55%;
	}
	main.content.ots-lt
		article.landing
		section.black-white-hot-mode
		div.line
		div.sensor {
		display: flex;
	}
	main.content.ots-lt
		article.landing
		section.black-white-hot-mode
		div.line
		div.sensor
		img {
		margin-bottom: 10vw;
	}
}
@media (min-width: 1200px) {
	main.content.ots-lt article.landing section.black-white-hot-mode {
		background-size: contain;
	}
	main.content.ots-lt
		article.landing
		section.black-white-hot-mode
		.container
		.line
		.sensor
		img {
		padding: 20px 0;
		margin: auto;
	}
}
@media (min-width: 1800px) {
	main.content.ots-lt
		article.landing
		section.slide-1
		.main-content
		.container
		.main-icons
		img {
		height: 150px;
	}
	main.content.ots-lt article.landing section.black-white-hot-mode {
		background-size: 40%;
		background-position: 65% 50%;
	}
	main.content.ots-lt
		article.landing
		section.black-white-hot-mode
		.container
		.line
		.sensor
		img {
		padding: 20px 0;
		margin: auto;
	}
}
@media (min-width: 2000px) {
	main.content.ots-lt article.landing section.black-white-hot-mode {
		background-size: 40%;
		background-position: 65% 50%;
	}
	main.content.ots-lt
		article.landing
		section.black-white-hot-mode
		.container
		.line
		.sensor
		img {
		padding: 20px 0;
		margin: auto;
	}
}
@media (max-width: 1199px) {
	.distant-chart {
		width: 100%;
	}
}
@media (max-width: 899px) {
	main.content.ots-lt
		article.landing
		section.slide-1
		.main-content
		.container
		.main-icons
		img {
		height: 50px;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		.main-content
		.container
		div.main-buttons {
		margin-top: 1rem;
	}
	main.content.ots-lt article.landing section.slide-1 {
		margin-top: 7rem !important;
	}
	main.content.ots-lt article.landing section.slide-1 .main-content .main-img {
		margin-top: 1.25rem;
	}
}
@media (max-width: 599px) {
	.atn_v1__title_70 {
		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 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56 {
		font-size: 1.875rem;
		font-weight: 300;
		line-height: 1.875rem;
	}
	.atn_v1__title_36 {
		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 {
		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 {
		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%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		.main-content
		.container
		div.description {
		padding-top: 1.25rem;
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
	main.content.ots-lt article.landing section.slide-1 section.gen5 {
		padding-bottom: 0.625rem;
		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;
		margin-top: 1.25rem;
	}
	main.content.ots-lt article.landing section.slide-1 section.gen5 .container {
		flex-direction: column;
		padding: 0.625rem 0;
		background-size: 600%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container.parallax {
		background-size: 480%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container
		h3 {
		font-size: 6.25rem;
		font-weight: 700;
		line-height: 7.33rem;
		margin-bottom: 0.625rem;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container
		img {
		width: 80%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container
		img
		+ img {
		display: none;
	}
	main.content.ots-lt article.landing div.border {
		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;
	}
	main.content.ots-lt article.landing section.pro-video {
		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;
	}
	main.content.ots-lt article.landing section.black-white-hot-mode {
		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;
		background-image: none;
	}
	main.content.ots-lt
		article.landing
		section.black-white-hot-mode
		div.line
		div.images
		img:last-of-type {
		margin-bottom: 0;
	}
	main.content.ots-lt article.landing section.image-quality {
		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;
	}
	main.content.ots-lt article.landing section.image-quality div.description {
		font-size: 1em;
	}
	main.content.ots-lt
		article.landing
		section.image-quality
		div.line-text
		div.middle {
		padding-bottom: 10px;
	}
	main.content.ots-lt
		article.landing
		section.image-quality
		div.line-text
		div.text {
		flex-basis: auto;
		height: auto;
		font-size: 1em;
		padding-top: 10px;
	}
	main.content.ots-lt
		article.landing
		section.image-quality
		div.line-text
		div.text:nth-child(2) {
		flex-direction: column-reverse;
	}
	main.content.ots-lt article.landing section.ultra-low-power {
		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;
	}
	main.content.ots-lt
		article.landing
		section.ultra-low-power
		div.line
		div.text.title {
		padding-bottom: 0;
		font-size: 2em;
	}
	main.content.ots-lt article.landing section.ultra-low-power div.middle {
		padding-bottom: 10px;
	}
	main.content.ots-lt article.landing section.ultra-low-power div.text {
		flex-basis: auto;
		height: auto;
		font-size: 1em;
		padding-top: 10px;
	}
	main.content.ots-lt article.landing section.ultra-low-power div.text.title {
		padding-bottom: 0;
		font-size: 2em;
	}
	main.content.ots-lt article.landing section.light-weight {
		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;
	}
	main.content.ots-lt article.landing section.light-weight div.line div.text {
		padding-bottom: 0;
		font-size: 2em;
	}
	main.content.ots-lt article.landing section.light-weight div.text {
		font-size: 1em;
		padding-top: 10px;
	}
}
@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%;
	}
	main.content.ots-lt article.landing section.slide-1 section.gen5 .container {
		background-size: 150%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container.parallax {
		background-size: 120%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container
		h3 {
		font-size: 8rem;
		font-weight: 700;
		line-height: 8.33rem;
		margin-bottom: 0;
	}
}
@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%;
	}
	main.content.ots-lt article.landing section.slide-1 section.gen5 .container {
		background-size: 150%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container.parallax {
		background-size: 120%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container
		h3 {
		font-size: 6rem;
		font-weight: 700;
		line-height: 7.33rem;
		margin-bottom: 0.625rem;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container
		img {
		width: 25%;
	}
	main.content.ots-lt article.landing section.black-white-hot-mode {
		background-image: none;
	}
}
@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%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		.main-content
		.container
		.main-icons
		img {
		height: 80px;
	}
	main.content.ots-lt article.landing section.slide-1 section.gen5 .container {
		background-size: 150%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container.parallax {
		background-size: 120%;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container
		h3 {
		font-size: 6rem;
		font-weight: 700;
		line-height: 7.33rem;
	}
	main.content.ots-lt
		article.landing
		section.slide-1
		section.gen5
		.container
		img {
		width: 28%;
	}
}
