/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("./src/fonts/nunito-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("./src/fonts/nunito-v26-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("./src/fonts/nunito-v26-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("./src/fonts/nunito-v26-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("./src/fonts/lora-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 600;
  src: url("./src/fonts/lora-v35-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/** Font-weights */
/** Colors */
/** Mediaquery breakpoints */
:root {
  --canvas-bg-color: #252525;
  --canvas-text-color: #fff;
}

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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Lora", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FCF2E6;
}

main {
  overflow-x: hidden;
}

.container {
  width: 96%;
  margin: 0 auto;
  max-width: 150rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

a {
  outline: none;
  transition: 0.25s ease color;
  display: inline-block;
  text-decoration: none;
}
a:focus-visible {
  outline: 0.2rem dashed #000;
}
a:focus, a:hover {
  color: #252525;
}
a:hover {
  outline: none;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

p {
  margin: 0 0 1.5rem;
  line-height: 1.25;
}
p:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: 700;
  letter-spacing: 0.49px;
}

img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  display: block;
}

button {
  font-size: 1.6rem;
  font-family: "Lora", sans-serif;
  background: none;
  color: #fff;
  appearance: none;
  border: none;
  padding: 0;
  transition: 0.25s ease color;
  cursor: pointer;
}
button:focus-visible {
  outline: 0.2rem dashed #fff;
}
button:focus, button:hover {
  color: #252525;
}
button:hover {
  outline: none;
}

input:focus-visible, select:focus-visible {
  outline: 0.2rem dashed #000;
}

.zigzag {
  position: relative;
}
.zigzag::after {
  content: "";
  width: 8.3rem;
  height: 1.2rem;
  background-image: url("./src/icons/waves.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 46em) {
  .zigzag::after {
    width: 7rem;
    height: 1rem;
  }
}

/* Skip to content */
.skip-to-content {
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  padding: 0.5rem 1.2rem 0.7rem;
  word-wrap: normal;
  color: #000;
  z-index: 50;
}
.skip-to-content:focus {
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  color: #000;
}

.sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  font-size: 0;
  text-indent: -999rem;
  display: inline-block;
  opacity: 0;
}

.center {
  display: flex;
  justify-content: center;
}

::selection {
  background-color: rgba(37, 37, 37, 0.15);
  padding: 1rem;
}

.detacsufbo {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.format-text h2 {
  font-size: 2rem;
  margin-bottom: 0.7rem;
}
.format-text h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
h2 + .format-text h3 {
  margin-top: 1.5rem;
}
.format-text h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
h3 + .format-text h4 {
  margin-top: 1.5rem;
}
.format-text h5,
.format-text h6 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.format-text p, .format-text li {
  font-size: 1.7rem;
  line-height: 1.7;
}
@media screen and (max-width: 46em) {
  .format-text p, .format-text li {
    font-size: 1.6rem;
  }
}
.format-text ul,
.format-text ol {
  margin-bottom: 3rem;
}
.format-text ul:last-child,
.format-text ol:last-child {
  margin-bottom: 0;
}
.format-text ul li,
.format-text ol li {
  position: relative;
  padding-left: 1.6rem;
  margin: 0;
}
.format-text ul li:last-child,
.format-text ol li:last-child {
  margin-bottom: 0;
}
.format-text ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 1.1rem;
  display: block;
  border-radius: 0.5rem;
}
.format-text ol li {
  padding-left: 2.4rem;
  counter-increment: list;
}
.format-text ol li::before {
  content: counter(list) ".";
  color: #000;
  font-weight: 600;
  position: absolute;
  left: 1.5rem;
  top: 0;
  transform: translateX(-100%);
  display: block;
}
.format-text p + ul,
.format-text p + ol {
  margin-top: -1rem;
}
.format-text a {
  font-weight: 600;
  text-decoration: underline;
  color: #000;
  text-underline-offset: 0.3rem;
}
.format-text a:hover, .format-text a:focus {
  color: rgba(0, 0, 0, 0.8);
}
.format-text .align-center {
  text-align: center;
}

/*
 * General Settings Styles
 */
.label {
  font-family: "Nunito", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.4rem;
}
.label--inline {
  display: inline-block;
  margin-bottom: 0;
}
.label--small {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

input[type=color]::-webkit-color-swatch {
  border: none;
  border-radius: 0.4rem;
}

.canvas-block {
  background-color: var(--canvas-bg-color);
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 46em) {
  .canvas-block {
    padding-bottom: 3.5rem;
  }
}
.canvas-block__canvas {
  margin: 0 auto;
  background-color: var(--canvas-bg-color);
  color: var(--canvas-text-color);
  border: none;
  display: block;
  width: 100%;
  max-width: 90rem;
}

.checkbox-block {
  display: inline-block;
  margin-right: 5rem;
  margin-bottom: 1.5rem;
}
.checkbox-block:last-child {
  margin-right: 0;
}
.checkbox-block__label {
  position: relative;
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.3rem 0 0.2rem 3rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
.checkbox-block__input:focus-visible + .checkbox-block__label {
  outline: 0.2rem dashed #000;
}
.checkbox-block__label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #000;
  position: absolute;
  top: 0.3rem;
  left: 0;
  border-radius: 0.3rem;
  transition: background-color 0.2s ease;
}
.checkbox-block__input:checked + .checkbox-block__label::before {
  background-color: #000;
}
.checkbox-block__label::after {
  content: "";
  background-image: url("./src/icons/checkmark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.4rem;
  width: 1.4rem;
  position: absolute;
  left: 0.3rem;
  top: 0.6rem;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.checkbox-block__input:checked + .checkbox-block__label::after {
  opacity: 1;
}

.color-picker {
  padding: 2rem 3.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  max-width: 48rem;
  margin-top: 1rem;
  border: 0.1rem solid #E2DEDA;
}
@media screen and (max-width: 38em) {
  .color-picker {
    padding: 2rem 0;
  }
}

.hour-mode {
  margin-bottom: 4rem;
}

.select-block {
  margin-bottom: 4rem;
}
@media screen and (max-width: 46em) {
  .select-block__label {
    display: inline-flex;
    flex-flow: column wrap;
  }
}
.select-block__select {
  position: relative;
  display: inline-block;
}
.select-block__select::after {
  content: "";
  background-image: url("./src/icons/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.7rem;
  width: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 1.6rem;
}
@media screen and (max-width: 46em) {
  .select-block__select {
    margin-top: 1rem;
  }
}
.select-block__dropdown {
  font-family: "Nunito", sans-serif;
  background-color: #fff;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  transition: color 0.25s ease, font-size 0.25s ease;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
  padding: 1.1rem 3.2rem 1.1rem 1.1rem;
  margin-left: 1.2rem;
  border-radius: 0.3rem;
}
@media screen and (max-width: 46em) {
  .select-block__dropdown {
    margin-left: 0;
  }
}
.select-block + .select-block {
  margin-top: -1rem;
}

.settings-block {
  position: relative;
  padding: 2rem 0 8rem;
  background-color: #fff;
}
@media screen and (max-width: 68em) {
  .settings-block {
    padding-top: 0;
  }
}
.settings-block::before {
  content: "";
  width: 100%;
  height: 56rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--canvas-bg-color);
}
.settings-block.has-drag {
  padding: 0;
}
.settings-block.has-drag::before {
  display: none;
}
.settings-block__inner {
  position: relative;
  z-index: 1;
  background-color: #FCF2E6;
  max-width: 74.8rem;
  border-radius: 4rem 4rem 2rem 2rem;
}
.has-drag .settings-block__inner {
  position: absolute;
  width: 100%;
  max-width: 62rem;
}
.settings-block__header {
  position: relative;
  background-color: #161616;
  padding: 2.6rem 0 2.5rem;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
}
.settings-block__drag {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  user-select: none;
}
@media screen and (max-width: 68em) {
  .settings-block__drag {
    display: none;
  }
}
.settings-block__drag-icon {
  width: 3rem;
  height: 3rem;
}
.settings-block__title {
  color: #fff;
  font-weight: 800;
}
.settings-block__content {
  padding: 4rem 7rem 6rem;
}
.has-drag .settings-block__content {
  padding: 4rem 5rem 6rem;
}
@media screen and (max-width: 46em) {
  .settings-block__content {
    padding: 3.5rem 4rem 5rem;
  }
}
@media screen and (max-width: 30em) {
  .settings-block__content {
    padding: 3rem 2.5rem 4.5rem;
  }
}

.settings-table {
  position: relative;
}
.settings-table--time {
  margin: -1rem 0 4.6rem;
  padding-left: 3.3rem;
}
.settings-table--time::before {
  content: "";
  width: 0.3rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(250, 70, 65, 0.5);
  border-radius: 0.2rem;
}
.settings-table--modulo::before {
  background-color: rgba(140, 99, 228, 0.5);
}
.settings-table__columns {
  display: inline-flex;
  justify-content: flex-start;
  border: 0.1rem solid #e2deda;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
}
@media screen and (max-width: 38em) {
  .settings-table__columns {
    display: block;
    border: none;
    background-color: transparent;
    border-radius: 0;
  }
}
.settings-table__column {
  position: relative;
  border: none;
  width: 16rem;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding-bottom: 3rem;
}
.settings-table__column--increment-decrement {
  padding-bottom: 12rem;
}
@media screen and (max-width: 38em) {
  .settings-table__column--increment-decrement {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 38em) {
  .settings-table__column {
    display: block;
    width: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    border: 0.1rem solid #e2deda;
  }
}
.settings-table__column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #d9d9d9;
}
@media screen and (max-width: 38em) {
  .settings-table__column::after {
    display: none;
  }
}
.settings-table__column:first-child::after {
  display: none;
}
.settings-table__column-title {
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 800;
  border-bottom: 0.1rem solid #d9d9d9;
  text-align: center;
  padding: 1.8rem 0.5rem 1.6rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 38em) {
  .settings-table__column-title {
    text-align: left;
    padding: 1.8rem 3rem 1.6rem;
    display: block;
  }
}
.settings-table__row {
  margin-top: 1rem;
}
@media screen and (max-width: 38em) {
  .settings-table__row {
    padding: 0 3rem;
  }
}
.settings-table__row:first-of-type {
  margin-top: 0;
}
.settings-table__label {
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.settings-table__input {
  width: 6rem;
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0.1rem solid rgba(37, 37, 37, 0.15);
  border-radius: 0.3rem;
  padding: 0.7rem;
}
.settings-table__input--mod {
  width: 5rem;
  margin-left: 0.9rem;
  border: 0.1rem solid rgba(37, 37, 37, 0.1);
}
.settings-table__color-picker {
  margin-left: 1.4rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #000;
  background-color: #fff;
}
.settings-table__color-picker:focus-visible {
  outline: 0.1rem solid #000;
}

.switcher {
  background-color: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  transition: background-color 0.25s ease;
  cursor: pointer;
  margin-top: 1.8rem;
  padding: 0.2rem 0;
  border-radius: 0.2rem;
}
.switcher:focus-visible {
  outline: 0.2rem dashed #000;
}
.switcher:hover {
  outline: none;
}
.switcher__switcher {
  position: relative;
  display: inline-block;
  border: 0.1rem solid #000;
  border-radius: 1rem;
  height: 2rem;
  width: 4rem;
  margin: 0 0.8rem;
}
.switcher__switch {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  display: inline-block;
  border: 0.2rem solid black;
  border-radius: 0.8rem;
  height: 1.4rem;
  width: 1.4rem;
  background: #000;
  transition: left 0.25s ease;
}
[aria-checked=true] .switcher__switch {
  left: 2.2rem;
}
.switcher__state {
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  color: #000;
}
.switcher__state.active {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.visibility-settings {
  margin-bottom: 4rem;
}
.visibility-settings__checkboxes {
  margin-bottom: -1.5rem;
}

.references-block {
  background-color: #FCF2E6;
  box-shadow: inset 0 0 10rem 1rem rgba(0, 0, 0, 0.1);
  padding: 6.8rem 0 8rem;
}
@media screen and (max-width: 46em) {
  .references-block {
    padding: 5rem 0 6rem;
  }
}
.references-block__inner {
  max-width: 90rem;
}
.references-block__title {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 46em) {
  .references-block__title {
    font-size: 3.2rem;
    padding-bottom: 2.3rem;
    margin-bottom: 3.5rem;
  }
}

.reference {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.reference:last-child {
  margin-bottom: 0;
}
.reference__inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 46em) {
  .reference__inner {
    display: block;
  }
}
.reference__image {
  max-width: 21rem;
}
@media screen and (max-width: 46em) {
  .reference__image {
    margin: 0 auto;
  }
}
.reference__content {
  padding-top: 2rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 46em) {
  .reference__content {
    padding-left: 0;
    padding-top: 2.4rem;
  }
}
.reference__title {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.26;
  margin-bottom: 0.8rem;
}

.hero-block {
  background-color: #FCF2E6;
  box-shadow: inset 0 0 10rem 1rem rgba(0, 0, 0, 0.1);
}
.text-page .hero-block {
  min-height: calc(100dvh - 15.8rem);
}
@media screen and (max-width: 68em) {
  .text-page .hero-block {
    min-height: calc(100dvh - 14.7rem);
  }
}
.hero-block__inner {
  position: relative;
  padding: 10rem 0 3.8rem;
  max-width: 126rem;
}
.hero-block:last-child .hero-block__inner {
  padding-bottom: 8rem;
}
.hero-block__inner::before {
  content: "";
  background-image: url("./src/images/decoration-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.2rem;
  height: 27.2rem;
  position: absolute;
  top: 13.5rem;
  left: 0;
}
@media screen and (max-width: 80em) {
  .hero-block__inner::before {
    width: 18rem;
    height: 21.1rem;
    top: 9.5rem;
  }
}
@media screen and (max-width: 68em) {
  .hero-block__inner::before {
    width: 13rem;
    height: 15.2rem;
    left: -1rem;
  }
}
@media screen and (max-width: 48em) {
  .hero-block__inner::before {
    width: 10rem;
    height: 11.7rem;
  }
}
@media screen and (max-width: 46em) {
  .hero-block__inner::before {
    display: none;
  }
}
.hero-block__inner::after {
  content: "";
  background-image: url("./src/images/decoration-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.2rem;
  height: 27.2rem;
  position: absolute;
  top: 3.6rem;
  right: 4rem;
}
@media screen and (max-width: 80em) {
  .hero-block__inner::after {
    width: 18rem;
    height: 21.1rem;
    right: 0;
  }
}
@media screen and (max-width: 68em) {
  .hero-block__inner::after {
    width: 13rem;
    height: 15.2rem;
    right: -1rem;
  }
}
@media screen and (max-width: 48em) {
  .hero-block__inner::after {
    width: 10rem;
    height: 11.7rem;
  }
}
@media screen and (max-width: 46em) {
  .hero-block__inner::after {
    display: none;
  }
}
.text-page .hero-block__inner {
  padding-top: 13rem;
}
.hero-block__content {
  position: relative;
  max-width: 67rem;
  margin: 0 auto;
  z-index: 1;
}
.hero-block__title {
  font-size: 5.6rem;
  line-height: 1.04;
  font-weight: 800;
  text-align: center;
  padding-bottom: 3.5rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 80em) {
  .hero-block__title {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 46em) {
  .hero-block__title {
    font-size: 4.5rem;
    padding-bottom: 2.3rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 30em) {
  .hero-block__title {
    font-size: 3.8rem;
  }
}
.hero-block__section {
  margin-bottom: 4.4rem;
}
.hero-block__section:last-child {
  margin-bottom: 0;
}
.hero-block__subtitle {
  position: relative;
  padding-left: 2.6rem;
  margin-bottom: 0.8rem;
}
.hero-block__subtitle::before {
  content: "";
  background-image: url("./src/icons/triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.6rem;
  width: 1.7rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.hero-block__section:nth-of-type(2n) .hero-block__subtitle::before {
  content: "";
  background-image: url("./src/icons/square.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.7rem;
  width: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-block__section:nth-of-type(3n) .hero-block__subtitle::before {
  content: "";
  background-image: url("./src/icons/pentagon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.7rem;
  width: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
}

.scroll-to {
  position: relative;
  font-size: 1.6rem;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  padding-bottom: 2rem;
  color: #000;
  margin: 0 auto;
}
.scroll-to:hover, .scroll-to:focus {
  color: rgba(0, 0, 0, 0.75);
}
.scroll-to::after {
  content: "";
  background-image: url("./src/icons/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.8rem;
  width: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-to__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 7.2rem;
}
@media screen and (max-width: 46em) {
  .scroll-to__wrapper {
    margin-top: 5rem;
  }
}

.mail {
  display: flex;
  justify-content: center;
}
.mail__link {
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-decoration: underline;
  font-size: 2.4rem;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.2rem;
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 46em) {
  .mail__link {
    font-size: 2.1rem;
  }
}
.mail__link:hover, .mail__link:focus {
  color: rgba(0, 0, 0, 0.65);
}

.increment-decrement {
  position: absolute;
  bottom: 2.5rem;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 38em) {
  .increment-decrement {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
  }
}
@media screen and (max-width: 30em) {
  .increment-decrement {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 2.5rem;
    text-align: left;
    padding-left: 3rem;
  }
}
.increment-decrement__button {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  background-color: #000;
  border-radius: 0.5rem;
  padding: 0.7rem 1rem;
  transition: background-color 0.2s ease;
}
.increment-decrement__button:focus-visible {
  outline: 0.2rem dashed #000;
}
.increment-decrement__button:hover {
  background-color: #454545;
}
.increment-decrement__button:hover, .increment-decrement__button:focus {
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
}
.brand:focus-visible {
  outline-color: #fff;
}
.header .brand {
  outline-color: #000;
}
.brand__image {
  width: 8rem;
  display: block;
}
@media screen and (max-width: 46em) {
  .brand__image {
    width: 7rem;
  }
}
.header .brand__image {
  display: none;
}
.brand__text {
  font-family: "Nunito", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 800;
  padding: 0.4rem 0 0.4rem 1.5rem;
  margin-left: 1.8rem;
  border-left: 0.1rem solid #fff;
  color: #fff;
  transition: 0.2s ease color;
}
.brand__text:hover, .brand__text:focus {
  color: rgba(255, 255, 255, 0.5);
}
.header .brand__text {
  padding: 0.4rem 0;
  border: none;
  margin-left: 0;
  color: #000;
}
.header .brand__text:hover, .header .brand__text:focus {
  color: rgba(0, 0, 0, 0.65);
}

.creative-common {
  max-width: 34rem;
  color: rgba(239, 239, 239, 0.75);
}
@media screen and (max-width: 46em) {
  .creative-common {
    margin-top: 2.8rem;
  }
}
.creative-common__icons {
  display: flex;
  margin: 0 -0.3rem;
}
.creative-common__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 0.3rem;
}
@media screen and (max-width: 46em) {
  .creative-common__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.creative-common__icon-img {
  width: 100%;
}
.creative-common__text {
  font-size: 1.2rem;
  line-height: 1.333;
  margin-top: 1.2rem;
}
@media screen and (max-width: 46em) {
  .creative-common__text {
    margin-top: 1rem;
  }
}
.creative-common__link {
  color: rgba(239, 239, 239, 0.75);
  text-decoration: underline;
  text-underline-offset: 0.1rem;
  display: inline;
}
.creative-common__link:hover, .creative-common__link:focus {
  color: #fff;
}
.creative-common__link:focus-visible {
  outline: 0.1rem dashed #fff;
}

.footer {
  font-family: "Nunito", sans-serif;
  background-color: #000;
  padding: 2.5rem 0 2.7rem;
}
@media screen and (max-width: 68em) {
  .footer {
    padding: 2rem 0 2.1rem;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 46em) {
  .footer__inner {
    display: block;
  }
}
.footer__left {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding-right: 3rem;
}

.footer-navigation {
  margin-top: 2rem;
}
@media screen and (max-width: 68em) {
  .footer-navigation {
    margin-top: 1.4rem;
  }
}
.footer-navigation__list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: -0.4rem;
}
.footer-navigation__item {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 3rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 68em) {
  .footer-navigation__item {
    font-size: 1.5rem;
    margin-right: 2.4rem;
  }
}
@media screen and (max-width: 46em) {
  .footer-navigation__item {
    margin-right: 2.1rem;
  }
}
.footer-navigation__item:last-child {
  margin-right: 0;
}
.footer-navigation__link {
  color: #fff;
}
.footer-navigation__link.active, .footer-navigation__link:hover, .footer-navigation__link:focus {
  color: rgba(255, 255, 255, 0.5);
}
.footer-navigation__link:focus-visible {
  outline-color: #fff;
}

.header {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  z-index: 15;
}
@media screen and (max-width: 80em) {
  .header {
    top: 2rem;
  }
}
@media screen and (max-width: 46em) {
  .header {
    top: 1.5rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width: 46em) {
  .header__inner {
    display: block;
  }
}

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