/** Shopify CDN: Minification failed

Line 163:0 Expected "}" to go with "{"

**/
/* @import url(https://db.onlinewebfonts.com/c/edeb336ecd776e23d99355eb2b52cbc7?family=Neuzeit+Grotesk+W01+Regular); */

.diamond-steps__container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  font-size: 12px;
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  text-transform: uppercase;
}

.step__left__number {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 80% */
  text-transform: uppercase;
}

.diamond-steps__steps__step__middle {
  align-self: center;
  display: flex;
  flex-direction: column;
}

.step__sub-info__btns {
  color: #d3d3d3;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 250% */
  text-transform: uppercase;
  display: flex;
  gap: 5px;
}

.sub-info__btns__btn {
  text-decoration: underline;
  cursor: pointer;
  color: #d3d3d3;
}
.sub-info__btns__btn:hover {
  color: #eeeeee;
}

.step__sub-info {
  display: flex;
  gap: 10px;
}

.diamond-steps__btns .btns__back {
  text-decoration: none;
}
.diamond-steps__btns .btns__back:hover .btns__back__icon {
  transition: all 0.2s ease;
  fill: #c1ac8a;
}

.diamond-steps__steps {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.diamond-steps__steps__step {
  padding: 10px;
  border: solid 1px #31404e;
  border-bottom: 3px solid rgba(49, 64, 78, 0.3);
  border-right: 0;
  flex: 1;
  display: flex;
  gap: 10px;
}
.diamond-steps__steps__step:first-child {
  border-top-left-radius: 5px;
}
.diamond-steps__steps__step:last-child {
  border-right: solid 1px #31404e;
  border-top-right-radius: 5px;
}

.diamond-steps__steps__step--active,
.diamond-steps__steps__step--checked {
  background: #31404e;
  color: white;
  border-bottom: 3px solid #c1ac8a;
}

.diamond-steps__steps__step--checked ~ div,
.diamond-steps__steps__step--active ~ div {
  border-left: solid 1px #31404e;
}

.diamond-steps__steps__step__left {
  align-self: center;
}

.diamond-steps__steps__step__right {
  margin: 0 10px 0 auto;
  stroke: #31404e;
  align-self: center;
}
.diamond-steps__steps__step--active .diamond-steps__steps__step__right,
.diamond-steps__steps__step--checked .diamond-steps__steps__step__right {
  stroke: white;
}

.diamond-steps__steps__step--active .step__left__icon svg,
.diamond-steps__steps__step--checked .step__left__icon svg {
  fill: white;
}

@media screen and (min-width: 768px) {
  .diamond-steps__steps {
    width: 80%;
    flex-direction: row;
  }
}

@media screen and (min-width: 900px) {
  .diamond-steps__container {
    flex-direction: row;
    font-size: 14px;
  }
  .diamond-steps__steps {
    width: 80%;
  }

  .step__left__number {
    font-size: 25px;
  }
  .diamond-steps__btns {
    align-self: center;
  }
}

@media screen and (max-width: 768px) {
 .diamond-steps__steps__step:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
  .diamond-steps__steps__step:nth-child(2) {
  border-top: 0px;
}
.diamond-steps__steps__step:last-child {
  border-right: solid 1px #31404e;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 0px;
}
  .diamond-steps__steps__step {
        border-right: solid 1px #31404e;
}
