* {
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  color: #712cf9;
  background: #f9f7ff;
}
::selection {
  color: #712cf9;
  background: #f9f7ff;
}

body {
  background-color: #FAFAFA;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 62.5%;
  color: #3E041A;
  margin: 0;
}

a,
button,
.cta {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #DC1360;
}
.cta {
  padding: 0.8em 1.2em;
  border-radius: 0.4em;
  background-color: #F9F2FF;
  color: #DC1360;
  box-shadow: 0 0.4em 0.8em 0 #00000026;
}
.cta:hover {
  background-color: #DC1360;
  color: #F9F2FF;
  box-shadow: none;
}
.cta.round {
  border-radius: 999px;
}

.prog-bar {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
}
.prog-bar-fill {
  width: 0%;
  height: 0.5em;
  transition: all 0.5s ease-out;
}

nav {
  display: flex;
  justify-content: center;
  width: 100%;
  /*background-color: #FFF;*/
  font-weight: 500;
  /*padding: 0 2em;*/
  z-index: 999;
  position: sticky;
  top: 0;
  margin: auto;
  transition: all 0.2s ease;
}
nav section {
  padding: 0 5.4em;
}
nav article {
  padding: 1.8em 0;
  max-width: 100%;
}
nav img,
.move img {
  width: 5.2em;
}
nav.q-nav {
  width: auto;
  border-radius: 999px;
  position: fixed;
  top: unset;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000040;
  z-index: unset;
  opacity: 0;
}
nav.q-nav.active {
  opacity: 1;
  bottom: 9.6em;
}
nav.q-nav section {
  padding: 0 1.8em;
}
nav.q-nav article {
  padding: 2.4em 0;
}

.scroll {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000040;

  width: 90%;
  border-radius: 1em;
  top: 2em;
}

header {
  display: flex;
  align-items: stretch;
  margin-top: -8.2em;
  padding-top: 8.2em;
}
.homepage section {
  padding: 0 3.2em 0 0;
}
.homepage article {
  max-width: 100%;
  align-items: stretch;
  flex-wrap: wrap-reverse;
}
.move {
  min-height: calc(100vh + 8.2em);
}
.move article {
  margin: 0 auto;
}
.h-block-a {
  max-width: 100%;
  padding: 0;
  display: flex;
  flex: 1.5 1 41.625em;
  align-items: flex-end;
  z-index: 1;
}
.h-block-b {
  max-width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: -9.6em;
  flex: 1 1 41.625em;
}
.homepage .moji {
  font-size: 5.4em;
  margin-bottom: 1rem;
}
.homepage .block.door {
  padding: 16em 3.2em;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: center;
  background: #BD1342;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0 3.2em 0;
}
.jumbo {
  min-height: 90vh;
}

article {
  width: 100%;
  max-width: 120em;
  /*margin: 0 -2em;*/
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.block {
  flex: 1 1 38em;
  max-width: 56em;
  padding: 3.2em;
}
.card {
  background-color: #FFF;
  border-radius: 0.4em;
  box-shadow: 0 0.4em 0.8em 0 #00000026;
  padding: 2.4em 1.8em;
  margin-bottom: 3.2em;
}
.q-card {
  background-color: #FFF;
  border-radius: 0.4em;
  box-shadow: 0 0.4em 0.8em 0 #00000026;
  padding: 2.4em 1.8em;
  border: 0.1em solid #DDDDDD;
  min-height: 30em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.q-card:hover {
  box-shadow: 0 0.4em 0.8em 0 #00000045;
}
.q-card.active {
  border: 0.1em solid #DB114D;
  box-shadow: 0 0.4em 0.8em 0 #00000045;
}
.q-card span {
  position: absolute;
  top: 2em;
  right: 2em;
}

.card-container .block {
  padding: 0;
  margin: 0 1.6em 0;
}
.col-2 .block {
  flex: 1 1 32em;
}
.col-3 .block {
  flex: 1 1 25.2em;
}
.card-container.col-3 .block {
  flex: 1 1 22em;
}

.bottom-clip img {
  margin-bottom: -20em;
}

footer img {
  width: 4.4em;
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.recycled {
  width: 12em;
}

h1 {
  font-size: 5.4em;
  font-weight: 900;
  margin: 0 0 1.25rem 0;
  line-height: 1.2em;
}

h2 {
  font-size: 4.4em;
  font-weight: 500;
  margin: 0 0 1.25rem 0;
}

h3 {
  font-size: 3.2em;
  font-weight: 400;
  margin: 0 0 1.25rem 0;
}

h4 {
  font-size: 2.8em;
  font-weight: 900;
  margin: 0 0 1.25rem 0;
}

h5 {
  font-size: 2.4em;
  font-weight: 500;
  margin: 0 0 1.25rem 0;
}

p {
  font-size: 1.4em;
  line-height: 1.8em;
  margin: 0;
}

.elipsis {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /*margin: -0.5em;*/
}
form.sm {
  font-size: 0.8em;
}
.input-wrap {
  flex: 1 1 27em;
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em;
}
.psuedo-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: flex-start;
}
.psuedo-input span {
  display: flex;
  flex: 1 1 12em;
  /*flex-wrap: wrap;*/
  flex-wrap: nowrap;
  /*padding: 0.2em 0;*/
  padding: 0.2em;
  /*justify-content: center;*/
}
input,
select,
textarea,
.psuedo-input {
  width: 100%;
  padding: 1em;
  background-color: transparent;
  border: 0.2em solid #cdcbd5;
  border-radius: 0.4em;
}
input,
select,
button,
textarea,
.psuedo-input {
  font-size: 1.6em;
  font-family: inherit;
}
label {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
  font-size: 1.6em;
  color: #565656;
  transition: all 0.2s ease;
}
.valid,
.invalid {
  opacity: 0;
  visibility: hidden;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8em;
  transition: all 0.2s ease;
}
.pass_toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8em;
  transition: all 0.2s ease;
}
.pass_toggle.hide {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.static {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
}
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
.psuedo-input:focus,
.psuedo-input:focus-visible {
  outline: none;
  border: 0.2em solid #712cf9;
}
input:focus + label,
input:not(:placeholder-shown) + label,
select + label,
textarea + label,
.psuedo-input + label {
  top: 0;
	font-size: 1.2em;
	font-weight: 500;
  color: #712cf9;
  background-color: #EFEFEF;
  z-index: 1;
  padding: 0 0.5em;
}
input:user-invalid,
select:user-invalid,
.psuedo-input:user-invalid {
  outline: none;
  border: 0.2em solid #f92c70;
  color: #f92c70;
}
input:user-invalid + label,
input:user-invalid ~ .invalid, 
select:user-invalid + label,
select:user-invalid ~ .invalid,
.psuedo-input:user-invalid + label {
  color: #f92c70;
}
input:user-invalid ~ .invalid,
select:user-invalid ~ .invalid { 
  opacity: 1;
  visibility: visible;
}
input:not(:focus),
select:not(:focus),
textarea:not(:focus),
.psuedo-input:not(:focus) {
  border: 0.2em solid #cdcbd5;
  color: inherit;
}
input:not(:focus) + label,
input:not(:focus) ~ .invalid,
select:not(:focus) + label,
select:not(:focus) ~ .invalid,
textarea:not(:focus) + label,
.psuedo-input:not(:focus) + label {
  color: inherit;
}
input:placeholder-shown ~ .invalid,
select:placeholder-shown ~ .invalid,
textarea:placeholder-shown ~ .invalid {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
input:user-valid,
select:user-valid,
input[type="date"]:valid,
textarea:user-valid,
.psuedo-input:user-valid {
  outline: none;
  border: 0.2em solid #4CAE88;
}
input:user-valid + label,
input:user-valid ~ .valid,
select:user-valid + label,
select:user-valid ~ .valid,
textarea:user-valid + label,
.psuedo-input:user-valid + label{
  color: #4CAE88;
}
input:user-valid ~ .valid,
select:user-valid ~ .valid { 
  opacity: 1;
  visibility: visible;
}
input:checked {
  accent-color: #712cf9;
}
input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.check {
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 1.5em;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  margin: 0 0.5em 0 0;
  min-width: 1em;
  min-height: 1em;
  max-width: 1.5em;
  max-height: 1.5em;
  padding: 0;
}
input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
  margin: 0 0.5em 0 0;
  min-width: 1em;
  min-height: 1em;
  max-width: 1.5em;
  max-height: 1.5em;
  padding: 0;
}
.psuedo-input input[type=checkbox],
.psuedo-input input[type=radio] {
  /*margin: 0 0.5rem 0 0;*/
  min-width: 1rem;
  min-height: 1rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  padding: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  font-size: inherit;
  color: inherit;
  top: unset;
  left: unset;
  font-weight: inherit;
  transform: none;
  padding: 0;
  text-align: left;
}
input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  min-height: 3.75em;
  outline: none;
  margin: 0;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 0.25em;
  background-color: #e8e8ec;
  border-radius: 999em;
}
input[type="range"]::-moz-range-track {
  height: 0.25em;
  background-color: #e8e8ec;
  border-radius: 999em;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.2em;
  height: 1.2em;
  border-radius: 999em;
  background: #712cf9;
  cursor: pointer;
  /*margin-top: -0.4em;*/
}
input[type="range"]::-moz-range-thumb {
  width: 1.2em;
  height: 1.2em;
  border-radius: 999em;
  background: #712cf9;
  cursor: pointer;
  /*margin-top: -0.4em;*/
}
textarea {
  resize: vertical;
}

hr {
  width: 100%;
  height: 0.1em;
  border: none;
  background-color: #EAEAEA;
  margin: 0 0 1.8em;
}

.lite {
  background-color: #F5EBFD;
}
.mid {
  background-color: #F4F4F4;
}
.steel {
  background-color: #F9F2FF;
}
.blue {
  background-color: #3861f9;
}
.grn {
  background-color: #4CAE88;
}
.drk {
  background-color: #3E041B;
}
.trans {
  background-color: transparent;
}
.grad {
  background: linear-gradient(-45deg, #BD1342, #BF1557 30%, #DF104C);
}

.shadow {
  transition: all 0.2s ease;
}
.shadow:hover {
  box-shadow: 0 0.4em 0.8em 0 #00000026;
}
.outline {
  transition: all 0.2s ease;
  border: 0.2em solid transparent;
}
.outline:hover {
  border: 0.2em solid #712cf9;
}

.pill {
  background-color: #4CAE88;
  width: fit-content;
  border-radius: 999em;
  padding: 0.4em 0.8em 0.3em;
  box-shadow: 0 0.4em 0.8em 0 #00000026;
}

.circle {
    aspect-ratio: 1 / 1;
    text-align: center;
    width: 6.4em;
    max-width: 100%;
    padding: 1.2em;
    border-radius: 999em;
    background-color: #FFF;
    box-shadow: 0 0.4em 0.8em 0 #00000026;
}

.tool-tip::before {
  transition: all 0.2s ease;
  transform-origin: left;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85) translate(-50%, -0.25em);

  content: '';
  position: absolute;
  bottom: 1.4em;
  left: 50%;
  width: 0;
  border: 0.5em solid transparent;
  border-top-color: #bfabf4;
  border-bottom: 0;

}
.tool-tip::after {
  transition: all 0.2s ease;
  transform-origin: left;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85) translate(-50%, 0);

  content: 'I am a tool tool tip. Hopefully I am usefull and can be dynamically replaced via jQuery.';
  padding: 1em;
  border-radius: 0.2em;
  background-color: #bfabf4;
  color: #23201d;
  font-size: 0.7em;
  position: absolute;
  bottom: 2.65em;
  left: 50%;
  width: 18em;
  line-height: 1.6em;
}
.tool-tip:hover::after,
.tool-tip:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, 0);
}
.tool-tip.copy::after {
  content: 'Text Copied!';
  width: max-content;
}

.anchor {
  position: absolute;
  top: -5.6em;
}

.spacer {
  width: 100%;
  padding: 2em;
}
.spacer-xl {
  width: 100%;
  padding: 6.4em;
}

.sticky {
  position: sticky;
  top: 7.6em;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2em;
}
.trees {
  position: absolute;
  bottom: 0;
}

.modal-outter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.85);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  overflow-y: scroll;
}
.modal-outter.m-pop {
  visibility: visible;
  opacity: 1;
}
.modal-inner {
  padding: 1em;
  margin: auto;
  width: 100%;
  max-width: 80em;
  opacity: 0;
  transform: translateY(2em);
  transition: all 0.4s ease;
}
.modal-outter.m-pop .modal-inner {
  opacity: 1;
  transform: translateY(0em);
}

.border-rad {
  border-radius: 0.4em;
}

.dots {
  margin-bottom: -20em;
  width: 75%;
}

._1-3 {
  flex: 1 1 32em;
}
._2-3 {
  flex: 3 1 38em;
}

.s-nav {
  border-radius: 0.4em;
  border: 0.1em solid #D9CCE5;
  padding: 2em 2.8em;
  margin-bottom: 3.2em;
  transition: all 0.2s ease;
}
.s-nav:hover {
  background-color: #ECECEC;
}
.s-nav.active {
  background-color: #4CAE88;
  border-color: #4CAE88;
  color: #F9F2FF;
}
.s-nav.active p.accent {
  color: #EAE2F0;
}

.pos-abs-l,
.pos-abs-r {
  position: absolute;
  bottom: 0;
}
.pos-abs-l {
  left: 0;
  width: 30vw;
}
.pos-abs-r {
  right: 0;
  width: 24vw;
}

.paralax-boxes {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-box-a {
  position: absolute;
  top: -2.5%;
  right: 9.6em;
  width: 22.5vw;
  transform: translateY(-50%);
  min-width: 12em;
}
.p-box-b {
  position: absolute;
  left: 3.2em;
  top: 64%;
  transform: translateY(-50%);
  width: 20vw;
  min-width: 10em;
  transform-origin: top;
}
.p-box-c {
  position: absolute;
  right: 3.2em;
  top: 100%;
  width: 26vw;
  transform: translateY(-50%);
  min-width: 14em;
  transform-origin: top;
}


#scroll-children {
  display: none;
}

#step-container {
  overflow: hidden;
  display: flex;
  width: 100%;
  scroll-behavior: smooth;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#step-container::-webkit-scrollbar {
  display: none;
}
.step {
  flex: 0 0 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.fd-row {
  flex-direction: row;
}
.fd-col {
  flex-direction: column;
}

.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.rvs-wrap {
  flex-wrap: wrap-reverse;
}
.ai-start {
  align-items: flex-start;
}
.ai-stretch {
  align-items: stretch;
}
.ai-center {
  align-items: center;
}
.ac-start {
  align-content: flex-start;
}
.as-center {
  align-self: center;
}
.jc-start {
  justify-content: flex-start;
}
.jc-end {
  justify-content: flex-end;
}
.jc-center {
  justify-content: center;
}
.jc-between {
  justify-content: space-between;
}
.jc-around {
  justify-content: space-around;
}

.f-auto {
  flex: 1 1 auto;
}
.f-3-auto {
  flex: 3 1 auto;
}
.auto {
  flex: unset;
  width: auto;
}

.wide {
  max-width: 75em;
}
.mw-32 {
  max-width: 32em;
}
.mw-28 {
  max-width: 28em;
}
.mw-100 {
  max-width: 100%;
}
.w-100 {
  flex: unset;
  width: 100%;
  max-width: 100%;
}

.accent {
  color: #837B88;
}
.green {
  color: #4CAE88;
}
.txt-white {
  color: #F9F2FF;
}
.txt-white.accent {
  color: #EAE2F0;
}
.txt-center {
  text-align: center;
}
.caps {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.fw-900 {
  font-weight: 900;
}
.fw-500 {
  font-weight: 500;
}
.lg {
  font-size: 1.6em;
}
.sm {
  font-size: 1.2em;
}
.unstyled-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}
._mlr-4 {
  margin-left: 4em;
  margin-right: 4em;
}
._mlr-2 {
  margin-left: 2em;
  margin-right: 2em;
}
._mlr-1 {
  margin-left: 1em;
  margin-right: 1em;
}
._mtb-0_5 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
._mlr-0_5 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
._mr-0_5 {
  margin-right: 0.5em;
}
._mtb-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
._mt-3e {
  margin-top: 3em;
}
._mt-2_5r {
  margin-top: 2.75rem;
}
._mt-1e {
  margin-top: 1em;
}
._mb-2_5r {
  margin-bottom: 2.75rem;
}
._mb-0_5r {
  margin-bottom: 0.5rem;
}
._rm {
  margin: 0;
}
._rmtb {
  margin-top: 0;
  margin-bottom: 0;
}
._rmb {
  margin-bottom: 0;
}
._p-1_6 {
  padding: 1.6em;
}
._p-3_2 {
  padding: 3.2em;
}
._p-4_4 {
  padding: 4.4em;
}

.kill {
  display: none;
}

@media (min-width: 2560px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 3200px) {
  body {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {


  .jumbo {
    min-height: 65vh;
  }

  nav.q-nav.active {
    bottom: 6.4em;
  }

  .p-box-a {
    right: 3.2em;
  }
  .p-box-b {
    left: 1.6em;
  }
  .p-box-c {
    right: 1.6em;
  }

  ._p-3_2 {
    padding: 1.6em;
  }
  ._p-4_4 {
    padding: 2.2em;
  }

}

@media (max-width: 820px) {

  #scroll-container {
    overflow-x: scroll;
    display: flex;
    width: 100%;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  #scroll-container::-webkit-scrollbar {
    display: none;
  }
  .s-nav {
    min-width: 100%;
    margin-right: 1.6em;
    margin-bottom: 0;
  }
  .s-nav:last-child {
    margin-right: 0;
  }
  #scroll-children {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1.6em 0.8em;
  }
  #scroll-children .child {
    flex: 1 1 auto;
    margin: 0 0.8em;
    height: 0.65em;
    background-color: #d4d4d4;
    border-radius: 999px;
  }
  #scroll-children .child.active {
    background-color: #808080;
  }

  nav.q-nav.active {
    bottom: 2.6em;
  }

  .pos-abs-l {
    width: 42vw;
  }
  .pos-abs-r {
    width: 36vw;
  }

}

@media (max-width: 819px) {
  

  .col-3 .block,
  .card-container.col-3 .block {
    flex: 1 1 38em;
  }

  .kill_819 {
    display: none;
  }
}

@media (max-width: 768px) {
  .homepage section {
    padding: 0 3.2em;
  }
  .h-block-a {
    background: #BD1342;
    border-top-left-radius: 999px;
    border-top-right-radius: 999px;
  }
  .h-block-a img {
    margin-left: -3.2em;
  }
  .h-block-b {
    margin-left: auto;
  }
  .homepage .block.door {
    max-width: 100%;
    padding: 3.2em;
    background: none;
  }

  nav.q-nav.active {
    bottom: 12.8em;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 3.4em;
  }
  h2 {
    font-size: 2.6em;
  }
  h3 {
    font-size: 2.4em;
  }
  h4 {
    font-size: 2.2em;
  }
  h5 {
    font-size: 1.8em;
  }
  p {
    font-size: 1.2em;
  }
  .lg {
    font-size: 1.4em;
  }

  nav section {
    padding: 0 2.2em;
  }
  nav img,
  .move img {
    width: 4.4em;
  }

  nav.q-nav.active {
    bottom: 5.8em;
  }


  .recycled {
    width: 8em;
  }

  .homepage .block.door {
    padding: 3.2em 0;
  }
  .homepage .moji {
    font-size: 4.4em;
  }

  .block {
    padding: 3.2em 0;
  }

  .spacer-xl {
    padding: 3.2em;
  }

  .bottom-clip img {
    margin-bottom: -10em;
  }

  .circle {
    width: 5.4em;
  }


  ._mt-2_5r {
    margin-top: 1.375rem;
  }
  ._mb-2_5r {
    margin-bottom: 1.375rem;
  }

  ._p-3_2,
  ._p-4_4 {
    padding: 0.8em;
  }
  .mobile-pad {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .q-card {
    min-height: unset;
  }

  .kill_520 {
    display: none;
  }
}