:root {
--black: #010101;
--white: #fff;
--green: #B2CD5A; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
p strong, p b, li strong, li b {
font-weight:700
}
.page-content ol ol {
list-style-type: lower-latin;
}
.page-content ol ol ol {
list-style-type: lower-roman;
}
.page-content ol ol ol ol {
list-style-type: decimal;
}
.page-content ol ol ol ol ol {
list-style-type: lower-latin;
}
.page-content ol ol ol ol ol ol {
list-style-type: lower-roman;
}
.page-content ol ol ol ol ol ol ol {
list-style-type: decimal;
}
html {
scroll-behavior: smooth; }
body {
font-family: 'Overpass', sans-serif;
color: var(--black); }
.wrapper {
max-width: 100%;
width: 1240px;
padding: 0 20px;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.lp {
max-width: 100%;
overflow: hidden; }
.hero {
height: 860px;
background: url(//ybkco.com/wp-content/themes/landing/img/texture.jpg) no-repeat #f6f6f6;
background-size: cover;
position: relative; }
.hero .wrapper {
position: relative; }
.hero nav {
position: absolute;
z-index: 10;
right: 20px;
top: 95px; }
.hero nav ul {
list-style-type: none;
padding: 0;
margin: 0; }
.hero nav ul li {
margin-bottom: 25px;
position: relative; }
.hero nav ul li svg {
position: absolute;
top: -38px;
left: -24px;
opacity: 0;
-webkit-transition-duration: 0.2;
transition-duration: 0.2;
pointer-events: none; }
.hero nav ul li a {
font-size: 20px;
font-weight: 600;
line-height: 20px;
color: var(--black);
text-transform: uppercase;
text-decoration: none; }
.hero nav ul li:hover svg {
opacity: 1; }
.hero__book {
position: relative;
padding-top: 15px; }
.hero__book__logo {
position: absolute;
left: -140px;
top: 0; }
.hero__book__bg {
position: relative;
z-index: 2; }
.hero__book__phone {
position: absolute;
z-index: 4;
left: 595px;
bottom: 175px; }
.hero__book__soon {
position: absolute;
left: 680px;
bottom: -20px;
z-index: 3; }
.hero__book__soon span {
display: block;
font-size: 22px;
font-weight: 600;
line-height: 41px;
letter-spacing: 0.2em;
text-transform: uppercase;
margin: 0 0 30px 180px; }
@media only screen and (max-width: 1200px) {
.hero__book {
margin-left: -150px; } }
@media only screen and (max-width: 991px) {
.hero__book {
margin-left: -300px; } }
@media only screen and (max-width: 767px) {
.hero {
height: auto;
background: #f6f6f6; }
.hero nav {
top: 30px; }
.hero nav ul li {
margin-bottom: 15px; }
.hero nav ul li svg {
display: none; }
.hero nav ul li a {
font-size: 18px;
line-height: 18px; }
.hero__book {
position: relative;
padding-top: 35px; }
.hero__book__logo {
display: none; }
.hero__book__bg {
position: relative;
z-index: 2;
max-width: 100%; }
.hero__book__phone {
display: none; }
.hero__book__soon {
display: none; } }
.intro {
border-bottom: 3px solid var(--green);
padding: 26px 0 14px; }
.intro h1 {
font-weight: 600;
font-size: 20px;
margin: 0;
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;
line-height: 50px; }
@media only screen and (max-width: 991px) {
.intro h1 {
letter-spacing: 0.1em;
font-size: 18px; } }
@media only screen and (max-width: 767px) {
.intro {
padding: 20px 0; }
.intro h1 {
font-size: 16px;
line-height: 20px; } }
.text-and-image {
padding: 105px 0 120px; }
.text-and-image .wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.text-and-image .content {
width: 50%; }
.text-and-image .content h2 {
font-size: 48px;
font-weight: 900;
line-height: 60px;
letter-spacing: 0.27em;
margin: 0 0 10px; }
.text-and-image .content p {
font-size: 24px;
font-weight: 400;
line-height: 39px;
letter-spacing: 0.08em; }
.text-and-image .content p:last-of-type {
margin-bottom: 0; }
.text-and-image .image {
width: 50%;
position: relative;
height: 500px; }
.text-and-image .image figure {
position: absolute;
left: 45px; }
.text-and-image .image figure:before {
top: -34px;
bottom: -34px;
left: 70px;
right: -34px;
border: 3px solid var(--black);
position: absolute;
content: ''; }
.text-and-image .image figure img {
position: relative;
z-index: 2; }
.text-and-image--alt .image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.text-and-image--alt .image figure {
position: absolute;
left: auto;
right: 45px; }
.text-and-image--alt .image figure:before {
right: 70px;
left: -34px; }
.text-and-image--alt .content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
@media only screen and (max-width: 767px) {
.text-and-image {
padding: 0 0 60px; }
.text-and-image .wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.text-and-image .content {
width: 100%;
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important; }
.text-and-image .content h2 {
font-size: 32px;
line-height: 40px; }
.text-and-image .content p {
font-size: 18px;
line-height: 24px; }
.text-and-image .image {
height: auto;
width: 100%;
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
margin-bottom: 40px; }
.text-and-image .image figure {
position: static;
margin: 0 -20px; }
.text-and-image .image figure:before {
display: none; }
.text-and-image .image figure img {
width: 100%; } }
.heading h3 {
color: var(--green);
text-align: center;
font-size: 24px;
font-weight: 600;
line-height: 42px;
letter-spacing: 0.2em;
text-transform: uppercase; }
@media only screen and (max-width: 767px) {
.heading {
padding: 0 20px 60px; }
.heading h3 {
font-size: 18px;
line-height: 24px; } }
.full-image {
padding: 100px 0; }
.full-image .main {
position: relative; }
.full-image .main:before {
top: -58px;
bottom: 0;
left: 0;
right: -38px;
border: 3px solid var(--black);
position: absolute;
content: ''; }
.full-image .main img {
position: relative;
display: block;
z-index: 2;
margin-left: -120px; }
.full-image .main .overlay {
position: absolute;
bottom: -260px;
right: -160px;
margin: 0;
z-index: 3; }
.full-image .main h2 {
position: absolute;
bottom: 0;
left: -60px;
z-index: 4;
font-size: 128px;
font-weight: 900;
line-height: 162px;
letter-spacing: 1em;
color: var(--white); }
.full-image .main h2 strong {
font-weight: 900;
color: var(--green); }
@media only screen and (max-width: 1300px) {
.full-image .main img {
margin-left: -60px; }
.full-image .main h2 {
left: 0px; } }
@media only screen and (max-width: 991px) {
.full-image .main h2 {
font-size: 80px;
line-height: 100px; } }
@media only screen and (max-width: 767px) {
.full-image {
padding: 0 0 60px; }
.full-image .main {
margin: 0 -20px; }
.full-image .main:before {
display: none; }
.full-image .main img {
width: 100%;
margin-left: 0;
margin-bottom: 40px; }
.full-image .main .overlay {
display: none; }
.full-image .main h2 {
position: static;
font-size: 36px;
font-weight: 900;
line-height: 42px;
letter-spacing: 0.1em;
color: var(--black);
margin: 0 20px; }
.full-image .main h2 br {
display: none; }
.full-image .main h2 strong {
font-weight: 900;
color: var(--green); } }
.steps {
background: url(//ybkco.com/wp-content/themes/landing/img/yesno.svg) no-repeat bottom 120px right 115px;
position: relative;
z-index: 5;
padding-bottom: 135px; }
.steps .step {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.steps .step__inner {
position: relative;
width: calc(50% - 34px); }
.steps .step__inner > svg {
position: absolute; }
.steps .step h3 {
font-size: 48px;
font-weight: 600;
line-height: 48px;
letter-spacing: 0.27em;
margin: 0 0 15px;
position: relative;
display: inline-block; }
.steps .step h3 svg {
position: absolute;
left: calc(100% + 20px);
bottom: -5px; }
.steps .step p {
font-size: 24px;
font-weight: 400;
line-height: 39px;
letter-spacing: 0.08em;
margin: 0; }
.steps .step:nth-child(1) {
margin-bottom: 75px; }
.steps .step:nth-child(1) .step__inner > svg {
top: -80px;
left: calc(100% - 70px); }
.steps .step:nth-child(2) .step__inner > svg {
top: 40px;
right: calc(100% + 80px); }
.steps .step:nth-child(even) {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
@media only screen and (max-width: 767px) {
.steps {
background: none;
padding-bottom: 0; }
.steps .step {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 65px !important; }
.steps .step__inner {
width: 100%; }
.steps .step__inner > svg {
display: none; }
.steps .step h3 {
font-size: 32px;
font-weight: 600;
line-height: 40px;
letter-spacing: 0.27em;
margin: 0 0 15px;
position: relative;
display: inline-block; }
.steps .step h3 svg {
position: absolute;
left: calc(100% + 10px);
bottom: 0;
height: 50px;
width: auto; }
.steps .step p {
font-size: 18px;
line-height: 24px; } }
.full {
background-position: center;
background-size: cover;
padding: 315px 0 24px;
margin-bottom: 96px; }
.full h3 {
color: #fff;
text-transform: uppercase;
font-weight: 900;
font-size: 128px;
line-height: 162px;
letter-spacing: 1em;
margin: 0; }
.full h3 strong {
color: var(--green);
font-weight: 900; }
@media only screen and (max-width: 991px) {
.full {
padding: 240px 0 24px; }
.full h3 {
font-size: 80px;
line-height: 100px; } }
@media only screen and (max-width: 767px) {
.full {
padding: 240px 0 24px;
margin-bottom: 60px; }
.full h3 {
font-size: 32px;
line-height: 40px; } }
.page-content {
padding: 100px 0 70px; }
.page-content .logo {
margin-bottom: 60px; }
.page-content h1 {
font-weight: 900;
font-size: 40px;
line-height: 51px;
letter-spacing: 0.27em;
margin: 0 0 48px; }
.page-content h1 strong {
color: var(--green);
font-weight: 900; }
.page-content a {
color: var(--black);
text-decoration: underline;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s; }
.page-content a:hover {
color: var(--green); }
.page-content h2 {
font-size: 30px;
font-weight: 700;
line-height: 1.4;
margin-bottom: 16px; }
.page-content h3 {
font-size: 24px;
font-weight: 700;
line-height: 1.4;
margin-bottom: 16px; }
.page-content h4 {
font-size: 18px;
font-weight: 700;
line-height: 1.4;
margin-bottom: 16px; }
.page-content ul,
.page-content ol {
margin: 0 0 24px 40px; }
.page-content ul li,
.page-content ol li {
font-size: 18px;
font-weight: 400;
line-height: 24px;
margin-bottom: 0; }
.page-content p {
font-size: 18px;
font-weight: 400;
line-height: 24px;
margin-bottom: 24px; }
.text {
margin-bottom: 18px; }
.text h3 {
font-weight: 900;
font-size: 40px;
line-height: 51px;
letter-spacing: 0.27em;
margin: 0 0 48px; }
.text h3 strong {
color: var(--green);
font-weight: 900; }
.text p {
font-size: 24px;
font-weight: 400;
line-height: 39px;
letter-spacing: 0.08em;
margin-bottom: 24px; }
.text p:last-child {
margin-bottom: 0; }
@media only screen and (max-width: 767px) {
.text {
margin-bottom: 60px; }
.text h3 {
font-size: 32px;
line-height: 40px;
margin: 0 0 16px; }
.text p {
font-size: 18px;
line-height: 24px; } }
.app {
background: url(//ybkco.com/wp-content/themes/landing/img/hearts.svg) no-repeat left 115px bottom 120px; }
.app__content {
padding-right: 28px; }
.app .wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.app .wrapper h3 {
font-weight: 900;
font-size: 40px;
line-height: 51px;
letter-spacing: 0.27em;
margin: 0 0 48px; }
.app .wrapper h3 strong {
color: var(--green);
font-weight: 900; }
.app .wrapper p {
font-size: 24px;
font-weight: 400;
line-height: 39px;
letter-spacing: 0.08em;
margin-bottom: 24px; }
.app .wrapper p:last-child {
margin-bottom: 0; }
@media only screen and (max-width: 767px) {
.app {
margin-bottom: 60px; }
.app__content {
padding-right: 0; }
.app img {
max-width: 100%;
margin: 30px auto 0;
display: block; }
.app .wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.app .wrapper h3 {
font-size: 32px;
line-height: 40px;
margin: 0 0 16px; }
.app .wrapper p {
font-size: 18px;
line-height: 24px; } }
.gallery {
margin-bottom: 65px; }
.gallery img {
display: block;
margin: 0 auto;
max-width: 100%; }
.newsletter {
margin-top: 90px; }
.newsletter h2 {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 51px;
margin: 0 0 8px; }
.newsletter__box {
background: var(--green);
border: 3px solid var(--black);
padding: 64px 100px 90px;
position: relative; }
.newsletter__box:before {
top: -80px;
bottom: 40px;
left: -48px;
right: 48px;
border: 3px solid var(--black);
position: absolute;
content: '';
pointer-events: none; }
.newsletter h3 {
font-weight: 900;
font-size: 65px;
line-height: 82px;
letter-spacing: 0.27em;
color: #fff;
text-transform: uppercase; }
.newsletter h3 strong {
font-weight: 900;
color: #000; }
.newsletter p {
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 39px;
margin: 0 0 38px; }
.newsletter form {
margin: 0 auto;
max-width: 100%;
width: 668px; }
.newsletter form input {
border: 3px solid var(--white);
margin: 0 0 35px;
width: 100%;
text-transform: uppercase;
color: var(--white);
height: 60px;
padding: 0 20px;
font-weight: 600;
font-size: 20px;
background: none;
outline: none !important;
display: block; }
.newsletter form :-webkit-input-placeholder {
color: var(--white); }
.newsletter form :-ms-input-placeholder {
color: var(--white); }
.newsletter form ::-webkit-input-placeholder {
color: var(--white); }
.newsletter form ::-ms-input-placeholder {
color: var(--white); }
.newsletter form ::placeholder {
color: var(--white); }
.newsletter form button {
margin: 0 auto;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 20px;
text-align: left;
width: 277px;
height: 74px;
padding: 15px 0 0 70px;
border: 0;
background: url(//ybkco.com/wp-content/themes/landing/img/button.svg) no-repeat center;
display: block; }
.newsletter form button:hover {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1); }
@media only screen and (max-width: 767px) {
.newsletter {
margin-top: 0; }
.newsletter h2 {
margin: 0; }
.newsletter__box {
padding: 40px 20px; }
.newsletter__box:before {
display: none; }
.newsletter h3 {
font-size: 28px;
line-height: 36px;
margin: 0 0 16px;
letter-spacing: 0.1em; }
.newsletter p {
font-size: 18px;
line-height: 24px;
margin: 0 0 30px; }
.newsletter form {
width: 100%; }
.newsletter form input {
margin: 0 0 20px;
height: 50px;
padding: 0 15px;
font-size: 18px;
-webkit-box-sizing: border-box;
box-sizing: border-box; } }
.download {
padding: 31px 0 59px;
background: url(//ybkco.com/wp-content/themes/landing/img/xoxo.svg) no-repeat bottom 72px right 80px; }
.download img {
display: block;
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.download {
background: none;
padding: 40px 0; }
.download img {
max-width: 100%;
width: 200px; } }
.credits {
background: var(--black);
color: #fff;
padding: 20px 0;
font-size: 16px;
font-weight: 400;
line-height: 20px; }
.credits a {
color: #fff; }
.credits .wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
@media only screen and (max-width: 767px) {
.credits {
font-size: 12px;
line-height: 16px; }
.credits span:last-child {
display: none; } }