
@font-face {
    font-family: 'Cardilla';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/cardilla-regular.eot');
    src: local(''),
    url('../fonts/cardilla-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cardilla-regular.woff') format('woff'),
    url('../fonts/cardilla-regular.ttf') format('truetype');
}


@font-face {
    font-family: 'Belfast';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/hk-gothic-bold.eot');
    src: local(''),
    url('../fonts/hk-gothic-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hk-gothic-bold.woff') format('woff'),
    url('../fonts/hk-gothic-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Belfast';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/hk-gothic-bold.eot');
    src: local(''),
    url('../fonts/hk-gothic-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hk-gothic-bold.woff') format('woff'),
    url('../fonts/hk-gothic-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Belfast';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/hk-gothic-black.eot');
    src: local(''),
    url('../fonts/hk-gothic-black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hk-gothic-black.woff') format('woff'),
    url('../fonts/hk-gothic-black.ttf') format('truetype');
}







/* Custom code start */

body {
    font-size: 1rem;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1.35em;
}
h1, h2, h3, h4 {
    color: inherit;
    line-height: 1.2em;
    margin-bottom: 15px;
}
h1 {
    font-size: 3rem;
    line-height: 1.1em;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.5rem;
}

.anchor {
    display: block;
    -ms-transform: translateY(-140px);
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
}

.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}

.main-wrapper {
    display: block;
    position: relative;
}
.wrapper.overflow,
.main-wrapper.overflow {
    overflow: hidden;
}

.wrapper {
    display: block;
    position: relative;
}
.wrapper:not(.zero) {
    padding: 80px 0;
}

.wrapper.compact {
    padding: 55px 0 50px;
}
.wrapper.spacing {
    padding: 150px 0 150px;
}
.wrapper.spacing-top {
    padding-top: 150px;
}




/* Theme Specific */


body.has-cardilla [data-font="cardilla"] {
    font-family: 'Cardilla', sans-serif;
}


[data-color="white"] {
    color: #fff !important;
}
[data-color="yellow"] {
    color: #fef67d !important;
}
[data-color="pink"] {
    color: #ff66c5 !important;
}
[data-color="green"] {
    color: #197f80 !important;
}
[data-color="teal"] {
    color: #1982a3 !important;
}


.wrapper.yellow {
    background-color: #fef67d;
}
.wrapper.yellow.light {
    background-color: #fefab1;
}
.wrapper.pink {
    background-color: #ff66c5;
}
.wrapper.green {
    background-color: #197f80;
}
.wrapper.teal {
    background-color: #1982a3;
}


.wrapper.yellow:not(.no-color) {
    color: #197f80;
}
.wrapper.pink:not(.no-color) {
    color: #fef67d;
}
.wrapper.green:not(.no-color) {
    color: #fff;
}
.wrapper.teal:not(.no-color) {
    color: #fff;
}








.wrapper.fullscreen {
    min-height: 100vh;
}
.wrapper.fullscreen.exact {
    height: 100vh;
}
.wrapper.fullscreen.floating > .wrapper.expand {
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
}
.wrapper.fullscreen.floating > .wrapper.expand > .container {
    height: 100%;
}

.wrapper.no-top { padding-top: 0!important; }
.wrapper.no-bottom { padding-bottom: 0!important; }
.wrapper.zero { padding: 0!important; }
.wrapper .container:not(.static) {
    position: relative;
    z-index: 12;
}

.wrapper .wrap-center.floating {
    display: block;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}
.wrapper .wrap-center.floating.wrap-top {
    top: 40%;
}

.has-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nowrap {
    white-space: nowrap;
}
.nowrap.force {
    white-space: nowrap!important;
}
.notransition {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.noselect {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}






/* Buttons */
.button {
    display: inline-block;
    position: relative;
    font-family: inherit;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    margin: 0 8px 10px 0;
    padding: 16px 22px 16px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-decoration: none;
    text-align: center;
    background: none;
    outline: none;
    border: 0;
    outline: 0;
    z-index: 35;
    color: #282828;
}
.button:hover,
.button:focus {
    outline: none;
}
.button:not(.static) {
    cursor: pointer;
}
.button.label {
    padding: 10px 16px 8px;
}
.button.rounded {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.button.nowrap {
    white-space: nowrap;
}
.button.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.button.disabled {
    cursor: not-allowed!important;
    opacity: 0.5;
}
.button > span {
    display: inline-block;
    position: relative;
    z-index: 25;
}
.button::before {
    content:' ';
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.25);
}
.button.static::before,
.button:not(:hover):not(.hover)::before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
body.ready .button,
body.ready .button::before {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.button.min {
    min-width: 170px;
    text-align: center;
}





/* Button Colours */

.button.main {
    color: #197f80;
    background-color: #fef67d;
}
.button.main::before {
    background-color: #fef67d;
}


.button.yellow {
    color: #197f80;
    background-color: #fef67d;
}
.button.yellow::before {
    /*background-color: #ded66c;*/
    /*background-color: #ffef00;*/
    background-color: #f7e700;
}


.button.green {
    color: #fef67d;
    background-color: #197f80;
}
.button.green::before {
    /*background-color: #186465;*/
    background-color: #009a9b;
}


.button.pink {
    color: #fef67d;
    background-color: #ff66c5;
}
.button.pink::before {
    /*background-color: #e35aae;*/
    background-color: #ff059f;
}





/* Hamburger */
.hamburger {
    display: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 25;
    margin: 32px 16px 0 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 4px;
}
.hamburger div {
    position: relative;
    z-index: 10;
    height: 3px;
    margin: 10px 0;
    background: #fef67d;
    border-radius: 999px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: 0.25s;
}
.header-wrapper.is-yellow .hamburger div {
    background-color: #ff66c5;
}
.hamburger.cross div:nth-child(2),
.hamburger.cross-pre div:nth-child(2),
.hamburger.cross div:nth-child(3),
.hamburger.cross-pre div:nth-child(3) {
    margin-right: 0;
}
body.complete .hamburger div {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.hamburger.cross-pre div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross-pre div:nth-child(1) {
    transform: translateY(13px) ;
}
.hamburger.cross-pre div:nth-child(3) {
    transform: translateY(-13px) ;
}
.hamburger.cross div:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
}
.hamburger.cross div:nth-child(3) {
    transform: translateY(-13px) rotate(45deg);
}







/* Alerts */
.alert {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 18px 20px 19px;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.alert.enhanced {
    font-size: 1.1rem;
}

.alert.rounded {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.alert ul {
    padding-left: 17px;
    margin: 0;
}

.alert > strong {
    margin-bottom: 8px;
}

.alert p:last-child {
    margin-bottom: 0 !important;
}

.alert.inline,
.alert.alert-inline {
    display: inline-block;
    padding-right: 25px;
}
.alert.alert-danger {
    color: #9e0000;
    border: 1px solid #bf0b00;
    background-color: #ffe1e1;
    border: none !important;
}
.alert.alert-success {
    color: #005a0d;
    border: 1px solid #006f10;
    background-color: #d9f5de;
    border: none !important;
}
.alert.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}






/* Articles */

.article {
    display: block;
    position: relative;
    line-height: 1.35em;
    max-width: 100%;
    z-index: 25;
}

.article.top {
    margin-top: 40px;
}

.article.bottom {
    margin-bottom: 40px;
}

.article.center {
    text-align: center;
}

.article p:not(:last-child) {
    margin: 0 0 20px;
}

.article a:not(.button) {
    text-decoration: underline;
}
.article.shadow {
    text-shadow: 0 0 6px rgba(0,0,0,0.25);
}
.article.shadow-main {
    text-shadow: 0 0 16px rgba(0,0,0,0.65);
}
.article.enhanced {
    font-size: 1.35rem;
}


.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
    line-height: 1em;
}
.article h1:first-child,
.article h2:first-child {
    margin-bottom: 20px;
}
.article ol, .article ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article table {
    width: 100%;
    margin-bottom: 0;
}
.article table tr td {
    line-height: 1.35em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}

.article.article-xl {
    width: 880px;
}
.article.article-lg {
    width: 880px;
}
.article.article-md {
    width: 640px;
}


/* Article Custom */
.article.quotes p:first-child::before,
.article.quotes p:last-child::after {
    content: '"';
    display: inline-block;
    font-style: italic;
    position: absolute;
}
.article.quotes p:first-child::before {
    transform: translateX(-15px);
}
.article.quotes p:last-child::after {
    transform: translateX(5px);
}


.title-zero h1,
.title-zero h2,
.title-zero h3 {
    margin-bottom: 0 !important;
}

.title-offset h1:first-child,
.title-offset h2:first-child,
.title-offset h3:first-child {
    margin-bottom: 35px;
}

.title-uppercase h1,
.title-uppercase h2,
.title-uppercase h3 {
    text-transform: uppercase;
}

.text-uppercase,
.text-uppercase p {
    text-transform: uppercase;
}

.text-thick,
.text-thick p {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.5em;
}






/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none !important;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}




/* Slider Site  */
.slider-wrap {
    display: block;
    position: relative;
    margin: 0 0 -1px;
}
.slider-wrap .slide {
    padding: 0 15px;
}

.slider {
    list-style: none !important;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.slider:not(.slick-initialized) {
    display: none;
}
.slider .slick-slide,
.slider .slick-slide > div {
    line-height: 0;
}
.slider .slick-slide .slide {
    line-height: 1.65em;
}

.slider.clean .slick-dots,
.slider.clean:not(.navigation) .slick-arrow {
    display: none!important;
}

.slider-wrap .slick-dots {
    display: inline-block;
    list-style: none;
    position: absolute;
    left: 50%;
    z-index: 50;
    margin: 0;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 210px;
    padding: 0;
    white-space: nowrap;
    bottom: 45px;
}
.slider-wrap .slick-dots li {
    display: inline-block;
    vertical-align: top;
}
.slider-wrap .slick-dots li > button {
    display: block;
    min-width: 0;
    min-height: 0;
    width: 22px;
    height: 22px;
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    color: transparent;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
}

.slider-wrap .slick-dots li > button::before {
    content: ' ';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    margin: 3px auto 0;
}

.slider-wrap .slick-dots li.slick-active > button::before {
    background: rgba(255, 255, 255, 1);
}



/* Slider Arrows */
.slider-wrap .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    height: 60px;
    font-size: 0;
    color: transparent;
    background: transparent;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-wrap .slick-arrow::before {
    content:' ';
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-wrap.fade-arrows .slick-arrow {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
}
body.ready .slider-wrap .slick-arrow {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.slider-wrap .slick-arrow:hover {
    opacity: 1;
}
.slider-wrap .slick-arrow.slick-next { right: 18px; }
.slider-wrap .slick-arrow.slick-prev { left: 18px; }
.slider-wrap.outer-arrow .slick-arrow.slick-next { right: -80px; }
.slider-wrap.outer-arrow .slick-arrow.slick-prev { left: -80px; }

.slider-wrap.arrows .slick-arrow::before,
.slider-wrap.arrows .slick-arrow::after {
    bottom: 18px !important;
}

.slider-wrap.arrows .slick-arrow.slick-prev::before {
    background-size: contain;
    transform: rotate(90deg);
}
.slider-wrap.arrows .slick-arrow.slick-next::before {
    background-size: contain;
    transform: rotate(-90deg);
}


html:not(.webp) .slider-wrap.arrows .slick-arrow.slick-prev::before {
    background-image: url('/images/icon-down.png');
}
html:not(.webp) .slider-wrap.arrows .slick-arrow.slick-next::before {
    background-image: url('/images/icon-down.png');
}
html:not(.webp) .slider-wrap.arrows.white .slick-arrow.slick-prev::before {
    background-image: url('/images/icon-down-white.png');
}
html:not(.webp) .slider-wrap.arrows.white .slick-arrow.slick-next::before {
    background-image: url('/images/icon-down-white.png');
}


html.webp .slider-wrap.arrows .slick-arrow.slick-prev::before {
    background-image: url('/images/icon-down.webp');
}
html.webp .slider-wrap.arrows .slick-arrow.slick-next::before {
    background-image: url('/images/icon-down.webp');
}
html.webp .slider-wrap.arrows.white .slick-arrow.slick-prev::before {
    background-image: url('/images/icon-down-white.webp');
}
html.webp .slider-wrap.arrows.white .slick-arrow.slick-next::before {
    background-image: url('/images/icon-down-white.webp');
}







/* Socialmedia */
.socialmedia > ul {
    display: inline-block;
    position: relative;
    margin: 0 -3px;
    padding: 0;
    z-index: 8;
}
.socialmedia > ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 0em;
}
.socialmedia > ul > li > a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0;
    overflow: hidden;
    text-decoration: none !important;
}
.socialmedia > ul > li > a > img {
    display: inline-block;
    position: absolute;
    width: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.socialmedia > ul:hover > li:not(:hover):not(:focus) > a {
    opacity: 0.55;
}

.socials-wrap.invert .socialmedia > ul > li > a {
    opacity: 0.5;
}
.socials-wrap.invert .socialmedia > ul:hover > li:hover > a {
    opacity: 1;
}

body.ready .socialmedia > ul > li > a {
    transition: 0.35s;
}

.socials-wrap.smaller .socialmedia > ul > li > a {
    width: 40px;
    height: 40px;
}
.socials-wrap.smaller .socialmedia > ul > li > a > img {
    width: 32px;
}





/* Website Header, Footer, Main Theme below */







/* General */

h1, h2, h3, h4 {
    color: inherit;
    font-weight: 800;
    font-family: 'Belfast', sans-serif;
}
body {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.35em;
    /*font-family: sans-serif;*/

    font-family: 'Belfast', sans-serif;

}
body .website {
    overflow: hidden;
}
body:not(.no-space) {
    padding-top: 130px;
}


/*body.has-belfast,*/
/*body.has-belfast h1,*/
/*body.has-belfast h2,*/
/*body.has-belfast h3,*/
/*body.has-belfast h4 {*/
/*    font-family: 'Belfast', sans-serif;*/
/*}*/

/*body:not(.has-belfast) .article {*/
/*    letter-spacing: 0.15rem;*/
/*}*/







/* Article Wraps */

.article-wrap.top {
    margin-top: 60px;
}
.article-wrap.bottom {
    margin-bottom: 60px;
}

.article-wrap.centered {
    width: 880px;
    margin: 0 auto;
    max-width: 100%;
}
.article-wrap.break-even {
    display: block;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 48.5%;
}
.article-image:not(.regular) {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.article-wrap.is-right,
.article-image.is-right {
    margin-left: 30px;
}
.article-wrap.is-left,
.article-image.is-left {
    margin-right: 30px;
}







/* Banner */
.banner-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 550px;
}
.banner-wrapper > .banner-image,
.banner-wrapper.floating > .banner-content {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0; left: 0;
    bottom: 0; right: 0;
    z-index: 25;
}
.banner-wrapper > .banner-content {
    top: auto !important;
}
.banner-wrapper .open-maps,
.banner-wrapper .open-maps > iframe {
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%; height: 100%;
    z-index: 25;
}

.banner-wrapper.floating > .banner-content > .container {
    position: absolute;
    left: 0; right: 0; bottom: 0;
}
.banner-wrapper > .banner-content {
    z-index: 35;
}
.banner-wrapper .article-wrap.attached {
    position: relative;
    padding: 75px 0 35px;
}
.banner-wrapper .article-wrap.attached.is-main {
    padding-bottom: 75px;
}
.banner-wrapper.floating .article-wrap.attached {
    position: absolute;
    left: 20px; bottom: 0;
}
.banner-wrapper .article-wrap > .article.main {
    width: 680px;
    max-width: 100%;
    margin-bottom: 50px;
}
.banner-wrapper .article-wrap:not(.is-main) > .article.main {
    margin-bottom: 100px;
}
.banner-wrapper .article-wrap > .article[data-color="white"] h1,
.banner-wrapper .article-wrap > .article[data-color="white"] h2 {
    color: #ff66c5;
}
.banner-wrapper .article-wrap > .article-buttons {
    display: inline-block;
}
.banner-wrapper .plants-wrap {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    z-index: 45;
}
.banner-wrapper .plants-wrap.floating {
    position: absolute;
    bottom: 0px;
    left: 420px;
}
.banner-wrapper .plants-wrap.floating {
    position: absolute;
    bottom: 0px;
    left: 420px;
}
.banner-wrapper.is-main .plants-wrap.floating {
    bottom: 35px;
}
body:not(.ready) .plants-wrap.floating {
    opacity: 0;
}





/* Banner Font Size */

.banner-wrapper .article-wrap > .article.main h1,
.banner-wrapper .article-wrap > .article.main h2 {
    font-size: 5rem;
}

.banner-wrapper .article-wrap > .article.main.plain h1,
.banner-wrapper .article-wrap > .article.main.plain h2 {
    font-size: 3.5rem;
}


.banner-wrapper .article-wrap > .article.main:not(.plain) h1 > em,
.banner-wrapper .article-wrap > .article.main:not(.plain) em > h1,
.banner-wrapper .article-wrap > .article.main:not(.plain) h2 > em,
.banner-wrapper .article-wrap > .article.main:not(.plain) em > h2 {
    display: block;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1em;
}

.banner-wrapper .article-wrap > .article.main.plain h1 > em,
.banner-wrapper .article-wrap > .article.main.plain em > h1,
.banner-wrapper .article-wrap > .article.main.plain h2 > em,
.banner-wrapper .article-wrap > .article.main.plain em > h2 {
    display: block;
    font-size: 1.1rem;
    font-style: normal;
    line-height: 1em;
    font-weight: 600;
}

.banner-wrapper .article-wrap > .article.main h1:first-child > em,
.banner-wrapper .article-wrap > .article.main em:first-child > h1,
.banner-wrapper .article-wrap > .article.main h2:first-child > em,
.banner-wrapper .article-wrap > .article.main em:first-child > h2 {
    margin-bottom: -15px;
    font-weight: 800;
}






/* Header Logo */
.header-wrapper .header-logo {
    display: block;
    position: absolute;
    max-width: 100%;
    height: 96px;
    width: 96px;
    left: 0px;
    top: 15px;
}
.header-wrapper .header-logo > .logo {
    display: block;
    position: relative;
    text-align: center;
    max-height: 100%;
}
.header-wrapper .header-logo > .logo > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 25vh;
}





/* Header Menu */
.header-wrapper .header-menu ul {
    display: block;
    position: relative;
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}
.header-wrapper .header-menu ul > li {
    display: inline-block;
    vertical-align: top;
    min-height: 50px;
}
.header-wrapper .header-menu ul > li > a {
    display: block;
    margin: 0;
}
.header-wrapper .header-menu ul > li.featured:last-child {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%; right: 0;
}
.header-wrapper .header-menu ul > li > a:not(.button) {
    position: relative;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fef67d;
    line-height: 1.2em;
    padding: 15px 13px 10px 13px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.header-wrapper .header-menu ul > li > a:not(.button)::before {
    content: ' ';
    display: block;
    position: absolute;
    background-color: #197f80;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 3px; left: 0;
    bottom: 0; right: 0;
    z-index: -1;
}
.header-wrapper .header-menu ul > li > a.button.yellow {
    color: #ff66c5;
}
body.ready .header-wrapper .header-menu ul > li > a:not(.button),
body.ready .header-wrapper .header-menu ul > li > a:not(.button)::before {
    transition: 0.25s;
}
.header-wrapper .header-menu ul > li:hover > a:not(.button)::before,
.header-wrapper .header-menu:not(.hover) ul > li.active > a:not(.button)::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header-wrapper .header-menu.has-featured {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 140px;
    margin-top: -5px;
    transform: translateY(-50%);
}
.header-wrapper .header-menu.has-featured > ul {
    padding-right: 190px;
}
.header-wrapper .header-menu.has-featured > ul > li {
    margin-bottom: -10px;
}

.header-wrapper.is-yellow .header-menu ul > li > a:not(.button) {
    color: #197f80;
}
.header-wrapper.is-yellow .header-menu:not(.hover) ul > li.active > a:not(.button),
.header-wrapper.is-yellow .header-menu ul > li:hover > a:not(.button) {
    color: #fef67d;
}





/* Header Menu Dropdown */

.header-wrapper .header-menu li.has-dropdown {
    position: relative;
}
.header-wrapper .header-menu li.has-dropdown > .dropdown {
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 10px;
    transform: translateY(100%);
}
.header-wrapper .header-menu li.has-dropdown > .dropdown ul {
    transform-origin: 0 0;
}
.header-wrapper .header-menu li.has-dropdown:not(:hover) > .dropdown ul {
    transform: scale(0);
    opacity: 0;
}
.header-wrapper .header-menu li.has-dropdown > .dropdown ul::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 10px;
    left: -10px;
    right: -10px;
    bottom: -15px;
    z-index: -1;
    background-color: #fff57d;
}
.header-wrapper .header-menu li.has-dropdown > .dropdown ul li {
    margin-bottom: -10px;
}
.header-wrapper .header-menu li.has-dropdown > .dropdown ul li > a {
    white-space: nowrap;
}
body.ready .header-wrapper .header-menu li.has-dropdown > .dropdown ul {
    transition: opacity 0.25s, transform 0s linear 0s;
}
body.ready .header-wrapper .header-menu li.has-dropdown:not(:hover) > .dropdown ul {
    transition: opacity 0.25s, transform 0s linear 0.26s;
}



/* Menu Dropdown Effect */

.header-wrapper .header-menu ul li.has-dropdown li > a:not(.button)::before {
    display: none;
}
.header-wrapper.is-yellow .header-menu:not(.hover) ul li.has-dropdown li.active > a:not(.button),
.header-wrapper.is-yellow .header-menu ul li.has-dropdown li:hover > a:not(.button) {
    color: #ff059f;
}
.header-wrapper .header-menu ul li.has-dropdown ul:hover li:not(.active):not(:hover):not(:focus) > a:not(.button) {
    color: #197f80;
}






/*body.ready .menu-wrapper {*/
/*    transition: opacity 0.25s, transform 0s linear 0.26s;*/
/*}*/
/*body.ready.menu-open .menu-wrapper {*/
/*    transition: opacity 0.25s, transform 0s linear 0s;*/
/*}*/


/*item item-parent item-17 item-wholesale regular  has-dropdown*/





/* Header */
.header-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7500;
    background-color: #ff66c5;
}
.header-wrapper .header-inner {
    display: block;
    position: relative;
    padding-left: 140px;
    height: 130px;
}
.header-wrapper.is-yellow {
    background-color: #fef67d;
}





/* Footer */
.footer-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer-wrapper.wrapper {
    padding: 35px 0;
}
.footer-wrapper .footer-wrap {
    display: block;
    position: relative;
}
.footer-wrapper .footer-logo {
    display: block;
    position: relative;
    margin: 0 auto 50px;
    padding: 0 30px;
    max-width: 100%;
    width: 380px;
}
.footer-wrapper .footer-inner {
    display: block;
    position: relative;
}
.footer-wrapper .footer-address {
    display: inline-block;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50px;
    color: #ff66c5;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25em;
    white-space: nowrap;
}
.footer-wrapper .footer-address .article {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.footer-wrapper .footer-address .article:not(:last-child) {
    margin-right: 20px;
}
.footer-wrapper .footer-menu ul {
    display: block;
    position: relative;
    list-style: none;
    padding: 0 190px 10px 0;
    /*margin: 0 -12px 0;*/
}
.footer-wrapper .footer-menu ul > li {
    display: inline-block;
    vertical-align: top;
    /*margin-bottom: -10px;*/
}
.footer-wrapper .footer-menu ul > li > a {
    display: block;
    margin: 0;
}
.footer-wrapper .footer-menu ul > li.featured:last-child {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%; right: 0;
}
.footer-wrapper .footer-menu ul > li > a:not(.button) {
    position: relative;
    font-size: 1.1rem;
    /*font-weight: 500;*/
    font-weight: 700;
    color: #197f80;
    line-height: 1.2em;
    padding: 15px 13px 10px 13px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.footer-wrapper .footer-menu ul > li > a:not(.button)::before {
    content: ' ';
    display: block;
    position: absolute;
    background-color: #197f80;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 3px; left: 0;
    bottom: 0; right: 0;
    z-index: -1;
}
.footer-wrapper .footer-menu ul > li > a.button.yellow {
    color: #ff66c5;
}
body.ready .footer-wrapper .footer-menu ul > li > a:not(.button),
body.ready .footer-wrapper .footer-menu ul > li > a:not(.button)::before {
    transition: 0.25s;
}
.footer-wrapper .footer-menu ul > li:hover > a:not(.button)::before,
.footer-wrapper .footer-menu:not(.hover) ul > li.active > a:not(.button)::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.footer-wrapper .footer-menu:not(.hover) ul > li.active > a:not(.button),
.footer-wrapper .footer-menu ul > li:hover > a:not(.button) {
    color: #fef67d;
}




/* Plants */
.plants-wrap {
    display: block;
    position: relative;
    margin: 25px 0 0;
}
.plants-wrap .plants {
    display: inline-block;
    vertical-align: top;
    width: 120px;
}
.plants-wrap .plants-based {
    width: 150px;
}
.plants-wrap .plants:not(:last-child) {
    margin-right: 10px;
}





/* Copyright */
.copyright-wrap {
    display: block;
    position: relative;
}




/* Footer Developer */
.developer-wrapper {
    position: relative;
    min-height: 35px;
}
.developer-wrapper .developer-wrap {
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: 12;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 44px;
    opacity: 0.4;
    transition: 0.4s;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 0px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.developer-wrapper .developer:not(.wowmedia) {
    width: 38px;
}
.developer-wrapper .developer > img {
    display: block;
    max-width: none;
    min-width: 120px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus,
.developer-wrapper .developer > img {
    width: 120px;
}
.developer-wrapper .developer:not(.wowmedia):hover,
.developer-wrapper .developer:not(.wowmedia):focus,
.developer-wrapper .developer:not(.wowmedia) > img {
    width: 130px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.developer-wrapper > div:not(.developer-wrap) {
    position: relative;
    z-index: 12;
}




/* Images */
.image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 512px;
    width: 512px;
}
.image-wrap > .image {
    display: block;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 25;
}






/* Companies */
.companies-wrap {
    display: block;
    position: relative;
}
.companies-wrap .company-item {
    display: block;
    position: relative;
    height: 100px;
}
.companies-wrap .company-item > .image {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}
.companies-wrap .company-item.ubereats > .image {
    height: 45px;
}
.companies-wrap .company-item.deliveroo > .image {
    height: 80px;
}
.companies-wrap .company-item.thuisbezorgd > .image {
    height: 65px;
}




/* Gallery */
.gallery-wrap {
    display: block;
    position: relative;
}
.gallery-wrap.top {
    margin-top: 45px;
}
.gallery-wrap .gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-wrap .gallery-item > .image {
    display: block;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 25;
}
.gallery-wrap .gallery-item:hover > .image {
    transform: scale(1.15);
}
body.ready .gallery-wrap .gallery-item > .image {
    transition: 0.25s;
}
.gallery-wrap .gallery-item > .image.contain {
    background-size: contain;
}
.gallery-wrap .gallery-item > .image.contain:not(.zero) {
    top: 25px; left: 25px;
    right: 25px; bottom: 25px;
}
.gallery-wrap .gallery-block {
    background-color: #fff;
}
body.ready .gallery-wrap .gallery-item,
body.ready .gallery-wrap .gallery-item::before {
    transition: 0.3s;
}






/* Gallery Variation */

.gallery-wrap .gallery-item.is-card {
    min-height: 128px;
    padding-left: 128px;
    line-height: 0em;
}
.gallery-wrap .gallery-item.is-card,
.gallery-wrap .gallery-item.is-card:hover,
.gallery-wrap .gallery-item.is-card:focus {
    text-decoration: none !important;
}
.gallery-wrap .gallery-item.is-card .image-wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 128px;
}
.gallery-wrap .gallery-item.is-card .article-wrap {
    display: block;
    color: #197f80;
    line-height: 1.5em;
    padding: 20px 25px 10px;
    height: 100%;
}
.gallery-wrap .gallery-item.is-card .article .title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.gallery-wrap .gallery-item.is-card .article p {
    font-size: 1rem;
}
.gallery-wrap .gallery-item.is-card .article p:last-child {
    font-size: 0.915rem;
    line-height: 1.4em;
}
.gallery-wrap .gallery-item.is-card::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    z-index: 25;
    background-color: #197f80;
}
.gallery-wrap .gallery-item.is-card:hover::before,
.gallery-wrap .gallery-item.is-card:focus::before {
    width: 100%;
}
.gallery-wrap.hover .gallery-item.is-card:not(:hover):not(:focus) {
    opacity: 0.75;
}





/* Benefits */
.benefits-wrap {
    display: block;
    position: relative;
}
.benefits-wrap.top {
    margin-top: 50px;
}
.benefits-wrap .benefit-item {
    display: block;
    position: relative;
}
.benefits-wrap .benefit-item .article.thick {
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #fef67d;
}
.benefits-wrap .benefit-item > .image-wrap {
    height: 256px;
    width: 256px;
}





/* Benefits v2 */
.benefits-wrap .benefit-item.has-number {
    padding-left: 130px;
    min-height: 100px;
}
.benefits-wrap .benefit-item .number-wrap {
    color: #fef67d;
    background: #197f80;
    text-align: center;
    position: absolute;
    top: 0; left: 0;
    height: 100px;
    width: 100px;
}

.benefits-wrap:not(.zero) .benefit-item:not(.minimal):not(:last-child),
.benefits-wrap:not(.zero) > .row > div:not(:last-child) .benefit-item:not(.minimal) {
    margin-bottom: 25px;
}

.benefits-wrap.minimal:not(.zero),
.benefits-wrap:not(.zero) .benefit-item.minimal:not(:last-child),
.benefits-wrap:not(.zero) > .row > div:not(:last-child) .benefit-item.minimal {
    margin-bottom: -35px;
}

.benefits-wrap .benefit-item .number-wrap > span {
    font-size: 3.15rem;
    font-weight: 800;
    line-height: 108px;
    margin-left: 1px;
}
.benefits-wrap .benefit-item .article-wrap {
    padding-top: 15px;
}
.benefits-wrap .benefit-item .article-wrap .title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    line-height: 1em;
}





/* Score Wrap */
.score-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.score-wrap > .score {
    display: block;
    position: relative;
    overflow: hidden;
    width: 320px;
    height: 64px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.score-wrap > .score::after {
    content: ' ';
    display: block;
    position: absolute;
    top: -1px; left: -1px;
    right: -1px; bottom: -1px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-size: 324px 68px;
    background-repeat: no-repeat;
    background-position: center;
}


html:not(.webp) .score-wrap > .score::after {
    background-image: url('/images/stars-yellow.png');
}
html:not(.webp) .score-wrap.yellow > .score::after {
    background-image: url('/images/stars-yellow.png');
}
html:not(.webp) .score-wrap.pink > .score::after {
    background-image: url('/images/stars-pink.png');
}
html:not(.webp) .score-wrap.green > .score::after {
    background-image: url('/images/stars-green.png');
}
html:not(.webp) .score-wrap.white > .score::after {
    background-image: url('/images/stars-white.png');
}


html.webp .score-wrap > .score::after {
    background-image: url('/images/stars-yellow.webp');
}
html.webp .score-wrap.yellow > .score::after {
    background-image: url('/images/stars-yellow.webp');
}
html.webp .score-wrap.pink > .score::after {
    background-image: url('/images/stars-pink.webp');
}
html.webp .score-wrap.green > .score::after {
    background-image: url('/images/stars-green.webp');
}
html.webp .score-wrap.white > .score::after {
    background-image: url('/images/stars-white.webp');
}


.score-wrap > .score > em {
    display: inline-block;
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 50%;

    background-color: #000;
}
body.ready .score-wrap > .score > em {
    transition: 0.2s;
}
.score-wrap:not(.large) {
    width: 160px;
    height: 32px;
}
.score-wrap:not(.large) > .score {
    transform: scale(0.5);
}
.score-wrap > .score.yellow > em {
    background-color: #fef67d;
}
.score-wrap > .score.light > em {
    background-color: #fefab1;
}
.score-wrap > .score.pink > em {
    background-color: #ff66c5;
}
.score-wrap > .score.green > em {
    background-color: #197f80;
}
.score-wrap > .score.teal > em {
    background-color: #1982a3;
}





/* Reviews */
.reviews-wrap {
    display: block;
    position: relative;
}
.reviews-wrap .review-item {
    display: block;
    position: relative;
    min-height: 130px;
}
.reviews-wrap .review-item.has-image {
    padding-left: 155px;
}
.reviews-wrap .review-item:not(:last-child),
.reviews-wrap > .row > div:not(:last-child) .review-item {
    margin-bottom: 35px;
}
.reviews-wrap .review-item .image-wrap {
    position: absolute;
    top: 0; left: 0;
    height: 128px;
    width: 128px;
}
.reviews-wrap .review-item .image-wrap.rounded {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
.reviews-wrap .review-item .author {
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.reviews-wrap .review-item .author .score-wrap {
    vertical-align: -19px;
    margin-right: 10px;
    margin-bottom: 10px;
}








/* Contact Start */


/* Form base  */
.form-wrap .field select,
.form-wrap .field textarea,
.form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    position: relative;
    width: 100%;
    font-weight: 700;
    padding: 14px 14px 12px;
    min-height: 50px;
    background: #fff;
    text-transform: uppercase;
    outline: none !important;
    overflow: hidden;
    border: none;
    z-index: 19;
}
.form-wrap .field-button {
    position: relative;
}
.form-wrap .field-button > .button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    margin: 0;
    padding: 0;
    min-width: 45px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form-wrap .field-button > .button.next::after {
    background-size: auto 22px;
    right: 5px;
}
.form-wrap.attach-bottom {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 12;
}
.form-wrap .field select,
.form-wrap .field textarea,
.form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    background-color: #f4f4f4;
}

.form-wrap .field.file span.filename {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 40px;
    line-height: 26px;
    font-size: 1.15rem;
    border: 1px solid rgba(0,0,0,0);
}
.form-wrap .field.file.is-right span.filename {
    text-align: right;
    padding-right: 45px;
}
.form-wrap .field input[type=file] {
    position: relative;
    opacity: 0;
    z-index: 25;
}





/* Contact Form */

.contact-form {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
.contact-form form {
    padding: 0;
    margin: 0;
}
.contact-form.bottom  {
    margin-bottom: 25px;
}

.contact-form .actions {
    position: relative;
    margin: 15px 0 0;
}

.contact-form .actions:not(.right) .button {
    margin-right: 20px;
    margin-bottom: 16px;
}

.contact-form .actions.zero .button {
    margin: 0 !important;
}

.contact-form .alert {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.contact-form .alert:not(.no-top):not(.regular) {
    margin-top: 55px;
}
.contact-form .alert:not(.no-bottom) {
    margin-bottom: 20px;
}

.contact-form .alert > ul {
    margin: 0 !important;
}
.contact-form .field-inner::before,
.contact-form .actions.disabled::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-form form:not(.posted) .actions.disabled::after {
    content: ' ';
    display: block;
    cursor: not-allowed;
    background: rgba(246,246,246,0.75);
    z-index: 39;
}
.contact-form .field {
    position: relative;
    padding: 0 0 0;
    margin: 0 0 0;
}

.contact-form .form {
    margin-top: -20px;
}

.contact-form.pull-up .form {
    margin-top: -35px;
}

.contact-form .field .field-wrap {
    position: relative;
    padding: 20px 0 0;
}

.contact-form:not(.rounded) .field-inner {
    position: static;
    line-height: 1.5rem;
    background-color: #ffffff !important;
}

body.ready .contact-form .field-inner,
body.ready .contact-form .field-inner::before,
body.ready .contact-form .field .meta {
    transition: 0.2s;
}
.contact-form .field select,
.contact-form .field textarea,
.contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    background: none !important;
    font-size: 1.15rem;
    color: #ff66c5;
}
.contact-form .field select {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contact-form .field textarea {
    resize: none;
    height: 8em;
}
.contact-form .field-inner,
.contact-form .field select,
.contact-form .field-inner::before,
.contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    display: block;
    border-radius: 0 0;
}

.contact-form:not(.rounded) .field.textarea textarea,
.contact-form:not(.rounded) .field.textarea .field-inner,
.contact-form:not(.rounded) .field.textarea .field-inner::before {
    border-radius: 0 0;
}

.contact-form:not(.rounded) .field.textarea textarea {
    height: 10.15em;
}
.contact-form.extended:not(.rounded) .field.textarea textarea {
    height: 22.25em;
}

.contact-form .field label.label,
.contact-form .field label.label > span,
.contact-form .field .meta {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
    pointer-events: none;
}

.contact-form .field .meta.error {
    color: #e90000;
    font-weight: 400;
}

.contact-form .field label.label {
    right: 0;
    z-index: 12;
}

.contact-form .field .meta.error,
.contact-form .field .meta.placeholder,
.contact-form .field label.label {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    font-size: 1.15rem;
    font-weight: 700;
}

.contact-form .field label.label > em {
    float: right;
    font-style: normal;
    /*color: #ff0102;*/
    font-weight: 800;
    color: #e90000;
}
.contact-form .field label.label > span {
    color: #000;
}
.contact-form .field.has-success label.label > span {
    color: #1982a3;;
}
body.ready .contact-form .field label.label > span {
    transition: 0.2s;
}
.contact-form .field.has-error label.label > span {
    opacity: 0 !important;
}

.contact-form .form-wrap form .field label.label {
    display: none;
}

.contact-form .form-wrap form:not(.posted) .field .meta.error {
    display: none;
}

.contact-form .form-wrap .field .meta.error,
.contact-form .form-wrap .field .meta.placeholder {
    top: 32px;
    left: 14px;
}

.contact-form .form-wrap form .field.focus .meta.placeholder,
.contact-form .form-wrap form .field.filled .meta.placeholder {
    -webkit-transform: translateY(-42px) scale(0.6);
    transform: translateY(-42px) scale(0.6);
    padding: 6px 12px 6px;
    background: #fff;
    left: 0;
}

.contact-form .form-wrap .field .meta.error {
    -webkit-transform: translateY(-42px) scale(0.6);
    transform: translateY(-42px) scale(0.6);
    padding: 6px 12px 6px;
    background: #fff;
    left: 0;
}

.contact-form .form-wrap .field.has-success .meta.error,
.contact-form .form-wrap .field.has-error.focus .meta.error {
    -webkit-transform: translateY(-42px) scale(0.6) scaleX(0);
    transform: translateY(-42px) scale(0.6) scaleX(0);
    opacity: 0;
}

.contact-form .form-wrap form.posted .field.has-error.filled:not(.focus) .meta.placeholder {
    opacity: 0;
}

.contact-form .form-wrap .field .meta.placeholder {
    white-space: nowrap;
    color: #ff66c5;
}
.contact-form .form-wrap .field.focus .meta.placeholder {
    color: #1982a3;
}

.contact-form .form-wrap .field-recaptcha {
    display: block;
    position: relative;
    padding: 25px 0 0;
    margin: 0;
}

.contact-form .form-wrap .field-recaptcha .g-recaptcha {
    display: inline-block;
    width: 304px;
}


.contact-form .form-wrap .field-recaptcha.switchable {
    display: none;
}


.contact-form .form-wrap .field .meta.error,
.contact-form .form-wrap .field .meta.placeholder {
    text-transform: uppercase;
}


.contact-form .fields-wrap.has-inline .fields {
    font-size: 0;
}

.contact-form.is-newsletter .fields-wrap.has-inline .fields .alert {
    max-width: 100%;
    width: 809px;
}

.contact-form .fields-wrap.has-inline .field.is-inline {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 304px;
}
.contact-form .fields-wrap.has-inline .field.is-inline:not(:last-child) {
    margin-right: 15px;
}

.contact-form .form-wrap .fields-wrap.has-inline .field-recaptcha {
    padding: 5px 0 0;

}

.contact-form .fields-wrap.has-inline .field.field-recaptcha {
    padding: 5px 0 0;
}







/* Contact Checkboxes */
.contact-form .checkboxes {
    display: block;
    position: relative;
    padding: 12px 0 0;
    min-height: 52px;
}
.contact-form .checkboxes label.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 28px;
}
.contact-form .checkboxes label.checkbox:not(:last-child) {
    margin-right: 25px;
}
.contact-form .checkboxes label.checkbox > input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
}
.contact-form .checkboxes label.checkbox::before,
.contact-form .checkboxes label.checkbox::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 999px;
}
.contact-form .checkboxes label.checkbox::after {
    background-color: #fff;
}
.contact-form .checkboxes label.checkbox:not(.active)::after {
    opacity: 0;
}


/* Contact Ending */




/* Brands Slider */
.slider-brands,
.slider-brands .slide-brand {
    height: 100px;
}
.slider-brands .slide {
    padding: 1px 20px 1px 0;
}
.slider-brands .slide-brand {
    display: block;
    position: relative;
    max-width: 100%;
    width: 200px;
}
.slider-brands .slide-brand > .slide-image {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0; left: 0;
    right: 0; bottom: 0;
}




/* Profiles */
.profiles-wrap {
    display: block;
    position: relative;
    margin: 30px auto 30px;
    max-width: 100%;
    width: 420px;
}
.profiles-wrap .profile-item {
    display: block;
    position: relative;
}
.profiles-wrap .profile-item:not(:last-child) {
    margin-bottom: -148px;
}
.profiles-wrap .profile-item:nth-child(odd) {
    text-align: left;
}
.profiles-wrap .profile-item:nth-child(even) {
    text-align: right;
}
.profiles-wrap .profile-item .image-wrap {
    display: inline-block;
    width: 256px;
    height: 256px;
}
.profiles-wrap .profile-item .article-wrap {
    display: block;
    margin: 8px 0 0;
}
.profiles-wrap .profile-item .article {
    display: inline-block;
    width: 256px;
}
.profiles-wrap .profile-item .article .name {
    display: block;
    font-size: 2rem;
    padding-left: 15px;
}
.profiles-wrap .profile-item .article .title {
    display: block;
    font-size: 1.2rem;
    padding-left: 30px;
}
.profiles-wrap .profile-item:nth-child(even) .article {
    text-align: center;
}





/* Products */
.products-wrap {
    display: block;
    position: relative;
}
.products-wrap .product-item {
    display: block;
    position: relative;
}
.products-wrap .product-item.has-image {
    padding-left: 400px;
    min-height: 260px;
}
.products-wrap .product-item .image-wrap {
    position: absolute;
    top: 0; left: 0;
    height: 260px;
    width: 360px;
}
.products-wrap .product-item .image-wrap.cover > .image {
    background-size: cover;
}
.products-wrap .product-item .article-wrap {
    padding-top: 15px;
}
.products-wrap .product-item .article-wrap .article h3 {
    font-size: 2rem;
}
.products-wrap .product-item .article-buttons {
    padding-top: 15px;
}
.products-wrap .product-item .article-buttons .button {
    color: #fef67d;
}
.products-wrap .product-item:not(:last-child) {
    margin-bottom: 35px;
}
.products-wrap .product-item .article-reveal h3,
.products-wrap .product-item .article-reveal h4 {
    color: #197f80;
    font-size: 1.25rem;
}
.products-wrap .product-item .article-reveal {
    padding-top: 15px;
}
.products-wrap .product-item .article-reveal > .article {
    margin-bottom: 30px;
}
.products-wrap .product-item .article-reveal table {
    max-width: 100%;
    width: 800px;
}
.products-wrap .product-item .article-reveal .table-wrap {
    overflow: auto;
}






/* Compare tables */
.compare-tables.top {
    margin-top: 70px;
}
.compare-tables table {
    width: 100% !important;
}
.compare-tables table thead tr th {
    font-size: 1.35rem;
    padding-bottom: 20px;
    border: none !important;
    vertical-align: bottom;
    text-align: center;
}
.compare-tables table thead tr th:first-child {
    font-size: 2.35rem;
    font-weight: 800;
    vertical-align: middle;
    text-align: left;
}
.compare-tables table tbody tr td {
    vertical-align: middle;
    border: none !important;
    transition: 0.15s;
    padding-top: 20px;
}

.compare-tables table tbody tr td:not(:first-child) {
    width: 130px;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
}
.compare-tables table tbody tr td:first-child {
    font-size: 1.45rem;
    line-height: 1.15em;
    padding-right: 25px;
    text-align: left;
}
.compare-tables table p {
    margin: 0 !important;
}
.compare-tables table .mobile-label {
    display: none;
}






/* Block (Generic) */

.block-wrap {
    display: block;
    position: relative;
    margin-bottom: -30px;
}
.block-wrap.bottom {
    margin-bottom: 0;
}
.block-item {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    border: 3px solid #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #fff;
    color: #187f80;
}
.block-item .image-wrap {
    height: 200px;
}
.block-item .image-wrap > .image {
    background-size: cover;
}
.block-item:hover .image-wrap > .image {
    transform: scale(1.1);
}
body.ready .block-item .image-wrap > .image {
    transition: 0.25s;
}
.block-item .article-wrap {
    padding: 19px 22px 16px;
}
.block-item .article-wrap .title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.35rem;
}
.block-item .article-wrap .article {
    margin-top: 10px;
    font-size: 1rem;
}
.block-item .article-wrap .article p:last-child {
    margin-bottom: 0;
}









/*!* Recipes *!*/

/*.recipes-wrap {*/
/*    display: block;*/
/*    position: relative;*/
/*    margin-bottom: -30px;*/
/*}*/
/*.recipes-item {*/
/*    display: block;*/
/*    position: relative;*/
/*    border: 2px solid #fff;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.recipes-item .image-wrap {*/
/*    height: 200px;*/
/*}*/
/*.recipes-item .image-wrap > .image {*/
/*    background-size: cover;*/
/*}*/
/*.recipes-item .article-wrap {*/
/*    padding: 20px;*/
/*}*/
/*.recipes-item .article-wrap .title {*/
/*    font-weight: 800;*/
/*    text-transform: uppercase;*/
/*    font-size: 1.35rem;*/
/*}*/







/*!* Blog *!*/

/*.blog-wrap {*/
/*    display: block;*/
/*    position: relative;*/
/*    margin-bottom: -30px;*/
/*}*/
/*.blog-item {*/
/*    display: block;*/
/*    position: relative;*/
/*    border: 2px solid #fff;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.blog-item .image-wrap {*/
/*    height: 200px;*/
/*}*/
/*.blog-item .image-wrap > .image {*/
/*    background-size: cover;*/
/*}*/
/*.blog-item .article-wrap {*/
/*    padding: 20px;*/
/*}*/














/* Main Theme Responsive */
@media all and (max-width: 1400px) {

    h2 {
        font-size: 2.35rem;
    }






}

@media all and (max-width: 1300px) {







}

@media all and (max-width: 1200px) {







}

@media all and (max-width: 992px) {
    body:not(.no-space) {
        padding-top: 120px;
    }




    /* Articles */
    .article-wrap.is-right,
    .article-image.is-right {
        margin-left: 0px;
    }
    .article-wrap.is-left,
    .article-image.is-left {
        margin-right: 0px;
    }





    /* Banner */
    .banner-wrapper {
        min-height: 450px;
    }
    .banner-wrapper .article-wrap:not(.is-main) > .article.main {
        margin-bottom: 45px;
    }
    .banner-wrapper .article-wrap > .article.main h1,
    .banner-wrapper .article-wrap > .article.main h2 {
        font-size: 4rem;
    }





    /* Header */
    .header-wrapper .header-inner {
        padding-left: 120px;
        height: 120px;
    }
    .header-wrapper .header-logo {
        top: 12px;
    }
    body.ready .header-wrapper {
        transition: 0.2s;
    }
    body.scrolled-semi:not(.up) .header-wrapper {
        transform: translateY(-100%);
    }





    /* Header Navigation */
    .header-wrapper .hamburger {
        display: block;
    }
    .header-wrapper .header-menu,
    .header-wrapper .header-menu.has-featured {
        position: absolute;
        top: 120px;
        left: -20px;
        right: -20px;
        padding: 20px 20px;
        background: #ff66c4;
        min-height: 100vh;
        margin: 0 0;
        transform-origin: 0 0;
        transform: none;
    }
    .header-wrapper.is-yellow .header-menu,
    .header-wrapper.is-yellow .header-menu.has-featured {
        background-color: #fef67d;
    }
    .header-wrapper.is-yellow .header-menu ul > li > a:not(.button) {
        color: #ff66c4;
    }
    .header-wrapper.is-yellow .header-menu:not(.hover) ul > li.active > a:not(.button),
    .header-wrapper.is-yellow .header-menu ul > li:hover > a:not(.button) {
        color: #ff66c4;
    }
    .header-wrapper .header-menu ul > li > a:not(.button)::before {
        display: none !important;
    }
    body:not(.menu-open) .header-wrapper .header-menu {
        transform: translateX(-100%);
        opacity: 0;
    }
    body.ready .header-wrapper .header-menu {
        transition: 0.25s;
    }
    .header-wrapper .header-menu ul > li,
    .header-wrapper .header-menu.has-featured > ul > li {
        display: block;
        min-height: 0;
        margin: 0;
    }
    .header-wrapper .header-menu ul > li > a {
        display: inline-block;
    }
    .header-wrapper .header-menu ul > li.featured:last-child {
        position: static;
        transform: none;
        -webkit-transform: none;
        padding-top: 10px;
    }
    .header-wrapper .header-menu ul > li > a:not(.button) {
        padding: 5px 0;
    }
    .header-wrapper .header-menu.has-featured > ul {
        padding-right: 0;
    }





    /* Footer */
    .footer-wrapper .plants-wrap {
        min-height: 200px;
    }
    .footer-wrapper .footer-menu ul {
        padding-right: 170px;
    }
    .footer-wrapper .footer-menu ul > li > a:not(.button) {
        /*padding: 10px 22px 0px 0;*/
        padding: 15px 10px 10px 10px;
    }
    .footer-wrapper .footer-address {
        top: 15px;
    }
    .footer-wrapper .footer-address .article:not(:last-child) {
        display: block;
        margin: 0 0 20px 0;
    }




    /* Reviews */
    .reviews-wrap .review-item {
        min-height: 105px;
    }
    .reviews-wrap .review-item .image-wrap {
        height: 84px;
        width: 84px;
    }
    .reviews-wrap .review-item.has-image {
        padding-left: 105px;
    }
    .reviews-wrap .review-item .author .score-wrap {
        display: block;
    }




    /* Products */
    .products-wrap .product-item.has-image {
        padding-left: 250px;
        min-height: 180px;
    }
    .products-wrap .product-item .image-wrap {
        height: 160px;
        width: 220px;
    }
    .products-wrap .product-item .article-wrap {
        padding-top: 0;
    }




    /* Benefits */
    .benefits-wrap.minimal:not(.zero) {
        margin-top: -25px;
    }



    /* Compare tables */
    .compare-tables:not(.desktop) table,
    .compare-tables:not(.desktop) table td,
    .compare-tables:not(.desktop) table th,
    .compare-tables:not(.desktop) table thead,
    .compare-tables:not(.desktop) table tbody,
    .compare-tables:not(.desktop) table tfoot,
    .compare-tables:not(.desktop) table tr {
        display: block;
    }
    .compare-tables:not(.desktop) table thead tr th,
    .compare-tables:not(.desktop) table tbody tr td {
        text-align: left !important;
        width: auto !important;
    }
    .compare-tables:not(.desktop) table tbody tr td {
        padding-top: 35px;
    }
    .compare-tables:not(.desktop) table thead tr th:not(:first-child) {
        display: none;
    }
    .compare-tables:not(.desktop) table tbody tr td:not(:first-child) {
        padding: 5px 0 0;
        line-height: 1.35em;
    }
    .compare-tables:not(.desktop) table thead tr th:first-child {
        font-size: 2.35rem;
        padding: 0;
    }
    .compare-tables:not(.desktop) table tbody tr td:first-child {
        font-size: 1.65rem;
        padding-bottom: 10px;
    }
    .compare-tables:not(.desktop) table thead tr th:not(:first-child),
    .compare-tables:not(.desktop) table tbody tr td:not(:first-child) {
        font-size: 1.15rem;
        font-weight: 500;
    }
    .compare-tables:not(.desktop) table .mobile-label {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }
    .fixed-tables:not(.desktop) table .mobile-label {
        width: 270px;
    }






}

@media all and (max-width: 768px) {

    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.35rem;
    }


    .wrapper:not(.zero) {
        padding: 55px 0 50px;
    }

    .article-wrap.top {
        margin-top: 35px;
    }
    .article-wrap.bottom {
        margin-bottom: 35px;
    }

    .article.top {
        margin-top: 30px;
    }
    .article.bottom {
        margin-bottom: 30px;
    }

    .title-offset h1:first-child,
    .title-offset h2:first-child,
    .title-offset h3:first-child {
        margin-bottom: 25px;
    }





    /* Banner */
    .banner-wrapper {
        min-height: 300px;
    }
    .banner-wrapper > .banner-content .article-wrap.attached {
        padding-bottom: 35px;
    }
    .banner-wrapper .plants-wrap.floating {
        bottom: 0;
    }




    /* Banner Font Size */
    .banner-wrapper .article-wrap > .article.main h1,
    .banner-wrapper .article-wrap > .article.main h2 {
        font-size: 3rem;
    }
    .banner-wrapper .article-wrap > .article.main.plain h1,
    .banner-wrapper .article-wrap > .article.main.plain h2 {
        font-size: 2.5rem;
    }


    /*.banner-wrapper .article-wrap > .article.main.plain h2:not(:first-child) {*/
    /*    font-size: 1.85rem;*/
    /*}*/





    /* Banner */
    .banner-wrapper.floating .article-wrap.attached {
        left: 20px;
        right: 20px;
    }





    /* Footer */
    .footer-wrapper .footer-menu ul {
        padding: 0 0 0;
        max-width: 100%;
        width: 400px;
    }
    .footer-wrapper .footer-menu ul > li.featured:last-child {
        display: block;
        position: static;
        transform: none;
        -webkit-transform: none;
        /*margin-left: 12px;*/
        margin-top: 20px;
    }
    .footer-wrapper .footer-menu ul > li.featured > a {
        display: inline-block;
    }
    .footer-wrapper .footer-address {
        display: block;
        position: static;
        text-align: left;
    }
    .footer-wrapper .footer-plants {
        margin-top: 45px;
    }





    /* Gallery */
    .gallery-wrap > .row > div:last-child:not(:nth-child(even)) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }




    /* Benefits */
    .benefits-wrap .benefit-item .article.thick {
        font-size: 2.15rem;
    }
    .benefits-wrap .benefit-item > .image-wrap {
        height: 200px;
        width: 200px;
    }
    .benefits-wrap:not(.zero) .benefit-item:not(.minimal):not(:last-child),
    .benefits-wrap:not(.zero) > .row > div:not(:last-child) .benefit-item:not(.minimal) {
        margin-bottom: 0;
    }





    /* Products */
    .products-wrap .product-item.has-image {
        padding-left: 0;
        min-height: 0;
    }
    .products-wrap .product-item .image-wrap {
        position: relative;
        height: 160px;
        width: 220px;
    }
    .products-wrap .product-item .article-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }






}

@media all and (max-width: 575px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.85rem; }
    h3 { font-size: 1.5rem; }
    .text-thick,
    .text-thick p {
        font-size: 1rem;
    }
    .button {
        font-size: 1rem;
    }
    .slider-brands .slide-brand {
        height: 70px;
    }




    /* Banner Font Size */
    .banner-wrapper .article-wrap > .article.main h1,
    .banner-wrapper .article-wrap > .article.main h2 {
        font-size: 2.5rem;
    }
    .banner-wrapper .article-wrap > .article.main.plain h1,
    .banner-wrapper .article-wrap > .article.main.plain h2 {
        font-size: 2rem;
    }

    /*.banner-wrapper .article-wrap > .article.main.plain h2:not(:first-child) {*/
    /*    font-size: 1.5rem;*/
    /*}*/





    /* Gallery */
    .gallery-wrap > .row {
        margin: 0 -6px;
    }
    .gallery-wrap > .row > div {
        padding: 0 6px;
    }
    .gallery-wrap .gallery-item {
        margin-bottom: 12px;
    }




    /* Benefits */
    .benefits-wrap .benefit-item.has-number {
        padding-left: 0;
        padding-top: 80px;
        text-align: center;
    }
    .benefits-wrap .benefit-item .number-wrap {
        left: 50%;
        transform: translateX(-50%);
        height: 64px;
        width: 70px;
    }
    .benefits-wrap .benefit-item .number-wrap > span {
        font-size: 2.15rem;
        line-height: 70px;
    }
    .benefits-wrap .benefit-item .number-wrap::before,
    .benefits-wrap .benefit-item .number-wrap::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        height: 3px;
        width: 1000px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: #187f80;
    }
    .benefits-wrap .benefit-item .number-wrap::after {
        left: auto;
        right: 0;
    }




    /* Benefits Icons */
    .benefits-wrap .benefit-item .article.thick {
        font-size: 1.85rem;
    }
    .benefits-wrap .benefit-item.has-icon > .article {
        position: absolute;
        top: 50%;
        left: 175px;
        transform: translateY(-50%);
    }
    .benefits-wrap .benefit-item > .image-wrap {
        height: 150px;
        width: 150px;
    }





    /* Profiles */
    .profiles-wrap {
        width: 340px;
    }
    .profiles-wrap:last-child {
        margin-bottom: 0 !important;
    }
    .profiles-wrap .profile-item:not(:last-child) {
        margin-bottom: -100px !important;
    }
    .profiles-wrap .profile-item .image-wrap {
        width: 192px;
        height: 192px;
    }
    .profiles-wrap .profile-item .article {
        width: auto;
    }
    .profiles-wrap .profile-item:nth-child(odd) .article-wrap {
        position: absolute;
        left: 195px;
        top: 15px;
        white-space: nowrap;
    }
    .profiles-wrap .profile-item:nth-child(even) .article-wrap {
        position: absolute;
        right: 215px;
        bottom: 20px;
        white-space: nowrap;
    }




    /* Compare tables */
    .compare-tables:not(.desktop) table thead tr th:first-child {
        font-size: 2rem;
    }
    .compare-tables:not(.desktop) table tbody tr td:first-child {
        font-size: 1.35rem;
    }
    .compare-tables:not(.desktop) table tbody tr td:not(:first-child) {
        padding: 0;
        font-size: 1rem;
    }
    .compare-tables:not(.desktop) table .mobile-label {
        margin-right: 12px;
    }
    .fixed-tables:not(.desktop) table .mobile-label {
        width: 190px;
    }







}

@media all and (max-width: 460px) {




    /* Benefits Icons */
    .benefits-wrap .benefit-item.has-icon > .article {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .benefits-wrap .benefit-item > .image-wrap {
        margin-bottom: -10px;
    }



}


@media all and (max-width: 400px) {






    /* Profiles */
    .profiles-wrap {
        width: 290px;
        max-width: none;
    }
    .profiles-wrap .profile-item:not(:last-child) {
        margin-bottom: -55px !important;
    }
    .profiles-wrap .profile-item .image-wrap {
        width: 128px;
        height: 128px;
    }
    .profiles-wrap .profile-item:nth-child(odd) .article-wrap {
        left: 125px;
        top: 10px;
    }
    .profiles-wrap .profile-item:nth-child(even) .article-wrap {
        right: 145px;
        bottom: 15px;
    }







}

@media all and (max-height: 700px) and (max-width: 575px) {







}

@media all and (min-height: 730px) and (max-width: 768px) {







}









/* Mobile Friendly -  Bootstrap Responsive */

.hidden-xl { display: none !important; }
.visible-xl { display: block !important; }
.visible-xs { display: none !important; }
.row > div > .full-height {
    display: block;
    position: relative;
    height: 100%;
}

@media all and (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}
@media all and (max-width: 1200px) {
    .hidden-xl { display: block !important; }
    .inline.hidden-xl { display: inline-block !important; }
    .hidden-lg { display: none !important; }
    .visible-lg { display: block !important; }
    .row-xl { display: block !important; }
}

@media all and (max-width: 992px) {
    .hidden-md { display: none !important; }
    .visible-md { display: block !important; }
    .row-lg { display: block !important; }
}

@media all and (max-width: 768px) {
    .hidden-sm { display: none !important; }
    .visible-sm { display: block !important; }
    .row-md { display: block !important; }
    .xs-table-block table,
    .xs-table-block table tbody,
    .xs-table-block table thead,
    .xs-table-block table tr,
    .xs-table-block table th,
    .xs-table-block table td {
        display: block;
    }
    .xs-table-block table td:not(:first-child) {
        margin-top: 15px !important;
    }
}

@media all and (max-width: 575px) {
    .hidden-xs { display: none !important; }
    .visible-xs { display: block !important; }
    .inline.visible-xs { display: inline-block !important; }
    .container-fluid { padding: 0 20px; }
    .container { padding: 0 20px; }
    .row-sm { display: block !important; }
}




