.afs-Body .st-Header-headroom .sw-HeaderContainer {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}
.afs-Body .st-Header-headroom-pinned .st-Header-headroom-not-top .st-Header-headroom-not-bottom .sw-HeaderContainer {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.afs-Body .st-Header-headroom-bottom .sw-HeaderContainer, .afs-Body .st-Header-headroom-unpinned .sw-HeaderContainer {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.afs-Body .afs-Main {
	padding: 60px 0 0
}
.afs-Body .afs-Header_Outer {
	padding-top: 40px;
	overflow: hidden
}
.afs-Body .afs-Header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.afs-Body .afs-Header_Heading {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.27778;
    text-align: center;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    opacity: 0;
}
.afs-Body .afs-Header_Inner {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-top: -90px;
	position: relative;
	z-index: 1
}
.afs-Body .afs-Header_Line {
	display: block;
	width: 80px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.afs-Body .afs-Header_LineInner {
	background-color: #b5b5b5;
	width: 0;
	height: 100%
}
.afs-Body .afs-Header_Content {
	background-color: #fff;
	border-radius: 10px;
	max-width: 760px;
	padding: 46px 64px 56px;
	margin: 0 auto;
	position: relative
}
.afs-Body .afs-Header_ContentInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.dbg .afs-Body .afs-Header_Heading {
	opacity: 1
}


.afs-Body .afs-Meta_Outer {
	text-align: center;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}
.afs-Body .afs-Meta {
	font-size: 1rem;
	line-height: 1.71429;
	padding-bottom: 30px;
	position: relative
}
.afs-Body .afs-Meta_Content {
	opacity: 0
}
.dbg .afs-Body .afs-Meta_Content {
	opacity: 1
}
.afs-Body .afs-Back {
	position: absolute;
	opacity: 0;
	z-index: 1
}
.dbg .afs-Body .afs-Back {
	opacity: 1
}
.afs-Body .afs-Back_Link {
	color: #b5b5b5;
	text-decoration: none;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.afs-Body .afs-Back_Link:hover {
	color: #5c5852
}
.afs-Body .afs-Back_Link:hover .afs-Back_Icon {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px)
}
.afs-Body .afs-Back_Icon {
	display: inline-block;
	padding-right: .8em;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.afs-Body .afs-Meta_Content {
	color: #b5b5b5;
	font-weight: 600;
	position: relative;
	z-index: 0
}
.afs-Body .afs-Meta_Category {
	color: #5c5852;
	padding-right: .5em
}
.afs-Body .afs-Meta_Date {
	padding-left: .5em
}
.afs-Body .afs-Visual {
	width: 100%;
	max-width: 100%;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}
.afs-Body .afs-Visual_Inner {
	border-radius: 10px;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}
.afs-Body .afs-Visual_Inner:before {
	content: "";
	display: block;
	padding-top: 41.66667%
}
.afs-Body .afs-Visual_Img {
	max-width: 100%;
	width: 100%;
	height: auto;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.afs-Body .afs-Visual_Cover {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.afs-Body .afs-Content_Inner {
	max-width: 632px;
	padding: 54px 0 154px;
	margin: 0 auto
}
.afs-Body .afs-Content_Section+.afs-Content_Section {
	padding-top: 104px
}
.afs-Body .afs-Content_Hedaer+.afs-Content_Pars {
	padding-top: 26px
}
.afs-Body .afs-Content_Heading {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .03em;
	line-height: 1.5;
	padding: 0;
	margin: 40px 0 0;
}
.afs-Body .afs-Content_Pars+.afs-Content_Figures {
	padding-top: 30px
}
.afs-Body .afs-Content_Par {
	font-size: 1.2rem;
	line-height: 2.25;
	margin: 0 0 20px;
}

.afs-Body .afs-Content_Q{
	font-weight: 700;
}

.afs-Body .afs-Content_Who{
	font-weight: 700;
}


.afs-Body .afs-Content_Figures+.afs-Content_Pars {
	padding-top: 26px
}
.afs-Body .afs-Content_Figure {
	margin: 0
}
.afs-Body .afs-Content_Figure+.afs-Content_Figure {
	padding-top: 20px
}
.afs-Body .afs-Content_ImgContainer {
	border-radius: 10px;
	margin: 0;
	overflow: hidden
}
.afs-Body .afs-Content_ImgContainer+.afs-Content_Caption {
	padding-top: 10px
}
.afs-Body .afs-Content_Caption {
	font-size: 1rem;
	line-height: 1.5
}
.afs-Related .afs-Related_Inner {
	border-top: 1px solid #b5b5b5;
	max-width: 1080px;
	padding: 54px 0 122px;
	margin: 0 auto;
	overflow: hidden
}
.afs-Related .afs-Related_Header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 42px
}
.afs-Related .afs-Related_Heading {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.875;
	margin: 0
}
.afs-Related .afs-Cntrs {
	font-size: 0
}
.afs-Related .afs-Cntr {
	display: inline-block;
	width: 54px;
	height: 54px;
	overflow: hidden
}
.afs-Related .afs-Cntr+.afs-Cntr {
	margin-left: 18px
}
.afs-Related .afs-Cntr_Btn {
	border: 1px solid #b5b5b5;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.afs-Related .afs-Cntr_Btn:hover:not(.slick-disabled):not(.slick-hidden) {
	border-color: #5c5852
}
.afs-Related .afs-Cntr_Btn+.afs-Cntr_Btn {
	padding-right: 10px
}
.afs-Related .afs-Cntr_Btn.slick-disabled, .afs-Related .afs-Cntr_Btn.slick-hidden {
	cursor: auto;
	opacity: .6
}
.afs-Related .afs-Cntr_SvgContainer {
	display: block;
	width: 20px;
	margin: 0 auto
}
.afs-Related .afs-Cntr_SvgContainer:before {
	padding-top: 100%
}
.afs-Related .afs-Cntr_Svg {
	fill: none;
	stroke: #5c5852;
	stroke-miterlimit: 10
}
.afs-Related .afs-Arts {
	font-size: 0;
	width: 102.22222%;
	margin-left: -1.11111%
}
.afs-Related .afs-Art {
	display: inline-block;
	width: 25%;
	padding: 0 12px
}
.afs-Related .afs-Art_Link {
	color: #5c5852;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none
}
.afs-Related .afs-Art_Link:hover .afs-Art_Tumb {
	opacity: .8
}
.afs-Related .afs-Art_Link:hover .afs-Art_MoreLink {
	color: #fff;
	border: 1px solid #5c5852;
	background-color: #5c5852
}
.afs-Related .afs-Art_Link:hover .afs-Art_HeadingInner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c5852
}
.afs-Related .afs-Art_Content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	overflow: hidden
}
.afs-Related .afs-Art_ContentInner {
	padding-top: 12px
}
.afs-Related .afs-Art_Header {
	margin-bottom: 22px
}
.afs-Related .afs-Art_Meta {
	color: #b5b5b5;
	font-size: .875rem;
	font-weight: 600;
	line-height: 2;
	margin-bottom: 8px
}
.afs-Related .afs-Art_Category {
	color: #5c5852;
	margin-right: .3em
}
.afs-Related .afs-Art_Date {
	margin-left: .3em
}
.afs-Related .afs-Art_Heading {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.45455;
	margin: 0
}
.afs-Related .afs-Art_HeadingInner {
	border-bottom-color: rgba(92,88,82,0);
	-webkit-transition-property: border-bottom-color;
	transition-property: border-bottom-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.afs-Related .afs-Art_More {
	width: 130px
}
.afs-Related .afs-Art_Tumb {
	border-radius: 10px;
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.afs-Body .afs-Link_Container {
			margin: 80px 0 0;
              text-align: center;
            }
.afs-Body .afs-Link {
                display: inline-block;
                background-color: #ece3e3;
                border-radius: 1.875rem;
                color: #5c5852;
                font-size: 1.4rem;
                font-weight: 600;
                line-height: 1.5;
                text-decoration: none;
                padding: 15px 1.2em;
                white-space: nowrap;
                -webkit-transition-property: background-color, color;
                transition-property: background-color, color;
                -webkit-transition-duration: 0.2s;
                        transition-duration: 0.2s;
                -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
                        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
              }
.afs-Body .afs-Link:hover {
                  background-color: #f0e9e9;
                  color: #7d7975;
                }
.afs-Body .afs-Link_Icon {
                  margin-right: 1.0em;
                }


.tech-Footer_Outer {
	overflow: hidden;
	position: relative
}
.tech-Footer_Trigger-bottom {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0
}
.tech-Footer {
	padding-bottom: 70px
}
.tech-Footer .tech-Footer_Inner {
	border-top: 1px solid #b5b5b5;
	font-size: 0;
	max-width: 1080px;
	padding-top: 70px;
	margin: 0 auto;
	position: relative
}
.tech-Footer .tech-Footer_Header, .tech-Footer .tech-Menu {
	display: inline-block;
	vertical-align: top
}
.tech-Footer .tech-Footer_Heading {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.33333;
	margin: 0
}
.tech-Footer .tech-Footer_Link {
	color: #5c5852;
	text-decoration: none
}
.tech-Footer .tech-Menu {
	padding-left: 100px
}
.tech-Footer .tech-Menu_List {
	padding: 4px 0;
	margin: 0
}
.tech-Footer .tech-Menu_Item {
	margin-bottom: 16px
}
.tech-Footer .tech-Menu_Item:last-child {
	margin-bottom: 0
}
.tech-Footer .tech-Menu_Link {
	color: #b5b5b5;
	display: inline-block;
	font-size: 0;
	text-decoration: none;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.tech-Footer .tech-Menu_Link:hover {
	color: #5c5852
}
.tech-Footer .tech-Menu_Link:hover .tech-Menu_SvgContainer {
	-webkit-transform: translateX(3px);
	transform: translateX(3px)
}
.tech-Footer .tech-Menu_Label, .tech-Footer .tech-Menu_SvgContainer {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	display: inline-block;
	vertical-align: middle
}
.tech-Footer .tech-Menu_SvgContainer {
	width: 14px;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.tech-Footer .tech-Menu_SvgContainer:before {
	padding-top: 128.57143%
}
.tech-Footer .tech-Menu_Label {
	padding-left: .6em
}
.tech-Footer .tech-Return {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.tech-Footer .tech-Return.tech-Return-show {
	pointer-events: auto;
	opacity: 1
}
.tech-Footer .tech-Return.tech-Return-fixed {
	position: fixed;
	bottom: 50px
}
.tech-Footer .tech-Return_Link {
	display: block;
	width: 34px;
	height: 34px
}
.tech-Footer .tech-Return_Link:after, .tech-Footer .tech-Return_Link:before {
	background-color: #f5f5f5;
	content: "";
	display: none;
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%
}
.tech-Footer .tech-Return_Link:before {
	right: 100%
}
.tech-Footer .tech-Return_Link:after {
	left: 100%
}
.tech-Footer .tech-Return_Link:hover .tech-Return_SvgContainer {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}
.tech-Footer .tech-Return_SvgContainer {
	width: 34px;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.tech-Footer .tech-Return_SvgContainer:before {
	padding-top: 100%
}
.tech-Footer .tech-Return_Svg-polyline {
	fill: none;
	stroke: #5c5852;
	stroke-miterlimit: 10
}
.tech-Return_Trigger {
	position: absolute;
	width: 1px;
	height: 1px
}

@media (min-width:321px) and (max-width:480px) {
.dbg-Overlay {
	background-size: 360px auto
}
}

@media (max-width:768px) {
.afs-Body .dbg-Overlay {
	background-image: url(../single/images/_debug-1.jpg);
	background-size: 100% auto;
	background-position: 0 405px
}
.afs-Body .afs-Main {
	padding: 40px 0 0
}
.afs-Related .afs-Art {
	margin: 12px 0
}
.afs-Related .afs-Art_Header {
	margin-bottom: 0
}
.afs-Related .afs-Art_More {
	display: none
}
}

@media (max-width:980px) {
.afs-Body .afs-Header_Outer {
	padding-top: 0
}
.afs-Body .afs-Header_Inner {
	margin-top: -60px
}
.afs-Body .afs-Visual_Inner {
	border-radius: 0
}
.afs-Related .afs-Related_Inner {
	padding: 22px 0 44px
}
.afs-Related .afs-Related_Header {
	margin-bottom: 12px
}
.afs-Related .afs-Related_Heading {
	font-size: 1.2rem;
	line-height: 1.5
}
.afs-Related .afs-Cntr {
	width: 30px;
	height: 30px
}
.afs-Related .afs-Cntr+.afs-Cntr {
	margin-left: 8px
}
.afs-Related .afs-Cntr_SvgContainer {
	width: 12px
}
.afs-Related .afs-Art_Meta {
	font-size: 1.2rem;
	line-height: 1.25
}
.afs-Related .afs-Art_Category {
	margin-right: .2em
}
.afs-Related .afs-Art_Date {
	margin-left: .2em
}
.afs-Related .afs-Art_Heading {
	font-size: 1.2rem;
	line-height: 1.4375
}
.tech-Footer {
	padding-bottom: 0;
	position: relative
}
.tech-Footer .tech-Footer_Inner {
	position: static;
	padding-top: 34px;
	padding-bottom: 98px
}
.tech-Footer .tech-Footer_Header, .tech-Footer .tech-Menu {
	display: block
}
.tech-Footer .tech-Footer_Header {
	margin-bottom: 32px
}
.tech-Footer .tech-Footer_Heading {
	font-size: 2rem;
	line-height: 1.16667
}
.tech-Footer .tech-Menu {
	padding-left: 0
}
.tech-Footer .tech-Menu_List {
	padding: 0
}
.tech-Footer .tech-Menu_Label, .tech-Footer .tech-Menu_SvgContainer {
	font-size: 1.2rem;
	line-height: 1.5
}
.tech-Footer .tech-Return {
	background-color: #f5f5f5;
	width: 100%;
	position: absolute;
	left: 0;
	right: auto
}
.tech-Footer .tech-Return.tech-Return-fixed {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0
}
.tech-Footer .tech-Return_Link {
	width: 100%;
	height: auto;
	padding: 18px 0
}
.tech-Footer .tech-Return_Link:after, .tech-Footer .tech-Return_Link:before {
	display: block
}
.tech-Footer .tech-Return_SvgContainer {
	width: 24px;
	margin: 0 auto
}
}

@media (max-width:639px) {
.afs-Body .afs-Header_Inner {
	margin-top: 0
}
.afs-Body .afs-Header_Line {
	width: 60px;
	left: 10px;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.afs-Body .afs-Header_Content {
	border-radius: 0;
	padding: 26px 10px 28px
}
.afs-Body .afs-Header_Heading {
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.25
}
.afs-Body .afs-Meta_Outer {
	text-align: left;
	margin-bottom: 10px
}
.afs-Body .afs-Meta {
	font-size: 1rem;
	line-height: 1.46154;
	padding-bottom: 0
}
.afs-Body .afs-Back {
	position: relative;
	margin-bottom: 22px
}
.afs-Body .afs-Back_Icon {
	padding-right: .5em
}
.afs-Body .afs-Visual_Inner:before {
	padding-top: 93.75%
}
.afs-Body .afs-Visual_Img {
	max-width: none;
	width: auto;
	max-height: 100%;
	height: 100%
}
.afs-Body .afs-Content_Inner {
	max-width: none;
	padding: 24px 10px 56px
}
.afs-Body .afs-Content_Section+.afs-Content_Section {
	padding-top: 48px
}
.afs-Body .afs-Content_Hedaer+.afs-Content_Pars {
	padding-top: 8px
}
.afs-Body .afs-Content_Heading {
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.625
}
.afs-Body .afs-Content_Pars+.afs-Content_Figures {
	padding-top: 24px
}
.afs-Body .afs-Content_Par {
	font-size: 1rem;
	line-height: 1.92308
}
.afs-Body .afs-Content_Figures+.afs-Content_Pars {
	padding-top: 18px
}
.afs-Body .afs-Content_Figure+.afs-Content_Figure, .afs-Body .afs-Content_ImgContainer+.afs-Content_Caption {
	padding-top: 5px
}
.afs-Body .afs-Content_Caption {
	font-size: 1rem;
	line-height: 1.91667
}
.afs-Related .afs-Art {
	width: 50%
}
.afs-Related .afs-Art_Tumb {
	border-radius: 5px
}
}

@media (min-width:769px) and (max-width:980px) {
.afs-Related .afs-Arts {
	width: 102.6087%;
	margin-left: -1.30435%
}
.afs-Related .afs-Art {
	width: 33.33333%;
	padding: 0 12px
}
}

@media (min-width:641px) and (max-width:768px) {
.afs-Related .afs-Arts {
	width: 103.38983%;
	margin-left: -1.69492%
}
.afs-Related .afs-Art {
	width: 33.33333%;
	padding: 0 12px
}
}

@media (min-width:481px) and (max-width:640px) {
.afs-Related .afs-Arts {
	width: 104%;
	margin-left: -2%
}
.afs-Related .afs-Art {
	padding: 0 12px
}
}

@media (max-width:480px) {
.afs-Related .afs-Arts {
	width: 104.54545%;
	margin-left: -2.27273%
}
.afs-Related .afs-Art {
	padding: 0 10px
}
}
