:root {
    --green: #95c11f;
    --gray: #4d585f;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('../fonts/GothamCondensed-Bold.eot');
    src: url('../fonts/GothamCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamCondensed-Bold.woff2') format('woff2'),
    url('../fonts/GothamCondensed-Bold.woff') format('woff'),
    url('../fonts/GothamCondensed-Bold.ttf') format('truetype'),
    url('../fonts/GothamCondensed-Bold.svg#GothamCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-Ultra.eot');
    src: url('../fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Ultra.woff2') format('woff2'),
    url('../fonts/Gotham-Ultra.woff') format('woff'),
    url('../fonts/Gotham-Ultra.ttf') format('truetype'),
    url('../fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gotham', sans-serif;
    background-color: #f0f0f0;
}

.site-brand span {
    display: block;
    font-size: 20px;
    color: var(--green);
}

.site-brand span:nth-child(2) {
    color: var(--gray);
}

.site-brand:hover {
    text-decoration: none;
}

.navbar-dark .navbar-toggler {
    border-color: #fff;
}

.flags ul {
    font-size: 0;
}

.flags ul li {
    display: inline-block;
}

.flags ul li + li {
    margin-left: 15px;
}

.header-buttons ul {

}

.header-buttons ul li {
    display: inline-block;
}

.header-buttons ul li + li {
    margin-left: 15px;
}

.header-buttons ul li a {
    text-align: center;
    font-size: 12px;
    color: var(--gray);
}

.header-buttons ul li a:hover {
    text-decoration: none;
}

.header-buttons ul li a .icon {
    display: block;
}

.header-buttons ul li a .icon i {
    font-size: 35px;
    color: var(--green);
}

.main-navigation {
    background-color: var(--green);
    padding: 0;
}

.main-navigation .navbar-nav li {
    position: relative;
}

.main-navigation .navbar-nav > li a {
    padding: 7px 25px !important;
    font-size: 16px;
}

.main-navigation .navbar-nav > li + li a:before {
    content: '';
    width: 2px;
    height: 16px;
    background-color: #fafafa;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.main-navigation .navbar-nav > li:first-child > a {
    padding-left: 0 !important;
}

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-links ul li + li {
    margin-top: 15px;
}

.banner-links ul li a {
    display: block;
    color: #fff;
    background-color: #a5a99c;
    padding: 7px 40px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transition: all 0.2s;
    text-align: center;
}

.banner-links ul li.active a,
.banner-links ul li a:hover {
    text-decoration: none;
    background-color: #616161;
}

.green-ribbon {
    background-color: var(--green);
}

.black-ribbon {
    background-color: #151e29;
}

.ribbon {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
}

.ribbon img {
    height: 59px;
}

.ribbon span {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
    line-height: 1;
    max-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
}

.ribbon-both {
    padding: 15px 45px;
}

.ribbon-left {
    padding: 15px 15px 15px 45px;
}

.product {
    background-color: #f5f5f4;
    box-shadow: 0 0 29px 0 rgba(26, 24, 20, 0.18);
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    height: 330px;
    padding: 30px;
}

.product h3 {
    color: #151e29;
    font-size: 30px;
    max-width: 250px;
}

.product .cat {
    position: absolute;
    top: 0;
    right: 25px;
    background-color: var(--green);
    color: #fff;
    padding: 0 30px;
    font-size: 32px;
    font-family: 'Gotham Condensed', sans-serif;
    z-index: 1;
}

.product .cat:after,
.product .cat:before {
    content: '';
    position: absolute;
    height: 48px;
    width: 20px;
    background-color: #f5f5f4;
    top: 0;
}

.product .cat:after {
    right: -10px;
    transform: skewX(-15deg);
}

.product .cat:before {
    left: -10px;
    transform: skewX(15deg);
}

.product .product-image {
    position: absolute;
    bottom: -30px;
    left: -20px;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
}

.product:hover {
    text-decoration: none;
}

.testimonials-section h2 {
    color: var(--green);
    font-family: 'Gotham Ultra', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.testimonial .inner {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    padding: 15px;
    border: 5px solid #fff;
    background-color: #e5e5e4;
    border-radius: 10px;
    text-align: right;
    font-size: 16px;
    padding-left: 100px;
}

.testimonial .inner h5 {
    font-size: 16px;
    color: var(--green);
    font-weight: 700;
    margin: 0;
}

.testimonial .inner p {
    color: #706f6f;
    font-size: 15px;
}

.testimonial .inner p:last-child {
    margin: 0;
}

.site-footer {
    background-color: #151e29;
    border-top: 10px solid var(--green);
}

.site-footer .inner {
    padding: 30px 60px;
}

.site-footer h6,
.site-footer h5 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    font-size: 13px;
    display: block;
    color: #fff;
}

.footer-bottom {
    padding-top: 100px;
}

.social-links ul li {
    display: inline-block;
    margin-right: 15px;
}

.social-links ul li:last-child {
    margin-right: 0;
}

.social-links ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #151e29;
    border-radius: 50%;
}

.newsletter-button {
    color: #fff;
    font-size: 12px;
    background-color: #323030;
    display: inline-block;
    padding: 10px 30px;
}

.newsletter-button:hover {
    text-decoration: none;
    color: #fff;
}

.how-to {
    padding-top: 50px;
    padding-bottom: 50px;
}

.how-to-banner {
    max-width: 100%;
}

.how-to h1 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 48px;
    text-align: center;
    margin-bottom: 25px;
}

.how-to h2 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.how-to p {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

.how-to .desc {
    text-align: center;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 24px;
}

.how-to-field {
    padding: 90px 170px 60px 60px;
    border: 5px dotted var(--green);
    border-radius: 25px;
    margin-bottom: 35px;
    position: relative;
}

.how-to-field span {
    position: absolute;
    font-family: 'Alfa Slab One', cursive;
    font-size: 132px;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
}

.how-to-field img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 186px;
    right: -93px;
}

.about-wrapper {
    position: relative;
    margin-top: 25px;
    padding-bottom: 100px;
}

.about-left {
    width: 120px;
    flex: 0 0 120px;
}

.about-title {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-family: 'Gotham Ultra', sans-serif;
    font-size: 146px;
    position: absolute;
    top: 0;
    width: 160px;
    left: -160px;
    white-space: nowrap;
}

.about-title-mobile {
    font-family: 'Gotham Ultra', sans-serif;
}

.about-center p {
    font-size: 16px;
    margin-bottom: 35px;
}

.about-desc {
    padding: 10px;
    border-top: 2px solid #02428a;
    border-left: 1px solid #02428a;
}

.about-desc p {
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: var(--green);
}

.about-right {
    padding-left: 15px;
}

.about-img {
    position: relative;
    margin-bottom: 30px;
}

.about-img img {
    width: 100%;
}

.about-img span {
    position: absolute;
    bottom: 5px;
    left: 15px;
    color: #fff;
    font-size: 17px;
}

.how-to .inner {
    padding: 0 100px;
}

.navbar-expand-xl > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.ps-1 {
    height: 401px;
    background-color: #bdb993;
    margin-top: 20px;
}

.ps-1 .container {
    height: 100%;
}

.ps-1 h2 {
    font-family: 'Gotham Ultra', sans-serif;
    font-size: 70px;
    max-width: 500px;
    padding-top: 50px;
}

.ps-1 .inner {
    position: relative;
    height: 100%;
}

.ps-1 .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 655px;
    right: 0;
}

.ps-1 .bg img {
    height: 100%;
    width: auto;
}

.ps-2 {
    padding: 20px 0 80px;
}

.ps-2 img {
    width: 100%;
    box-shadow: 0 0 29px 0 rgba(26, 24, 20, 0.18);
    border-radius: 10px;
    cursor: pointer;
}

.ps-3 {
    height: 401px;
    background-color: #d6a975;
}

.ps-3 .container {
    height: 100%;
}

.ps-3 h2 {
    font-family: 'Gotham Ultra', sans-serif;
    font-size: 70px;
    max-width: 500px;
    padding-top: 50px;
    position: relative;
}

.ps-3 .inner {
    position: relative;
    height: 100%;
}

.ps-3 .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 800px;
    right: 0;
}

.ps-3 .bg img {
    width: auto;
    height: 100%;
}

.ps-4 {
    height: 346px;
    background-color: #7fb2b2;
}

.ps-4 .container {
    height: 100%;
}

.ps-4 h2 {
    font-family: 'Gotham Ultra', sans-serif;
    font-size: 50px;
    max-width: 300px;
    padding-top: 50px;
    position: relative;
}

.ps-4 .inner {
    position: relative;
    height: 100%;
}

.ps-4 .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 800px;
    right: 0;
}

.ps-4 .bg img {
    width: 100%;
    height: auto;
}

.ps-5 {
    background-color: #beb894;
}

.ps-5 h2 {
    max-width: 300px;
    padding-top: 120px;
}

.ps-6 {
    height: 476px;
    background-color: #b3c199;
}

.ps-6 img {
    width: 100%;
    height: auto;
}

.ps-6 h2 {
    max-width: 300px;
    padding-top: 150px;
}

.six {
    padding: 30px 0;
}

.six h1 {
    font-size: 30px;
    margin-top: 15px;
}

.guides-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.guides-section img {
    max-width: 100%;
}

.guides-section h1 {
    font-size: 47px;
    text-align: center;
    font-family: 'Alfa Slab One', cursive;
    margin-bottom: 40px;
}

.guides-section .desc {
    margin-top: 35px;
}

.guides p {
    padding: 10px;
    border: 3px dotted var(--green);
    margin: 0;
    border-bottom: 0;
}

.guides p:last-child {
    border-bottom: 3px dotted var(--green);
}

.form-section {
    padding: 10px 0;
}

.form-section form {
    padding: 20px 0;
}

.register-title {
    margin: 0;
    background-color: #222;
    color: #fff;
    font-size: 20px;
    padding: 5px;
}