* {
    font-size: 18px;
    font-family: 'Poppins', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    /* color:rgb(60, 60, 60); */
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* outline: 1px solid aquamarine; */
    line-height: 1.5;
    /* outline: 1px solid limegreen; */
}

html, body {
    overflow-x: hidden;
}

.dark-gold {
    color: #937942;
}

.light-gold {
    color: #BAA971;
    color: #b2b2b2;
}

h1, h2, h3, .stronger {
    font-weight: 700;
    margin-bottom: .5rem;
}

h1 {
    font-size: 3rem;
}
h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
    text-wrap: balance;
}

.steps a.simple-url {
    font-weight: 700;
    text-decoration: none;
    color: #937942;
}

.steps a:hover,
.steps a:visited,
.steps a:active,
.steps a:focus {
    color: #937942;
}

.main-btn {
    border-radius: 2rem;
    color: #ffffff;
    background-color: #937942;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    margin: 0px auto;
    text-decoration: none;
    padding: 5px;
}

.main-btn:hover {
    background-color: #BAA971;
}

.main-btn .btn-text {
    font-size: .9rem;
    line-height: 1;
    padding: .3rem;
    padding-left: 8%;
}

.main-btn .btn-icon {
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    border: 3px solid #ffffff;
    padding: .3rem;
    margin: .3rem;
}

.sect {
    width: 90vw;
    max-width: 1280px;
    margin: 0px auto;
}

.navbar {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

nav {
    margin-bottom: 2rem;
}

section {
    margin: 2rem auto;
} 

.padded {
    padding: 2rem 0;
}

.logo-ns {
    max-width: 150px;
    min-width: 130px;
}

@media screen and (min-width: 692px) {
    .navbar {
        min-height: 90px;
    }
    .logo-ns {
        max-width: 200px;
    }
}

.hero-image {
    border-radius: 1rem;
    background-image: url(../images/header_IKZE.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    /* background-position-x: -10%; */
    min-height: 600px;
}

.hero-image .hero-content {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    min-height: 600px;
    color: #1d1d1c;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, .70);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, .7) 30%,
        rgba(255, 255, 255, 0) 100%
      );
    padding: 0 1rem;
    flex-direction: row;
}

.hero-image .headline {
    max-width: 100%;
    text-align: left;
}

.hero-more .stronger {
    margin-bottom: 1rem;
}

.hero-more {
    margin-top: 3rem;
}

.hero-more span {
    display: block;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.2;
}

.hero-more {
    margin-bottom: 1rem;
}

@media screen and (min-width: 662px) {
    h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    .hero-more span {
        margin-top: 0rem;
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 992px) {
    section {
        margin: 4rem auto;
    } 
    .padded {
        padding: 4rem 0;
    }
    h1 {
        font-size: 5rem;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    .hero-image .hero-content {
        padding: 2rem 3rem;
        background-color: inherit;
        background: rgba(255, 255, 255, .70);
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, .7) 30%,
            rgba(255, 255, 255, 0) 100%
          );
    }
    .hero-image .headline {
        max-width: 100%;
    }
    .hero-more span {
        margin-top: 0rem;
        font-size: 1.4rem;
    }
}

.section-headline {
    text-align: center;
    margin-bottom: 2rem;
}

.headline,
.headline strong,
.headline span {
    width: 100%;
    text-align: center;
    text-wrap: balance;
    font-size: 1.2rem;
}

.list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.list-container .list-wrapper {
    padding-left: 0vw;
    padding-right: 0vw;
    width: 100%;
}

.list-container .list-image {
    max-width: 350px;
    width: 90%;
    padding-left: 1rem;
}

.list-container .list-image img {
    width: 100%;
}

.list-container .list-row {
    display: flex;
    margin: 1rem auto;
}

.list-container .list-row .bullet {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 1rem;
    margin-right: 1rem;
    color: rgba(104, 142, 143, 0.70);
}

.list-container .list-row .content {
    font-size: .8rem;
    color: #1d1d1c;
    text-align: justify;
}

@media screen and (min-width: 992px) {
    .headline,
    .headline strong,
    .headline span {
        font-size: 1.5rem;
    }
    .list-container {
        flex-direction: row-reverse;
        margin-bottom: 4rem;
    }
    .list-container .list-wrapper {
        padding-left: 0vw;
        padding-right: 2vw;
        width: 60%;
    }
    .list-container .list-image {
        max-width: 550px;
        width: 40%;
    }
    .list-container .list-row .content {
        font-size: 1rem;
    }
    .section-headline {
        margin-bottom: 4rem;
    }
}

.yt-container {
    border-top: 1px solid #937942;
    border-bottom: 1px solid #937942;
    margin-bottom: 0;
}

.yt-container .yt-box {
    border-radius: 1rem;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1064px;
    aspect-ratio: 16/9;    
    background-color: #F5F6F6;
}

.yt-container .yt-box .play {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #937942;
    color: #ffffff;
    font-size: 4rem;
    line-height: 1;
}

.yt-container .yt-box .play .playico{
    border-top: 15px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 15px solid transparent;
    margin-left: 10px;
}

.calc-wrapper .hidden {
    display: none;
}

.calc-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    border: 2px solid #1d1d1c;
    border-radius: 1.5rem;
    padding: 0rem;
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.calc-wrapper .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0rem;
    padding: 1rem;
}

.calc-wrapper .tab {
    position: relative;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem; 
    border-radius: 0 0 .5rem .5rem;
    text-align: center;
    text-wrap: balance;
    cursor: pointer;
    min-height: 2rem;
}

.tab .tabbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #E1E8E9;
    border-radius: .5rem;
    z-index: 1;
}

.calc-wrapper .tab:last-of-type {
    margin-top: 1rem;
    margin-left: 0rem;
}


.calc-wrapper .tab h5 {
    position: relative;
    z-index: 5;
}

.calc-wrapper .tab.white h5 {
    color: #ffffff;
}

.calc-wrapper .activetab {
    background-color: #688E8F;
    border: 2px solid #1d1d1c;
    z-index: 3;
}

.calc .row {
    padding: 1.5rem 1rem;
    border-top: 1px solid #E1E8E9;
}

.calc .row label {
    display: block;
    margin-bottom: .5rem;
    font-size: 1rem;
    /* text-wrap: balance; */
}

.calc input[type=text] {
    border: 2px solid #688E8F;
    background-color: #E1E8E9;
    padding: .5rem 1rem;
    border-radius: .7rem;
    width: 100%;
    margin: 0px auto;
    font-size: .8rem;
}

.calc select {
    border: 2px solid #688E8F;
    background-color: #E1E8E9;
    padding: .5rem 1rem;
    border-radius: .7rem;
    margin-right: 1rem;
    max-width: 100%;
    font-size: .8rem;
}

.calc input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    min-width: 50%;
    width: 100%;
    margin-top: 2rem;
    border-radius: .3rem;
    cursor: pointer;
    /* outline: none; */
    height: .3rem;
    background: #ccc;
    /* overflow: hidden; */
}

.calc input[type="range"]::-webkit-slider-runnable-track {
    border-radius: .3rem;
    height: 0.3rem;
}

.calc input[type="range"]::-moz-range-track {
    border-radius: .3rem;
    height: 0.3rem;
}

.calc input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -.4rem;
    background-color: #ffffff;
    border: 4px solid #688E8F;
    height: 1.1rem;
    width: 1.1rem;    
    border-radius: .7rem;
}

.calc input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -.4rem;
    background-color: #ffffff;
    border: 4px solid #688E8F;
    height: 1.1rem;
    width: 1.1rem;    
    border-radius: .7rem;
}

.calc-wrapper .calc-image {
    display: none;
}

.calc .calc-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0rem;
    background-color: #E1E8E9;
    font-weight: 700;
}

.calc-footer .counted-savings {
    text-wrap: balance;
    text-align: center;
}

.calc-footer .counted-result {
    display: inline-block;
    padding: .5rem 1.5rem;
    text-align: center;
    background-color: #688E8F;
    margin-left: 0rem;
    margin-top: 1rem;
    border-radius: .5rem;
    color: #ffffff;
    min-width: 200px;
}

@media screen and (min-width: 462px) {
    .calc-wrapper .tabs {
        padding: 2rem;
    }
    
    .calc .row label {
        margin-bottom: 1rem;
    }
    
    .calc .row {
        padding: 2rem;
    }
    
    .calc input[type=text] {
        border: 2px solid #688E8F;
        background-color: #E1E8E9;
        padding: .5rem 1rem;
        border-radius: .7rem;
        width: 60%;
        margin: 0px auto;
        font-size: 1rem;
    }
    
    .calc select {
        border: 2px solid #688E8F;
        background-color: #E1E8E9;
        padding: .5rem 1rem;
        border-radius: .7rem;
        margin-right: 1rem;
        max-width: 60%;
        font-size: 1rem;
    }
}

@media screen and (min-width: 670px) {
    .calc-wrapper .tabs {
        flex-wrap: nowrap;
        padding: .5rem .5rem 2rem;
    }
    .calc-wrapper .tab {
        margin: 1rem 1rem 1rem 1rem;
        padding: .5rem;
    }
    
    .calc-wrapper .tab:last-of-type {
        margin: 1rem 1rem 1rem 1rem;
    }
    
    .calc .calc-footer {
        flex-wrap: nowrap;
    }
    
    .calc-footer .counted-savings {
        text-align: left;
    }
    
    .calc-footer .counted-result {
        margin-left: 1rem;
        margin-top: 0rem;
        min-height: 45px;
    }
}

@media screen and (min-width: 792px) {
    .calc-wrapper .tabs {
        flex-wrap: nowrap;
        padding: 0;
    }
    
    .calc-wrapper .tab {
        margin: 0;
        padding: 0.5rem;
        width: 50%;
        max-height: 72px;
        margin-left: 1rem;
    }
    
    .tab .tabbg {
        position: absolute;
        width: 100%;
        height: 160%;
        top: 0;
        background-color: #E1E8E9;
        color: #1d1d1c;
        transform-origin: top;
        transform: perspective(25em) rotateX(-45deg);
        border-radius: 0 0 .5rem .5rem;
        z-index: 1;
    }
    
    .calc-wrapper .activetab {
        border-top: 0;
        background-color: #688E8F;
        z-index: 3;
    }
    
    .calc-wrapper .tab:last-of-type {
        margin-top: 0;
        margin-left: -.5rem;
    }
    
    .calc input[type=text] {
        width: auto;
        min-width: 150px;
    }
    
    .calc select {
        max-width: 100%;
    }
    
    .calc input[type=range] {
        min-width: 45%;
        width: 45%;
        margin-left: 1rem;
    }
}

@media screen and (min-width: 1092px) {
    .calc-wrapper .tabs {
        justify-content: flex-start;
    }
    
    .calc-wrapper .tab {
        width: auto;
        padding: .5rem 2rem;
        margin-left: 1.5rem;
        max-height: 45px;
    }
    
    .calc .row {
        border-top: 0px solid #E1E8E9;
    }
    
    .calc .calc-footer {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .calc input[type=range] {
        min-width: 30%;
        width: 30%;
        margin-left: 1rem;
    }
    
    .calc-wrapper .calc-image {
        display: block;
        position: absolute;
        height: 300px;
        top: 45%;
        transform: translateY(-50%);
        right: 30px;
    }
    
    .calc-wrapper .calc-image img {
        height: 100%;
    }
}


.opaque {
    background: rgba(207, 208, 210, 0.20);
    margin-top: 0;
}

.sect .points-table {
    width: 100%;
    margin: 0px auto;
}

.grid-container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0px;
}

.grid-item {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.grid-item.line {
    display: none !important;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vline {
    height: 100%;
    width: 1px;
    background-color: #BAA971;
}

.grid-item.number {
    grid-column: 1;
}

.grid-item.content {
    grid-column: 2;
    padding-left: 1rem;
}

.grid-item.content span,
.grid-item.content span strong {
    font-size: .8rem;
}

.grid-item .round {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    background-color: #937942;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
    .grid-container {
        grid-auto-rows: 80px;
    }
    .grid-item.line {
        display: flex !important;
    }
    .grid-item.content {
        padding-left: 2rem;
    }
    .grid-item.content span,
    .grid-item.content span strong {
        font-size: 1rem;
    }
}

.sect .steps {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 0;
}

.sect .steps .step {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    height: 100%;
    min-height: 330px;
}

.sect .steps .step .image {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1d1d1c;
    aspect-ratio: 1/1;
    max-width: 200px;
    max-height: 200px;
    border-radius: 100px;
}

.sect .steps .step .image img {
    width: 58%;
    height: 58%;
}

.sect .steps .step .image-count {
    position: relative;
    top: -1rem;
    width: 2rem;
    height: 2rem;
    line-height: 1;
    border-radius: 1rem;
    outline: 2px solid rgba(207, 208, 210, 0.20);
    /* outline: 2px solid white; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    background-color: #937942;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}

.sect .steps .step .image-desc {
    font-size: 1rem;
    text-align: center;
    text-wrap: balance;
}

.sect .steps-more {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #1d1d1c;
    text-align: center;
    text-wrap: balance;
}

.sect .steps-more span,
.sect .steps-more strong  {
    text-align: center;
    color: #1d1d1c;
    font-weight: 400;
    /* text-wrap: wrap; */
}

.sect .steps-more strong {
    font-weight: 700;
}

.sect .btn-gotoother {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
}

.sect .btn-gotoother a,
.sect .btn-gotoother a:active,
.sect .btn-gotoother a:visited {
    text-wrap: balance;
    display: block;
    padding: 1rem;
    background-color: #ffffff;
    border: 3px solid #937942;
    text-align: center;
    text-decoration: none;
    color: #937942;
    font-weight: 600;
    border-radius: 3rem;
    transition: all .15s ease-in;
}

.sect .btn-gotoother a:hover {
    display: block;
    padding: 1rem;
    background-color: #f1f1f1;
    border: 3px solid #937942;
    text-align: center;
    text-decoration: none;
    color: #937942;
    font-weight: 600;
    border-radius: 3rem;
}

.disclaimer {
    margin-bottom: 0;
    text-align: justify;
    color: #1d1d1c;
}

.disclaimer span {
    font-size: .8rem;
}

.disclaimer .sect span:first-of-type {
    display: block;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
    .sect .steps-footline {
        margin-top: 4rem;
        margin-bottom: 3rem;
    }
    .sect .steps-more {
        margin-top: 3rem;
        margin-bottom: 4rem;
        text-wrap: balance;
    }
    .sect .steps-more span,
    .sect .steps-more strong  {
        text-wrap: balance;
    }
}