/*
    # Reset

    `core/_reset.scss`
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
    # Variables

    `core/_variables.scss`
*/
/*
    ## Default
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Structure
*/
/*
    # Variables

    `core/_variables.scss`
*/
/*
    ## Default
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Structure
*/
/*
    # Colors

    `core/_colors.scss`
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Fonts

    `core/_fonts.scss`
*/
.semi-bold {
  font-family: "font_name";
  font-weight: 600;
}

.bold {
  font-family: "font_name";
  font-weight: 700;
}

/*
    # Buttons

    `core/_buttons.scss`
*/
.btn {
  color: #1a1a1a;
  outline: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
}

/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Utils

    `core/_utils.scss`
*/
/*
    ## Default
*/
.icon {
  display: inline-block;
  vertical-align: middle;
}

.p-es {
  padding: 10px;
}

.p-s {
  padding: 20px;
}

.p-m {
  padding: 30px;
}

.p-l {
  padding: 40px;
}

.p-el {
  padding: 50px;
}

.p-t-es {
  padding-top: 10px;
}

.p-t-s {
  padding-top: 20px;
}

.p-t-m {
  padding-top: 30px;
}

.p-t-l {
  padding-top: 40px;
}

.p-t-el {
  padding-top: 50px;
}

.p-r-es {
  padding-right: 10px;
}

.p-r-s {
  padding-right: 20px;
}

.p-r-m {
  padding-right: 30px;
}

.p-r-l {
  padding-right: 40px;
}

.p-r-el {
  padding-right: 50px;
}

.p-b-es {
  padding-bottom: 10px;
}

.p-b-s {
  padding-bottom: 20px;
}

.p-b-m {
  padding-bottom: 30px;
}

.p-b-l {
  padding-bottom: 40px;
}

.p-b-el {
  padding-bottom: 50px;
}

.p-l-es {
  padding-left: 10px;
}

.p-l-s {
  padding-left: 20px;
}

.p-l-m {
  padding-left: 30px;
}

.p-l-l {
  padding-left: 40px;
}

.p-l-el {
  padding-left: 50px;
}

.m-es {
  margin: 10px;
}

.m-s {
  margin: 20px;
}

.m-m {
  margin: 30px;
}

.m-l {
  margin: 40px;
}

.m-el {
  margin: 50px;
}

.m-t-es {
  margin-top: 10px;
}

.m-t-s {
  margin-top: 20px;
}

.m-t-m {
  margin-top: 30px;
}

.m-t-l {
  margin-top: 40px;
}

.m-t-el {
  margin-top: 50px;
}

.m-r-es {
  margin-right: 10px;
}

.m-r-s {
  margin-right: 20px;
}

.m-r-m {
  margin-right: 30px;
}

.m-r-l {
  margin-right: 40px;
}

.m-r-el {
  margin-right: 50px;
}

.m-b-es {
  margin-bottom: 10px;
}

.m-b-s {
  margin-bottom: 20px;
}

.m-b-m {
  margin-bottom: 30px;
}

.m-b-l {
  margin-bottom: 40px;
}

.m-b-el {
  margin-bottom: 50px;
}

.m-l-es {
  margin-left: 10px;
}

.m-l-s {
  margin-left: 20px;
}

.m-l-m {
  margin-left: 30px;
}

.m-l-l {
  margin-left: 40px;
}

.m-l-el {
  margin-left: 50px;
}

/*
    ## Layout
*/
.inline-block {
  display: inline-block;
  vertical-align: middle;
}

/*
    ## Fonts
*/
.text-small {
  font-size: 14px;
}
