
/* Déclaration des polices Inter */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


*,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
.clearfix {
    overflow: hidden;
}
.allow-overflow {
    overflow: visible;
}
.container .row--gapless {
    padding-left: 15px;
    padding-right: 15px;
}
.container .row--gapless > div[class*="col-"] {
    padding: 0;
}
section > .row--gapless {
    padding-left: 0;
    padding-right: 0;
}
.unpad,
section > .row--gapless > div[class*="col-"] {
    padding: 0;
}
.unpad--bottom {
    padding-bottom: 0;
}
.unpad--top {
    padding-top: 0;
}
section.unpad--bottom {
    padding-bottom: 0;
}
section.unpad {
    padding: 0;
}
section.unpad--top {
    padding-top: 0;
}
.unmarg--bottom {
    margin-bottom: 0;
}
.unmarg {
    margin: 0;
}
div.right {
    float: right;
}
div.left {
    float: left;
}
html {
    font-size: 100%;
}
@media (max-width: 768px) {
    html {
        font-size: 87.5%;
    }
}
body {
    font-size: 16px;
    line-height: 1.625em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #343434;
    font-family: 'Inter', sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    margin-bottom: 0;
}

.h1,
h1 {
    font-size: 64px; /* 2XL */
    line-height: 65px;
}

.h2,
h2 {
    font-size: 45px; /* XL */
    line-height: 52px;
}

.h3,
h3 {
    font-size: 32px; /* L */
    line-height: 46px;
}

.h4,
h4 {
    font-size: 23px; /* M */
    line-height: 32px;
}

.h5,
h5 {
    font-size: 16px; /* S */
    line-height: 26px;
}
.lead {
    font-size: 1.4375em;
    line-height: 1.69565217em;
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 45px; /* XL */
        line-height: 52px;
    }
    .h2,
    h2 {
        font-size: 32px; /* L */
        line-height: 46px;
    }
    .h3,
    h3 {
        font-size: 23px; /* M */
        line-height: 32px;
    }
    .h4,
    h4 {
        font-size: 16px; /* S */
        line-height: 26px;
    }
    .lead {
        font-size: 1.4375em;
        line-height: 1.41304348em;
    }
}
blockquote,
ol,
p,
pre,
table,
ul {
    margin-bottom: 1.625em;
}
ol,
ul {
    list-style: none;
}
ol:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content),
ul:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content) {
    line-height: 2.34375em;
}
ul.bullets {
    list-style: inside;
}
ol {
    list-style-position: inside;
    list-style-type: upper-roman;
}
blockquote {
    border-left: 0;
    font-size: 2em;
    line-height: 1.421875em;
    margin: 0;
    padding: 0;
}
strong {
    font-weight: 600;
}
hr {
    border-color: #f4f4f4;
    margin: 1.625em 0;
}
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
/*! Typography -- Helpers */
.type--fade {
    opacity: 0.5;
}
.type--uppercase {
    text-transform: uppercase;
}
.type--bold {
    font-weight: 700;
}
.type--italic {
    font-style: italic;
}
.type--fine-print {
    font-size: 0.6875em;
}
.type--strikethrough {
    opacity: 0.5;
    text-decoration: line-through;
}
.type--underline {
    text-decoration: underline;
}
.type--body-font {
    font-family: 'Inter', sans-serif;
}
body {
    overflow-x: hidden;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-absolute.container {
    left: 0;
    right: 0;
}
.pos-top {
    top: 0;
}
.pos-bottom {
    bottom: 0;
}
.pos-right {
    right: 0;
}
.pos-left {
    left: 0;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
@media (max-width: 767px) {
    .float-left,
    .float-right {
        float: none;
    }
    .float-left-xs {
        float: left;
    }
    .float-right-xs {
        float: right;
    }
}
.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media (max-width: 767px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}
@media (max-height: 600px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}
.pos-vertical-align-columns {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.pos-vertical-align-columns > div[class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
@media (max-width: 990px) {
    .pos-vertical-align-columns {
        display: block;
        width: auto;
    }
    .pos-vertical-align-columns > div[class*="col-"] {
        display: block;
    }
}
.inline-block {
    display: inline-block;
}
.block {
    display: block;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media (max-width: 767px) {
    .block--xs {
        display: block;
    }
}
@media (max-width: 990px) {
    .text-center-md {
        text-align: center;
    }
    .text-left-md {
        text-align: left;
    }
    .text-right-md {
        text-align: right;
    }
}
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
}
.height-10,
.height-100,
.height-20,
.height-30,
.height-40,
.height-50,
.height-60,
.height-70,
.height-80,
.height-90 {
    height: auto;
    padding: 5em 0;
}
@media (max-width: 767px) {
    .height-10,
    .height-100,
    .height-20,
    .height-30,
    .height-40,
    .height-50,
    .height-60,
    .height-70,
    .height-80,
    .height-90 {
        height: auto;
        padding: 4em 0;
    }
}
@media (min-height: 600px) and (min-width: 767px) {
    .height-10 {
        height: 10vh;
    }
    .height-20 {
        height: 20vh;
    }
    .height-30 {
        height: 30vh;
    }
    .height-40 {
        height: 40vh;
    }
    .height-50 {
        height: 50vh;
    }
    .height-60 {
        height: 60vh;
    }
    .height-70 {
        height: 70vh;
    }
    .height-80 {
        height: 80vh;
    }
    .height-90 {
        height: 90vh;
    }
    .height-100 {
        height: 100vh;
    }
}
img {
    margin-bottom: 1.625em;
    max-width: 100%;
}
.img--fullwidth {
    width: 100%;
}
[data-grid="2"].masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
[data-grid="2"].masonry li {
    float: none;
    width: 100%;
}
[data-grid="2"] li {
    display: inline-block;
    width: 50%;
}
[data-grid="3"].masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
[data-grid="3"].masonry li {
    float: none;
    width: 100%;
}
[data-grid="3"] li {
    display: inline-block;
    width: 33.33333333%;
}
[data-grid="4"].masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
[data-grid="4"].masonry li {
    float: none;
    width: 100%;
}
[data-grid="4"] li {
    display: inline-block;
    width: 25%;
}
[data-grid="5"].masonry {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
[data-grid="5"].masonry li {
    float: none;
    width: 100%;
}
[data-grid="5"] li {
    display: inline-block;
    width: 20%;
}
[data-grid="6"].masonry {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
[data-grid="6"].masonry li {
    float: none;
    width: 100%;
}
[data-grid="6"] li {
    display: inline-block;
    width: 16.66666667%;
}
[data-grid="7"].masonry {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
[data-grid="7"].masonry li {
    float: none;
    width: 100%;
}
[data-grid="7"] li {
    display: inline-block;
    width: 14.28571429%;
}
[data-grid="8"].masonry {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
[data-grid="8"].masonry li {
    float: none;
    width: 100%;
}
[data-grid="8"] li {
    display: inline-block;
    width: 12.5%;
}
@media (max-width: 767px) {
    [data-grid]:not(.masonry) li {
        width: 33.333333%;
    }
    [data-grid="2"]:not(.masonry) li {
        width: 50%;
    }
    [data-grid].masonry {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.background-image-holder {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background: #343434;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    will-change: transform, top;
    z-index: 0;
}
.background-image-holder:not([class*="col-"]) {
    border-radius: 0;
    width: 100%;
}
.background-image-holder.background--bottom {
    background-position: 50% 100% !important;
}
.background-image-holder.background--top {
    background-position: 50% 0 !important;
}
.image--light .background-image-holder {
    background: none;
}
.background-image-holder img {
    display: none;
}
[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    background: linear-gradient(
  to right, 
  rgb(0, 0, 0) 0%,     /* noir-bleu foncé 100% opacité */
  rgba(0, 0, 0, 0) 100%    /* bleu foncé → transparent */
);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
[data-overlay] :not(.container):not(.background-image-holder) {
    z-index: 2;
}
[data-overlay].image--light:before {
    background: #fff;
}
[data-overlay].bg--primary:before {
    background: #31c362;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
[data-overlay="10"]:before {
    opacity: 1;
}
[data-overlay="0"]:before {
    opacity: 0;
}
[data-scrim-bottom] {
    position: relative;
}
[data-scrim-bottom]:before {
    backface-visibility: hidden;
    background: -moz-linear-gradient(top, transparent 0, #343434 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, #343434));
    background: -webkit-linear-gradient(top, transparent, #343434);
    background: -o-linear-gradient(top, transparent 0, #343434 100%);
    background: -ms-linear-gradient(top, transparent 0, #343434 100%);
    background: linear-gradient(180deg, transparent 0, #343434);
    bottom: 0;
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
    color: #b3b3b3;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
    color: #f6f6f6;
}
[data-scrim-bottom].image--light:before {
    background: #fff;
}
[data-scrim-bottom="1"]:before {
    opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
    opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
    opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
    opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
    opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
    opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
    opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
    opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
    opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
    opacity: 1;
}
[data-scrim-top] {
    position: relative;
}
[data-scrim-top]:before {
    background: -moz-linear-gradient(bottom, #343434 0, transparent 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0, #343434), color-stop(100%, transparent));
    background: -webkit-linear-gradient(bottom, #343434, transparent);
    background: -o-linear-gradient(bottom, #343434 0, transparent 100%);
    background: -ms-linear-gradient(bottom, #343434 0, transparent 100%);
    background: linear-gradient(180deg, #343434 0, transparent);
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
    color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
    color: #f6f6f6;
}
[data-scrim-top].image--light:before {
    background: #fff;
}
[data-scrim-top="1"]:before {
    opacity: 0.1;
}
[data-scrim-top="2"]:before {
    opacity: 0.2;
}
[data-scrim-top="3"]:before {
    opacity: 0.3;
}
[data-scrim-top="4"]:before {
    opacity: 0.4;
}
[data-scrim-top="5"]:before {
    opacity: 0.5;
}
[data-scrim-top="6"]:before {
    opacity: 0.6;
}
[data-scrim-top="7"]:before {
    opacity: 0.7;
}
[data-scrim-top="8"]:before {
    opacity: 0.8;
}
[data-scrim-top="9"]:before {
    opacity: 0.9;
}
[data-scrim-top="10"]:before {
    opacity: 1;
}
.imagebg {
    position: relative;
}
.imagebg .container {
    z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
    position: relative;
}
.imagebg:not(.image--light) blockquote,
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul {
    color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6,
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
    color: #343434;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6,
div[data-overlay] p,
div[data-overlay] ul {
    color: #fff;
}
.parallax {
    overflow: hidden;
}
.parallax .background-image-holder {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}
.image--xxs {
    max-height: 1.625em;
}
.image--xs {
    max-height: 3.25em;
}
.image--sm {
    max-height: 4.875em;
}
body {
    background-color: #fffdf9;
}
.color--primary {
    color: #31c362 !important;
}
a {
    color: #31c362;
}
.color--primary-1 {
    color: #7cc36a !important;
}
.color--primary-2 {
    color: #d14b4b !important;
}
.color--white {
    color: #fff;
}
.color--dark {
    color: #343434;
}
.bg--dark {
    background: #343434;
}
.bg--dark:not(.nav-bar),
.bg--dark:not(.nav-bar) h1,
.bg--dark:not(.nav-bar) h2,
.bg--dark:not(.nav-bar) h3,
.bg--dark:not(.nav-bar) h4,
.bg--dark:not(.nav-bar) h5,
.bg--dark:not(.nav-bar) h6,
.bg--dark:not(.nav-bar) i,
.bg--dark:not(.nav-bar) p,
.bg--dark:not(.nav-bar) span:not(.btn__text) {
    color: #f5f5f5;
}
.bg--dark:not(.nav-bar) a:not(.btn) {
    color: #fff;
}
.bg--site {
    background: #f8f8f8;
}
.bg--secondary {
    background: #f4f4f4;
}
.bg--primary {
    background: #31c362;
}
.bg--primary a:not(.btn),
.bg--primary p,
.bg--primary span,
.bg--primary ul {
    color: #fff;
}
.bg--white {
    background: #fff;
}
.bg--white a:not(.btn),
.bg--white h1,
.bg--white h2,
.bg--white h3,
.bg--white h4,
.bg--white h5,
.bg--white h6,
.bg--white i,
.bg--white p,
.bg--white span,
.bg--white ul,
.imagebg:not(.image--light) .bg--white a:not(.btn),
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6,
.imagebg:not(.image--light) .bg--white i,
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white span,
.imagebg:not(.image--light) .bg--white ul {
    color: #343434;
}
.bg--primary-1 {
    background: #7cc36a;
}
.bg--primary-1 a:not(.btn),
.bg--primary-1 h1,
.bg--primary-1 h2,
.bg--primary-1 h3,
.bg--primary-1 h4,
.bg--primary-1 h5,
.bg--primary-1 h6,
.bg--primary-1 i,
.bg--primary-1 p,
.bg--primary-1 span,
.bg--primary-1 ul {
    color: #fff;
}
.bg--primary-2 {
    background: #d14b4b;
}
.bg--primary-2 a:not(.btn),
.bg--primary-2 h1,
.bg--primary-2 h2,
.bg--primary-2 h3,
.bg--primary-2 h4,
.bg--primary-2 h5,
.bg--primary-2 h6,
.bg--primary-2 i,
.bg--primary-2 p,
.bg--primary-2 span,
.bg--primary-2 ul,
.image-bg:not(.image-light) :not(a) {
    color: #fff;
}
.color--facebook {
    color: #3b5998;
}
.color--twitter {
    color: #00aced;
}
.color--googleplus {
    color: #dd4b39;
}
.color--instagram {
    color: #125688;
}
.color--pinterest {
    color: #cb2027;
}
.color--dribbble {
    color: #ea4c89;
}
.color--behance {
    color: #053eff;
}
.bg--facebook {
    background: #3b5998;
    color: #fff;
}
.bg--twitter {
    background: #00aced;
    color: #fff;
}
.bg--googleplus {
    background: #dd4b39;
    color: #fff;
}
.bg--instagram {
    background: #125688;
    color: #fff;
}
.bg--pinterest {
    background: #cb2027;
    color: #fff;
}
.bg--dribbble {
    background: #ea4c89;
    color: #fff;
}
.bg--behance {
    background: #053eff;
    color: #fff;
}
.btn {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: 2px solid #343434;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.625em;
    padding: 0.85em 3.25em;
    text-transform: none;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
}
.btn .btn__text,
.btn i {
    border-color: #343434;
    color: #343434;
    font-size: 16px;
    font-weight: 500;
}
.btn[class*="col-"] {
    margin-left: 0;
    margin-right: 0;
}
.btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn.bg--behance,
.btn.bg--dark,
.btn.bg--dribbble,
.btn.bg--facebook,
.btn.bg--googleplus,
.btn.bg--instagram,
.btn.bg--pinterest,
.btn.bg--twitter {
    border-color: transparent !important;
}
.btn.bg--behance .btn__text,
.btn.bg--behance .btn__text i,
.btn.bg--dark .btn__text,
.btn.bg--dark .btn__text i,
.btn.bg--dribbble .btn__text,
.btn.bg--dribbble .btn__text i,
.btn.bg--facebook .btn__text,
.btn.bg--facebook .btn__text i,
.btn.bg--googleplus .btn__text,
.btn.bg--googleplus .btn__text i,
.btn.bg--instagram .btn__text,
.btn.bg--instagram .btn__text i,
.btn.bg--pinterest .btn__text,
.btn.bg--pinterest .btn__text i,
.btn.bg--twitter .btn__text,
.btn.bg--twitter .btn__text i {
    color: #fff;
}
.btn.bg--behance:hover,
.btn.bg--dark:hover,
.btn.bg--dribbble:hover,
.btn.bg--facebook:hover,
.btn.bg--googleplus:hover,
.btn.bg--instagram:hover,
.btn.bg--pinterest:hover,
.btn.bg--twitter:hover {
    opacity: 0.9;
}
@media (min-width: 768px) {
    .btn + .btn {
        margin-left: 1.625em;
    }
}
.btn:first-child {
    margin-left: 0;
}
.btn:last-child {
    margin-right: 0;
}
.btn--xs {
    padding: 0 1.625em;
}
.btn--sm {
    padding: 0.36111111em 2.16666667em 0.43333333em;
}
.btn--lg {
    padding: 0.67708333em 4.0625em 0.8125em;
}
.btn--lg .btn__text {
    font-size: 0.78125em;
}
.btn--primary,
.btn--primary:visited {
    background: #20B857;
    border-color: #20B857;
}
.btn--primary .btn__text,
.btn--primary:visited .btn__text {
    color: #161616;
    font-weight: 500;
}
.btn--primary .btn__text i,
.btn--primary:visited .btn__text i {
    color: #fff;
}
.btn--primary:active,
.btn--primary:hover {
    background: #239d4f;
}
.btn--primary-1,
.btn--primary-1:visited {
    background: #7cc36a;
    border-color: #7cc36a;
}
.btn--primary-1 .btn__text,
.btn--primary-1:visited .btn__text {
    color: #fff;
}
.btn--primary-1:hover {
    background: #8cca7c;
}
.btn--primary-1:active {
    background: #6cbc58;
}
.btn--primary-2,
.btn--primary-2:visited {
    background: #d14b4b;
    border-color: #d14b4b;
}
.btn--primary-2 .btn__text,
.btn--primary-2:visited .btn__text {
    color: #fff;
}
.btn--primary-2:hover {
    background: #d65f5f;
}
.btn--primary-2:active {
    background: #cc3737;
}
.btn--secondary {
    background: #f4f4f4;
    border-color: #f4f4f4;
}
.btn--secondary:hover {
    background: #f9f9f9;
}
.btn--secondary:active {
    background: #efefef;
}
.btn--white {
    background: #fff;
    border-color: #fff;
}
.btn--white,
.btn--white i {
    color: #343434;
}
.btn--transparent {
    background: none;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.btn--transparent.btn--white .btn__text {
    color: #fff;
}
.btn--unfilled {
    background: none;
}
.btn--unfilled.btn--white .btn__text,
.btn--unfilled.btn--white i {
    color: #fff;
}
.btn--floating {
    bottom: 3.25em;
    position: fixed;
    right: 3.25em;
    z-index: 10;
}
.icon {
    font-size: 2.8125em;
    line-height: 1em;
}
.icon--xs {
    font-size: 1em;
}
.icon--sm {
    font-size: 2em;
}
.icon--lg {
    font-size: 4em;
}
ul:last-child {
    margin: 0;
}
.list-inline li {
    padding: 0 1em;
}
.list-inline li:first-child {
    padding-left: 0;
}
.list-inline li:last-child {
    padding-right: 0;
}
.list-inline.list-inline--narrow li {
    padding: 0 0.5em;
}
.list-inline.list-inline--wide li {
    padding: 0 2em;
}
.lb-outerContainer {
    border-radius: 0;
}
.lb-outerContainer .lb-container {
    padding: 0;
}
.lb-outerContainer .lb-container img {
    margin: 0;
}
.lightbox-gallery {
    overflow: hidden;
}
.lightbox-gallery li {
    float: left;
}
.lightbox-gallery li img {
    margin: 0;
    width: 100%;
}
.lightbox-gallery.gallery--gaps li {
    padding: 0.40625em;
}
nav {
    background: none;
    z-index: 10;
}
.nav-bar {
    height: 65px;
    line-height: 62px;
    max-height: 65px;
    will-change: scroll-position, transform;
    
}
.nav-bar .logo {
    margin: 0;
    max-height: 40%;
}
.nav-bar .nav-module {
    display: inline-block;
    height: 65px;
    padding: 0 1em;
}
.nav-bar .nav-module > a:not(.btn) {
    display: inline-block;
    height: 100%;
}
.nav-bar.nav--fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    
}
.nav-bar.nav--fixed:not(.bg--dark):not(.bg--primary):not(.bg--white) {
 background-color: rgba(255, 255, 255, 0.8); /* blanc semi-transparent */
  backdrop-filter: blur(10px); /* effet flou */
  -webkit-backdrop-filter: blur(10px); /* compatibilité Safari */
}
.nav-bar.nav--fixed + .nav-mobile-toggle {
    color: #222;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.nav-module.left {
    float: left;
}
.nav-module.right {
    float: right;
}
.nav-module:first-of-type {
    padding-left: 0;
}
.nav-module:last-of-type {
    padding-right: 0;
}
.nav-bar,
.utility-bar {
    padding: 0 3.25em;
}
.utility-bar {
    overflow: hidden;
}
.utility-bar:not(.hidden) + .nav-bar + .nav-mobile-toggle {
    top: 65px;
}
@media (max-width: 1280px) {
    .nav-bar {
        padding: 0 15px;
    }
}
.container .nav-bar {
    padding: 0;
}
.menu {
    height: 65px;
}
.menu li,
.menu > li {
    position: relative;
}
.menu > li {
    float: left;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}
.menu > li > a {
    display: inline-block;
    height: 100%;
    padding: 0 1.3em;
}
.menu > li:first-child > a {
    padding-left: 0;
}
.menu > li:last-child a {
    padding-right: 0;
}
.nav-bar.bg--white .menu > li > a {
    color: #343434;
}
.nav-bar.bg--dark .menu > li > a {
    color: #fff;
}
.menu > li ul {
    background: none;
    float: left;
    left: 0;
    line-height: 1.625em !important;
    margin: 0;
    min-width: 13em;
    opacity: 0;
    padding: 1em 0;
    position: absolute;
    visibility: hidden;
}
.menu > li > ul a {
    display: inline-block;
    padding: 0 1em 1.625em;
}
.menu > li > ul li:last-child > a {
    padding-bottom: 0;
}
.menu > li:hover > ul,
.menu > li > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.menu > li:hover .multi-column ul {
    opacity: 1 !important;
    position: relative !important;
    visibility: visible !important;
}
.menu > li > ul:not(.multi-column) ul {
    left: 100%;
    top: 0;
}
.multi-column {
    white-space: nowrap;
    width: auto !important;
}
.multi-column li {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 13em;
}
.multi-column li ul {
    position: relative;
}
.multi-column ul li {
    display: block;
    float: none;
}
.module-applet {
    padding: 0 1em;
    position: relative;
}
.module-applet__handle {
    cursor: pointer;
    position: relative;
}
.module-applet__body {
    background: none;
    opacity: 0;
    padding: 1em;
    position: absolute;
    visibility: hidden;
    width: 26em;
    z-index: 10;
}
.module-applet__body * {
    line-height: 1.625em;
}
.module-applet:hover .module-applet__body {
    opacity: 1;
    visibility: visible;
}
.nav-mobile-toggle {
    cursor: pointer;
    line-height: 62px;
    padding: 0 1em;
    position: absolute;
    right: 15px;
    top: 0;
    user-select: none;
    -webkit-user-select: none;
    z-index: 99;
}
@media (max-width: 990px) {
    .nav-bar {
        height: auto;
        overflow: hidden;
    }
    .nav-bar .nav-module.left,
    .nav-bar .nav-module.right {
        display: block;
        float: none;
    }
    .nav-bar .nav-module {
        padding: 0;
    }
    .nav-bar .nav-module:not(.logo-module) {
        height: auto;
        line-height: 2em;
    }
    .menu {
        height: auto;
    }
    .menu li {
        float: none;
        width: 100%;
    }
    .menu > li > a {
        padding: 0;
    }
    .menu > li ul {
        display: none;
        float: none;
        position: relative;
        width: 100%;
    }
    .menu > li ul ul {
        left: 0 !important;
        padding-left: 2em;
    }
    .menu > li > ul:not(.multi-column) ul {
        padding-bottom: 1.5em;
        padding-top: 0;
    }
    .menu li.active .multi-column ul,
    .menu li.active > ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .menu .multi-column {
        white-space: normal;
    }
    .menu .multi-column ul {
        padding-bottom: 0;
        padding-top: 0;
    }
    .menu .multi-column ul li a {
        padding-left: 0;
    }
    .menu .multi-column ul li:last-child a {
        padding-bottom: 1.625em;
    }
    .module-applet {
        padding: 0;
    }
    .module-applet .module-applet__body {
        display: none;
        opacity: 1;
        padding: 1em 0;
        position: relative;
        visibility: visible;
    }
    .module-applet.active .module-applet__body {
        display: block;
    }
}
.nav-open .nav-bar {
    max-height: 100000px !important;
}
.nav--absolute,
.nav--fixed {
    width: 100%;
    z-index: 99;
}
.nav--fixed {
    position: fixed;
}
.nav--absolute {
    position: absolute;
}
.nav--transparent:not(.nav--fixed) {
    background: none !important;
}
nav:not(.nav--fixed):not(.nav--absolute) {
    position: relative;
}
@media (max-width: 990px) {
    .nav-bar.nav--absolute,
    .nav-bar.nav--fixed {
        position: relative;
    }
    .nav-bar.nav--absolute + .nav-mobile-toggle,
    .nav-bar.nav--fixed + .nav-mobile-toggle {
        position: absolute;
    }
}
form {
    max-width: 100%;
}
form + form {
    margin-top: 30px;
}
form:after,
form:before {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
form:after {
    clear: both;
}
label {
    font-size: 1em;
    margin: 0;
}
input[type],
select,
textarea {
    -webkit-appearance: none;
    background: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.8125em;
}
input[type]:active,
input[type]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: none;
}
input[type]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c3c3c3;
    font-size: 1em;
}
input[type]:-moz-placeholder,
input[type]::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #c3c3c3;
    font-size: 1em;
}
input[type]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c3c3c3;
    font-size: 1em;
}
textarea {
    display: block;
    max-width: 100%;
    width: 100%;
}
select {
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 3.25em;
}
select::ms-expand {
    display: none;
}
input[type="submit"] {
    background: none;
    background: #31c362;
    border: none;
    color: #fff;
    outline: none;
    padding: 0.8125em 3.25em;
}
@keyframes load {
    0% {
        opacity: 0;
        width: 0;
    }
    50% {
        left: 0;
        opacity: 0.8;
        width: 100%;
    }
    to {
        left: 100%;
        opacity: 0;
    }
}
button {
    background: none;
}
button[type="submit"].btn--loading {
    color: transparent;
    overflow: hidden;
    pointer-events: none;
    position: relative;
}
button[type="submit"].btn--loading * {
    opacity: 0;
}
button[type="submit"].btn--loading:after {
    animation: load 1.5s ease-out infinite;
    background: #ddd;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
button[type="submit"].btn--loading .btn__text {
    opacity: 0;
}
button:focus {
    outline: none !important;
}
.input-checkbox,
.input-radio,
.input-select {
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input-checkbox .inner,
.input-radio .inner,
.input-select .inner {
    display: inline-block;
}
.input-checkbox input,
.input-radio input,
.input-select input {
    display: none;
}
.input-checkbox.checked .inner,
.input-radio.checked .inner,
.input-select.checked .inner {
    background: #31c362;
}
.input-checkbox label,
.input-radio label,
.input-select label {
    display: block;
}
.input-checkbox {
    padding: 0;
}
.input-checkbox .inner {
    background: #000;
    border-radius: 50%;
    height: 1.625em;
    width: 1.625em;
}
.input-radio {
    padding: 0;
}
.input-radio .inner {
    background: #000;
    border-radius: 50%;
    height: 1.625em;
    width: 1.625em;
}
.input-select {
    position: relative;
}
.input-select i {
    font-size: 0.87em;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.input-file {
    display: inline-block;
    position: relative;
}
.input-file input {
    display: none;
}
.form-error {
    background: #d84d4d;
}
.form-error,
.form-success {
    bottom: 1.5625em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    left: 50%;
    margin-top: 1.5625em;
    min-width: 350px;
    padding: 0.78125em;
    position: fixed;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    z-index: 999;
}
.form-success {
    background: #1dc020;
}
.attempted-submit .field-error {
    border-color: #d84d4d !important;
}
.accordion li .accordion__content,
.accordion li .accordion__content *,
.accordion li .accordion__title {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}
.accordion li .accordion__title {
    background: #f4f4f4;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    cursor: pointer;
    padding: 1.08333333em 1.625em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion li:last-child .accordion__title {
    border-bottom: 1px solid #dfdfdf;
}
.accordion li .accordion__content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}
.accordion li .accordion__content > * {
    display: none;
}
.accordion li .accordion__content :first-child {
    padding-top: 1.625em;
}
.accordion li .accordion__content :last-child {
    padding-bottom: 1.625em;
}
.accordion li.active .accordion__title {
    background: #31c362;
    border-bottom: 1px solid #dfdfdf;
}
.accordion li.active .accordion__content {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}
.accordion li.active .accordion__content > *,
.breadcrumb {
    display: inline-block;
}
.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    font-size: 1em;
    text-transform: uppercase;
}
.breadcrumb li + li:before {
    padding: 0 0.40625em;
}
.tabs {
    display: block;
    margin-bottom: 0;
}
.tabs > li {
    display: inline-block;
    opacity: 0.5;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabs:hover,
.tabs > .active {
    opacity: 1;
}
.tabs .tab__title {
    cursor: pointer;
}
.tabs .tab__title:not(.btn) {
    padding: 0 1.625em;
}
.tabs li:first-child .tab__title:not(.btn) {
    padding-left: 0;
}
.tabs .tab__content {
    display: none;
}
.tabs-content {
    margin-top: 1em;
}
.tabs-content li > .tab__content {
    display: none;
    width: 100%;
}
.tabs-content > .active > .tab__content {
    display: block;
}
.tabs-container[data-content-align="left"] .tabs-content {
    text-align: left;
}
.boxed {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 2.4375em;
    position: relative;
}
.boxed.boxed--lg {
    padding: 3.65625em;
}
.boxed.boxed--sm {
    padding: 1.625em;
}
.boxed.boxed--border {
    border: 1px solid #c9c9c9;
}
.boxed > div[class*="col-"]:first-child:not(.boxed) {
    padding-left: 0;
}
.boxed > div[class*="col-"]:last-child:not(.boxed) {
    padding-right: 0;
}
img + .boxed {
    margin-top: -1.625em;
}
@media (max-width: 767px) {
    .boxed {
        margin-bottom: 15px;
    }
    .boxed,
    .boxed.boxed--lg {
        padding: 1.625em;
    }
    .boxed div[class*="col-"]:not(.boxed) {
        padding: 0;
    }
    .boxed:last-child {
        margin-bottom: 15px;
    }
    .row:last-child div[class*="col-"]:last-child .boxed:last-child {
        margin-bottom: 0;
    }
}
section.slider {
    overflow: hidden;
    padding: 0 !important;
    position: relative;
}
section.slider .owl-theme .owl-controls .owl-nav div.owl-next,
section.slider .owl-theme .owl-controls .owl-nav div.owl-prev {
    color: #fff;
}
.slides {
    margin: 0;
    overflow: hidden;
}
.slides li > [class*="col-"]:first-child:last-child:not([class*="offset"]) {
    width: 100% !important;
}
.slider {
    overflow: hidden;
    position: relative;
}
.slider .slides li {
    padding: 6.5em 0;
    position: relative;
}
.slider.space--lg .slides li {
    padding: 13em 0;
}
.slider.space--xlg .slides li {
    padding: 26em 0;
}
.slider:hover .flex-direction-nav a {
    opacity: 1;
}
.slider.height-10 {
    height: auto;
}
.slider.height-10 .slides li {
    height: 10vh;
    padding: 0;
}
.slider.height-20 {
    height: auto;
}
.slider.height-20 .slides li {
    height: 20vh;
    padding: 0;
}
.slider.height-30 {
    height: auto;
}
.slider.height-30 .slides li {
    height: 30vh;
    padding: 0;
}
.slider.height-40 {
    height: auto;
}
.slider.height-40 .slides li {
    height: 40vh;
    padding: 0;
}
.slider.height-50 {
    height: auto;
}
.slider.height-50 .slides li {
    height: 50vh;
    padding: 0;
}
.slider.height-60 {
    height: auto;
}
.slider.height-60 .slides li {
    height: 60vh;
    padding: 0;
}
.slider.height-70 {
    height: auto;
}
.slider.height-70 .slides li {
    height: 70vh;
    padding: 0;
}
.slider.height-80 {
    height: auto;
}
.slider.height-80 .slides li {
    height: 80vh;
    padding: 0;
}
.slider.height-90 {
    height: auto;
}
.slider.height-90 .slides li {
    height: 90vh;
    padding: 0;
}
.slider.height-100 {
    height: auto;
}
.slider.height-100 .slides li {
    height: 100vh;
    padding: 0;
}
.slider.slider-controls--white .flex-direction-nav a {
    color: #fff;
}
.slider.slider-controls--white .flex-control-paging a {
    background: #fff;
}
.slider[data-animation="slide"] .slides li {
    -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
    .slider[class*="height-"] .slides li {
        height: auto;
        padding: 6.5em 0;
    }
    .slider.space--lg .slides li,
    .slider.space--xlg .slides li {
        padding: 9.75em 0;
    }
}
.owl-theme .owl-controls {
    margin: 0;
}
.owl-theme .owl-controls .owl-dots {
    bottom: 1.625em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.owl-theme .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 0.40625em;
    overflow: hidden;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
    background: hsla(0, 0%, 100%, 0.4);
    border: none;
    border-radius: 50%;
    box-shadow: none;
    display: inline-block;
    height: 6px;
    margin: 0;
    width: 6px;
}
.owl-theme .owl-controls .owl-dots .owl-dot span:hover,
.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #fff;
}
.owl-theme .owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    width: 100%;
    z-index: 99;
}
.owl-theme .owl-controls .owl-nav div {
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.owl-theme .owl-controls .owl-nav div:before {
    font-family: pillar-interface;
    font-size: 2em;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 1.625em;
}
.owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\e802";
}
.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 1.625em;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\e801";
}
.slider.slider--controlsoutside {
    overflow: visible;
}
.slider.slider--controlsoutside .slides li {
    padding: 0;
}
.slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots {
    bottom: 0;
    position: relative;
}
.slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
.slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #343434;
    display: inline-block;
}
.slider.slider--controlsoutside[data-arrows="true"] .owl-theme .owl-controls .owl-nav .owl-next {
    right: -4em;
}
.slider.slider--controlsoutside[data-arrows="true"] .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -4em;
}
.imagebg .slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots,
section.bg--dark .slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots {
    bottom: 0;
    position: relative;
}
.imagebg .slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots .owl-dot span,
section.bg--dark .slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #fff;
}
.hover-element {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.hover-element * {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.hover-element .hover-element__reveal {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hover-element .hover-element__reveal .boxed {
    height: 100%;
}
.hover-element.hover--active .hover-element__reveal,
.hover-element:hover .hover-element__reveal {
    opacity: 1;
}
.hover-element img {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .hover-element {
        cursor: pointer;
    }
}
.row:last-child div[class*="col-"]:last-child .hover-element {
    margin-bottom: 0;
}
.masonry .masonry__container.masonry--active .masonry__item {
    opacity: 1;
    pointer-events: auto;
}
.masonry .masonry__container .masonry__item {
    opacity: 0;
    pointer-events: none;
}
.masonry .masonry__filters li {
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.masonry .masonry__filters li.active {
    cursor: default;
}
.modal-instance .modal-body {
    display: none;
}
.modal-container {
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.modal-container.modal-active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.modal-container:before {
    background: rgba(0, 0, 0, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.modal-container .modal-content {
    backface-visibility: hidden;
    border: none;
    border-radius: 0;
    box-shadow: none;
    left: 50%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    z-index: 2;
}
.modal-container .modal-content:not(.height--natural) {
    height: 50%;
    width: 50%;
}
.modal-container .modal-content .modal-close-cross {
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    right: 1em;
    top: 1em;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    z-index: 99;
}
.modal-container .modal-content .modal-close-cross:before {
    content: "\2715";
    font-size: 1.5em;
}
.modal-container .modal-content .modal-close-cross:hover {
    opacity: 1;
}
.modal-container .modal-content.imagebg:not(.image--light) .modal-close-cross:before {
    color: #fff;
}
.modal-container .modal-content iframe {
    backface-visibility: hidden;
    border: none;
    height: 100%;
    outline: none;
    width: 100%;
}
.modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
    top: -3.25em;
}
@media (max-width: 767px) {
    .modal-container .modal-content {
        height: auto !important;
        padding-bottom: 2em;
        padding-top: 2em;
        width: 97% !important;
    }
}
.map-container {
    overflow: hidden;
    position: relative;
}
.map-container .map-canvas,
.map-container iframe {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax .slides li > .background-image-holder,
.parallax > .background-image-holder {
    height: 100vh;
    top: -50vh;
    -webkit-transform-style: preserve-3d;
    transition: opacity 0.3s ease !important;
    -webkit-transition: opacity 0.3s ease !important;
}
.main-container > a:first-child + .parallax .background-image-holder,
.parallax:first-child .background-image-holder,
.parallax:first-child .slides li > .background-image-holder {
    top: 0;
}
@media (max-width: 1024px) {
    .parallax .slides li > .background-image-holder,
    .parallax > .background-image-holder {
        height: 100%;
        top: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
    }
}
.parallax {
    will-change: contents;
}
.notification {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 1em;
    max-width: 100%;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    z-index: 99;
}
.notification:not([class*="bg-"]) {
    background: #fff;
}
.notification[class*="col-"] {
    min-width: 400px;
}
.notification .notification-close-cross {
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    right: 1em;
    top: 0;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    z-index: 99;
}
.notification .notification-close-cross:before {
    content: "\2715";
    font-size: 1.5em;
}
.notification .notification-close-cross:hover {
    opacity: 1;
}
.notification.notification--reveal {
    pointer-events: auto;
    z-index: 99;
}
.notification.notification--reveal[data-animation="from-bottom"] {
    animation: from-bottom 0.3s linear 0s forwards;
    -webkit-animation: from-bottom 0.3s linear 0s forwards;
    -moz-animation: from-bottom 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-top"] {
    animation: from-top 0.3s linear 0s forwards;
    -webkit-animation: from-top 0.3s linear 0s forwards;
    -moz-animation: from-top 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-left"] {
    animation: from-left 0.3s linear 0s forwards;
    -webkit-animation: from-left 0.3s linear 0s forwards;
    -moz-animation: from-left 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-right"] {
    animation: from-right 0.3s linear 0s forwards;
    -webkit-animation: from-right 0.3s linear 0s forwards;
    -moz-animation: from-right 0.3s linear 0s forwards;
}
.notification.notification--dismissed {
    animation: fade-out 0.4s linear 0s forwards !important;
    -webkit-animation: fade-out 0.4s linear 0s forwards !important;
    -moz-animation: fade-out 0.4s linear 0s forwards !important;
    pointer-events: none;
}
a[data-notification-link],
a[data-notification-link]:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .notification[class*="col-"] {
        min-width: 0;
    }
}
@keyframes from-bottom {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@-moz-keyframes from-bottom {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@-webkit-keyframes from-bottom {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@keyframes from-top {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@-moz-keyframes from-top {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@-webkit-keyframes from-top {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@keyframes from-left {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@-moz-keyframes from-left {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@-webkit-keyframes from-left {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@keyframes from-right {
    0% {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@-moz-keyframes from-right {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@-webkit-keyframes from-right {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
iframe {
    border: none;
    min-height: 350px;
    width: 100%;
}
@media (max-width: 767px) {
    iframe {
        min-height: 220px;
    }
}
.videobg {
    background: #343434;
    overflow: hidden;
    position: relative;
}
.videobg .background-image-holder,
.videobg .container {
    opacity: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}
.videobg .background-image-holder {
    opacity: 0 !important;
}
.videobg.video-active .container {
    opacity: 1;
}
.videobg.video-active .loading-indicator {
    opacity: 0;
    visibility: hidden;
}
.videobg video {
    height: 100%;
    left: 0;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 0 !important;
}
@media (max-width: 1024px) {
    .videobg .background-image-holder,
    .videobg .container {
        opacity: 1 !important;
    }
    .videobg .loading-indicator,
    .videobg video {
        display: none;
    }
}
.youtube-background {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0 !important;
}
.youtube-background .mb_YTPBar {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1024px) {
    .youtube-background {
        display: none;
    }
}
.loading-indicator {
    -webkit-animation: loading-spinner 1s ease-in-out infinite;
    animation: loading-spinner 1s ease-in-out infinite;
    background-color: #fff;
    border-radius: 100%;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute !important;
    top: 50%;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    width: 50px;
    z-index: 99 !important;
}
@-webkit-keyframes loading-spinner {
    0% {
        -webkit-transform: scale(0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}
@keyframes loading-spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.video-cover {
    position: relative;
}
.video-cover video {
    max-width: 100%;
}
.video-cover iframe {
    background: #343434;
}
.video-cover .background-image-holder {
    z-index: 3;
}
.video-cover .video-play-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}
.video-cover .background-image-holder,
.video-cover .video-play-icon {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}
.video-cover.reveal-video .background-image-holder,
.video-cover.reveal-video .video-play-icon {
    opacity: 0 !important;
    pointer-events: none;
}
.video-cover[data-overlay]:before,
.video-cover[data-scrim-bottom]:before,
.video-cover[data-scrim-top]:before {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    z-index: 4;
}
.video-cover.reveal-video[data-overlay]:before,
.video-cover.reveal-video[data-scrim-bottom]:before,
.video-cover.reveal-video[data-scrim-top]:before {
    opacity: 0;
    pointer-events: none;
}
.video-play-icon {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 6.5em;
    position: relative;
    width: 6.5em;
    z-index: 4;
}
.video-play-icon.video-play-icon--sm {
    height: 3.25em;
    width: 3.25em;
}
.video-play-icon.video-play-icon--sm:before {
    border-width: 4px 0 4px 9px;
}
.video-play-icon.video-play-icon--xs {
    height: 1.625em;
    width: 1.625em;
}
.video-play-icon.video-play-icon--xs:before {
    border-width: 3px 0 3px 6px;
    margin-left: -3px;
}
.video-play-icon.bg--primary:before {
    border-color: transparent transparent transparent #fff;
}
.video-play-icon:before {
    border-color: transparent transparent transparent grey;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
}
.video-play-icon.video-play-icon--dark {
    background: #343434;
    border-color: #343434;
}
.video-play-icon.video-play-icon--dark:before {
    border-color: transparent transparent transparent #343434;
    border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
    .video-play-icon {
        height: 4.33333333em;
        width: 4.33333333em;
    }
}
div[class*="col-"][class*="12"]:not([class*="xs-12"]) .video-cover iframe {
    min-height: 550px;
}
@media (max-width: 990px) {
    div[class*="col-"][class*="12"]:not([class*="xs-12"]) .video-cover iframe {
        min-height: 350px;
    }
}
div[class*="col-"][class*="10"] .video-cover iframe {
    min-height: 450px;
}
div[class*="col-"][class*="8"] .video-cover iframe {
    min-height: 400px;
}
div[class*="col-"][class*="6"] .video-cover iframe {
    min-height: 350px;
}
@media (max-width: 1200px) {
    div[class*="col-"][class*="6"] .video-cover iframe {
        min-height: 300px;
    }
}
@media (max-width: 990px) {
    div[class*="col-"][class*="6"] .video-cover iframe {
        min-height: 220px;
    }
}
@media (max-width: 767px) {
    div[class*="col-"] .video-cover iframe {
        min-height: 220px !important;
    }
}
.modal-container video {
    max-width: 100%;
}
.imageblock {
    padding: 0;
    position: relative;
}
.imageblock > .container,
.imageblock > div[class*="col-"]:not(.imageblock__content) {
    float: none;
    overflow: hidden;
    padding-bottom: 8.125em;
    padding-top: 6.5em;
}
.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*="col-"]:not(.imageblock__content) {
    float: none;
    overflow: hidden;
    padding-bottom: 10.15625em;
    padding-top: 10.15625em;
}
.imageblock .imageblock__content {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.imageblock .imageblock__content .slider {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.imageblock .imageblock__content .slider .slides > li {
    min-height: 100%;
    padding: 0;
    position: absolute !important;
}
.imageblock.allow-overflow .imageblock__content {
    overflow: visible;
}
@media (max-width: 767px) {
    .imageblock[class*="space-"] {
        padding-bottom: 0;
        padding-top: 0;
    }
    .imageblock .imageblock__content {
        min-height: 16.25em;
        position: relative;
    }
    .imageblock.imageblock--lg > .container,
    .imageblock.imageblock--lg > div[class*="col-"]:not(.imageblock__content),
    .imageblock > .container,
    .imageblock > div[class*="col-"]:not(.imageblock__content) {
        float: none;
        overflow: hidden;
        padding-bottom: 4.875em;
        padding-top: 4.875em;
    }
}
form[action*="createsend.com"] * {
    opacity: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}
form[action*="createsend.com"].form--active * {
    opacity: 1;
}
form[action*="createsend.com"] .input-checkbox + br,
form[action*="createsend.com"] br,
form[action*="createsend.com"].no-labels label {
    display: none;
}
form[action*="createsend.com"] p > label:first-child {
    margin-bottom: 0.8125em;
}
form[action*="list-manage.com"] h2 {
    mily: "Helvetica Neue", "Karla", sans-serif;
    color: #343434;
    font-size: 36px;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    line-height: 1.41304348em;
    margin-bottom: 1.1304347826087em;
    margin-top: 0;
}
form[action*="list-manage.com"] .input-group ul {
    overflow: hidden;
}
form[action*="list-manage.com"] .input-group ul li {
    float: left;
}
form[action*="list-manage.com"] * {
    opacity: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}
form[action*="list-manage.com"].form--active * {
    opacity: 1;
}
form[action*="list-manage.com"].no-labels label {
    display: none;
}
form[action*="list-manage.com"] .small-meta {
    font-size: 0.5em;
}
.twitter-feed .interact,
.twitter-feed .user {
    display: none;
}
.twitter-feed .timePosted {
    font-size: 0.87em;
}
[class*="transition--"] {
    opacity: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
[class*="transition--"].transition--active {
    opacity: 1;
}
.transition--scale {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}
.transition--scale.transition--active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.transition--slide {
    transform: translate3d(200px, 0, 0);
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(30vw, 0, 0);
    -webkit-transform: translate3d(30vw, 0, 0);
}
.transition--slide.transition--active {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
footer,
section {
    padding-bottom: 8.125em;
    padding-top: 6.5em;
}
footer.space--xxs,
section.space--xxs {
    padding-bottom: 1.625em;
    padding-top: 1.625em;
}
footer.space--xs,
section.space--xs {
    padding-bottom: 3.25em;
    padding-top: 3.25em;
}
footer.space--sm,
section.space--sm {
    padding-bottom: 4.33333333em;
    padding-top: 4.33333333em;
}
footer.space--md,
section.space--md {
    padding-bottom: 9.75em;
    padding-top: 9.75em;
}
footer.space--lg,
section.space--lg {
    padding-bottom: 13em;
    padding-top: 13em;
}
footer.space--xlg,
section.space--xlg {
    padding-bottom: 32.5em;
    padding-top: 26em;
}
footer.space--0,
section.space--0 {
    padding: 0;
}
footer.section--even,
section.section--even {
    padding-bottom: 8.125em;
    padding-top: 8.125em;
}
footer.space-bottom--sm,
section.space-bottom--sm {
    padding-bottom: 4.33333333em;
}
@media (max-width: 767px) {
    footer,
    footer.space--lg,
    section,
    section.section--even,
    section.section--even.space--lg,
    section.space--lg {
        padding: 4.875em 0;
    }
    footer.space--xlg,
    section.section--even.space--xlg,
    section.space--xlg {
        padding: 7.3125em 0;
    }
}
div[class*="col-"] > div[class*="col-"]:first-child {
    padding-left: 0;
}
div[class*="col-"] > div[class*="col-"]:last-child {
    padding-right: 0;
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(odd) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
@media (min-width: 768px) {
    .mt--1 {
        margin-top: 1.625em;
    }
    .mt--2 {
        margin-top: 3.25em;
    }
    .mt--3 {
        margin-top: 4.875em;
    }
}
@media (max-width: 990px) {
    .mt--1,
    .mt--2 {
        margin-top: 1.625em;
    }
    .mt--3 {
        margin-top: 2.4375em;
    }
}
/*! -- Customizers -- */
body.theme--square .btn,
body.theme--square input {
    border-radius: 0 0 0 0;
}
body.theme--square button {
    border-radius: 0 0 0 0 !important;
}
body[data-scroll-reveal="true"] section:not(:first-child) {
    visibility: hidden;
}
body.theme--boxed {
    background: #eee;
    padding: 4.875em 0;
}
body.theme--boxed .main-container,
body.theme--boxed .nav-bar.nav--fixed,
body.theme--boxed nav {
    left: 0;
    margin: 0 auto;
    max-width: 1400px;
    right: 0;
}
body.theme--boxed section:not(.bg--white):not(.bg--dark):not(.bg--secondary):not(.bg--dark):not(.bg--primary):not(.section--overlap) {
    background: #f8f8f8;
}
body.theme--boxed section.section--overlap + section:not(.bg--white):not(.bg--dark):not(.bg--secondary):not(.bg--dark):not(.bg--primary):not(.section--overlap) {
    padding-top: 6.5em !important;
}
@media (max-width: 1400px) {
    body.theme--boxed {
        padding: 0;
    }
}
.btn.btn--square {
    border-radius: 0 0 0 0;
}
.btn.btn--transparent {
    border: none !important;
}
.loader {
    height: 4px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    width: 100%;
    z-index: 999;
}
.loader.loader--fade {
    opacity: 0;
    transition: none;
    -webkit-transition: none;
}
.loader.loader--fade:before {
    animation: none;
}
.loader:before {
    animation: loading 5s linear infinite;
    background-color: #31c362;
    content: "";
    display: block;
    height: 3px;
    left: -25%;
    position: absolute;
    width: 25%;
}
@keyframes loading {
    0% {
        left: -25%;
    }
    to {
        left: 125%;
    }
}
/*! -- Typography -- */
@media (max-width: 1024px) {
    html {
        font-size: 87.5%;
    }
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.otf) format("opentype");
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}
.h1,
h1 {
    margin-bottom: 0.40625em;
}
.h2,
h2 {
    margin-bottom: 0.57777777777778em;
}
.h3,
h3 {
    margin-bottom: 0.8125em;
}
.h4,
h4 {
    margin-bottom: 1.1304347826087em;
}
.h5,
h5 {
    margin-bottom: 1.625em;
}
.h6,
h6 {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2.36363636363636em;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 36px;
        line-height: 1.421875em;
    }
}
.lead {
    font-weight: 400;
    margin-bottom: 1.1304347826087em;
}
.lead:last-child {
    margin-bottom: 0;
}
a,
a:hover {
    color: #343434;
}
p a,
p a:hover,
span a,
span a:hover {
    text-decoration: underline;
}
p a:hover,
span a:hover {
    opacity: 0.9;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 400;
}
.type--body-font {
    font-weight: 400;
}
.type--body-font em {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
}
.imagebg:not(.image--light) .h1,
.imagebg:not(.image--light) .h2,
.imagebg:not(.image--light) .h3,
.imagebg:not(.image--light) .h4,
.imagebg:not(.image--light) .h5,
.imagebg:not(.image--light) .h6,
.imagebg:not(.image--light) i {
    color: #fff;
}
.imagebg:not(.image--light) p {
    opacity: 1;
}
.imagebg:not(.image--light) p a {
    color: #fff;
}
.boxed.boxed--border,
hr {
    border-color: #ebebeb;
}
.bg--secondary hr {
    border-color: #e7e7e7;
}
blockquote {
    font-size: 1.4375em;
    font-style: italic;
    line-height: 1.69565217391304em;
    margin-bottom: 1.1304347826087em;
}
.bg--primary .icon,
.bg--primary a:not(.btn),
.bg--primary p,
.bg--primary span,
.bg--primary ul {
    color: #fff;
    opacity: 0.9;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
    color: #fff;
}
.link-list li:nth-child(2n) {
    background: #f4f4f4;
}
.link-list li a {
    display: inline-block;
    font-style: italic;
    opacity: 0.5;
    padding: 0.40625em;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.link-list li a:before {
    content: "\203A";
    margin-right: 0.8125em;
    opacity: 0.5;
}
.link-list li a:hover {
    opacity: 1;
}
p[class*="col-"] {
    padding: 0;
}
span.label {
    background: #64b671;
    color: #343434;
    color: #fff !important;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.625em;
    font-size: 10px;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.6em;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    right: 13px;
    text-transform: uppercase;
    top: 13px;
}
.menu li a + span.label {
    line-height: 20px;
    max-height: 20px;
    right: 26px;
    top: 0;
}
/*! -- Mixins & Variable -- */
.box-shadow {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.box-shadow-light {
    box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, 0.05);
}
.box-shadow-inset {
    box-shadow: inset 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.box-shadow-wide {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.iconsmind {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*! -- Buttons -- */
.btn.btn--primary {
    border-color: #20B857;
}
.btn.btn--primary:hover {
    background-color: #31c362;
    border-color: #31c362;
    opacity: 1;
}
.btn.btn--success {
    background: #64b671;
    border-color: #64b671;
}
.btn.btn--success:hover {
    border-color: #75be81;
}
.btn.btn--success .btn__text {
    color: #fff;
}
@media (max-width: 767px) {
    .btn + .btn {
        margin-left: 0;
        margin-top: 4px;
    }
}
@media (min-width: 990px) {
    .btn--merge {
        border-radius: 100px 0 0 100px;
        position: relative;
    }
    .btn--merge + .btn {
        border-radius: 0 100px 100px 0;
        margin-left: -5px;
    }
    .btn--merge + .btn.btn--primary {
        background: #546cc3;
        border-color: #546cc3;
    }
    .btn--merge + .btn.btn--primary:hover {
        background: #5f75c7;
        border-color: #5f75c7;
    }
}
.btn--xs {
    padding-bottom: 1px;
}
.bg--primary .btn {
    border-color: hsla(0, 0%, 100%, 0.1);
}
.bg--primary .btn .btn__text {
    color: #fff;
}
.bg--primary .btn:hover {
    border-color: hsla(0, 0%, 100%, 0.6);
}
.btn-round {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 4.0625em;
    position: relative;
    text-align: center;
    transition: 0.2s linear !important;
    -webkit-transition: 0.2s linear !important;
    -moz-transition: 0.2s linear !important;
    width: 4.0625em;
}
.btn-round i {
    font-size: 1.5em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    width: 100%;
}
.btn-round:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*! -- Nav Bar -- */
/*! -- Nav Bar -- */
.logo {
    margin: 0;
}
.nav-bar .logo {
    margin-right: 1.625em;
}
.nav-bar .logo-light {
    display: none;
}
.nav-bar .logo-dark {
    display: inline;
}
.nav-bar.nav--absolute:not(.nav--fixed) .nav-module.right:not(.logo-module):not(.menu-module):not(:nth-last-child(2)) {
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}
.nav-bar .nav-module.right:not(.logo-module):not(.menu-module) {
    padding: 0 1.625em;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.nav-bar .nav-module.right:not(.logo-module):not(.menu-module):not(:nth-last-child(2)) {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 0;
}
.nav-bar.nav--fixed:not(.no-animation) {
    animation: navslide 0.5s ease forwards;
}
.nav-bar.bg--dark .logo-light {
    display: inline;
}
.nav-bar.bg--dark .logo-dark {
    display: none;
}
.nav-bar a.nav-function {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.nav-bar a.nav-function span {
    display: none;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 0.8125em;
    text-transform: uppercase;
}
.nav-bar a.nav-function i {
    display: inline-block;
    font-size: 1.1em;
    position: relative;
    top: 3px;
}
.nav-bar a.nav-function:hover {
    opacity: 0.5;
}
.nav-bar.nav--absolute:not(.nav--fixed) .logo-light {
    display: inline;
}
.nav-bar.nav--absolute:not(.nav--fixed) .logo-dark {
    display: none;
}
.nav-bar.nav--absolute:not(.nav--fixed) .menu > li > a,
.nav-bar.nav--absolute:not(.nav--fixed) a.nav-function i,
.nav-bar.nav--absolute:not(.nav--fixed) a.nav-function span {
    color: #fff;
}
.nav-bar.nav--fixed .logo-light {
    display: none;
}
.nav-bar.nav--fixed .logo-dark {
    display: inline;
}
.nav-bar.nav--fixed .menu > li > a,
.nav-bar.nav--fixed a.nav-function i,
.nav-bar.nav--fixed a.nav-function span {
    color: #343434;
}
.nav-bar.nav--fixed {
    border-bottom: none;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
@keyframes navslide {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
        -webkit-transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@media (max-width: 767px) {
    .nav-bar.nav--absolute:not(.nav--fixed) .logo-light {
        display: inline;
    }
    .nav-bar.nav--absolute:not(.nav--fixed) .logo-dark {
        display: none;
    }
    .nav-bar.nav--absolute:not(.nav--fixed) .menu > li > a,
    .nav-bar.nav--absolute:not(.nav--fixed) a.nav-function i,
    .nav-bar.nav--absolute:not(.nav--fixed) a.nav-function span {
        color: #fff;
    }
    .nav-bar.nav--fixed .logo-light {
        display: none;
    }
    .nav-bar.nav--fixed .logo-dark {
        display: inline;
    }
    .nav-bar.nav--fixed .menu > li > a,
    .nav-bar.nav--fixed a.nav-function i,
    .nav-bar.nav--fixed a.nav-function span {
        color: #343434;
    }
}
@media (min-width: 991px) {
    .nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) .menu > li > a {
        color: #fff;
    }
    .nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) .logo-dark {
        display: none;
    }
    .nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) .logo-light {
        display: inline;
    }
    .nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) a.nav-function i,
    .nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) a.nav-function span {
        color: #fff;
    }
}
@media (max-width: 990px) {
    .nav-bar {
        padding: 0 15px;
    }
    .nav-bar .nav-module.right:not(.logo-module):not(.menu-module) {
        margin-bottom: 0.8125em;
        padding: 0;
    }
}

/*! -- Offscreen Nav -- */
.nav-bar + .nav-mobile-toggle[data-modal-id] i {
    display: inline-block;
    margin-right: 7px;
}
.nav-bar + .nav-mobile-toggle[data-modal-id] span {
    bottom: 10px;
    position: relative;
}
@media (min-width: 991px) {
    .nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) + .nav-mobile-toggle[data-modal-id],
    .nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) + .nav-mobile-toggle[data-modal-id] .h6 {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .nav-bar:not(.bg--dark) + .nav-mobile-toggle[data-modal-id] .h6,
    .nav-bar:not(.bg--dark) + .nav-mobile-toggle[data-modal-id] i {
        color: #343434 !important;
    }
}
.nav-modal .menu,
.nav-modal .pos-bottom {
    opacity: 0;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    transition-delay: 0.3s;
}
.nav-modal .pos-vertical-center {
    overflow: hidden;
}
.nav-modal .pos-bottom {
    bottom: 3.25em;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
}
.nav-modal .menu {
    display: inline-block;
    text-align: center;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}
.nav-modal .menu > li {
    display: block;
    float: none;
    text-align: center;
}
.nav-modal .menu > li:not(:last-child) {
    margin-bottom: 3.25em;
}
.nav-modal .menu > li > a {
    padding: 0;
}
.nav-modal .menu > li > a span {
    letter-spacing: 0;
    text-transform: capitalize;
}
.nav-modal .menu > li:not(:last-child) > a {
    margin-right: 0;
}
.nav-modal .menu > li ul {
    background: none;
    padding: 1.625em 0 0;
    text-align: left;
}
.nav-modal .menu > li ul li {
    padding-left: 0;
}
.nav-modal .bg--dark {
    background: rgba(35, 35, 35, 0.9);
}
.nav-modal .bg--primary {
    background: rgba(66, 92, 187, 0.9);
}
.nav-modal.modal-active .menu {
    opacity: 1;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
.nav-modal.modal-active .pos-bottom {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
@media (max-width: 767px) {
    .nav-modal .modal-content {
        height: 100% !important;
        padding: 0;
        width: 100% !important;
    }
    .nav-modal .modal-content .pos-vertical-center {
        top: 50%;
        transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
    .nav-modal .menu > li:not(:last-child) > a {
        margin-right: 0;
    }
}
/*! -- Nav Slide -- */
.nav-slide {
    height: 100vh;
    min-height: 100vh;
    padding: 3.25em;
}
.nav-slide .logo {
    display: block;
    margin-bottom: 3.25em;
}
.nav-slide .logo img {
    max-height: 4.875em;
}
.nav-slide .menu {
    display: inline-block;
    height: auto;
}
.nav-slide .menu li {
    float: none;
    margin-right: 0;
}
.nav-slide .menu li:not(:last-child) {
    margin-bottom: 1.625em;
}
.nav-slide .menu li a {
    padding: 0;
}
.nav-slide .menu li a span {
    letter-spacing: 0;
    text-transform: capitalize;
}
.nav-slide .pos-bottom {
    bottom: 1.625em;
    left: 0;
    width: 100%;
}
.nav-slide .pos-bottom .social-list {
    margin-bottom: 0.40625em;
}
.nav-slide .pos-bottom span.type--fine-print {
    opacity: 0.5;
}
.nav-slide .nav-slide__content {
    height: 100%;
    left: 0;
    min-height: 100vh;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.nav-slide.notification--reveal:not(.notification--dismissed) .nav-slide__content {
    animation: slidein 0.5s ease 0.3s forwards;
    -webkit-animation: slidein 0.5s ease 0.3s forwards;
}
@keyframes slidein {
    0% {
        opacity: 0;
        transform: translate3d(200px, 0, 0);
        -webkit-transform: translate3d(200px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        transform: translate3d(200px, 0, 0);
        -webkit-transform: translate3d(200px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@media (max-width: 767px) {
    .nav-slide__content {
        padding-top: 4.875em;
    }
    .nav-slide__content .logo img {
        max-height: 3.25em;
    }
}
/*! -- Buttons -- */
.btn {
    border-color: rgba(35, 35, 35, 0.1);
}
.btn .btn__text {
    letter-spacing: -0.01em;
}
.btn:hover {
    border-color: rgba(35, 35, 35, 0.9);
}
/*! -- Forms -- */
::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder,
::-moz-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}
form div[class*="col-"] > button[type="submit"],
form div[class*="col-"] > input {
    width: 100%;
}
form .row {
    margin-left: 0;
    margin-right: 0;
}
form.form--labels .row button[type="submit"] {
    position: relative;
    top: 39px;
}
form.form--center-submit-button button[type="submit"] {
    display: block;
    margin: 0 auto;
}
form.attempted-submit .field-error {
    color: #e34747;
}
form.attempted-submit .field-error::-webkit-input-placeholder {
    color: #e34747;
    font-size: 1em;
}
form.attempted-submit .field-error:-moz-placeholder,
form.attempted-submit .field-error::-moz-placeholder {
    color: #e34747;
    font-size: 1em;
}
form.attempted-submit .field-error:-ms-input-placeholder {
    color: #e34747;
    font-size: 1em;
}
@media (max-width: 1024px) {
    form.form--labels .row button[type="submit"] {
        top: 34px;
    }
}
@media (max-width: 767px) {
    form.form--labels .row button[type="submit"] {
        top: 0;
    }
    form input[type="address"],
    form input[type="email"],
    form input[type="password"],
    form input[type="search"],
    form input[type="tel"],
    form input[type="text"],
    form input[type="url"],
    form textearea {
        margin-bottom: 1.625em;
    }
}
input[type="address"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    color: #343434;
    height: 52px;
    padding-left: 1.625em;
    padding-right: 1.625em;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
input[type="address"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
textarea {
    margin-bottom: 1.625em;
}
.input-with-icon {
    position: relative;
}
.input-with-icon i {
    font-size: 1.4375em;
    left: 0;
    margin-left: 1.1304347826087em;
    position: absolute;
    top: 13px;
}
.input-with-icon label + i {
    top: 52px;
}
.input-with-icon input {
    padding-left: 4.0625em;
    width: 100%;
}
.input-with-icon label + i + input {
    margin-top: 0.8125em;
}
.input-with-icon:not(:last-child) {
    margin-bottom: 1.625em;
}
.input-with-icon + div > textarea {
    padding-left: 1.625em;
}
@media (max-width: 767px) {
    .input-with-icon:not(:last-child) {
        margin: 0;
    }
}
.imagebg:not(.image--light):not(.form--dark) input[type="address"],
.imagebg:not(.image--light):not(.form--dark) input[type="email"],
.imagebg:not(.image--light):not(.form--dark) input[type="password"],
.imagebg:not(.image--light):not(.form--dark) input[type="search"],
.imagebg:not(.image--light):not(.form--dark) input[type="text"],
.imagebg:not(.image--light):not(.form--dark) input[type="url"] {
    background: hsla(0, 0%, 100%, 0.3);
    color: #fff;
}
.imagebg:not(.image--light):not(.form--dark) input[type="address"]::-webkit-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="email"]::-webkit-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="password"]::-webkit-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="search"]::-webkit-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="text"]::-webkit-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="url"]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 1em;
}
.imagebg:not(.image--light):not(.form--dark) input[type="address"]:-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="address"]::-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="email"]:-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="email"]::-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="password"]:-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="password"]::-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="search"]:-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="search"]::-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="text"]:-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="text"]::-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="url"]:-moz-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="url"]::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 1em;
}
.imagebg:not(.image--light):not(.form--dark) input[type="address"]:-ms-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="email"]:-ms-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="password"]:-ms-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="search"]:-ms-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="text"]:-ms-input-placeholder,
.imagebg:not(.image--light):not(.form--dark) input[type="url"]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 1em;
}
.imagebg:not(.image--light):not(.form--dark) .input-with-icon i,
.imagebg:not(.image--light):not(.form--dark) label {
    color: #fff;
}
.form--dark .input-with-icon i {
    color: #343434;
}
.bg--white input[type="address"],
.bg--white input[type="email"],
.bg--white input[type="password"],
.bg--white input[type="search"],
.bg--white input[type="text"],
.bg--white input[type="url"] {
    background: #f8f8f8;
}
label {
    color: #343434;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.625em;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.6em;
    margin: 0 0 0 2.6em;
    text-transform: uppercase;
}
label + input {
    margin-top: 0.8125em;
}
button {
    background: #20B857;
    border-color: #20B857;
    color: #fff;
    font-size: 0.625em !important;
    height: 52px;
    letter-spacing: 1px;
}
button:active,
button:focus,
button:hover {
    border-color: #20B857 !important;
    color: #fff !important;
}
button.btn--loading:after {
    background: #8c9cd7;
    background: #fff;
    border-radius: 100px;
}
.form--merge {
    min-width: 100%;
    overflow: hidden;
}
.form--merge input {
    border-radius: 50px 0 0 50px;
}
.form--merge input + button[type="submit"] {
    margin-left: -4px;
}
.form--merge button[type="submit"] {
    border-radius: 0 50px 50px 0;
    margin: 0;
    position: relative;
}
.form--merge button[type="submit"].btn--loading:after {
    border-radius: 0 100px 100px 0;
}
.form--merge.form--square input,
.form--merge.form--square select {
    border-radius: 2px 0 0 2px;
}
.form--merge.form--square button[type="submit"] {
    border-radius: 0 2px 2px 0;
}
@media (max-width: 767px) {
    .form--merge input {
        border-radius: 50px;
        width: 100%;
    }
    .form--merge input + button[type="submit"] {
        margin-left: 0;
    }
    .form--merge button[type="submit"] {
        border-radius: 50px;
        bottom: 0;
        width: 100%;
    }
}
.form--square button,
.form--square input,
.form--square select,
.form--square textarea {
    border-radius: 5px;
}
select {
    max-width: 100%;
    min-width: 100%;
    padding-left: 1.625em;
}
.input-checkbox label {
    margin-left: 0;
}
.input-checkbox + span {
    bottom: 2px;
    position: relative;
}
.input-checkbox .inner {
    background: #ececec;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.input-checkbox .inner:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.input-checkbox .inner:before {
    opacity: 0;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.input-checkbox.checked .inner {
    background: #64b671;
    position: relative;
    text-align: center;
}
.input-checkbox.checked .inner:before {
    color: #fff;
    content: "\2713";
    font-size: 13px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
}
.input-checkbox + br + .input-checkbox {
    margin-left: 1.625em;
}
li .input-checkbox {
    line-height: 1.625em !important;
}
li + li .input-checkbox {
    margin-left: 1.625em;
}
.input-radio {
    display: block;
}
.input-radio .inner {
    background: #ececec;
    position: relative;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.input-radio .inner:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.input-radio .inner:after {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 70%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    width: 70%;
}
.input-radio.checked .inner {
    background: #64b671;
}
.input-radio.checked .inner:after {
    opacity: 1;
}
.input-radio + label {
    margin-left: 0;
}
.input-select {
    width: 100%;
}
.input-select:not(:last-child) {
    margin-bottom: 1.625em;
}
.input-select select {
    padding-left: 1.625em;
    width: 100%;
}
/*! -- Subscribe Forms -- */
.subscribe .subscribe__title h1,
.subscribe .subscribe__title h2,
.subscribe .subscribe__title h3,
.subscribe .subscribe__title h4,
.subscribe .subscribe__title h5,
.subscribe .subscribe__title h6 {
    margin: 0;
}
.subscribe-1 {
    padding-bottom: 6.5em;
}
.subscribe-1 .subscribe__title {
    padding-top: 0.40625em;
}
.subscribe-1 + .footer-2 {
    padding-top: 0;
}
@media (max-width: 767px) {
    .subscribe-1 {
        padding-bottom: 4.875em;
    }
    .subscribe-1 .subscribe__title {
        margin-bottom: 1.625em;
    }
}
.subscribe-2 .subscribe__title,
.subscribe-2 form {
    margin-bottom: 3.25em;
}
@media (max-width: 767px) {
    .subscribe-2 form {
        margin-bottom: 1.625em;
    }
}
.subscribe-3 .subscribe__title {
    margin-bottom: 3.25em;
}
.subscribe-3 .subscribe__title p.lead {
    margin-top: 1.1304347826087em;
}
.subscribe-4 {
    padding-bottom: 0;
    position: relative;
}
.subscribe-4 .subscribe__title {
    margin-bottom: 3.25em;
    margin-top: 1.625em;
}
.subscribe-4 .subscribe__title h4 {
    margin-bottom: 1.1304347826087em;
}
.subscribe-4 .input-with-icon {
    margin-bottom: 1.625em;
}
@media (max-width: 1200px) {
    .subscribe-4 {
        padding-bottom: 8.125em;
    }
    .subscribe-4 .subscribe__avatar {
        bottom: 0;
        position: absolute;
        right: 0;
    }
}
@media (max-width: 767px) {
    .subscribe-4 {
        padding-bottom: 0;
    }
    .subscribe-4 .subscribe__avatar {
        margin-top: 1.625em;
        position: relative;
    }
}
.subscribe-5 .subscribe__title {
    margin-bottom: 3.25em;
}
.subscribe-5 .subscribe__title h4 {
    margin-bottom: 1.1304347826087em;
}
.subscribe-5 form .input-with-icon {
    margin-bottom: 1.625em;
}
.subscribe-5 form .input-with-icon:last-of-type {
    margin-bottom: 3.25em;
}
.subscribe-5 form div:last-child {
    margin-top: 3.25em;
}
.subscribe-5 form button[type="submit"]:last-child {
    display: block;
    margin-top: 4.875em;
}
.subscribe-5 .subscribe__feature {
    margin-bottom: 3.25em;
}
.subscribe-5 .subscribe__feature:first-child {
    margin-top: 4.875em;
}
.subscribe-5 .subscribe__feature h6 {
    margin-bottom: 1.3em;
}
@media (max-width: 767px) {
    .subscribe-5 .subscribe__feature {
        margin-bottom: 1.625em;
        text-align: center;
    }
    .subscribe-5 .subscribe__feature:first-child {
        margin-top: 1.625em;
    }
}
.subscribe-6 .subscribe__features,
.subscribe-6 .subscribe__title {
    margin-bottom: 4.875em;
}
.subscribe-6 .subscribe__features li {
    display: inline-block;
}
.subscribe-6 .subscribe__features li:not(:last-child) {
    margin-right: 3.25em;
}
.subscribe-6 .subscribe__features li .checkmark {
    margin-right: 0.8125em;
}
.subscribe-6 .subscribe__features li h6 {
    bottom: 9px;
    display: inline-block;
    margin: 0;
    position: relative;
}
.subscribe-6 form {
    margin-bottom: 3.25em;
}
@media (max-width: 990px) {
    .subscribe-6 .subscribe__features li:not(:last-child) {
        margin-right: 1.625em;
    }
}
@media (max-width: 767px) {
    .subscribe-6 .subscribe__title {
        margin-bottom: 3.25em;
    }
    .subscribe-6 .subscribe__features {
        margin-bottom: 1.625em;
    }
    .subscribe-6 .subscribe__features li {
        display: block;
        margin-bottom: 0.8125em;
    }
    .subscribe-6 .subscribe__features li:not(:last-child) {
        margin-right: 0;
    }
    .subscribe-6 form {
        margin-bottom: 0;
    }
}
.form-subscribe-1 p.lead {
    margin-bottom: 1.76923076923076em;
}
/*! -- Lists -- */
.social-list {
    margin-bottom: 32px !important;
    margin-top: 32px !important;
    overflow: hidden;
}
.social-list li {
    display: inline-block;
    margin: 0;
    opacity: 1;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.social-list li:not(:last-child) {
    margin-right: 1.625em;
}
.social-list li:hover {
    opacity: 1;
}
.social-list li a {
    color: #343434;
}
.social-list.social-list--circles li {
    opacity: 1;
}
.social-list.social-list--circles li:not(:last-child) {
    margin-right: 0.8125em;
}
.social-list.social-list--circles li a {
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    padding-top: 2px;
    text-align: center;
    width: 26px;
}
.social-list.social-list--circles li a i {
    color: #fff;
    font-size: 12px;
}
.imagebg:not(.image--light) .social-list li a {
    color: #fff;
}
/*! -- Covers -- */
.imagebg:not(.image--light) .btn:not(.btn--primary) {
    border-color: hsla(0, 0%, 100%, 0.1);
}
.imagebg:not(.image--light) .btn:not(.btn--primary) .btn__text {
    color: #fff;
}
.imagebg:not(.image--light) .btn:not(.btn--primary):hover {
    border-color: hsla(0, 0%, 100%, 0.6);
}
.imagebg:not(.image--light) a,
.imagebg:not(.image--light) span {
    color: #111b21;
}
.cover .social-list li:not(:last-child) {
    margin-right: 3.25em;
}
.cover .social-list li a {
    font-size: 1.4375em;
}
.cover .pos-bottom .social-list {
    margin-bottom: 3.25em;
}
@media (max-width: 767px) {
    .cover .social-list li:not(:last-child) {
        margin-right: 1.625em;
    }
    .cover .social-list li a {
        font-size: 1em;
    }
    .cover .pos-bottom {
        margin-bottom: 0;
        position: relative;
    }
    .cover .pos-bottom .social-list {
        margin-bottom: 0;
        margin-top: 3.25em;
    }
}
.cover-1 .logo {
    max-height: 8.125em;
}
.cover-1 p.lead {
    position: relative;
    top: 48px;
}
.cover-1 .row:first-child:not(:last-child) {
    margin-bottom: 3.25em;
}
@media (max-width: 767px) {
    .cover-1 .logo {
        margin-bottom: 1.625em;
        max-height: 4.875em;
    }
    .cover-1 p.lead {
        top: 0;
    }
    .cover-1 .row:first-child:not(:last-child) {
        margin-bottom: 1.625em;
    }
}
.cover-2,
.cover-8 {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.cover-2 > div[class*="col-"],
.cover-8 > div[class*="col-"] {
    height: 100%;
    position: absolute;
}
.cover-2 > div[class*="col-"]:first-child,
.cover-8 > div[class*="col-"]:first-child {
    left: 0;
}
.cover-2 > div[class*="col-"]:last-child,
.cover-8 > div[class*="col-"]:last-child {
    right: 0;
}
@media (max-height: 600px) {
    .cover-2 > div[class*="col-"],
    .cover-8 > div[class*="col-"] {
        height: auto;
        position: relative;
    }
    .cover-2 > div[class*="col-"]:first-child,
    .cover-8 > div[class*="col-"]:first-child {
        height: 32.5em;
    }
    .cover-2 > div[class*="col-"]:last-child,
    .cover-8 > div[class*="col-"]:last-child {
        padding: 4.875em 0;
    }
}
@media (max-width: 767px) {
    .cover-2 > div[class*="col-"],
    .cover-8 > div[class*="col-"] {
        height: auto;
        position: relative;
    }
    .cover-2 > div[class*="col-"]:first-child,
    .cover-8 > div[class*="col-"]:first-child {
        height: 32.5em;
    }
    .cover-2 > div[class*="col-"]:last-child,
    .cover-8 > div[class*="col-"]:last-child {
        padding: 4.875em 0;
    }
}
.cover-2 .logo {
    max-height: 8.125em;
}
.cover-2 .pos-vertical-center {
    display: inline-block;
    text-align: left;
}
.cover-2 .btn:first-of-type {
    margin-top: 1.625em;
}
@media (max-width: 767px) {
    .cover-2 .logo {
        max-height: 4.875em;
    }
    .cover-2 .pos-vertical-center {
        text-align: center;
    }
}
.cover-3 .logo {
    max-height: 3.25em;
}
.cover-3 .pos-bottom {
    margin-bottom: 9.75em;
}
.cover-3 .modal-instance {
    margin-top: 3.25em;
}
@media (max-width: 767px) {
    .cover-3.slider .slides li {
        height: 100vh;
    }
    .cover-3.slider .slides li .container {
        top: 50%;
        transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
    .cover-3 .pos-bottom {
        margin-bottom: 19.5em;
    }
}
.cover-4 .modal-instance {
    display: inline-block;
    margin-left: 1.625em;
    position: relative;
    top: 21px;
}
.cover-4 p.lead + div {
    margin-top: 1.625em;
}
@media (max-width: 767px) {
    .cover-4 .modal-instance {
        display: block;
        margin-left: 0;
    }
}
.cover-6 .modal-instance {
    display: block;
    margin-bottom: 3.25em;
}
.cover-6 .logo {
    max-height: 8.125em;
}
.cover-6 form {
    margin-bottom: 4.875em;
}
@media (max-width: 767px) {
    .cover-6 .modal-instance {
        margin-bottom: 1.625em;
    }
    .cover-6 .logo {
        max-height: 3.25em;
    }
    .cover-6 .pos-bottom {
        margin-top: 3.25em;
    }
}
.cover-7 form {
    margin: 3.25em 0;
}
.cover-7 .h6 {
    color: #fff;
    display: inline-block;
}
.cover-7 .modal-instance {
    display: inline-block;
    margin-left: 1.625em;
}
@media (max-width: 767px) {
    .cover-7 form {
        margin: 1.625em 0;
    }
    .cover-7 form input {
        margin: 0;
    }
}
.cover-8 .logo {
    max-height: 3.25em;
}
.cover-8 .pos-vertical-center {
    overflow: hidden;
}
.cover-8 p.lead + div {
    margin-top: 3.25em;
}
.cover-8 form {
    margin: 0 auto;
    max-width: 60%;
}
.cover-8 form .row {
    margin-bottom: 1.625em;
}
.cover-8 form .input-checkbox {
    margin-right: 0.8125em;
}
.cover-8 form .input-checkbox + span {
    bottom: 8px;
    position: relative;
}
@media (max-width: 1300px) {
    .cover-8 form {
        max-width: 80%;
    }
}
@media (max-width: 767px) {
    .cover-8 form input {
        margin-bottom: 0;
    }
}
.cover-9 {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
}
.cover-9:before {
    background: #f4f4f4;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -13em;
    width: 100%;
}
.cover-9 .logo {
    max-height: 6.5em;
}
.cover-9 p.lead {
    margin-bottom: 2.26086956521739em;
}
.cover-9 .cover__image {
    margin-top: 4.875em;
}
.cover-9 + section:not(.imagebg):not(.bg--dark):not(.bg--primary) {
    padding-top: 0;
}
@media (max-width: 767px) {
    .cover-9 .logo {
        max-height: 3.25em;
    }
    .cover-9 p.lead {
        margin-bottom: 1em;
    }
    .cover-9 .btn:not(:last-of-type) {
        margin-bottom: 1.625em;
    }
    .cover-9 .cover__image {
        margin-top: 3.25em;
    }
}
.cover-10 .logo {
    max-height: 6.5em;
}
.cover-10 > .background-image-holder {
    height: 70%;
    opacity: 0.2 !important;
}
.cover-10 .video-cover {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    margin-top: 4.875em;
}
.cover-10 .video-cover iframe {
    height: 488px;
}
.cover-10 + section:not(.imagebg) {
    padding-top: 0;
}
@media (max-width: 767px) {
    .cover-10 .video-cover iframe {
        height: auto;
    }
}
.cover-11:not([class*="height-"]) {
    padding: 0;
}
.cover-11 .boxed {
    margin-bottom: 0;
    padding-bottom: 3.25em;
}
.cover-11 .pos-bottom {
    margin-bottom: 1.625em;
}
.cover-11 p.lead + .modal-video-1 {
    margin-top: 3.25em;
}
@media (max-width: 990px) {
    .cover-11 .boxed {
        padding: 1.625em 0;
    }
    .cover-11 .boxed div[class*="col-"] {
        padding: 0 15px !important;
    }
}
@media (max-width: 767px) {
    .cover-11 .imagebg {
        overflow: hidden;
    }
    .cover-11 .pos-bottom {
        margin-top: 1.625em;
    }
}
.cover-12 form {
    margin-top: 3.25em;
}
.cover-12 form .input-with-icon {
    margin-bottom: 1.625em;
    text-align: left;
}
@media (max-width: 768px) {
    .cover-12 .modal-instance {
        margin-bottom: 1.625em;
    }
}
.cover-13 form {
    margin-top: 2.4375em;
}
.cover-14 .logo {
    margin-bottom: 2.4375em;
}
.cover-14 .pos-bottom {
    bottom: 1.625em;
    width: 100%;
}
.cover-14 .cover__title {
    margin-bottom: 3.25em;
}
.cover-15 form {
    margin-bottom: 1.625em;
    margin-top: 3.25em;
}
/*! -- Tabs -- */
.tabs-container {
    overflow: hidden;
}
.tabs-container .tabs {
    margin-bottom: 4.875em;
}
.tabs-container .tabs .tab__title:not(.btn) {
    padding: 0;
}
.tabs-container .tabs li:not(:last-child) {
    margin-right: 3.25em;
}
.tabs-container:not(.tabs-5) .tabs-content {
    margin-bottom: 0;
    position: relative;
}
.tabs-container:not(.tabs-5) .tabs-content > li.active .tab__content {
    animation: fadeIn 0.75s ease forwards;
}
.tabs-container:not(.tabs-5) .tabs-content > li:not(.active) {
    pointer-events: none;
    position: absolute;
    top: 0;
}
.tabs-container:not(.tabs-5) .tabs-content > li:not(.active) .tab__content {
    animation: fadeOut 0.5s ease forwards;
    display: block;
    pointer-events: none;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
        -webkit-transform: translate3d(0, -20px, 0);
    }
}
@media (max-width: 767px) {
    .tabs-container .tabs {
        margin-bottom: 1.625em;
    }
    .tabs-container .tabs li {
        margin: 0 1.625em 0.40625em;
    }
    .tabs-container .tabs li:not(:last-child) {
        margin-right: 0;
    }
}
.tabs-1 .tabs li {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}
.tabs-1 .tabs li:not(.active) {
    opacity: 0.4;
}
.tabs-1 .tabs li:hover {
    opacity: 0.9;
}
.tabs-1 .tabs li .btn {
    backface-visibility: hidden;
    border-color: transparent;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.tabs-1 .tabs li:not(:last-child) {
    margin-right: 1.625em;
}
.tabs-1 .tabs li.active .btn {
    border-color: rgba(35, 35, 35, 0.9);
}
.tabs-2 .tabs h5,
.tabs-2 .tabs h6 {
    margin: 0;
}
.tabs-3.tabs-container .tabs li {
    margin-right: 0;
}
.tabs-3.tabs-container .tabs .tab__title {
    height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 250px;
}
.tabs-3.tabs-container .tabs .tab__title h5 {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    width: 100%;
    z-index: 2;
}
.tabs-4.tabs-container .tabs li {
    margin-right: 0;
}
.tabs-4.tabs-container .tabs li:first-child {
    left: 5px;
    position: relative;
}
.tabs-4.tabs-container .tabs li:first-child .btn {
    border-radius: 50px 0 0 50px;
}
.tabs-4.tabs-container .tabs li:last-child {
    position: relative;
    right: 5px;
}
.tabs-4.tabs-container .tabs li:last-child .btn {
    border-radius: 0 50px 50px 0;
}
.tabs-4.tabs-container .tabs li.active .btn {
    background: #343434;
}
.tabs-4.tabs-container .tabs li.active .btn .btn__text {
    color: #fff;
}
.tabs-4.tabs-container .tabs li:not(.active) .btn {
    border-color: #343434;
}
@media (max-width: 767px) {
    .tabs-4.tabs-container .tabs li {
        margin: 0;
    }
}
.tabs-5 {
    padding: 0;
}
.tabs-5 .tabs {
    margin-bottom: 0;
}
.tabs-5 .tabs li .tab__title {
    background: #fff;
    padding: 0.8125em 3.25em !important;
}
.tabs-5 .tabs li .tab__title h6 {
    margin: 0;
}
.tabs-5 .tabs li:not(.active) .tab__title {
    background: #f4f4f4;
}
.tabs-5 .tabs li:not(:last-child) {
    margin-right: 0;
}
.tabs-5 .tabs li:first-child .tab__title {
    border-radius: 20px 0 0 0;
}
.tabs-5 .tabs li:last-child .tab__title {
    border-radius: 0 20px 0 0;
}
.tabs-5 .tabs-content {
    background: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8.125em;
    padding-top: 6.5em;
}
@media (max-width: 767px) {
    .tabs-5 .tabs {
        margin-bottom: 1.625em;
    }
    .tabs-5 li .tab__title,
    .tabs-5 li:first-child .tab__title,
    .tabs-5 li:last-child .tab__title {
        border-radius: 50px !important;
    }
}
/*! -- Accordions -- */
.accordion .active .accordion__title span {
    color: #fff;
}
.accordion .active .accordion__content {
    animation: fadeIn 0.7s ease forwards;
}
.accordion li,
.accordion li .accordion__content {
    position: relative;
}
.accordion li:not(.active) .accordion__content * {
    animation: fadeOut 0.7s ease forwards;
    display: block;
    position: absolute;
    top: 0;
}
.accordion li:not(.active):hover .accordion__title {
    background: #efefef;
}
/*! -- Twitter Feed -- */
.twitter-feed {
    position: relative;
}
.twitter-feed .timePosted {
    margin: 0;
}
.twitter-feed.twitter-feed--slider ul:not(.owl-carousel) {
    max-height: 8.125em;
    opacity: 0;
}
.twitter-feed .timePosted a {
    color: #343434;
    font-family: 'Inter', sans-serif;
    font-size: 0.625em;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.6em;
    margin-bottom: 2.36363636363636em;
    margin-top: 0;
    opacity: 0.5;
    text-decoration: none;
    text-transform: uppercase;
}
i + .twitter-feed {
    margin-top: 1.625em;
}
.twitter-feed-1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.69565217em;
    margin-bottom: 1.1304347826087em;
}
.twitter-feed-1 p:last-child {
    margin-bottom: 0;
}
.twitter-feed-1 p a {
    color: #31c362;
}
.twitter-feed-2 li .tweet {
    margin-bottom: 0.8125em;
}
.twitter-feed-2 li:not(:last-child) {
    margin-bottom: 2.4375em;
}
/*! -- Sliders -- */
.slider:not(.slider-controls--white) .flex-direction-nav a,
section:not(.imagebg):not(.bg--dark):not(.bg--primary):not(.slider) .flex-direction-nav a {
    color: #343434;
}
.slider:not(.slider-controls--white) .flex-control-nav li a,
section:not(.imagebg):not(.bg--dark):not(.bg--primary):not(.slider) .flex-control-nav li a {
    backface-visibility: hidden;
    background: #343434;
    opacity: 0.4;
}
.slider:not(.slider-controls--white) .flex-control-nav li a.flex-active,
section:not(.imagebg):not(.bg--dark):not(.bg--primary):not(.slider) .flex-control-nav li a.flex-active {
    opacity: 1;
}
.owl-dot {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.owl-dot.active {
    bottom: 1px;
    position: relative;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.owl-next,
.owl-prev {
    opacity: 0.2;
}
.owl-next:hover,
.owl-prev:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .owl-next,
    .owl-prev {
        display: none !important;
    }
}
.slider:not(section) .slides li {
    padding: 0;
}
.slider--animate div[class*="col-"] {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    transition-delay: 0.5s;
}
.slider--animate .active div[class*="col-"] {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.screenshot-slider {
    margin-top: 3.25em;
}
.screenshot-slider img {
    margin-bottom: 1.625em;
}
/*! -- Features -- */
.features-1 hr {
    margin: 4.875em 0 3.25em;
}
@media (max-width: 767px) {
    .features-1 hr {
        display: none;
    }
}
.features-2 p + .feature {
    margin-top: 4.875em;
}
@media (max-width: 767px) {
    .features-2 p + .feature {
        margin-top: 3.25em;
    }
}
.features-3 .feature:first-child {
    margin-top: 4.875em;
}
.features-3 .feature h6 {
    margin-bottom: 1.3em;
}
.features-3 .feature:not(:last-child) {
    margin-bottom: 3.25em;
}
@media (max-width: 767px) {
    .features-3 .feature:first-child {
        margin-top: 3.25em;
    }
}
.features-4 {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
}
.features-4 h3 {
    margin-top: 0.8125em;
}
.features-4 .feature h5 {
    margin-bottom: 0.8125em;
}
.features-4 p + .feature {
    margin-top: 3.25em;
}
@media (max-width: 1200px) {
    .features-4 {
        padding-bottom: 8.125em;
    }
    .features-4 .features__avatar {
        bottom: 0;
        position: absolute;
        right: 0;
    }
    .features-4 .features__avatar img {
        margin: 0;
        max-height: 32.5em;
        position: relative;
        right: -50px;
    }
}
@media (max-width: 990px) {
    .features-4 .features__avatar img {
        right: -200px;
    }
}
@media (max-width: 767px) {
    .features-4 {
        padding-bottom: 0;
    }
    .features-4 .features__avatar {
        margin-top: 3.25em;
        position: relative;
    }
    .features-4 .features__avatar img {
        right: 0;
    }
}
.features-5 {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
}
.features-5:before {
    background: #f4f4f4;
    content: "";
    height: 100%;
    position: absolute;
    top: -13em;
    width: 100%;
}
.features-5 p.lead {
    margin-bottom: 3.3913043478261em;
}
.features-5 img {
    margin-top: 6.5em;
}
@media (max-width: 767px) {
    .features-5 {
        background: #f4f4f4;
        padding-bottom: 4.875em;
    }
    .features-5 p.lead {
        margin-bottom: 1.1304347826087em;
    }
    .features-5 img {
        margin-top: 1.625em;
    }
}
.features-6 p + .feature {
    margin-top: 1.625em;
}
.features-6 .feature:not(:last-child) {
    margin-bottom: 1.625em;
}
.features-6 .feature {
    padding: 0;
}
.features-6 + .cta-2 {
    padding-top: 0;
}
@media (max-width: 767px) {
    .features-6 p + .feature {
        margin-top: 0;
    }
    .features-6 .feature:not(:last-child) {
        margin-bottom: 0;
    }
    .features-6 .feature:nth-child(2n) {
        padding-left: 7.5px;
    }
}
.features-7 {
    padding-top: 9.75em;
}
.features-7 hr {
    margin: 3.25em 0;
    opacity: 0.3;
}
.features-7 .feature h6 {
    margin-bottom: 1.3em;
}
@media (max-width: 767px) {
    .features-7 {
        padding-top: 4.875em;
    }
}
.features-8 {
    padding-top: 9.75em;
}
.features-8 .boxed {
    background: hsla(0, 0%, 100%, 0.2);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    margin-top: 4.875em;
    text-align: center;
}
.features-8 .boxed .feature:first-child {
    border-right: 1px solid hsla(0, 0%, 100%, 0.3);
}
.features-8 .boxed .feature h5 {
    margin: 1.625em 0;
}
.features-8 .boxed i {
    color: #fff;
}
@media (max-width: 767px) {
    .features-8 {
        padding-top: 4.875em;
    }
    .features-8 .boxed .feature:first-child {
        border-right: none;
    }
    .features-8 .boxed .feature:not(:last-child) {
        margin-bottom: 1.625em;
    }
}
.features-9 p.lead {
    margin-bottom: 3.3913043478261em;
}
.features-9 .feature:first-child {
    margin-top: 8.125em;
}
@media (max-width: 767px) {
    .features-9 p.lead {
        margin-bottom: 1.1304347826087em;
    }
    .features-9 .feature:first-child {
        margin-top: 0;
    }
    .features-9 img {
        margin-bottom: 3.25em;
    }
}
.features-10 {
    overflow: hidden;
    padding: 0;
}
.features-10 .feature {
    margin: 0;
    min-height: 434px;
    padding: 6.5em 0;
}
.features-10 .feature i {
    display: inline-block;
    margin-bottom: 0.40625em;
}
.features-10 .feature p {
    margin: 0 auto;
    max-width: 60%;
    min-height: 4.875em;
}
@media (max-width: 1500px) {
    .features-10 .feature p {
        max-width: 80%;
    }
}
@media (max-width: 1200px) {
    .features-10 .feature p {
        max-width: 90%;
    }
}
@media (max-width: 990px) {
    .features-10 .feature {
        margin-bottom: 0;
        min-height: 0;
        padding: 3.25em 0;
    }
    .features-10 .feature p {
        max-width: 80%;
        min-height: 0;
    }
}
.features-11 .row:last-child {
    margin-top: 3.25em;
}
@media (max-width: 767px) {
    .features-11 .row:last-child {
        margin-top: 1.625em;
    }
}
section.features .feature-2 {
    margin-bottom: 3.25em;
}
.features-12.imageblock > .container {
    padding-bottom: 9.75em;
    padding-top: 13em;
}
.features-12 .feature[class*="col-"] {
    padding: 0;
}
.features-12 p.lead {
    margin-bottom: 3.3913043478261em;
}
@media (max-width: 767px) {
    .features-12.imageblock > .container {
        padding-bottom: 4.875em;
        padding-top: 4.875em;
    }
}
/*! -- Modals -- */
.modal-content.height--natural {
    max-width: 450px;
}
.modal-content.bg--dark {
    background: #000;
}
.modal-instance {
    display: inline-block;
    position: relative;
}
@media (max-width: 1024px) {
    .modal-container .modal-content {
        max-height: 100%;
        max-width: 100%;
    }
}
/*! -- Video -- */
.video-play-icon {
    opacity: 1;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.video-play-icon:hover {
    opacity: 0.9;
}
.video-play-icon:not(.video-play-icon--dark):before {
    border-color: transparent transparent transparent #343434;
}
.video-play-icon.video-play-icon--sm:before {
    margin-top: -3px;
}
.modal-video-1 .video-play-icon {
    display: inline-block;
    margin-right: 1.625em;
}
.modal-video-1 .video-play-icon.video-play-icon--sm {
    margin-right: 0.8125em;
}
.modal-video-1 .h6 {
    bottom: 48px;
    position: relative;
}
.modal-video-1 .video-play-icon--sm + .h6 {
    bottom: 22px;
}
@media (max-width: 767px) {
    .modal-video-1 .h6 {
        bottom: 28px;
    }
}
.embedded-video-3 .text {
    margin-top: 1em;
}
@media (max-width: 767px) {
    .embedded-video-3 .text {
        margin-top: 0;
    }
}
/*! -- Charts -- */
.piechart {
    overflow: hidden;
    position: relative;
}
.piechart-1 .piechart__overlay {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    width: 100%;
}
@media (max-width: 990px) {
    .piechart-1 {
        margin-bottom: 1.625em;
    }
}
.piechart-2 .piechart__overlay {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    width: 100%;
}
.piechart-2 .piechart__description h6:first-child {
    margin: 0;
    opacity: 0.5;
}
.piechart-3 .piechart__overlay {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    height: 90%;
    width: 90%;
}
.piechart-3 i {
    color: #31c362;
    font-size: 2.8125em;
}
.piechart-3 + h5 {
    margin-top: 1.625em;
}
.piechart[data-size="260"] {
    height: 260px;
    width: 260px;
}
.barchart {
    position: relative;
}
.barchart .barchart__bar {
    background: #f4f4f4;
    border-radius: 50px;
}
.barchart .barchart__progress {
    background: #31c362;
    border-radius: 50px;
}
.barchart .barchart__description {
    position: relative;
    z-index: 3;
}
.barchart:not(:last-child) {
    margin-bottom: 1.625em;
}
.barchart.barchart--vertical {
    display: inline-block;
}
.barchart.barchart--vertical:not(:last-child) {
    margin-right: 0.8125em;
}
.barchart.barchart--vertical .barchart__bar {
    height: 500px;
    margin-bottom: 1.625em;
}
.barchart.barchart--vertical .barchart__progress {
    bottom: 0;
    top: auto;
    width: 100%;
}
.barchart.barchart--vertical .barchart__progress:before {
    right: 0;
    text-align: center;
    width: 100%;
}
.barchart.barchart--vertical .barchart__description {
    left: -1.625em;
    position: relative;
    text-align: left;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.barchart.barchart--vertical .barchart__description span {
    color: #343434;
}
.barchart-1 .barchart__bar {
    height: 2.84375em;
}
.barchart-1 .barchart__description {
    height: 2.84375em;
    left: 1.625em;
    position: absolute;
    top: 0;
    width: 100%;
}
.barchart-1 .barchart__description span {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
}
.barchart-1 .barchart__progress:before {
    color: #343434;
    color: #fff;
    content: attr(data-value);
    font-family: 'Inter', sans-serif;
    font-size: 0.625em;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.6em;
    margin-bottom: 2.36363636363636em;
    margin-top: 0;
    position: absolute;
    right: 1.625em;
    text-transform: uppercase;
    top: 0.8125em;
}
.barchart-1.barchart--vertical .barchart__bar {
    width: 2.84375em;
}
.barchart-2:before {
    color: #343434;
    content: attr(data-value) "%";
    font-family: 'Inter', sans-serif;
    font-size: 0.625em;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.6em;
    margin-bottom: 2.36363636363636em;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
.barchart-2 .barchart__bar {
    backface-visibility: hidden;
    background: #efefef;
    height: 0.40625em;
}
.barchart-2:not(.barchart--vertical) .barchart__bar {
    max-height: 0.40625em;
}
.barchart-2 .barchart__description {
    margin-bottom: 0.8125em;
}
.barchart-2.barchart--vertical .barchart__bar {
    width: 0.40625em;
}
.barchart-2.barchart--vertical .barchart__description {
    left: -3.25em;
}
.barchart-2.barchart--vertical:before {
    left: 0;
}
.bg--secondary .barchart {
    background: #e7e7e7;
}
.bg--dark .barchart-2:before {
    color: #fff;
}
/*! -- Pricing Options -- */
.pricing {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.pricing i:first-child {
    color: #343434;
}
.pricing h5:first-child,
.pricing h6:first-child {
    margin: 0;
}
.pricing .pricing__price {
    margin-top: 1.625em;
}
.pricing .pricing__dollar {
    vertical-align: top;
}
.pricing p:last-of-type {
    margin-bottom: 3.25em;
}
.pricing:not(.pricing-1):not(.pricing--emphasise) hr {
    border-color: #efefef;
}
.bg--dark .pricing-1 :not(a) {
    color: #343434;
}
@media (max-width: 990px) {
    .pricing {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .pricing {
        margin-bottom: 15px;
    }
}
.pricing-1 {
    background: #fff;
    padding: 2.16666667em 3.25em 3.25em;
}
.pricing-1:hover {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.pricing-1 p {
    min-height: 3.25em;
}
.pricing-2 {
    padding: 2.16666667em 3.25em 3.25em;
}
.pricing-2.pricing--emphasise {
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.pricing-2 p {
    min-height: 4.875em;
}
.pricing-3 img:first-child {
    margin-bottom: -1.625em;
}
.pricing-3 h5 {
    margin-top: 1.625em;
}
.pricing-3 .btn {
    margin-bottom: 1.625em;
    position: relative;
    z-index: 20;
}
.pricing-3 .pricing__body {
    background: #fff;
    padding: 0 3.25em 3.25em;
}
.pricing-3 p {
    min-height: 3.25em;
}
.pricing-3 p:last-child {
    margin: 0;
}
.pricing-3:hover {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.pricing-4 {
    background: #fff;
    padding: 3.25em;
}
.pricing-4 .pricing__price {
    margin-bottom: 1.625em;
    margin-top: 0;
}
.pricing-4 h6 {
    opacity: 0.5;
}
.pricing-4:hover {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.pricing-4 p {
    min-height: 4.875em;
}
@media (max-width: 990px) {
    .pricing-4 {
        margin-bottom: 1.625em;
    }
}
.pricing-5 {
    overflow: hidden;
}
.pricing-5 div[class*="col-"] {
    padding: 0;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.pricing-5 div[class*="col-"].pricing--emphasise {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 2;
}
.pricing-5 div[class*="col-"]:not(:first-child) ul li:last-child {
    height: auto !important;
}
.pricing-5 .pricing__title {
    min-height: 144px;
    padding: 1.625em 0;
    position: relative;
}
.pricing-5 .pricing__title h5,
.pricing-5 .pricing__title h6 {
    margin: 0;
}
.pricing-5 .pricing__title h6 {
    opacity: 0.5;
}
.pricing-5 .pricing__price {
    margin-top: 0.8125em;
}
.pricing-5 ul {
    margin: 0;
}
.pricing-5 ul li {
    line-height: 1.625em;
    padding: 1.625em 0;
}
.pricing-5 ul li span:not(.btn__text) {
    font-style: italic;
}
.pricing-5 ul li span:not(:first-child) {
    bottom: 6px;
    display: inline-block;
    margin-left: 0.8125em;
    position: relative;
}
.pricing-5 ul li:nth-child(odd) {
    background: #f4f4f4;
}
@media (min-width: 990px) {
    .pricing-5 ul li {
        height: 4.875em;
    }
}
@media (max-width: 990px) {
    .pricing-5 .pricing__title {
        border: 1px solid rgba(0, 0, 0, 0.05);
    }
    .pricing-5 ul {
        border-left: 1px solid rgba(0, 0, 0, 0.05);
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }
    .pricing-5 ul li:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .pricing-5 .pricing__title {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .pricing-5 div[class*="col-"] {
        margin-bottom: 1.625em;
    }
}
.checkmark,
.crossmark {
    background: #64b671;
    border-radius: 50%;
    display: inline-block;
    height: 1.625em;
    line-height: 1.625em;
    position: relative;
    text-align: center;
    width: 1.625em;
}
.checkmark:before,
.crossmark:before {
    color: #fff;
    content: "\2713";
    font-size: 13px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
}
.crossmark {
    background: #e34747;
}
.crossmark:before {
    content: "\2715";
}
/*! -- Cards -- */
.card {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.card .card__image img,
.card .card__title h1,
.card .card__title h2,
.card .card__title h3,
.card .card__title h4,
.card .card__title h5,
.card .card__title h6 {
    margin: 0;
}
.card .card__body,
.card .card__lower span {
    margin-bottom: 0;
}
.card .card__lower span:not(.h6) {
    color: #343434;
    display: inline-block;
    font-size: 0.625em;
    font-style: italic;
}
.slider[data-items] .card {
    margin: 0 15px 3.25em;
}
@media (max-width: 990px) {
    .card .card__body {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .card .card__body {
        margin-bottom: 15px;
        min-width: 100%;
    }
}
.card--horizontal {
    overflow: hidden;
    position: relative;
}
.card--horizontal .card__image {
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.card--horizontal .card__body {
    float: right;
}
@media (max-width: 767px) {
    .card--horizontal .card__image {
        position: relative;
    }
    .card--horizontal .card__image .background-image-holder {
        background: none;
        position: relative;
    }
    .card--horizontal .card__image .background-image-holder img {
        display: block;
    }
}
a .card {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}
a .card p,
a .card span {
    color: #343434;
}
a .card.card-6:hover,
a .card:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
a:active .card {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
}
.card-1 .card__icon {
    background: #f4f4f4;
    padding: 4.875em 0;
    text-align: center;
}
.card-1 .card__title + p {
    margin-top: 1.625em;
}
@media (max-width: 767px) {
    .card-1 .card__icon {
        padding: 3.25em 0;
    }
}
.card-1,
.card-2 {
    margin-bottom: 30px;
}
.card-1 .card__title,
.card-2 .card__title {
    margin-bottom: 0.8125em;
}
.card-1 span:not(:last-child),
.card-2 span:not(:last-child) {
    display: inline-block;
    margin-bottom: 1.625em;
}
.card-1 .card__body p,
.card-2 .card__body p {
    min-height: 8.125em;
}
@media (max-width: 767px) {
    .card-1 .card__body p,
    .card-2 .card__body p {
        min-height: 0;
    }
}
.card-3 {
    margin-bottom: 30px;
}
.card-3 .card__body .card__title {
    margin-bottom: 0;
}
.card-4 {
    margin-bottom: 30px;
}
.card-4 .card__body h6:first-child {
    color: #343434;
    margin-bottom: 1.3em;
}
.card-4 .card__body h5 {
    font-weight: 400;
}
.card-4 .card__body .card__title {
    height: 4.875em;
    margin-bottom: 1.625em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-4 hr {
    margin-top: 0;
}
.card-4 hr,
.card-5 {
    margin-bottom: 1.625em;
}
.card-5 .card__body {
    padding-bottom: 16.25em;
}
.card-5 .card__body .card__title {
    margin-bottom: 0.40625em;
}
.card-5 .card__body .card__title + span {
    display: inline-block;
    margin-bottom: 1.625em;
}
.card-5 .card__body .card__title + p {
    margin-top: 1.625em;
}
.masonry .card-5 {
    margin-bottom: 0;
}
@media (max-width: 990px) {
    .card-5 .card__body {
        padding-bottom: 13em;
    }
}
@media (max-width: 767px) {
    .card-5 .card__body {
        padding-bottom: 0.8125em;
    }
}
.card-6,
.card-6 .card__body .card__title {
    margin-bottom: 1.625em;
}
.card-6 .card__body p:last-of-type {
    margin-bottom: 6.5em;
}
@media (max-width: 767px) {
    .card-6 .card__body p:last-of-type {
        margin-bottom: 3.25em;
    }
}
.card-7 {
    margin-bottom: 30px;
}
.card-7 .card__body {
    position: relative;
}
.card-7 .card__body .card__title h5,
.card-7 .card__body .card__title h6 {
    margin-bottom: 0;
    max-height: 1.625em;
}
.card-7 .card__body .card__title h6 {
    margin-bottom: 0.65em;
    opacity: 0.3;
}
.card-7 .card__body .card__price {
    position: absolute;
    right: 2.4375em;
    top: 2.4375em;
}
.card-7 .card__body .card__price span {
    display: block;
}
.card-7 .card__body .card__price span.type--strikethrough {
    opacity: 0.5;
}
@media (max-width: 1200px) {
    .card-7 .card__price {
        margin-bottom: 0.8125em;
    }
}
.card-8 {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.card-8 .boxed {
    padding: 3.25em 4.875em;
}
.card-8 .card__title h6 {
    opacity: 0.5;
}
.card-8 .card__title h3 {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-8 .card__body {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.card-8 .card__image {
    background: #eee;
    overflow: hidden;
    padding: 0;
}
.card-8 .card__image img {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.card-8 .card__image:hover img {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}
.card-8 hr {
    margin-bottom: 3.25em;
}
.card-8 p[class*="col-"] {
    float: none;
    margin-bottom: 4.875em;
    padding: 0;
}
.card-8 .card__price {
    position: absolute;
    right: 4.875em;
    top: 3.25em;
}
.card-8 .card__price span {
    font-size: 1.4375em;
}
.card-8 .card__price span.type--strikethrough {
    margin-right: 1.1304347826087em;
}
@media (max-width: 1200px) {
    .card-8 .card__body {
        height: auto;
        position: relative;
    }
    .card-8 hr {
        margin-bottom: 1.625em;
    }
    .card-8 p[class*="col-"] {
        margin-bottom: 3.25em;
    }
}
@media (max-width: 1024px) {
    .card-8 .boxed {
        padding: 3.25em;
    }
    .card-8 .card__price {
        margin-top: 0.8125em;
        position: relative;
        right: 0;
        top: 0;
    }
}
@media (max-width: 767px) {
    .card-8 {
        margin-bottom: 0;
    }
    .card-8 .card__title {
        margin-top: 0;
    }
    .card-8 .card__body {
        height: auto;
        position: relative;
    }
    .card-8 .card__price {
        margin-bottom: 1.625em;
    }
}
/*! -- Page Titles -- */
.page-title.page-title--animate .container * {
    animation: fadeUp 1s ease;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        -webkit-transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
/*! -- Video Covers -- */
iframe {
    background: #f4f4f4;
}
/*! -- Members -- */
.member-1 {
    margin-bottom: 3.25em;
}
.member-1 h6 {
    margin: 0;
    opacity: 0.5;
}
.member-1 h5 {
    margin-bottom: 0.8125em;
}
.member-1 p {
    min-height: 6.5em;
}
@media (max-width: 767px) {
    .member-1 p {
        min-height: 0;
    }
}
.member-2 h5 {
    margin-bottom: 0.8125em;
}
.member-2 h6 {
    margin-bottom: 0;
    opacity: 0.75;
}
.member-2 .social-list {
    margin-bottom: 1.625em;
    width: 100%;
}
/*! -- Icon Features -- */
.feature {
    margin-bottom: 3.25em;
}
.feature.boxed {
    background: #fff;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.feature.boxed:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    z-index: 2;
}
.feature:not(.bg--primary):not(.bg--dark) i {
    color: #343434;
}
.bg--primary .feature:not(.bg--primary):not(.bg--dark) i,
.imagebg .feature:not(.bg--primary):not(.bg--dark) i {
    color: #fff;
}
.bg--primary .feature-1 span,
.imagebg .feature-1 span {
    color: #fff;
    opacity: 0.9;
}
@media (max-width: 767px) {
    .feature {
        margin-bottom: 1.625em;
    }
}
.feature-1 {
    margin-bottom: 30px;
}
.feature-1 i + h5 {
    margin: 1.625em 0 0.8125em;
}
.feature-1 i + h6 {
    margin-bottom: 1.3em;
    margin-top: 1.3em;
}
.feature-1 i + h4 {
    margin-bottom: 1.23076923076923em;
    margin-top: 1.23076923076923em;
}
.feature-1 h4:last-child,
.feature-1 h5:last-child,
.feature-1 h6:last-child {
    margin-bottom: 0;
}
.feature-1 p {
    min-height: 4.875em;
}
@media (max-width: 767px) {
    .feature-1 {
        margin-bottom: 1.625em;
    }
}
.feature-2 .feature__title {
    margin-bottom: 0.8125em;
}
.feature-2 .feature__title i {
    margin-right: 0.57777777777778em;
}
.feature-2 .feature__title h6 {
    bottom: 16px;
    display: inline-block;
    margin: 0;
    position: relative;
}
@media (max-width: 990px) {
    .feature-2 .feature__title h6 {
        bottom: 0;
        display: block;
        margin-top: 1.3em;
    }
}
.feature-3 {
    overflow: hidden;
}
.feature-3 .feature__left {
    float: left;
    margin-right: 1.625em;
}
.feature-3 .feature__right {
    float: left;
    max-width: 80%;
}
.feature-3 p {
    min-height: 4.875em;
}
@media (max-width: 767px) {
    .feature-3 p {
        min-height: 0;
    }
}
.feature-4,
.feature-4 p:last-of-type {
    margin-bottom: 3.25em;
}
@media (max-width: 767px) {
    .feature-4 p:last-of-type {
        margin-bottom: 1.625em;
    }
}
/*! -- Calls to Action -- */
.cta-1 {
    padding: 4.875em 0;
}
.cta-1 .cta__title {
    margin: 0;
}
@media (max-width: 990px) {
    .cta-1 .btn:first-child:not(:last-child) {
        margin-bottom: 1.625em;
    }
}
@media (max-width: 767px) {
    .cta-1 {
        text-align: center;
    }
    .cta-1 p.lead {
        margin: 1.1304347826087em 0;
    }
    .cta-1 .btn:first-child:not(:last-child) {
        margin-bottom: 0;
    }
}
.cta-2 {
    padding: 4.875em 0;
}
.cta-2 .cta__body {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    overflow: hidden;
}
.cta-2 .cta__body .cta__feature {
    display: inline-block;
    padding-left: 3.25em;
    position: relative;
}
.cta-2 .cta__body .cta__feature i {
    margin-right: 0.56521739130435em;
    position: relative;
    top: 10px;
}
.cta-2 .cta__body .btn {
    float: right;
    min-height: 3.25em;
}
.cta-2.imagebg:not(.image--light) .h6,
.cta-2.imagebg:not(.image--light) i {
    color: #fff;
}
.cta-2.imagebg:not(.image--light) .cta__body {
    background: hsla(0, 0%, 100%, 0.3);
    border: none;
}
@media (max-width: 1200px) {
    .cta-2 .cta__body {
        height: auto;
        padding: 1.625em;
        text-align: center;
    }
    .cta-2 .cta__body .cta__feature {
        margin-bottom: 1.625em;
    }
    .cta-2 .cta__body .cta__feature:first-child {
        padding-left: 0;
    }
    .cta-2 .cta__body .btn {
        float: none;
    }
}
@media (max-width: 767px) {
    .cta-2 .cta__body .cta__feature {
        height: auto;
        padding-left: 0;
        width: 100%;
    }
}
.cta-3 span.h2 {
    display: block;
    margin-bottom: 1.15555555555556em;
}
.cta-3.imagebg {
    padding-top: 8.125em;
}
@media (max-width: 767px) {
    .cta-3.imagebg {
        padding-top: 4.875em;
    }
}
.cta-5 h4 {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 3px;
    white-space: nowrap;
}
.cta-5 .btn {
    margin-left: 1.625em;
}
@media (max-width: 767px) {
    .cta-5 .btn {
        margin-left: 0;
        margin-top: 1.625em;
    }
}
.cta-6 .btn {
    margin-top: 1.625em;
}
.cta-7 form {
    margin-bottom: 1.625em;
    margin-top: 2.4375em;
}
.cta-8 .boxed h4 {
    margin: 0;
}
.cta-8 .boxed form {
    margin-top: 1.625em;
}
.cta-8 .boxed form button,
.cta-8 .boxed form input {
    margin-bottom: 0.40625em;
    width: 100%;
}
.cta-8 .boxed .btn {
    margin-top: 1.625em;
}
.cta-8 .boxed:first-child {
    margin: 0;
}
.cta-8.section--overlap:not(:first-child) [class*="col-"]:last-child {
    margin-top: 13em;
}
.cta-8 .signature {
    display: inline-block;
    margin-top: 2.4375em;
}
@media (max-width: 767px) {
    .cta-8.section--overlap [class*="col-"]:last-child {
        margin-top: 1.625em;
    }
}
/*! -- Masonry -- */
.wide-grid.masonry {
    transform: none !important;
}
.wide-grid .masonry__container {
    background: #f3f3f3;
}
.wide-grid .masonry__container .masonry__item {
    padding: 0;
}
.wide-grid.bg--dark .masonry__container {
    background: #282828;
}
.masonry {
    position: relative;
}
.masonry .masonry__container {
    overflow: hidden;
}
.masonry--gapless .masonry__item {
    margin-bottom: 0 !important;
    padding: 0;
}
.masonry--animate .masonry__item {
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.masonry--animate .masonry__item:first-child {
    transition-delay: 0.1s;
}
.masonry--animate .masonry__item:nth-child(2) {
    transition-delay: 0.2s;
}
.masonry--animate .masonry__item:nth-child(3) {
    transition-delay: 0.3s;
}
.masonry--animate .masonry__item:nth-child(4) {
    transition-delay: 0.4s;
}
.masonry--animate .masonry__item:nth-child(5) {
    transition-delay: 0.5s;
}
.masonry--animate .masonry__item:nth-child(6) {
    transition-delay: 0.6s;
}
.masonry--animate .masonry__item:nth-child(7) {
    transition-delay: 0.7s;
}
.masonry--animate .masonry__item:nth-child(8) {
    transition-delay: 0.8s;
}
.masonry--animate .masonry__item:nth-child(9) {
    transition-delay: 0.9s;
}
.masonry--animate .masonry__item:nth-child(10) {
    transition-delay: 1s;
}
.masonry--animate .masonry__item:nth-child(11) {
    transition-delay: 1.1s;
}
.masonry--animate .masonry__item:nth-child(12) {
    transition-delay: 1.2s;
}
.masonry--animate .masonry__item:nth-child(13) {
    transition-delay: 1.3s;
}
.masonry--animate .masonry__item:nth-child(14) {
    transition-delay: 1.4s;
}
.masonry--animate .masonry__item:nth-child(15) {
    transition-delay: 1.5s;
}
.masonry--animate.masonry--active .masonry__item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.masonry__filters {
    padding: 1.625em 0;
}
.masonry__filters .h6 {
    bottom: 2px;
    display: inline-block;
    margin: 0;
    opacity: 0.3;
    position: relative;
}
.masonry__filters .h6 + ul {
    margin-left: 1.625em;
}
.masonry__filters ul {
    display: inline-block;
    margin: 0;
}
.masonry__filters ul li {
    font-style: italic;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.masonry__filters ul li:not(:last-child) {
    margin-right: 0.8125em;
}
.masonry__filters ul li:not(:last-child):after {
    content: "/";
    margin-left: 0.8125em;
    opacity: 0.1;
}
.masonry__filters ul li:not(.active) {
    opacity: 0.5;
}
.masonry__filters ul li:not(.active):after {
    opacity: 0.2;
}
.masonry__filters ul li:hover {
    opacity: 1;
}
.masonry__filters ul li:hover:after {
    opacity: 0.1;
}
.masonry__filters.masonry__filters--outside {
    background: none !important;
    padding: 0;
    position: absolute;
    top: -3.25em;
    width: 100%;
    z-index: 5;
}
.masonry__filters.masonry__filters--outside ul li {
    color: #fff;
}
.masonry__filters.masonry__filters--outside ul li:after {
    opacity: 0.2;
}
@media (max-width: 767px) {
    .masonry__filters.masonry__filters--outside {
        padding: 1.625em 0;
        position: relative;
        top: 0;
    }
    .masonry__filters.masonry__filters--outside ul li {
        color: #343434;
    }
}
.row .masonry__filters {
    margin-bottom: 1.625em;
    padding-left: 15px;
    padding-right: 15px;
}
.row .masonry__item {
    margin-bottom: 22px;
}
.row .masonry__item .hover-element {
    margin: 0;
}
.row .masonry__item > a {
    display: block;
}
section:first-of-type.imagebg + .masonry-contained {
    padding-top: 1.625em;
}
.masonry-blog .masonry__item {
    margin-bottom: 30px;
}
.masonry-blog .masonry__item .card .card__body {
    margin-bottom: 0;
}
.masonry-blog .masonry__item .card:not(.card--horizontal) .card__image {
    overflow: hidden;
    position: relative;
}
.masonry-blog .masonry__item .card:not(.card--horizontal) .card__image img {
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
}
.masonry-blog .masonry__item .card:not(.card--horizontal):hover .card__image img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.masonry-blog .masonry__item .card .video-cover iframe {
    min-height: 256px;
}
.masonry-videos .col-sm-4 .video-cover iframe {
    min-height: 20vw;
}
/*! -- Hover Elements & Portfolio -- */
.hover-element img {
    width: 100%;
}
.hover-element * {
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
}
.hover-element.bg--primary [data-overlay]:before {
    background: #31c362;
}
.hover-element .modal-instance {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
}
.hover-element .modal-instance:not(:first-child) {
    margin-left: 0.8125em;
}
.hover-element[data-title-position*="right"] {
    text-align: right;
}
.hover-element[data-title-position*=",center"] {
    text-align: center;
}
.hover-element[data-title-position*="center"] .hover-element__reveal .boxed {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate3d(10px, -50%, 0);
    -webkit-transform: translate3d(10px, -50%, 0);
    width: 100%;
}
.hover-element[data-title-position*="center"] .hover-element__reveal:hover .boxed {
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
}
.hover-element[data-title-position*="bottom"] .hover-element__reveal .boxed {
    bottom: 0;
    height: auto;
    position: absolute;
    width: 100%;
}
.hover-element .boxed {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.hover-element .boxed span {
    color: #fff;
}
.hover-element.hover--active .boxed,
.hover-element:hover .boxed {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 3;
}
.hover-element.hover--active img {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
}
.hover-element.hover--active:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.hover-element .social-list li a i {
    color: #fff;
}
.hover-element-1 h5,
.hover-element-1 h6,
.space--0 .hover-element {
    margin: 0;
}
.portfolio-item-1 {
    margin-bottom: 1.625em;
}
.portfolio-item-1 h5 {
    margin: 0;
}
.portfolio-item-1 span {
    opacity: 0.5;
}
.portfolio-item-1 img {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.portfolio-item-1:hover img {
    opacity: 0.7;
}
.portfolio-item-2 .portfolio-item__title {
    backface-visibility: hidden;
    bottom: 1.625em;
    color: #fff;
    position: absolute;
    text-align: center;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    width: 100%;
    z-index: 5;
}
.portfolio-item-2 .portfolio-item__title h4,
.portfolio-item-2 .portfolio-item__title h5 {
    color: #fff;
    margin: 0;
}
.portfolio-item-2.reveal-video .portfolio-item__title {
    opacity: 0;
    pointer-events: none;
}
.project-single-title h2 {
    margin: 0;
}
.project-single-title .modal-video-1 {
    margin-bottom: 1.625em;
}
.project-single-description {
    padding: 6.5em 0 3.25em;
}
@media (max-width: 767px) {
    .project-single-description {
        padding: 0;
    }
}
.project-single-stacked .project__summary {
    margin-bottom: 4.875em;
}
.project-single-stacked .testimonial,
.project__action {
    margin-top: 3.25em;
}
.project__action hr {
    margin: 3.25em 0;
}
.project__action h5 {
    margin-bottom: 3.25em;
}
@media (max-width: 767px) {
    .project__action .btn {
        margin: 0;
    }
    .project__action .btn:not(:last-child) {
        margin-bottom: 0.8125em;
    }
}
.project-single-process span.h2 {
    font-size: 36px;
    opacity: 0.03;
    position: absolute;
    right: 0;
    top: 0;
}
.project-navigation {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.project-navigation a {
    background: #f4f4f4;
    display: inline-block;
    float: left;
    padding: 3.25em 0;
    text-align: center;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    width: 33.333333333333336%;
}
.project-navigation a:hover {
    background: #ececec;
}
.project-navigation a:hover .larr {
    transform: translate3d(-6px, 0, 0);
    -webkit-transform: translate3d(-6px, 0, 0);
}
.project-navigation a:hover .rarr {
    transform: translate3d(6px, 0, 0);
    -webkit-transform: translate3d(6px, 0, 0);
}
.project-navigation a span {
    display: inline-block;
    margin: 0;
}
.project-navigation a span .larr,
.project-navigation a span .rarr {
    bottom: 2px;
    margin: 0 4px;
    position: relative;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}
@media (max-width: 767px) {
    .project-navigation a {
        padding: 1.625em 0;
        width: 100%;
    }
}
/*! -- Blog -- */
.pagination-container {
    margin-top: 3.25em;
    text-align: center;
}
.pagination {
    margin: 0 auto;
}
.pagination,
.pagination li,
.pagination li a {
    display: inline-block;
}
.pagination li a {
    background: none;
    border: none;
    border-radius: 50% !important;
    color: #343434;
    font-family: 'Inter', sans-serif;
    font-size: 0.625em;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    font-weight: 400;
    height: 3.54545454545454em;
    letter-spacing: 1px;
    line-height: 0;
    line-height: 2.6em;
    margin-bottom: 2.36363636363636em;
    margin-top: 0;
    padding-top: 4px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    width: 3.54545454545454em;
}
.pagination li a:hover {
    background: #efefef;
    color: #343434;
}
.pagination li.active a {
    background: #ececec;
    color: #343434;
}
.pagination li.active a:hover {
    background: #e7e7e7;
    color: #343434;
}
.pagination li:first-child,
.pagination li:last-child {
    opacity: 0.3;
}
.sidebar .sidebar__widget:not(:last-child) {
    margin-bottom: 3.25em;
}
.tag-cloud li {
    display: inline-block;
}
.tag-cloud .btn--sm {
    padding: 0 0.8125em 1px;
}
.blog-item-1 h4 {
    margin-bottom: 0.56521739130435em;
}
.blog-item-1 .blog-item__author,
.blog-item-1 img {
    margin-bottom: 1.625em;
}
.blog-item-1 p:last-of-type {
    margin: 0;
}
.blog-item-1:not(:last-child) hr {
    margin: 3.25em 0;
}
.blog-item-1:nth-last-child(2) hr {
    display: none;
}
@media (max-width: 767px) {
    .blog-item-1:not(:last-child) hr {
        margin: 1.625em 0;
    }
}
.blog-post {
    padding-top: 0;
}
.blog-post .blog-post__title {
    padding: 9.75em 0;
}
.blog-post .blog-post__title:not(.imagebg) + .container {
    margin-top: -3.25em;
    position: relative;
    z-index: 4;
}
.blog-post .blog-post__title.imagebg {
    padding: 13em 0;
}
.blog-post .blog-post__title.imagebg span {
    color: #fff;
}
.blog-post .blog-post__title.imagebg + .container {
    padding-top: 6.5em;
}
.blog-post .blog-post__author {
    margin-top: 3.25em;
}
.blog-post .blog-post__author span:not(.h6) {
    font-size: 0.625em;
}
.blog-post .blog-post__hero {
    margin-bottom: 3.25em;
}
.blog-post blockquote {
    color: #343434;
    text-align: center;
}
.blog-post img + blockquote,
.blog-post p + blockquote {
    margin-top: 3.3913043478261em;
}
.blog-post blockquote + h5,
.blog-post blockquote + img,
.blog-post blockquote + p {
    margin-top: 4.875em;
}
.blog-post p + h5 {
    margin-top: 3.25em;
}
.blog-post hr:last-child {
    margin-top: 4.875em;
}
.blog-post .blog-post__share {
    margin-top: 1.625em;
}
.blog-post .blog-post__comments,
.blog-post .blog-post__comments > ul {
    margin-top: 3.25em;
}
.blog-post .blog-post__comments ul {
    line-height: 1.625em !important;
}
.blog-post .blog-post__comments ul ul {
    padding-left: 20%;
}
.blog-post .blog-post__comments .comment {
    overflow: hidden;
}
.blog-post .blog-post__comments .comment .comment__image {
    display: inline-block;
    float: left;
    width: 20%;
}
.blog-post .blog-post__comments .comment .comment__image img {
    max-height: 4.875em;
}
.blog-post .blog-post__comments .comment .comment__text {
    float: left;
    width: 80%;
}
.blog-post .blog-post__comments .comment .comment__text h5 {
    margin: 0;
}
.blog-post .blog-post__comments .comment .comment__text h5 + span {
    display: inline-block;
    margin-bottom: 0.8125em;
    opacity: 0.75;
}
.blog-post .blog-post__comments .comment hr {
    display: block;
    margin: 2.4375em 0;
    width: 100%;
}
.blog-post .blog-post__comments .comment__form input {
    margin-bottom: 1.625em;
    width: 100%;
}
.blog-post .blog-post__comments .comment__form textarea {
    margin-bottom: 1.625em;
}
@media (max-width: 767px) {
    .blog-post .blog-post__share .btn {
        display: block;
        margin: 0 0 0.8125em;
    }
    .blog-post .blog-post__title {
        padding-bottom: 6.5em;
        padding-top: 3.25em;
    }
    .blog-post .blog-post__title.imagebg {
        padding: 4.875em 0;
    }
    .blog-post .blog-post__title.imagebg span {
        color: #fff;
    }
    .blog-post .blog-post__title.imagebg + .container {
        padding-top: 3.25em;
    }
    .blog-post .blog-post__author {
        margin-top: 1.625em;
    }
}
.blog-home {
    padding: 4.875em 0;
}
.blog-home .row:first-child h5 {
    margin: 0;
}
.blog-home .row:last-child .btn {
    margin-top: 1.625em;
}
.blog-home.bg--secondary + .blog-home.bg--secondary {
    padding-top: 0;
}
/*! -- Testimonials -- */
.testimonial-1 {
    margin-bottom: 30px;
}
.testimonial-1 img {
    max-height: 8.125em;
}
.testimonial-1 h5 {
    margin-bottom: 0;
}
.testimonial-1 h5 + span {
    font-style: italic;
    opacity: 0.8;
}
.testimonial-1 p {
    min-height: 4.875em;
}
.testimonial-1.boxed {
    margin-bottom: 30px;
}
.testimonial-2 .testimonial__quote {
    display: inline-block;
    font-size: 6em;
    line-height: 1em;
    margin-bottom: -0.54166667em;
}
.testimonial-2 img {
    max-height: 4.875em;
}
.testimonial-2 h5 {
    margin-bottom: 0;
}
.testimonial-2 h5 + span {
    font-style: italic;
    opacity: 0.8;
}
@media (max-width: 767px) {
    .testimonial-2 {
        margin-bottom: 1.625em;
    }
    .testimonial-2 .testimonial__quote {
        display: none;
    }
}
.testimonial-3 {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}
.testimonial-3:before {
    background: #f4f4f4;
    bottom: -4.875em;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.testimonial-3 .testimonial__text {
    margin-top: 11.375em;
}
.testimonial-3 .testimonial__text h5,
.testimonial-3 img {
    margin: 0;
}
@media (max-width: 1200px) {
    .testimonial-3:before {
        display: none;
    }
    .testimonial-3 .testimonial__text {
        margin-top: 3.25em;
    }
}
@media (max-width: 767px) {
    .testimonial-3 {
        text-align: center;
    }
    .testimonial-3 .testimonial__text {
        margin-bottom: 3.25em;
        margin-top: 0;
    }
}
.testimonial-4 h3 {
    margin-bottom: 1.625em;
}
@media (max-width: 767px) {
    .testimonial-4 {
        padding: 4.875em 0;
    }
}
.testimonial-5 img {
    margin: 0;
    max-height: 24.375em;
}
.testimonial-5 img + hr {
    margin-top: 0;
}
.testimonial-5 .slides {
    padding-bottom: 4.875em;
}
/*! -- Shop -- */
.cart-overview {
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    height: 100vh;
    margin: 0;
    padding: 1.625em;
    position: fixed;
    width: 400px;
}
.cart-overview .cart-overview__subtotal {
    border-top: 1px solid #f1f1f1;
    padding-top: 1.625em;
}
.cart-overview .cart-overview__subtotal h5 {
    display: inline-block;
    margin: 0 1.625em 0 0;
}
.cart-overview .cart-overview__title {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 3.25em;
}
.cart-overview .cart-overview__items {
    line-height: 1.625em !important;
    max-height: 70vh;
    overflow-x: auto;
    overflow-y: scroll;
}
.cart-overview .cart-overview__items li {
    overflow: hidden;
    position: relative;
}
.cart-overview .cart-overview__items li img {
    display: inline-block;
    max-height: 4.875em;
}
.cart-overview .cart-overview__items li .item__image {
    display: inline-block;
    margin-right: 1.625em;
}
.cart-overview .cart-overview__items li .item__detail {
    display: inline-block;
}
.cart-overview .cart-overview__items li .item__detail span {
    display: block;
}
.cart-overview .cart-overview__items li .item__remove {
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transition: lienar 0.2s;
    -webkit-transition: lienar 0.2s;
    -moz-transition: lienar 0.2s;
}
.cart-overview .cart-overview__items li .item__remove:before {
    content: "\2715";
}
.cart-overview .cart-overview__items li .item__remove:hover {
    opacity: 1;
}
.cart-overview .cart-overview__items li:not(:last-child) {
    margin-bottom: 1.625em;
}
.cart-overview .cart-overview__action {
    margin-top: 3.25em;
    text-align: center;
    width: 100%;
}
.cart-form .card,
.cart-form .card .card__price {
    margin-bottom: 1.625em;
}
.cart-form .card input[type="text"] {
    max-width: 80px;
}
.order-charges {
    margin-top: 3.25em;
}
.order-charges ul {
    margin: 0;
}
.order-charges li span:last-child {
    float: right;
}
.order-charges li:last-child {
    margin-bottom: 0;
}
.shop-checkout .card,
.shop-checkout hr {
    margin-bottom: 3.25em;
}
.shop-checkout .billing-title {
    margin-bottom: 4.875em;
    padding: 0 15px;
}
.shop-checkout .billing-title h5 {
    margin-bottom: 0.8125em;
}
.shop-checkout .billing-details {
    overflow: hidden;
}
.shop-checkout .billing-details input,
.shop-checkout .billing-details select {
    margin-bottom: 30px;
}
.shop-item-1 {
    background: #eee;
    overflow: hidden;
    padding: 1.625em;
    position: relative;
    z-index: 1;
}
.shop-item-1 .shop-item__price span.type--strikethrough {
    display: inline-block;
    margin-right: 1.625em;
}
.shop-item-1 .shop-item__price.hover--reveal {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
}
.shop-item-1 .shop-item__image {
    margin: 1.625em 0;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.shop-item-1 .shop-item__title h5 {
    margin-bottom: 0;
}
.shop-item-1:hover .shop-item__price.hover--reveal {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.shop-item-1:hover .shop-item__image {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}
@media (max-width: 990px) {
    .shop-item-1 .shop-item__price.hover--reveal {
        opacity: 1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
}
.wide-grid.masonry-shop .masonry__container,
.wide-grid.masonry-shop .masonry__filters {
    background: #eee;
}
.wide-grid.masonry-shop .masonry__item .shop-item-1 {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.wide-grid.masonry-shop .masonry__item:hover .shop-item-1 {
    box-shadow: inset 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.masonry-contained .masonry-shop .masonry__item {
    margin-bottom: 0;
}
.masonry-contained .masonry-shop .masonry__item .boxed,
.masonry-contained .masonry-shop .masonry__item .card-8,
.masonry-contained .masonry-shop .masonry__item .shop-item-1 {
    margin-bottom: 30px;
}
.masonry-contained.bg--dark {
    background: #202020;
}
.shop-item-detail.shop-item-detail-1 .item__addtocart {
    margin-bottom: 3.25em;
}
.shop-item-detail.shop-item-detail-1 .item__title {
    margin-top: 1.625em;
}
.shop-item-detail .item__price:not(:last-child) {
    margin-bottom: 3.25em;
}
.shop-item-detail .item__price span {
    display: inline-block;
    font-size: 1.4375em;
}
.shop-item-detail .item__price span.type--strikethrough {
    margin-right: 1.625em;
}
.shop-item-detail .item__addtocart {
    max-width: 80%;
}
.shop-item-detail .item__addtocart input[type="text"] {
    border-radius: 4px 4px 0 0;
    min-width: 100%;
    text-align: center;
}
.shop-item-detail .item__addtocart button {
    border-radius: 0 0 4px 4px;
    min-width: 100%;
}
.shop-item-detail .item__description:not(:last-child) {
    margin-bottom: 3.25em;
}
.shop-item-detail .item__description .item__subinfo:not(:last-child) {
    margin-bottom: 0.8125em;
}
.shop-item-detail .item__description .item__subinfo span {
    display: inline-block;
}
.shop-item-detail .item__description .item__subinfo span:first-child {
    color: #343434;
    width: 25%;
}
.shop-item-detail .item__reviews {
    line-height: 1.625em !important;
}
.shop-item-detail .item__reviews li {
    overflow: hidden;
    position: relative;
}
.shop-item-detail .item__reviews li img {
    float: left;
    margin-right: 1.625em;
    max-height: 4.875em;
}
.shop-item-detail .item__reviews li .review__text {
    float: right;
    width: 80%;
}
.shop-item-detail .item__reviews li .review__text h5 {
    margin: 0;
}
.shop-item-detail .item__reviews li .review__text span.type--fine-print {
    display: inline-block;
    font-style: italic;
    margin-bottom: 1.3em;
}
.shop-item-detail .item__reviews li .review__score {
    position: absolute;
    right: 0;
    top: 0;
}
.shop-item-detail .item__reviews li .review__score .star {
    background: #ebab21;
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    width: 9px;
}
.shop-item-detail .item__reviews li .review__score .star:not(:last-child) {
    margin-right: 0.40625em;
}
.shop-item-detail .item__reviews li .review__score .star.empty {
    background: #e0e0e0;
}
.shop-item-detail .item__reviews li:not(:last-child) {
    margin-bottom: 1.625em;
}
.imagebg:not(.image--light) .shop-item-detail .item__price {
    color: #fff;
    opacity: 0.9;
}
@media (max-width: 767px) {
    .shop-item-detail .item__addtocart input {
        margin: 0;
    }
    .shop-item-detail .item__reviews li img {
        display: none;
    }
    .shop-item-detail .item__reviews li .review__text {
        width: 100%;
    }
}
.shop-item-detail-2 form {
    display: inline-block;
    margin-bottom: 3.25em;
}
.shop-item-detail-2 .item__subinfo:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.8125em;
}
.related-products h4 {
    margin-bottom: 2.2608695652174em;
}
@media (max-width: 767px) {
    .related-products h4 {
        margin-bottom: 1.1304347826087em;
    }
    .related-products .shop-item {
        margin-bottom: 15px;
    }
}
.signature {
    margin-top: 1.625em;
    max-height: 6.5em;
}
.shop-home .masonry__container {
    margin-bottom: 1.625em;
}
/*! -- Modals -- */
.search-modal .modal-content {
    background: none;
}
/*! -- Notifications -- */
.notification {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    margin: 0;
}
.notification .notification-close-cross {
    background: #343434;
    border-radius: 50%;
    height: 2.4375em;
    text-align: center;
    width: 2.4375em;
}
.notification .notification-close-cross:before {
    color: #fff;
    font-size: 2em;
    line-height: 2.4375em;
}
.notification .boxed {
    margin-bottom: 0;
}
.cookies-notice .notification-close {
    margin-left: 0.8125em;
}
.growl-notice {
    background: none !important;
    margin: 1.625em;
}
.growl-notice .boxed {
    border-radius: 0.8125em;
}
@media (max-width: 767px) {
    .growl-notice {
        margin: 0;
    }
}
@media (max-width: 990px) {
    .cookies-notice .notification-close {
        margin-left: 0;
        margin-top: 0.8125em;
    }
}
.promo-notification h4,
.promo-notification p {
    display: inline-block;
    margin: 0 1.625em 0 0;
}
@media (max-width: 767px) {
    .promo-notification h4,
    .promo-notification p {
        margin-bottom: 0.8125em;
        margin-right: 0;
    }
}
/*! -- Footers -- */
footer .logo {
    max-height: 26px;
}
.footer-1 {
    padding-bottom: 0;
}
.footer-1 .footer__navigation {
    display: inline-block;
    float: left;
    width: 50%;
}
.footer-1 .logo {
    margin-bottom: 1.625em;
}
.footer-1 div[class*="col-"] {
    overflow: hidden;
}
.footer-1 .footer__lower {
    margin-top: 1.625em;
    padding: 1.625em 0;
}
.footer-1 .footer__lower .type--fine-print {
    opacity: 0.4;
}
.footer-1 .footer__lower hr {
    opacity: 0.05;
}
.footer-1 .footer__navigation li {
    color: #343434;
    font-family: 'Inter', sans-serif;
    font-size: 0.625em;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.6em;
    line-height: 3.2em;
    margin: 0;
    text-transform: uppercase;
}
.footer-1 .footer__navigation li a {
    opacity: 0.5;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.footer-1 .footer__navigation li a:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .footer-1 .footer__lower {
        margin-top: 0;
    }
    .footer-1 .footer__lower .social-list {
        display: inline-block;
        margin-top: 0.8125em;
    }
}
.footer-2 .footer__navigation li {
    color: #343434;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    line-height: 1.625em;
    margin-bottom: 0;
    margin-top: 0;
}
.footer-2 .footer__navigation li:not(:last-child) {
    margin-right: 1.625em;
}
.footer-2 .footer__lower {
    margin-top: 3.25em;
}
@media (max-width: 767px) {
    .footer-2 .footer__lower {
        margin-top: 1.625em;
    }
    .footer-2 .social-list {
        margin-bottom: 1.625em;
    }
}
.footer-3 {
    overflow: hidden;
    padding: 4.875em 0;
}
.footer-3 div[class*="col-"]:first-child {
    padding-left: 3.25em;
}
.footer-3 div[class*="col-"]:last-child {
    padding-right: 3.25em;
}
.footer-3 .logo {
    display: block;
    margin-bottom: 0.8125em;
    max-height: 2.4375em;
}
.footer-3 a.type--underline {
    display: block;
}
.footer-3 .footer__navigation li {
    display: inline-block;
}
.footer-3 .footer__navigation li:not(:last-child) {
    margin-right: 3.25em;
}
.footer-3 .footer__navigation li a {
    color: #343434;
    font-family: 'Inter', sans-serif;
    font-size: 0.625em;
    font-size: 16px;
    font-variant-ligatures: common-ligatures;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 2.6em;
    line-height: 64px !important;
    margin-bottom: 2.36363636363636em;
    margin-top: 0;
}
.footer-3 .social-list {
    margin-bottom: 1.625em;
}
.footer-3 .type--fine-print {
    opacity: 1;
}
@media (max-width: 990px) {
    .footer-3 div[class*="col-"]:first-child {
        padding-left: 1.625em;
    }
    .footer-3 div[class*="col-"]:last-child {
        padding-right: 1.625em;
    }
}
@media (max-width: 767px) {
    .footer-3 div[class*="col-"]:first-child {
        padding-left: 15px;
    }
    .footer-3 div[class*="col-"]:last-child {
        padding-right: 15px;
    }
    .footer-3 .logo {
        margin: 0 auto 1.625em;
    }
    .footer-3 .footer__navigation {
        margin-top: 1.625em;
    }
}
.footer-4 {
    padding-bottom: 0;
}
.footer-4 .logo {
    margin-bottom: 1.21875em;
    max-height: 2.03125em;
}
.footer-4 p {
    opacity: 0.9;
}
.footer-4 .footer__navigation li {
    color: #343434;
    font-family: 'Inter', sans-serif;
    font-size: 0.625em;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.6em;
    line-height: 3.2em;
    margin: 0;
    text-transform: uppercase;
}
.footer-4 .footer__navigation li a {
    opacity: 0.5;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.footer-4 .footer__navigation li a:hover {
    opacity: 1;
}
.footer-4 form {
    margin-bottom: 3.25em;
}
.footer-4 .footer__lower {
    background: #1e1e1e;
    margin-top: 4.875em;
    padding: 1.625em 0;
    position: relative;
}
.footer-4 .footer__lower .type--fine-print {
    opacity: 0.5;
}
.footer-4 .timePosted {
    display: none;
}
.top-link {
    background: #3d3d3d;
    border-radius: 50%;
    bottom: 3.25em;
    display: inline-block;
    height: 3.25em;
    padding-top: 12px;
    position: relative;
    text-align: center;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    width: 3.25em;
    z-index: 4;
}
.top-link:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
@media (max-width: 990px) {
    .top-link {
        bottom: 0;
    }
}
@media (max-width: 767px) {
    .top-link {
        margin-top: 1.625em;
    }
}
/*! -- Sections General -- */
section:not(.testimonial-3):not(.map-1):not(.imagebg):not(.imageblock):not(.bg--dark):not(.bg--secondary):not(.bg--primary):not(.bg--white):not(.features-5):not(.features-10):not(.wide-grid):not(.slider)
    + section:not(.testimonial-3):not(.map-1):not(.imagebg):not(.imageblock):not(.bg--dark):not(.bg--secondary):not(.bg--primary):not(.bg--white):not(.features-5):not(.features-10):not(.wide-grid):not(.slider) {
    padding-top: 0;
}
.wide-grid {
    max-width: 100%;
    padding: 0;
}
.wide-grid > div[class*="col-"] {
    padding: 0;
}
.wide-grid .hover-element {
    margin: 0;
}
.section--overlap:not(:first-child) {
    margin-top: -6.5em;
    padding-top: 0;
    position: relative;
    z-index: 2;
}
.section--overlap:not(:first-child) + .section--overlap {
    margin-top: -13em;
    z-index: 1;
}
.section--overlap:not(:first-child) + .section--overlap .pos-vertical-center {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
@media (max-width: 1024px) {
    .section--overlap {
        margin-top: 0;
        padding-top: 6.5em;
    }
}
@media (max-width: 767px) {
    .section--overlap {
        margin-top: 0;
        padding-top: 4.875em;
    }
}
section + img {
    margin-bottom: 0;
}
/*! -- Sections Specific  -- */
.process-1 {
    overflow: hidden;
    position: relative;
}
.process-1 .piechart {
    margin: 0 auto 6.5em;
}
.process-1:before {
    border-right: 1px dashed #31c362;
    content: "";
    height: 40000px;
    left: 50%;
    margin-left: -1px;
    opacity: 0.3;
    position: absolute;
    top: -200px;
    width: 2px;
    z-index: 0;
}
.process-1.process-end:before {
    height: 440px;
    top: 0;
}
@media (max-width: 767px) {
    .process-1:before {
        display: none;
    }
}
.about-1 {
    padding-top: 4.875em;
}
.about-1 h4 {
    margin-bottom: 2.2608695652174em;
}
.about-1 p.lead + .feature {
    margin-top: 3.25em;
}
@media (max-width: 767px) {
    .about-1 {
        padding-top: 0;
    }
}
.about-2 {
    padding: 4.875em 0 3.25em;
}
@media (max-width: 767px) {
    .about-2 {
        padding-bottom: 0;
        padding-top: 0;
    }
}
.stats-1 h4:first-child {
    margin-bottom: 2.2608695652174em;
}
.stats-1 .feature-1 {
    margin-bottom: 30px;
    max-height: 282px;
}
.stats-1 .feature-1 h3 {
    margin: 0.40625em 0;
}
.service-1 hr {
    margin: 3.25em 0;
}
.blog-snippet-1 .row:last-child .btn:last-child {
    margin-top: 3.25em;
}
.partners-1 .slider {
    text-align: center;
}
.partners-1 .slider img {
    margin: 0;
    max-height: 1.625em;
    opacity: 0.3;
}
.map-1 {
    overflow: hidden;
    padding: 0;
}
.map-1 .map-container {
    height: 450px;
    position: relative;
    width: 100%;
}
.map-1 .map-container iframe {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .map-1 .map-container {
        height: 300px;
    }
}
/*! -- Utility Pages -- */
.page-error i {
    display: inline-block;
    margin-bottom: 0.40625em;
}
/*! -- Element Pages -- */
section[class*="elements-"] .row:not(:last-child) {
    margin-bottom: 6.5em;
}
section[class*="elements-"] .row + hr {
    border-color: #eee;
    margin: 0;
}
section[class*="elements-"] hr + .row {
    padding-top: 6.5em;
}
@media (max-width: 767px) {
    section[class*="elements-"] .row:not(:last-child) {
        margin-bottom: 3.25em;
    }
    section[class*="elements-"] hr + .row {
        padding-top: 3.25em;
    }
}
.elements--title {
    margin-bottom: 3.25em;
}
.elements-buttons .btn {
    margin: 0 0 26px;
}
.elements-tabs {
    padding-bottom: 0;
}
.elements-tabs h4 + .tabs-container {
    margin-top: 3.25em;
}
.elements-tabs .tabs-container:not(:last-child) {
    margin-bottom: 6.5em;
}
.elements-tabs + .tabs-container {
    margin-top: 3.25em;
}
@media (max-width: 990px) {
    .elements-pricing .pricing {
        margin-bottom: 1.625em;
    }
}
.elements-radials .row:not(:last-child) {
    margin-bottom: 6.5em;
}
.elements-radials h4 {
    margin: 0;
}
.elements-radials .piechart {
    margin-bottom: 1.625em;
}
@media (max-width: 767px) {
    .elements-video .video-cover {
        margin-bottom: 1.625em;
    }
}
.elements-forms form input {
    margin-bottom: 1.625em;
}
.elements-forms form > .row {
    margin-bottom: 0 !important;
}
.elements-forms form .input-checkbox {
    margin-right: 0.8125em;
}
.elements-forms form .input-checkbox + span {
    bottom: 6px;
    position: relative;
}
.elements-modals .modal-instance:not(:last-child) {
    margin-right: 0.8125em;
}
@media (max-width: 767px) {
    .elements-modals .modal-instance:not(:last-child) {
        margin-bottom: 0.8125em;
    }
}
