/* BOOTSTRAP 4 */
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Open+Sans", "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ff5252;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #ff5252;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* HELPERS, MIXINS, ANIMATIONS */
/* FONT VARIABLES */
/* COLOR VARIABLES */
/* TRANSITIONS AND ANIMATIONS */
/* BREAKPOINTS */
@font-face {
  font-family: "Open+Sans", sans-serif;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: local("Inter Extra Light"),
    url("../fonts/inter-extra-light.otf") format("opentype");
  /* Chrome 26+, Opera 23+, Firefox 39+ */
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter Regular"),
    url("../fonts/inter-regular.otf") format("opentype");
  /* Chrome 26+, Opera 23+, Firefox 39+ */
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local("Inter Bold"), url("../fonts/inter-bold.otf") format("opentype");
  /* Chrome 26+, Opera 23+, Firefox 39+ */
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: local("Inter Bold"),
    url("../fonts/inter-bold-italic.otf") format("opentype");
  /* Chrome 26+, Opera 23+, Firefox 39+ */
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: local("Inter Black"), url("../fonts/inter-black.otf") format("opentype");
  /* Chrome 26+, Opera 23+, Firefox 39+ */
}

@-webkit-keyframes slide-left-to-right {
  0% {
    left: -150%;
  }
  75% {
    left: 10%;
  }
  100% {
    left: 0;
  }
}

@keyframes slide-left-to-right {
  0% {
    left: -150%;
  }
  75% {
    left: 10%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes slide-top-to-bottom {
  0% {
    top: -200%;
  }
  75% {
    top: 10%;
  }
  100% {
    top: 0;
  }
}

@keyframes slide-top-to-bottom {
  0% {
    top: -200%;
  }
  75% {
    top: 10%;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  2%,
  10% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  4%,
  12% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  6%,
  14% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  8%,
  16%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  2%,
  10% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  4%,
  12% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  6%,
  14% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  8%,
  16%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes wave {
  0%,
  100% {
    -webkit-transform: rotate(-7dg);
    transform: rotate(-7dg);
  }
  50% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}

@keyframes wave {
  0%,
  100% {
    -webkit-transform: rotate(-7dg);
    transform: rotate(-7dg);
  }
  50% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}

/* COMMON STYLES */
html {
  font-size: 14px;
}

body {
  margin: 0;
  font-family: "Open+Sans", sans-serif;
  background: #52b6ac;
}

p {
  margin: 0;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* COMPONENTS */
.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__content {
  padding-top: 86px;
  padding-bottom: 44px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  background-color: #e6e0db;
  background-image: url("../images/Header.jpg");
  background-size: cover;
}

.header__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  max-width: 800px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  text-wrap: nowrap;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 10px 5px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 550px) {
  .header__title {
    font-size: 58px;
  }
}
@media (min-width: 1024px) {
  .header__title {
    font-size: 86px;
  }
}
.header__info {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
  background-color: #ff5252;
  border-radius: 2rem;
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .header__info {
    font-size: 28px;
  }
}
.header__big-fill {
  position: absolute;
  top: 95%;
  right: 85%;
  width: 10%;
  height: 42%;
  background-image: url("../images/star_fill.png");
  background-size: 75%;
  background-repeat: no-repeat;
  -webkit-animation: 8s ease 0s normal forwards 1 fadein;
  animation: 8s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
.header__mid-fill {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 10%;
  height: 30%;
  background-image: url("../images/star_fill.png");
  background-size: 55%;
  background-repeat: no-repeat;
  -webkit-animation: 6s ease 0s normal forwards 1 fadein;
  animation: 6s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
.header__small-fill {
  position: absolute;
  top: 70%;
  right: 20%;
  width: 10%;
  height: 30%;
  background-image: url("../images/star_fill.png");
  background-size: 35%;
  background-repeat: no-repeat;
  -webkit-animation: 4s ease 0s normal forwards 1 fadein;
  animation: 4s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
@media (min-width: 1020px) {
  .header__big-fill {
    top: 165%;
    right: 75%;
  }
  .header__small-fill {
    top: 105%;
    right: 20%;
  }
}
@media (max-width: 500px) {
  .header__big-fill {
    top: 95%;
    right: 90%;
  }
  .header__small-fill {
    top: 105%;
    right: 1%;
  }
}
.header__big-empty {
  position: absolute;
  right: 85%;
  width: 10%;
  height: 42%;
  background-image: url("../images/star_empty.png");
  background-size: 85%;
  background-repeat: no-repeat;
  -webkit-animation: 6s ease 0s normal forwards 1 fadein;
  animation: 6s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
.header__small-empty {
  position: absolute;
  top: 48%;
  right: 0%;
  width: 10%;
  height: 30%;
  background-image: url("../images/star_empty.png");
  background-size: 40%;
  background-repeat: no-repeat;
  -webkit-animation: 8s ease 0s normal forwards 1 fadein;
  animation: 8s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
@keyframes fadein {
  0% {
    opacity: 10%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 10%;
  }
}

.header__flipdown {
  margin: auto;
}
.header__flipdown.flipdown.flipdown__theme-light .rotor-top,
.header__flipdown.flipdown.flipdown__theme-light .rotor-leaf-front,
.header__flipdown.flipdown.flipdown__theme-light .rotor-bottom,
.header__flipdown.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #ff5252;
}
.header__flipdown.flipdown.flipdown__theme-light .rotor-group {
  position: relative;
}
.header__flipdown.flipdown.flipdown__theme-light
  .rotor-group:last-child
  .rotor-group-heading {
  width: 100%;
}
.header__flipdown.flipdown.flipdown__theme-light .rotor {
  -webkit-box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.5);
}
.header__flipdown.flipdown.flipdown__theme-light .rotor-group-heading {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: calc(100% - 20px);
  -webkit-box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 550px) {
  .header__flipdown.flipdown.flipdown__theme-light .rotor-group-heading {
    width: calc(100% - 30px);
  }
}
.header__flipdown.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #ff5252;
  background-color: #fff;
}

@media (max-width: 550px) {
  .header__round-two {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__round-two {
    transform: translate(10px, 500px);
  }
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e6e0db;
}
.footer__content {
  padding-top: 64px;
  padding-bottom: 256px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  background-color: #e6e0db;
  background: url("../images/Footer.jpg");
  background-color: #0000;
  background-size: cover;
}

.footer__text {
  margin: auto;
  max-width: 800px;
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .footer__text {
    font-size: 36px;
  }
}
.footer__text-start {
  position: relative;
}

.footer__big-fill {
  position: absolute;
  transform: translate(529px, 250px);
  right: 85%;
  width: 10%;
  height: 20%;
  background-image: url("../images/star_fill.png");
  background-size: 75%;
  background-repeat: no-repeat;
  -webkit-animation: 8s ease 0s normal forwards 1 fadein;
  animation: 8s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
.footer__mid-fill {
  position: absolute;
  transform: translate(811px, 185px);
  width: 10%;
  height: 18%;
  background-image: url("../images/star_fill.png");
  background-size: 55%;
  background-repeat: no-repeat;
  -webkit-animation: 6s ease 0s normal forwards 1 fadein;
  animation: 6s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
.footer__small-fill {
  position: absolute;
  transform: translate(114px, 0px);
  width: 10%;
  height: 30%;
  background-image: url("../images/star_fill.png");
  background-size: 35%;
  background-repeat: no-repeat;
  -webkit-animation: 4s ease 0s normal forwards 1 fadein;
  animation: 4s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}

.footer__big-empty {
  position: absolute;
  transform: translate(0px, 0px);
  width: 10%;
  height: 48%;
  background-image: url("../images/star_empty.png");
  background-size: 85%;
  background-repeat: no-repeat;
  -webkit-animation: 6s ease 0s normal forwards 1 fadein;
  animation: 6s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
.footer__small-empty {
  position: absolute;
  transform: translate(-190px, 344px);
  right: 0%;
  width: 10%;
  height: 30%;
  background-image: url("../images/star_empty.png");
  background-size: 40%;
  background-repeat: no-repeat;
  -webkit-animation: 8s ease 0s normal forwards 1 fadein;
  animation: 8s ease 0.5s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
@keyframes fadein {
  0% {
    opacity: 10%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 10%;
  }
}
@media (max-width: 500px) {
  .footer__big-fill {
    transform: translate(65px, 85px);
  }
  .footer__mid-fill {
    transform: translate(245px, 88px);
  }
  .footer__small-fill {
    transform: translate(160px, -31px);
  }
  .footer__big-empty {
    transform: translate(0px, -44px);
  }
  .footer__small-empty {
    transform: translate(0px, -28px);
  }
}
@media (min-width: 501px) {
  .footer__big-fill {
    transform: translate(65px, 125px);
  }
  .footer__mid-fill {
    transform: translate(245px, 125px);
  }
  .footer__small-fill {
    transform: translate(160px, -31px);
  }
  .footer__big-empty {
    transform: translate(0px, -44px);
  }
  .footer__small-empty {
    transform: translate(0px, -28px);
  }
}
@media (min-width: 686px) {
  .footer__big-fill {
    transform: translate(439px, 125px);
  }
  .footer__mid-fill {
    transform: translate(535px, 125px);
  }
  .footer__big-empty {
    transform: translate(0px, -68px);
  }
}
@media (min-width: 1020px) {
  .footer__big-fill {
    transform: translate(529px, 125px);
    height: 30%;
  }
  .footer__mid-fill {
    transform: translate(856px, 125px);
    height: 20%;
  }
}

/* BLOCKS*/
.button {
  display: inline-block;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 4px;
  color: #fff;
  background-color: #ff5252;
  border-radius: 2rem;
  border-width: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.2);
  opacity: 0.8;
  cursor: pointer;
}

.content {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}
.content__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1000px;
}
.content__welcome {
  position: relative;
  margin-bottom: 54px;
  text-align: center;
}
@media (min-width: 1024px) {
  .content__welcome {
    margin-bottom: 72px;
  }
}
.content__text {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .content__text {
    font-size: 24px;
  }
}
.content__text--accent {
  color: #4d4035;
}
.content__text--bold {
  font-weight: 700;
}
.content__text--light {
  font-weight: 300;
}
.content__photos {
  position: relative;
  padding-top: 50px;
}
@media (min-width: 550px) {
  .content__photos {
    padding-top: 70px;
  }
}

.content__photos-link {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.content__photos-link:hover {
  -webkit-transform: rotate(-3deg) scale(1.1);
  transform: rotate(-3deg) scale(1.1);
  cursor: -webkit-grab;
  cursor: grab;
}
.content__photos-img {
  width: 100%;
  height: auto;
}
.content__photos-container {
  padding-top: 32px;
}
.content__photos-container::before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 80px;
  height: 80px;
  background-image: url("../images/big_fill.png");
  background-size: 80%;
  background-repeat: no-repeat;
  content: "";
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation: wave 3s ease-in-out infinite;
  animation: wave 3s ease-in-out infinite;
}
@media (min-width: 550px) {
  .content__photos-container::before {
    top: 10px;
    left: 0;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1024px) {
  .content__photos-container::before {
    width: 200px;
    height: 200px;
  }
}
.content__photos-container::after {
  position: absolute;
  bottom: -50px;
  right: 0;
  rotate: -90deg;
  width: 140px;
  height: 140px;
  background-image: url("../images/big_empty.png");
  background-size: 60%;
  background-repeat: no-repeat;
  content: "";
  -webkit-animation: shake 3s linear infinite;
  animation: shake 3s linear infinite;
}
@media (min-width: 550px) {
  .content__photos-container::after {
    right: 10px;
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .content__photos-container::after {
    width: 220px;
    height: 220px;
  }
}
.content__title {
  position: relative;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  color: #ff5252;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .content__title {
    margin-bottom: 48px;
    font-size: 48px;
  }
}
.content__steps {
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .content__steps {
    margin-bottom: 0;
  }
}
.content__actions {
  position: relative;
  padding-top: 64px;
  margin: 24px;
  z-index: 10;
}
.content__lines-up {
  position: absolute;
  top: 18%;
  left: -50%;
  z-index: 5;
}
.content__lines-img {
  height: 820px;
  width: 1080px;
}
@media (max-width: 550px) {
  .content__lines-up {
    display: none;
  }
}
@media (min-width: 550px) {
  .content__lines-up {
    left: -180%;
  }
  .content__lines-img {
    height: 600px;
    width: 1080px;
  }
}
@media (min-width: 600px) {
  .content__lines-up {
    left: -155%;
  }
}
@media (min-width: 680px) {
  .content__lines-up {
    left: -130%;
  }
}
@media (min-width: 795px) {
  .content__lines-up {
    left: -105%;
  }
}
@media (min-width: 978px) {
  .content__lines-up {
    left: -80%;
  }
}
@media (min-width: 1024px) {
  .content__lines-up {
    position: absolute;
    top: 23%;
    left: -100%;
    z-index: 5;
  }
  .content__lines-img {
    height: 820px;
    width: 1080px;
  }
  /* .content__shirt-img {
    position: relative;
    transform: translate(-30%, -220%);
  }
  .content__button-img {
    position: relative;
    transform: translate(-200%, 450%);
  } */
}
.content__lines-down {
  position: absolute;
  bottom: -8%;
  left: 40%;
  z-index: 5;
}
.content__lines-d-img {
  height: 820px;
  width: 1080px;
}
@media (max-width: 550px) {
  .content__lines-down {
    display: none;
  }
}
@media (min-width: 550px) {
  .content__lines-down {
    bottom: -20%;
    left: 35%;
  }
  .content__lines-d-img {
    height: 900px;
    width: 250px;
  }
}
@media (min-width: 648px) {
  .content__lines-down {
    bottom: -15%;
    left: 40%;
  }
}
@media (min-width: 758px) {
  .content__lines-down {
    bottom: -15%;
    left: 40%;
  }
}
@media (min-width: 760px) {
  .content__lines-down {
    bottom: -15%;
    left: 40%;
  }
  .content__lines-d-img {
    height: 1100px;
    width: 400px;
  }
}

@media (min-width: 1024px) {
  .content__lines-down {
    bottom: -10%;
    left: 38%;
  }
}
.running-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  overflow: hidden;
  background-color: #ff5252;
  z-index: 5;
}
@media (min-width: 1024px) {
  .running-line {
    min-height: 54px;
  }
}
.running-line__content {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  min-width: 1400px;
  overflow: hidden;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.running-line__content--1 {
  -webkit-animation: ticker 20s infinite linear forwards;
  animation: ticker 20s infinite linear forwards;
}
.running-line__content--2 {
  -webkit-animation: 20s ticker 10s infinite linear forwards;
  animation: 20s ticker 10s infinite linear forwards;
}
.running-line__logo {
  margin-right: 16px;
  height: 32px;
  width: auto;
  margin-top: -11px;
}
@media (min-width: 1024px) {
  .running-line__logo {
    height: 44px;
  }
}
.running-line__text {
  margin-right: 16px;
  font-size: 24px;
  line-height: 1;
  color: #e6e0db;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (min-width: 1024px) {
  .running-line__text {
    font-size: 24px;
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 0;
}
@media (min-width: 550px) {
  .steps {
    grid-template-columns: 1fr 1fr;
  }
}
/* .steps::before {
  position: absolute;
  top: 55%;
  right: 90%;
  width: 30%;
  height: 20%;
  padding-bottom: 50%;
  background-image: url("../images/finger_print.png");
  background-size: cover;
  background-position-x: 100%;
  opacity: 30%;
  content: "";
}
@media (min-width: 550px) {
  .steps::before {
    padding-bottom: 20%;
    top: 25%;
    right: 80%;
  }
}
@media (min-width: 1024px) {
  .steps::before {
    padding-bottom: 20%;
    top: 25%;
  }
}
@media (min-width: 1200px) {
  .steps::before {
    top: 25%;
  }
}
.steps::after {
  position: absolute;
  bottom: -20%;
  right: 20%;
  width: 40%;
  padding-bottom: 200%;
  background-image: url("../images/finger_print.png");
  background-size: contain;
  background-position-x: 100%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  opacity: 30%;
  content: "";
  z-index: 0;
}
@media (min-width: 550px) {
  .steps::after {
    bottom: 5%;
    right: 5%;
    padding-bottom: 100%;
  }
}
@media (min-width: 1024px) {
  .steps::after {
    bottom: 10%;
    right: 10%;
    padding-bottom: 50%;
  }
}
.steps__step {
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .steps__step {
    margin-bottom: 48px;
  }
} */

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.step--1,
.step--3,
.step--5 {
  position: relative;
}
.step--1 .step__img,
.step--3 .step__img,
.step--5 .step__img {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.step--2,
.step--4,
.step--6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 550px) {
  .step--2,
  .step--4,
  .step--6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.step--2 .step__img,
.step--4 .step__img,
.step--6 .step__img {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step__number {
  margin-right: 16px;
  font-size: 67px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  color: #ff5252;
}
@media (min-width: 550px) {
  .step__number {
    font-size: 100.5px;
  }
}
@media (min-width: 1024px) {
  .step__number {
    font-size: 134px;
  }
}
.step__text-container {
  position: relative;
  padding: 16px;
}
.step__text {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .step__text {
    font-size: 24px;
  }
}
.step__text--bold {
  font-weight: 700;
}
.bright {
  color: #ff5252;
}
.step__img-cont {
  width: 80%;
}
.step__img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 1;
}
.step__img:hover {
  -webkit-transform: rotate(0deg) scale(1.3);
  transform: rotate(0deg) scale(1.3);
  z-index: 2;
}
@media (min-width: 1024px) {
  .step__img:hover {
    -webkit-transform: rotate(0deg) scale(1.4);
    transform: rotate(0deg) scale(1.4);
  }
}

.actions {
  text-align: center;
}
