:root{
	--fire: #BB2025;
	--dark: #191A1E;
	--grey: #bcbbbb;
	--cream: #FFF;
	--sea: #122e65;
	--soft1: #f0f5fe;
	--soft: #dde7fb;
}
body {
	color: #191A1E;
	background-color: #FFF;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body.montserrat , .montserrat--element{
	font-family: 'Montserrat', sans-serif;
}
body.manrope{
	font-family: 'Manrope', sans-serif;
}
.O--Y--H{
	overflow: hidden;
}
body,html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    height: 100%;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
	outline: none;
}
a{
	-webkit-transition: linear .25s;
	-o-transition: linear .25s;
	transition: linear .25s;
	text-decoration: none;
	color: inherit;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
ul , ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 , p {
	margin: 0;
	font-weight: 400;
}
a,label{
	display: block;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #F1F1F1; 
}
::-webkit-scrollbar-thumb {
	background: #191A1E; 
}
::-webkit-scrollbar-thumb:hover {
	background: #191A1E; 
}
.linear__gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: -o-linear-gradient(transparent, transparent);
    background: linear-gradient(transparent, transparent);
}
.JC--copy--hero{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.JC--row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.JC--spacer{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.JC--acenter{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.JC--relative{
	position: relative;
}
.JC--relative--1, .JC--headman--art .JC--relative--1,
.JC--headman--lister .JC--relative--1 ,
.JC--headman--contact .JC--relative--1{
    z-index: -1;
}
.JC--700{
	font-weight: 700;
}
.JC--T--50{
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.JC--p--a::before ,.JC--p--b::after{
	position: absolute;
	content: '';
}
.JC--reader {
    background-color: var(--dark);
    color: var(--cream);
    font-size: 17px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	border: 1px solid var(--dark);
}
.JC--reader::before {
    background-color: var(--cream);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    -webkit-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out;
}
.JC--reader:hover {
    color: var(--fire);
}
.JC--reader:hover::before {
    width: 100%;
}
.JC--reader > span {
    z-index: 2;
}
.JC--head {
    position: relative;
    background-image: url(../images/head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.JC--head:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.55);
}
.JC--head > h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    color: var(--cream);
    font-size: 65px;
    font-weight: 300;
    text-align: center;
}
.JC--head--1 {
    z-index: 1;
    padding: 20px 40px;
    background-color: rgba(255,255,255,.65);
}
.JC--head--1 > a {
    width: 200px;
}
.JC--L--switcher , .JC--boat {
    position: absolute;
    top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.JC--L--switcher {
    right: 0;
    margin-right: 20px;
    color: var(--cream);
    font-size: 21px;
}
.JC--L--switcher ul li:not(:last-child) {
    margin-bottom: 20px;
}
.JC--head--1 > a > img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.JC--boat {
    left: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
}
.JC--menu > li {
    font-size: 17px;
}
.JC--menu > li:not(:last-child) {
    margin-right: 15px;
}
.JC--menu > li > a:hover {
    color: var(--cream);
}
.JC--burger--1, .JC--burger--2 , .JC--x--close {
	display: none;
}
.JC--headman{
	opacity: 0;
}
.JC--headman.is-visible{
	-webkit-animation: w--key 2s ease-in 0s forwards;
	animation: w--key 2s ease-in 0s forwards;
}
@-webkit-keyframes w--key {
	50% {
	opacity: .5;
	}
	75% {
	opacity: .75;
	}
	100% {
	opacity: 1;
	}
}
@-webkit-keyframes w--rt {
	50% {
	opacity: .5;
	}
	75% {
	opacity: .75;
	}
	100% {
	opacity: 1;
	}
}
@keyframes w--rt {
	50% {
	opacity: .5;
	}
	75% {
	opacity: .75;
	}
	100% {
	opacity: 1;
	}
}
.JC--headman > h2 {
    color: var(--soft);
    font-size: 130px;
}
.JC--headman > h3 {
    color: var(--fire);
    font-size: 49px;
    font-weight: 700;
    max-width: 895px;
    padding-left: 135px;
    margin-top: -75px;
    z-index: 1;
}
.JC--headman > p {
    font-size: 17px;
    max-width: 800px;
    line-height: 1.5;
    margin-top: 50px;
    padding-left: 135px;
}
.JC--service--head {
    position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 325px;
	min-height: 567px;
}
.JC--service--box {
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1;
	-webkit-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
.JC--service--box--v{
	opacity: 1;
	z-index: 1;
}
.JC--service {
    max-width: 1255px;
    margin: 300px auto 0;
    padding: 0 20px;
}
.JC--service--cap {
    width: 450px;
    height: 597px;
}
.JC--service--cap > img {
    width: 100%;
    height: 100%;
}
.JC--service--txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 90px;
}
.JC--service--txt > span {
    color: var(--fire);
    font-size: 71px;
}
.JC--service--txt > h2 {
    font-size: 39px;
    margin-bottom: 20px;
}
.JC--service--txt > p {
    font-size: 19px;
    margin-bottom: 40px;
    max-width: 500px;
}
.JC--service--txt > p + ul {
    max-width: 500px;
    margin-bottom: 40px;
}
.JC--service--txt > ul > li {
    position: relative;
    font-size: 17px;
    padding-left: 20px;
}
.JC--service--txt > ul > li:before {
    position: absolute;
    content: '';
    background-color: var(--fire);
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
}
.JC--service--txt > ul > li:not(:last-child) {
    margin-bottom: 15px;
}
.JC--pointer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 90px;
}
.JC--point {
    text-align: center;
    cursor: pointer;
}
.JC--point:not(:last-child) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 20px;
}
.JC--line {
    width: 40px;
    height: 5px;
    background-color: rgba(11,84,228,.4);
	display: block;
}
.JC--point--here .JC--line{
	background-color: var(--sea);	
}
.JC--number {
    color: var(--sea);
    font-size: 19px;
    font-weight: 700;
    margin-top: 5px;
	display: block;
}
.JC--headman--1 {
    position: absolute;
    z-index: 2;
    left: -45px;
}
.JC--headman--1 > h3 {
    font-size: 65px;
    padding-left: 45px;
    max-width: 400px;
    line-height: 60px;
    margin-top: -62px;
}
.JC--video {
    margin-top: 200px;
}
.JC--video--box {
    max-width: 1000px;
    margin: 0 auto;
}
.JC--video--box > h2 {
    color: rgba(240, 245, 254, 0.06);
    font-size: 210px;
}
.JC--video--box > h2 + p {
    color: #FFF;
    font-size: 69px;
    font-weight: 300;
    margin-top: -105px;
}
.JC--video--tree {
    background-color: var(--sea);
    padding: 80px 20px 300px 20px;
}
.JC--player {
    position: relative;
    background-image: url(/templates/coral/icon/audio/vino.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1200px;
    height: 700px;
    z-index: 1;
    margin: -200px auto 0;
}
.JC--player > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
.JC--player > span > svg {
    width: 30px;
    height: 30px;
    padding-left: 6px;
}
.JC--product {
    max-width: 1240px;
    margin: 200px auto 0;
    padding: 0 20px;
}
.JC--product--box {
    padding: 30px 20px;
    cursor: pointer;
}
.JC--product--box--now {
    background-color: #F0F5FE;
    padding: 30px 20px;
    border-left: 3px solid var(--sea);
}
.JC--product--box:not(.JC--product--box--now):hover {
	color: var(--fire);
    border-color: var(--fire);
}
.JC--product--box:not(:last-child) {
    margin-bottom: 15px;
}
.JC--product--cap {
	position: relative;
    max-width: 500px;
}
.JC--product--cap:after {
    position: absolute;
    content: '';
    background-image: -webkit-gradient(linear,left bottom, left top,from(#26253a),color-stop(99.45%, rgba(6,5,20,0)));
    background-image: -o-linear-gradient(bottom,#26253a 0%,rgba(6,5,20,0) 99.45%);
    background-image: linear-gradient(0deg,#26253a 0%,rgba(6,5,20,0) 99.45%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    -webkit-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
}
.JC--product--cap:hover::after {
    height: 100%;
}
.JC--product--cap > h2 , .JC--product--cap > a {
    position: absolute;
    left: 0;
    margin-left: 40px;
	z-index: 1;
}
.JC--product--cap > h2 {
    color: var(--cream);
    font-size: 25px;
    bottom: 80px;
    padding-right: 20px;
	min-height: 70px;
}
.JC--product--cap > a {
    bottom: 25px;
}
.JC--product--cap--list, .JC--product--cap > img {
    max-height: 500px;
}
.JC--product--box > h3 {
    font-size: 21px;
    padding: 10px 0;
}
.JC--product--tree {
    max-width: 1160px;
    margin: 80px auto 0;
}
.JC--product--list {
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-left: 40px;
}
.JC--headman--3 > h2 {
    font-size: 125px;
}
.JC--O--F {
    max-width: 1300px;
    margin: 200px auto 0;
    padding: 0 20px;
}
.JC--F--tree {
    max-width: 1000px;
    margin: 40px auto 0;
}
.JC--F--box {
    width: 50%;
    padding: 40px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.JC--F--box > span {
    background-color: var(--soft1);
    height: 300px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 7px 7px -8px rgb(0 0 0 / 50%);
	box-shadow: 0 7px 7px -8px rgb(0 0 0 / 50%);
	-webkit-transition: background-color 350ms ease-in-out,-webkit-box-shadow 300ms ease-in-out;
	transition: background-color 350ms ease-in-out,-webkit-box-shadow 300ms ease-in-out;
	-o-transition: box-shadow 300ms ease-in-out,background-color 350ms ease-in-out;
	transition: box-shadow 300ms ease-in-out,background-color 350ms ease-in-out;
	transition: box-shadow 300ms ease-in-out,background-color 350ms ease-in-out,-webkit-box-shadow 300ms ease-in-out;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.JC--piterpan {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 35px;
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(var(--cream)));
    background: -o-linear-gradient(top,rgba(255,255,255,0),var(--cream));
    background: linear-gradient(to bottom,rgba(255,255,255,0),var(--cream));
}
.JC--piterpan.JC--piterpan--away {
    height: 0;
}
.JC--tinkerbell {
    background-color: var(--soft);
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.JC--tinkerbell:hover {
    background-color: var(--soft1);
}
.JC--F--box > span:hover , .JC--tinkerbell:hover + span {
	background-color: var(--soft);
	-webkit-box-shadow: 0 7px 7px -8px rgb(0 0 0 / 20%);
	box-shadow: 0 7px 7px -8px rgb(0 0 0 / 20%);
}
.JC--F--box > span > svg {
    width: 80px;
    height: 80px;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}
.JC--tinkerbell:hover + span > svg , .JC--F--box > span:hover > svg {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.JC--F--box > h2 {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.25;
}
.JC--F--box > h2 + p {
	position: relative;
    font-size: 17px;
    line-height: 1.5;
    max-height: 80px;
    overflow-y: hidden;
    -webkit-transition-property: max-height;
    -o-transition-property: max-height;
    transition-property: max-height;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.JC--F--box > h2 + .H--E--0 {
    max-height: 100%;
    overflow-y: initial;
}
.JC--F--ooter {
    background-color: var(--soft);
    padding: 100px 40px;
    margin-top: 200px;
}
.JC--bookstore {
    max-width: 1300px;
    margin: 300px auto 0;
    padding: 0 20px;
}
.JC--book {
    margin-top: 80px;
}
.JC--book--1 {
	-ms-flex-preferred-size: 44%;
	flex-basis: 44%;
	margin-right: 3%;
}
.JC--book--2 {
	-ms-flex-preferred-size: 53%;
	flex-basis: 53%;
}
.JC--book--box > span, .JC--book--boxer {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.JC--book--boxer {
    background-color: var(--soft);
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 20px;
}
.JC--book--boxer > h2 {
    font-size: 19px;
    margin-bottom: 40px;
    font-weight: 700;
}
.JC--book--10 {
    background-color: var(--soft);
    padding: 28px 20px;
}
.JC--book--10 > h2 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 25px;
}
.JC--S--network {
    background-color: var(--sea);
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-position: bottom right;
	background-size: contain;
	max-width: 350px;
	margin: -145px auto 0;
	padding: 25px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.JC--S--network > a {
    width: 30px;
    height: 30px;
}
.JC--S--network > a:not(:last-child) {
    margin-right: 40px;
}
.JC--F--ooter-i {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px 0;
}
.JC--F-oo--box > h4 {
    color: #3c3a3a;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
}
.JC--F-oo--box > h4 + ul > li {
    font-size: 17px;
}
.JC--F-oo--box > h4 + ul > li:not(:last-child) {
    margin-bottom: 20px;
}
.JC--F-oo--box > h4 + ul > li > a:hover {
    opacity: .65;
}
footer {
    font-size: 15px;
    padding: 20px 20px 120px 20px;
}
footer span {
    display: inline-block;
}
footer a > span {
    color: var(--sea);
    font-weight: 700;
}
footer a > span:hover {
    text-decoration: underline;
}
.JC--veritas {
    position: relative;
    max-width: 700px;
    margin: 200px auto 0;
}
.JC--cert--body {
    position: absolute;
    top: 28%;
    color: var(--cream);
    font-size: 19px;
    padding-left: 40px;
}
.JC--cert--body > h2 {
    font-weight: 700;
    background-color: rgba(0,0,0,.5);
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.JC--cert--body > h2 + p {
    background-color: rgba(0,0,0,.5);
    padding: 10px 10px;
    border-radius: 2px;
    margin-bottom: 30px;
}
.JC--veritas > svg {
    position: absolute;
    width: 160px;
    top: 0;
    right: 0;
    margin-right: 2rem;
    margin-top: 4rem;
}
@media screen and (max-width: 1440px) {
	.JC--headman > h2 {
		font-size: 105px;
	}
	.JC--headman--1 > h3 {
		font-size: 59px;
	}
	.JC--service--head {
		max-width: 900px;
		margin: 0 auto;
		padding-left: 0;
	}
	.JC--service--txt {
		margin-left: 50px;
	}
}
@media screen and (max-width: 1440px) {
	.JC--head--1 > a{
		width: 170px;
	}
	.JC--head > h1{
		font-size: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.JC--headman--1 {
		left: 0;
	}
	.JC--headman > h2 {
		font-size: 87px;
	}
	.JC--headman > h3 {
		font-size: 49px;
		margin-top: -50px;
	}
}
@media screen and (max-width: 1024px) {
	.JC--headman > h2 {
		font-size: 79px;
	}
	.JC--headman > h3 {
		font-size: 39px;
		padding-left: 50px;
	}
	.JC--burger--1, .JC--burger--2 {
		display: block;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.JC--x--close.JC--close--show {
		display: block;
		width: 30px;
		height: 30px;
		position: fixed;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 100;
		margin-top: 40px;
		cursor: pointer;
	}
	.JC--menu.JC--menu--1, .JC--menu.JC--menu--2 {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: var(--cream);
		z-index: -1;
		display: none;
	}
	.JC--menu.JC--menu--1.A--M--1 , .JC--menu.JC--menu--2.A--M--2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		z-index: 50;
	}
	.JC--menu.JC--menu--1.A--M--1 > li:not(:last-child) , .JC--menu.JC--menu--2.A--M--2 > li:not(:last-child) {
		margin-bottom: 20px;
	}
	.JC--menu > li:not(:last-child) {
		margin-right: 0;
	}
	.JC--video--box {
		padding-left: 20px;
	}
	.JC--video--box > h2 {
		font-size: 110px;
	}
	.JC--video--box > h2 + p {
		font-size: 39px;
		margin-top: -50px;
	}
	.JC--player {
		max-width: 768px;
		height: 500px;
	}
}
@media screen and (max-width: 991px) {
	.JC--service--cap {
		width: 350px;
		height: 520px;
	}
}
@media screen and (max-width: 800px) {
	.JC--headman > p {
		font-size: 15px;
		margin-top: 25px;
		padding-left: 50px;
	}
	.JC--F--box > span {
		height: 240px;
	}
	.JC--F--box > h2 {
		font-size: 17px;
	}
	.JC--F--box > h2 + p {
		font-size: 15px;
	}
	.JC--F-oo--box {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.JC--F-oo--box:not(:last-child) {
		margin-bottom: 50px;
	}
	.JC--F--box--1, .JC--F--box--2, .JC--F--box--3 {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.JC--head > h1{
		font-size: 35px;
	}
	.JC--headman--1 {
		position: relative;
		left: 0;
		margin-bottom: 40px;
	}
	.JC--headman--1 > h3 {
		margin-top: -30px;
		padding-left: 10px;
	}
	.JC--service {
		margin-top: 150px;
	}
	.JC--service--txt {
		font-size: 17px;
		margin-left: 0;
	}
	.JC--service--cap {
		display: none;
	}
	.JC--service--txt > span {
		font-size: 49px;
	}
	.JC--pointer {
		margin-top: 20px;
	}
	.JC--player {
		max-width: 480px;
		height: 320px;
	}
}
@media screen and (max-width: 480px) {
	.JC--head--1 > a {
		width: 120px;
	}
	.JC--head:before {
		background-color: rgba(0,0,0,.75);
	}
	.JC--boat {
		margin-left: 0;
		margin-bottom: 0;
		top: 25%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.JC--L--switcher {
		margin-right: 0;
		margin-bottom: 0;
		top: initial;
		bottom: 15%;
		right: initial;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.JC--L--switcher > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.JC--L--switcher ul li:not(:last-child) {
		margin-bottom: 0;
		margin-right: 20px;
	}
	.JC--head > h1 {
		font-size: 27px;
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.JC--headman > h2 {
		font-size: 59px;
	}
	.JC--headman > h3 {
		font-size: 29px;
		margin-top: -10px;
		padding-left: 25px;
	}
	.JC--headman > p {
		padding-left: 25px;
	}
	.JC--headman--3 > h2 {
		font-size: 47px;
	}
	.JC--video--box > h2 {
		font-size: 70px;
	}
	.JC--video--box > h2 + p {
		font-size: 25px;
		margin-top: -25px;
	}
	.JC--veritas {
		margin-top: 150px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	.JC--veritas > img {
		display: none;
	}
	.JC--cert--body {
		position: relative;
		padding-left: 0;
		top: initial;
	}
	.JC--cert--body > h2, .JC--cert--body > h2 + p {
		background-color: transparent;
		color: #191A1E;
	}
	.JC--cert--body > h2 {
		margin-bottom: 0;
		padding: 0;
	}
	.JC--veritas > svg {
		position: relative;
		margin-top: 1rem;
		margin-left: auto;
		margin-right: auto;
	}
	.JC--reader {
		margin-left: auto;
		margin-right: auto;
	}
	.JC--F--box {
		width: 100%;
		margin: 0;
	}
	.JC--piterpan{
		bottom: 0;
	}
	.JC--product--list {
		margin-left: 0;
	}
	.JC--F--ooter{
		margin-top: 200px;
	}
	.JC--F--ooter + footer {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	footer span {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 414px) {
	.JC--menu.JC--menu--1.A--M--1, .JC--menu.JC--menu--2.A--M--2, .O--Y--H {
		-webkit-transition: -webkit-transform 250ms ease-in-out;
		transition: -webkit-transform 250ms ease-in-out;
		-o-transition: transform 250ms ease-in-out;
		transition: transform 250ms ease-in-out;
		transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	}
	.JC--menu.JC--menu--1.A--M--1, .JC--menu.JC--menu--2.A--M--2 {
		background-color: rgba(255,255,255,.95);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	.O--Y--H {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	.JC--headman--3 > h2 {
		font-size: 41px;
	}
	.JC--reader{
		font-size: 15px;
	}
	.JC--product--cap {
		max-width: 374px;
	}
	.JC--product--cap > h2{
		font-size: 21px;
	}
	.JC--product--box > h3 {
		font-size: 17px;
	}
	.JC--product--cap > h2, .JC--product--cap > a {
		margin-left: 25px;
	}
	.JC--O--F {
		margin-top: 150px;
	}
	.JC--F--ooter {
		padding-left: 0;
		padding-right: 0;
	}
	footer {
		font-size: 15px;
		padding-left: 10px;
		padding-left: 10px;
	}
	footer span, footer span + a {
		text-align: center;
	}
}
@media screen and (max-width: 360px) {
	.JC--service--txt > ul > li{
		font-size: 15px;
	}
}
.espa {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 45rem;
    z-index: 5;
}
.poster {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
    border: 1px solid rgba(0, 0, 0, .1);
}