@charset "UTF-8";
body {
  margin: 0;
}

[v-cloak] {
  display: none;
}

#iprospect {
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  font-family: open-sans, sans-serif;
  font-weight: 400;
  color: #030303;
}
#iprospect h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#iprospect hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
#iprospect pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect a {
  background-color: transparent;
}
#iprospect abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
#iprospect b,
#iprospect strong {
  font-weight: bolder;
}
#iprospect code,
#iprospect kbd,
#iprospect samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect small {
  font-size: 80%;
}
#iprospect sub,
#iprospect sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#iprospect sub {
  bottom: -0.25em;
}
#iprospect sup {
  top: -0.5em;
}
#iprospect img {
  border-style: none;
}
#iprospect button,
#iprospect input,
#iprospect optgroup,
#iprospect select,
#iprospect textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
#iprospect button,
#iprospect input {
  /* 1 */
  overflow: visible;
}
#iprospect button,
#iprospect select {
  /* 1 */
  text-transform: none;
}
#iprospect button,
#iprospect [type=button],
#iprospect [type=reset],
#iprospect [type=submit] {
  -webkit-appearance: button;
}
#iprospect button::-moz-focus-inner,
#iprospect [type=button]::-moz-focus-inner,
#iprospect [type=reset]::-moz-focus-inner,
#iprospect [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#iprospect button:-moz-focusring,
#iprospect [type=button]:-moz-focusring,
#iprospect [type=reset]:-moz-focusring,
#iprospect [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#iprospect fieldset {
  padding: 0.35em 0.75em 0.625em;
}
#iprospect legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
#iprospect progress {
  vertical-align: baseline;
}
#iprospect textarea {
  overflow: auto;
}
#iprospect [type=checkbox],
#iprospect [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
#iprospect [type=number]::-webkit-inner-spin-button,
#iprospect [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#iprospect [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
#iprospect [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#iprospect ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
#iprospect details {
  display: block;
}
#iprospect summary {
  display: list-item;
}
#iprospect template {
  display: none;
}
#iprospect [hidden] {
  display: none;
}
#iprospect .inner {
  width: 90%;
  margin: auto;
  padding: 15px 0;
  max-width: 500px;
}
#iprospect p {
  font-size: 15px;
}
#iprospect b {
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
}
#iprospect a {
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
#iprospect.modal-open .modal {
  display: block;
}
#iprospect .selectr {
  display: none;
}
#iprospect .modal {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: none;
}
#iprospect .modal .inner {
  position: absolute;
  max-width: 670px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #da6b79;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.47));
  color: white;
  padding: 30px;
  box-sizing: border-box;
  margin: 20px auto;
  text-align: center;
}
#iprospect .modal .inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url("../img/x.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate(30%, -30%);
}
#iprospect .modal .inner .text {
  position: relative;
}
#iprospect .modal .inner .text::before, #iprospect .modal .inner .text::after {
  position: absolute;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  font-size: 40px;
}
#iprospect .modal .inner .text::before {
  content: "“";
  top: 0;
  left: 0;
  transform: translate(-100%, -50%);
}
#iprospect .modal .inner .text::after {
  content: "”";
  bottom: 0;
  right: 0;
  transform: translate(50%, 70%);
}
#iprospect .ip_header {
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 50%;
  color: white;
}
#iprospect .ip_header .inner {
  padding: 30px 0;
}
#iprospect .ip_header .inner h1 .lunar {
  font-family: "ManusTrial", Georgia;
  font-weight: normal;
  font-size: 50px;
  line-height: 10px;
  z-index: 2;
  position: relative;
}
#iprospect .ip_header .inner h1 .beauty {
  display: block;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  color: #DA6B79;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 14px;
  z-index: 1;
  position: relative;
}
#iprospect .ip_header .inner .sub {
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  max-width: 182px;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 40px;
}
#iprospect .ip_header .inner .intro {
  display: none;
}
#iprospect h2 {
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
#iprospect .line {
  font-family: open-sans-condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#iprospect .line.black {
  color: black;
  border-bottom: 5px solid black;
}
#iprospect .line.white {
  color: white;
  border-bottom: 5px solid white;
}
#iprospect .line.pink {
  color: #DA6B79;
  border-bottom: 5px solid #DA6B79;
}
#iprospect .divider {
  height: 2px;
  background: #da6b79;
}
#iprospect .content .phase .main {
  background-color: #F4D2D6;
  border-top: 1.5px solid #da6b79;
  border-bottom: 1.5px solid #da6b79;
}
#iprospect .content .phase .main .inner h4 {
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}
#iprospect .content .phase .main .inner p {
  font-weight: 300;
  font-size: 15px;
}
#iprospect .content .phase .main .inner .row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}
#iprospect .content .phase .main .inner .row .moon {
  grid-row: span 2;
  margin: 0 auto;
}
#iprospect .content .phase .meaning {
  background-color: #DA6B79;
  color: white;
}
#iprospect .content .phase .meaning .inner .row, #iprospect .content .phase .meaning .inner .desk {
  display: none;
}
#iprospect .content .phase .beauty .inner, #iprospect .content .phase .health .inner, #iprospect .content .phase .scents .inner {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  padding: 24px 30px;
  margin: 30px auto;
  box-sizing: border-box;
}
#iprospect .content .phase .beauty .inner .tips .t {
  display: grid;
  grid-template-columns: 49px 1fr;
  grid-column-gap: 30px;
  align-items: center;
  margin: 20px 0;
}
#iprospect .content .phase .beauty .inner .tips .t img {
  width: 49px;
  height: 49px;
}
#iprospect .content .phase .beauty .inner .tips .t .text {
  font-size: 15px;
}
#iprospect .content .phase .beauty .inner .tips > :first-child {
  margin-top: 10px;
}
#iprospect .content .phase .health .inner .sub {
  font-family: open-sans-condensed, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
}
#iprospect .content .phase .scents .inner .grid {
  display: grid;
  grid-template-columns: 1fr;
}
#iprospect .content .phase .scents .inner .grid .scen {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 10px;
  align-items: center;
  margin: 4px 0;
}
#iprospect .content .phase .scents .inner .grid .scen img {
  width: 50px;
}
#iprospect .content .phase .scents .inner .grid .scen .name {
  font-family: "ManusTrial", Georgia;
  font-weight: normal;
  font-size: 26px;
}
#iprospect .content .phase .expert {
  margin-bottom: 30px;
}
#iprospect .content .phase .expert .inner {
  text-align: center;
}
#iprospect .content .phase .expert .inner .button {
  width: 252px;
  height: 53px;
  margin: auto;
  background-color: #030303;
  font-family: open-sans-condensed, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.1s;
  user-select: none;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px #999;
}
#iprospect .content .phase .expert .inner .button:hover {
  background-color: #2a2a2a;
}
#iprospect .content .phase .expert .inner .button:active {
  top: 3px;
  box-shadow: 0 2px #666;
}
#iprospect .expertt {
  display: none;
}
#iprospect .moon {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  transform: translateZ(0);
}
#iprospect .moon::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E9A6AF;
  width: 50%;
  height: 100%;
}
#iprospect .moon .disc {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
#iprospect .moon .disc::before, #iprospect .moon .disc::after {
  content: " ";
  display: block;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  backface-visibility: hidden;
}
#iprospect .moon .disc::before {
  background-color: #E9A6AF;
}
#iprospect .moon .disc::after {
  background-color: #fff;
  transform: rotateY(180deg);
}
#iprospect .moon.waxcre::before {
  left: 0%;
}
#iprospect .moon.waxcre .disc {
  transform: rotateY(55deg);
}
#iprospect .moon.halfwax::before {
  left: 0%;
}
#iprospect .moon.halfwax .disc {
  transform: rotateY(90deg);
}
#iprospect .moon.waxgib::before {
  left: 0%;
}
#iprospect .moon.waxgib .disc {
  transform: rotateY(115deg);
}
#iprospect .moon.full::before {
  left: 0%;
}
#iprospect .moon.full .disc {
  transform: rotateY(180deg);
}
#iprospect .moon.wancre::before {
  left: 50%;
}
#iprospect .moon.wancre .disc {
  transform: rotateY(55deg);
}
#iprospect .moon.wanhalf::before {
  left: 50%;
}
#iprospect .moon.wanhalf .disc {
  transform: rotateY(90deg);
}
#iprospect .moon.wangib::before {
  left: 50%;
}
#iprospect .moon.wangib .disc {
  transform: rotateY(115deg);
}
#iprospect .moon.new::before {
  left: 50%;
}
#iprospect .moon.new .disc {
  transform: rotateY(0deg);
}
#iprospect .cta .inner p {
  font-size: 18px;
  text-align: center;
}
#iprospect .footer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#iprospect .footer .inner > * {
  margin: 20px 0;
}
#iprospect .footer .inner .logo img {
  width: 200px;
}
@media only screen and (min-width: 470px) {
  #iprospect .content .phase .scents .inner .grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  #iprospect .content .phase .expert .inner .button:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-60%);
    width: 150px;
    height: 120px;
    pointer-events: none;
    background-image: url("../img/click.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #iprospect .content .phase .expert .inner .button.clicked:after {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #iprospect .inner {
    padding: 30px 0;
    max-width: 1520px;
  }
  #iprospect p {
    font-size: 18px;
  }
  #iprospect .modal .inner {
    padding: 50px;
  }
  #iprospect .content .phase .expert .inner .button:after {
    width: 180px;
    height: 180px;
    transform: translateY(-48%);
  }
  #iprospect .expertt {
    display: block;
    margin-top: 50px;
  }
  #iprospect .expertt.hid {
    display: none;
  }
  #iprospect .expertt .button {
    width: 252px;
    height: 53px;
    margin: auto;
    background: #030303;
    font-family: open-sans-condensed, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.1s;
    user-select: none;
  }
  #iprospect .expertt .button:hover {
    background-color: #2a2a2a;
  }
  #iprospect .expertt .button:active {
    top: 3px;
  }
  #iprospect .ip_header {
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  #iprospect .ip_header .inner {
    padding: 40px 0;
  }
  #iprospect .ip_header .inner h1 .lunar {
    font-size: 140px;
    line-height: 100px;
  }
  #iprospect .ip_header .inner h1 .beauty {
    font-size: 160px;
    line-height: 60px;
  }
  #iprospect .ip_header .inner .sub {
    max-width: 460px;
    font-size: 30px;
    line-height: 34px;
    margin-top: 60px;
  }
  #iprospect .ip_header .inner .intro {
    display: block;
    max-width: 755px;
  }
  #iprospect .ip_header .inner .intro > :last-child {
    margin-bottom: 0;
  }
  #iprospect h2 {
    font-family: open-sans-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #iprospect .line {
    font-family: open-sans-condensed, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  #iprospect .line.black {
    color: black;
    border-bottom: 5px solid black;
  }
  #iprospect .line.white {
    color: white;
    border-bottom: 5px solid white;
  }
  #iprospect .line.pink {
    color: #DA6B79;
    border-bottom: 5px solid #DA6B79;
  }
  #iprospect .mobIntro {
    display: none;
  }
  #iprospect .divider {
    height: 2px;
    background: #da6b79;
  }
  #iprospect .selectr {
    display: block;
    background-color: #F4D2D6;
    border-top: 1.5px solid #da6b79;
    border-bottom: 1.5px solid #da6b79;
    position: relative;
    position: sticky;
    top: 90px;
    z-index: 10;
  }
  #iprospect .selectr .prev, #iprospect .selectr .next {
    display: none;
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url("../img/prev.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 150px;
    cursor: pointer;
    transition: all 0.5s;
  }
  #iprospect .selectr .prev {
    left: 5%;
    transform: translateY(-50%);
  }
  #iprospect .selectr .prev:active {
    left: 4.5%;
  }
  #iprospect .selectr .next {
    right: 5%;
    transform: translateY(-50%) rotate(180deg);
  }
  #iprospect .selectr .next:active {
    right: 4.5%;
  }
  #iprospect .selectr .inner {
    text-align: center;
    max-width: 1171px;
    padding: 2px 0;
  }
  #iprospect .selectr .inner h2 {
    margin-bottom: 0;
  }
  #iprospect .selectr .inner h3 {
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 4px;
    padding-right: 0;
  }
  #iprospect .selectr .inner h4 {
    font-weight: 400;
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 0;
  }
  #iprospect .selectr .inner .moon {
    margin: auto;
  }
  #iprospect .selectr .inner p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 4px;
    margin-bottom: 6px;
  }
  #iprospect .content .phase.hid {
    display: none;
  }
  #iprospect .content .phase .grid4 {
    width: 90%;
    margin: auto;
    padding: 30px 0;
    max-width: 1520px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 20px auto;
  }
  #iprospect .content .phase .main {
    display: none;
  }
  #iprospect .content .phase .main .inner {
    text-align: center;
    max-width: 1161px;
    padding: 15px 0;
  }
  #iprospect .content .phase .main .inner .row {
    grid-template-columns: 1fr;
  }
  #iprospect .content .phase .main .inner .row .line {
    border: none;
  }
  #iprospect .content .phase .main .inner p {
    font-size: 18px;
  }
  #iprospect .content .phase .meaning {
    height: 100%;
  }
  #iprospect .content .phase .meaning .inner {
    background-color: #DA6B79;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
  }
  #iprospect .content .phase .meaning .inner .mob {
    display: none;
  }
  #iprospect .content .phase .meaning .inner .desk {
    display: inline-block;
  }
  #iprospect .content .phase .meaning .inner .row {
    display: grid;
    grid-template-columns: 77px 1fr;
    grid-column-gap: 20px;
    align-items: center;
    margin-top: 10px;
  }
  #iprospect .content .phase .meaning .inner .row h4 {
    font-family: open-sans-condensed, sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
  }
  #iprospect .content .phase .meaning .inner, #iprospect .content .phase .beauty .inner, #iprospect .content .phase .health .inner, #iprospect .content .phase .scents .inner {
    padding: 24px 20px;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
  }
  #iprospect .content .phase .beauty .inner .tips .t {
    grid-template-columns: 57px 1fr;
    grid-column-gap: 20px;
  }
  #iprospect .content .phase .beauty .inner .tips .t img {
    width: 57px;
    height: 57px;
  }
  #iprospect .content .phase .beauty .inner .tips .t .text {
    font-size: 16px;
  }
  #iprospect .content .phase .health .inner .sub {
    font-size: 20px;
    margin-top: 10px;
  }
  #iprospect .content .phase .scents .inner .grid {
    grid-template-columns: 1fr;
  }
  #iprospect .content .phase .scents .inner .grid .scen {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-column-gap: 20px;
    align-items: center;
    margin: 5px 0;
  }
  #iprospect .content .phase .scents .inner .grid .scen img {
    width: 64px;
  }
  #iprospect .content .phase .scents .inner .grid .scen .name {
    font-size: 40px;
    line-height: 40px;
  }
  #iprospect .cta .inner {
    max-width: 1261px;
  }
  #iprospect .cta .inner p {
    font-size: 18px;
    text-align: center;
  }
  #iprospect .footer .inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  #iprospect .footer .inner > * {
    margin: 0;
  }
  #iprospect .footer .inner .cc {
    display: flex;
    align-items: center;
  }
  #iprospect .footer .inner .cc > :first-child {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1300px) {
  #iprospect .content .phase .grid4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
