html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  height: 100vh;
  background-color: #6dc3b8;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.transition {
  transition: top 0.25s 0.05s;
  -webkit-transition: top 0.25s 0.05s;
}

textarea,
select,
input,
button,
button:hover,
button:focus {
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slick-slide {
  padding-left: 8px;
}

.slick-dots li button:before {
  font-size: 0.8rem !important;
}

@font-face {
  font-family: "Bebas";
  src: url(/static/media/Bebas.4468171832950e2d1d82.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url(/static/media/HelveticaNeueLTStd-HvCn.f0eaba0fa4b3a06e32eb.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url(/static/media/Gotham-Bold.e7e90266d66863fde009.ttf);
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: "Gotham";
  src: url(/static/media/Gotham-Light-Regular.59aa40045d8df0b87a73.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GothamBlack";
  src: url(/static/media/Gotham-Black.c9e42599a779a72eaadc.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GothamBook";
  src: url(/static/media/Gotham-Book.d946fc4006181ac4e1c7.otf);
  font-weight: 400;
  font-style: normal;
}


/*# sourceMappingURL=main.f23ba18f.css.map*/