body {
	font-family: 'PT Sans', sans-serif;
	font-size: 26px;
	line-height: normal;
	color: #414042;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.col-inner {
	width: 570px;
	max-width: 100%;
}

.col-inner-left {
	float: right;
}

.col-inner-right {
	float: left;
}
.middle .container-fluid {
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
}
.col-img img {
	max-width: 100%;
	height: auto;
}
.col-img-right {
	padding-right: 0;
	text-align: right;
}

.title_72 {
	font-size: 72px;
}

.header-land {
	position: relative;
}

.header-land-text {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	width: 1200px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.logo-land {
	position: fixed;
	top: 19px;
	left: 25px;
	z-index: 99;
}

.img-lh {
	min-width: 65%;
	max-width: 100%;
	width: 935px;
	height: 100vh;
	min-height: 1000px;
	text-align: right
}

.img-lh img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.title-land {
	font-size: 84px;
	margin-bottom: 150px;
}

.scroll-box-header {
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	line-height: normal;
}

.scroll-box-header .line {
	display: inline-block;
	height: 80px;
	width: 1px;
	background: #939598;
	margin-left: 25px;
	vertical-align: middle;
	position: relative;
	top: -10px;
	animation: 1s ease-in-out 0s normal none infinite running animationdown;
	-webkit-animation: 1s ease-in-out 0s normal none infinite running animationdown;
}

.mark-c:before {
	content: '';
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: #B7D4FF;
	position: relative;
	vertical-align: top;
	margin-right: -50px;
	z-index: -1;
}

.piples-box {
	margin-bottom: 130px;
}

.row-pip {
	margin-top: 100px;
	margin-bottom: 100px;
}

.title-piple {
	font-size: 120px;
}

.title-piple::before {
	margin-left: -59px;
}

.col-pip-text {
	font-size: 26px;
	line-height: normal;
	color: #414042;
}

.col-pip-text .inner-cbox {
	float: left;
	width: 600px;
	max-width: 100%;
}

.row-pip-odd .col-pip-text .inner-cbox {
	float: right;
}
.col-pip-img img {
	max-width: 100%;
}

.c-pip {
	width: 330px;
	max-width: 100%;
}

.c-pip-1 {
	margin-bottom: 1.4em;
}

.c-pip-2 {
	float: right;
}

.text-mark-tr:before {
	content: '';
	display: inline-block;
	position: relative;
	border-left: 11px solid #FFAF50;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	/* left: -1.5em; */
	float: left;
	margin-top: .25em;
	margin-left: -1.5em;
}

.text-mark-1 {
	position: relative;
}

.text-mark-1::before {
	content: '';
	display: inline-block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #FFAF50;
	vertical-align: top;
	position: absolute;
	left: -9px;
	top: 0;
	z-index: -1;
}

.block-l-2 {}

.block-l-2 .row {
	margin-bottom: 120px;
}
.box-circle {
	margin-bottom: 120px;
}
.circle-block {
	height: 700px;
	width: 700px;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	/* background: #9DCAF3; */
	max-width: 100%;
	height: auto;
}

/* .circle-block:hover { */
	/* box-shadow: 8px 20px 20px rgba(0, 0, 0, 0.4); */
/* } */

.circle-block a {
	color: rgba(84, 84, 84, 0.6);
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.circle-block a:hover {
	box-shadow: 8px 20px 20px rgba(0, 0, 0, 0.4);
}
.circle-block a img {
	width: 100%;
	height: auto;
}
.circle-block .center {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	width: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
}
.circle-block .segment {
	text-align: center;
	position: absolute;
	display: block;
	/* width: 260px; */
}
.circle-block .segment:before {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
}
.circle-block .segment .td {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	width: 260px;
}
.circle-block  .segm-1 {
	right: 50%;
	top: 0;
	padding-top: 100px;
	height: 180px;
}
.circle-block .segm-2 {
	left: 50%;
	top: 0;
	padding-top: 100px;
	height: 180px;
}
.circle-block .segm-2::before {
	height: 160px;
	width: 1px;
	top: 0;
	left: 0;
}
.circle-block .segm-3 {
	right: 50%;
	bottom: 0;
	padding-bottom: 95px;
	height: 175px;
}
.circle-block .segm-4 {
	left: 50%;
	bottom: 0;
	padding-bottom: 95px;
	height: 175px;
}

.circle-block .segm-4::before {
	height: 160px;
	width: 1px;
	bottom: 0;
	left: 0;
}
.block-l-3 {}

.block-l-3 .row {
	margin-bottom: 80px;
}
.center-box {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.block-l-4 {

}
.block-l-4 .title-l {
	font-size: 104px;
	font-weight: 500;
}

.block-l-4 .title-l:before {
	margin-left: -69px;
}
.block-l-4 .center-box {
	margin-bottom: 100px;
}
.image-l4 img {
	width: 100%;
	margin-bottom: 100px;
}
.block-results {}
.block-results .title-res {
	font-weight: 500;
	font-size: 80px;
	line-height: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 60px;
	padding-left: 133px;
}

.block-results .title-res .num {
	font-weight: bold;
	font-size: 120px;
	line-height: 165px;
	margin-left: -143px;
	float: left;
}
.block-results .title-res .num:before {
	top: 6px;
	margin-right: -57px;
}
.block-results .title-res .title-text {
	display: inline-block;
	vertical-align: -22px;
	margin-top: 0.8em;
}
.block-results .col-before,
.block-results .col-after {
	position: relative;
}
.block-results .col-before .res-text:before,
.block-results .col-after .res-text:before {
	content: '';
	font-weight: 500;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0.25em;
	text-transform: lowercase;
	color: #000000;
	display: inline-block;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg) translate(-100%, -100%);
	-moz-transform: rotate(-90deg) translate(-100%, -100%);
	-ms-transform: rotate(-90deg) translate(-100%, -100%);
	-o-transform: rotate(-90deg) translate(-100%, -100%);
	position: absolute;
	top: 0;
	left: -25px;
	transform-origin: 0% 0px 0;
	-webkit-transform-origin: 0% 0px 0;
}
.block-results .col-before .res-text:before {
	content: 'before';
}
.block-results .col-after .res-text:before {
	content: 'after';
}
.block-results .res-text {
	position: relative;
	width: 450px;
	float: right;
}
.block-results .res-item {
	margin-top: 100px;
	margin-bottom: 100px;
}
.bbr-top {
	padding-bottom: 75px;
	background: url(../img/results-bg.svg) no-repeat center bottom;
	background-size: 100% auto;
	width: 1350px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-bottom: 25px;
}
.block-bot-res {
	margin-top: 100px;
	padding-top: 60px;
	margin-bottom: 100px;
}
.bbr-top .center-box {
	position: relative;
}
.bbr-top .mark-c:before {
	position: absolute;
	left: -50px;
	top: -59px;
}
.bbr-items .col-bbr {
	width: 480px;
	max-width: 100%;
}
.bbr-items .col-bbr .img-bbr {
	margin-bottom: 20px;
}

.bbr-items .col-bbr-2 {
	margin-top: 83px;
}
.bbr-items .col-bbr-3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
}
.title-lform {
	font-size: 80px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 180px;
}

.title-lform:before {
	top: -47px;
}
#tooltip {
	z-index: 9999;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 120px;
	background: #FFAF50;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.box-960 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 960px;
}
.contact-box {
	padding-top: 70px;
}

.contact-box form {
	font-family: Roboto, sans-serif;
}
.contact-box form.yikes-easy-mc-form {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 100px;
}
.contact-box .form-row {
	margin-bottom: 100px;
}
.contact-box .yikes-easy-mc-form label {
	display: inline-block;
	width: 360px;
    max-width: 100%;
}
.contact-box .yikes-mailchimp-container .edit-link {
	display: none;
}
.contact-box .yikes-easy-mc-form label span.FNAME-label {	
	display: none;
}
.contact-box .form-row .form-group {
	width: 360px;
	max-width: 100%;
}
.contact-box .yikes-easy-mc-form label input {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    border: none;
    border-bottom: 1px solid #C4C4C4;
    outline: none;
    height: 58px;
    box-shadow: none;
    font-weight: normal;
}
.contact-box .form-row .form-group .form-control,
.contact-box .yikes-easy-mc-form label input {
	width: 100%;
	font-size: 26px;
	font-family: inherit;
	outline: none;
	box-shadow: none;
}
.contact-box .form-row-btn .btn,
.contact-box .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	width: 330px;
	height: 72px;
	background: #B7D4FF;
	font-weight: 500;
	font-size: 26px;
	line-height: 37px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #4B4B4B;
	font-family: inherit;
	cursor: pointer;
	max-width: 100%;
}
.contact-box .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	float: right;
	margin-top: 100px;
	clear: both;
	display: block;
	margin-left: auto;
	border: none;
}
.soc-footer-land {
	margin-bottom: 60px;
}
.soc-footer-land a {
	margin-right: 69px;
	text-decoration: none !important;
}

/*** ****/

@-webkit-keyframes animationdown {
	from {
		top: -10px;
	}

	50% {
		top: 10px;
	}

	to {
		top: -10px;
	}
}

@-o-keyframes animationdown {
	from {
		top: -10px;
	}

	50% {
		top: 10px;
	}

	to {
		top: -10px;
	}
}

@-moz-keyframes animationdown {
	from {
		top: -10px;
	}

	50% {
		top: 10px;
	}

	to {
		top: -10px;
	}
}

@keyframes animationdown {
	from {
		top: -10px;
	}

	50% {
		top: 10px;
	}

	to {
		top: -10px;
	}
}
@media screen and (max-width: 1430px) {}
@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.logo-land {
		top: 10px;
		right: 11px;
		left: auto;
	}
	.mark-c:before {
		height: 40px;
		width: 40px;
	}
	.row.flexbox:after {
		display: block !important;
	}
	.img-lh {
		min-height: 568px;
	}
	.title-land {
		font-size: 42px;
		margin-bottom: 70px;
	}
	.header-land-text {
		bottom: 16px;
	}
	.scroll-box-header {
		font-size: 16px;
	}

	.scroll-box-header {
		position: relative;
	}
	.scroll-box-header .line {
		position: absolute;
		left: 50%;
		margin: -58px 0 0;
		height: 55px;
	}
	.col-pip-text .inner-cbox,
	.row-pip-odd .col-pip-text .inner-cbox {
		float: none;
		padding-left: 20px;
		padding-right: 20px;
	}
	.title-piple {
		font-size: 42px;
		margin-bottom: 36px;
	}
	.title-piple::before {
		margin-left: 0px;
		left: -20px;
	}
	.row-pip {
		margin-top: 60px;
		margin-bottom: 45px;
	}
	.col-pip-text {
		font-size: 16px;
	}
	.contents-piple img {
		max-width: 100%;
	}

	.col-img-mob {
		margin-bottom: 40px;
	}
	.col-img-mob img {
		max-width: 100%;
	}
	.title_72 {
		font-size: 42px;
	}
	.col-img-right img {
		max-width: 100%;
	}

	.piples-box {
		margin-bottom: 0;
	}

	.soc-footer-land {
		text-align: center;
	}
	.soc-footer-land a {
		margin: 0 25px;
	}
	.block-l-2 h2 {
		margin-bottom: 20px;
	}
	.block-l-2 .row {
		margin-bottom: 40px;
	}
	.box-circle {
		margin-bottom: 40px;
	}
	.block-l-3 .row {
		margin-bottom: 40px;
	}
	.block-l-3 .row img {
		max-width: 100%;
	}
	.block-l-4 .title-l {
		font-weight: 500;
		font-size: 42px;
	}
	.block-l-4 .title-l:before {
		margin-left: 0;
		margin-left: -8px;
		margin-right: -22px;
		margin-top: -6px;
	}
	.block-l-4 .center-box {
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 40px;
	}
	.image-l4 img {
		margin-bottom: 40px;
	}
	.block-results .res-item {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.block-results .title-res {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 40px;
		/* padding-left: 37px; */
		padding-left: 60px;
	}
	.block-results .title-res .num {
		font-weight: bold;
		font-size: 48px;
		line-height: 66px;
		float: left;
		margin-left: -56px;
		margin-right: 0;
	}
	.block-results .title-res .num:before {
		margin-right: -21px;
	}
	.block-results .title-res .title-text {
		font-size: 28px;
		line-height: normal;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		display: block;
		/* margin: -29px 0 30px 30px; */
		margin: 35px 0 30px 0px;
		/* float: left; */
	}
	.block-results div {
		clear: both;
	}
	.block-results .col-before,
	.block-results .col-after {
		padding-left: 63px;
		min-height: 150px;
	}
	.block-results .col-before {
		margin-bottom: 40px;
	}
	.block-results .col-before .res-text:before,
	.block-results .col-after .res-text:before {
		top: 8px;
		left: -19px;
	}
	.block-results .res-text {
		float: none;
		max-width: 100%;
	}
	.block-bot-res {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.bbr-top {
		padding: 0 15px 40px 30px;
	}
	.bbr-top .mark-c:before {
		top: -20px;
	    left: -19px;
	}
	.bbr-items .col-bbr {
		margin-bottom: 30px;
		margin-top: 0;
	}
	.bbr-items .col-bbr:nth-child(even) .img-bbr {
		text-align: right;
	}





	.contact-box {
		padding-top: 0;
	}
	.title-lform {
		font-size: 32px;
		margin-bottom: 60px;
	}
	.title-lform:before  {
		top: -12px;
		margin-right: -19px;
	}
	.contact-box .form-row {
		display: block;
		margin-bottom: 40px;
	}
	.contact-box form.yikes-easy-mc-form {
		margin-bottom: 40px;
		display: block;
	}
	.contact-box .yikes-easy-mc-form label {
		display: block;
	}
	.contact-box .yikes-easy-mc-form .yikes-easy-mc-submit-button {
		margin-top: 40px;
	}
}