.guide-page {
  background: var(--e-global-color-85ec8f2);
}

.guide-main {
  width: min(100%, 1300px);
  margin: 0 auto;
  color: var(--e-global-color-primary);
  background: var(--e-global-color-190e127);
}

.guide-hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  text-align: center;
}

.guide-hero img {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translateX(-50%);
}

.guide-hero h1,
.guide-hero h2 {
  position: absolute;
  right: 20px;
  bottom: 39px;
  left: 20px;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.guide-list {
  overflow: hidden;
}

.guide-band {
  position: relative;
  z-index: 0;
}

.guide-band-inner {
  position: relative;
  z-index: 1;
  width: 1100px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.guide-band-blue {
  background: var(--e-global-color-190e127);
}

.guide-band-cream {
  color: var(--e-global-color-primary);
  background: var(--e-global-color-85ec8f2);
}

.guide-band-dark {
  color: var(--e-global-color-190e127);
  background-color: var(--e-global-color-b08dc46);
  background-image: linear-gradient(90deg, #289aaf 0%, #075c91 44%, #003153 100%);
}

.guide-band:not(:first-child)::before {
  position: absolute;
  z-index: 0;
  top: -64px;
  right: 0;
  left: 0;
  height: 65px;
  background: inherit;
  content: "";
  -webkit-mask-image: url("../images/wave-blue-deep.svg");
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-image: url("../images/wave-blue-deep.svg");
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
}

.guide-band:nth-child(1) {
  padding: 0 0 50px;
}

.guide-band:nth-child(2) {
  margin-top: 64px;
  padding: 56px 0 35px;
}

.guide-band:nth-child(3) {
  margin-top: 64px;
  padding: 51px 0 50px;
}

.guide-band:nth-child(n + 4) {
  margin-top: 64px;
  padding: 11px 0 75px;
}

.guide-band:nth-child(4) {
  margin-top: 39px;
}

.guide-band:last-child {
  padding-bottom: 30px;
}

.guide-card {
  position: relative;
  display: grid;
  min-height: 264px;
  grid-template-columns: 440px minmax(0, 1fr);
}

.guide-card-1 {
  min-height: 350px;
  grid-template-columns: 420px minmax(0, 1fr);
  column-gap: 50px;
}

.guide-card-image {
  display: flex;
  width: 440px;
  height: 264px;
  align-items: center;
  align-self: center;
  justify-content: center;
  overflow: hidden;
}

.guide-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.guide-card-1 .guide-card-image {
  width: 420px;
  height: 350px;
}

.guide-card-1 .guide-card-image img {
  object-fit: cover;
}

.guide-card-copy {
  display: flex;
  min-width: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.guide-card-1 .guide-card-copy {
  padding: 0;
}

.guide-card-heading {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 60px;
}

.guide-card-heading .guide-number {
  position: absolute;
  top: 0;
  left: 0;
}

.guide-number {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border: 1px solid currentColor;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  font-family: Arial, sans-serif;
  color: var(--e-global-color-secondary);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.guide-card h2 {
  min-width: 0;
  flex: 1;
  margin: 0;
  color: var(--e-global-color-secondary);
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.guide-band-dark .guide-card h2 {
  color: var(--e-global-color-accent);
}

.guide-band-dark .guide-number {
  color: var(--e-global-color-accent);
}

.guide-band-dark .guide-card-introduction {
  color: var(--e-global-color-190e127);
}

.guide-band-cream .guide-card h2 {
  color: var(--e-global-color-primary);
}

.guide-band-cream .guide-number {
  color: var(--e-global-color-primary);
}

.guide-card-introduction {
  width: calc(100% - 60px);
  margin: 10px 0 0 60px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.guide-card-introduction p {
  margin: 0;
}

.guide-card-introduction p:not(:last-child) {
  margin-bottom: 10px;
}

.guide-card-introduction ul,
.guide-card-introduction ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-card-introduction li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 20px;
}

.guide-card-introduction li:last-child {
  margin-bottom: 0;
}

.guide-card-introduction li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  background: currentColor;
  content: "";
}

.guide-card-button {
  display: inline-flex;
  min-width: 112.55px;
  min-height: 29px;
  margin: 20px 0 0 60px;
  padding: 6px 16px 5px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}

.guide-card-button svg {
  width: 12px;
  height: 12px;
  fill: var(--e-global-color-text);
}

.guide-card-divider {
  width: calc(100% + 80px);
  max-width: none;
  height: 60px;
  margin: 49.515625px -40px 1px;
}

.guide-band:nth-child(3) .guide-card-divider {
  margin-top: 47.515625px;
}

.guide-card-3,
.guide-card-5,
.guide-card-7,
.guide-card-9,
.guide-card-11 {
  grid-template-columns: minmax(0, 1fr) 440px;
}

.guide-card-3 .guide-card-image,
.guide-card-5 .guide-card-image,
.guide-card-7 .guide-card-image,
.guide-card-9 .guide-card-image,
.guide-card-11 .guide-card-image {
  grid-column: 2;
}

.guide-card-3 .guide-card-copy,
.guide-card-5 .guide-card-copy,
.guide-card-7 .guide-card-copy,
.guide-card-9 .guide-card-copy,
.guide-card-11 .guide-card-copy {
  grid-column: 1;
  grid-row: 1;
  padding: 0;
}

.guide-card-2,
.guide-card-4,
.guide-card-6,
.guide-card-8,
.guide-card-10,
.guide-card-12 {
  grid-template-columns: minmax(0, 1fr) 440px;
}

.guide-card-2 .guide-card-image,
.guide-card-4 .guide-card-image,
.guide-card-6 .guide-card-image,
.guide-card-8 .guide-card-image,
.guide-card-10 .guide-card-image,
.guide-card-12 .guide-card-image {
  grid-column: 2;
}

.guide-card-2 .guide-card-copy,
.guide-card-4 .guide-card-copy,
.guide-card-6 .guide-card-copy,
.guide-card-8 .guide-card-copy,
.guide-card-10 .guide-card-copy,
.guide-card-12 .guide-card-copy {
  grid-column: 1;
  grid-row: 1;
  padding: 0;
}

.guide-card-1 .guide-card-image,
.guide-card-3 .guide-card-image {
  grid-column: 1;
}

.guide-card-3 {
  grid-template-columns: 440px minmax(0, 1fr);
}

.guide-card-1 .guide-card-copy,
.guide-card-3 .guide-card-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 0;
}

.guide-card-2 {
  grid-template-columns: 610px 440px;
  column-gap: 50px;
}

.guide-card-2 .guide-card-button {
  align-self: flex-end;
}

.guide-detail {
  padding: 0 100px 40px;
  background: var(--e-global-color-190e127);
}

.guide-detail-heading {
  text-align: center;
}

.guide-detail-heading .guide-number {
  display: flex;
  width: 60px;
  height: 60px;
  margin: -30px auto 30px;
  border-radius: 10px;
  color: var(--e-global-color-primary);
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.guide-detail-heading h1 {
  margin: 0;
  color: var(--e-global-color-secondary);
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.guide-detail-heading::after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0 0;
  background: var(--e-global-color-primary);
  content: "";
}

.guide-detail-content {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.4;
}

.guide-detail-block {
  display: flow-root;
  padding: 10px 0;
}

.guide-detail-block.is-untitled::before {
  display: block;
  height: 75px;
  content: "";
}

.guide-detail-content > .guide-detail-block:first-child {
  padding-right: 40px;
}

.guide-detail-content > .guide-detail-columns,
.guide-detail-columns + .guide-detail-block,
.guide-detail-content > .guide-detail-block + .guide-detail-block {
  margin-top: 30px;
}

.guide-detail-block h2 {
  display: flex;
  min-height: 75px;
  margin: 0;
  align-items: center;
  color: var(--e-global-color-secondary);
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.guide-detail-block h3 {
  margin: 8px 0 5px;
  color: var(--e-global-color-primary);
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.guide-detail-block p {
  margin: 0 0 10px;
}

.guide-detail-block p:last-child {
  margin-bottom: 0;
}

.guide-detail-block ul,
.guide-detail-block ol {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.guide-detail-block ol {
  counter-reset: guide-list-item;
}

.guide-detail-block li {
  position: relative;
  margin: 10px 0 0;
}

.guide-detail-block li:first-child {
  margin-top: 0;
}

.guide-detail-block ul li {
  padding-left: 25px;
}

.guide-detail-block ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--e-global-color-primary);
  content: "";
}

.guide-detail-block ol li {
  padding-left: 60px;
  counter-increment: guide-list-item;
}

.guide-detail-block ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-692305c);
  background: var(--e-global-color-primary);
  content: counter(guide-list-item) ".";
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.guide-detail-block a {
  font-weight: 600;
}

.guide-detail-block img.alignleft {
  float: left;
  width: 300px;
  height: auto;
  margin: 0 16px 0 0;
}

.guide-detail-block img.alignright {
  float: right;
  width: 300px;
  height: auto;
  margin: 0 0 0 16px;
}

.guide-detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-detail-columns .guide-detail-block {
  min-width: 0;
  padding: 10px 40px 10px 0;
}

.guide-detail-columns .guide-detail-block:first-child {
  border-right: 1px solid var(--e-global-color-primary);
}

.guide-detail-columns .guide-detail-block:last-child {
  padding: 10px 0 10px 40px;
}

.guide-detail-content-special > .guide-detail-columns {
  margin-top: 0;
}

.guide-detail-feature {
  position: relative;
  display: grid;
  width: calc(100% + 200px);
  min-height: 455.1875px;
  margin: 30px -100px 0;
  padding: 20px 100px 100px;
  overflow: hidden;
  grid-template-columns: 330px minmax(0, 1fr);
  color: var(--e-global-color-190e127);
  background-color: var(--e-global-color-b08dc46);
  background-image: linear-gradient(90deg, #289aaf 0%, #075c91 44%, #003153 100%);
}

.guide-detail-feature::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 71px;
  background: var(--e-global-color-190e127);
  content: "";
  -webkit-mask-image: url("../images/wave-blue-light.svg");
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-image: url("../images/wave-blue-light.svg");
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
}

.guide-detail-feature-image,
.guide-detail-feature-copy {
  position: relative;
  z-index: 1;
}

.guide-detail-feature-image {
  width: 330px;
  height: auto;
}

.guide-detail-feature-copy {
  padding: 10px 0 10px 40px;
}

.guide-detail-feature .guide-detail-block {
  padding: 0;
}

.guide-detail-feature .guide-detail-block h2 {
  color: var(--e-global-color-secondary);
}

.guide-detail-feature-button {
  min-width: 194px;
  min-height: 45px;
  margin: 25px 0 0;
  padding: 8px 20px;
  border-radius: 12px;
  color: var(--e-global-color-primary);
  font-size: 22px;
  font-weight: 600;
}

.guide-detail-feature-button img {
  width: 34px;
  height: 22px;
  object-fit: contain;
}

.guide-detail-special-pair {
  min-height: 422.96875px;
}

.guide-detail-special-final {
  position: relative;
  min-height: 402.5px;
  margin-top: 62px !important;
}

.guide-detail-special-final::before {
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--e-global-color-primary);
  content: "";
}

.guide-detail-special-final .guide-detail-block:last-child.is-untitled::before {
  display: none;
}

.guide-detail-special-final .guide-detail-block:last-child img {
  float: none;
  width: 510px;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.guide-detail-page[data-guide-slug="miert-adj-plazmat"] .guide-detail {
  padding-bottom: 10px;
}

.guide-detail-page .plasma-info {
  margin-top: 70px;
}

.guide-detail-page .plasma-info::before {
  position: absolute;
  z-index: 0;
  top: -70px;
  right: 0;
  left: 0;
  height: 71px;
  background: #ffb32b;
  content: "";
  -webkit-mask-image: url("../images/wave-orange.svg");
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-image: url("../images/wave-orange.svg");
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
}

@media (max-width: 1180px) {
  .guide-band-inner {
    max-width: calc(100% - 8%);
  }

  .guide-card,
  .guide-card-1,
  .guide-card-2,
  .guide-card-3,
  .guide-card-4,
  .guide-card-5,
  .guide-card-6,
  .guide-card-7,
  .guide-card-8,
  .guide-card-9,
  .guide-card-10,
  .guide-card-11,
  .guide-card-12 {
    grid-template-columns: 40% minmax(0, 1fr);
  }

  .guide-card-image,
  .guide-card-1 .guide-card-image {
    width: 100%;
  }

  .guide-detail {
    padding-right: 4%;
    padding-left: 4%;
  }

  .guide-detail-feature {
    width: calc(100% + 8%);
    margin-right: -4%;
    margin-left: -4%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .guide-detail-block table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
}

@media (max-width: 880px) {
  .guide-hero {
    height: 240px;
  }

  .guide-hero img {
    top: -55px;
    width: 240px;
    height: 240px;
  }

  .guide-hero h1,
  .guide-hero h2 {
    bottom: 31px;
    font-size: clamp(32px, 9vw, 42px);
  }

  .guide-band-inner {
    max-width: calc(100% - 40px);
  }

  .guide-band:not(:first-child)::before {
    top: -35px;
    height: 36px;
  }

  .guide-band:nth-child(n) {
    margin-top: 35px;
    padding: 35px 0 45px;
  }

  .guide-band:first-child {
    margin-top: 0;
    padding-top: 0;
  }

  .guide-card,
  .guide-card-1,
  .guide-card-2,
  .guide-card-3,
  .guide-card-4,
  .guide-card-5,
  .guide-card-6,
  .guide-card-7,
  .guide-card-8,
  .guide-card-9,
  .guide-card-10,
  .guide-card-11,
  .guide-card-12 {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .guide-card-image,
  .guide-card-1 .guide-card-image,
  .guide-card-2 .guide-card-image,
  .guide-card-3 .guide-card-image,
  .guide-card-4 .guide-card-image,
  .guide-card-5 .guide-card-image,
  .guide-card-6 .guide-card-image,
  .guide-card-7 .guide-card-image,
  .guide-card-8 .guide-card-image,
  .guide-card-9 .guide-card-image,
  .guide-card-10 .guide-card-image,
  .guide-card-11 .guide-card-image,
  .guide-card-12 .guide-card-image {
    width: 100%;
    height: auto;
    min-height: 220px;
    aspect-ratio: 5 / 3;
  }

  .guide-card-1 .guide-card-image {
    aspect-ratio: 6 / 5;
  }

  .guide-card-copy,
  .guide-card-1 .guide-card-copy,
  .guide-card-2 .guide-card-copy,
  .guide-card-3 .guide-card-copy,
  .guide-card-4 .guide-card-copy,
  .guide-card-5 .guide-card-copy,
  .guide-card-6 .guide-card-copy,
  .guide-card-7 .guide-card-copy,
  .guide-card-8 .guide-card-copy,
  .guide-card-9 .guide-card-copy,
  .guide-card-10 .guide-card-copy,
  .guide-card-11 .guide-card-copy,
  .guide-card-12 .guide-card-copy {
    padding: 30px 0 0;
  }

  .guide-card h2 {
    font-size: 24px;
  }

  .guide-card-introduction,
  .guide-card-button {
    margin-left: 0;
  }

  .guide-card-button {
    margin-top: 26px;
  }

  .guide-card-divider {
    width: calc(100% + 40px);
    margin: 45px -20px 5px;
  }

  .guide-detail {
    padding: 0 20px 70px;
  }

  .guide-detail-heading .guide-number {
    margin-top: -20px;
  }

  .guide-detail-heading h1 {
    font-size: 32px;
  }

  .guide-detail-columns {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .guide-detail-columns .guide-detail-block,
  .guide-detail-columns .guide-detail-block:first-child,
  .guide-detail-columns .guide-detail-block:last-child {
    padding: 10px 0;
    border: 0;
  }

  .guide-detail-content > .guide-detail-block:first-child,
  .guide-detail-columns .guide-detail-block,
  .guide-detail-columns .guide-detail-block:first-child {
    padding: 10px 0;
  }

  .guide-detail-block img.alignleft,
  .guide-detail-block img.alignright {
    float: none;
    width: min(100%, 300px);
    margin: 0 auto 24px;
  }

  .guide-detail-feature {
    width: calc(100% + 40px);
    min-height: 0;
    margin: 30px -20px 0;
    padding: 30px 20px 100px;
    grid-template-columns: 1fr;
  }

  .guide-detail-feature-image {
    width: min(100%, 330px);
    margin: 0 auto;
  }

  .guide-detail-feature-copy {
    min-width: 0;
    padding: 30px 0 0;
  }

  .guide-detail-feature-button {
    max-width: 100%;
  }

}

@media (max-width: 480px) {
  .guide-hero h1,
  .guide-hero h2 {
    font-size: 32px;
  }
}
