:root {
    --green: #5CD2A2;
    --grey: #EBF0FE;
    --yellow: #FEEA89;
}

/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    margin: 0px !important;
    overflow-x: hidden !important;
}
body,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
div,
input,
textarea,
button,
a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
strong,
b,
.strong,
.bold {
    font-weight: 700;
}
button, input {
    outline:none !important;
}
button {
    cursor: pointer;
    border: none;
}
a {
    text-decoration:none;
    color: inherit;
}

select::-ms-expand,
input::-ms-clear {
    display: none;
}
textarea {
    overflow: auto;
}
.clear{
    clear: both;
}

img, video {
    width: 100%;
    max-width: 100%;
    display:block;
    object-fit: cover;
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

.item {
    position: relative;
}

.overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.container {
    position: relative;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

button {
    font-family: inherit !important;
}

/** COMMON **/
body, html {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: var(--green);
    color: #000000;
    line-height: 1.625em;
    letter-spacing: 0.004em;
}

.body {
    overflow: hidden;
}

.container-1 {
    padding: 100px 0px;
}

.container-2 {
    padding: 80px 0px;
}

.container-3 {
    padding: 50px 0px;
}

.container-4 {
    padding: 40px 0px;
}

container-5 {
    padding: 20px 0 0 0;
}

.wrapper-1 {
    max-width: 1260px;
    padding: 0px 70px;
}

.wrapper-2 {
    max-width: 1200px;
    padding: 0px 70px;
}

.wrapper-3 {
    max-width: 1170px;
    padding: 0px 70px;
}

.wrapper-4 {
    max-width: 880px;
    padding: 0px 70px;
}

.wrapper-5 {
    max-width: 1200px;
    padding: 0px;
}

.wrapper-6 {
    max-width: 1260px;
    padding: 0px;
}

.wrapper-7 {
    max-width: 1400px;
    padding: 0px;
}

/** SPACING **/
.m-auto {
    margin: auto !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.m-35 {
    margin: 35px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.m-45 {
    margin: 45px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.p-55 {
    padding: 55px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.m-55 {
    margin: 55px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.m-60 {
    margin: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.p-65 {
    padding: 65px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.m-65 {
    margin: 65px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.p-70 {
    padding: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.m-70 {
    margin: 70px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.p-75 {
    padding: 75px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.m-75 {
    margin: 75px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.p-80 {
    padding: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.m-80 {
    margin: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.p-85 {
    padding: 85px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.m-85 {
    margin: 85px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.p-90 {
    padding: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.m-90 {
    margin: 90px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.p-95 {
    padding: 95px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.m-95 {
    margin: 95px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.p-105 {
    padding: 105px !important;
}

.pt-105 {
    padding-top: 105px !important;
}

.pr-105 {
    padding-right: 105px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.m-105 {
    margin: 105px !important;
}

.mt-105 {
    margin-top: 105px !important;
}

.mr-105 {
    margin-right: 105px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.ml-105 {
    margin-left: 105px !important;
}

.p-110 {
    padding: 110px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.m-110 {
    margin: 110px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.p-115 {
    padding: 115px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pr-115 {
    padding-right: 115px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pl-115 {
    padding-left: 115px !important;
}

.m-115 {
    margin: 115px !important;
}

.mt-115 {
    margin-top: 115px !important;
}

.mr-115 {
    margin-right: 115px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.ml-115 {
    margin-left: 115px !important;
}

.p-120 {
    padding: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.m-120 {
    margin: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.p-125 {
    padding: 125px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pr-125 {
    padding-right: 125px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.pl-125 {
    padding-left: 125px !important;
}

.m-125 {
    margin: 125px !important;
}

.mt-125 {
    margin-top: 125px !important;
}

.mr-125 {
    margin-right: 125px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.ml-125 {
    margin-left: 125px !important;
}

.p-130 {
    padding: 130px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pr-130 {
    padding-right: 130px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pl-130 {
    padding-left: 130px !important;
}

.m-130 {
    margin: 130px !important;
}

.mt-130 {
    margin-top: 130px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.p-135 {
    padding: 135px !important;
}

.pt-135 {
    padding-top: 135px !important;
}

.pr-135 {
    padding-right: 135px !important;
}

.pb-135 {
    padding-bottom: 135px !important;
}

.pl-135 {
    padding-left: 135px !important;
}

.m-135 {
    margin: 135px !important;
}

.mt-135 {
    margin-top: 135px !important;
}

.mr-135 {
    margin-right: 135px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.ml-135 {
    margin-left: 135px !important;
}

.p-140 {
    padding: 140px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pr-140 {
    padding-right: 140px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pl-140 {
    padding-left: 140px !important;
}

.m-140 {
    margin: 140px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.p-145 {
    padding: 145px !important;
}

.pt-145 {
    padding-top: 145px !important;
}

.pr-145 {
    padding-right: 145px !important;
}

.pb-145 {
    padding-bottom: 145px !important;
}

.pl-145 {
    padding-left: 145px !important;
}

.m-145 {
    margin: 145px !important;
}

.mt-145 {
    margin-top: 145px !important;
}

.mr-145 {
    margin-right: 145px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.ml-145 {
    margin-left: 145px !important;
}

.p-150 {
    padding: 150px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.m-150 {
    margin: 150px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

/** MAX WIDTH **/
.mw-0 {
    max-width: 0px;
}

.mw-25 {
    max-width: 25px;
}

.mw-50 {
    max-width: 50px;
}

.mw-75 {
    max-width: 75px;
}

.mw-100 {
    max-width: 100px;
}

.mw-125 {
    max-width: 125px;
}

.mw-150 {
    max-width: 150px;
}

.mw-175 {
    max-width: 175px;
}

.mw-200 {
    max-width: 200px;
}

.mw-225 {
    max-width: 225px;
}

.mw-250 {
    max-width: 250px;
}

.mw-275 {
    max-width: 275px;
}

.mw-300 {
    max-width: 300px;
}

.mw-325 {
    max-width: 325px;
}

.mw-350 {
    max-width: 350px;
}

.mw-375 {
    max-width: 375px;
}

.mw-400 {
    max-width: 400px;
}

.mw-425 {
    max-width: 425px;
}

.mw-450 {
    max-width: 450px;
}

.mw-475 {
    max-width: 475px;
}

.mw-500 {
    max-width: 500px;
}

.mw-525 {
    max-width: 525px;
}

.mw-550 {
    max-width: 550px;
}

.mw-575 {
    max-width: 575px;
}

.mw-600 {
    max-width: 600px;
}

.mw-625 {
    max-width: 625px;
}

.mw-650 {
    max-width: 650px;
}

.mw-675 {
    max-width: 675px;
}

.mw-700 {
    max-width: 700px;
}

.mw-725 {
    max-width: 725px;
}

.mw-750 {
    max-width: 750px;
}

.mw-775 {
    max-width: 775px;
}

.mw-800 {
    max-width: 800px;
}

.mw-825 {
    max-width: 825px;
}

.mw-850 {
    max-width: 850px;
}

.mw-875 {
    max-width: 875px;
}

.mw-900 {
    max-width: 900px;
}

.mw-925 {
    max-width: 925px;
}

.mw-950 {
    max-width: 950px;
}

.mw-975 {
    max-width: 975px;
}

.mw-1000 {
    max-width: 1000px;
}

.mw-1025 {
    max-width: 1025px;
}

.mw-1050 {
    max-width: 1050px;
}

.mw-1075 {
    max-width: 1075px;
}

.mw-1100 {
    max-width: 1100px;
}

.mw-1125 {
    max-width: 1125px;
}

.mw-1150 {
    max-width: 1150px;
}

.mw-1175 {
    max-width: 1175px;
}

.mw-1200 {
    max-width: 1200px;
}

.mw-1225 {
    max-width: 1225px;
}

.mw-1250 {
    max-width: 1250px;
}

.mw-1275 {
    max-width: 1275px;
}

.mw-1300 {
    max-width: 1300px;
}

.mw-1325 {
    max-width: 1325px;
}

.mw-1350 {
    max-width: 1350px;
}

.mw-1375 {
    max-width: 1375px;
}

.mw-1400 {
    max-width: 1400px;
}

.mw-1425 {
    max-width: 1425px;
}

.mw-1450 {
    max-width: 1450px;
}

.mw-1475 {
    max-width: 1475px;
}

.mw-1500 {
    max-width: 1500px;
}

.mw-1525 {
    max-width: 1525px;
}

.mw-1550 {
    max-width: 1550px;
}

.mw-1575 {
    max-width: 1575px;
}

.mw-1600 {
    max-width: 1600px;
}

.mw-1625 {
    max-width: 1625px;
}

.mw-1650 {
    max-width: 1650px;
}

.mw-1675 {
    max-width: 1675px;
}

.mw-1700 {
    max-width: 1700px;
}

.mw-1725 {
    max-width: 1725px;
}

.mw-1750 {
    max-width: 1750px;
}

.mw-1775 {
    max-width: 1775px;
}

.mw-1800 {
    max-width: 1800px;
}

.mw-1825 {
    max-width: 1825px;
}

.mw-1850 {
    max-width: 1850px;
}

.mw-1875 {
    max-width: 1875px;
}

.mw-1900 {
    max-width: 1900px;
}

.mw-1925 {
    max-width: 1925px;
}

.mw-1950 {
    max-width: 1950px;
}

.mw-1975 {
    max-width: 1975px;
}

.mw-2000 {
    max-width: 2000px;
}

.mw-2025 {
    max-width: 2025px;
}

.mw-2050 {
    max-width: 2050px;
}

.mw-2075 {
    max-width: 2075px;
}

.mw-2100 {
    max-width: 2100px;
}

.mw-2125 {
    max-width: 2125px;
}

.mw-2150 {
    max-width: 2150px;
}

.mw-2175 {
    max-width: 2175px;
}

.mw-2200 {
    max-width: 2200px;
}

.mw-2225 {
    max-width: 2225px;
}

.mw-2250 {
    max-width: 2250px;
}

.mw-2275 {
    max-width: 2275px;
}

.mw-2300 {
    max-width: 2300px;
}

.mw-2325 {
    max-width: 2325px;
}

.mw-2350 {
    max-width: 2350px;
}

.mw-2375 {
    max-width: 2375px;
}

.mw-2400 {
    max-width: 2400px;
}

.mw-2425 {
    max-width: 2425px;
}

.mw-2450 {
    max-width: 2450px;
}

.mw-2475 {
    max-width: 2475px;
}

.mw-2500 {
    max-width: 2500px;
}

.mw-2525 {
    max-width: 2525px;
}

.mw-2550 {
    max-width: 2550px;
}

.mw-2575 {
    max-width: 2575px;
}

.mw-2600 {
    max-width: 2600px;
}

.mw-2625 {
    max-width: 2625px;
}

.mw-2650 {
    max-width: 2650px;
}

.mw-2675 {
    max-width: 2675px;
}

.mw-2700 {
    max-width: 2700px;
}

.mw-2725 {
    max-width: 2725px;
}

.mw-2750 {
    max-width: 2750px;
}

.mw-2775 {
    max-width: 2775px;
}

.mw-2800 {
    max-width: 2800px;
}

.mw-2825 {
    max-width: 2825px;
}

.mw-2850 {
    max-width: 2850px;
}

.mw-2875 {
    max-width: 2875px;
}

.mw-2900 {
    max-width: 2900px;
}

.mw-2925 {
    max-width: 2925px;
}

.mw-2950 {
    max-width: 2950px;
}

.mw-2975 {
    max-width: 2975px;
}

.mw-3000 {
    max-width: 3000px;
}

/** COLORS **/
/** Color: black-1 **/
.clr-black-1 {
    color: #000 !important
}

.bg-black-1 {
    background-color: #000 !important
}

.clr-media-black-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--audio .plyr__control:hover,
.clr-media-black-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-black-1 .plyr__control--overlaid:focus,
.clr-media-black-1 .plyr__control--overlaid:hover,
.clr-media-black-1 .plyr__control--overlaid,
.clr-media-black-1 .plyr--video .plyr__control:hover {
    background: #000 !important;
}

.clr-media-black-1 .plyr--full-ui input[type=range] {
    color: #000 !important;
}

/** Color: white-1 **/
.clr-white-1 {
    color: #fff !important
}

.bg-white-1 {
    background-color: #fff !important
}

.clr-media-white-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--audio .plyr__control:hover,
.clr-media-white-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-white-1 .plyr__control--overlaid:focus,
.clr-media-white-1 .plyr__control--overlaid:hover,
.clr-media-white-1 .plyr__control--overlaid,
.clr-media-white-1 .plyr--video .plyr__control:hover {
    background: #fff !important;
}

.clr-media-white-1 .plyr--full-ui input[type=range] {
    color: #fff !important;
}

/** Color: yellow-1 **/
.clr-yellow-1 {
    color: #FEEA89 !important
}

.bg-yellow-1 {
    background-color: #FEEA89 !important
}

.clr-media-yellow-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-yellow-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-yellow-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-yellow-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-yellow-1 .plyr--audio .plyr__control:hover,
.clr-media-yellow-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-yellow-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-yellow-1 .plyr__control--overlaid:focus,
.clr-media-yellow-1 .plyr__control--overlaid:hover,
.clr-media-yellow-1 .plyr__control--overlaid,
.clr-media-yellow-1 .plyr--video .plyr__control:hover {
    background: #FEEA89 !important;
}

.clr-media-yellow-1 .plyr--full-ui input[type=range] {
    color: #FEEA89 !important;
}

/** Color: blue-1 **/
.clr-blue-1 {
    color: #D9E5FF !important
}

.bg-blue-1 {
    /* TODO: Temporary change to see which background is better */
    /*background-color: #D9E5FF !important*/
    background-color: #EBF0FE !important;
}

.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-blue-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-blue-1 .plyr--audio .plyr__control:hover,
.clr-media-blue-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-blue-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-blue-1 .plyr__control--overlaid:focus,
.clr-media-blue-1 .plyr__control--overlaid:hover,
.clr-media-blue-1 .plyr__control--overlaid,
.clr-media-blue-1 .plyr--video .plyr__control:hover {
    background: #D9E5FF !important;
}

.clr-media-blue-1 .plyr--full-ui input[type=range] {
    color: #D9E5FF !important;
}

/** Color: green-1 **/
.clr-green-1 {
    color: #5CD2A2 !important
}

.bg-green-1 {
    background-color: #5CD2A2 !important
}

.clr-media-green-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-green-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-green-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-green-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-green-1 .plyr--audio .plyr__control:hover,
.clr-media-green-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-green-1 .plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.clr-media-green-1 .plyr__control--overlaid:focus,
.clr-media-green-1 .plyr__control--overlaid:hover,
.clr-media-green-1 .plyr__control--overlaid,
.clr-media-green-1 .plyr--video .plyr__control:hover {
    background: #5CD2A2 !important;
}

.clr-media-green-1 .plyr--full-ui input[type=range] {
    color: #5CD2A2 !important;
}

.block,
.brick {
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-in,
.background-overlay {
    height: 100%;
    width: 100%;
}

.background-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
}

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

.columns,
.form-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.column {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    position: relative;
}

.column-in,
.form-column-in {
    position: relative;
    height: 100%;
}

.visual {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 0px;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.no-space {
    padding: 0px !important;
}

.no-space-top {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.no-space-bottom {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.item {
    display: block;
    float: left;
}

.es-slider-items .item {
    float: none;
}

.column {
    display: table-cell;
    vertical-align: top;
}

.ff-cambon {
    font-family: 'Cambon';
}
.ff-larsseit {
    font-family: 'Larsseit';
}
.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fs-italic {
    font-style: italic;
}

.tt-uppercase {
    text-transform: uppercase;
}

.op-0 {
    opacity: 0
}

.op-5 {
    opacity: 0.05
}

.op-10 {
    opacity: 0.10
}

.op-15 {
    opacity: 0.15
}

.op-20 {
    opacity: 0.20
}

.op-25 {
    opacity: 0.25
}

.op-30 {
    opacity: 0.30
}

.op-35 {
    opacity: 0.35
}

.op-40 {
    opacity: 0.40
}

.op-45 {
    opacity: 0.45
}

.op-50 {
    opacity: 0.50
}

.op-55 {
    opacity: 0.55
}

.op-60 {
    opacity: 0.60
}

.op-65 {
    opacity: 0.65
}

.op-70 {
    opacity: 0.70
}

.op-75 {
    opacity: 0.75
}

.op-80 {
    opacity: 0.80
}

.op-85 {
    opacity: 0.85
}

.op-90 {
    opacity: 0.90
}

.op-95 {
    opacity: 0.95
}

.op-100 {
    opacity: 1
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}

.component p {
    margin-bottom: 1em;
}

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

button {
    cursor: pointer;
    font: inherit;
    margin: 0;
    background: transparent;
}

/** TRANSITIONS **/
.nav-toggle,
.nav-toggle-in-content::before,
.input-row,
.input-row label {
    -webkit-transition: all 250ms cubic-bezier(0.87, 0, 0.13, 1);
    -moz-transition: all 250ms cubic-bezier(0.87, 0, 0.13, 1);
    -ms-transition: all 250ms cubic-bezier(0.87, 0, 0.13, 1);
    -o-transition: all 250ms cubic-bezier(0.87, 0, 0.13, 1);
    transition: all 250ms cubic-bezier(0.87, 0, 0.13, 1);
}

.item-faq-1 .arrow-in {
    -webkit-transition: transform 200ms cubic-bezier(0.87, 0, 0.13, 1);
    -moz-transition: transform 200ms cubic-bezier(0.87, 0, 0.13, 1);
    -ms-transition: transform 200ms cubic-bezier(0.87, 0, 0.13, 1);
    -o-transition: transform 200ms cubic-bezier(0.87, 0, 0.13, 1);
    transition: transform 200ms cubic-bezier(0.87, 0, 0.13, 1);
}

/** COMPONENTS **/
.title-1 {
    font-size: 3rem;
    line-height: 1.1em;
    letter-spacing: 0.004em;
}

.title-2 {
    font-size: 28px;
    line-height: 1em;
    letter-spacing: 0.008em;
}

.title-3 {
    font-size: 1.5em;
    line-height: 1.250em;
}

.title-4 {
    font-size: 1.350em;
    line-height: 0.926em;
    letter-spacing: 0.006em;
}

.title-5 {
    font-size: 50px;
    line-height:1em;
}

.text-1 {
    font-size: 1.125em;
    line-height: 1.3em;
    letter-spacing: 0.004em;
}

.text-2 {
    font-size: 1em;
    line-height: 1.625em;
    letter-spacing: 0.004em;
}

.text-3 {
    font-size: 0.875em;
    line-height: 1.3em;
    letter-spacing: 0.004em;
}

.text-4 {
    font-size: 0.750em;
    line-height: 1.833em;
    letter-spacing: 0.004em;
}

.button {
    display: inline-block;
    cursor: pointer;
}

.fold-socials a,
.tooltip-close #Rectangle-Copy-8,
.featured-bottom-item-left span,
.featured-bottom-item .featured-bottom-item-left span .text,
.play-1 .play-in,
.component p a,
.socials a,
.fold-content-bottom-nav a,
.button-6:hover .button-in svg > g > g,
.arrow svg,
.tooltip-content,
.tooltip-close,
.tooltip-icon,
.fold-top .nav-toggle,
.button svg,
.button img,
.button-in,
.arrow {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button-in {
    padding: 10px 36px 7px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.button-2 svg {
    margin-right: 10px;
}

.button-2 .button-in {
    padding-left: 28px;
    text-align: center;
}

.button-1:hover .button-in,
.button-2:hover .button-in,
.button-3:hover .button-in {
    background-color: #ffffff !important;
    box-shadow: inset 0 0 0 2px var(--yellow);
    color: #000000 !important;
}

.arrow:hover,
.button-4:hover .button-in,
.button-5:hover .button-in {
    background-color: #FEEA89 !important;
}

.button-6:hover .button-in {
    background-color: #FFF;
    color: #000000 !important;
}

.button-6:hover .button-in svg > g > g {
    fill: #000 !important;
}

.button-3 img,
.button-4 img,
.button-3 svg,
.button-4 svg {
    margin-left: 15px;
}

.button svg,
.button img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 0;
}

.contact-form .button img {
    width: 20px;
}

.button-3:hover img,
.button-4:hover img,
.button-3:hover svg,
.button-4:hover svg {
    left: 3px;
}

.button-5:hover img,
.button-6:hover img,
.button-5:hover svg,
.button-6:hover svg {
    left: -3px;
}

.button-5 img,
.button-5 svg {
    margin-right: 15px;
}

.button-6 img,
.button-6 svg {
    margin-right: 15px;
}

.button-6 .button-in {
    border: 1px solid #FFF;
}

.brick-contact-1 .input-row,
.brick-form-highlight-1 .input-row {
    margin-bottom: 20px;
}

.brick-contact-1 button.button,
.brick-form-highlight-1 button.button {
    margin-top: 20px;
}

.brick-contact-1 .input-row label,
.brick-form-highlight-1 .input-row label {
    display: block;
    margin-bottom: 10px;
}

.brick-contact-1 .gfield_required,
.brick-form-highlight-1 .gfield_required {
    color: #000 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    opacity: 0.4;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 0.4;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    opacity: 0.4;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 0.4;
}

.arrow {
    width: 70px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.arrow-left {
    -webkit-border-radius: 0 24px 24px 0;
    -moz-border-radius: 0 24px 24px 0;
    border-radius: 0 24px 24px 0;
}

.arrow-right {
    -webkit-border-radius: 24px 0 0 24px;
    -moz-border-radius: 24px 0 0 24px;
    border-radius: 24px 0 0 24px;
}

.arrow-right:hover svg {
    left: 3px;
}

.arrow-left:hover svg {
    left: -3px;
}

.arrow svg {
    position: relative;
    left: 0;
}

.play-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

div:hover > .component > .play-1 .play-in {
    background: #FFF !important;
}

.play-in {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-default {
    padding-left: 3px;
}

.arrow-in {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/** LOOPS **/
.loop-products-1 {
    margin: 0px -10px;
}
.loop-products-1 .basicSlider__container {
    overflow: visible;
}

.loop-products-1 .basicSlider__slide {
    width: unset;
    margin-right: 20px;
}

.item-products-1 {
    padding: 20px 10px;
    width: calc(33.333% - 20px);
    margin: 0 10px;
    background-color: white;
    border-radius: 10px;
}

.item-products-1 .item-in {
    display: block;
    position: relative;
}

.item-products-1 .item-in:hover .button-in {
    background: #FFF !important;
    box-shadow: inset 0 0 0 2px var(--yellow);
}

.item-products-1 .overlay {
    z-index: -1;
    height: auto;
    bottom: 0;
    top: 55px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.item-products-1 .item-image {
    padding-left: 30px;
}

.item-products-1 .item-content {
    padding: 0 30px 20px;
    display: flex;
    flex-direction: column;
}

.item-products-1 .item-content > div:last-child {
    justify-self: flex-end;
}

.item-products-1 .item-content .text {
    line-height: 1.500em;
}

.item-products-1 .button {
    width: 100%;
}
.item-products-1 .button-in {
    text-align: center;
}
.loop-partners-1 {
    margin: 0px -25px;
}

.item-partners-1 {
    padding: 25px;
    width: 33.333%;
}

.item-partners-1 .item-in {
    display: block;
}

.item-partners-1 .item-in:hover .button-in {
    background: #FFF !important;
}

.item-partners-1 .partner-info {
    padding-left: 15px;
}

.loop-faq-1 {
    margin: 0;
}

.item-faq-1 {
    padding: 0;
    width: 100%;
}

.item-faq-1 {
    margin-bottom: 20px;
    cursor: pointer;
}

.item-faq-1 .item-in {
    display: table;
    width: 100%;
}

.item-faq-1 .item-left,
.item-faq-1 .item-right {
    display: table-cell;
    vertical-align: top;
}

.item-faq-1 .item-left svg {
    position: relative;
    top: 0px;
}

.item-faq-1 .item-left {
    width: 60px;
}

.item-faq-1 .item-right {
    padding-left: 20px;
    padding-top: 17px;
}

.item-faq-1 .item-content {
    display: none;
}

.item-faq-1 .title {
    line-height: 1em;
}

.item-faq-1 .arrow-in {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    -ms-transition: transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
}

.item-faq-1.opened .arrow-in {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/** PARTS **/

/** SECTIONS **/
/** SECTION: TOP **/
header {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 99;
}

body.no-header-height header {
    height: 0;
}

.header-out {
    position: relative;
    z-index: 12;
}

.header-in {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    height: 125px;
}

.bricks .brick:first-child {
    margin-top: 120px;
}

.brick-featured-1 .container,
.brick-sequence-1 .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header-container {
    position: relative;
}

body.fix-page-background .page-background {
    position: fixed;
}

body.fix-page-background .header-logo {
    z-index: 10;
}

.page-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}

.page-background-in {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.page-background-down {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.background-down svg {
    /*margin-bottom: -5px;*/
    display: block;
}

.bg-filler {
    flex-grow: 1;
    margin-top: -10px;
}

.header-logo {
    position: fixed;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.no-header-height .header-logo {
    z-index: 4;
}

.header-logo img {
    max-width: 143px;
}

.header-right-mb {
    width: 55px;
}

.header-middle {
    position: relative;
}

.header-right {
    position: relative;
    top: 10px;
    z-index: 6;
}

.header-right .button {
    position: fixed;
    top: 40px;
    right: 30px;
}

.header-fold {
    position: fixed;
    top: 0;
    left: -720px;
    bottom: 0;
    width: 720px;
    z-index: 11;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nav-open .header-fold {
    left: 0;
}

.header-fold-in {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fold-top {
    padding: 30px;
    text-align: right;
}

.fold-nav {
    color: #FFF;
}

.fold-nav a, .fold-nav .fold-nav-expand .expand-item {
    display: block;
    padding: 11px 0;
    font-weight: 700;
    font-size: 28px;
}

.expand-items a {
    font-size: 23px;
    font-weight: 500;
}

.fold-content {
    flex-grow: 1;
    padding: 0 67px 0 134px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 15px;
}

.fold-content-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 43px 0 33px;
}

.fold-appointment a:hover {
    background-color: var(--yellow);
}

.fold-appointment a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #FFF;
    padding: 8px 22px;
    width: 190px;
    border-radius: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    gap: 20px;

    color: #000;
    font-family: "Larsseit";
    font-size: 14px;
    font-weight: 500;
}

.fold-appointment a p {
    width: 100px;
    margin-bottom: -2px;
}

.fold-appointment svg {
    height: 24px;
    width: 21px;
}

.fold-content-bottom-nav {
    padding-left: 20px;
}

.header-language-mobile .trp-language-switcher:focus .trp-ls-shortcode-language, .header-language-mobile .trp-language-switcher:hover .trp-ls-shortcode-language {
    visibility: visible;
    max-height: 250px;
    padding: 4px 13px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    display: flex !important;
    flex-direction: column-reverse;
    min-height: auto;
    background: #FFF;
}

.header-language-mobile .trp-language-switcher > div {
    background-color: unset;
}

.header-language-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-language-mobile svg {
    position: absolute;
    bottom: 15px;
    right: 8px;
}

.header-language-mobile .trp-ls-shortcode-current-language > a {
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 100%; /* 14.494px */
    letter-spacing: -0.29px;

}

.fold-socials a {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    opacity: 1;
}

.fold-socials a:hover {
    opacity: 0.6;
}

.fold-socials a .icon-facebook {
    font-size: 24px;
}

.fold-socials a .icon-twitter {
    font-size: 25px;
}

.fold-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fold-top-left > * {
    display: inline-block;
    vertical-align: middle;
}

.fold-top-left p {
    font-size: 17px;
    margin-right: 10px;
}

.fold-top-right {
    margin-left: 20px;
}

.lang-switch {
    position: relative;
}

.lang-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lang-switch select {
    border: none;
    background: #FFF;
    font-family: inherit;
    font-size: 20px;
    outline: none;
    width: 78px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding-left: 40px;
    cursor: pointer;
}

.header-left .nav-toggle {
    position: fixed;
    right: auto;
    top: 30px;
    z-index: 6;
}

.nav-toggle {
    cursor: pointer;
    margin: 0;
    overflow: visible;
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    right: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nav-toggle-in {
    width: 24px;
    height: 16px;
    display: inline-block;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.nav-toggle-in-content,
.nav-toggle-in-content::before,
.nav-toggle-in-content::after {
    width: 24px;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.nav-toggle:hover .nav-toggle-in-content,
.nav-toggle:hover .nav-toggle-in-content::before {
    width: 24px !important;
}

.fold-top .nav-toggle:hover {
    opacity: 0.6;
}

.nav-toggle-in-content::before,
.nav-toggle-in-content::after {
    content: "";
    display: block;
}

.nav-toggle-in-content {
    width: 14px;
}

.nav-toggle-in-content::before {
    top: 6px;
    width: 18px;
}

.nav-toggle-in-content::after {
    bottom: -9px;
    top: 12px;
}

.nav-open .nav-toggle-in-content {
    transform: translate3d(0, 10px, 0) rotate(45deg);
    width: 24px;
}

.nav-open .nav-toggle-in-content::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.nav-open .nav-toggle-in {
    margin-top: -3px;
}

.nav-open .nav-toggle-in-content::after {
    transform: translate3d(0, -19px, 0) rotate(-90deg);
    top: 19px;
}

.fold-top .nav-toggle-in-content,
.fold-top .nav-toggle-in-content::before,
.fold-top .nav-toggle-in-content::after {
    background-color: #000 !important;
}

.fold-content-nav a, .fold-content-nav .fold-nav-expand .expand-text {
    padding-left: 0;
    -webkit-transition: padding-left 200ms ease;
    -moz-transition: padding-left 200ms ease;
    -ms-transition: padding-left 200ms ease;
    -o-transition: padding-left 200ms ease;
    transition: padding-left 200ms ease;

    font-family: "Larsseit";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 22.5px */
}

.fold-nav-expand .expand-content {
    overflow: hidden;
    height: 0;
    transition: height 500ms ease;
    -moz-transition: height 500ms ease;
    -ms-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    -webkit-transition: height 500ms ease;
    padding: 0 20px;
}

.fold-nav-expand {
    cursor: pointer;
}

/** SECTION: BRICKS **/
.brick-content-1.is-thankyou,
.brick-form-1 {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.brick-content-1.is-thankyou .brick-out,
.brick-form-1 .brick-out {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.brick-form-1 .form-wrapper {
    flex-direction: column;
}

.brick-form-1 .form-wrapper .brick-in {
    width: 100%;
}

.brick-form-1 .form-wrapper .form-bg {
    height: 300px;
}

@media screen and (min-width: 767px) {
    .brick-form-1 .form-wrapper .brick-in {
        width: 50%;
    }

    .brick-form-1 .form-wrapper {
        flex-direction: row;
    }

    .brick-form-1 .form-wrapper .form-bg {
        height: 100%;
    }
}

.brick-content-1.is-thankyou .brick-out {
    background: #5CD2A2;
}

.brick-content-1 .component-group-1 .text {
    max-width: 800px;
}

.form-slide-in {
    padding: 40px;
    border: 2px solid #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 440px;
}

.form-slide-content {
    margin: 0 auto;
}

.form-slide-content .pre-content p {
    font-family: Larsseit;
    font-size: 14px;
}

.form-counter {
    line-height: 0.1em;
    padding-bottom: 4px;
}

.form-counter-length {
    font-size: 14px;
    opacity: 0.5;
    position: relative;
    left: -3px;
}

.form-slide-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.form-address {
    max-width: 286px;
    margin: 0 auto;
}

.form-address-in {
    display: table;
    width: 100%;
}

.form-address-column {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.brick-faq-1 .brick-in {
    position: relative;
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.brick-featured-1 {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.brick-featured-1 .brick-out {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.featured-slides {
    position: relative;
    z-index: 5;
}

.sequence .arrow-left,
.brick-featured-1 .arrow-left {
    left: 0;
}

.sequence .arrow-right,
.brick-featured-1 .arrow-right {
    right: 0;
}

.sequence .arrow,
.brick-featured-1 .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    z-index: 5;
}

.featured-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 35px 0px;
}

.brick-sequence-1 .featured-bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.sequence .arrow {
    position: fixed;
}

.featured-bottom-item {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 11px;
    cursor: pointer;
}

.featured-bottom-item:hover .featured-bottom-item-left span {
    background: #FEEA89 !important;
}

.featured-bottom-item:hover .featured-bottom-item-left span .text {
    color: #000 !important;
}

.featured-bottom-item-in {
    display: table;
    width: 100%;
}

.featured-bottom-item-left,
.featured-bottom-item-right {
    display: table-cell;
    vertical-align: middle;
}

.featured-bottom-item-left p {
    position: relative;
    top: 2px;
}

.featured-bottom-item-right .text {
    text-decoration: underline;
    position: relative;
    top: 2px;
}

.featured-bottom-item-left {
    width: 38px;
}

.featured-bottom-item-left span {
    display: block;
    height: 38px;
    width: 38px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.featured-bottom-item-left .text {
    line-height: 38px;
}

.featured-bottom-item-right {
    padding-left: 15px;
}

.featured-slide {
    text-align: center;
}

.featured-slide > img {
    margin: 0 auto;
    max-width: 95%;
}

.featured-slide-in {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}

.tooltip-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.tooltip-icon:hover {
    background: #FFF !important;
}

.tooltip-close:hover #Rectangle-Copy-8 {
    fill: #FEEA89 !important;
}

.tooltip-icon-in {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tooltip-close svg {
    display: inline-block;
    vertical-align: middle;
}

.tooltip-icon svg {
    position: relative;
    /*top: 1px;*/
}

.tooltip-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    width: 335px;
    padding: 20px 20px 35px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: left;
    left: -20px;
    top: -50px;
}

.tooltip-content.opened {
    pointer-events: all;
    opacity: 1;
    left: 0;
}

.tooltip-content-in .title,
.tooltip-content-in .text,
.tooltip-content-in .button {
    padding: 0 15px;
}

.tooltip-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.brick-video-overlay-1 {
    z-index: 3;
    height: 0;
    overflow: visible;
}

.brick-video-overlay-1 .video-wrapper {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 300px;
    /*height: 210px;*/
    border-radius: 20px;
    opacity: 1;
    transition: opacity .5s;
    cursor: pointer;
}

.brick-video-overlay-1 .video-wrapper .video-popup {
    border-radius: 20px;
    width: 100%;
    padding-top: 69%;
    position: relative;
    overflow: hidden;
}

.brick-video-overlay-1 .video-wrapper .video-popup > img {
    width: 100%;
    height: 100%;
}

.brick-video-overlay-1 .video-wrapper .close-video {
    position: absolute;
    top: -10px;
    z-index: 2;
    right: -15px;
}

.brick-video-overlay-1 .video-wrapper #Rectangle-Copy-8:hover {
    fill: #FEEA89;
}

.brick-video-overlay-1 .popup-essential .popup-essential-arrow, .popup-essential .popup-essential-close:hover {
    background: #FEEA89;
}

.brick-video-overlay-1 .popup-essential .popup-essential-arrow, .popup-essential .popup-essential-close:hover #Rectangle-Copy-8 {
    fill: #FEEA89;
}

.video-wrapper.hide-video {
    opacity: 0;
    pointer-events: none;
}

.brick-video-overlay-1 .popup-essential .popup-essential-arrow, .popup-essential .popup-essential-close {
    background: #fff;
    color: #000;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    padding-top: 6px;
}

.popup-essential .popup-essential-close {
    top: 15px;
    right: 15px;
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true],
.plyr__menu__container label.plyr__control input[type=radio]:checked + span,
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover,
.plyr__control--overlaid {
    background: #5CD2A2;
}

.plyr--full-ui input[type=range] {
    color: #5CD2A2;
}

.plyr--video .plyr__control {
    background: #5CD2A2;
    color: #000;
}

.plyr__control--overlaid:hover ~ .popup-essential-close {
    background: red !important;
}

.plyr--video .plyr__control:hover {
    background: #FEEA89 !important;
    color: #000 !important;
}

.tooltip-content .video-popup {
    position: relative;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
}

.tooltip-content .video-popup .button-2,
.brick-video-overlay-1 .video-popup .button-2 {
    display: none;
}

.brick-partners-1 .brick-in {
    position: relative;
    padding: 80px 45px 0 45px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.brick-partners-1 .column-2 > img {
    max-width: 195px;
}

/*.brick-partners-1 .column-1 {*/
/*    padding-right: 57.5px;*/
/*}*/

.brick-partners-1 .column-2 {
    padding-left: 115px;
}

.brick-contact-1 .brick-in,
.brick-content-1 .brick-in,
.brick-calculator-2 .brick-in {
    position: relative;
    padding: 73px 78px 95px 78px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.brick-content-1 .brick-in.none, .brick-contact-1 .brick-in.none {
    padding: 0;
}

.component ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
}

.component ul li:last-child {
    margin-bottom: 0;
}

.component ul li:not(.hs-form-booleancheckbox, .hs-form-checkbox, .hs-form-radio)::before {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    left: 0;
    top: 0;
    content: '';
    width: 19px;
    height: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../media/images/check.png');
}
.component ul li .hs-error-msg {
    display: inline-block;
}

.brick-contact-1 .column-1 {
    max-width: 550px;
    display: block;
    margin: 0 auto;
}

.brick-contact-1 .column-2 {
    display: none;
}

.brick-products-single-1 .column-1 {
    padding-right: 62px;
}

.brick-contact-1 .gform_legacy_markup_wrapper {
    margin-top: 0;
}

.brick-products-single-1 .column-2 {
    width: 480px;
}

/** SECTION: BOTTOM **/

/** LANGUAGE SWITCHER **/
/*Language switch*/

.lang-switch .lang-arrow {
    z-index: 2;
    pointer-events: none;
}

.trp-language-switcher {
    margin: 0;
    height: auto;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: pointer !important;
}

.trp-language-switcher-container {
    width: 68px !important;
}

.trp-ls-shortcode-current-language,
.trp-ls-shortcode-language {
    width: 100% !important;
    border-radius: 40px !important;
    border: none !important;
    background-image: none !important;
    color: #000 !important;
}

.trp-language-switcher:hover .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
    border-radius: 20px !important;
}

.trp-ls-shortcode-current-language > a,
.trp-ls-shortcode-language > a {
    color: #000 !important;
    padding-right: 20px !important;
    padding-top: 5px !important;
}
/*.trp-language-switcher > div {*/
/*    padding: 3px 0;*/
/*}*/

.bottom-quote {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 153px;
    padding: 20px;
    z-index: 4;
}

.fold-content-bottom-nav a {
    opacity: 1;
}

.fold-content-bottom-nav a:hover {
    opacity: 0.6;
}

/*.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {*/
/*padding: 18px 30px 14px 30px !important;*/
/*}*/

.gform_wrapper div.validation_error {
    font-size: 16px;
    padding: 0;
    border: none !important;
    color: #000 !important;
    text-align: left;
}

.gform_wrapper .validation_message {
    color: #000;
    margin-top: 5px;
}

.socials a {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-right: 3px;
}

.socials a:hover {
    color: #5CD2A2 !important;
}

.features-slide-cta {
    display: none;
}

.features-slide-cta img {
    max-width: 186px;
    margin: 0 auto;
}

.popup-essential-content-in {
    text-align: center;
}

.popup-essential-content-video-container {
    position: relative;
    display: inline-block;
}

.popup-essential-content-video {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
}

.popup-essential-content-video-container .popup-essential-close {
    top: -20px;
    right: -20px;
}

.component p a {
    text-decoration: underline;
}

.component p a:hover {
    text-decoration: none;
    color: #5CD2A2;
}

.brick-sequence-1 .brick-in.sequence-effect {
    height: 2000vh;
}

.sequence-img {
    position: fixed;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sequence-title {
    position: fixed;
    top: 125px;
    width: 100%;
    left: 0px;
    padding-top: 25px;
}

.play-mobile {
    display: none;
}

.is-form .page-background {
    display: none;
}

/* Display = hidden will prevent the javascript from running!! */
.brick-form-1 .form-container .the-form .gform_page_footer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.brick-form-1 .form-container .the-form .input-row {
    margin-bottom: 20px;
}
.brick-form-1 .form-container .the-form .customer_usage .input-row {
    margin-bottom: 50px;
}

.brick-form-1 .form-container .the-form .input_address .form-address-column-2 .title {
    display: none;
}

.brick-form-1 {
    z-index: auto;
}

.brick-form-1 .brick-in {
    position: relative;
    z-index: 4;
}

.input_address .validation_message {
    display: none !important;
}

.input_usage .validation_message {
    margin-top: -55px;
}

button {
    padding: 0;
}

.header-button-mobile {
    display: none;
}

#gtx-trans {
    display: none !important;
}

.featured-bottom-item-right p {
    margin-bottom: 0px !important;
}

.brick-sequence-1 .tooltip {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -170px;
}

.pre-content {
    display:none;
}

.d-none {
    display: none;
}

/* Header CSS */
header[data-size="mobile"] {
    display: none;
}

div[data-size="mobile-hero"] {
    display: none;
}

.site-header {
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 20px 36px;
    background-color: var(--green);
    z-index: 99;
    transition: padding .5s ease;
}

.header-wrapper {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
}

.header-wrapper > * {
    width: max-content;
}

.site-navigation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.site-navigation li {
    display: inline-block;
}

.site-navigation li a, .site-navigation li .drop-btn {
    display: inline-block;
    padding: 12px 17.5px;
}

.header-navigation__menu .dropdown {
    position: relative;
    padding: 8px 0;
}

.site-contact {
    justify-self: end;
}

/* active class */
.site-navigation li:not(.nav-active) a:hover {
    color: #fff;
    font-weight: 700;
}

.site-navigation li a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

.nav-active {
    background-color: white;
    border-radius: 100px;
}

.nav-active a:hover {
    color: #2ED69E;
    font-weight: 700;
}

.site-appointment {
    margin-left: 20px;
}

.fold-content-nav .site-appointment {
    margin-left: 0;
    padding: 11px 0;
}

.fold-content-nav .site-appointment a {
    box-shadow: 0 0 0 1px white;
}

.site-appointment a:hover {
    background-color: #ecd86d;
}

.site-appointment a {
    display: flex;
    justify-content: space-between;
    width: max-content;
    line-height: 17px;
    background-color: var(--yellow);
    padding: 11px 25px;
    border-radius: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.site-appointment svg {
    height: 17px;
    margin-left: 2rem;
}

.dropdown svg {
    margin-left: 5px;
    margin-bottom: 2px;
}

.about-us-width {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 164px;
    border-radius: 10px;
    padding: 21px 4px;
    z-index: 1;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
}

.site-navigation .about-us-width a {
    width: 100%;
    padding: 5px !important;
}

.language-width {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 50px;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 7px;
    z-index: 1;
}

.lang-switch a {
    text-align: center;
}

.dropdown-content a {
    font-size: 13px;
    float: none;
    color: black;
    padding: 3px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #2ED69E;
    color: #fff;
    font-weight: bold;
}

.dropdown:hover .dropdown-content {
    /*display: block;*/
    display: flex;
}

/* Footer CSS */
footer {
    /* TODO: Temporary change to see which background is better */
    /*background-color: #D9E5FF*/
    background-color: #EBF0FE;
    z-index: 9;
    position: relative;
}

.footer-container {
    padding: 30px 0;
}

.footer-container .wrapper-1 {
    padding: 0;
}

.footer-contact {
    display: flex; gap: 59px;
}

.wrapper-flex {
    display: flex;
    align-self: center;
    justify-content: center;
}
.wrapper-flex.flex-sb {
    justify-content: space-between;
}
footer .terms {
    padding-bottom: 7px;
}
.div-flex-1 {
    flex: 1;
}

.footer-div span{
    display: inline-flex;
    align-self: center;
}
.a-tag-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-tag-highlight {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.a-tag-highlight:hover {
    filter: invert(74%) sepia(58%) saturate(569%) hue-rotate(100deg) brightness(91%) contrast(83%);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .footer-container {
        padding: 15px 10px;
    }
    .wrapper-flex {
        flex-direction: column-reverse;
    }
}

.br-10 {
    overflow: hidden;
    border-radius: 10px;
}

.br-20 {
    overflow: hidden;
    border-radius: 20px;
}

.brick-in.none {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.container.none .brick-in.none {
    border-radius: 10px;
    overflow: hidden;
}

.basicSlider__container {
    margin-bottom: 20px;
}

.basicSlider__dot {
    opacity: 1;
}

.basicSlider__dot.active {
    transform: scale(1.5);
}

.basicSlider__dot:before {
    background: var(--green);
}

.loop-products-1 .basicSlider__dots {
    top: calc(100% + 15px);
}

.grecaptcha-badge {
    bottom: 95px !important;
    visibility: hidden;
}

.fs-24 {
    font-size: 24px;
    line-height: 24px;
}

.l-blue {
    color: #0384F5;
}

.lh-1 {
    line-height: 1em;
}

.hl-1 {
    font-weight: 700;
    color: var(--green);
}
.hl-2 {
    font-family: 'Larsseit', 'Cambon';
    font-weight: 700;
}

/* HUBSPOT FORMS */
#country-selector {
    margin-bottom: 2rem;
}
#iframe-eturnity {
    width: 100%;
}
.select_installer .gform_page_fields {
    display: block !important;
}


.hbspt-form label {
    display: block;
    margin-bottom: 10px;
    font-size: inherit;
    font-weight: 700;
}
.hbspt-form form fieldset {
    margin: 0 auto;
}
.hbspt-form form .hs-form-field {
    margin-bottom: 20px;
    max-width: initial;
}
.hbspt-form input, .hbspt-form textarea {
    border: none;
    outline: none;
    resize: none !important;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    font-family: inherit;
}

.hbspt-form input {
    height: 48px;
    padding: 10px;
}

.hbspt-form textarea {
    padding: 20px 30px 0;
    height: 10em !important;
}
.hbspt-form .hs-error-msgs {
    margin-top: 10px;
}
.hbspt-form .hs-error-msgs li::before {
    transform: translateY(5px);
}
.hbspt-form .hs-form-required {
    margin-left: 4px;
}
.hbspt-form .actions {
    width: max-content;
    position: relative;
    margin-top: 30px;
}
.hbspt-form .actions:after {
    content: "";
    display: inline-block;
    width: 20px;
    height:12px;
    background-image: url(https://denimsolarstg.wpengine.com/wp-content/themes/ll-denim/components/rest/arrow-right.svg);
    background-repeat: no-repeat;
    position: absolute;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 300ms;
}
.hs_submit input {
    height: initial;
    background: #FEEA89;
    border-radius: 24px;
    padding: 8px 56px 8px 32px;
    font-size: .75em;
    line-height: 1.833em;
    letter-spacing: 0.004em;
}

.hs_submit input:hover {
    background: #fff;
    box-shadow: inset 0 0 0 2px #FEEA89;
}
.hbspt-form .actions:hover:after {
    transform: translate(5px, -50%);
}

.hs-input:focus {
    border-color: var(--yellow) !important;
}
.component .hbspt-form ul li {
    padding-left: 0;
}
.component .hbspt-form ul li input {
    height: 100%;
    margin: 7px;
}
.hs-form-booleancheckbox-display {
    margin-top:10px
}
.component .hbspt-form ul li span {
    margin-left: 20px;
}
.component .hbspt-form ul li.hs-form-booleancheckbox span {
    margin-left: 40px;
}

.hs_submit {
    max-width: 500px;
    margin: 0 auto;
}


/* ================ */
/* TODO: New Header */
/* ================ */
.mv-header {
    position: fixed;
    /*top: 0;*/
    left: 0;
    right: 0;
    z-index: 99;
    transition: all 300ms;

    font-family: "Larsseit" !important;
    color: #FFF;
    font-size: 14px;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
}

.header-announcement {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 81px;
    color: #000;
    position: relative;
    font-weight: 400;
}

.header-announcement a {
    text-decoration: underline;
    color: inherit;
    text-underline-offset: 4px;
}

.header-announcement-1 {
    text-align: center;
}

.header-announcement-2 {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
    position: absolute;
    right: 81px;
}

.header-announcement-2-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.header-announcement-2-wrapper svg {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2;
}

.trp-language-switcher > div > a {
    font-family: "Larsseit" !important;
    font-size: 14px !important;
}


.header-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 81px 16px 38px;
    background: #5CD2A2;
    gap: 57px;
}

.header-navigation__logo {
    margin-top: -8px;
}

.header-navigation__menu {

}

.nav-list {
    display: flex;
    align-items: center;
    gap: 39px;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 15px;
}

.nav-list li a {
    position: relative;
}

.nav-list li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FEEA89;
    transform: scale(0);
    opacity: 0;
    transform-origin: left;
}

.nav-list li a:hover::after {
    transform: scale(1);
    opacity: 1;
    transition: all 500ms;
}

.nav-list li .dropdown button {
    color: #FFF;
}

.header-navigation__button {
    margin-left: auto;
}

.header-site-appointment a:hover {
    background-color: var(--yellow);
}

.header-site-appointment a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #FFF;
    padding: 12px 22px;
    border-radius: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    gap: 20px;

    color: #000;
}

.header-site-appointment a p {
    width: 100px;
    margin-bottom: -2px;
}

.header-site-appointment svg {
    height: 24px;
    width: 21px;
}

/* ====================== */
/* TODO: New Landing Page */
/* ====================== */
.hero-image[data-size="mobile"] {
    display: none;
}

.hero-image {
    position: absolute;
    width: 100%;
    height: 135vh;
    top: 0;
    left: 0;

    /* Center and scale the image nicely */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-section .wrapper-1 {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-row-1 {
    display: flex;
    justify-content: space-between;
}

.landing-call-to-action {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.landing-call-to-action .landing-title {
    width: 457px;
    flex-shrink: 0;
}

.landing-title .title {
    color: #FFF;
    font-family: "Cambon";
    font-size: 90px;
    font-style: normal;
    line-height: 100%; /* 81.356px */
    letter-spacing: -4px;
}

.landing-title .title-bold {
    color: #FFF;
    font-family: "Larsseit";
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.627px;
}

.landing-call-to-action .landing-proud {
    width: 310px;
    height: 52px;
    transform: rotate(-6.837deg);
    flex-shrink: 0;
    background: #FFEB7B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-proud p {
    font-family: "Larsseit";
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 23.457px */
    letter-spacing: 2.5px;
}

.landing-campaign {
    margin-top: 55px;
    width: 265px;
}

.campaign-text {
    color: #FFF;
    text-align: right;
    font-family: "Larsseit";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.529px;
}

.campaign-video .block-play {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}

.cv-button-play {
    background-color: var(--yellow);
}

.cv-button-round {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 300ms ease;
}

.cv-button-play span {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    left: 3px;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-color: transparent transparent transparent black;
    border-width: 7px 0 7px 13px;
}

.landing-campaign .block-play:hover .cv-button-round {
    background-color: white;
    box-shadow: inset 0 0 0 1px var(--yellow);
}

.landing-campaign .block-play:hover {
    cursor: pointer;
}

.campaign-video {
    margin-top: 10px;
}

.cv-button-info {
    color: #FFF;
    font-family: "Larsseit";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.28px;
    padding-top: 2px;
}

.landing-row-2 .information-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.landing-row-2 .information-text a {
    color: #FFF;
    font-family: "Larsseit";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-left: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.landing-row-2 .mv-greeting-content {
    margin-top: 15px;
    padding: 25px 43px;
    background: #FFF;
    border-radius: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mv-greeting-text p:nth-child(1) {
    color: #000;
    font-family: "Larsseit";
    font-size: 32px;
    font-weight: bold;
    line-height: 100%;
}

.mv-greeting-text p:nth-child(2) {
    color: #000;
    font-family: "Larsseit";
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    margin-top: 5px;
}

.mv-greeting-button .button-in {
    font-size: 18px;
    letter-spacing: -0.20px;
}

.mv-greeting-button button:first-child {
    margin-right: 12px;
}

/* =============== */
/* TODO: Content 2 */
/* =============== */
.brick-content-2 .wrapper {
    background-color: #FFF;
    border-radius: 15px;
    padding: 0 25px;

    aspect-ratio: 2.2 / 1;
}

.brick-content-2 .brick-in {
    padding: 24px 0 30px 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    height: 100%;
}

.brick-content-2 .content-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    gap: 25px;
    flex: 1;
}

.content-information .information-title {
    font-family: "Cambon";
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    flex: 1;
    padding-right: 53px;
}

.content-information .information-subtitle {
    font-family: "Larsseit";
    font-size: 20px;
    line-height: 100%;
    flex: 1;
    padding-right: 53px;
}

.content-information .information-text {
    font-family: "Larsseit";
    font-size: 16px;
    line-height: 100%;
    flex: 2;
    padding-right: 53px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.brick-content-2 .content-image {
    flex: 1;
    overflow: hidden;
    border-radius: 15px;
}

.brick-content-2 .content-image img {
    border-radius: 15px;
    object-fit: cover;
}

.brick-content-2 .content-information .information-button .button-in {
    font-size: 14px !important;
}

/* ========================== */
/* TODO: Content Full Image 1 */
/* ========================== */
.brick-content-image-1 .brick-out [data-size="mobile"] {
    display: none;
}

.brick-content-image-1 .wrapper-1 {
    aspect-ratio: 2.04 / 1;
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
    padding: 32px;
}

.brick-content-image-1 .brick-1 {
    height: 100%;
    width: 50%;
}

.brick-content-image-1 .content-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #FFF;
}

.brick-content-image-1 .content-information {
    flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.brick-content-image-1 .content-information .information-title {
    font-family: "Larsseit";
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    flex: 1;
    padding: 0;
}

.brick-content-image-1 .content-information .information-subtitle {
    font-family: "Larsseit";
    font-size: 24px;
    line-height: 100%;
    flex: 1;
    padding: 0;
}

.brick-content-image-1 .content-information .information-text {
    font-family: "Larsseit";
    font-size: 20px;
    line-height: 100%;
    flex: 2;
    display: flex;
    padding: 0;
}

.brick-content-image-1 .content-information .information-button .button-in {
    font-size: 16px !important;
}

/* ============================== */
/* TODO: Change materials padding */
/* ============================== */
.brick-materials-1 .container-1 {
    padding: 20px 0 0 0;
}

.brick-materials-1 .container-1 .br-10 {
    border-radius: 15px;
}

.brick-materials-map-1 .container {
    padding: 20px 0 0 0;
}

.brick-materials-map-1 .container .br-10 {
    border-radius: 15px;
}

/* TODO: Be deleted */
.brick-content-image-1 .container-1, .brick-content-2 .container-1, .brick-products-selected-1 .container-1 {
    padding: 20px 0 0 0;
}

.brick-products-selected-1 .wrapper-2 {
    max-width: 1260px;
    padding: 0;
}

/* =================== */
/* TODO: Campaign page */
/* =================== */
.brick-campaign .wrapper-1 {
    background: #FFF;
    border-radius: 15px;
    padding: 25px 36px;
    margin-top: 70px;
}

.brick-campaign .brick-in {
    padding: 0px;
    height: 100%;
}

.brick-campaign .campaign-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;

}

.campaign-content .campaign-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 35px;
}

.campaign-visual[data-size="mobile-hero"] {
    display: none !important;
}

.product-highlight-title[data-size="mobile-hero"] {
    display: none !important;
}

.product-specs-mobile[data-size="mobile-hero"] {
    display: none !important;
}

.campaign-information .title p {
    font-family: 'Cambon';
    font-size: 50px;
    line-height: 100%
}

.campaign-information .sub-text p {
    font-family: 'Larsseit';
    font-weight: 400;
    font-size: 18px;
}

.campaign-information .campaign-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.brick-campaign .button-in {
    font-size: 16px !important;
}

.campaign-content .campaign-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaign-visual .proud-to-be {
    width: 450px;
    height: 75px;
    transform: rotate(10.278deg);
    flex-shrink: 0;
    background: #FFEB7B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaign-visual .proud-to-be p {
    font-family: 'Larsseit';
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2px;
}

/* =================== */
/* TODO: Video content */
/* =================== */
.brick-video-content .wrapper-1 {
    background: #000;
    border-radius: 15px;
    margin-top: 30px;
    overflow: hidden;
    padding: 0;
    aspect-ratio: 16 / 9;
}

.brick-video-content .brick-in {
    height: 100%;
}

.brick-video-content .video-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.brick-video-content .video-content .block-play {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    cursor: pointer;
}

.vc-button-play {
    background-color: var(--yellow);
}

.vc-button-round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 300ms ease;
}

.vc-button-play span {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    left: 2px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: transparent transparent transparent black;
    border-width: 5px 0 5px 9px;
}

.vc-button-info {
    color: #FFF;
    font-family: "Larsseit";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.28px;
    padding-top: 2px;
}

.video-wrapper-active .block-play {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

/* ====================== */
/* TODO: Ad cards content */
/* ====================== */
.brick-ads-1 .wrapper-1 {
    margin-top: 30px;
    padding: 0;
}

.brick-ads-1 .brick-in {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}

.campaign-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1 / 1;

    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    color: #FFF;
}

.campaign-card .title .this {
    font-family: 'Cambon';
    font-size: 30px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.5px;
}

.campaign-card .title .this strong {
    font-family: 'Larsseit';
    font-weight: normal
}

.campaign-card .card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.campaign-card .card-footer p {
    font-family: 'Larsseit';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.28px;
}

.campaign-card .card-footer svg {
    margin-top: -18px;
}

.brick-ads-1 .ads-proud {
    width: 145px;
    height: 23px;
    transform: rotate(-6.837deg);
    background: #FFEB7B;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.ads-proud p {
    font-family: "Larsseit";
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 23.457px */
    letter-spacing: 0.5px;
}

/* ================== */
/* TODO: Product hero */
/* ================== */
.product-section {
    height: 735px;
    /*TODO: WILL BE DELETED*/
    margin-bottom: 70px;
}

@media only screen and (min-width: 1024px) {
    .product-section {
        height: 750px;
    }
}

@media only screen and (min-width: 1100px) {
    .product-section {
        height: 765px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .product-section {
        height: 740px;
    }
}

@media only screen and (min-width: 2000px) {
    .product-section {
        height: 800px;
    }
}

.product-section .wrapper-1 {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-row-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-end;
}

.product-row-1 .proud-div {
    display: flex; justify-content: center; align-items: center; transform: translateX(1vw);
}

.product-campaign {
    margin-top: 55px;
    width: 265px;
}

.product-campaign .campaign-text {
    color: #FFF;
    text-align: right;
    font-family: "Larsseit";
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.529px;
}

.product-campaign .block-play:hover .cv-button-round {
    background-color: white;
    box-shadow: inset 0 0 0 1px var(--yellow);
}

.product-campaign .block-play:hover {
    cursor: pointer;
}

.product-row-1 .product-proud {
    width: 355px;
    height: 60px;
    transform: rotate(-11.526deg);
    background: #FFEB7B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-proud p {
    font-family: "Larsseit";
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 3.6px;
}

.product-row-2 .product-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 35px;
    color: #FFF;
}

.product-row-2 .title p {
    font-family: 'Cambon';
    font-size: 50px;
    line-height: 100%
}

.product-row-2 .title p strong {
    font-family: "Larsseit";
    font-weight: 700;
}

.product-row-2 .sub-text {
    width: 723px;
}

.product-row-2 .sub-text p {
    font-family: 'Larsseit';
    font-weight: 500;
    font-size: 20px;
}

.product-row-2 .campaign-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.product-row-2 .button-in {
    font-size: 16px !important;
}

/* =========================== */
/* TODO: Product highlight new */
/* =========================== */
.brick-product-highlight-2 .container-1 {
    padding: 0;
}

.brick-product-highlight-2 .wrapper-1 {
    background: #FFF;
    border-radius: 15px;
    padding: 36px 0;
    margin-top: 70px;
}

.brick-product-highlight-2 .product-highlight-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    gap: 70px;
}

.brick-product-highlight-2 .product-highlight-content > * {
    flex: 1;
}

.brick-product-highlight-2 .product-highlight-content .tab-container {
    position: absolute;
    top: 18px;
    right: 22px;
    display: flex;
    gap: 10px;
    z-index: 5;
}

.brick-product-highlight-2 .product-highlight-content .tab-container [data-size="mobile-title"] {
    display: none;
}

.brick-product-highlight-2 .product-highlight-content .tab-button {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2px 20px 1px;
    cursor: pointer;
    border-radius: 27px;
    font-size: 14px;
}

.brick-product-highlight-2 .product-highlight-content .tab-button:hover {
    cursor: pointer;
}

.brick-product-highlight-2 .product-highlight-content .tab-button.active {
    background-color: #FFEB7B;
    border: 1px solid #FFEB7B;
    color: #000;
}

.brick-product-highlight-2 .product-highlight-content .col {
    height: 100%;
}

.brick-product-highlight-2 .product-highlight-content .tab {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-right: 65px;
    justify-content: space-between;
}

.brick-product-highlight-2 .product-highlight-content .tab .tab-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.brick-product-highlight-2 .product-highlight-content .tab .tab-div:last-child {
    margin-top: 20px;
}

.brick-product-highlight-2 .product-highlight-content .hide {
    display: none;
}

.brick-product-highlight-2 .product-highlight-content .tab.active {
    display: flex;
}

.brick-product-highlight-2 .product-highlight-content .product-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.brick-product-highlight-2 .product-highlight-content .product-image picture {
    display: unset;
    height: unset;
    width: 100%;
}

.brick-product-highlight-2 .product-highlight-content .product-image img {
    object-fit: unset;
    display: unset;
    width: 100%;
    height: unset;
}

.brick-product-highlight-2 .product-highlight-content .product-guarantee {
    align-self: start;
    transform: translateX(-30px) translateY(-20px);
}

.brick-product-highlight-2 .product-highlight-content .product-guarantee svg, .brick-product-highlight-2 .product-highlight-content .product-guarantee img {
    width: 115px;
}

.brick-product-highlight-2 .product-highlight-content .button-check-our-tool {
    margin-left: 65px;
    border-radius: 40px;
    padding: 12px 24px;
    background-color: #fff;
    border: 1px solid #0384f5;
    color: #0384f5;
    margin-top: 20px;
}

.brick-product-highlight-2 .product-highlight-content .button-check-our-tool p {
    line-height: 100%;
}

.brick-product-highlight-2 .product-highlight-content .button-check-our-tool span {
    text-decoration: underline;
}

.brick-product-highlight-2 .product-highlight-content .product-content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.brick-product-highlight-2 .product-highlight-content .product-title {
    margin: unset;
    font-family: "Cambon";
    font-size: 50px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    letter-spacing: -0.931px;
}

.brick-product-highlight-2 .product-highlight-content .product-text {
    margin: unset;
    font-family: "Larsseit";
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.28px;
}

.brick-product-highlight-2 .product-highlight-content .product-specs {
    margin: unset;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: unset;
}

.brick-product-highlight-2 .product-highlight-content .specs-header {
    font-family: "Larsseit";
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}

.brick-product-highlight-2 .product-highlight-content .specs-list {
    padding-left: 20px;
    font-family: "Larsseit";
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.brick-product-highlight-2 .product-highlight-content .quotation-text {
    font-family: "Larsseit";
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.brick-product-highlight-2 .product-highlight-content .duaal-button {
    display: flex;
    gap: 13px;
}

.brick-product-highlight-2 .product-highlight-content .duaal-button .button-in{
    font-size: 16px;
}

.brick-product-highlight-2 .product-highlight-content .product-quotation {
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px 36px 7px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

/* ==================== */
/* TODO: Guarantee Cars */
/* ==================== */
[data-jumper-id="guarantee_cards"] .wrapper-1 {
    padding: 0;
}

[data-jumper-id="guarantee_cards"] .container-1 {
    padding: 65px 0;
}

[data-jumper-id="guarantee_cards_home"] .wrapper-1 {
    padding: 0;
}

[data-jumper-id="guarantee_cards_home"] .container-1 {
    padding: 20px 0 0 0;
}

.product-highlight-guarantee .guarantee-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.guarantee-row .card-height {
    aspect-ratio: 0.72 / 1;
}
.product-highlight-guarantee .card {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #fff;
    padding: 33px;
}
.product-highlight-guarantee .guarantee-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.product-highlight-guarantee .guarantee-img {
    width: 212px;
    aspect-ratio: 1;
}
.product-highlight-guarantee .guarantee-img img {
    max-width: 100%;
    max-height: 220px;
    object-fit: cover;
}
.product-highlight-guarantee .guarantee-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.product-highlight-guarantee .guarantee-title {
    color: #000;
    font-family: "Larsseit";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.product-highlight-guarantee .guarantee-text {
    color: #000;
    font-family: "Larsseit";
    font-size: 16px;
    line-height: 100%;
}

.installer-text {
    color: #000;
    font-family: "Cambon";
    font-size: 25px;
    font-weight: 250;
    line-height: 110%;
}
.installer-text strong {
    color: #000;
    font-family: "Larsseit";
    font-size: 25px;
    font-weight: 500;
    line-height: 110%;
}
.guarantee-text span.hide {
    display: none;
}
.guarantee-text span.read-more {
    color: #000;
    cursor: pointer;
    font-weight: 600;
}
.guarantee-text span.read-less {
    color: #000;
    cursor: pointer;
    font-weight: 600;
}
.product-highlight-guarantee .guarantee-button {
    padding: 12px 23px;
    border-radius: 40px;
    background: #ffeb7b;
    border: none;
    font-weight: 500;
}

/* ================ */
/* TODO: About hero */
/* ================ */
.about-section {
    /*height: calc(78vh - 130px);*/
    /*TODO: WILL BE DELETED*/
}

.about-section .wrapper-1 {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-row-2 .about-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 35px;
    color: #FFF;
}

.about-row-2 .title p {
    font-family: 'Cambon';
    font-size: 50px;
    line-height: 145%
}

.about-row-2 .title p strong {
    font-family: 'Larsseit';
    font-weight: 700;
    font-size: 80px;
}

.about-row-2 .sub-text {
    width: 80%;
}

.about-row-2 .sub-text p {
    font-family: 'Larsseit';
    font-weight: 400;
    font-size: 18px;
}

/* ================ */
/* TODO: Installer hero */
/* ================ */
.installer-section .wrapper-1 {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.installer-row-2 .installer-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 35px;
    color: #000;
}

.installer-row-2 .small-title p {
    font-family: 'Cambon';
    font-size: 45px;
}

.installer-row-2 .title p {
    font-family: 'Larsseit';
    font-size: 75px;
    line-height: 110%;
    font-weight: 500;
}

.installer-row-2 .title {
    width: 40%;
}

.installer-row-2 .sub-text {
    width: 80%;
}

.installer-row-2 .sub-text p {
    font-family: 'Larsseit';
    font-weight: 400;
    font-size: 18px;
}

/* ============== */
/* TODO: About us */
/* ============== */
[data-jumper-id="about-us"] .wrapper-1 {
    padding: 0;
}

.brick-slider-1 .wrapper-1 {
    padding: 0;
}

.brick-slider-1 .slider-title {
    color: #000;
    font-family: 'Cambon';
    font-size: 46.532px;
    font-weight: 250;
    line-height: 100%; /* 46.532px */
    letter-spacing: -0.931px;
    margin-bottom: 36px;
}

.about-us-information {
    display: flex;
    flex-direction: row;
}

.about-us-information .about-us-image {
    flex:1;
    border-radius: 15px;
    overflow: hidden;
}

.about-us-information .about-us-text {
    flex: 1;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-us-information .about-us-text .title, .about-us-information .about-us-text .sub-text {
    padding: 26px;
}

.about-us-information .about-us-text .title p {
    color: #000;
    font-family: "Cambon";
    font-size: 55px;
    font-weight: 250;
    line-height: 100%; /* 46.532px */
    letter-spacing: -0.931px;
}

.about-us-information .about-us-text .sub-text p {
    color: #000;
    font-family: "Larsseit";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.093px */
}

.about-us-videos {
    margin-top: 20px;
    aspect-ratio: 4.6 / 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 11px;
}

.about-us-videos .video-card {
    border-radius: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.about-us-videos .video-card:hover {
    cursor: pointer;
}

/* =================== */
/* TODO: Fair & Square */
/* =================== */

.fair-square-section {
    margin-top: 30px;
}

.fair-square-section .wrapper {
    padding: 0;
}



.fair-square-information {
    display: flex;
    flex-direction: column-reverse;
}

.fair-square-information .about-us-image {
    flex: 2;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 2.66 / 1;
}

.fair-square-information .about-us-text {
    flex: 1;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fair-square-information .about-us-text .title, .fair-square-information .about-us-text .sub-title, .fair-square-information .about-us-text .sub-text {
    padding: 26px;
}

.fair-square-information .about-us-text .title {
    padding-bottom: 0;
}

.fair-square-information .about-us-text .title p {
    color: #000;
    font-family: "Cambon";
    font-size: 55px;
    font-weight: 250;
    line-height: 100%; /* 46.532px */
    letter-spacing: -0.931px;
}

.fair-square-information .about-us-text .sub-title p {
    color: #000;
    font-family: "Larsseit";
    font-size: 16px;
    font-weight: 400;
    line-height: 125%; /* 20px */
}

.fair-square-information .about-us-text .sub-text {
    width: 80%;
}

.fair-square-information .about-us-text .sub-text p {
    color: #000;
    font-family: "Larsseit";
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 23.093px */
}

.how-it-works-section {
    margin-top: 30px;
}

.how-it-works-section .wrapper {
    aspect-ratio: 2.78 / 1;
    padding: 24px;
    background: #FFF;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.how-it-works-section .how-it-works-image {
    display: flex;
}

.how-it-works-image .hiw-image-container {
    align-self: center;
    width: 100%;
}

.how-it-works-section .how-it-works-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 84px;
}

.how-it-works-section .how-it-works-text .hiw-image-container[data-size="mobile-image"]{
    display: none;
}

.how-it-works-section .how-it-works-text .how-it-works-title p {
    color: #000;
    font-family: "Cambon";
    font-size: 46.532px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%; /* 46.532px */
    letter-spacing: -0.931px;
}

.how-it-works-section .how-it-works-text .how-it-works-sub-text p {
    color: #000;
    font-family: "Larsseit";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

/* ============================= */
/* TODO: Fair & Square Materials */
/* ============================= */
.fair-square-solar-panel .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 20px 50px;

    padding: 24px;
    background: #FFF;
    border-radius: 15px;
}

.solar-panel-title {
    grid-area: 1 / 1 / 2 / 2;
}

.solar-panel-title p {
    color: #000;
    font-family: "Cambon";
    font-size: 46.532px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%; /* 46.532px */
    letter-spacing: -0.931px;
}

.solar-panel-info p, .solar-panel-info-2 p, .solar-panel-more-info p {
    color: #000;
    font-family: Larsseit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
}

.solar-panel-info p strong, .solar-panel-info-2 p strong, .solar-panel-more-info p strong {
    color: #0384F5;
    font-family: Larsseit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.28px;
}

.solar-panel-info {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}

.solar-panel-info-2 {
    grid-area: 3 / 1 / 4 / 2;
}

.solar-panel-stuff {
    grid-area: 1 / 2 / 3 / 3;
}

.solar-panel-stuff .materials-content {
    margin-top: 27px;
    gap: 50px;
}

.solar-panel-stuff .materials-content .col svg {
    transform: scaleX(-1);
}

.solar-panel-stuff .materials-content .col .list .material .bullet-bg {
    box-shadow: inset 0 0 0 1px #0384F5;
}

.solar-panel-stuff .materials-content .col .list .material .bullet-content {
    color: #0384F5;
}

.solar-panel-more-info {
    grid-area: 3 / 2 / 4 / 3;
}

.fair-square-solar-panel-materials .wrapper {
    padding: 24px 32px;
    background: #FFF;
    border-radius: 15px;
}

.fair-square-solar-panel-materials .map-content .row-map .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

.fair-square-solar-panel-materials .map-content .row-map .content .title {
    color: #000;
    font-family: "Cambon";
    font-size: 46.532px;
    font-weight: 250;
    line-height: 100%; /* 46.532px */
    letter-spacing: -0.931px;
}

.fair-square-solar-panel-materials .map-content .row-map .content .col-map-materials .map-toggle-region {
    position: absolute;
    top: 19px;
    right: 22px;
}

.fair-square-solar-panel-materials .map-content .row-map .content .col-map-materials .map-toggle-region .custom-toggle .toggle-body {
    border: unset;
}

.fair-square-solar-panel-materials .map-content .row-map .content .info {
    color: #000;
    font-family: "Larsseit";
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.fair-square-solar-panel-materials .map-content .row-map .col-map-svg {
    flex: 1.5;
    margin-top: 50px;
}

.fair-square-solar-panel-materials .map-content .col-map-svg .map svg {
    height: 100%;
    width: 100%;
}

.learn-more [data-size="mobile"] {
    display: none !important;
}

.learn-more .wrapper {
    aspect-ratio: 4.82 / 1;
    padding: 18px 32px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.learn-more .wrapper .title {
    flex: 1;
}

.learn-more .wrapper .title p {
    color: #FFF;
    font-family: "Cambon";
    font-size: 47px;
    font-weight: 250;
    line-height: 100%; /* 46.532px */
    letter-spacing: -0.931px;
}

.learn-more .wrapper .info p {
    color: #FFF;
    font-family: "Larsseit";
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    margin-bottom: 20px;
}

.learn-more .wrapper .button .button .button-in {
    padding: 10px 20px 7px;
}

.col-align-center .col-content {
    margin:0 auto;
}
.col-align-left .col-content {
    margin:0 auto 0 0;
}
.col-align-right .col-content {
    margin:0 0 0 auto;
}

.wrapper-5 .columns-container {
    padding: 26px;
    font-family: Larsseit;
}
.wrapper-5 .columns-container .title {
    font-family: "Cambon";
    font-weight: 250;
}
.wrapper-5 .columns-container img {
    border-radius: 15px;
}

.d-flex {
    display: flex;
}

.w-50 {
    width: 50%;
}

.d-ib {
    display: inline-block;
}
.brick-form-1 .title {
    font-family: Cambon;
    font-weight: 400;
}
.form-bg {
    position: relative;
}
.form-bg-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.form-pager {
    position: relative;
    background: white;
    border-radius: 20px;
    width: 100%;
    height: 38px;
}
.form-pager--text {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    z-index: 9;
    font-size: 14px;
    font-weight: 500;
}
.form-pager--progress {
    position: absolute;
    z-index: 8;
    left: 0;
    height: 100%;
    background: var(--yellow);
    border-radius: 20px;
}

.brick-form-1 .gfield_label {
    font-family: Cambon;
    font-weight: 400 !important;
    font-size: 20px !important;
}

.form-columns {
    display: flex;
    gap: 20px;
}
.form-columns .form-column {
    width: 50%;
}
.form-address-columns {
    display: flex;
    gap: 10px;
}
.form-address-columns input:first-child {
    width: 60%;
}
.form-address-columns input:last-child {
    width: 40%;
    margin-right: 0;
}
.form.select-1 .form-select-in select {
    width: 100%;
}

.gform_page_fields input,
.gform_page_fields select {
    border: none;
    border-bottom: 1px solid black;
    height: 40px;
}
.gform_page_fields input:active,
.gform_page_fields input:focus,
.gform_page_fields input:focus-within {
    border-bottom-color: var(--yellow);
}
.gform_page_fields select:active,
.gform_page_fields select:focus,
.gform_page_fields select:focus-within {
    outline: none;
}
.gform_page_fields .gform-field-label {
    margin-bottom: 40px;
}

.form-column div:not(.form-address-columns) input {
    width: 100%;
}

.form-radio input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.form-radio {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 253px;
    height: 126px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.4);
}
.form-radio:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.form-radio-in {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-radio.checked {
    background: var(--yellow);
}
.form-pager--progress {
    transition: right .3s;
}
.customer_usage input {
    width: 360px;
}
.form-confirmation--text {
    margin-bottom: 20px;
}
.form-confirmation--text h1 {
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 150px;
}
.form-confirmation .button-in {
    border: 1px solid black;
}

/* ===================== */
/* TODO: Installer world */
/* ===================== */
.installer-world .wrapper {
    /*padding: 18px 32px;*/
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    background: #5CD2A2;
}

.installer-world .button-in {
    color: #fff;
    padding: 10px 21px 7px;
    border: 1px solid #fff;
}

.installer-world .button-in.no-border {
    color: #fff;
    padding: 10px 21px 7px;
    border: none;
}

.installer-world .installer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.installer-world .installer-content .installer-content__text {
    padding: 18px 0 18px 32px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.installer-world .installer-content .installer-content__text .where-do-i-buy {
    font-family: 'Cambon';
    font-size: 47px;
    font-weight: 250;
    letter-spacing: -0.931px;
    line-height: 100%;
}

.installer-world .installer-content .installer-content__text .where-do-i-buy-country-list {
    display: flex;
    font-family: 'Cambon';
    font-size: 47px;
    font-weight: 250;
    letter-spacing: -0.931px;
    gap: 10px;
    line-height: 100%;
}

.installer-world .installer-content .installer-content__text .where-do-i-buy-country-list select {
    background: transparent;
    border: none;
    font-family: 'Larsseit';
    font-weight: 500;
    font-size: 47px;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 8px;
    margin-top: 10px;
}

.installer-world .installer-content .installer-content__text .where-do-i-buy-information p {
    font-family: 'Larsseit';
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

.installer-world .installer-content .installer-content__text .where-do-i-buy-information p a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.installer-world .installer-content .installer-content__image svg {
    margin-left: 1px;
}

/* ==================== */
/* TODO: Become partner */
/* ==================== */
.become-partner .wrapper-1 {
    padding: 0;
}

.partner-levels .wrapper-1 {
    padding: 0;
}

.partner-levels .characteristics-list {
    padding: 0px 38px;
}

.partner-levels .characteristics-list .characteristic {
    padding-top: 19px;
    padding-bottom: 26px;
}

.partner-levels .characteristics-list .characteristic .title p  {
    color: #000;
    text-align: center;
    font-family: 'Larsseit';
    font-size: 18px;
    font-weight: 400;
    line-height: 130%; /* 23.094px */
}

.partner-levels .characteristics-list .characteristic .info p {
    color: #000;
    text-align: center;
    font-family: 'Larsseit';
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
}

.partner-levels .characteristics-list .characteristic:not(:last-child) {
    border-bottom: 1px solid #C5EFFF;
}

/* ==================== */
/* TODO: Installer form */
/* ==================== */
.installer-form .wrapper-1 {
    background: #fff;
    border-radius: 15px;
    padding: 26px 18px;
}

.installer-form .shortcode-content form {
    display: flex;
    flex-direction: column;
}

/*@media screen and (min-width: 767px) {*/
/*    .installer-form .shortcode-content form {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*        grid-template-rows: repeat(5, auto);*/
/*        grid-column-gap: 0;*/
/*        grid-row-gap: 0;*/
/*    }*/
/*}*/

.installer-form .shortcode-content form fieldset {
    width: 100%;
    max-width: none;
}

/*@media screen and (min-width: 767px) {*/
/*    .installer-form .shortcode-content form fieldset:nth-child(1) {*/
/*        grid-area: 1 / 1 / 2 / 2;*/
/*    }*/

/*    .installer-form .shortcode-content form fieldset:nth-child(2) {*/
/*        grid-area: 2 / 1 / 3 / 2;*/
/*    }*/

/*    .installer-form .shortcode-content form fieldset:nth-child(3) {*/
/*        grid-area: 1 / 2 / 5 / 3;*/
/*    }*/
/*}*/

/*.installer-form .shortcode-content form fieldset:nth-child(3) .hs-form-field {*/
/*    height: 85%;*/
/*}*/
/*.installer-form .shortcode-content form fieldset:nth-child(3) .input {*/
/*    height: 100%;*/
/*}*/
/*.installer-form .shortcode-content form fieldset:nth-child(3) legend {*/
/*    color: #000;*/
/*    font-family: 'Larsseit';*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 130%; !* 18.2px *!*/
/*    letter-spacing: -0.28px;*/
/*    margin-bottom: 25px;*/
/*}*/
/*.installer-form .shortcode-content form fieldset:nth-child(4) {*/
/*    grid-area: 3 / 1 / 4 / 2;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.installer-form .shortcode-content form fieldset:nth-child(4) .hs-form-field {*/
/*    width: 95%;*/
/*}*/
/*.installer-form .shortcode-content form fieldset:nth-child(4) .hs-form-field input {*/
/*    width: 100%;*/
/*}*/
/*.installer-form .shortcode-content form fieldset:nth-child(5)  {*/
/*    grid-area: 4 / 1 / 5 / 2;*/
/*}*/
/*.installer-form .shortcode-content form fieldset:nth-child(6)  {*/
/*    grid-area: 5 / 1 / 6 / 2;*/
/*}*/
.installer-form .shortcode-content form fieldset input {
    background: #fff;
    border-bottom: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-family: 'Larsseit';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.28px;
    width: 100%;
}

.installer-form .shortcode-content form fieldset.form-columns-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
}

@media screen and (min-width: 767px) {
    .installer-form .shortcode-content form fieldset.form-columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.installer-form .shortcode-content form fieldset.form-columns-2 > div {
    float: none;
    width: auto;
}

.installer-form .shortcode-content form fieldset input.hs-input,
.installer-form .shortcode-content form fieldset select.hs-input {
    width: 100%;
}

.installer-form .shortcode-content form fieldset input::placeholder {
    color: rgba(0, 0, 0, 0.40);
}

.installer-form .shortcode-content form fieldset select {
    padding: 0.5rem;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    color: #000;
}

.installer-form .shortcode-content form .hs_submit {
    grid-area: 5 / 2 / 6 / 3;
    max-width: none;
    margin: 0;
    display: flex;
    justify-content: end;
}
.installer-form .shortcode-content form fieldset textarea {
    background: #fff;
    border: 2px solid #000;
    border-radius: 15px;
    min-height: 100%;
    min-width: 100%;
}
.installer-form .shortcode-content form .hs_submit .hs-button {
    border: 1px solid #000;
    color: #000;
    text-align: right;
    font-family: 'Larsseit';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    padding: 8px 34px 8px 32px;
}

.installer-form .shortcode-content .hbspt-form form fieldset ul.inputs-list li label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
}

.installer-form .shortcode-content .hbspt-form form fieldset ul.inputs-list li label input {
    margin-top: 0;
    height: auto;
    width: auto;
}

.installer-form .shortcode-content .hbspt-form form fieldset .legal-consent-container ul.inputs-list {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.installer-form .shortcode-content .hbspt-form form fieldset .legal-consent-container ul.inputs-list li label > span {
    margin-left: 0;
}

.benefits-table tr.table-row-benefits {
    border-bottom: 2px solid #000;
}