:root {
  --tp3d-color-primary: #FF6B00;
  --tp3d-color-dark: #000;
  --tp3d-color-dark-hover: #202020;
  --tp3d-color-white: #FFFFFF;
  --tp3d-color-gray: #9CA3AF;
  --tp3d-color-text: #666666;
  --tp3d-color-text-hover: #3D3D3D;
  --tp3d-color-danger: #F32E2E;
  --tp3d-color-border: #424242;
  --tp3d-color-border-light: #D9D9D9;
  --tp3d-bg-post: #F0EFEB;
  --tp3d-font-primary: 'Geist', system-ui, -apple-system, sans-serif;
  --tp3d-font-secondary: 'Inter', system-ui, -apple-system, sans-serif;
  --tp3d-font-size-base: 1rem;
  --tp3d-line-height-base: 1.6;
  --tp3d-container-max: 1856px;
  --tp3d-container-laptop: 32px;
  --tp3d-container-pad: 16px;
  --tp3d-header-height: 88px;
  --tp3d-header-height-mobile: 64px;
  --tp3d-transition: 0.3s ease;
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;
}

.stats-grid-block {
  margin-block: 48px;
}
@media (max-width: 767.98px) {
  .stats-grid-block {
    margin-block: 32px;
  }
}

.highlighted-block {
  margin-block: 64px;
}
.highlighted-block__inner {
  position: relative;
  padding: 24px 79px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.highlighted-block__inner::before, .highlighted-block__inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  border-top: 2px solid rgba(89, 89, 89, 0.3);
  border-bottom: 2px solid rgba(89, 89, 89, 0.3);
}
.highlighted-block__inner::before {
  left: 0;
  border-left: 2px solid rgba(89, 89, 89, 0.3);
}
.highlighted-block__inner::after {
  right: 0;
  border-right: 2px solid rgba(89, 89, 89, 0.3);
}
.highlighted-block__label {
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp3d-color-primary, #FF6400);
}
.highlighted-block .highlighted-block__content p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
}
@media (max-width: 767.98px) {
  .highlighted-block {
    margin-block: 32px;
  }
  .highlighted-block__inner {
    padding: 6px 16px;
    gap: 8px;
  }
  .highlighted-block__content {
    font-size: 18px;
  }
  .highlighted-block__label {
    font-size: 12px;
  }
  .highlighted-block .highlighted-block__content p {
    font-size: 18px;
  }
}

.columns-number-block {
  display: grid;
  grid-template-columns: 4fr 7fr;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-block: 64px;
  padding-block: 24px;
  overflow: hidden;
}
.columns-number-block__image {
  padding-left: 12px;
}
.columns-number-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.columns-number-block__body {
  padding: 10px 32px 10px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.columns-number-block__label {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #000;
  margin-bottom: 8px;
}
.columns-number-block .columns-number-block__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.33;
  color: #000;
  margin: 0;
}
.columns-number-block__content p {
  font-size: 20px;
  margin: 0;
}
@media (max-width: 1023.98px) {
  .columns-number-block {
    grid-template-columns: 1fr;
  }
  .columns-number-block__image {
    aspect-ratio: 16/9;
    padding-left: 0;
  }
  .columns-number-block__body {
    border-left: none;
    border-top: unset;
  }
  .columns-number-block__label {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .columns-number-block {
    margin-block: 32px;
  }
  .columns-number-block__body {
    padding: 24px 0 0 12px;
  }
  .columns-number-block__image {
    padding-inline: 12px;
  }
  .columns-number-block .columns-number-block__title {
    font-size: 20px;
  }
  .columns-number-block__content p {
    font-size: 16px;
  }
  .columns-number-block__label {
    font-size: 32px;
  }
}

.form-block {
  position: relative;
  overflow: hidden;
  background-color: var(--tp3d-color-primary);
  padding: 45px 32px;
  margin-block: 64px;
}
.form-block::before {
  content: "";
  position: absolute;
  display: block;
  width: 382px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='335' height='331' viewBox='0 0 335 331' fill='none'%3E%3Cpath opacity='0.3' d='M278.833 0.5H334.5V82.5812M278.833 0.5H170.283M278.833 0.5L223.167 27.8604M278.833 0.5V52.4848M334.5 164.662H278.833M334.5 164.662V137.302M334.5 164.662V247.581M278.833 164.662L225.95 138.67M278.833 164.662V109.942M278.833 164.662L334.5 137.302M278.833 164.662H170.283M278.833 164.662L223.167 192.302M278.833 164.662V217.178M225.95 138.67H114.617M225.95 138.67L278.833 109.942M114.617 138.67L61.7333 164.662M114.617 138.67L170.283 164.662M114.617 138.67L111.833 85.3173M114.617 138.67L170.283 111.31M61.7333 164.662H0.499988M61.7333 164.662L0.499988 134.566M61.7333 164.662V109.942M61.7333 164.662H170.283M0.499988 164.662V134.566M0.499988 164.662H58.95M0.499988 164.662V192.302M0.499988 134.566V88.0533M61.7333 109.942L111.833 85.3173M61.7333 109.942L0.499988 88.0533M111.833 85.3173L58.95 59.3249M111.833 85.3173V29.2284M111.833 85.3173L170.283 111.31M58.95 59.3249L0.499988 88.0533M58.95 59.3249V3.23604M58.95 0.5H0.499988V27.8604M58.95 0.5V3.23604M58.95 0.5H170.283M58.95 0.5L0.499988 27.8604M0.499988 88.0533V27.8604M111.833 29.2284L58.95 3.23604M111.833 29.2284L170.283 0.5M111.833 29.2284L167.5 55.2208M111.833 29.2284L223.167 27.8604M167.5 55.2208L223.167 27.8604M167.5 55.2208L170.283 111.31M223.167 27.8604L278.833 52.4848M223.167 27.8604L225.95 83.9492M278.833 52.4848V55.2208M334.5 82.5812L278.833 55.2208M334.5 82.5812L278.833 109.942M334.5 82.5812V137.302M278.833 55.2208V109.942M278.833 109.942L225.95 83.9492M278.833 109.942L170.283 111.31M225.95 83.9492L170.283 111.31M170.283 164.662H58.95M170.283 164.662L111.833 193.684M278.833 330.5H334.5V302.86M278.833 330.5L225.95 304.242M278.833 330.5V275.221M278.833 330.5L334.5 302.86M278.833 330.5H170.283M225.95 304.242H114.617M225.95 304.242L278.833 275.221M114.617 304.242L61.7333 330.5M114.617 304.242L170.283 330.5M114.617 304.242L111.833 250.345M114.617 304.242L170.283 276.603M61.7333 330.5H0.499988V300.096M61.7333 330.5L0.499988 300.096M61.7333 330.5V275.221M61.7333 330.5H170.283M0.499988 300.096V253.109M61.7333 275.221L111.833 250.345M61.7333 275.221L0.499988 253.109M111.833 250.345L58.95 224.088M111.833 250.345V193.684M111.833 250.345L170.283 276.603M58.95 224.088L0.499988 253.109M58.95 224.088V167.426M58.95 164.662V167.426M58.95 164.662L0.499988 192.302M0.499988 253.109V192.302M111.833 193.684L58.95 167.426M111.833 193.684L167.5 219.942M111.833 193.684L223.167 192.302M167.5 219.942L223.167 192.302M167.5 219.942L170.283 276.603M223.167 192.302L278.833 217.178M223.167 192.302L225.95 248.963M278.833 217.178V219.942M334.5 247.581L278.833 219.942M334.5 247.581L278.833 275.221M334.5 247.581V302.86M278.833 219.942V275.221M278.833 275.221L225.95 248.963M278.833 275.221L170.283 276.603M225.95 248.963L170.283 276.603' stroke='url(%23paint0_linear_475_1822)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_475_1822' x1='0.5' y1='165.5' x2='283.163' y2='165.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.form-block .nf-form-cont .submit-container {
  margin-top: 0;
}
.form-block__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 24px 80px;
}
.form-block__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.form-block .form-block__title {
  font-size: 40px;
  font-weight: 500;
  color: var(--tp3d-color-white);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.form-block__text {
  color: var(--tp3d-color-white);
  margin: 0;
  line-height: 1.77;
  letter-spacing: -0.02em;
}
.form-block__text p {
  font-size: 18px;
  color: var(--tp3d-color-white);
}
.form-block__form {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.form-block .button-white .button__icon {
  border-left: 2px solid var(--tp3d-color-primary);
}
.form-block .custom-form-nj .nf-error-field-errors {
  color: #fff;
}
.form-block .custom-form-nj .nf-error-field-errors::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99961 14.4C11.9819 14.4 14.3996 11.9823 14.3996 9.00001C14.3996 6.01767 11.9819 3.60001 8.99961 3.60001C6.01727 3.60001 3.59961 6.01767 3.59961 9.00001C3.59961 11.9823 6.01727 14.4 8.99961 14.4Z' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 6.29999V9.44999' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12.0375C9.31066 12.0375 9.5625 11.7857 9.5625 11.475C9.5625 11.1643 9.31066 10.9125 9 10.9125C8.68934 10.9125 8.4375 11.1643 8.4375 11.475C8.4375 11.7857 8.68934 12.0375 9 12.0375Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.form-block .nf-submit-themed.button__link {
  width: 100%;
  max-width: unset;
  margin-bottom: 5px;
}
.form-block .nf-submit-themed .button.button-white {
  width: 100%;
}
.form-block .nf-submit-themed .button__text {
  text-align: left;
}
.form-block .custom-form-nj .nf-form-cont .email-container .nf-field-element input,
.form-block .custom-form-nj .nf-form-cont .phone-container .nf-field-element input,
.form-block .custom-form-nj .nf-form-cont .textarea-container .nf-field-element textarea {
  border-color: #fff;
}
.form-block .custom-form-nj .nf-form-cont .email-container .nf-field-element input::placeholder,
.form-block .custom-form-nj .nf-form-cont .phone-container .nf-field-element input::placeholder,
.form-block .custom-form-nj .nf-form-cont .textarea-container .nf-field-element textarea::placeholder {
  color: #fff;
}
.form-block .custom-form-nj .nf-form-cont .textarea-container .nf-field-element textarea {
  display: block;
  height: 90px;
}
.form-block .custom-form-nj .nf-form-cont .email-container .nf-field-element input,
.form-block .custom-form-nj .nf-form-cont .phone-container .nf-field-element input,
.form-block .custom-form-nj .nf-form-cont .firstname-container .nf-field-element input,
.form-block .custom-form-nj .nf-form-cont .number-container .nf-field-element input,
.form-block .custom-form-nj .nf-form-cont .textarea-container .nf-field-element input {
  height: 48px;
}
.form-block .nf-form-cont .email-container .nf-field-element input, .form-block .nf-form-cont .email-container .nf-field-element textarea, .form-block .nf-form-cont .phone-container .nf-field-element input, .form-block .nf-form-cont .phone-container .nf-field-element textarea, .form-block .nf-form-cont .textarea-container .nf-field-element input, .form-block .nf-form-cont .textarea-container .nf-field-element textarea {
  border-color: var(--tp3d-color-white);
}
.form-block .nf-form-cont .email-container .nf-field-label label, .form-block .nf-form-cont .phone-container .nf-field-label label, .form-block .nf-form-cont .textarea-container .nf-field-label label {
  color: var(--tp3d-color-white);
}
.form-block .custom-form-nj-one .nf-form-cont .email-container .nf-field-element input, .form-block .custom-form-nj-one .nf-form-cont .phone-container .nf-field-element input, .form-block .custom-form-nj-one .nf-form-cont .firstname-container .nf-field-element input, .form-block .custom-form-nj-one .nf-form-cont .number-container .nf-field-element input, .form-block .custom-form-nj-one .nf-form-cont .textarea-container .nf-field-element input {
  border-bottom-color: transparent;
}
@media (max-width: 1023.98px) {
  .form-block {
    margin-block: 48px;
  }
  .form-block__content {
    max-width: 100%;
  }
  .form-block__form {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form-block {
    padding: 16px;
  }
  .form-block::before {
    top: 0;
    left: 50%;
    width: 100%;
    height: 319px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='359' height='320' viewBox='0 0 359 320' fill='none'%3E%3Cpath opacity='0.4' d='M358.5 266.333L358.5 319.5L269.454 319.5M358.5 266.333L358.5 162.658M358.5 266.333L328.818 213.167M358.5 266.333L302.104 266.333M180.409 319.5L180.409 266.333M180.409 319.5L210.091 319.5M180.409 319.5L90.4543 319.5M180.409 266.333L208.606 215.825M180.409 266.333L239.772 266.333M180.409 266.333L210.091 319.5M180.409 266.333L180.409 162.658M180.409 266.333L150.424 213.167M180.409 266.333L123.438 266.333M208.606 215.825L208.606 109.492M208.606 215.825L239.772 266.333M208.606 109.492L180.409 58.9833M208.606 109.492L180.409 162.658M208.606 109.492L266.486 106.833M208.606 109.492L238.288 162.658M180.409 58.9833L180.409 0.499985M180.409 58.9833L213.059 0.499985M180.409 58.9833L239.772 58.9833M180.409 58.9833L180.409 162.658M180.409 0.499985L213.059 0.499985M180.409 0.499985L180.409 56.325M180.409 0.499985L150.424 0.499985M213.059 0.499985L263.518 0.499986M239.772 58.9833L266.486 106.833M239.772 58.9833L263.518 0.499986M266.486 106.833L294.684 56.325M266.486 106.833L327.334 106.833M266.486 106.833L238.288 162.658M294.684 56.325L263.518 0.499986M294.684 56.325L355.532 56.325M358.5 56.325L358.5 0.499987L328.818 0.499987M358.5 56.325L355.532 56.325M358.5 56.325L358.5 162.658M358.5 56.325L328.818 0.499987M263.518 0.499986L328.818 0.499987M327.334 106.833L355.532 56.325M327.334 106.833L358.5 162.658M327.334 106.833L299.136 160M327.334 106.833L328.818 213.167M299.136 160L328.818 213.167M299.136 160L238.288 162.658M328.818 213.167L302.104 266.333M328.818 213.167L267.97 215.825M302.104 266.333L299.136 266.333M269.454 319.5L299.136 266.333M269.454 319.5L239.772 266.333M269.454 319.5L210.091 319.5M299.136 266.333L239.772 266.333M239.772 266.333L267.97 215.825M239.772 266.333L238.288 162.658M267.97 215.825L238.288 162.658M180.409 162.658L180.409 56.325M180.409 162.658L148.925 106.833M0.50001 266.333L0.50001 319.5L30.4848 319.5M0.50001 266.333L28.9855 215.825M0.50001 266.333L60.4696 266.333M0.50001 266.333L30.4848 319.5M0.50001 266.333L0.500011 162.658M28.9855 215.825L28.9855 109.492M28.9855 215.825L60.4696 266.333M28.9855 109.492L0.500013 58.9833M28.9855 109.492L0.500011 162.658M28.9855 109.492L87.4559 106.833M28.9855 109.492L58.9703 162.658M0.500013 58.9833L0.500014 0.499983L33.4833 0.499983M0.500013 58.9833L33.4833 0.499983M0.500013 58.9833L60.4696 58.9833M0.500013 58.9833L0.500011 162.658M33.4833 0.499983L84.4574 0.499984M60.4696 58.9833L87.4559 106.833M60.4696 58.9833L84.4574 0.499984M87.4559 106.833L115.941 56.325M87.4559 106.833L148.925 106.833M87.4559 106.833L58.9703 162.658M115.941 56.325L84.4574 0.499984M115.941 56.325L177.41 56.325M180.409 56.325L177.41 56.325M180.409 56.325L150.424 0.499985M84.4574 0.499984L150.424 0.499985M148.925 106.833L177.41 56.325M148.925 106.833L120.439 160M148.925 106.833L150.424 213.167M120.439 160L150.424 213.167M120.439 160L58.9703 162.658M150.424 213.167L123.438 266.333M150.424 213.167L88.9551 215.825M123.438 266.333L120.439 266.333M90.4543 319.5L120.439 266.333M90.4543 319.5L60.4696 266.333M90.4543 319.5L30.4848 319.5M120.439 266.333L60.4696 266.333M60.4696 266.333L88.9551 215.825M60.4696 266.333L58.9703 162.658M88.9551 215.825L58.9703 162.658' stroke='url(%23paint0_linear_503_238)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_503_238' x1='179.5' y1='0.499998' x2='179.5' y2='319.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: cover;
  }
  .form-block__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .form-block .form-block__title {
    font-size: 32px;
    text-align: center;
  }
  .form-block__text {
    text-align: center;
  }
}

.dual-column-block {
  background-color: transparent;
  padding-block: 150px;
}
@media (max-width: 1287.98px) {
  .dual-column-block {
    padding-block: 100px;
  }
}
@media (max-width: 1023.98px) {
  .dual-column-block {
    padding-block: 48px;
  }
}

.dual-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  border-top: 1px solid #BCBCBC;
  position: relative;
  padding-top: 48px;
}
.dual-column:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 24px;
  background-color: #BCBCBC;
}
.dual-column .dual-column__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--tp3d-color-primary);
  margin: 0 0 16px;
}
.dual-column__col {
  max-width: 448px;
  margin: auto;
}
.dual-column__content {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.7);
}
.dual-column__content p {
  margin: 0;
  font-size: 16px;
}
.dual-column__content p:not(:last-child) {
  margin-bottom: 16px;
}
.dual-column__content ul, .dual-column__content ol {
  margin: 16px 0;
  padding-left: 24px;
  font-size: 16px;
}
.dual-column__content a {
  font-size: 16px;
  color: var(--tp3d-color-primary);
  text-decoration: underline;
}
@media (max-width: 1023.98px) {
  .dual-column {
    grid-template-columns: 1fr;
    padding-top: 24px;
    gap: 48px;
  }
  .dual-column:before {
    top: calc(50% + 12px);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 767.98px) {
  .dual-column .dual-column__title {
    margin-bottom: 8px;
  }
}

.process-steps-block {
  background-color: var(--tp3d-color-white);
  padding-block: 150px;
}
@media (max-width: 1287.98px) {
  .process-steps-block {
    padding-block: 100px;
  }
}
@media (max-width: 1023.98px) {
  .process-steps-block {
    padding-block: 48px;
  }
}
.process-steps-block .section-title {
  font-size: 56px;
  color: var(--tp3d-color-dark);
  margin: 0 0 64px;
}
@media (max-width: 1287.98px) {
  .process-steps-block .section-title {
    font-size: 48px;
  }
}
@media (max-width: 1023.98px) {
  .process-steps-block .section-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.process-steps-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 1023.98px) {
  .process-steps-block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.process-steps-block .order-step {
  border-top: 4px solid var(--tp3d-color-dark);
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.process-steps-block .order-step__title {
  font-size: clamp(0.875rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
  color: var(--tp3d-color-dark);
  margin: 0;
}
.process-steps-block .order-step__num {
  color: var(--tp3d-color-dark);
}
.process-steps-block .order-step__desc p {
  font-size: clamp(0.75rem, 0.6785714286rem + 0.3571428571vw, 1rem);
  color: rgba(0, 0, 0, 0.7);
}
.process-steps-block .order-step__desc {
  margin: 0;
}

.services-carousel-block {
  padding-block: 150px;
  background-color: #F0EFEB;
}
@media (max-width: 1287.98px) {
  .services-carousel-block {
    padding-block: 100px;
  }
}
@media (max-width: 1023.98px) {
  .services-carousel-block {
    padding-block: 48px;
    overflow: hidden;
  }
}
.services-carousel-block .page-title {
  font-size: 56px;
  margin: 0;
  color: var(--tp3d-color-dark);
}
@media (max-width: 1287.98px) {
  .services-carousel-block .page-title {
    font-size: 48px;
  }
}
@media (max-width: 1023.98px) {
  .services-carousel-block .page-title {
    font-size: 32px;
    width: 100%;
  }
}
.services-carousel-block .swiper-wrapper {
  align-items: stretch;
}

.related-carousel-block {
  padding-block: 150px;
}
@media (max-width: 1287.98px) {
  .related-carousel-block {
    padding-block: 100px;
  }
}
@media (max-width: 1023.98px) {
  .related-carousel-block {
    padding-block: 48px;
    overflow: hidden;
  }
}
.related-carousel-block .page-title {
  font-size: 56px;
  margin: 0;
  color: var(--tp3d-color-dark);
}
@media (max-width: 1287.98px) {
  .related-carousel-block .page-title {
    font-size: 48px;
  }
}
@media (max-width: 1023.98px) {
  .related-carousel-block .page-title {
    font-size: 32px;
    max-width: 100%;
  }
}
.related-carousel-block .our-works-item-title {
  color: var(--tp3d-color-dark);
}
.related-carousel-block .our-works-item-client {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.related-carousel-block .swiper-wrapper {
  height: unset;
}

.related-carousel__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 1287.98px) {
  .related-carousel__head {
    margin-bottom: 44px;
  }
}
@media (max-width: 1023.98px) {
  .related-carousel__head {
    margin-bottom: 24px;
    grid-template-columns: 1fr;
  }
}
.related-carousel__head-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.related-carousel__nav {
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  .related-carousel__nav {
    display: none;
  }
}
.related-carousel__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #D9D9D9;
  background: transparent;
  color: var(--tp3d-color-dark);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  padding: 0;
}
.related-carousel__arrow:last-child {
  border-left-color: transparent;
}
.related-carousel__swiper {
  margin-bottom: 32px;
}
@media (max-width: 1023.98px) {
  .related-carousel__swiper {
    margin-bottom: 24px;
  }
}
.related-carousel__swiper .swiper-wrapper {
  align-items: stretch;
  height: auto !important;
}
.related-carousel__swiper .swiper-slide {
  height: auto;
}
.related-carousel__swiper .swiper-slide > * {
  height: 100%;
}
.related-carousel__footer {
  display: flex;
  justify-content: center;
}
.related-carousel__footer .button__link {
  width: 100%;
  max-width: calc((100% - 16px) / 4);
}
@media (max-width: 1749.98px) {
  .related-carousel__footer .button__link {
    max-width: calc((100% - 16px) / 3);
  }
}
@media (max-width: 1023.98px) {
  .related-carousel__footer .button__link {
    max-width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767.98px) {
  .related-carousel__footer .button__link {
    max-width: 100%;
  }
}
.related-carousel__footer .button {
  max-width: 100%;
  width: 100%;
}

.portfolio-grid-block {
  padding-block: 150px;
  overflow: hidden;
}
@media (max-width: 1287.98px) {
  .portfolio-grid-block {
    padding-block: 100px;
  }
}
@media (max-width: 1023.98px) {
  .portfolio-grid-block {
    padding-block: 48px;
  }
}
.portfolio-grid-block__head {
  margin-bottom: 64px;
}
@media (max-width: 1023.98px) {
  .portfolio-grid-block__head {
    font-size: 24px;
  }
}
.portfolio-grid-block .tp3d-label {
  margin: 0 auto;
  text-align: center;
}
.portfolio-grid-block__head-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
@media (max-width: 1023.98px) {
  .portfolio-grid-block__head-text {
    gap: 16px;
  }
}
.portfolio-grid-block__badge {
  align-self: flex-start;
}
.portfolio-grid-block .page-title {
  font-size: 56px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1287.98px) {
  .portfolio-grid-block .page-title {
    font-size: 48px;
  }
}
@media (max-width: 1023.98px) {
  .portfolio-grid-block .page-title {
    font-size: 32px;
  }
}
.portfolio-grid-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1287.98px) {
  .portfolio-grid-block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023.98px) {
  .portfolio-grid-block__grid {
    display: flex;
    gap: 0;
  }
}
.portfolio-grid-block__footer {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .portfolio-grid-block__footer {
    margin-top: 24px;
  }
}
.portfolio-grid-block--black {
  background-color: #000;
}
.portfolio-grid-block--black .portfolio-grid-block__title {
  color: #FFFFFF;
}
.portfolio-grid-block--black .portfolio-grid-block__badge {
  --badge-bg: rgba(255, 255, 255, 0.1);
  --badge-border-color: rgba(255, 255, 255, 0.15);
  --badge-color: #FFFFFF;
}
.portfolio-grid-block--transparent {
  background-color: transparent;
}
.portfolio-grid-block--white {
  background-color: #fff;
}
.portfolio-grid-block--white .portfolio-grid-block__title {
  color: #000;
}
.portfolio-grid-block--white .portfolio-grid-block__badge {
  --badge-bg: rgba(0, 0, 0, 0.06);
  --badge-border-color: rgba(0, 0, 0, 0.1);
  --badge-color: #000;
}
@media (max-width: 1023.98px) {
  .portfolio-grid-block--white .our-works-item-overlay {
    opacity: 1;
    position: static;
    left: unset;
    top: unset;
    transform: none;
    background-color: transparent;
    padding: 0;
    height: unset;
  }
  .portfolio-grid-block--white .our-works-item-title {
    color: #000;
  }
  .portfolio-grid-block--white .our-works-item-client {
    color: rgba(0, 0, 0, 0.6);
  }
}

.goal-section.custom-full-width-block {
  background-color: var(--tp3d-color-dark);
  padding-block: 150px;
}
@media (max-width: 1287.98px) {
  .goal-section.custom-full-width-block {
    padding-block: 100px;
  }
}
@media (max-width: 1023.98px) {
  .goal-section.custom-full-width-block {
    padding-block: 48px;
  }
}
.goal-section.custom-full-width-block .section-description * {
  color: var(--tp3d-color-white);
}
.goal-section.custom-full-width-block .section-description *:last-child {
  margin-bottom: 0;
}
.goal-section.custom-full-width-block .page-title {
  font-size: 56px;
  margin: 0;
  color: var(--tp3d-color-white);
}
.goal-section.custom-full-width-block .page-title span, .goal-section.custom-full-width-block .page-title em {
  font-style: normal;
  color: var(--tp3d-color-primary);
}
@media (max-width: 1287.98px) {
  .goal-section.custom-full-width-block .page-title {
    font-size: 48px;
  }
}
@media (max-width: 1023.98px) {
  .goal-section.custom-full-width-block .page-title {
    font-size: 32px;
    max-width: 100%;
  }
}
.goal-section.custom-full-width-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 190px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='736' viewBox='0 0 1440 736' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M299.503 164.322C172.953 -63.6188 -9.12802 -130.036 -7.99474 470.217L-7.99474 687.563H1430.9C1439.46 648.197 1401.89 437.476 1183.09 437.476C909.588 437.476 774.349 368.876 648.932 243.212C523.516 117.549 426.053 392.262 299.503 164.322Z' fill='%23FF6400'/%3E%3Cpath d='M307.503 344.447C180.953 116.333 -1.12802 49.8641 0.00526459 650.576V736H1438.9C1447.46 696.604 1409.89 617.81 1191.09 617.81C917.588 617.81 782.349 549.158 656.932 423.398C531.516 297.639 434.053 572.562 307.503 344.447Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(clamp(60px, 8vw, 125px));
  filter: blur(clamp(60px, 8vw, 125px));
}

.related-carousel-block--black,
.services-carousel-block--black {
  background-color: var(--tp3d-color-dark);
}
.related-carousel-block--black .related-carousel__title,
.services-carousel-block--black .related-carousel__title {
  color: var(--tp3d-color-white);
}
.related-carousel-block--black .related-carousel__badge,
.services-carousel-block--black .related-carousel__badge {
  color: var(--tp3d-color-primary);
}
.related-carousel-block--black .related-carousel__arrow,
.services-carousel-block--black .related-carousel__arrow {
  color: var(--tp3d-color-white);
  border-color: rgba(255, 255, 255, 0.25);
}
.related-carousel-block--black .related-carousel__arrow:hover,
.services-carousel-block--black .related-carousel__arrow:hover {
  border-color: var(--tp3d-color-white);
}
.related-carousel-block--centered .related-carousel__head,
.services-carousel-block--centered .related-carousel__head {
  justify-content: center;
}
.related-carousel-block--centered .related-carousel__head-text,
.services-carousel-block--centered .related-carousel__head-text {
  align-items: center;
  text-align: center;
}

.printing-cost-block {
  background-color: #fff;
  padding-block: 150px;
  overflow: hidden;
}
@media (max-width: 1287.98px) {
  .printing-cost-block {
    padding-block: 100px;
  }
}
@media (max-width: 1023.98px) {
  .printing-cost-block {
    padding-block: 48px;
  }
}
.printing-cost-block__container {
  max-width: 978px;
}
.printing-cost-block__head {
  text-align: center;
  margin-bottom: 48px;
  display: grid;
  gap: 24px;
}
@media (max-width: 1023.98px) {
  .printing-cost-block__head {
    margin-bottom: 24px;
    gap: 16px;
  }
}
.printing-cost-block .page-title {
  font-size: 56px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1287.98px) {
  .printing-cost-block .page-title {
    font-size: 48px;
  }
}
@media (max-width: 1023.98px) {
  .printing-cost-block .page-title {
    font-size: 32px;
  }
}
.printing-cost-block__interactive {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.printing-cost-block__tab-row {
  display: flex;
  align-self: flex-start;
  border: 1px solid var(--tp3d-color-border-light);
  margin: 0 auto 32px;
  max-width: fit-content;
}
@media (max-width: 767.98px) {
  .printing-cost-block__tab-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.printing-cost-block__tab-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border: none;
  border-right: 1px solid var(--tp3d-color-border-light);
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.printing-cost-block__tab-btn:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .printing-cost-block__tab-btn:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767.98px) {
  .printing-cost-block__tab-btn {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--tp3d-color-border-light);
    padding: 6px 6px 6px 10px;
  }
}
.printing-cost-block__tab-btn:hover:not(.is-active) {
  background-color: #F0EFEB;
}
.printing-cost-block__tab-btn.is-active {
  background-color: #FF6B00;
}
.printing-cost-block__tab-btn.is-active .printing-cost-block__tab-name {
  color: #fff;
}
.printing-cost-block__tab-btn.is-active .printing-cost-block__tab-badge {
  background-color: white;
}
.printing-cost-block__tab-name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
@media (max-width: 1023.98px) {
  .printing-cost-block__tab-name {
    font-size: 15px;
  }
}
.printing-cost-block__tab-badge {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -0.02em;
  padding: 8px;
  white-space: nowrap;
  background-color: #F0EFEB;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
@media (max-width: 767.98px) {
  .printing-cost-block__tab-badge {
    min-width: 80px;
    text-align: center;
  }
}
.printing-cost-block__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--tp3d-color-border-light);
  margin-bottom: 16px;
}
.printing-cost-block__table {
  width: 100%;
  min-width: 560px;
  table-layout: fixed;
  border-collapse: collapse;
}
.printing-cost-block__table thead tr {
  background-color: #000;
}
.printing-cost-block__table thead tr th {
  padding: 16px 32px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
}
@media (max-width: 767.98px) {
  .printing-cost-block__table thead tr th {
    padding: 8px 12px;
    font-size: 12px;
  }
}
.printing-cost-block__table tbody tr {
  border-bottom: 1px solid #D3D3D3;
}
.printing-cost-block__table tbody tr:last-child {
  border-bottom: none;
}
.printing-cost-block__table tbody tr:nth-child(even) {
  background-color: #F0EFEB;
}
.printing-cost-block__table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.printing-cost-block__table tbody tr td {
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  vertical-align: middle;
  border-right: 1px solid #D3D3D3;
}
.printing-cost-block__table tbody tr td:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .printing-cost-block__table tbody tr td {
    padding: 15px 12px;
    font-size: 11px;
  }
}
.printing-cost-block__material {
  width: 20%;
}
@media (max-width: 767.98px) {
  .printing-cost-block__material {
    width: auto;
  }
}
.printing-cost-block__props {
  color: #666666;
  width: 55%;
}
@media (max-width: 767.98px) {
  .printing-cost-block__props {
    width: auto;
  }
}
.printing-cost-block__price-th {
  width: 25%;
}
@media (max-width: 767.98px) {
  .printing-cost-block__price-th {
    width: auto;
  }
}
.printing-cost-block__price-cell {
  display: grid;
  white-space: nowrap;
}
.printing-cost-block__price-val {
  grid-area: 1/1;
  visibility: hidden;
}
.printing-cost-block__price-val.is-visible {
  visibility: visible;
}
.printing-cost-block .printing-cost-block__footer-note {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  .printing-cost-block .printing-cost-block__footer-note {
    text-align: center;
  }
}

.section-form-block {
  background-color: var(--tp3d-color-dark);
  padding-block: 150px;
}
.section-form-block__head {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
@media (max-width: 1023.98px) {
  .section-form-block__head {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.section-form-block .page-title {
  font-size: 56px;
  margin: 0;
  text-align: center;
  color: var(--tp3d-color-white);
}
@media (max-width: 1287.98px) {
  .section-form-block .page-title {
    font-size: 48px;
  }
}
@media (max-width: 1023.98px) {
  .section-form-block .page-title {
    font-size: 32px;
  }
}
.section-form-block .section-form-block__subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: -0.02em;
  line-height: 1.55;
  margin: 0;
  max-width: 540px;
  margin-inline: auto;
}
.section-form-block__form {
  max-width: 512px;
  margin-inline: auto;
  width: 100%;
}
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element input[type=text],
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element input[type=email],
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element input[type=tel],
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element input[type=number],
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element select,
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element textarea {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
  border-bottom-color: transparent;
  color: var(--tp3d-color-white);
}
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element input[type=text]::placeholder,
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element input[type=email]::placeholder,
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element input[type=tel]::placeholder,
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element input[type=number]::placeholder,
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element select::placeholder,
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.section-form-block .custom-form-nj .nf-form-cont .nf-field-element textarea {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.section-form-block .custom-form-nj .nf-form-cont .listcheckbox-container .nf-field-element,
.section-form-block .custom-form-nj .nf-form-cont .file-container .nf-field-element {
  border: 1px dashed rgba(255, 255, 255, 0.25);
}
.section-form-block .nf-after-form-content {
  margin-top: 8px;
}
.section-form-block .nf-submit-themed.button__link {
  width: 100%;
  max-width: unset;
}
.section-form-block .nf-submit-themed .button.button-white {
  width: 100%;
}
.section-form-block .nf-submit-themed .button__text {
  text-align: left;
}
@media (max-width: 1287.98px) {
  .section-form-block {
    padding-block: 100px;
  }
  .section-form-block__title {
    font-size: 56px;
  }
}
@media (max-width: 1023.98px) {
  .section-form-block {
    padding-block: 48px;
  }
  .section-form-block__head {
    margin-bottom: 32px;
  }
  .section-form-block__title {
    font-size: 40px;
  }
  .section-form-block__form {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-form-block__head {
    margin-bottom: 24px;
  }
  .section-form-block__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .section-form-block__subtitle {
    font-size: 16px;
  }
}

.editor-styles-wrapper .swiper {
  overflow: hidden;
}
.editor-styles-wrapper .swiper img {
  max-width: 420px;
  height: auto;
}
.editor-styles-wrapper .related-carousel, .editor-styles-wrapper .printing-cost-block, .editor-styles-wrapper .text-content-block {
  padding-block: 20px;
}
.editor-styles-wrapper .techplast-container {
  padding-inline: var(--tp3d-container-laptop);
}
@media (max-width: 1023.98px) {
  .editor-styles-wrapper .techplast-container {
    padding-inline: var(--tp3d-container-pad);
  }
}

.wp-block-acf-content-block {
  background-color: #F0EFEB;
  border: 1px solid #D3D3D3;
}
.wp-block-acf-content-block .content-block {
  padding-block: 30px;
  overflow: visible;
}
.wp-block-acf-content-block .content-block .techplast-container {
  display: grid;
  grid-template-columns: 68% 30%;
  gap: 20px;
  align-items: start;
}
.wp-block-acf-content-block .acf-block-body {
  padding: 20px;
}
.wp-block-acf-content-block .wp-block-list:not([style*=list-style]) {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wp-block-acf-content-block .wp-block-list:not([style*=list-style]) > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.wp-block-acf-content-block .wp-block-list:not([style*=list-style]) > li::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FF6B00;
  margin-top: 2px;
  flex-shrink: 0;
}
.wp-block-acf-content-block > *:last-child {
  margin-bottom: 0;
}
.wp-block-acf-content-block .project-specs-block {
  position: sticky;
  top: 108px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .wp-block-acf-content-block .project-specs-block {
    position: static;
  }
}
.editor-styles-wrapper .wp-block-acf-content-block .project-specs-block {
  position: static;
}
.wp-block-acf-content-block .project-specs__title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin: 0;
  padding: 18px;
  border-bottom: 1px solid #D9D9D9;
}
.wp-block-acf-content-block .project-specs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-acf-content-block .project-specs__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border-bottom: 1px solid #D9D9D9;
}
.wp-block-acf-content-block .project-specs__item:last-child {
  border-bottom: none;
}
.wp-block-acf-content-block .project-specs__label {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}
.wp-block-acf-content-block .project-specs__value {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-align: right;
  margin: 0;
}
.wp-block-acf-content-block .project-specs__cta {
  padding: 18px;
}

.content-block {
  padding-block: 150px;
  overflow: hidden;
}
@media (max-width: 1287.98px) {
  .content-block {
    padding-block: 100px;
  }
}
@media (max-width: 1023.98px) {
  .content-block {
    padding-block: 48px;
  }
}
.content-block .project-specs-block {
  margin-left: auto;
  max-width: 564px;
}
@media (max-width: 1023.98px) {
  .content-block .project-specs-block {
    margin-inline: 0;
  }
}
.content-block > .techplast-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 1287.98px) {
  .content-block > .techplast-container {
    gap: 48px;
  }
}
@media (max-width: 1023.98px) {
  .content-block > .techplast-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.techplast-container > .content-block__inner:only-child {
  grid-column: 1/-1;
  max-width: 100%;
}

.content-block__inner {
  max-width: 840px;
}
.content-block__inner > *:first-child {
  margin-top: 0;
}
.content-block__inner h1, .content-block__inner h2, .content-block__inner h3, .content-block__inner h4, .content-block__inner h5, .content-block__inner h6 {
  color: #000;
  letter-spacing: -0.02em;
}
.content-block__inner h2 {
  font-size: 56px;
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 1287.98px) {
  .content-block__inner h2 {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023.98px) {
  .content-block__inner h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.content-block__inner h3, .content-block__inner h4, .content-block__inner h5, .content-block__inner h6, .content-block__inner .wp-block-image {
  margin-top: 32px;
}
@media (max-width: 1023.98px) {
  .content-block__inner h3, .content-block__inner h4, .content-block__inner h5, .content-block__inner h6, .content-block__inner .wp-block-image {
    margin-top: 24px;
  }
}
.content-block__inner h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0 16px;
}
@media (max-width: 767.98px) {
  .content-block__inner h3 {
    font-size: 18px;
    margin-top: 24px;
  }
}
.content-block__inner p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 16px;
}
.content-block__inner p:last-child {
  margin-bottom: 0;
}
.content-block__inner ul, .content-block__inner ol {
  margin: 16px 0;
  padding-inline: 0 !important;
  font-size: 20px;
  line-height: 1.4;
  gap: 8px;
  color: rgba(0, 0, 0, 0.7);
}
.content-block__inner ul li:before {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_374_5677)'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23FF6400'/%3E%3Cpath d='M5.84961 9L8.09961 11.25L12.5996 6.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_374_5677'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.content-block__inner ul li {
  padding-left: 30px;
}

.stats-grid {
  display: grid;
  max-width: 468px;
  gap: 32px;
}

.stat-item {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.stat-number {
  display: flex;
  align-items: flex-end;
  font-family: var(--tp3d-font-primary);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp3d-color-white);
  margin: 0;
}
.stat-number small {
  font-size: 32px;
}

.stat-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

@media (max-width: 1749.98px) {
  .stats-grid {
    max-width: 348px;
  }
  .stat-item {
    padding-bottom: 16px;
  }
  .stat-number {
    font-size: 32px;
  }
  .stat-number small {
    font-size: 16px;
  }
  .stat-label {
    font-size: 14px;
  }
}
@media (max-width: 1023.98px) {
  .stats-grid {
    max-width: 100%;
  }
  .stat-number {
    font-size: 24px;
  }
}
.text-content-block {
  padding-block: 150px;
  background-color: var(--tp3d-color-dark);
}
@media (max-width: 1287.98px) {
  .text-content-block {
    padding-block: 80px;
  }
}
@media (max-width: 1023.98px) {
  .text-content-block {
    padding-block: 48px;
  }
}

.text-content {
  max-width: 1193px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.text-content__title {
  font-weight: 400;
  font-size: 40px;
  color: var(--tp3d-color-white);
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .text-content__title {
    font-size: 24px;
  }
}
.text-content__body {
  display: flex;
  flex-direction: column;
}
.text-content__body > *:first-child {
  margin-top: 0;
}
.text-content__body h2, .text-content__body h3, .text-content__body h2, .text-content__body h4, .text-content__body h5, .text-content__body h6 {
  margin-block: 24px 14px;
}
.text-content__body ol, .text-content__body ul {
  margin-block: 24px;
}
.text-content__body p {
  margin-block: 16px;
}
.text-content__body p,
.text-content__body li {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}
.text-content__body strong {
  font-weight: 600;
}
.text-content__body a {
  color: var(--tp3d-color-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.text-content.has-read-more .text-content__body {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.text-content.has-read-more .text-content__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(to bottom, transparent, #000);
  pointer-events: none;
}
.text-content.is-expanded .text-content__body {
  max-height: none;
}
.text-content.is-expanded .text-content__body::after {
  display: none;
}
.text-content__read-more {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  color: var(--tp3d-color-white);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  transition: text-decoration-color 0.2s, opacity 0.2s;
}
.text-content__read-more:hover {
  text-decoration-color: var(--tp3d-color-white);
  opacity: 0.8;
}

.goal-section {
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.goal-section__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.goal-section__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 336px;
  height: 184px;
  top: 50%;
  right: 0;
  transform: translateY(-30%);
  background-image: url("data:image/svg+xml,%3Csvg width='341' height='184' viewBox='0 0 341 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M0.25 0V184' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M18.917 0V184' stroke='white'/%3E%3Cpath d='M37.584 0V184' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M56.25 0V184' stroke='white' stroke-width='2'/%3E%3Cpath d='M74.9169 0V184' stroke='white' stroke-width='2.5'/%3E%3Cpath d='M93.5839 0V184' stroke='white' stroke-width='3'/%3E%3Cpath d='M112.25 0V184' stroke='white' stroke-width='3.5'/%3E%3Cpath d='M130.917 0V184' stroke='white' stroke-width='4'/%3E%3Cpath d='M149.584 0V184' stroke='white' stroke-width='4.5'/%3E%3Cpath d='M168.25 0V184' stroke='white' stroke-width='5'/%3E%3Cpath d='M186.917 0V184' stroke='white' stroke-width='5.5'/%3E%3Cpath d='M205.584 0V184' stroke='white' stroke-width='6'/%3E%3Cpath d='M224.25 0V184' stroke='white' stroke-width='6.5'/%3E%3Cpath d='M242.917 0V184' stroke='white' stroke-width='7'/%3E%3Cpath d='M261.583 0V184' stroke='white' stroke-width='7.5'/%3E%3Cpath d='M280.25 0V184' stroke='white' stroke-width='8'/%3E%3Cpath d='M298.917 0V184' stroke='white' stroke-width='8.5'/%3E%3Cpath d='M317.584 0V184' stroke='white' stroke-width='9'/%3E%3Cpath d='M336.25 0V184' stroke='white' stroke-width='9.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.goal-section__title, .goal-section__content {
  position: relative;
  z-index: 1;
}
.goal-section__title {
  max-width: 50%;
}
.goal-section__title em, .goal-section__title span {
  color: #FF6B00;
  font-style: normal;
}
@media (max-width: 1023.98px) {
  .goal-section__title {
    max-width: 100%;
  }
}
.goal-section__label {
  margin-bottom: 24px;
}
.goal-section__content {
  max-width: 417px;
  margin-left: auto;
  margin-top: auto;
  margin-right: 90px;
}
@media (max-width: 1749.98px) {
  .goal-section__title {
    max-width: 750px;
  }
  .goal-section__content {
    max-width: 380px;
  }
  .goal-section__wrapper::after {
    right: -32px;
    transform: translateY(-75%);
  }
}
@media (max-width: 1287.98px) {
  .goal-section {
    padding-bottom: 100px;
  }
  .goal-section__title {
    max-width: 650px;
  }
  .goal-section__content {
    margin-right: 0;
  }
}
@media (max-width: 1023.98px) {
  .goal-section {
    padding-bottom: 48px;
  }
  .goal-section__title {
    max-width: 531px;
  }
  .goal-section__content {
    max-width: 360px;
    margin: 0;
  }
  .goal-section__wrapper {
    flex-direction: column;
  }
  .goal-section__wrapper::after {
    width: 182px;
    height: 100px;
    right: -16px;
    transform: translateY(-6%);
  }
}

.material-grid {
  display: grid;
  width: 100%;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023.98px) {
  .material-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.material-card:first-child .material-card-header {
  padding-bottom: 42px;
}
.material-card:first-child .material-card-series {
  top: 0;
  right: 0;
}
.material-card:last-child .material-card-series {
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}
.material-card:last-child .material-card-header {
  padding-bottom: 48px;
}
.material-card-header, .material-card-thumbnail {
  display: flex;
  justify-content: center;
}
.material-card-header {
  align-items: flex-end;
  position: relative;
  height: 540px;
  overflow: hidden;
  background-color: var(--tp3d-color-white);
  padding: 24px;
}
.material-card-series {
  position: absolute;
  font-weight: 300;
  font-size: 200px;
  line-height: 1;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.1);
}
.material-card-badge {
  position: absolute;
  left: 24px;
  top: 24px;
}
.material-card-thumbnail {
  position: relative;
  align-items: center;
  z-index: 2;
  max-width: 358px;
  margin-inline: auto;
}
.material-card-thumbnail img {
  width: 100%;
  height: auto;
}
.material-card .material-card-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 24px;
}
.material-card .material-card-title, .material-card .material-card-tags {
  margin: 0;
}
.material-card .material-card-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.material-card .material-card-tags {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.material-card .feature-item, .material-card .material-card-features {
  width: 100%;
}
.material-card .material-card-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: var(--tp3d-color-border);
  border: 1px solid var(--tp3d-color-border);
}
.material-card .feature-item {
  background-color: var(--tp3d-color-dark);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  overflow: hidden;
}
.material-card .feature-item strong {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.material-card .feature-item span {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.material-card .feature-item:last-child:nth-child(odd) {
  grid-column: span 2;
}
@media (max-width: 1749.98px) {
  .material-card .feature-item {
    padding: 20px;
  }
}
@media (max-width: 1023.98px) {
  .material-card:first-child .material-card-header {
    padding-bottom: 16px;
  }
  .material-card:first-child .material-card-series {
    right: 16px;
  }
  .material-card:last-child .material-card-series {
    top: 0;
    left: unset;
    right: 16px;
    transform: none;
  }
  .material-card:last-child .material-card-header {
    padding-bottom: 35px;
  }
  .material-card-header {
    height: unset;
    aspect-ratio: 358/406;
    padding: 16px;
  }
  .material-card-badge {
    left: 16px;
    top: 16px;
  }
  .material-card-series {
    font-size: 150px;
  }
  .material-card-thumbnail {
    max-width: 72%;
  }
  .material-card .material-card-title {
    font-size: 20px;
  }
  .material-card .material-card-tags {
    font-size: 12px;
  }
  .material-card .feature-item {
    padding: 12px;
    gap: 6px;
  }
  .material-card .feature-item strong {
    font-size: 13px;
  }
}

.materials-s {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.materials-s__content {
  display: grid;
  grid-template-columns: 59% 39%;
  grid-template-rows: 28px auto;
  grid-auto-flow: dense;
  gap: 0 24px;
  margin-bottom: 50px;
}
.materials-s__description {
  max-width: 550px;
  grid-column: 2;
  margin-top: 20px;
}
.materials-s__title {
  order: 1;
  grid-column: 1;
  grid-row: 1/3;
  max-width: 63%;
}
@media (max-width: 1749.98px) {
  .materials-s_content {
    flex-direction: column;
    gap: 64px;
  }
  .materials-s__description {
    max-width: 448px;
    margin-top: 50px;
  }
}
@media (max-width: 1023.98px) {
  .materials-s__content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  .materials-s__title, .materials-s__description, .materials-s__label {
    margin-inline: auto;
  }
  .materials-s__title {
    order: unset;
    grid-column: 1;
  }
  .materials-s__description {
    margin-top: 0;
    max-width: 448px;
  }
}

.available-materials {
  background-color: var(--tp3d-color-dark);
  padding-block: 150px;
}
.available-materials__label {
  margin-bottom: 64px;
}
@media (max-width: 1287.98px) {
  .available-materials {
    padding-block: 100px;
  }
  .available-materials__label {
    margin-bottom: 32px;
  }
}
@media (max-width: 1023.98px) {
  .available-materials {
    padding-block: 48px;
  }
  .available-materials__label {
    margin-bottom: 24px;
  }
}

.available-materials-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.available-info-card {
  background: var(--tp3d-color-dark);
  padding: 48px;
  gap: 30px;
  border-top: 1px solid var(--tp3d-color-border);
  position: relative;
}
.available-info-card:nth-child(2n):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 24px;
  background-color: var(--tp3d-color-border);
}
.available-info-card .button-border-white {
  min-height: 40px;
}
.available-info-card .button__text--sp {
  padding-inline: 12px 39px;
}
.available-info-card__content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 612px;
  width: 100%;
}
.available-info-card__title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

.available-info-card.cta-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.011) 0%, rgba(255, 255, 255, 0.11) 100%);
}
.available-info-card.cta-card h3 {
  margin-bottom: 24px;
}

.available-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
@media (max-width: 1749.98px) {
  .available-card-icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1023.98px) {
  .available-card-icon {
    width: 40px;
    height: 40px;
  }
}

.available-card-icon img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(1821%) hue-rotate(360deg) brightness(101%) contrast(105%);
}

.available-card-content {
  max-width: 268px;
}

.available-card-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp3d-color-white);
  margin: 0 0 16px;
}

.available-card-tags {
  display: block;
  color: var(--tp3d-color-primary);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.available-card-content p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

@media (max-width: 1023.98px) {
  .available-info-card {
    padding: 16px;
  }
  .available-info-card__content {
    flex-direction: column;
  }
  .available-info-card .button__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
  .available-info-card .button__icon__inner svg {
    width: 10px;
    height: 10px;
  }
  .available-info-card .button-border-white {
    min-height: 32px;
    font-size: 11px;
  }
  .available-info-card .button__text--sp {
    padding-inline: 8px;
  }
  .available-card-content h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }
  .available-card-tags {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .available-card-content p {
    font-size: 12px;
  }
  .available-info-card.cta-card h3 {
    margin-bottom: 16px;
  }
}
.lg-icon {
  font-family: none !important;
}

.lg-prev::before, .lg-prev::after,
.lg-next::before,
.lg-next::after {
  content: "" !important;
  font-family: none !important;
}
.lg-prev,
.lg-next {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 24px !important;
}

.lg-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.lg-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.lg-toolbar .lg-close::before, .lg-toolbar .lg-close::after {
  content: "" !important;
  font-family: none !important;
}
.lg-toolbar .lg-close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 24px !important;
}

.lg-sub-html h4 {
  font-family: var(--tp3d-font-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}
.lg-sub-html p {
  font-size: 14px;
  opacity: 0.7;
  margin: 0;
}

/*# sourceMappingURL=blocks.css.map */
