* {
  margin: 0;
  padding: 0;
}

form.form {
  color: inherit !important;
  font-size: inherit !important;
  margin: 0;
  padding: 0;
}

body {
  background: #1ebee6 url(background.svg) repeat center center;
  background-size: cover;
  color: white;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type="range"] {
  display: block;
  border: solid 1px #fff;
  border-radius: 8px;
  height: 7px;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

input[type='range'] {
  -webkit-appearance: none;
  background-color: #fff;
  height: 30px;
  overflow: hidden;
  width: 100%;
}

input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 20px;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #333;
  border-radius: 50%;
  box-shadow: -100vw 0 0 100vw #ffc965;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border: 0;
}

/** FireFox */
input[type="range"]::-moz-range-progress {
  background-color: #ffc965;
  height: 26px;
}

input[type="range"]::-moz-range-track {
  background-color: white;
}

/* IE */
input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7;
}

input[type="range"]::-ms-fill-upper {
  background-color: #9a905d;
}

.landing-page::after {
  content: '';
  display: block;
  background-image: url(https://marketing.iamsold.co.uk/l/791013/2020-06-10/zmyw/791013/32642/skyline.svg);
  height: 300px;
  width: 100%;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.landing-page__header .iamsold-logo {
  float: left;
}

.landing-page__content.container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

.landing-page__content .logos-mobile {
  position: relative;
  display: none;
}

.landing-page__content .logos-desktop {
  position: relative;
}

.landing-page__content .auction {
  padding-bottom: 60px;
  width: 80%;
  height: auto;
}

.landing-page__content .fees {
  position: absolute;
  right: 0;
  top: 48%;
}

.landing-page__content .branches output {
  font-size: 20px;
}

.landing-page__content .branches output {
  font-size: 30px;
}

.landing-page__content .stocks output {
  font-size: 30px;
}

.landing-page__content .calculation-button {
  position: relative;
  background-color: #002d37;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em 2em;
  border-radius: 20px;
  color: #fff;
  font-size: 1.1em;
  border: 0;
  cursor: pointer;
  margin: 1em;
}

.landing-page__content .circle-button {
  position: absolute;
  background: orange;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -7%;
  right: -22px;
}

.landing-page__content .circle-button span {
  position: absolute;
  font-size: 44px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-58%);
}

.landing-page__content .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.landing-page__content .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3;
}

.landing-page__content .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.landing-page__content .circular-chart.orange .circle {
  stroke: #ffc965;
}

.landing-page__content .percentage {
  fill: white;
  font-weight: bold;
  font-size: 0.2em;
  text-anchor: middle;
}

.landing-page__header .networks {
  display: inline-flex;
  float: right;
}

.landing-page__header .networks i {
  padding: 20px 10px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

@media only screen and (max-width: 768px) {
  .landing-page__header .networks {
    display: none;
  }

  .landing-page__header .iamsold-logo {
    float: right;
  }

  .landing-page__content .logos-mobile {
    display: block;
  }

  .landing-page__content .logos-desktop {
    display: none;
  }

  .landing-page__content .fees {
    position: absolute;
    height: 100px;
    left: 75%;
    top: 45%;
  }

  .landing-page__footer .networks {
    display: inline-flex;
    justify-content: center;
  }
}
