* {
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

@font-face {
    font-family: "Nunito";
    src: url(./assets/fonts/Nunito-Black.ttf);
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url(./assets/fonts/Nunito-ExtraBold.ttf);
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url(./assets/fonts/Nunito-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url(./assets/fonts/Nunito-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    src: url(./assets/fonts/Nunito-Light.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    min-width: 300px;
    position: relative;
    font-size: 14px;
    text-size-adjust: 100%;
    font-weight: 400;
    font-family: "Nunito";
    line-height: 1.35;
    letter-spacing: 0.005em;
    background-color: #f9f9f9;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  @media only screen and (min-width: 1024px) {
    body {
      overflow-x: hidden;
      font-size: 16px;
    }
  }
  
  a {
    color: #000;
    text-decoration: none;
  }
  
  p {
    margin: 0 0 15px;
    letter-spacing: 0.5px;
  }
  
  p:last-child {
    margin: 0;
  }
  
  p.-large {
    font-size: 16px;
  }
  
  @media only screen and (min-width: 1024px) {
    p.-large {
      font-size: 20px;
    }
  }
  
  p.-small {
    font-size: 12px;
  }
  
  @media only screen and (min-width: 1024px) {
    p.-small {
      font-size: 14px;
    }
  }
  
  p.-xsmall {
    font-size: 10px;
  }
  
  @media only screen and (min-width: 1024px) {
    p.-xsmall {
      font-size: 12px;
    }
  }
  
  strong,
  b {
    font-weight: 700;
    font-family: "Nunito";
  }
  
  em {
    font-style: italic;
  }
  
  picture {
    display: inline-block;
  }
  
  img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
  
  ul,
  ol {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
  }
  
  hr {
    margin-left: auto;
    margin-right: auto;
  }
  
  hr.-clear {
    border-color: transparent;
  }
  
  hr.-large {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  @media only screen and (min-width: 640px) {
    hr.-large {
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }
  
  h1,
  .h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 25px;
  }
  
  @media only screen and (min-width: 768px) {
    h1,
    .h1 {
      font-size: 30px;
    }
  }
  
  @media only screen and (min-width: 1280px) {
    h1,
    .h1 {
      font-size: 72px;
    }
  }
  
  h2,
  .h2 {
    font-size: 20px;
    font-weight: 400;
  }
  
  @media only screen and (min-width: 768px) {
    h2,
    .h2 {
      font-size: 23px;
    }
  }
  
  @media only screen and (min-width: 1280px) {
    h2,
    .h2 {
      font-size: 54px;
    }
  }
  
  h3,
  .h3 {
    font-size: 20px;
    font-weight: 400;
  }
  
  @media only screen and (min-width: 768px) {
    h3,
    .h3 {
      font-size: 24px;
    }
  }
  
  @media only screen and (min-width: 1280px) {
    h3,
    .h3 {
      font-size: 40px;
    }
  }
  
  h4,
  .h4 {
    font-size: 18px;
    font-weight: 400;
  }
  
  @media only screen and (min-width: 768px) {
    h4,
    .h4 {
      font-size: 19px;
    }
  }
  
  @media only screen and (min-width: 1280px) {
    h4,
    .h4 {
      font-size: 30px;
    }
  }
  
  h5,
  .h5 {
    font-size: 16px;
  }
  
  @media only screen and (min-width: 1280px) {
    h5,
    .h5 {
      font-size: 18px;
    }
  }
  
  h6,
  .h6 {
    font-size: 16px;
  }
  
  @media only screen and (min-width: 1280px) {
    h6,
    .h6 {
      font-size: 18px;
    }
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    color: #000;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 900;
    font-family: "Nunito";
  }
  
  @media only screen and (min-width: 450px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 30px;
    }
  }
  
  button {
    margin: 0;
    border: 0;
    padding: 0;
    width: auto;
    font: inherit;
    color: inherit;
    cursor: pointer;
    overflow: visible;
    line-height: normal;
    background: transparent;
  }

.header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

main {
    padding: 50px 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 800px;
}
.button {
    width: auto;
    height: 40px;
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 30px;
    min-width: 160px;
    line-height: 38px;
    text-align: center;
    border-radius: 8px;
    letter-spacing: 1px;
    vertical-align: top;
    display: inline-block;
    font-weight: 700;
    background-color: #FF0266;
    border: 1px solid transparent;
    font-family: "Nunito";
    transition: all 0.3s ease-in-out;
  }
  
  @media only screen and (min-width: 768px) {
    .button {
      height: 50px;
      padding: 0 40px;
      min-width: 180px;
    }
  }
  
  @media only screen and (min-width: 1024px) {
    .button {
      height: 50px;
      line-height: 48px;
    }
  }
  
  .button:hover {
    transform: translateY(-2px);
  }
  
  .button:active {
    transform: translateY(2px);
  }
  
  .button[disabled], .button.--disabled {
    opacity: 0.4;
    user-select: none;
    pointer-events: none;
  }
  
  .button.--loading {
    position: relative;
    pointer-events: none;
    background-position: left;
  }
  
  .button.--loading::after {
    top: 50%;
    content: "";
    right: 10px;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 100%;
    pointer-events: none;
    display: inline-block;
    transform: translateZ(0);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-left: 2px solid #fff;
    animation: loading 1.1s infinite linear;
  }
  
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

form {
    text-align: right;
    padding: 20px 25px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #EFEFEF;
}

form label small {
    color: #555;
    font-size: 10px;
}

form h3,
form p {
    text-align: left;
}

form h3 {
    margin-bottom: 10px;
}

form p {
    margin-bottom: 30px;
}

form > div {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    form {
        padding: 30px 50px;
    }

    form > div.columns {
        display: flex;
        text-align: left;
        justify-content: space-between;
    }

    form > div.columns div {
        width: 45%;
    }
}

form > div.wide {
    display: block;
}

form input,
form select {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.note {
    font-size: 12px;
    color: red;
    margin-top: -10px;
    display: block;
    margin-bottom: 20px;
}
