@font-face {
  font-family: "Roboto";
  src: url("/static/font/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/static/font/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/static/font/unbounded-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/static/font/unbounded-semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("/static/font/circe.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro";
  src: url("/static/font/SF-Pro-Display-Ultralight.otf") format("opentype");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro";
  src: url("/static/font/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #010102;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.camps-page {
  position: relative;
  width: 100%;
  min-height: max(
    100vh,
    calc(
      var(--browser-layout-width, 100vw) *
      var(--camps-page-ratio, 1.29947917)
    )
  );
  overflow: hidden;
  background: #010102;
}

.camps-artboard {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: var(--camps-artboard-height, 2495px);
  overflow: hidden;
  background: #010102;
  transform: translateX(-50%) scale(calc(var(--browser-layout-width, 100vw) / 1920px));
  transform-origin: top center;
}

.camps-background {
  position: absolute;
  left: -912px;
  top: -675px;
  width: 3929px;
  height: 4457px;
  overflow: hidden;
  contain: paint;
  pointer-events: none;
}

.camps-glow {
  position: absolute;
  width: 2176px;
  height: 2175px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(21, 88, 222, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(312.85px);
}

.camps-glow-one {
  left: 48px;
  top: 275px;
}

.camps-glow-two {
  left: 1723px;
  top: 0;
}

.camps-glow-three {
  left: 1753px;
  top: 1546px;
}

.camps-glow-four {
  left: 0;
  top: 2282px;
}

.camp-hero {
  position: absolute;
  z-index: 2;
  left: 307px;
  top: 195px;
  width: 1305px;
  height: 722px;
  display: flex;
  align-items: flex-start;
  gap: 38px;
}

.camp-hero-copy {
  width: 689px;
  height: 656px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.camp-intro {
  flex: none;
  width: 689px;
  height: 204px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.camp-heading {
  flex: none;
  width: 689px;
  height: 114px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.camp-heading h1,
.camp-heading h2,
.camp-intro > p,
.camp-benefit h3,
.camp-benefit p {
  margin: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.camp-heading h1 {
  flex: none;
  width: 689px;
  height: 49px;
  white-space: nowrap;
  font-size: 64px;
  font-weight: 700;
  line-height: 49px;
}

.camp-heading h2 {
  flex: none;
  align-self: stretch;
  width: 689px;
  height: 49px;
  font-size: 32px;
  font-weight: 700;
  line-height: 49px;
}

.camp-intro > p {
  flex: none;
  align-self: stretch;
  width: 689px;
  height: 84px;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.camp-benefits {
  flex: none;
  align-self: stretch;
  width: 689px;
  height: 330px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
}

.camp-benefit {
  box-sizing: border-box;
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-start;
  width: 322px;
  height: 155px;
  padding: 16px;
  gap: 16px;
  border-radius: 24px;
  background:
    radial-gradient(
      63.44% 55.76% at 3.88% 38.68%,
      rgba(19, 93, 251, 0.1024) 0%,
      rgba(11, 55, 149, 0) 100%
    ),
    radial-gradient(
      60.2% 52.91% at 80.72% 87.19%,
      rgba(19, 93, 251, 0.1024) 0%,
      rgba(11, 55, 149, 0) 100%
    ),
    rgba(255, 255, 255, 0.02);
}

.camp-benefit > img {
  display: block;
  flex: none;
  width: 32px;
  height: 16px;
}

.camp-benefit > div {
  display: flex;
  flex: none;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 290px;
  height: 91px;
  gap: 6px;
}

.camp-benefit h3 {
  display: flex;
  flex: none;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 28px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.camp-benefit p {
  display: flex;
  flex: none;
  align-items: center;
  align-self: stretch;
  width: 290px;
  height: 57px;
  min-height: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.camp-cta {
  flex: none;
  width: 237px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(265.5deg, #1962ff 4.9%, #004bed 89.78%);
  color: #fff;
  font: 400 20px/25px "Unbounded", sans-serif;
}

.camp-cta span {
  width: 147px;
  text-align: center;
}

.camp-cta img {
  width: 23px;
  height: 24px;
}

.camp-hero-image {
  display: block;
  flex: none;
  width: 578px;
  height: 722px;
  border-radius: 24px;
  object-fit: contain;
}

.camp-prices {
  position: absolute;
  z-index: 2;
  left: 296px;
  top: 995px;
  width: 1328px;
  height: var(--camp-price-height, 1421px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 40px;
  overflow: visible;
  border-radius: 24px;
  background:
    radial-gradient(
      63.44% 55.76% at 3.88% 38.68%,
      rgba(19, 93, 251, 0.1024) 0%,
      rgba(11, 55, 149, 0) 100%
    ),
    radial-gradient(
      60.2% 52.91% at 80.72% 87.19%,
      rgba(19, 93, 251, 0.1024) 0%,
      rgba(11, 55, 149, 0) 100%
    ),
    #0c0c0c;
  transition: height 220ms ease;
}

.camp-price-navigation {
  position: relative;
  z-index: 1;
  flex: none;
  width: 1248px;
  height: 162px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.camp-shift-buttons {
  display: flex;
  align-items: center;
  width: max-content;
  height: auto;
  min-height: 59px;
  padding: 10px;
  margin: -10px;
  gap: 16px;
  overflow: visible;
}

.camp-shift-button {
  flex: none;
  width: auto;
  min-width: 217px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: transparent;
  color: #fff;
  font: 400 22px/27px "Unbounded", sans-serif;
  white-space: nowrap;
}

.camp-shift-button span + span::before {
  content: "-";
}

.camp-shift-button.is-active {
  border: 0;
  padding: 18px 34px;
  background: linear-gradient(265.5deg, #1962ff 4.9%, #004bed 89.78%);
  box-shadow: none;
}

.camp-price-heading {
  flex: none;
  width: 879px;
  height: 79px;
  color: #fff;
  text-align: left;
  font-family: "Unbounded", sans-serif;
}

.camp-price-heading h2,
.camp-price-heading p {
  width: 879px;
  margin: 0;
}

.camp-price-heading h2 {
  height: 79px;
  font-size: 64px;
  font-weight: 600;
  line-height: 79px;
}

.camp-price-heading p {
  display: none;
}

.camp-price-sections {
  position: relative;
  z-index: 1;
  flex: none;
  width: 1249px;
  height: var(--camp-price-sections-height, 1099px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: height 220ms ease;
}

.camp-price-deadline {
  display: flex;
  width: 1249px;
  height: 71px;
  align-items: center;
  padding: 20px 0;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2.25px);
}

.camp-price-deadline span {
  display: flex;
  width: 303px;
  height: 31px;
  align-items: center;
  padding: 0 16px;
  color: #fff;
  white-space: nowrap;
  font: italic 100 26px/31px "SF Pro", sans-serif;
}

.camp-table {
  width: 1249px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #fff;
  overflow: hidden;
  border-radius: 24px;
}

.camp-table-header {
  width: 1249px;
  height: 29px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.camp-table-header span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 29px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.4);
  font: italic 400 24px/29px "SF Pro", sans-serif;
}

.camp-table-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 93px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 24px;
  text-align: center;
}

.camp-table-row {
  flex: none;
  width: 1249px;
  min-height: 93px;
  height: 93px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(2.25px);
}

.camp-table-row span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  min-width: 0;
  min-height: 53px;
  height: 53px;
  padding: 0 16px;
  color: #ffffff;
  font: italic 100 26px/31px "SF Pro", sans-serif;
  overflow-wrap: anywhere;
}

.camp-table-row .camp-direction {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-style: normal;
  font-family: "Circe", sans-serif;
}

.camp-direction strong {
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.camp-direction small {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .camps-page {
    height: auto;
    min-height: 0;
    overflow-x: clip;
    overflow-y: visible;
  }

  .camps-artboard {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 112px clamp(44px, 6.2vw, 120px) 80px;
    background: #010102;
    transform: none;
  }

  .camps-background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .camps-glow {
    width: 1500px;
    height: 1500px;
    filter: blur(240px);
  }

  .camps-glow-one,
  .camps-glow-four {
    left: -820px;
  }

  .camps-glow-two,
  .camps-glow-three {
    left: auto;
    right: -820px;
  }

  .camp-hero {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    align-items: start;
    width: 100%;
    height: auto;
    gap: clamp(32px, 4vw, 64px);
  }

  .camp-hero-copy,
  .camp-intro,
  .camp-heading,
  .camp-benefits {
    width: 100%;
    height: auto;
  }

  .camp-hero-copy {
    gap: 32px;
  }

  .camp-heading h1,
  .camp-heading h2,
  .camp-intro > p {
    width: 100%;
    height: auto;
  }

  .camp-heading h1 {
    font-size: clamp(48px, 4.4vw, 64px);
    line-height: 1.05;
    white-space: normal;
  }

  .camp-heading h2 {
    font-size: clamp(28px, 2.4vw, 32px);
    line-height: 1.18;
  }

  .camp-intro > p {
    font-size: clamp(20px, 1.55vw, 24px);
    line-height: 1.2;
  }

  .camp-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .camp-benefit {
    width: 100%;
    height: auto;
    min-height: 155px;
  }

  .camp-benefit > div,
  .camp-benefit p {
    width: 100%;
    height: auto;
  }

  .camp-benefit h3 {
    height: auto;
    line-height: 1.16;
  }

  .camp-hero-image {
    justify-self: end;
    width: min(100%, 578px);
    height: auto;
    aspect-ratio: 578 / 722;
  }

  .camp-prices {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: 72px;
    padding: clamp(32px, 2.6vw, 40px);
    gap: clamp(42px, 4vw, 80px);
  }

  .camp-price-navigation,
  .camp-price-sections,
  .camp-table,
  .camp-table-header,
  .camp-table-row,
  .camp-price-deadline {
    width: 100%;
  }

  .camp-price-navigation {
    height: auto;
  }

  .camp-price-heading,
  .camp-price-heading h2,
  .camp-price-heading p {
    width: 100%;
  }

  .camp-price-heading {
    height: auto;
  }

  .camp-price-heading h2 {
    height: auto;
    font-size: clamp(48px, 4.5vw, 64px);
    line-height: 1.16;
  }

  .camp-price-sections {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .camps-page {
    height: auto;
    min-height: 100dvh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .camps-artboard {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
    padding: 122px 32px 56px;
    background: #010102;
    transform: none;
  }

  .camps-background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .camps-glow {
    width: 1100px;
    height: 1100px;
    filter: blur(180px);
  }

  .camps-glow-one,
  .camps-glow-four {
    left: -720px;
  }

  .camps-glow-two,
  .camps-glow-three {
    left: auto;
    right: -720px;
  }

  .camp-hero {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(286px, 38%);
    align-items: start;
    gap: 30px;
  }

  .camp-hero-copy,
  .camp-intro,
  .camp-heading,
  .camp-heading h1,
  .camp-heading h2,
  .camp-intro > p,
  .camp-benefits {
    width: 100%;
    height: auto;
  }

  .camp-hero-copy {
    gap: 30px;
  }

  .camp-intro {
    gap: 12px;
  }

  .camp-heading {
    gap: 10px;
  }

  .camp-heading h1 {
    white-space: normal;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1.05;
  }

  .camp-heading h2 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.25;
  }

  .camp-intro > p {
    max-width: 690px;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.27;
  }

  .camp-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .camp-benefit {
    width: 100%;
    min-height: 155px;
    height: auto;
    padding: 14px;
    gap: 14px;
    border-radius: 20px;
  }

  .camp-benefit > div,
  .camp-benefit p {
    width: 100%;
    height: auto;
  }

  .camp-benefit > div {
    gap: 6px;
  }

  .camp-benefit h3 {
    height: auto;
    font-size: clamp(20px, 2.35vw, 24px);
    line-height: 1.15;
  }

  .camp-benefit p {
    align-items: flex-start;
    font-size: clamp(14px, 1.55vw, 16px);
    line-height: 1.2;
  }

  .camp-cta {
    width: 232px;
    height: 58px;
    border-radius: 16px;
    font-size: 19px;
    line-height: 24px;
  }

  .camp-hero-image {
    width: 100%;
    height: auto;
    max-height: 690px;
    align-self: start;
    object-fit: contain;
    border-radius: 22px;
  }

  .camp-prices {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: 72px;
    padding: 32px 24px;
    gap: 36px;
    align-items: stretch;
    border-radius: 22px;
  }

  .camp-price-navigation,
  .camp-price-heading,
  .camp-price-heading h2,
  .camp-price-heading p,
  .camp-price-sections,
  .camp-price-deadline,
  .camp-table {
    width: 100%;
    height: auto;
  }

  .camp-price-navigation {
    gap: 22px;
  }

  .camp-price-heading h2 {
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.12;
  }

  .camp-shift-buttons {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 8px;
    margin: -8px;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
  }

  .camp-shift-buttons::-webkit-scrollbar {
    display: none;
  }

  .camp-shift-button {
    min-width: 190px;
    height: 54px;
    padding: 12px 24px;
    border-radius: 14px;
    font-size: 18px;
    line-height: 23px;
  }

  .camp-shift-button.is-active {
    padding: 14px 26px;
  }

  .camp-price-sections {
    gap: 20px;
  }

  .camp-price-deadline {
    width: max(100%, 900px);
    min-height: 58px;
    height: auto;
    padding: 14px 0;
  }

  .camp-price-deadline span {
    width: auto;
    height: auto;
    font-size: 21px;
    line-height: 26px;
  }

  .camp-table {
    overflow-x: auto;
    scrollbar-width: none;
    border-radius: 20px;
  }

  .camp-table::-webkit-scrollbar {
    display: none;
  }

  .camp-table-header,
  .camp-table-row {
    width: max(100%, 900px);
    grid-template-columns: minmax(360px, 1.35fr) minmax(220px, 0.9fr) minmax(180px, 0.75fr);
  }

  .camp-table-header {
    height: 36px;
  }

  .camp-table-header span {
    height: 36px;
    padding: 0 14px;
    font-size: 20px;
    line-height: 24px;
  }

  .camp-table-row {
    min-height: 88px;
    height: auto;
  }

  .camp-table-row span {
    min-height: 88px;
    height: auto;
    padding: 10px 14px;
    font-size: 21px;
    line-height: 25px;
  }

  .camp-direction strong {
    font-size: 20px;
    line-height: 25px;
  }

  .camp-direction small {
    font-size: 15px;
    line-height: 21px;
  }

  .camp-table-empty {
    min-height: 96px;
    font-size: 21px;
    line-height: 27px;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .camps-artboard {
    padding-right: 24px;
    padding-left: 24px;
  }

  .camp-hero {
    grid-template-columns: minmax(0, 1fr) minmax(248px, 34%);
    gap: 22px;
  }

  .camp-hero-copy {
    gap: 24px;
  }

  .camp-benefits {
    gap: 12px;
  }

  .camp-benefit {
    min-height: 168px;
    padding: 12px;
  }

  .camp-benefit > img {
    width: 28px;
    height: 14px;
  }

  .camp-hero-image {
    max-height: 620px;
  }

  .camp-prices {
    margin-top: 56px;
    padding: 28px 20px;
  }

  .camp-table-header,
  .camp-table-row,
  .camp-price-deadline {
    width: 100%;
  }

  .camp-table {
    overflow-x: hidden;
  }

  .camp-table-header,
  .camp-table-row {
    grid-template-columns: minmax(0, 1.36fr) minmax(0, 0.92fr) minmax(0, 0.72fr);
  }

  .camp-table-header span {
    padding: 0 10px;
    font-size: 17px;
    line-height: 21px;
  }

  .camp-table-row span {
    padding: 9px 10px;
    font-size: 18px;
    line-height: 22px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .camp-table-row span:not(.camp-direction) {
    justify-content: flex-start;
    white-space: normal;
  }

  .camp-direction strong {
    font-size: 18px;
    line-height: 23px;
  }

  .camp-direction small {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .camps-page {
    height: auto;
    min-height: 100dvh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .camps-artboard {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
    background: #010102;
    transform: none;
  }

  .camps-glow {
    width: 940px;
    height: 940px;
    opacity: 0.58;
    filter: blur(170px);
  }

  .camps-background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .camps-glow-one {
    left: -640px;
    top: -420px;
  }

  .camps-glow-two {
    left: auto;
    right: -640px;
    top: 120px;
  }

  .camps-glow-three {
    left: -640px;
    top: 980px;
  }

  .camps-glow-four {
    left: auto;
    right: -640px;
    top: 1640px;
  }

  .camp-hero {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 110px 16px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .camp-hero-image {
    order: 2;
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
  }

  .camp-hero-copy,
  .camp-intro,
  .camp-heading,
  .camp-heading h1,
  .camp-heading h2,
  .camp-intro > p,
  .camp-benefits {
    width: 100%;
    height: auto;
  }

  .camp-hero-copy {
    display: contents;
  }

  .camp-intro {
    order: 1;
    align-items: flex-start;
  }

  .camp-heading {
    align-items: flex-start;
    gap: 8px;
    text-align: left;
  }

  .camp-heading h1 {
    white-space: normal;
    font-size: 34px;
    line-height: 41px;
  }

  .camp-heading h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .camp-intro > p {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .camp-benefits {
    order: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .camp-benefit {
    width: 100%;
    min-height: 150px;
    height: auto;
    border-radius: 18px;
  }

  .camp-benefit > div,
  .camp-benefit p {
    width: 100%;
    height: auto;
  }

  .camp-benefit h3 {
    height: auto;
    min-height: 40px;
    font-size: 22px;
    line-height: 1.18;
  }

  .camp-benefit p {
    font-size: 15px;
    line-height: 19px;
  }

  .camp-cta {
    order: 4;
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }

  .camp-prices {
    position: relative;
    left: 0;
    top: 0;
    width: calc(100% - 24px);
    height: auto;
    margin: 28px 12px 0;
    padding: 18px 12px 12px;
    gap: 28px;
    border-radius: 18px;
  }

  .camp-price-navigation {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .camp-price-heading {
    width: 100%;
    height: auto;
    gap: 4px;
  }

  .camp-price-heading h2,
  .camp-price-heading p {
    width: 100%;
    height: auto;
  }

  .camp-price-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .camp-price-heading p {
    font-size: 19px;
    line-height: 26px;
  }

  .camp-shift-button {
    width: 100%;
    min-width: 0;
    height: 58px;
    flex-direction: row;
    gap: 0;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
  }

  .camp-shift-button.is-active {
    padding: 14px 12px;
  }

  .camp-shift-button span {
    display: inline;
  }

  .camp-shift-button span + span::before {
    content: "";
  }

  .camp-shift-button span:first-child::after {
    content: "-";
  }

  .camp-shift-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 8px;
    margin: -8px;
    gap: 10px;
    overflow: visible;
  }

  .camp-price-sections,
  .camp-table {
    width: 100%;
    height: auto;
  }

  .camp-price-sections {
    gap: 20px;
  }

  .camp-price-deadline {
    width: 100%;
    height: 52px;
    padding: 10px 0;
  }

  .camp-price-deadline span {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .camp-table {
    gap: 8px;
  }

  .camp-table-header,
  .camp-table-row {
    width: 100%;
    grid-template-columns: minmax(0, 1.42fr) minmax(0, 0.92fr) minmax(0, 0.78fr);
    column-gap: 0;
  }

  .camp-table-header {
    height: 34px;
  }

  .camp-table-header span {
    height: 34px;
    padding: 0 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .camp-table-row {
    min-height: 78px;
    height: auto;
    align-items: stretch;
  }

  .camp-table-row span {
    min-height: 0;
    height: auto;
    padding: 12px 7px;
    font-size: 16px;
    line-height: 19px;
  }

  .camp-table-row span:not(.camp-direction) {
    font-size: 16px;
    line-height: 19px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .camp-direction strong {
    font-size: 18px;
    line-height: 23px;
  }

  .camp-direction small {
    font-size: 13px;
    line-height: 18px;
  }
}
