@media (min-width: 1201px) {
  html {
    font-size: calc(16 * 0.0520833333vw);
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  html {
    font-size: calc(16 * 0.1302083333vw);
  }
}

@media (max-width: 767px) {
  html {
    font-size: calc(16 * 0.2777777778vw);
  }
}

@font-face {
  font-family: "Geometria";
  src: url("/fonts/Geometria.woff") format("woff"),
    url("/fonts/Geometria.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("/fonts/Geometria-Medium.woff") format("woff"),
    url("/fonts/Geometria-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("/fonts/Geometria-Bold.woff") format("woff"),
    url("/fonts/Geometria-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Geometria, sans-serif;
  margin: 0;
}

input {
  font-family: Geometria, sans-serif;
}

h1,
h2,
p,
a,
ul,
li,
button,
input {
  line-height: 1.2;
  margin: 0;
  color: #333333;
}



p,
a,
ul,
li,
button,
input {
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {

  p,
  a,
  ul,
  li,
  button,
  input {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {

  p,
  a,
  ul,
  li,
  button,
  input {
    font-size: 16px;
  }
}

h1 {
  font-size: 2rem;
}

.instructions h1 {
  margin-bottom: 1.041666666666667rem;
}

@media screen and (max-width: 1200px) {
  .instructions h1 {
    font-size: 38px;
  }

  .instructions h1 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }

  .instructions h1 {
    text-align: center;
    margin-bottom: 15px;
  }
}

h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.375rem;
  }
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 0.9375rem;
  }
}

.instructions>p {
  font-size: 1.125rem;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 1200px) {
  .instructions>p {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .instructions>p {
    font-size: 1rem;
  }
}

.instruction__right img {
  width: 20px;
}

.instructions>label {
  display: flex;
  width: 100%;
  height: fit-content;
  position: relative;
}

.instructions>label input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.9375rem 3.125rem 0.9375rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #dadada;
}

@media screen and (max-width: 767px) {
  .instructions>label input {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

.instructions>label input:focus {
  outline: none;
  border-color: #888888;
}

.instructions>label svg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  cursor: pointer;
}

.instructions .instructions__items {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media screen and (max-width: 1200px) {
  .instructions .instructions__items {
    margin-top: 30px;
    gap: 12px;
  }
}

.instructions .instructions__items .instruction {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 1.875rem;
  border-radius: 0.625rem;
  border: 1px solid #d9d9d9;
}

@media screen and (max-width: 1200px) {
  .instructions .instructions__items .instruction {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .instructions .instructions__items .instruction {
    padding: 10px;
    flex-direction: column;
    gap: 5px;
  }
}

.instructions .instructions__items .instruction .instruction__left {
  display: flex;
  gap: 1.125rem;
}

@media screen and (max-width: 1200px) {
  .instructions .instructions__items .instruction .instruction__left {
    gap: 10px;
  }
}

.instructions .instructions__items .instruction .instruction__left img {
  width: 2.5rem;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .instructions .instructions__items .instruction .instruction__left img {
    width: 50px;
  }
}

.instructions .instructions__items .instruction .instruction__left .instruction__info {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

@media screen and (max-width: 1200px) {
  .instructions .instructions__items .instruction .instruction__left .instruction__info {
    gap: 5px;
  }
}

@media screen and (max-width: 767px) {
  .instructions .instructions__items .instruction .instruction__left .instruction__info p {
    font-size: 0.875rem;
  }
}

.instructions .instructions__items .instruction .instruction__left .instruction__info p:nth-child(1) {
  font-weight: 500;
}

.instructions .instructions__items .instruction .instruction__left .instruction__info p:nth-child(3) {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .instructions .instructions__items .instruction .instruction__left .instruction__info p:nth-child(3) {
    font-size: 0.75rem;
  }
}

.instructions .instructions__items .instruction .instruction__right {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .instructions .instructions__items .instruction .instruction__right {
    flex-direction: row-reverse;
  }
}

.instructions .instructions__items .instruction .instruction__right a img {
  width: 1.25rem;
  height: 1.25rem;
}

.instructions .instructions__items .instruction .instruction__right p {
  text-align: right;
  font-size: 0.875rem;
}

@media screen and (max-width: 1200px) {
  .instructions .instructions__items .instruction .instruction__left .instruction__info p {
    font-size: 16px;
  }

  .instructions .instructions__items .instruction .instruction__left .instruction__info p:nth-child(3) {
    font-size: 14px;
  }

  .instructions .instructions__items .instruction .instruction__right p {
    text-align: right;
    font-size: 16px;
  }

  .instructions .instructions__items .instruction .instruction__right p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .instructions .instructions__items .instruction .instruction__left .instruction__info p {
    font-size: 14px;
  }

  .instructions .instructions__items .instruction .instruction__left .instruction__info p:nth-child(3) {
    font-size: 12px;
  }

  .instructions .instructions__items .instruction .instruction__right p {
    text-align: right;
    font-size: 14px;
  }

  .instructions .instructions__items .instruction .instruction__right p {
    font-size: 12px;
  }
}

.instructions .question__filter {
  padding-top: 1.5625rem;
}

@media screen and (max-width: 1200px) {
  .instructions .question__filter {
    margin-top: 30px;
  }
}

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