@font-face {
  font-family: 'Sage Text';
  src: url('fonts/SageText-Regular.eot');
  src: url('fonts/SageText-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/SageText-Regular.woff') format('woff'),
      url('fonts/SageText-Regular.ttf') format('truetype'),
      url('fonts/SageText-Regular.svg#SageText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sage Text';
  src: url('fonts/SageText-Light.eot');
  src: url('fonts/SageText-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/SageText-Light.woff') format('woff'),
      url('fonts/SageText-Light.ttf') format('truetype'),
      url('fonts/SageText-Light.svg#SageText-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sage Text';
  src: url('fonts/SageText-Bold.eot');
  src: url('fonts/SageText-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/SageText-Bold.woff') format('woff'),
      url('fonts/SageText-Bold.ttf') format('truetype'),
      url('fonts/SageText-Bold.svg#SageText-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sage UI';
  src: url('fonts/SageUI-Bold.eot');
  src: url('fonts/SageUI-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/SageUI-Bold.woff') format('woff'),
      url('fonts/SageUI-Bold.ttf') format('truetype'),
      url('fonts/SageUI-Bold.svg#SageUI-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sage Text';
  src: url('fonts/SageText-Medium.eot');
  src: url('fonts/SageText-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/SageText-Medium.woff') format('woff'),
      url('fonts/SageText-Medium.ttf') format('truetype'),
      url('fonts/SageText-Medium.svg#SageText-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sage Headline';
  src: url('fonts/SageHeadline-Black.eot');
  src: url('fonts/SageHeadline-Black.eot?#iefix') format('embedded-opentype'),
      url('fonts/SageHeadline-Black.woff') format('woff'),
      url('fonts/SageHeadline-Black.ttf') format('truetype'),
      url('fonts/SageHeadline-Black.svg#SageHeadline-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sage UI';
  src: url('fonts/SageUI-Regular.eot');
  src: url('fonts/SageUI-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/SageUI-Regular.woff') format('woff'),
      url('fonts/SageUI-Regular.ttf') format('truetype'),
      url('fonts/SageUI-Regular.svg#SageUI-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sage UI';
  src: url('fonts/SageUI-Medium.eot');
  src: url('fonts/SageUI-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/SageUI-Medium.woff') format('woff'),
      url('fonts/SageUI-Medium.ttf') format('truetype'),
      url('fonts/SageUI-Medium.svg#SageUI-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Sage Text', 'Adelle', Arial, Helvetica, sans-serif;
  font-weight: 200;
  box-sizing: border-box;
}

html {
  background: #000000;
}
html,
body {
  height: 100%;
  width: 100%;
  color: #fff;
}
body {
  overflow-x: hidden;
  z-index: 1;
  margin: 0;
}
a{
  display: inline-block;
}
header,
footer {
  width: 100%;
  z-index: 99;
}
header{
  display: flex;
  flex-wrap: wrap;
}
.page-content{
  display: flex;
  padding: 100px 0;
  position: relative;
  flex-wrap: wrap;
}

.container{
  max-width: 1750px;
  margin: 0 auto;
  width: 100%; 

}

@media only screen and (min-width: 1024px) and (max-width: 1749px){
  .container{
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1023px){
  .container{
    padding: 0 20px;
  }
}

h1{
  font-family: 'Sage Headline';
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
  margin-top: 0;
  
}
h2{
  font-size: 40px;
  line-height: 46px;
  font-family: 'Sage Text';
  font-weight: 700;
}
h3{
  font-family: 'Sage Text';
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}

p {
font-family: 'Sage UI';
font-size: 26px;
line-height: 30px;

}
a {
  text-decoration: none;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
.justify-between{
  justify-content: space-between;
}
.items-center{
  align-items: center;
}
.mt-2{
  margin-top: 2rem;
}
.mt-3{
  margin-top: 3rem;
}
.mt-4{
  margin-top: 4rem;
}
.mt-6{
  margin-top: 6rem;
}
.mb-2{
margin-bottom: 2rem;
}
.mb-3{
margin-bottom: 3rem;
}
.mb-4{
  margin-bottom: 4rem;
}
.mb-6{
  margin-bottom: 6rem;
}
.text-center {
  text-align: center;
}
.logo{
  max-width: 120px;
}

.content-block-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.content-block{
  width: 55%;
}
.image-block{
  width: 35%;
}
.copy-block{
  width: 75%;
}
.form-block{
margin-top: 60px;
}
.form-row{
  display: flex;
  align-items: stretch;
}
.form-row + .form-row{
  margin-top: 30px;
}
.form-row span{
  font-family: 'Sage Headline';
}
.input-wrap{
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
.input-wrap label{
  font-family: 'Sage Headline';
  margin-bottom: 10px;
}
.input-wrap input{
  font-family: 'Sage Headline';
  background: none;
  outline: none;
  border-radius: 5px;
  padding: 15px 25px;
  min-width: 250px;
  color: #fff;
  font-size: 28px;
  border: 2px solid #ffffff;
  text-align: center;
}

.input-wrap input.filled{
  border: 2px solid #474747;

}

.customers-input input, .opportunities-input input{
  border: 2px solid #474747 !important;
}
.input-wrap input.active{
  border: 2px solid #00D639;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.sum-symbol{
  display: inline-block;
  font-size: 36px;
  margin: 40px 30px 0;
}

.result{
  font-family: 'Sage Headline';
  font-size: 66px;
  line-height: 70px;
  color: #00D639;
}
.copy-block h1{
  margin-top: 70px;
}
.revenue-input, .deal-input, .win-input, .conversion-input{
  position: relative;
}

.revenue-input::after, .deal-input::after{
  content: '£';
  position: absolute;
  font-family: 'Sage Headline';
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  bottom: 15px;
  left: 15px;
}
.revenue-input.gbp::after, .deal-input.gbp::after {
  content: '£';
  position: absolute;
  font-family: 'Sage Headline';
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  bottom: 15px;
  left: 15px;
}
.revenue-input.usd::after, .deal-input.usd::after {
  content: '$';
  position: absolute;
  font-family: 'Sage Headline';
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  bottom: 15px;
  left: 15px;
}
.revenue-input.yen::after, .deal-input.yen::after {
  content: '¥';
  position: absolute;
  font-family: 'Sage Headline';
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  bottom: 15px;
  left: 15px;
}
.revenue-input.euro::after, .deal-input.euro::after {
  content: '€';
  position: absolute;
  font-family: 'Sage Headline';
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  bottom: 15px;
  left: 15px;
}
.revenue-input.rand::after, .deal-input.rand::after {
  content: 'R';
  position: absolute;
  font-family: 'Sage Headline';
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  bottom: 15px;
  left: 15px;
}
.win-input::after, .conversion-input::after{
  content: '%';
  position: absolute;
  font-family: 'Sage Headline';
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  bottom: 15px;
  right: 15px;
}

.currency-dropdown #currency {
  width: 250px;
  background: black;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  padding: 15px 0 15px 5px;
  font-family: 'Sage UI';
  font-weight: 500;
}

@media only screen and (max-width: 767px){
  .content-block, .copy-block{
    width: 100%;
  }
  .image-block{
    display: none;
  }
  .form-row{
    flex-direction: column;
  }
  .input-wrap{
    max-width: 100%;
  }
  .input-wrap input{
    max-width: 100%;
  }
  .sum-symbol{
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
 
  .top-row-result, .middle-row-result, .bottom-row-result{
    margin: 20px 50px;
    text-align: center;
  }
}