@font-face {
  font-family: "Cera Pro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-300.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-700.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-900.woff2") format("woff2");
}
@font-face {
  font-family: "Bitter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bitter-600.woff2") format("woff2");
}
@font-face {
  font-family: "Bitter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bitter-700.woff2") format("woff2");
}
@font-face {
  font-family: "Bitter";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bitter-900.woff2") format("woff2");
}
@keyframes show-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes running-line1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes running-line2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: max(1px, 0.3125vw);
}
@media (min-width: 375px) {
  html {
    font-size: 0.2666666667vw;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 0.0520833333vw;
  }
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 16rem;
  line-height: 22rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  overflow-wrap: break-word;
  background-color: #c5144b;
}

main {
  flex-grow: 1;
  flex-shrink: 0;
}

picture {
  flex-shrink: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

button {
  font: inherit;
  color: inherit;
}
button:not([disabled]) {
  cursor: pointer;
}

[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

@media (min-width: 1024px) {
  [data-show=mobile] {
    display: none;
  }
}

[data-show=desktop] {
  display: none;
}
@media (min-width: 1024px) {
  [data-show=desktop] {
    display: block;
  }
}

.backside {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.overlay {
  scrollbar-width: none;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 10rem;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.overlay.show {
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}

.scroll-lock {
  overflow: hidden;
}

/* stylelint-disable property-no-deprecated */
.visually-hidden:not(:focus, :active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden,
input[type=file].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.c-bet {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 262rem;
  min-height: 143rem;
  padding-top: 20rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  border-radius: 16rem;
}
@media (min-width: 375px) {
  .c-bet {
    gap: 8rem;
    width: 337rem;
    min-height: 184rem;
    border-radius: 20rem;
  }
}
@media (min-width: 1024px) {
  .c-bet {
    align-items: stretch;
    width: 1026rem;
    min-height: 232rem;
    padding: 48rem 48rem 4rem 29rem;
    border-radius: 40rem;
  }
}

.c-bet-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
}
@media (min-width: 375px) {
  .c-bet-top {
    gap: 15rem;
  }
}
@media (min-width: 1024px) {
  .c-bet-top {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}

.c-bet__msg {
  color: #d4004b;
}

.c-bet__msg-info {
  font-size: 44rem;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (min-width: 375px) {
  .c-bet__msg-info {
    font-size: 57rem;
  }
}
@media (min-width: 1024px) {
  .c-bet__msg-info {
    font-size: 102rem;
  }
}

.c-bet__msg-value {
  font-size: 50rem;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.02em;
}
@media (min-width: 375px) {
  .c-bet__msg-value {
    font-size: 64rem;
  }
}
@media (min-width: 1024px) {
  .c-bet__msg-value {
    font-size: 115rem;
  }
}

.c-bet__msg-text {
  font-size: 12rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .c-bet__msg-text {
    font-size: 15rem;
  }
}
@media (min-width: 1024px) {
  .c-bet__msg-text {
    margin-top: 3rem;
    font-size: 27rem;
  }
}

.c-bet__controls {
  width: 100%;
  max-width: 160rem;
}
@media (min-width: 375px) {
  .c-bet__controls {
    max-width: 207rem;
  }
}
@media (min-width: 1024px) {
  .c-bet__controls {
    max-width: 338rem;
  }
}

.c-bet-bottom {
  margin: auto 0 0 0;
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 300rem;
  text-align: center;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 375px) {
  .c-bet-bottom {
    font-size: 7rem;
    line-height: 8rem;
  }
}
@media (min-width: 1024px) {
  .c-bet-bottom {
    font-size: 12rem;
    line-height: 1;
    text-align: left;
    letter-spacing: 0;
  }
  .c-bet-bottom br {
    display: none;
  }
}

.btn-bet {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: background-color;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 11rem 14rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 16rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  border: 0;
  border-radius: 38rem;
}
.btn-bet[disabled] {
  opacity: 0.5;
}
.btn-bet:not([disabled]):hover, .btn-bet:not([disabled]):focus-visible {
  background-color: #d4004b;
}
@media (min-width: 375px) {
  .btn-bet {
    padding: 14rem 20rem;
    font-size: 20rem;
    border-radius: 48rem;
  }
}
@media (min-width: 1024px) {
  .btn-bet {
    padding: 24rem 30rem;
    font-size: 32rem;
    border-radius: 80rem;
  }
}

.btn-common {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 21rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #d4004b;
  background-color: transparent;
  border: 0;
  border-radius: 50rem;
}
.btn-common span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14rem 20rem 15rem 20rem;
  background-color: #ffffff;
  border-radius: inherit;
}
.btn-common::before {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: transform;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: inherit;
  transform: translate(3rem, 4rem);
}
.btn-common[disabled] {
  opacity: 0.5;
}
.btn-common[disabled]::before {
  transform: translate(0, 0);
}
.btn-common:not([disabled]):hover::before, .btn-common:not([disabled]):focus-visible::before {
  transform: translate(0, 0);
}
@media (min-width: 375px) {
  .btn-common {
    font-size: 26rem;
    border-radius: 68rem;
  }
  .btn-common span {
    padding: 21rem 25rem;
  }
  .btn-common::before {
    transform: translate(5rem, 6rem);
  }
}
@media (min-width: 1024px) {
  .btn-common {
    font-size: 50rem;
    border-radius: 120rem;
  }
  .btn-common span {
    padding: 35rem 40rem;
  }
  .btn-common::before {
    transform: translate(8rem, 10rem);
  }
}

.f-checkbox {
  position: relative;
  width: 100%;
}
.f-checkbox input {
  top: 20rem;
  left: 10rem;
}
.f-checkbox input:checked + .f-checkbox__label .f-checkbox__icon::after {
  opacity: 1;
}
@media (min-width: 375px) {
  .f-checkbox input {
    top: 28rem;
    left: 14rem;
  }
}
@media (min-width: 1024px) {
  .f-checkbox input {
    top: 38rem;
    left: 19rem;
  }
}

.f-checkbox__label {
  display: flex;
  align-items: center;
  gap: 11rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 375px) {
  .f-checkbox__label {
    gap: 13rem;
  }
}
@media (min-width: 1024px) {
  .f-checkbox__label {
    gap: 16rem;
  }
}

.f-checkbox__icon {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: border-color;
  position: relative;
  flex-shrink: 0;
  width: 22rem;
  height: 22rem;
  background-color: #ffffff;
  border: 1rem solid #3f3f3f;
  border-radius: 3rem;
}
.f-checkbox__icon::after {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: opacity;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14rem;
  height: 14rem;
  background-color: #bf0143;
  border-radius: 3rem;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (min-width: 375px) {
  .f-checkbox__icon {
    width: 28rem;
    height: 28rem;
    border-radius: 4rem;
  }
  .f-checkbox__icon::after {
    width: 18rem;
    height: 18rem;
  }
}
@media (min-width: 1024px) {
  .f-checkbox__icon {
    width: 34rem;
    height: 34rem;
    border-radius: 5rem;
  }
  .f-checkbox__icon::after {
    width: 24rem;
    height: 24rem;
  }
}

.f-checkbox__text {
  font-size: 9rem;
  line-height: 11rem;
  font-weight: 300;
  text-align: left;
  color: #000000;
}
.f-checkbox__text button,
.f-checkbox__text a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
}
.f-checkbox__text button:hover, .f-checkbox__text button:focus-visible,
.f-checkbox__text a:hover,
.f-checkbox__text a:focus-visible {
  text-decoration: none;
}
@media (min-width: 375px) {
  .f-checkbox__text {
    font-size: 10rem;
    line-height: 13rem;
  }
}
@media (min-width: 1024px) {
  .f-checkbox__text {
    font-size: 18rem;
    line-height: 23rem;
  }
}

.f-error {
  font-size: 12rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.f-error:empty {
  display: none;
}
.f-error.form {
  padding: 0 10rem;
}
@media (min-width: 375px) {
  .f-error {
    padding: 0 20rem;
  }
  .f-error.form {
    padding: 0 15rem;
  }
}
@media (min-width: 1024px) {
  .f-error {
    font-size: 16rem;
  }
  .f-error.form {
    padding: 0 40rem;
  }
}

.f-field {
  position: relative;
  display: flex;
  flex-direction: column;
}

.f-field__label {
  display: block;
  margin: 0;
  padding: 0 0 0 11rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 12rem;
  line-height: 15rem;
  font-weight: 300;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 375px) {
  .f-field__label {
    font-size: 14rem;
    line-height: 18rem;
  }
}
@media (min-width: 1024px) {
  .f-field__label {
    padding-left: 16rem;
    font-size: 18rem;
    line-height: 23rem;
  }
}

.f-field__input {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: border-color;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 16rem 10rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 12rem;
  line-height: 15rem;
  font-weight: 300;
  text-align: left;
  color: #000000;
  background-color: #ffffff;
  border: 1rem solid #3f3f3f;
  border-radius: 10rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.f-field__input::-moz-placeholder {
  font: inherit;
  color: rgba(63, 63, 63, 0.5);
}
.f-field__input::placeholder {
  font: inherit;
  color: rgba(63, 63, 63, 0.5);
}
.f-field__input:hover, .f-field__input:focus-visible {
  border-color: #000000;
}
@media (min-width: 375px) {
  .f-field__input {
    padding: 19rem 12rem;
    font-size: 14rem;
    line-height: 18rem;
    border-radius: 12rem;
  }
}
@media (min-width: 1024px) {
  .f-field__input {
    padding: 24rem 15rem;
    font-size: 18rem;
    line-height: 23rem;
    border-radius: 15rem;
  }
}

.p-main {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  background-image: linear-gradient(180deg, #d4004b 0%, #bf0143 100%);
}
.p-main[data-screen=form] .p-main__toy {
  opacity: 0;
}
.p-main[data-screen=bet] .p-main__toy {
  top: 240rem;
  right: 85rem;
  width: 134rem;
}
@media (min-width: 375px) {
  .p-main[data-screen=bet] .p-main__toy {
    top: 297rem;
    right: 84rem;
    width: 203rem;
  }
}
@media (min-width: 1024px) {
  .p-main[data-screen=form] .p-main__toy {
    opacity: 1;
  }
  .p-main[data-screen=bet] .p-main__person {
    display: none;
  }
  .p-main[data-screen=bet] .p-main__toy {
    top: 328rem;
    right: -84rem;
    bottom: auto;
    width: 527rem;
    transform: rotate(-11deg);
  }
}

.p-main__backside {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.p-main__backside img {
  width: 100%;
}

.p-main__logo {
  position: absolute;
  top: 108rem;
  left: -100rem;
  width: 736rem;
}
@media (min-width: 375px) {
  .p-main__logo {
    top: 133rem;
    left: -148rem;
    width: 958rem;
  }
}
@media (min-width: 1024px) {
  .p-main__logo {
    top: 62rem;
    left: -297rem;
    width: 2041rem;
  }
}

.p-main__person {
  display: none;
}
@media (min-width: 1024px) {
  .p-main__person {
    position: absolute;
    right: 59rem;
    bottom: -19rem;
    display: block;
    width: 789rem;
  }
}

.p-main__toy {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: inset, opacity;
  position: absolute;
  top: 168rem;
  right: 53rem;
  width: 207rem;
}
@media (min-width: 375px) {
  .p-main__toy {
    top: 244rem;
    right: 36rem;
    width: 283rem;
  }
}
@media (min-width: 1024px) {
  .p-main__toy {
    top: auto;
    right: 437rem;
    bottom: -102rem;
    width: 484rem;
  }
}

.p-main__frontside {
  position: relative;
}

.s-bet {
  position: relative;
  display: flex;
  display: none;
  flex-grow: 1;
  flex-direction: column;
}
.s-bet[data-screen=bet] {
  display: block;
}

.s-bet__frontside {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: padding;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 49rem 6rem 20rem 6rem;
}
@media (min-width: 375px) {
  .s-bet__frontside {
    padding: 62rem 6rem 30rem 6rem;
  }
}
@media (min-width: 1024px) {
  .s-bet__frontside {
    padding: 30rem 85rem 60rem 85rem;
  }
}

.s-bet__title {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: max-width, font;
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 46rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .s-bet__title {
    font-size: 52rem;
  }
}
@media (min-width: 1024px) {
  .s-bet__title {
    width: 100%;
    font-size: 130rem;
  }
}

.s-bet__name {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: font;
  margin: 2rem 0 0 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 16rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 375px) {
  .s-bet__name {
    margin-top: 5rem;
    font-size: 19rem;
  }
}
@media (min-width: 1024px) {
  .s-bet__name {
    width: 100%;
    max-width: 860rem;
    margin-top: 31rem;
    font-size: 48rem;
  }
}

.s-bet__card {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 151rem auto 0 auto;
}
@media (min-width: 375px) {
  .s-bet__card {
    margin-top: 237rem;
  }
}
@media (min-width: 1024px) {
  .s-bet__card {
    margin-top: 54rem;
  }
}

.s-form {
  display: none;
  width: 100%;
  max-width: 292rem;
  margin: 16rem auto 0 auto;
}
.s-form[data-screen=form] {
  display: block;
}
@media (min-width: 375px) {
  .s-form {
    max-width: 342rem;
    margin-top: 28rem;
  }
}
@media (min-width: 1024px) {
  .s-form {
    max-width: 667rem;
    margin-left: 85rem;
  }
}

.s-form__fieldset {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 375px) {
  .s-form__fieldset {
    gap: 6rem;
  }
}

.s-form__agree {
  margin-top: 27rem;
  padding: 0 10rem;
}
@media (min-width: 375px) {
  .s-form__agree {
    margin-top: 32rem;
    padding: 0 13rem;
  }
}
@media (min-width: 1024px) {
  .s-form__agree {
    margin-top: 35rem;
    padding: 0 16rem;
  }
}
@media (aspect-ratio >= 1.85/1) {
  .s-form__agree {
    margin-top: 15rem;
  }
}

.s-form__controls {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-top: 21rem;
}
@media (min-width: 375px) {
  .s-form__controls {
    margin-top: 52rem;
  }
}
@media (min-width: 1024px) {
  .s-form__controls {
    gap: 24rem;
    margin-top: 47rem;
  }
}
@media (aspect-ratio >= 1.85/1) {
  .s-form__controls {
    margin-top: 20rem;
  }
}

.s-header {
  display: flex;
  width: 100%;
  padding: 12rem 6rem 0 6rem;
}
@media (min-width: 375px) {
  .s-header {
    padding: 21rem 6rem 0 6rem;
  }
}
@media (min-width: 1024px) {
  .s-header {
    padding: 62rem 85rem 0 85rem;
  }
  .s-header[data-screen=bet] .s-header__logo {
    margin-left: auto;
  }
}
@media (aspect-ratio >= 1.85/1) {
  .s-header {
    padding-top: 40rem;
  }
}

.s-header__logo {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: margin, color, width, height;
  display: block;
  flex-shrink: 0;
  width: 101rem;
  height: 49rem;
  margin: 0 auto;
  color: #ffffff;
}
.s-header__logo svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
}
.s-header__logo[href]:hover, .s-header__logo[href]:focus-visible {
  color: #000000;
}
@media (min-width: 375px) {
  .s-header__logo {
    width: 140rem;
    height: 67rem;
  }
}
@media (min-width: 1024px) {
  .s-header__logo {
    width: 387rem;
    height: 185rem;
    margin-left: 0;
  }
}
@media (aspect-ratio >= 1.85/1) {
  .s-header__logo {
    width: 300rem;
    height: 144rem;
  }
}

.s-person {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.s-person[data-screen=form] .s-person__frontside {
  padding-top: 12rem;
  padding-bottom: 0;
}
.s-person[data-screen=form] .s-person__controls {
  display: none;
}
.s-person[data-screen=bet] {
  display: none;
}
@media (min-width: 375px) {
  .s-person[data-screen=form] .s-person__frontside {
    padding-top: 25rem;
  }
}
@media (min-width: 1024px) {
  .s-person[data-screen=form] .s-person__frontside {
    padding-top: 19rem;
  }
  .s-person[data-screen=form] .s-person__title {
    font-size: 51rem;
  }
  .s-person[data-screen=form] .s-person__title span {
    display: block;
  }
  .s-person[data-screen=form] .s-person__name {
    margin-top: 8rem;
    font-size: 45rem;
  }
}
@media (aspect-ratio >= 1.85/1) {
  .s-person .s-person__frontside {
    padding-top: 70rem;
  }
  .s-person .s-person__title {
    font-size: 70rem;
  }
  .s-person .s-person__name {
    font-size: 60rem;
  }
  .s-person .s-person__controls {
    margin-top: 70rem;
  }
}

.s-person__frontside {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: padding;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9rem 6rem 20rem 6rem;
}
@media (min-width: 375px) {
  .s-person__frontside {
    padding: 16rem 6rem 30rem 6rem;
  }
}
@media (min-width: 1024px) {
  .s-person__frontside {
    align-items: flex-start;
    padding: 122rem 85rem 60rem 85rem;
  }
}

.s-person__title {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: max-width, font;
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 27rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .s-person__title {
    font-size: 30rem;
  }
}
@media (min-width: 1024px) {
  .s-person__title {
    width: 100%;
    max-width: 900rem;
    font-size: 84rem;
    text-align: left;
  }
}

.s-person__name {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: font;
  margin: 3rem 0 0 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 375px) {
  .s-person__name {
    margin-top: 11rem;
    font-size: 19rem;
  }
}
@media (min-width: 1024px) {
  .s-person__name {
    margin-top: 42rem;
    font-size: 75rem;
  }
}

.s-person__controls {
  width: 100%;
  max-width: 244rem;
  margin-top: 330rem;
}
@media (min-width: 375px) {
  .s-person__controls {
    max-width: 337rem;
    margin-top: 463rem;
  }
}
@media (min-width: 1024px) {
  .s-person__controls {
    max-width: 590rem;
    margin-top: 121rem;
  }
}
/*# sourceMappingURL=style.css.map */
