@charset "utf-8";
/* EcoNex CSS */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

body, html{
  padding: 0;
  margin: 0;
}
.enx-main {
  padding: 60px 6%;
  box-sizing: border-box;
}
.enx-calculator{
  height: 906px;
}
.enx-main h1{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 50px;
  margin: 0;
  line-height: 1.2;
  color: #002F5F;
  padding: 10px 0;
}
.enx-main .customSlideActive h1{
  color: #fff;
}
.enx-main h2{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 50px;
  margin: 0;
  line-height: 1;
  color: #002F5F;
}
.enx-main h2:first-letter {
  margin-left: -2px;
}
.enx-main h3{
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin: 0;
  line-height: 1.2;
}
.enx-slide-info h4{
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  margin: 0;
  line-height: 1;
  color: #002F5F;
}
.enx-main p, .enx-main ul, .enx-main ol{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}
.enx-main ul, .enx-main ol{
  padding-left: 20px;
}
.enx-slide p{
  color: #737373;
}
.customSlideActive .enx-slide p{
  color: #fff;
}
.enx-slide-info p{
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 0 0;
}
.enx-inner {
  display: flex;
  max-width: 1600px;
}
.enx-slide-container {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  justify-content: space-between;
}
.enx-slide-container.inputOnly {
    justify-content: end;
}
.enx-slide-container input[type="range"] {
    width: 100%;
    margin-right: 10px;
}
.enx-slide-container input::-webkit-outer-spin-button,
.enx-slide-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.enx-slide-container input[type=number] {
  -moz-appearance: textfield;
}
.rangeSlider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #D1D1D6;
  outline: none;
  opacity: 1;
}
.rangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #017CF5;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,.3);
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,.3);
}
.rangeSlider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #017CF5;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.3);
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,.3);
}
.enx-flex {
  align-items: flex-start;
  display: flex;
}
.enx-flex div{
  width: 60%;
}
.enx-main .enx-logo{
  max-width: 334px;
  min-width: 230px;
  margin-right: 30px;
  display: block;
  width: 40%;
}
.enx-col:first-of-type{
    max-width:775px;
  margin-right: 95px;
}
.enx-col > video{
    width:100%;
}
.enx-col:last-of-type{
  min-width: 555px;
  max-width: 555px;
}
.enx-main .econex-calc{
  background: #fff;
  padding: 25px 20px 20px 35px;
  border-radius: 14px;
  box-sizing: border-box;
  position: relative;
}
.enx-col img{
  display: block;
  width: 100%;
  height: auto;
}
.enx-main .econex-calc.customSlideActive {
  background: #007cf5;
}
.enx-main .econex-calc.customSlideActive:before{
  background: #FCD900;
}
.enx-main .econex-calc.customSlideActive .bx-next{
  background: #FCD900;
  color: #022E5E;
}
.enx-main .econex-calc:before{
  content: "";
  position: absolute;
  display: block;
  width: 36px;
  height: 205px;
  background: #007CF5;
  left: -18px;
}
.enx-range-label {
  min-width: 220px;
  text-align: right;
  padding-right: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 25px;
  white-space: nowrap;
  color: #002F5F;
}
.customSlideActive .enx-range-label{
  color: #fff;
  min-width: 110px;
}
.enx-range-label em{
  font-size: .8em;
  font-style: normal;
}
.enx-slide-container .rangeInput, .enx-slide-container .standardInput{
  font-size: 16px;
  background: #D1D1D6;
  color: #002F5F;
  padding: 13px 15px;
  -webkit-box-shadow:inset 1px 1px 8px 2px rgba(0,0,0,.2);
  box-shadow:inset 1px 1px 8px 2px rgba(0,0,0,.2);
  outline: none;
  border: none;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.enx-main .econex-calc .bx-pager-item {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: bottom;
}
.enx-main .econex-calc .bx-pager-item:last-of-type{
  pointer-events: none;
}
.enx-main .econex-calc .bx-pager.bx-default-pager a {
  background: #B2B4B3;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  outline: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.enx-main .econex-calc .bx-pager.bx-default-pager a.active{
  background: #FCD900;
}
.enx-main a.bx-prev {
  display: none;
}
input.rangeInput.price{
  position: relative;
}
.enx-copy{
  padding: 0 20px;
}
.enx-slide-info {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 2px solid #017CF5;
  border-radius: 6px;
  padding: 20px;
  display: none;
  right: 10px;
  width: 212px;
  z-index: 1;
}
.enx-slide-info-btn {
  position: absolute;
  z-index: 3;
  min-width: 21px;
  min-height: 21px;
  max-width: 21px;
  max-height: 21px;
  border-radius: 50%;
  background: #017CF5;
  color: #fff;
  border:none;
  outline: none;
  cursor: pointer;
  right: 0;
}
.enx-slide-info-btn i{
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
.enx-container {
  padding: 10px 10px 15px 0;
}
.enx-container.standardForm {
  height: auto;
  padding: 30px 20px 0;
}
.standardForm .standardInput{
  width: 100%;
  text-align: left;
}
.enx-col .bx-next,
.enx-col .enx-btn{
  display: block !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: #007CF5 !important;
  width: 124px !important;
  text-decoration: none !important;
  text-align: center !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 800 !important;
  font-size: 23px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  padding: 8px !important;
  box-sizing: border-box !important;
  margin: 40px auto 24px !important;
  transition: opacity .2s ease-out !important;
}
.enx-col .bx-next.disabled {
  display: none;
}
.enx-col .bx-next:hover{
  opacity: .85;
}
.bx-pager.bx-default-pager {
  display: flex;
  justify-content: center;
}
/* .finalSlideActive .bx-viewport {
    height: 270px !important;
} */
.finalSlideActive .bx-pager.bx-default-pager{
  display: none;
}
.enx-two-col{
  padding: 70px 125px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.enx-two-col h3{
  color: #017CF5;
}
.enx-two-col.enx-main{
    background:#fff;
}
#chart-section{
    display:none;
}
#chart-container{
    display:flex;
    justify-content:flex-end;
    flex-direction:row;
}
    #chart-container h2 {
        margin-right: 50px;
        width: 26%;
        max-width:300px;
        min-width:150px;
    }
    #chart-container > div {
        width: 74%;
        max-width:800px;
        min-height: 300px;
    }
        #chart-container > div > p:nth-child(2) {
            font-size: 10px;
            text-align: right;
        }
        #chart-container > div > p:nth-child(3) {
            font-size: 10px;
            float: right
        }


@media screen and (max-width: 1640px) {
  .enx-col:first-of-type {
    margin-right: 55px;
  }
}
@media screen and (max-width: 1500px){
  .enx-flex{
    display: block;
  }
  .enx-flex div{
    width:100%;
  }
    .enx-main h3 {
        font-size: 25px;
    }
    .enx-main .enx-flex > div > p{
        font-size:16px;
    }
  .enx-main .enx-logo{
    margin-bottom: 20px;
  }
  .enx-main .enx-logo{
    width: 200px;
    min-width: 0;
    margin: 0 0 20px;
  }
}
@media screen and (min-width:900px) and (max-width: 1174px) {
  .enx-main .enx-logo {
    width: 170px;
    margin: 0 0 15px;
  }
  .enx-main h3{
    font-size: 20px;
  }
    .enx-main .enx-flex > div > p {
        font-size: 14px;
    }
  .enx-main h2{
    font-size: 50px;
  }
  .enx-main p, .enx-main ul, .enx-main ol{
    font-size: 16px;
  }
  .enx-range-label{
    font-size: 22px;
  }
  .enx-main .econex-calc{
    padding: 25px 20px 20px 25px;
  }
  .enx-main .econex-calc::before{
    width: 30px;
    left: -15px;
  }
  .enx-slide-container .rangeInput, .enx-slide-container .standardInput{
    font-size: 15px;
    padding: 12px 14px;
  }
  .enx-main{
    padding: 60px 40px;
  }
  .enx-col:last-of-type {
    min-width: 500px;
    max-width: 500px;
  }
  .enx-col .bx-next{
    font-size: 21px;
    margin: 30px auto 24px;
  }
  .rangeSlider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .rangeSlider::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }
  .enx-main h1{
    font-size: 63px;
  }
}
@media screen and (max-width: 900px){
    #chart-container {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
  .enx-inner{
    display: block;
  }
  .enx-calculator{
    height: auto;
    background: #fff !important;
  }
  .enx-calculator .enx-col:last-of-type .econex-calc{
    -webkit-box-shadow: 2px 2px 10px 5px rgba(0,0,0,.1);
    box-shadow: 2px 2px 10px 5px rgba(0,0,0,.1);
    margin: 40px auto 0;
  }
  .enx-two-col{
    display: block;
  }
  .enx-main {
   padding: 40px 40px 20px;
   }
   .enx-col:last-of-type{
     min-width: 0;
     max-width: none;
   }
   .enx-col:first-of-type {
      margin-right: 0;
    }
}
@media screen and (max-width: 630px){
  .enx-main .enx-logo {
    width: 170px;
    margin: 0 0 15px;
  }
  .enx-main h3{
    font-size: 38px;
  }
  .enx-main h2{
    font-size: 50px;
  }
  .enx-main p, .enx-main ul, .enx-main ol{
    font-size: 16px;
  }
  .enx-range-label{
    font-size: 22px;
    min-width: 195px;
  }
  .enx-calculator .enx-col:last-of-type .econex-calc{
    padding: 25px 20px 20px 25px;
    margin-left: 15px;
  }
  .enx-main .econex-calc::before{
    width: 30px;
    left: -15px;
  }
  .enx-slide-container .rangeInput, .enx-slide-container .standardInput{
    font-size: 15px;
    padding: 12px 14px;
  }
  .enx-main {
     padding: 40px 20px 20px;
   }
  .enx-col .bx-next{
    font-size: 21px;
    margin: 30px auto 24px;
  }
  .rangeSlider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  .rangeSlider::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }
  .enx-main h1{
    font-size: 63px;
  }
  .enx-slide-info h4{
    font-size: 18px;
  }
  .enx-slide-info p{
    font-size: 11px;
  }
}
@media screen and (max-width: 550px){
  .enx-main h3 {
    font-size: 32px;
  }
  .enx-main p, .enx-main ul, .enx-main ol {
    font-size: 14px;
  }
  .enx-main h2 {
    font-size: 40px;
  }
  .enx-range-label {
    font-size: 16px;
    min-width: 160px;
  }
  .enx-col:last-of-type {
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  .enx-slide-container{
    margin-bottom: 15px;
  }
  .enx-slide-container .rangeInput, .enx-slide-container .standardInput {
    font-size: 13px;
    padding: 10px 12px;
  }
  .rangeSlider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }
  .rangeSlider::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }
  .enx-col .bx-next {
    font-size: 17px;
    margin: 30px auto 24px;
    width: 100px;
  }
  .enx-slide-info-btn{
    min-width: 17px;
    min-height: 17px;
    max-width: 17px;
    max-height: 17px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enx-slide-info-btn i{
    font-size: 14px;
  }
  .enx-main h1 {
    font-size: 56px;
    padding: 0;
  }
  .finalSlideActive .bx-viewport {
    height: 210px !important;
  }
  .enx-calculator .enx-col:last-of-type .econex-calc{
    margin-top: 30px;
  }
  .enx-calculator .enx-col:last-of-type .econex-calc {
   padding: 25px 15px 20px 15px;
 }
 .enx-two-col.enx-main{
   padding-top: 0;
 }
  .customSlideActive .enx-range-label{
   min-width: 71px;
  }
  .enx-slide-info{
    width: 150px;
  }
  .enx-slide-info h4{
    font-size: 16px;
  }
  .enx-slide-info p{
    font-size: 10px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 480px){
  .enx-calculator .enx-col:last-of-type .econex-calc{
    margin-top: 25px;
  }
  .enx-main {
     padding: 30px 20px 20px;
   }
 .enx-main h2 {
    font-size: 35px;
  }
  .enx-main h3 {
    font-size: 28px;
  }
  .enx-range-label {
    font-size: 15px;
    min-width: 135px;
  }
  .enx-main .econex-calc::before {
     width: 20px;
     left: -10px;
     height: 180px;
   }
   .enx-calculator .enx-col:last-of-type .econex-calc{
     margin-left: 5px;
   }
   .enx-main h1 {
      font-size: 48px;
    }
}
@media screen and (max-width: 420px){
  .enx-calculator .enx-col:last-of-type .econex-calc {
    margin-left: 0;
  }
  .enx-calculator .enx-col:last-of-type .econex-calc {
    padding: 20px 10px 15px 10px;
  }
  .enx-container {
    padding: 0 8px 0 0;
  }
  .enx-range-label {
     min-width: 87px;
     white-space: wrap;
   }
   .customSlideActive .enx-range-label {
     min-width: 67px;
   }
   .enx-main h1 {
     font-size: 44px;
   }
   .finalSlideActive .bx-viewport {
     height: 180px !important;
   }
}
