
.pixbrick-column {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.form-group {
    margin-bottom: 1rem;
}
.pixbrick-form-control {
    display: inline-block !important;
    border-color: #000;
    border-radius: .5rem !important;
    font-size: 3rem;
    font-weight: 800;
    height: auto !important;
    padding: 4rem 2rem;
}
.w-80 {
    width: 100% !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 3.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
        border-top-color: rgb(206, 212, 218);
        border-right-color: rgb(206, 212, 218);
        border-bottom-color: rgb(206, 212, 218);
        border-left-color: rgb(206, 212, 218);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}



  .mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
   .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
	position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
  .text-center {
    text-align: center !important;
}
  
 
  
    .pt-5, .py-5 {
    padding-top: 3rem !important;
	}


    img {
      max-width: calc(300px + (18 - 14) * ( (100vw - 480px) / ( 1024 - 480) ));
    }
	.pixbrick-modal .modal-content, .pixbrick-shadow {
    border: none !important;
    box-shadow: 0 20px 31px 0 rgba(0,0,0,.13),0 0 20px 0 rgba(0,0,0,.04);
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
img {
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-select: none;
}
img {
    vertical-align: middle;
}
 
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  opacity: 1;
  
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  /*border-radius: 80%;*/
  background: #FFC42E;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  /*border-radius: 80%;*/
  background: #FFC42E;
  cursor: pointer;
}

    a {
      text-decoration: none !important;
    }

    .btn-link {
      text-decoration: none !important;
      width: 100%;
      border-width: 0
    }

    .card {
      background-color: rgba(255, 255, 255, 0.6);
    }

    .card-header {
      padding: 0;
      border: 0;
    }

    .accordion-card {
      margin-bottom: 4px;
    }

    .accordion-card-body {
      padding: 4px;
    }

    h4 {
      line-height: 45px;
    margin-bottom: 10px;
    }

    step-header-subtitle {
      margin-left: 2px;
    }

    table {
      border-top: 1px solid rgb(222, 226, 230);
      border-left: 1px solid rgb(222, 226, 230);
      border-bottom: 0;
      border-right: 0;
    }

    td,
    th {
      border-top: 0;
      border-left: 0;
      border-bottom: 1px solid rgb(222, 226, 230);
      border-right: 1px solid rgb(222, 226, 230);
    }

    .progress-bar.indeterminate {
      position: relative;
      animation: progress-indeterminate 3s linear infinite;
    }

    @keyframes progress-indeterminate {
      from {
        left: -50%;
        width: 50%;
      }

      to {
        left: 100%;
        width: 50%;
      }
    }

    footer {
      bottom: 0;
      width: 100%;
    }

    .footer {
      height: 50px;
      text-align: center;
    }
