/* src/styles.scss */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
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;
  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;
}
@font-face {
  font-family: "NotoSerifBold";
  src: url("./media/NotoSerif-Bold.ttf");
}
@font-face {
  font-family: "InterRegular";
  src: url("./media/Inter_18pt-Regular.ttf");
}
@font-face {
  font-family: "InterBold";
  src: url("./media/Inter_18pt-Bold.ttf");
}
@font-face {
  font-family: "InterSemiBold";
  src: url("./media/Inter_18pt-SemiBold.ttf");
}
@font-face {
  font-family: "BoraxvfRegular";
  src: url("./media/BoraxVF-Regular.ttf");
}
@font-face {
  font-family: "BoraxvfItalic";
  src: url("./media/BoraxVF-Italic.ttf");
}
@font-face {
  font-family: "AlexandriaLight";
  src: url("./media/Alexandria-Light.ttf");
}
@font-face {
  font-family: "AlexandriaRegular";
  src: url("./media/Alexandria-Regular.ttf");
}
@font-face {
  font-family: "AlexandriaSemiBold";
  src: url("./media/Alexandria-SemiBold.ttf");
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
html {
  height: 100%;
}
body {
  font:
    16px/22px "AlexandriaLight",
    Helvetica,
    Arial,
    sans-serif;
  color: #4E4B48;
  background: #fff;
  height: 100%;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #101820;
    color: #fff;
  }
}
.container {
  max-width: 896px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 24px 32px;
}
a {
  text-decoration: underline;
  color: #78BE21;
  font-family:
    "AlexandriaRegular",
    Helvetica,
    Arial,
    sans-serif;
}
a:hover {
  text-decoration: none;
  color: #5BA763;
}
h1 {
  font:
    48px/58px "BoraxvfRegular",
    Georgia,
    serif;
  color: #4E4B48;
  margin: 0 0 36px;
}
@media (prefers-color-scheme: dark) {
  h1 {
    color: #fff;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
h2 {
  font:
    32px/48px "BoraxvfRegular",
    Georgia,
    serif;
  color: #4E4B48;
  margin: 0 0 24px;
}
@media (prefers-color-scheme: dark) {
  h2 {
    color: #fff;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
h3 {
  font:
    24px/36px "BoraxvfRegular",
    Georgia,
    serif;
  color: #4E4B48;
  margin: 0 0 24px;
}
@media (prefers-color-scheme: dark) {
  h3 {
    color: #fff;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  height: 40px;
  padding: 12px 16px;
  margin: 0 0 4px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  font:
    16px/18px "AlexandriaLight",
    Helvetica,
    Arial,
    sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #78BE21;
  padding: 11px 15px;
}
@media (prefers-color-scheme: dark) {
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel],
  textarea {
    background: #101820;
    color: #fff;
  }
}
label {
  display: block;
}
label .label {
  display: block;
  margin-bottom: 8px;
}
input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + label img {
  display: inline-block;
  vertical-align: top;
}
input[type=checkbox] + label:before {
  content: "";
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #78BE21;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
}
input[type=checkbox]:checked + label:before {
  background: #78BE21;
  border-color: #78BE21;
}
input[type=checkbox]:checked:disabled + label:before {
  background: #F2F2F2;
  border-color: #fff;
}
input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: solid #101820;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (prefers-color-scheme: dark) {
  input[type=checkbox]:checked + label:after {
    border-color: #fff;
  }
}
input[type=checkbox]:checked:disabled + label:after {
  border-color: rgba(16, 24, 32, 0.3);
}
button,
.link-btn {
  text-decoration: none;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #101820;
  font:
    16px/20px "AlexandriaSemiBold",
    Helvetica,
    Arial,
    sans-serif;
  padding: 10px 16px 8px;
  height: 40px;
  background-color: #78BE21;
  border: 2px solid #5BA763;
  border-width: 0 0 2px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button:hover,
.link-btn:hover {
  background-color: #5BA763;
  color: #101820;
}
button:disabled,
.link-btn:disabled {
  background-color: #F2F2F2;
  border-color: rgba(78, 75, 72, 0.2);
  color: rgba(16, 24, 32, 0.3);
  cursor: default;
}
button.action-btn,
.link-btn.action-btn {
  background-color: #fff;
  border-color: #78BE21;
  color: #101820;
  border-radius: 10px;
  border-width: 2px;
  padding: 9px 16px;
}
button.action-btn:hover,
.link-btn.action-btn:hover {
  background-color: #F2F2F2;
}
button.action-btn.active,
.link-btn.action-btn.active {
  background-color: #78BE21;
  border-color: #5BA763;
  border-width: 0 0 2px;
  padding: 10px 16px 8px;
}
button.action-btn.active:hover,
.link-btn.action-btn.active:hover {
  background-color: #5BA763;
}
button.action-btn:disabled,
.link-btn.action-btn:disabled {
  background-color: #fff;
  border-color: rgba(78, 75, 72, 0.2);
  color: rgba(16, 24, 32, 0.3);
}
button.action-btn:disabled img,
.link-btn.action-btn:disabled img {
  opacity: 0.2;
}
button.action-btn img,
.link-btn.action-btn img {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.button-tooltip {
  position: relative;
  display: inline-block;
}
.button-tooltip .tooltip {
  visibility: hidden;
  background-color: #F2F2F2;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(78, 75, 72, 0.2);
  position: absolute;
  text-wrap: nowrap;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: opacity 0.3s;
}
.button-tooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.stylized-text {
  font-family:
    "BoraxvfItalic",
    Georgia,
    serif;
  font-weight: 500;
}
.warning-text {
  font-size: 14px;
  color: #FF0000;
  display: block;
}
.info-block {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 24px;
  margin: 0 0 36px;
  color: #101820;
}
@media (prefers-color-scheme: dark) {
  .info-block {
    color: #fff;
  }
}
.info-block h2 {
  color: #101820;
}
@media (prefers-color-scheme: dark) {
  .info-block h2 {
    color: #fff;
  }
}
.info-table table {
  width: 100%;
  border-collapse: separate;
  margin: 0 0 48px;
  font-size: 16px;
  text-align: left;
  border-radius: 8px;
  color: #101820;
}
@media (prefers-color-scheme: dark) {
  .info-table table {
    color: #fff;
  }
}
.info-table table th {
  vertical-align: middle;
  background-color: #f5f5f5;
  color: #101820;
  font-family:
    "AlexandriaRegular",
    Helvetica,
    Arial,
    sans-serif;
  padding: 6px 16px;
  overflow: hidden;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  height: 56px;
}
@media (prefers-color-scheme: dark) {
  .info-table table th {
    color: #fff;
    background-color: #323f4c;
  }
}
.info-table table th:first-child {
  border-left: 1px solid #D9D9D9;
}
.info-table table td {
  vertical-align: middle;
  padding: 16px;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.info-table table td:first-child {
  border-left: 1px solid #D9D9D9;
}
.info-table table thead:first-child tr th {
  border-top: 1px solid #D9D9D9;
}
.info-table table thead:first-child tr th:first-child {
  border-radius: 8px 0 0;
}
.info-table table thead:first-child tr th:last-child {
  border-radius: 0 8px 0 0;
}
.info-table table thead:first-child tr th:first-child:last-child {
  border-radius: 8px 8px 0 0;
}
.info-table table tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.info-table table tbody:last-child tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.info-table table tbody:last-child tr:last-child td:first-child:last-child {
  border-radius: 0 0 8px 8px;
}
.special-page .info-container {
  text-align: center;
  margin: 0 -80px;
}
@media (max-width: 1200px) {
  .special-page .info-container {
    margin: 0;
  }
}
.special-page .info-container img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 48px;
  width: 394px;
  height: 300px;
}
@media (max-width: 576px) {
  .special-page .info-container img {
    width: 100%;
    height: auto;
  }
}
.special-page .info-container h1 {
  font-size: 64px;
  line-height: 76px;
  margin: 0 0 48px;
}
@media (max-width: 576px) {
  .special-page .info-container h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 32px;
  }
}
.special-page .info-container h2 {
  font:
    32px/48px "BoraxvfRegular",
    Georgia,
    serif;
  margin: 0 0 16px;
}
@media (max-width: 576px) {
  .special-page .info-container h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 16px;
  }
}
.special-page .info-container h2 a {
  font-family:
    "BoraxvfRegular",
    Georgia,
    serif;
  text-decoration: none;
  color: #78BE21;
}
.special-page .info-container h2 a:hover {
  color: #5BA763;
  text-decoration: underline;
}
.special-page .info-container .text-info {
  padding: 0 0 44px;
  text-align: left;
}
.special-page .info-container .link-back {
  font:
    16px/22px "AlexandriaRegular",
    Helvetica,
    Arial,
    sans-serif;
}
.special-page .info-container .info-area {
  padding-bottom: 64px;
}
.special-page .container {
  position: relative;
  min-height: calc(100vh - 177px);
  padding-bottom: 0;
}
.special-page .link-back {
  position: absolute;
  bottom: 42px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.info-text {
  display: flex;
  align-items: center;
}
.info-text .info-mark,
.info-text .error-mark {
  background: url(/assets/images/info-mark-icon.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin-right: 6px;
  flex-shrink: 0;
}
.info-text .error-mark {
  width: 20px;
  background-image: url(/assets/images/error-mark-icon.svg);
}
.info-text.navigation-info {
  margin-bottom: -33px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.required:after {
  content: "*";
  display: inline-block;
  padding-left: 2px;
  color: inherit;
  vertical-align: text-top;
  line-height: 1;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
