@import url("https://p.typekit.net/p.css?s=1&k=zyk4pve&ht=tk&f=32177.32178.32180&a=108225995&app=typekit&e=css");
@font-face {
  font-family: "Merel-Regular";
  src: url("https://use.typekit.net/af/57a2cb/00000000000000007735b02f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/57a2cb/00000000000000007735b02f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/57a2cb/00000000000000007735b02f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Merel-Medium";
  src: url("https://use.typekit.net/af/965cfb/00000000000000007735b034/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/965cfb/00000000000000007735b034/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/965cfb/00000000000000007735b034/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "Merel-Black";
  src: url("https://use.typekit.net/af/ea3fc3/00000000000000007735b03e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/ea3fc3/00000000000000007735b03e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/ea3fc3/00000000000000007735b03e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
body {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  font-family: Merel-Regular;
  font-size: 1.1em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

a, a:hover, a:visited {
  text-decoration: none;
  color: inherit;
}

a, a:hover {
  text-decoration: underline;
}

.background-primary {
  background: #A7D8F0;
}

.background-secondary {
  background: #D9C7A3;
}

.background-gold {
  background: #4CAF50;
}

.color-primary {
  color: #6E8F5B;
}

.color-secondary {
  color: #0E4A7B;
}

.color-orange {
  color: #5A4632;
}

.bold {
  font-family: Merel-Medium;
}

.title {
  font-family: Merel-Black;
  text-transform: uppercase;
  font-size: 1.15em;
  line-height: 1.6em;
  letter-spacing: 0.07em;
}

.title-big {
  font-family: Merel-Black;
  text-transform: uppercase;
  font-size: 1.7em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.subtitle {
  font-family: Merel-Black;
}

.paragraph {
  font-family: Merel-Regular;
}

.paragraph-big {
  font-family: Merel-Regular;
  font-size: 1.3em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.divider {
  width: 100%;
  height: 2px;
  background: #4CAF50;
}

.button-action {
  height: 70px;
  width: 350px;
  background: #0E4A7B;
  color: #4CAF50;
  border: 0;
  border-radius: 70px;
  font-family: Merel-Medium;
  font-size: 1.3em;
}

.button-action:disabled {
  opacity: 0.4;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  height: 30px;
  width: 30px;
  background-image: url("../img/checkbox-empty.png");
  background-size: contain;
  background-repeat: no-repeat;
}

input[type=checkbox]:checked + label {
  background-image: url("../img/checkbox-full.png");
}

/*# sourceMappingURL=style.css.map */
