@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3893091, 2020-04-20T20:33:14-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Nexa-Light by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/light/
 * 
 * Webfont: Nexa-Regular by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/regular/
 * 
 * Webfont: Nexa-Bold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/bold/
 * 
 * Webfont: Nexa-Heavy by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/heavy/
 * 
 * 
 * Webfonts copyright: Copyright Â© 2012 by Fontfabric. All rights reserved.
 * 
 * Â© 2020 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Nexa-Heavy";
  src: url("fonts/Nexa-Heavy/font.woff2") format("woff2"), url("fonts/Nexa-Heavy/font.woff") format("woff");
}
@font-face {
  font-family: "Nexa-Light";
  src: url("fonts/Nexa-Light/font.woff2") format("woff2"), url("fonts/Nexa-Light/font.woff") format("woff");
}
@font-face {
  font-family: "Nexa-Bold";
  src: url("fonts/Nexa-Bold/font.woff2") format("woff2"), url("fonts/Nexa-Bold/font.woff") format("woff");
}
@font-face {
  font-family: "Nexa-Regular";
  src: url("fonts/Nexa-Regular/font.woff2") format("woff2"), url("fonts/Nexa-Regular/font.woff") format("woff");
}
body {
  font-family: "Nexa-Regular", "Poppins", sans-serif !important;
}

.wrapper {
    background: url(../images/bg-points.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
}

.btn {
  border-radius: 100px;
  border: none;
  font-size: 16px;
  padding: 14px 30px;
}

.btn-primary {
  background-color: #07DD87;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #05c075;
}
.btn-primary:focus {
  background-color: #05c075;
}

.btn-secondary {
  background-color: #5E5EE6;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #5151be;
}

.point {
  color: #05C46B;
}

h1 {
  color: #414042;
  font-family: "Nexa-Heavy";
}

.lead {
  color: #808285;
  font-family: "Nexa-Light";
}