/** Shopify CDN: Minification failed

Line 147:0 Unexpected "<"
Line 255:0 Unexpected "}"
Line 358:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
/* Add your CSS styles here */
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-handle {
  position: absolute;
  z-index: 1;
  cursor: ew-resize;
  width: 40px;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.before-image {
  width: 100%;
  height: auto;
}

.after-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.navbar {
  font-weight: bold;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #333;
  font-family: Montserrat, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ffdc4a;
}

.dropdown-content {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.dropdown-content .header {
  background: #ffdc4a;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #fffff;
  height: auto;
  color: black;

}

.column a {
  float: none;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
 font-size: 14px;
color: black !important;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
<style>
  }
body {
  padding-top: 60px;
}

div.calcu_wrap {
  width: 50%;
  height: 75%;
  background-color: #2f2e29; 
  font-size: 12pt;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #333;
  padding-top: 25px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  div.calcu_wrap {
    width: 100%;
  }

}
  select{
  width: 80%;
  text-align: left;
  display: inline;
  margin-bottom: 20px
  border: 1px solid #ffdc4a;
  background-color: #2f2e29;
    color: #ffdc4a;
    font-size: 13px;
        font-weight: Bold;
  }
  .select,
.selector-wrapper {
  background: #2f2e29;
  display: block;
  }

  inputs no-select {
        border-color: #ffffff;
  }
.no-select,
a.styledSelect {
  border-color: #ffdc4a; }
  
  @media screen and (max-width: 600px) {
  .inputs{
    width: 100%;
  }

}

  h3 {
  padding-top: 15px;
  text-align: center;
  border-bottom: px solid #333;
  margin-top: 0;
}
    h6.calcu_wrap {
  padding-top: 15px;
  border-bottom: px solid #333;
  color: #ffffff;
  margin-top: 0;
}
  
h2.calcu_title {
  padding-top: 15px;
  text-align: center;
  border-bottom: px solid #333;
  background-color: #2f2e29;
  color: #ffffff;
  margin-top: 0;
}

div.calcu_wrap ul  {
  list-style-type: none;
  
}
  .wrap{
padding: 0 0 0px 0px;
  }
  
div.calcu_wrap .solution {
  margin-top: 10px;
}
div.calcu_wrap input {
  margin: 5px 5px;
  width: 80%;
  margin-bottom: 20px;
  background-color: #2f2e29;
  color: #ffdc4a;
  font-weight: Bold;
  border: 1px solid #ffdc4a;
  
  
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffdc4a;
  font-size: 13pt;
  text-align: left;
  padding-left: 5px;
  opacity: 1; /* Firefox */
}
  
  
}
.select, .selector-wrapper {
  margin: 5px 5px;
  width: 50%;
  margin-bottom: 20px;
  background-color: #2f2e29;
  color: #ffdc4a;
  border: 4px solid #ffdc4a;
  
  
}
.logou {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
  width: 25%;
  background-color: #2f2e29;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 300px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  text-align: centre;
}

/* The Close Button */
.close {
  color: #b51f1f;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #b51f1f;
  text-decoration: none;
  cursor: pointer;
}
div.calcu_wrap_head {
  width: 50%;
  height: 75%;
  background-color: #2f2e29;
  border-radius: 4px;
  font-size: 10pt;
  margin: 0 auto;
  border: 1px solid #333;


}
   @media screen and (max-width: 600px) {
  div.calcu_wrap_head {
    width: 100%!important;
  }

}

  

 .calcubutton {
background: #ffdc4a;
    border-color: #2f2d29;
    color: #2f2d29;
    display: inline-block;
    text-align: center;
    font-weight: Bold;
   font-size: 30px;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;

  
}

.modallogo{
 Width: 200px;
 float: left;
}
  
  </style>