.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,
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 {
	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,
.distant-chart__charts.mono .detection-chart p,
.section-subtitle,
main section h3.section-title + p.section-subtitle {
	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;
}
.distant-chart__charts.mono .detection-chart {
	height: unset;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	border-radius: 0 30px 30px 0;
	width: 25px;
	padding: 3px;
	background: linear-gradient(90deg, rgba(191, 117, 111, 0) 0, #bf756f 100%);
	transition: width 1.2s ease;
}
.distant-chart__charts.mono .detection-chart svg {
	width: 25px;
	height: 25px;
	overflow: hidden;
	flex-shrink: 0;
}
.distant-chart__charts.mono .detection-chart p {
	overflow: hidden;
	display: flex;
	gap: 4px;
	color: #f2f2f2;
	transition: opacity 1.5s ease;
}
.distant-chart__charts.mono .detection-chart p span {
	margin-right: -3px;
}
.distant-chart__charts.mono .detection-chart p.visible {
	opacity: 1;
}
.distant-chart .distant-chart__item:has(.mono) .item-content {
	width: 89%;
}
.distant-chart .distant-chart__item:has(.mono) .item-content .detection-chart {
	box-sizing: border-box;
}
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.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;
}
section.gen5 .container {
	background-image: url(/images/x-sight-5/x_sight_5_lrf_new_r_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;
}
section.gen5 .container.parallax {
	background-size: 105%;
}
section.gen5 .container h3 {
	text-align: center;
	font-size: 5.5rem;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	margin-bottom: 0;
}
section.gen5 .container h3 span {
	font-size: 200px;
}
section.gen5 .container img {
	width: 27%;
	align-self: center;
}
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;
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #000;
	color: #f2f2f2;
}
section {
	border-top: 0;
}
.section-subtitle,
main section h3.section-title + p.section-subtitle {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.section-subtitle,
.section-title {
	text-align: center;
}
.section-title {
	margin-bottom: 1.25rem;
}
.section-subtitle {
	margin: 0 auto;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	width: 70%;
	color: #e5e5e5;
}
.section-subtitle-red {
	color: #ef4030;
}
section.slide-1 {
	margin-top: 5rem;
	text-align: center;
}
section.slide-1 header .container h1 {
	color: #fff;
	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__price {
	color: #fff;
}
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 {
	margin-bottom: 1.25rem;
}
section.slide-1 .main-content .container .main-img img {
	max-width: 100%;
}
section.slide-1 .main-content .container .main-icons {
	display: flex;
	justify-content: flex-end;
	gap: 0.675rem;
	margin-top: -7%;
}
section.slide-1 .main-content .container .main-icons img:last-of-type {
	margin-right: 10%;
}
section.slide-1 .main-content .container .main-icons img {
	height: 100px;
}
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;
}
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;
}
section.slide-1 section.gen5 .container {
	background-image: url(/images/thor-5/thor_5_gen5_bg.png);
}
section.model {
	margin-bottom: 2.5rem;
}
section.model .container .model-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
}
section.model .container .model-box a {
	width: calc(50% - 10px);
	padding: 10px;
	display: flex;
	align-items: center;
	background-color: #2c2c2c;
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease;
}
section.model .container .model-box a img {
	width: 50%;
	-o-object-fit: contain;
	object-fit: contain;
	align-self: center;
}
section.model .container .model-box a .text {
	display: flex;
	align-items: center;
}
section.model .container .model-box a .text div {
	width: -moz-max-content;
	width: max-content;
	text-align: center;
}
section.model .container .model-box a .text p:not(.subtext) {
	font-size: 1.625rem;
	font-weight: 100;
	line-height: 1.875rem;
}
section.model .container .model-box a .text p:not(.subtext) span {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.875rem;
}
section.model .container .model-box a .text i {
	visibility: hidden;
}
section.model .container .model-box a.active {
	background-color: #3d7b42;
	color: #f2f2f2;
}
section.model .container .model-box a.active .text i {
	visibility: visible;
	padding: 3px;
	font-size: 0.95rem;
	border-radius: 50%;
	color: #3d7b42;
	background-color: #fff;
	margin-left: 20px;
}
section.sensor .container .sensor-box {
	margin-top: 0.625rem;
}
section.sensor .container .sensor-box .sensor-option .sensor-option__img {
	max-width: 55%;
}
section.sensor
	.container
	.sensor-box
	.sensor-option
	.sensor-option__text
	.sensor-option__text_title {
	text-align: center;
}
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;
}
section.next-gen {
	margin-bottom: 2.5rem;
}
section.next-gen .container .color-text {
	padding: 5px 0;
}
section.next-gen .container .color-text > p {
	text-align: center;
	background: linear-gradient(91.79deg, #b9d4f6 3.12%, #dfccf6 97.99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: Roboto;
	font-size: 50px;
	font-weight: 700;
	line-height: 56px;
}
section.next-gen .container .color-text > p + p {
	font-size: 50px;
	font-weight: 400;
	line-height: 56px;
}
section.next-gen .container video {
	width: 100%;
	margin: 0 auto;
	margin-top: 1.875rem;
}
section.next-gen .container > img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1.25rem;
}
section.next-gen .container .line {
	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;
	display: flex;
	justify-content: center;
	gap: 1.25rem;
}
section.next-gen .container .line div {
	text-align: center;
	width: calc(33.3333333333% - 1.25rem);
}
section.next-gen .container .line div img {
	width: 100%;
	margin-bottom: 0.625rem;
}
section.next-gen .container .line p {
	color: #9f9f9f;
}
section.rangefinder {
	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.rangefinder .container {
	text-align: center;
}
section.rangefinder .container p:first-of-type {
	color: #818181;
}
section.rangefinder .container p:first-of-type + p {
	color: #9f9f9f;
	margin: 1.25rem auto;
	width: 100%;
}
section.rangefinder .container img {
	width: 100%;
	margin-bottom: 1.25rem;
}
section.rangefinder .container img + p {
	color: #9f9f9f;
}
section.calculator {
	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.calculator .container .calculator-box {
	display: flex;
	align-items: center;
	margin-bottom: 1.25rem;
}
section.calculator .container .calculator-box div {
	width: 50%;
}
section.calculator .container .calculator-box div p {
	text-align: center;
	margin-bottom: 0.625rem;
	color: #9f9f9f;
}
section.calculator .container .calculator-box div img {
	width: 100%;
}
section.calculator .container .calculator-box div + video {
	width: 50%;
}
section.video-record {
	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.video-record .container .line {
	display: flex;
}
section.video-record .container .line video {
	width: 50%;
}
section.video-record .container .line div {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
}
section.video-record .container .line div p {
	width: 70%;
	color: #9f9f9f;
	text-align: center;
}
section.video-record .container .line div img:first-of-type {
	width: 25%;
}
section.video-record .container .line div img:first-of-type + img {
	max-width: 100%;
}
section.stream {
	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.stream .container {
	text-align: center;
}
section.stream .container img {
	width: 100%;
}
section.stream .container p {
	color: #9f9f9f;
	margin: 1.25rem 0;
}
section.stream .container .stream-gallery {
	margin-top: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.625rem;
}
section.stream .container .stream-gallery img {
	width: calc(50% - 0.625rem);
}
section.recoil-activated {
	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.recoil-activated .container p {
	color: #9f9f9f;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
section.recoil-activated .container .line > img:first-of-type {
	width: 100%;
}
section.recoil-activated .container .line > img:first-of-type + img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
section.innovative-design {
	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.innovative-design .container .line {
	margin-top: 2.5rem;
	background-image: url(/images/thor-5-xd/thor5_xd_bg_05_01.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 1743px;
}
section.innovative-design .container .line > div {
	text-align: center;
	display: flex;
	width: 80%;
	justify-content: center;
	gap: 0.625rem;
	align-items: center;
	top: 100px;
	position: sticky;
}
section.innovative-design .container .line > div > div {
	height: -moz-fit-content;
	height: fit-content;
	width: calc(33.3333333333% - 0.625rem);
}
section.innovative-design .container .line > div > div img {
	max-width: 200px;
	position: sticky;
	top: 90px;
}
section.innovative-design .container .line > div > div p {
	position: sticky;
	top: 60px;
	color: #9f9f9f;
}
section.innovative-design .container .line > div > div:nth-of-type(2) {
	margin-bottom: 200px;
}
section.radar .container .section-subtitle {
	color: #9f9f9f;
}
section.radar .container .radar__text {
	color: #9f9f9f;
}
section.radar .container .radar__text span {
	color: #9f9f9f;
}
section.module-specs-extended {
	padding-top: 0;
}
section.module-more-accessories {
	padding-top: 0;
}
@media (min-width: 600px) {
	section.next-gen .container .color-text > p {
		font-size: 80px;
		font-weight: 700;
		line-height: 63px;
	}
	section.next-gen .container .color-text > p + p {
		font-family: Roboto;
		font-size: 56px;
		font-weight: 400;
		line-height: 56px;
	}
	section.next-gen .container video {
		margin-top: 1.25rem;
	}
	section.stream .container .stream-gallery {
		gap: 1.25rem;
	}
	section.stream .container .stream-gallery img {
		width: calc(50% - 1.25rem);
	}
}
@media (min-width: 1800px) {
	section.slide-1 .main-content .container .main-icons img {
		height: 150px;
	}
}
@media (max-width: 1199px) {
	.distant-chart {
		width: 100%;
	}
}
@media (max-width: 899px) {
	section.slide-1 .main-content .container .main-icons img {
		height: 50px;
	}
	section.slide-1 .main-content .container div.main-buttons {
		margin-top: 1rem;
	}
	section.slide-1 {
		margin-top: 3rem;
	}
	section.slide-1 .main-content .main-img {
		margin-top: 1.25rem;
	}
	section.model {
		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;
	}
	section.model .container {
		width: calc(100% - 1.25rem);
	}
	section.model .container .model-box {
		flex-wrap: wrap;
	}
	section.model .container .model-box a {
		width: 100%;
		flex-direction: column;
		gap: 0.625rem;
	}
	section.model .container .model-box a img {
		width: 60%;
	}
	section.reviews .container {
		width: calc(100% - 2.5rem);
	}
}
@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,
	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 {
		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,
	.distant-chart__charts.mono .detection-chart p,
	.section-subtitle,
	main section h3.section-title + p.section-subtitle {
		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.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;
	}
	section.gen5 .container {
		flex-direction: column;
		padding: 0.625rem 0;
		background-size: 600%;
	}
	section.gen5 .container.parallax {
		background-size: 200%;
	}
	section.gen5 .container h3 {
		font-size: 14vw;
		margin-bottom: 0.625rem;
	}
	section.gen5 .container img {
		width: 80%;
		display: none;
	}
	section.gen5 .container img + img {
		display: none;
	}
	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;
	}
	section.next-gen .container .line {
		margin-top: -100px;
		gap: 5px;
		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;
	}
	section.next-gen .container .line div {
		width: calc(33.3333333333% - 5px);
	}
	section.next-gen .container .line div img {
		margin-bottom: 5px;
	}
	section.next-gen {
		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;
	}
	section.next-gen .container {
		width: calc(100% - 2.5rem);
	}
	section.rangefinder {
		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;
	}
	section.rangefinder .container p:first-of-type + p {
		margin: 0.625rem 0;
	}
	section.rangefinder .container img {
		margin-bottom: 0.625rem;
	}
	section.calculator {
		padding-bottom: 0;
		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.calculator .container {
		width: calc(100% - 1.25rem);
	}
	section.calculator .container .calculator-box {
		flex-direction: column;
	}
	section.calculator .container .calculator-box div {
		width: 100%;
	}
	section.calculator .container .calculator-box div + video {
		width: 100%;
	}
	section.video-record .container .line div img:first-of-type {
		width: 40%;
	}
	section.video-record {
		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;
	}
	section.video-record .container {
		width: calc(100% - 2.5rem);
	}
	section.video-record .container .line {
		flex-wrap: wrap;
		gap: 0.625rem;
	}
	section.video-record .container .line div,
	section.video-record .container .line video {
		width: 100%;
	}
	section.video-record .container .line div p,
	section.video-record .container .line video p {
		width: 100%;
	}
	section.stream {
		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;
	}
	section.stream .container p {
		width: calc(100% - 0.625rem);
		margin-right: auto;
		margin-left: auto;
	}
	section.recoil-activated {
		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;
	}
	section.recoil-activated .container {
		width: calc(100% - 2.5rem);
	}
	section.recoil-activated .container p {
		width: 100%;
	}
	section.innovative-design .container .line {
		height: 609px;
	}
	section.innovative-design .container .line > div {
		top: 70px;
	}
	section.innovative-design .container .line > div > div img {
		max-width: 108px;
	}
}
@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;
	}
	section.video-record {
		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;
	}
	section.video-record .container .line div p,
	section.video-record .container .line video p {
		width: 90%;
	}
}
@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%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	section.gen5 .container {
		background-size: 150%;
	}
	section.gen5 .container.parallax {
		background-size: 120%;
	}
	section.gen5 .container h3 {
		font-size: 4.5rem;
		margin-bottom: 0;
	}
	section.gen5 .container h3 span {
		font-size: 160px;
	}
	section.model .container .model-box a.active .text i {
		margin-left: 15px;
	}
}
@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.gen5 .container {
		background-size: 150%;
	}
	section.gen5 .container.parallax {
		background-size: 120%;
	}
	section.gen5 .container h3 {
		font-size: 6vw;
		margin-bottom: 0.625rem;
	}
	section.gen5 .container img {
		width: 25%;
	}
	section.next-gen .container .line div p {
		font-size: 1.4rem;
		line-height: 1.5rem;
	}
	section.innovative-design .container .line {
		height: 709px;
	}
	section.innovative-design .container .line > div {
		width: 75%;
		top: 90px;
	}
	section.innovative-design .container .line > div > div img {
		max-width: 108px;
	}
}
@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.gen5 .container {
		background-size: 150%;
	}
	section.gen5 .container.parallax {
		background-size: 120%;
	}
	section.gen5 .container h3 {
		font-size: 4.5vw;
	}
	section.gen5 .container img {
		width: 28%;
	}
	section.slide-1 .main-content .container .main-icons img {
		height: 80px;
	}
	section.model .container .model-box a img {
		width: 40%;
	}
	section.model .container .model-box a .text {
		position: relative;
	}
	section.model .container .model-box a .text i,
	section.model .container .model-box a .text i.active {
		position: absolute;
		font-size: 0.6rem;
		top: -50%;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0 !important;
	}
	section.model .container .model-box a .text p:not(.subtext) {
		font-size: 1.425rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	section.model .container .model-box a .text p:not(.subtext) span {
		font-size: 1.425rem;
		font-weight: 700;
		line-height: 1.875rem;
	}
	section.innovative-design .container .line {
		height: 909px;
	}
	section.innovative-design .container .line > div {
		width: 75%;
		top: 100px;
	}
	section.innovative-design .container .line > div > div img {
		max-width: 108px;
	}
}
@media (min-width: 899px) and (max-width: 1199px) {
	section.stream .container p {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (600px > width) {
	.distant-chart .distant-chart__item:has(.mono) .item-content {
		padding: 0;
	}
	.distant-chart .distant-chart__item:has(.mono) .item-img.icon {
		padding: 30px 0;
	}
}
@media (width < 335px) {
	section.sensor
		.container
		.sensor-box
		.sensor-option
		.sensor-option__text
		.freegift {
		font-size: 1.225rem;
	}
}
