@charset "UTF-8";
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  /* Grouping content
    ========================================================================== */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }

  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /* Text-level semantics
    ========================================================================== */
  /**
  * Remove the gray background on active links in IE 10.
  */
  a {
    background-color: transparent;
  }

  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }

  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  b,
  strong {
    font-weight: bolder;
  }

  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /**
  * Add the correct font size in all browsers.
  */
  small {
    font-size: 80%;
  }

  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Embedded content
    ========================================================================== */
  /**
  * Remove the border on images inside links in IE 10.
  */
  img {
    border-style: none;
  }

  /* Forms
    ========================================================================== */
  /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }

  /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
  button,
  input { /* 1 */
    overflow: visible;
  }

  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
  button,
  select { /* 1 */
    text-transform: none;
  }

  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }

  /**
  * Remove the inner border and padding in Firefox.
  */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
  * Restore the focus styles unset by the previous rule.
  */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
  * Correct the padding in Firefox.
  */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

  /**
  * 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.
  */
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }

  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  progress {
    vertical-align: baseline;
  }

  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  textarea {
    overflow: auto;
  }

  /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }

  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }

  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }

  /* Interactive
    ========================================================================== */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  details {
    display: block;
  }

  /*
  * Add the correct display in all browsers.
  */
  summary {
    display: list-item;
  }

  /* Misc
    ========================================================================== */
  /**
  * Add the correct display in IE 10+.
  */
  template {
    display: none;
  }

  /**
  * Add the correct display in IE 10.
  */
  [hidden] {
    display: none;
  }

  body {
    margin: 0;
  }

  [v-cloak] {
    display: none;
  }

  html {
    scroll-behavior: smooth;
  }

  #iprospect {
    overflow: hidden;
    font-size: 16px;
    font-family: ryo-gothic-plusn, sans-serif;
    color: #343A3F;
  }
  #iprospect .inner {
    width: 90%;
    margin: auto;
    padding: 40px 0;
    max-width: 1320px;
  }
  #iprospect .inner > :first-child {
    margin-top: 0;
  }
  #iprospect .inner > :last-child {
    margin-bottom: 0;
  }
  #iprospect h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 50px 0 30px;
  }
  #iprospect p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0;
  }
  #iprospect a {
    color: #008ACA;
  }
  #iprospect a:hover {
    color: #007b80;
  }
  #iprospect .iheader {
    background-color: #F9C000;
    position: relative;
    margin-top: 50px;
  }
  #iprospect .iheader img {
    width: 516px;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
  }
  #iprospect .iheader img.d {
    display: none;
  }
  #iprospect .iheader .inner {
    padding-top: 320px;
    padding-bottom: 50px;
  }
  #iprospect .iheader .inner h1 {
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    text-align: left;
    margin-bottom: 39px;
  }
  #iprospect .iheader .inner .sub {
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    color: #343a40;
  }
  #iprospect .intro .inner .jump {
    width: 234px;
    height: 59px;
    border-radius: 5px;
    background-color: #f9c000;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #343a3f;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
    text-decoration: none;
    margin: 50px auto;
  }
  #iprospect .intro .inner .jump:hover {
    background-color: #F0B900;
  }
  #iprospect .intro .inner .block .right .m {
    width: 100%;
    max-width: 242.88px;
    margin: 33px auto 51px auto;
  }
  #iprospect .intro .inner .block .right .d {
    display: none;
  }
  #iprospect .intro .inner .cols {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  #iprospect .intro .inner .cols .col {
    max-width: 363px;
    padding-top: 23px;
  }
  #iprospect .intro .inner .cols .col img {
    width: 100%;
    margin-bottom: 30px;
  }
  #iprospect .intro .inner .cols .col:last-child {
    padding-top: 0;
  }
  #iprospect .gray {
    background: #d1d1d1;
  }
  #iprospect .gray .inner p {
    font-size: 18px;
    line-height: 28px;
  }
  #iprospect .calc .inner {
    padding-top: 0;
  }
  #iprospect .calc .inner .block {
    background: #fff;
    border: 1px solid #f6fafc;
    box-shadow: 0px 0px 20px rgba(197, 225, 240, 0.4);
    margin: 0 -5%;
    padding: 43px 5%;
  }
  #iprospect .calc .inner .block .noUi-connect {
    background-color: #F9C000;
  }
  #iprospect .calc .inner .block .noUi-handle {
    width: 28px;
    height: 28px;
    background: #fff;
    border: 2px solid #b2bdbf;
    border-radius: 50%;
    right: -15px;
    top: -8px;
    box-shadow: none;
  }
  #iprospect .calc .inner .block .noUi-handle:before {
    width: 10px;
    height: 10px;
    background: #dde0e1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #iprospect .calc .inner .block .noUi-handle:after {
    display: none;
  }
  #iprospect .calc .inner .block .left {
    max-width: 354px;
    margin: 0 auto;
  }
  #iprospect .calc .inner .block .left .bold {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
  }
  #iprospect .calc .inner .block .left #growth {
    cursor: not-allowed;
    background: #dce0e1;
  }
  #iprospect .calc .inner .block .left label {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 13px;
    display: block;
  }
  #iprospect .calc .inner .block .left label span {
    font-weight: 800;
  }
  #iprospect .calc .inner .block .left label#add-lbl {
    font-size: min(4.3vw, 16px);
  }
  #iprospect .calc .inner .block .left label#pot-lbl, #iprospect .calc .inner .block .left label#add-lbl, #iprospect .calc .inner .block .left label#growth-lbl {
    position: relative;
    width: fit-content;
    padding-right: 32px;
  }
  #iprospect .calc .inner .block .left label#pot-lbl div, #iprospect .calc .inner .block .left label#add-lbl div, #iprospect .calc .inner .block .left label#growth-lbl div {
    position: absolute;
    width: 25px;
    height: 25px;
    background: center center/18px url("../img/i.svg") no-repeat;
    right: 0;
    top: 50%;
    transform: translate(0, -45%);
    cursor: pointer;
  }
  #iprospect .calc .inner .block .left #pot-box, #iprospect .calc .inner .block .left #add-box, #iprospect .calc .inner .block .left #growth-box {
    position: absolute;
    width: 100%;
    max-width: 350px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #3a89c5;
    box-shadow: 0px 3px 31px rgba(0, 0, 0, 0.16);
    padding: 33px 23px;
    box-sizing: border-box;
    z-index: 9;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #343a3f;
    pointer-events: none;
    opacity: 0;
    user-select: none;
    transition: opacity 0.3s;
  }
  #iprospect .calc .inner .block .left #pot-box.active, #iprospect .calc .inner .block .left #add-box.active, #iprospect .calc .inner .block .left #growth-box.active {
    pointer-events: initial;
    opacity: 1;
    user-select: initial;
  }
  #iprospect .calc .inner .block .left #pot-box div, #iprospect .calc .inner .block .left #add-box div, #iprospect .calc .inner .block .left #growth-box div {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 8px;
    background: center center/18px url("../img/x.svg") no-repeat;
    cursor: pointer;
  }
  #iprospect .calc .inner .block .left .row {
    display: flex;
    align-content: center;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 23px;
  }
  #iprospect .calc .inner .block .left input, #iprospect .calc .inner .block .left select {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    background: #f3f6f8;
    border: 2px solid #dce0e1;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #343a3f;
    padding-left: 14px;
  }
  #iprospect .calc .inner .block .left select {
    background: center right 16px/12px url("../img/tri.svg") no-repeat #F3F6F8;
    appearance: none;
  }
  #iprospect .calc .inner .block .left select:required:invalid {
    color: #a8b0b7;
  }
  #iprospect .calc .inner .block .left hr {
    border: none;
    height: 1px;
    background-color: #c4c4c4;
    margin: 30px 0;
  }
  #iprospect .calc .inner .block .left #age, #iprospect .calc .inner .block .left #scale {
    width: 100%;
    height: 13px;
    border-radius: 6.5px;
    background: #e3e8ec;
    box-shadow: none;
  }
  #iprospect .calc .inner .block .left #scale {
    margin: 64px 0;
    margin-bottom: 90px;
  }
  #iprospect .calc .inner .block .left #scale .noUi-tooltip {
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #343a3f;
    padding: 0 13px;
    background: #f3f6f8;
    border: 2px solid #dce0e1;
    bottom: 170%;
  }
  #iprospect .calc .inner .block .left #scale .noUi-tooltip:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #f3f6f8 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 50%;
  }
  #iprospect .calc .inner .block .left #scale .noUi-tooltip:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 0;
    border-color: #DCE0E1 transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -11px;
    bottom: -13px;
    left: 50%;
  }
  #iprospect .calc .inner .block .left #scale .noUi-marker {
    display: none;
  }
  #iprospect .calc .inner .block .left #scale .noUi-value {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #343a3f;
  }
  #iprospect .calc .inner .block .left #scale .noUi-value:nth-child(2) {
    transform: translate(0, 50%);
  }
  #iprospect .calc .inner .block .left #scale .noUi-value:nth-child(6) {
    transform: translate(-100%, 50%);
  }
  #iprospect .calc .inner .block .right {
    margin-top: 81px;
  }
  #iprospect .calc .inner .block .right .pre, #iprospect .calc .inner .block .right .post {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #343a3f;
    margin-bottom: 25px;
  }
  #iprospect .calc .inner .block .right .inflh {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #343a3f;
    margin: 30px 0;
  }
  #iprospect .calc .inner .block .right .pot {
    margin: 25px auto;
    border-radius: 7px;
    background: #24b6b6;
    font-weight: 300;
    font-size: 30px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    width: fit-content;
    padding: 0 25px;
  }
  #iprospect .calc .inner .block .right .chart #chart .apexcharts-legend {
    display: none;
  }
  #iprospect .calc .inner .block .right .chart #chart .apexcharts-tooltip {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #f1c142;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px 5px 6px 5px;
  }
  #iprospect .calc .inner .block .right .chart #chart .apexcharts-tooltip .apexcharts-tooltip-title {
    display: none;
  }
  #iprospect .calc .inner .block .right .chart #chart .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-marker {
    display: none;
  }
  #iprospect .calc .inner .block .right .chart #chart .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-text .apexcharts-tooltip-y-group {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  #iprospect .calc .inner .block .right .chart #chart .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-text .apexcharts-tooltip-y-group .apexcharts-tooltip-text-y-label {
    font-family: ryo-gothic-plusn, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #343a40;
  }
  #iprospect .calc .inner .block .right .chart #chart .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-text .apexcharts-tooltip-y-group .apexcharts-tooltip-text-y-value {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
    color: #343a40;
  }
  #iprospect .calc .inner .block .right .legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
    justify-content: center;
    transform: translateY(-10px);
    position: relative;
    z-index: 2;
  }
  #iprospect .calc .inner .block .right .legend .leg {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  #iprospect .calc .inner .block .right .legend .leg .circ {
    background-color: rgb(249, 192, 0);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 2px;
  }
  #iprospect .calc .inner .block .right .legend .leg .i {
    width: 25px;
    height: 25px;
    background: center center/18px url("../img/i.svg") no-repeat;
    cursor: pointer;
  }
  #iprospect .calc .inner .block .right .legend > :nth-child(2) .circ {
    background-color: rgb(36, 182, 182);
  }
  #iprospect .calc .inner .block .right .legend #leg0-box, #iprospect .calc .inner .block .right .legend #leg1-box {
    position: absolute;
    width: 100%;
    max-width: 350px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #3a89c5;
    box-shadow: 0px 3px 31px rgba(0, 0, 0, 0.16);
    padding: 33px 23px;
    box-sizing: border-box;
    z-index: 9;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #343a3f;
    pointer-events: none;
    opacity: 0;
    user-select: none;
    transition: opacity 0.3s;
    z-index: 3;
  }
  #iprospect .calc .inner .block .right .legend #leg0-box.active, #iprospect .calc .inner .block .right .legend #leg1-box.active {
    pointer-events: initial;
    opacity: 1;
    user-select: initial;
  }
  #iprospect .calc .inner .block .right .legend #leg0-box div, #iprospect .calc .inner .block .right .legend #leg1-box div {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 8px;
    background: center center/18px url("../img/x.svg") no-repeat;
    cursor: pointer;
  }
  #iprospect .calc .inner .block .right .prices {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 19px;
    justify-content: center;
    margin-top: 20px;
  }
  #iprospect .calc .inner .block .right .prices .item .label {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #343a3f;
    margin-bottom: 12px;
  }
  #iprospect .calc .inner .block .right .prices .item .img {
    position: relative;
  }
  #iprospect .calc .inner .block .right .prices .item .img img {
    width: 100%;
    margin: 0;
  }
  #iprospect .calc .inner .block .right .prices .item .img .values {
    position: absolute;
    font-size: 16px;
    text-align: center;
    line-height: 17px;
    color: #fff;
    top: 50%;
    right: 0;
    width: 92px;
  }
  #iprospect .calc .inner .block .right .prices .item .img .values .year {
    font-weight: 300;
  }
  #iprospect .calc .inner .block .right .prices .item .img .values .price {
    font-weight: 800;
  }
  #iprospect .calc .inner .block .right .prices .item.milk .img {
    width: 207px;
  }
  #iprospect .calc .inner .block .right .prices .item.milk .img .values {
    transform: translate(-5px, -53%);
  }
  #iprospect .calc .inner .block .right .prices .item.beer .img {
    width: 202px;
  }
  #iprospect .calc .inner .block .right .prices .item.beer .img .values {
    transform: translate(-5px, -44%);
  }
  #iprospect .calc .inner .block .right .prices .item.petrol .img {
    width: 201px;
  }
  #iprospect .calc .inner .block .right .prices .item.petrol .img .values {
    transform: translate(-5px, -53%);
  }
  #iprospect .calc .inner .block .right .prices .item.bread .img {
    width: 201px;
  }
  #iprospect .calc .inner .block .right .prices .item.bread .img .values {
    transform: translate(-5px, -118%);
  }
  #iprospect .calc .inner .block .right .prices .item.rent .img {
    width: 232px;
  }
  #iprospect .calc .inner .block .right .prices .item.rent .img .values {
    transform: translate(-5px, -118%);
  }
  #iprospect .faq .inner a, #iprospect .methodology .inner a {
    color: #008ACA;
  }
  #iprospect .faq .inner a:hover, #iprospect .methodology .inner a:hover {
    color: #007b80;
  }
  #iprospect .methodology .inner a {
    word-break: break-all;
  }
  #iprospect .faq {
    background-color: #f2f2f2;
  }
  #iprospect .faq .inner .title {
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    color: #343a3f;
    position: relative;
    cursor: pointer;
  }
  #iprospect .faq .inner .title:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 13px;
    background: center center/contain url("../img/arrow.svg") no-repeat;
  }
  #iprospect .faq .inner .title.active:after {
    background: center center/contain url("../img/arrow2.svg") no-repeat;
  }
  #iprospect .faq .inner hr {
    border: none;
    height: 1px;
    background: #dbdbdb;
    margin: 20px 0;
  }
  #iprospect .faq .inner .block {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
  }
  #iprospect .faq .inner .block .row {
    margin: 30px 0;
  }
  #iprospect .faq .inner .block .row .quest {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #343a3f;
    cursor: pointer;
  }
  #iprospect .faq .inner .block .row .quest:before {
    content: "+";
    font-size: 32px;
    line-height: 28px;
    font-weight: 500;
    color: #F1C142;
    margin-right: 20px;
    transform: translateY(3px);
    width: 22px;
    display: inline-block;
  }
  #iprospect .faq .inner .block .row .quest.active:before {
    content: "–";
  }
  #iprospect .faq .inner .block .row .ans {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
  }
  #iprospect .ifooter {
    background-color: #343a40;
    color: #fff;
  }
  #iprospect .ifooter .inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    text-align: center;
    max-width: 380px;
  }
  #iprospect .ifooter .inner a {
    color: inherit;
  }
  #iprospect .ifooter .inner a:hover {
    color: #000;
  }
  #iprospect .ifooter .inner .cc {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
  }
  #iprospect .ifooter .inner img {
    margin: 0 auto;
  }
  #iprospect .ifooter .inner .cc a img {
    width: 88px;
  }
  #iprospect .ifooter .inner .logo a img {
    width: 150px;
  }
  #iprospect .ifooter .inner .logo {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  #iprospect .ifooter .inner .logo .text {
    font-weight: 700;
    margin-top: 20px;
  }
  #iprospect .ifooter .inner .links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    line-height: 20px;
    font-weight: 300;
    gap: 20px;
  }
  @media only screen and (min-width: 800px) {
    #iprospect .intro .inner .block .right .m {
      display: none;
    }
    #iprospect .intro .inner .block .right .d {
      display: block;
      width: 100%;
      max-width: 557px;
      margin: 33px auto 51px auto;
    }
  }
  @media only screen and (min-width: 1000px) {
    #iprospect .inner {
      padding: 50px 0;
    }
    #iprospect .iheader img {
      width: 800px;
      top: initial;
      bottom: 0;
      left: 50%;
      transform: translateX(15%);
    }
    #iprospect .iheader img.m {
      display: none;
    }
    #iprospect .iheader img.d {
      display: block;
    }
    #iprospect .iheader .inner {
      padding-top: 170px;
      padding-bottom: 140px;
    }
    #iprospect .intro .inner .jump {
      margin: 50px 0;
    }
    #iprospect .intro .inner .block {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 103px;
      margin-bottom: 50px;
    }
    #iprospect .intro .inner .block .left {
      flex: 1;
    }
    #iprospect .intro .inner .block .left h2 {
      margin-top: 0;
    }
    #iprospect .intro .inner .block .left > :last-child {
      margin-bottom: 0;
    }
    #iprospect .intro .inner .block .right {
      display: flex;
      align-items: center;
    }
    #iprospect .intro .inner .block .right .d {
      margin: 0;
    }
    #iprospect .intro .inner .d-gap {
      margin-top: 100px;
    }
    #iprospect .intro .inner .cols {
      justify-content: space-around;
    }
    #iprospect .gray .inner {
      padding: 30px 0;
    }
    #iprospect .calc .inner .block {
      background: #fff;
      border: none;
      box-shadow: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 45px;
    }
    #iprospect .calc .inner .block .left, #iprospect .calc .inner .block .right {
      border-radius: 18px;
      background: #fff;
      border: 1px solid #f6fafc;
      box-shadow: 0px 0px 20px rgba(197, 225, 240, 0.4);
    }
    #iprospect .calc .inner .block .left {
      width: 100%;
      max-width: none;
      margin: 0 auto;
      padding: 44px;
      box-sizing: border-box;
    }
    #iprospect .calc .inner .block .left #pot-box, #iprospect .calc .inner .block .left #add-box, #iprospect .calc .inner .block .left #growth-box {
      max-width: 420px;
      font-size: 16px;
      line-height: 26px;
    }
    #iprospect .calc .inner .block .left .row {
      margin-bottom: 33px;
    }
    #iprospect .calc .inner .block .left input, #iprospect .calc .inner .block .left select {
      height: 46px;
      font-size: 16px;
      line-height: 26px;
    }
    #iprospect .calc .inner .block .left select {
      background: center right 22px/13px url("../img/tri.svg") no-repeat #F3F6F8;
    }
    #iprospect .calc .inner .block .left hr {
      margin: 41px 0;
    }
    #iprospect .calc .inner .block .left #scale {
      margin: 76px 0 40px 0;
      margin-bottom: 90px;
    }
    #iprospect .calc .inner .block .right {
      margin-top: 0;
      padding: 44px 20px;
    }
    #iprospect .calc .inner .block .right .post {
      margin-bottom: 10px;
    }
    #iprospect .calc .inner .block .right .prices {
      gap: 30px 15px;
      margin-top: 10px;
    }
    #iprospect .calc .inner .block .right .prices .item .label {
      line-height: 20px;
    }
    #iprospect .faq .inner {
      max-width: 957px;
    }
    #iprospect .faq .inner .block {
      max-width: 780px;
    }
    #iprospect .faq .inner .block .row .ans {
      padding-left: 45px;
    }
    #iprospect .ifooter .inner {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
      max-width: 900px;
    }
    #iprospect .ifooter .inner .cc {
      grid-template-columns: 88px 1fr;
      grid-column-gap: 10px;
      align-items: center;
      grid-column: span 2;
      margin: 0 auto;
    }
    #iprospect .ifooter .inner .cc .cc-text {
      text-align: left;
    }
    #iprospect .ifooter .inner .links {
      text-align: left;
      grid-template-columns: 180px 250px;
    }
  }
  @media only screen and (min-width: 1600px) {
    #iprospect .iheader img {
      transform: translateX(0%);
    }
  }
