html body {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Basis Grotesque Pro-Black', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url(../assets/fonts/BasisGrotesquePro-Regular.woff2) format('woff2'),
  url(../assets/fonts/BasisGrotesquePro-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Basis Grotesque Pro-Black';
  src: url(../assets/fonts/BasisGrotesquePro-Black.woff2) format('woff2'),
  url(../assets/fonts/BasisGrotesquePro-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Basis Grotesque Pro-Bold';
  src: url(../assets/fonts/BasisGrotesquePro-Bold.woff2) format('woff2'),
  url(../assets/fonts/BasisGrotesquePro-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Basis Grotesque Pro-Medium';
  src: url(../assets/fonts/BasisGrotesquePro-Medium.woff2) format('woff2'),
  url(../assets/fonts/BasisGrotesquePro-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

a {
  text-decoration: none;
}

button {
  font-family: 'Basis Grotesque Pro-Black', sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input::placeholder {
  color: #E5E5E5;
}

input:-webkit-autofill {
  -webkit-background-clip: text;
}

/*.slick-slider  {*/
/*    max-width: 918px;*/
/*}*/
.slick-slider h4 {
  margin: 30px 0;
  font-weight: 900;
  font-size: 48px;
  line-height: 50px;
  align-items: center;
  letter-spacing: -1.005px;
  color: #0650CF;
}

.slick-slider p {
  margin: 0;
  font-family: "Basis Grotesque Pro-Medium", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.33px;
  color: #000000;
}

.slick-dots {
    bottom: 0;
    /*text-align: left !important;*/
}
.slick-dots li {
  margin: 0 15px 0 0;
  height: 0;
  width: fit-content;
}

/*.slick-dots li button:before {*/
/*  font-size: 0;*/
/*  border-radius: 50%;*/
/*  display: inline-block;*/
/*  height: 12px;*/
/*  width: 12px;*/
/*  background-color: #E0E0E0;*/
/*}*/

/*.slick-dots li.slick-active button:before {*/
/*  background-color: #585858;*/
/*}*/

@media (max-width: 768px) {
  br {
    display: none;
  }
}

@media (max-width: 600px) {
  .slick-slider h4 {
    font-size: 25px;
    line-height: 40px;
  }

  .slick-slider p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  /*.slick-dots {*/
  /*  bottom: -42px !important;*/
  /*}*/
}

@media (max-width: 320px) {
  .slick-slider h4 {
    font-size: 15px;
    line-height: 20px;
  }

  .slick-slider p {
    font-size: 12px;
    margin-bottom: 100px;
  }

  /*.slick-dots {*/
  /*  bottom: -70px !important;*/
  /*}*/
}
