@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Regular.woff2') format('woff2'),
	url('../fonts/Gordita-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gordita';
	src: url('../fonts/Gordita-Medium.woff2') format('woff2'),
	url('../fonts/Gordita-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/*
html {
	scroll-behavior: smooth;
}
*/
html{
	font-size: 10px;
}
body{
	background: #fff;
	font-size: 1.6rem;
	font-family: 'Gordita', sans-serif;
	font-weight: normal;
	color: #4b5867;
	line-height: 1.875;
	margin: 0;
	min-width: 320px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
html.menu-open{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	height: auto;
	max-width: 100%;
}
img:last-child{
	margin-bottom: 0;
}
img:first-child{
	margin-top: 0;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: 500;
}
a,
.button,
label,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover{
	color: #68bec8;
}
.button{
	background-color: #002333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0.875em 2em;
	transition: all 0.2s linear;
	text-align: center;
	text-decoration: none;
}
.button:hover{
	background-color: #146dbc;
	color: #fff;
}
.button-white{
	background: transparent;
	border: 1px solid #fff;
	border-radius: 3em;
	padding: 0.5em 2em;
}
.button-white:hover{
	background-color: #fff;
	color: #002333;
}
.link-wa{
	color: #4b5867;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-right: 1.375em;
	text-decoration: none;
	transition: all 0.4s ease;
}
.link-wa:hover{
	color: #146dbc;
}
.link-wa:before{
	background: #146dbc;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.2s linear;
	width: 0;
}
.link-wa:hover:before{
	width: 100%;
}
.link-wa:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpolygon fill='%234b5867' points='9,10 8.1,9.2 11.7,5.6 0,5.6 0,4.4 11.7,4.4 8.1,0.9 9,0 14,5 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	content: "";
	display: block;
	height: 0.625em;
	margin-top: -0.3125em;
	right: 0;
	position: absolute;
	top: 50%;
	width: 1.2em;
}
.link-wa:hover:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpolygon fill='%23146dbc' points='9,10 8.1,9.2 11.7,5.6 0,5.6 0,4.4 11.7,4.4 8.1,0.9 9,0 14,5 '/%3E%3C/svg%3E");
}
.link-wa-down:after{
	margin-top: -0.7em;
	transform: rotate(90deg);
}
p,
ul,
ol{
	margin: 0 0 1.875em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
li{
	padding: 0.1em 0;
}
ul{
	padding-left: 1.2em;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
}
h1{
}
h2{
	color: #146dbc;
	font-size: 2.7rem;
	line-height: 1.5;
	margin: 1.7em 0;
}
h1:first-child,
h2:first-child,
h2:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h2:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea{
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #d3d3d4;
	box-shadow: none; 
	display: block;
	color: #4b5867;
	font-size: inherit;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.5;
	padding: 1em 1.5em;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {color:#4b5867; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#4b5867; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#4b5867; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#4b5867; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
select{
	background-image: url('../img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1.375em;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	cursor: pointer;
	color: inherit;
	padding-right: 3.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
select.changed{
	color: #70777a;
}
textarea{
	height: 13em;
	padding: 1.5em 1.8em;
	resize: none;
}
button[type="submit"],
input[type="submit"]{
	background-color: #008196;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1.5;
	letter-spacing: normal;
	padding: 1em 2em;
	transition: all 0.2s linear;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover{
	background-color: #002333;
	color: #fff;
}
.cf-form-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.cf-form-col{
	padding: 0 1rem 2rem;
	position: relative;
	width: 100%;
}
.cf-form-col-6{
	width: 50%;
}
.cf-form-col.cf-form-col-submit{
	padding-bottom: 0;
	padding-top: 4rem;
	text-align: center;
}
.wpcf7-not-valid::-webkit-input-placeholder {color:#d71831;}
.wpcf7-not-valid::-moz-placeholder          {color:#d71831;}
.wpcf7-not-valid:-moz-placeholder           {color:#d71831;}
.wpcf7-not-valid:-ms-input-placeholder      {color:#d71831;}
.wpcf7-not-valid{
	border-color: #df0000!important;
}
.wpcf7-spinner{
	margin: 0;
	position: absolute;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-checkbox .first{
	margin-left: 0;
}
.wpcf7-checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 2rem;
}
.wpcf7-checkbox input{
	height: 1.2rem;
	display: inline-block;
	margin: 0;
	left: 0;
	position: absolute;
	vertical-align: middle;
	top: 0.2em;
	width: 1.2rem;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip{
	position: relative;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
span.wpcf7-not-valid-tip{
	font-size: 1.2rem;
	color: #df0000;
	line-height: 1.2;
	margin-top: 5px;
	position: absolute;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 1em;
	line-height: 1.5;
	margin: 1.5em auto 0;
	padding: 0.875em 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	max-width: 125.6rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 96%;
}
/*---------Animation--------*/
.fade-in{
	transition: opacity 0.9s ease;
	opacity: 0;
}
.fade-in.visible{
	opacity: 1;
}
.anim-slide-left{
	position: relative;
	overflow: hidden;
}
.anim-slide-left:after{
	background: #fff;
	content: "";
	display: block;
	left: -1%;
	height: 102%;
	position: absolute;
	transition: all .8s cubic-bezier(0.4,0,0.2,1);
	top: -1%;
	width: 102%;
	z-index: 10;
}
.bg-porcel .anim-slide-left:after{
	background: #f5f3f1;
}
.anim-slide-left.visible:after{
	width: 0;
}
/*-----------Social-------*/
.social-block ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social-block li{
	display: inline-block;
	margin-right: 1.4rem;
	vertical-align: middle;
}
.social-block li:last-child{
	margin-right: 0;
}
.social-block a{
	display: block;
}
.social-block svg{
	display: block;
	height: auto;
	width: 3.6rem;
}
/*--------------Header--------------*/
.header{
	background: #002333;
	left: 0;
	top: 0;
	transition: all 0.2s linear;
	text-align: left;
	width: 100%;
	z-index: 101;
}
body.home .header{
	background: transparent;
	position: absolute;
}
.header-inner{
	padding: 6.1rem 0;
}
.header-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 125.6rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	position: relative;
	width: 96%;
}
.header-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 25.4rem;
	transition: width 0.2s linear, height 0.2s linear;
}
.navigation-wrap{
	align-self: center;
}
.navigation{
	text-transform: uppercase;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation a{
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
}
#touch-menu{
	display: none;
	cursor: pointer;
	font-size: 1.2rem;
	height: 1.6em;
	margin: -0.8em 0 0;
	right: 2rem;
	top: 50%;
	position: absolute;
	width: 2.6em;
	z-index: 999;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -0.7em;
}
#touch-menu span:after{
	top: 0.7em;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 0.7em;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	border-radius: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	background-color: #fff;
	transform: rotate(45deg) translate(0.5em, 0.5em);
}
#touch-menu.on span:after{
	background-color: #fff;
	transform: rotate(-45deg) translate(0.5em, -0.5em);
}
.toggle-submenu{
	border-left: 1px solid rgba(55,55,55,0.1);
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 8;
	width: 44px;
}
.toggle-submenu.active{
	background: rgba(0,0,0,0.05);
}
.toggle-submenu:after,
.toggle-submenu:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	display: inline-block;
	background-color: #fff;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
.toggle-submenu:before {
	transform: translateX(3px) rotate(-50deg);
}
.toggle-submenu:after {
	transform: translateX(-4px) rotate(50deg);
}
.toggle-submenu:after,
.toggle-submenu:before {
	right: 50%;
	margin-right: -5px;
}
.toggle-submenu.active:before {
	transform: rotate(-45deg);
}
.toggle-submenu.active:after{
	transform: rotate(45deg);
}
.menu-open .header{
	box-shadow: none;
}
/*--------------Footer-----------*/
.footer{
	background: #002333;
	color: #e3e6e7;
	padding: 9rem 0 7.5rem;
}
.footer a:not(.button){
	color: inherit;
	text-decoration: none;
}
.footer a:not(.button):hover{
	color: #68bec8;
}
.footer-col{
	padding-bottom: 4rem;
}
.footer-content{
	line-height: 2.5;
}
.footer-social{
	margin-top: 2.5rem;
}
.footer-bot-row{
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	padding-top: 7.8rem;
}
.footer-logo{
	min-width: 8rem;
	width: 8rem;
	order: 2;
}
.footer-logo img{
	display: block;
	height: auto;
	width: 8rem;
}
.footer-bot-content{
	font-size: 1.4rem;
	order: 1;
	padding-right: 2rem;
}
.footer-bot-content a{
	display: inline-block;
}
.out-popup{
	background: rgba(0,0,0,0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.out-popup-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	padding: 5rem 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.out-popup-block{
	background: #1279be;
	box-shadow: 0 0 2rem rgba(0,0,0,0.4);
	max-width: 64rem;
	margin: auto;
	padding: 5.5rem 2rem;
	position: relative;
	text-align: center;
	width: 92%;
}
.out-popup-block img{
	margin-bottom: 5rem;
	width: 51rem;
}
.out-popup-close{
	background: #002333;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	right: 0;
	padding: 0.4em 0.8em;
	position: absolute;
	top: 0;
	transition: all 0.2s linear;
	z-index: 2;
}
.out-popup-close:hover{
	background: #000;
}
/*----------Default---------*/
.def-content{
	margin: 0 auto;
	max-width: 100rem;
}
.def-content h1{
	font-size: 2.2em;
	margin: 1.3em 0;
}
.def-content h2{
	font-size: 2em;
	font-weight: 500;
	letter-spacing: normal;
	margin: 1.4em 0;
}
.def-content h3{
	font-size: 1.6em;
	font-weight: 500;
	margin: 1.6em 0;
}
.def-content h4{
	font-size: 1em;
	font-weight: 500;
	margin: 1.7em 0 0;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
main{
	display: block;
	min-height: calc(100vh - 48rem);
}
.fz-23{
	font-size: 2.3rem;
	line-height: 1.5;
}
.sect-pad{
	padding: 10rem 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.bg-porcel{
	background: #f5f3f1;
}
.tit-section{
	padding: 12rem 0;
	position: relative;
}
.tit-section-wbg:before{
	background: #f5f3f1;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
.tit-section .container{
	position: relative;
	z-index: 2;
}
.tit-content-wrap{
	max-width: 54rem;
}
.it-section .tit-content-wrap{
	margin-left: auto;
}
.tit-img-wrap{
	max-width: 54rem;
}
.ti-section .tit-img-wrap{
	margin-left: auto;
}
.tit-img{
	position: relative;
}
.tit-img-shadow:before{
	background: #f8f9fa;
	bottom: -3rem;
	content: "";
	display: block;
	height: 100%;
	left: -3rem;
	position: absolute;
	width: 100%;
}
.tit-img-shape:after{
	background-image: url('../img/icons/symbol-icon-green.svg');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	bottom: -11.5%;
	content: "";
	display: block;
	height: 118%;
	left: -14.5%;
	opacity: 0.45;
	position: absolute;
	width: 128%;
	z-index: 3;
}
.tit-img img{
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 2;
}
.slider-pagination{
	bottom: 0;
	line-height: 1;
	margin-top: 6.7rem;
	text-align: center;
}
.slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #b1bac0;
	height: 1.4rem;
	margin: 0.4rem 0.8rem;
	opacity: 1;
	width: 1.4rem;
}
.slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active{
	background: #b1bac0;
}
.slider-button-prev,
.slider-button-next{
	border: 1px solid #b1bac0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.6rem auto;
	border-radius: 50%;
	cursor: pointer;
	height: 4rem;
	transition: all 0.2s linear;
	width: 4rem;
	z-index: 3;
}
.slider-button-prev{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23b1bac0' points='8.9 0 9.6 0.7 1.9 8.5 24 8.5 24 9.5 1.9 9.5 9.6 17.3 8.9 18 0 9 8.9 0 '/%3E%3C/svg%3E");
	left: -6.5rem;
}
.slider-button-next{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23b1bac0' points='15.1,18 14.4,17.3 22.1,9.5 0,9.5 0,8.5 22.1,8.5 14.4,0.7 15.1,0 24,9 '/%3E%3C/svg%3E");
	right: -6.5rem;
}
.slider-button-prev:hover{
	background-color: #b1bac0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23fff' points='8.9 0 9.6 0.7 1.9 8.5 24 8.5 24 9.5 1.9 9.5 9.6 17.3 8.9 18 0 9 8.9 0 '/%3E%3C/svg%3E");
}
.slider-button-next:hover{
	background-color: #b1bac0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpolygon fill='%23fff' points='15.1,18 14.4,17.3 22.1,9.5 0,9.5 0,8.5 22.1,8.5 14.4,0.7 15.1,0 24,9 '/%3E%3C/svg%3E");
}
.top-banner{
	position: relative;
}
.top-banner-block{
	background-color: #171717;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.top-banner-inner{
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: 15rem 0 21.5rem;
	position: relative;
	width: 100%;
	z-index: 2;
}
.top-banner-content h1,
.top-banner-content h2{
	color: inherit;
	font-size: 4.2rem;
	font-weight: normal;
	line-height: 1.4;
}
.top-banner-scroll-link{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cpolygon fill='%23FFFFFF' points='9,24 0,15.1 0.7,14.4 8.5,22.1 8.5,0 9.5,0 9.5,22.1 17.3,14.4 18,15.1 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 8.3rem;
	height: 5.2rem;
	margin-right: 56rem;
	position: absolute;
	right: 50%;
	width: 3.8rem;
	z-index: 3;
}
.top-banner-video-bg{
	display: block;
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 1;
}
.top-banner-video-bg iframe{
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	width: 100vw;
}
.top-banner-notice{
	background: #68bec8;
	bottom: 0;
	color: #fff;
	font-size: 2.7rem;
	line-height: 1.5;
	left: 50%;
	padding: 6.6rem 5.8rem;
	position: absolute;
	width: 50%;
	z-index: 3;
}
.top-banner-notice-text{
	max-width: 18.6em;
}
.home-intro-section{
	padding: 11.3rem 0 11.6rem;
}
.home-intro-content{
	max-width: 32em;
}
.home-intro-content h2{
	max-width: 15em;
}
.info-section{
	background: #f8f9fa;
	overflow: hidden;
}
.info-row{
	display: flex;
	flex-wrap: wrap;
}
.info-content-col{
	align-self: center;
	padding-right: 3rem;
	order: 1;
	width: 50%;
}
.info-content{
	max-width: 50rem;
	padding: 6rem 0;
}
.info-img-col{
	position: relative;
	order: 2;
	width: 50%;
}
.info-img-wrap{
	height: 100%;
	margin-right: -7vw;
	position: relative;
}
.info-img{
	padding-top: 97.5%;
}
.info-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.clients-section{
	padding: 11.7rem 0 8rem;
	overflow: hidden;
}
.clients-heading{
	margin-bottom: 7.4rem;
	text-align: center;
}
.clients-heading h2{
	margin-bottom: 1em;
}
.clients-slider-wrap{
	max-width: 125.6rem;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 96%;
}
.clients-slider .swiper-slide{
	padding: 0 1.5rem;
	width: 20%;
}
.client-item{
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	text-decoration: none;
}
a.client-item:hover{
	background: #dadada;
}
.client-item img{
	display: inline-block;
	height: 6rem;
	object-fit: contain;
	max-width: 14rem;
	vertical-align: middle;
	width: 100%;
}
.clients-slider-navigation{
	display: flex;
	justify-content: center;
	margin-top: 7.3rem;
}
.clients-button-prev,
.clients-button-next{
	margin: 0 1.8rem;
}
.testimonial-section{
	border-top: 1px solid #d0d6da;
	padding: 13.4rem 0 8.4rem;
}
.testimonial-block{
	margin: 0 auto;
	max-width: 89.6rem;
}
.testimonial-text{
	color: #002333;
	font-size: 2.4rem;
	line-height: 1.7;
}
.testimonial-author{
	margin-top: 3.8rem;
}
.testimonial-author strong{
	font-weight: 500;
}
.home-join-section{
	background: #f8f9fa;
	padding: 12.3rem 0 10.6rem;
	overflow: hidden;
}
.home-join-content{
	max-width: 49rem;
}
.subscribe-section{
	background: #68bec8;
	color: #fff;
	padding: 10rem 0 9rem;
}
.subscribe-form{
	margin: 0 auto;
	max-width: 53.6rem;
	text-align: center;
	width: 100%;
}
.subscribe-form h2{
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.3;
	margin: 0 0 1.2em;
}
.subscribe-form form{
	text-align: left;
}
.subscribe-form-row{
	margin-bottom: 3rem;
	position: relative;
	padding-right: 13rem;
}
.subscribe-form-field input{
	border: none;
	font-size: 1.4rem;
	padding: 1em 1.5em;
}
.subscribe-form-submit{
	position: absolute;
	right: 0;
	top: 0;
	width: 13rem;
}
.subscribe-form-submit input{
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1em 0.5em;
	width: 100%;
}
.subscribe-checkbox{
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}
.subscribe-checkbox label{
	cursor: pointer;
	display: inline-block;
	padding-left: 2.2em;
	position: relative;
	text-align: left;
}
.subscribe-checkbox input{
	display: block;
	height: 1.3em;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0.1em;
	width: 1.3em;
}