/*
Theme Name: Instacart SFP
Author: Instacart
*/

/* Global styles. */

:root {
  /* Grayscale colors. */
  --ic-color-system-grayscale00: #fff;
  --ic-color-system-grayscale10: #f6f7f8;
  --ic-color-system-grayscale20: #e8e9eb;
  --ic-color-system-grayscale30: #c7c8cd;
  --ic-color-system-grayscale40: #8f939b;
  --ic-color-system-grayscale50: #72767e;
  --ic-color-system-grayscale60: #56595e;
  --ic-color-system-grayscale70: #343538;
  --ic-color-system-grayscale80: #242529;
  --ic-color-system-grayscale90: #191a1c;
  --ic-color-system-grayscale99: #0b0c0d;

  /* Success and error colors. */
  --ic-color-system-detrimential-light: #fef0f0;
  --ic-color-system-detrimential-dark: #bb1c1b;
  --ic-color-system-success-light: #e9fbe9;
  --ic-color-system-success-dark: #0d720d;

  /* Brand colors. */
  --ic-color-brand-primary-regular: #038564;
  --ic-color-brand-primary-dark: #03533f;
  --ic-color-brand-primary-foreground: white;

  /* `z-index` of the sticky header for calculating `z-index` for anything that needs to be displayed above it. */
}

/* Font sizes. */

:root:has(body:not(.is-mobile)) {
    --ic-font-size-body-regular: 14px;
  }

/* The color that has enough contrast as a foreground for the `--ic-color-brand-primary-*` colors. */

:root:has(body.is-mobile) {
    --ic-font-size-body-regular: 12px;
  }

:root {
  --ic-header-z-index: 1000;
  --ic-header-top-height: 80px;
}

/* The height of the WordPress Admin Bar. */

:root:has(body:not(.admin-bar)) {
    --ic-admin-bar-height: 0px;
  }

/* The height of the top header section. */

:root:has(body.admin-bar) {
    --ic-admin-bar-height: 32px;
  }

@media (width <= 782px) {
  :root:has(body.admin-bar) {
      --ic-admin-bar-height: 46px
  }
    }

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

/* stylelint-disable */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/

body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/

/**
Add the correct font weight in Chrome and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    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;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  border-color: currentcolor;
}

/*
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 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
  display: list-item;
}

/* Normal font style. */

@font-face {
  font-family: "Instacart Sans";
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  src: url("fonts/instacart-sans-normal.woff2") format("woff2");
}

/* Italic font style. */

@font-face {
  font-family: "Instacart Sans";
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
  src: url("fonts/instacart-sans-italic.woff2") format("woff2");
}

body {
  font-family: "Instacart Sans", sans-serif;
  line-height: 1.4;
  color: var(--ic-color-system-grayscale80);
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--ic-color-brand-primary-dark);
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
  }

a:hover:not([href]) {
      text-decoration: none;
    }

body:not(.is-mobile) h1 {
    font-size: 1.75em;
  }

body.is-mobile h1 {
    font-size: 1.375em;
  }

/* Reset the `fieldset` style in Safari. */

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* Set a more accessible focus outline that also resembles the SFP one: 2px width and two colors for better contrast. */

:focus-visible {
  outline: 2px auto var(--ic-color-system-grayscale70);
}

/* Disable automatic zooming-in on text fields on iOS by increasing their font size. */

@supports (-webkit-overflow-scrolling: touch) {
  input,
  textarea {
    font-size: 16px;
  }
}

/* Set the `<select>` text color the same as the regular text on iOS. */

@supports (-webkit-overflow-scrolling: touch) {
  select {
    color: inherit;
  }
}

/* Hide the 'Instant Reload Enabled' notification injected by WP Engine Local if Instant Reload was enabled. */

/* stylelint-disable-next-line selector-id-pattern */

#__bs_notify__ {
  display: none !important;
}

/* Undo the default `display: flow-root` style injected by WordPress that breaks margin collapsing. */

.wp-block-post-content {
  display: inherit;
}

/* `position: sticky` in the header stops working if the horizontall scroll appears. `overflow: clip` hides the off-screen content without disrupting the normal browser scroll. */

.wp-site-blocks {
  overflow-x: clip;
}

/* The horizontally centered, width-limited block for the page content.  */

.ic-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Arrange items into columns on the desktop. */

body:not(.is-mobile) .ic-columns {
  display: flex;
  --column-gap: var(--gap, 1em);
  margin: var(--column-gap) 0;
  gap: var(--column-gap);
}

body:not(.is-mobile) .ic-columns > * {
    flex: 1;
  }

body:not(.is-mobile) .ic-columns p {
    margin: 0;
  }

/* Align items vertically. */

.ic-vertical {
  flex-direction: column;
}

.ic-vertical > * {
    margin-left: 0;
    margin-right: 0;
  }

/* Shortcuts for `float: left|right`. */

.ic-float-left {
  float: left;
  margin-right: 1em;
}

.ic-float-right {
  float: right;
  margin-left: 1em;
}

/* Success and error messages. */

.ic-message-success,
.ic-message-error {
  padding: 12px 16px;
  margin: 1em 0;
  font-weight: 600;
}

span.ic-message-success, span.ic-message-error {
    display: inline-block;
    margin: 0;
  }

.ic-message-success {
  color: var(--ic-color-system-success-dark);
  background-color: var(--ic-color-system-success-light);
}

.ic-message-error {
  color: var(--ic-color-system-detrimential-dark);
  background-color: var(--ic-color-system-detrimential-light);
}

/* IDS-like `<table>`, scrollable horizontally on smaller screens for responsiveness. */

.ic-table {
  display: block;
  max-width: 100%;
  overflow: auto;
  margin: 1em 0;
  border-collapse: collapse;
  --cell-padding: 0.75em;

  /* Add the 2px padding to prevent `overflow: auto` from clipping the focus outline. */
  --offset: 2px;
  padding: var(--offset);
  margin-left: var(--offset);
  margin-right: var(--offset);
}

.ic-table tr:not(:last-child) {
    border-bottom: 1px solid var(--ic-color-system-grayscale20);
  }

.ic-table th,
  .ic-table td {
    padding: var(--cell-padding) 0;
  }

.ic-table th:not(:last-child), .ic-table td:not(:last-child) {
      padding-right: calc(var(--cell-padding) * 2);
    }

.ic-table th {
    text-align: left;
    font-weight: 600;
  }

/* A list of terms and descriptions, aka `<dl>`. */

.ic-description-list {
  display: flex;
  flex-direction: column;
  gap: 0.375em;
}

.ic-description-list dt,
  .ic-description-list dd {
    display: inline;
  }

.ic-description-list dt {
    font-weight: 600;
  }

.ic-description-list dd {
    margin-left: 0;
  }

/* A full-width image, since, unfortunately, the WP Editor only allows specifying image size in `px`. */

.ic-full-width-image > img {
  width: 100%;
}

/* Hide elements with `ic-only-mobile` on desktop and elements with `ic-only-desktop` on mobile. */

body:not(.is-mobile) .ic-only-mobile,
body.is-mobile .ic-only-desktop {
  display: none !important;
}

/* Display elements with the `ic-logged-in-only` class only to logged-in users and vice versa for `ic-logged-out-only`, excluding the Block Editor. */

body:not(.block-editor-iframe__body):not(.ic-logged-in) .ic-logged-in-only,
  body:not(.block-editor-iframe__body).ic-logged-in .ic-logged-out-only {
    display: none;
  }

/* Disable the spinner on submission and indicate the submission by 'disabling' the form. */

.wpcf7-spinner {
  display: none;
}

.wpcf7-form.submitting {
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7-form {
  max-width: 960px;

  /* Padding and gaps. Use `calc()` to ensure the space before the first `<p>` and the last `<p>` is the same as padding.  */
  --gap: 1em;
  --padding: 0px;
  padding: calc(var(--padding) - var(--gap)) var(--padding);
}

.wpcf7-form p {
    margin: var(--gap) 0;
  }

.wpcf7-form p:empty {
      display: none;
    }

/* Hide the `br` elements that `contact-form-7` inserts around the `<label>` content.  */

.wpcf7-form label > br:first-child,
    .wpcf7-form label > br:last-child {
      display: none;
    }

/* Form message text. */

.wpcf7-response-output {
  margin: var(--gap) 0 !important;
  padding: unset !important;
  border: unset !important;
  line-height: 24px;
  font-weight: 600;
}

/* The error form message. */

.wpcf7-form.aborted .wpcf7-response-output,
  .wpcf7-form.invalid .wpcf7-response-output,
  .wpcf7-response-output.wpcf7-validation-errors {
    --icon-size: 20px;
    background: left 2px no-repeat;
    background-size: var(--icon-size);
    padding-left: calc(var(--icon-size) * 1.25) !important;
    color: var(--ic-color-system-detrimential-dark);
    background-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTQgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42NjY4IDEyTDcuMDAwMTYgMEwwLjMzMzQ5NiAxMkgxMy42NjY4Wk03LjU3NTMgOC4zODYySDYuNDIxOTZDNi4zMTcxMSA2Ljc4NzI0IDYuMjQ3MjEgNS40Njc4OSA2LjI0NzIxIDQuMzU4MjRWNEg3Ljc1MDA1VjQuMzU4MjRDNy43NTAwNSA1LjQ2MzE2IDcuNjcyMDggNi43NjczNSA3LjU3NjUzIDguMzY1NjdMNy41NzUzIDguMzg2MlpNNy44NjM2NCA5LjkzMjcyQzcuODYzNjQgMTAuMzY5NiA3LjUzMTYyIDEwLjY2NjcgNy4wMDczNyAxMC42NjY3QzYuNDc0MzkgMTAuNjY2NyA2LjEzMzYzIDEwLjM4NzEgNi4xMzM2MyA5LjkyMzk4QzYuMTMzNjMgOS40OTU4NSA2LjQ5MTg2IDkuMTkwMDQgNy4wMDczNyA5LjE5MDA0QzcuNTIyODggOS4xOTAwNCA3Ljg2MzY0IDkuNDc4MzcgNy44NjM2NCA5LjkzMjcyWiIgZmlsbD0iI2JiMWMxYiIgLz48L3N2Zz4K");
  }

.wpcf7-response-output.wpcf7-validation-errors svg {
    display: none;
  }

/* The success form message. */

.wpcf7-form.sent .wpcf7-response-output {
    padding: 12px 16px !important;
    color: var(--ic-color-system-success-dark);
    background-color: var(--ic-color-system-success-light);
  }

/* Hide the form content if the success form message is shown. */

.wpcf7-form.sent .wpcf7-response-output:not(:empty) ~ * {
      display: none !important;
    }

/* A list of checkboxes or radio buttons. */

.wpcf7-list-item,
  .wpcf7-list-item label {
    display: flex;
    align-items: center;
  }

.wpcf7-list-item.first,
  .wpcf7-list-item:only-child {
    margin-left: 0;
  }

.wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 0.5em;
  }

/* A new class for displaying the step titles above the multi-step form. */

.cf7mls-steps {
  display: flex;
  gap: 8px;
  margin: var(--gap) 0;
}

body.is-mobile .cf7mls-steps {
    position: relative;
  }

.cf7mls-steps > * {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    flex: 1;
    min-width: 0;
    font-weight: 500;
  }

.cf7mls-steps > *.cf7mls-steps-active {
      color: var(--ic-color-brand-primary-regular);
    }

body.is-mobile .cf7mls-steps > *:not(.cf7mls-steps-active) {
      color: transparent;
    }

/* An underline. */

.cf7mls-steps > *::after {
      content: "";
      height: 4px;
      background: var(--ic-color-system-grayscale30);
      border-radius: 2px;
    }

.cf7mls-steps > *.cf7mls-steps-active::after {
      background-color: var(--ic-color-brand-primary-regular);
    }

/* A step title. */

.cf7mls-steps > * > span {
      position: relative;
      padding: 4px 4px 4px 40px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

body.is-mobile .cf7mls-steps > *.cf7mls-steps-active > span {
      position: absolute;
      inset: 0 0 auto;
    }

/* A step number. */

.cf7mls-steps > * > ::before {
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      inset: 0 4px;
      margin: auto 0;
      width: 24px;
      height: 24px;
      border: 1px solid var(--ic-color-brand-primary-regular);
      color: var(--ic-color-brand-primary-regular);
      font-weight: normal;
    }

.cf7mls-steps > *.cf7mls-steps-active > ::before {
      background-color: var(--ic-color-brand-primary-regular);
      color: var(--ic-color-brand-primary-foreground);
    }

body.is-mobile .cf7mls-steps > *:not(.cf7mls-steps-active) > ::before {
      display: none;
    }

.cf7mls-steps > *:nth-child(1) > ::before {
      content: "1";
    }

.cf7mls-steps > *:nth-child(2) > ::before {
      content: "2";
    }

.cf7mls-steps > *:nth-child(3) > ::before {
      content: "3";
    }

.cf7mls-steps > *:nth-child(4) > ::before {
      content: "4";
    }

.cf7mls-steps > *:nth-child(5) > ::before {
      content: "5";
    }

/* Multi-step navigation buttons. */

.cf7mls-btns {
  display: flex;
}

body:not(.is-mobile) .cf7mls-btns {
    justify-content: space-between;
  }

body.is-mobile .cf7mls-btns {
    flex-direction: column;
  }

.cf7mls-btns {
  gap: var(--gap);
  margin: var(--gap) 0;
}

/* Hide inactive multi-step fieldset. */

/* stylelint-disable-next-line selector-class-pattern */

.fieldset-cf7mls:not(.cf7mls_current_fs) {
  display: none;
}

/* Replace the reCAPTCHA badge with the branding text. See: https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */

.grecaptcha-badge {
  visibility: hidden;
}

.ic-recaptcha-branding {
  color: var(--ic-color-system-grayscale60);
  font-size: smaller;
}

/* stylelint-disable selector-class-pattern */

/* Control wrapper. */

.wpcf7-form-control-wrap:not(
    :has(.wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio)
  ) {
  --horizontal-padding: 12px;
}

body:not(.is-mobile) .wpcf7-form-control-wrap:not(
    :has(.wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio)
  ) {
    --height: 56px;
    font-size: 14px;
  }

body.is-mobile .wpcf7-form-control-wrap:not(
    :has(.wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio)
  ) {
    --height: 48px;
    font-size: 13px;
  }

/* Common style for the IDS-like controls. */

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.wpcf7-date,
.wpcf7-file {
  display: block;
  width: 100%;
  padding: var(--top-padding, var(--vertical-padding)) var(--horizontal-padding)
    var(--vertical-padding);
}

.wpcf7-form-control-wrap:has(.ic-control-label:not(:empty)) .wpcf7-text, .wpcf7-form-control-wrap:has(.ic-control-label:not(:empty)) .wpcf7-textarea, .wpcf7-form-control-wrap:has(.ic-control-label:not(:empty)) .wpcf7-select, .wpcf7-form-control-wrap:has(.ic-control-label:not(:empty)) .wpcf7-date, .wpcf7-form-control-wrap:has(.ic-control-label:not(:empty)) .wpcf7-file {
    --top-padding: var(--top-label-padding);
  }

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.wpcf7-date,
.wpcf7-file {
  border: 1px solid var(--ic-color-system-grayscale40);
  border-radius: 12px;
  background: white;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-date,
.wpcf7-file {
  --vertical-padding: 8px;
  --top-label-padding: 22px;
  height: var(--height);
}

/* IDS-like textarea. */

.wpcf7-textarea {
  --vertical-padding: 12px;
  --top-label-padding: 26px;
  height: 155px;
  min-height: 65px;
}

/* IDS-like select. */

.wpcf7-select {
  padding-right: 40px;
  appearance: none;
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjMzQzNTM4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMTIuNTIgNy43OTIgOC4zMTQgNi4yMDggOS44OTYgMTIgMTUuNjg4bDUuNzkyLTUuNzkyLTEuNTg0LTEuNTg0eiI+PC9wYXRoPjwvc3ZnPg==");
}

/* IDS-like checkbox and radio button. */

.wpcf7-acceptance,
.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
}

.wpcf7-acceptance input, .wpcf7-checkbox input, .wpcf7-radio input {
    width: 24px;
    height: 24px;
    appearance: none;
    background: center center no-repeat;
  }

.wpcf7-acceptance .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item {
    user-select: none;
  }

.wpcf7-acceptance .wpcf7-list-item,
    .wpcf7-acceptance .wpcf7-list-item input,
    .wpcf7-acceptance .wpcf7-list-item label,
    .wpcf7-checkbox .wpcf7-list-item,
    .wpcf7-checkbox .wpcf7-list-item input,
    .wpcf7-checkbox .wpcf7-list-item label,
    .wpcf7-radio .wpcf7-list-item,
    .wpcf7-radio .wpcf7-list-item input,
    .wpcf7-radio .wpcf7-list-item label {
      cursor: pointer;
    }

.wpcf7-acceptance input, .wpcf7-checkbox input {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzM0MzUzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIwIDRINHYxNmgxNnpNMiAydjIwaDIwVjJ6Ij48L3BhdGg+PC9zdmc+");
  }

.wpcf7-acceptance input:checked, .wpcf7-checkbox input:checked {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzI0MjUyOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDJIMnYyMGgyMHptLTUuMjA3IDUuMjkzTDEwIDE0LjA4NmwtMi43OTMtMi43OTMtMS40MTQgMS40MTRMMTAgMTYuOTE0bDguMjA3LTguMjA3eiI+PC9wYXRoPjwvc3ZnPg==");
    }

.wpcf7-radio input {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzI0MjUyOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyIDIwYTggOCAwIDEgMCAwLTE2IDggOCAwIDAgMCAwIDE2bTAgMmM1LjUyMyAwIDEwLTQuNDc3IDEwLTEwUzE3LjUyMyAyIDEyIDIgMiA2LjQ3NyAyIDEyczQuNDc3IDEwIDEwIDEwIiBmaWxsPSIjNzI3NjdFIj48L3BhdGg+PC9zdmc+");
}

.wpcf7-radio input:checked {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzI0MjUyOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIwIDEyYTggOCAwIDEgMS0xNiAwIDggOCAwIDAgMSAxNiAwbTIgMGMwIDUuNTIzLTQuNDc3IDEwLTEwIDEwUzIgMTcuNTIzIDIgMTIgNi40NzcgMiAxMiAyczEwIDQuNDc3IDEwIDEwbS0xMCA0YTQgNCAwIDEgMCAwLTggNCA0IDAgMCAwIDAgOCI+PC9wYXRoPjwvc3ZnPg==");
  }

/* IDS-like date input. */

/* padding:  */

.wpcf7-date::-webkit-calendar-picker-indicator {
    position: absolute;
    inset: 0 var(--vertical-padding) 0 auto;
    width: 30px;
    height: 30px;
    margin: auto 0;
    background: center center no-repeat
      url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzI0MjUyOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2IDNoMnYyaDN2M0gzVjVoM1YzaDJ2Mmg4ek0zIDEwaDE4djExSDN6bTUuNSAyaC0zdjIuNjI1aDN6bS0zIDQuMzc1aDNWMTloLTN6bTgtNC4zNzVoLTN2Mi42MjVoM3ptMiAwaDN2Mi42MjVoLTN6bS0yIDQuMzc1aC0zVjE5aDN6Ij48L3BhdGg+PC9zdmc+Cg==");
    cursor: pointer;
  }

/* IDS-like file input. */

.wpcf7-file {
  line-height: calc(
    var(--height) - var(--top-padding, var(--vertical-padding)) -
      var(--vertical-padding)
  );
}

.wpcf7-file::file-selector-button {
    margin-right: 0.5em;
    line-height: initial;
    border: 1px solid var(--ic-color-system-grayscale40);
    background: none;
    border-radius: 4px;
    cursor: pointer;
  }

/* Disabled control style. */

.wpcf7-form-control-wrap:has(
    input:disabled,
    select:disabled,
    textarea:disabled
  ) {
  cursor: not-allowed;
  opacity: 0.375;

  /* Unset the default browser style for disabled controls. */
}

.wpcf7-form-control-wrap:has(
    input:disabled,
    select:disabled,
    textarea:disabled
  ) input:disabled, .wpcf7-form-control-wrap:has(
    input:disabled,
    select:disabled,
    textarea:disabled
  ) select:disabled, .wpcf7-form-control-wrap:has(
    input:disabled,
    select:disabled,
    textarea:disabled
  ) textarea:disabled {
      opacity: unset;
    }

/* IDS-like animated label. */

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-form-control-wrap .ic-control-label {
    position: absolute;
    inset: 0 calc(var(--horizontal-padding) + 1px);
    color: var(--ic-color-system-grayscale60);
    line-height: var(--height);
    font-weight: 400;
    pointer-events: none;
    transition: transform 150ms;
    transform-origin: top left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

/* Wrap the textarea label into multiple lines. */

.wpcf7-form-control-wrap:has(.wpcf7-form-control.wpcf7-textarea) .ic-control-label {
    padding-top: calc((var(--height) - 1em) / 2);
    line-height: inherit;
    white-space: normal;
  }

/* If a form control is auto-filled, focused, or non-empty, display the label text above the value. */

.wpcf7-form-control-wrap:has(
      .wpcf7-form-control:autofill,
      .wpcf7-form-control:not(.wpcf7-select):focus,
      .wpcf7-form-control:not(.wpcf7-select):not(:placeholder-shown), 
      .wpcf7-form-control.wpcf7-select option:not([value=""]):checked
    ) .ic-control-label {
      transform: scale(0.75) translateY(-5px);
    }

.wpcf7-form-control-wrap:has(
      .wpcf7-form-control:autofill,
      .wpcf7-form-control:not(.wpcf7-select):focus,
      .wpcf7-form-control:not(.wpcf7-select):not(:placeholder-shown), 
      .wpcf7-form-control.wpcf7-select option:not([value=""]):checked
    ):has(.wpcf7-textarea) .ic-control-label {
      white-space: nowrap;
    }

/* Make the empty `<option>` text transparent to display the animated label instead. */

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select:has(option[value=""]:checked) {
      color: transparent;
    }

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select:has(option[value=""]:checked) > * {
        color: initial;
      }

.wpcf7-form-control-wrap .wpcf7-form-control[readonly] {
      background-color: transparent;
    }

/* An asterisk symbol displayed on the required field label. */

.ic-control-asterisk {
  margin-left: 0.375em;
  color: var(--ic-color-brand-primary-dark);
  font-weight: bold;
  font-size: larger;
}

/* Field description. */

.wpcf7-form-control-wrap + br {
  display: none;
}

.wpcf7-form-control-wrap + br + small {
    display: block;
    margin-top: 0.5em;
  }

/* Invalid control. */

.wpcf7-not-valid {
  border-color: var(--ic-color-system-detrimential-dark);
  background-color: var(--ic-color-system-detrimential-light);
}

/* An error message displayed under the control. */

.wpcf7-not-valid-tip {
  --height: 12px;
  margin-top: 5px;
  padding-left: calc(var(--height) * 1.25);
  line-height: var(--height);
  font-size: smaller;
  color: var(--ic-color-system-detrimential-dark);
  background: left top no-repeat
    url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTQgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42NjY4IDEyTDcuMDAwMTYgMEwwLjMzMzQ5NiAxMkgxMy42NjY4Wk03LjU3NTMgOC4zODYySDYuNDIxOTZDNi4zMTcxMSA2Ljc4NzI0IDYuMjQ3MjEgNS40Njc4OSA2LjI0NzIxIDQuMzU4MjRWNEg3Ljc1MDA1VjQuMzU4MjRDNy43NTAwNSA1LjQ2MzE2IDcuNjcyMDggNi43NjczNSA3LjU3NjUzIDguMzY1NjdMNy41NzUzIDguMzg2MlpNNy44NjM2NCA5LjkzMjcyQzcuODYzNjQgMTAuMzY5NiA3LjUzMTYyIDEwLjY2NjcgNy4wMDczNyAxMC42NjY3QzYuNDc0MzkgMTAuNjY2NyA2LjEzMzYzIDEwLjM4NzEgNi4xMzM2MyA5LjkyMzk4QzYuMTMzNjMgOS40OTU4NSA2LjQ5MTg2IDkuMTkwMDQgNy4wMDczNyA5LjE5MDA0QzcuNTIyODggOS4xOTAwNCA3Ljg2MzY0IDkuNDc4MzcgNy44NjM2NCA5LjkzMjcyWiIgZmlsbD0iI2JiMWMxYiIgLz48L3N2Zz4K");
  background-size: var(--height);
}

/* Submit and multi-step next/back buttons. */

body:not(.is-mobile) .wpcf7-submit, body:not(.is-mobile) .cf7mls_next, body:not(.is-mobile) .cf7mls_back {
    width: 100%;
    max-width: 375px;
  }

body.is-mobile .wpcf7-submit, body.is-mobile .cf7mls_next, body.is-mobile .cf7mls_back {
    width: 100%;
  }

.wpcf7-submit,
.cf7mls_next,
.cf7mls_back {
  height: 54px;
  border: none;
  padding: 0 1em;
  font-weight: 500;
  text-overflow: ellipsis;
  background-color: var(--background-color);
  color: var(--color);
}

.wpcf7-submit:focus,
  .wpcf7-submit:hover,
  .cf7mls_next:focus,
  .cf7mls_next:hover,
  .cf7mls_back:focus,
  .cf7mls_back:hover {
    background: var(--hover-background-color);
  }

.wpcf7-submit:disabled, .cf7mls_next:disabled, .cf7mls_back:disabled {
    background: var(--ic-color-system-grayscale10);
    color: var(--ic-color-system-grayscale50);
  }

.wpcf7-submit:not(:disabled), .cf7mls_next:not(:disabled), .cf7mls_back:not(:disabled) {
    cursor: pointer;
  }

/* Submit and multi-step next buttons loading indicator. */

.wpcf7-form.submitting .wpcf7-submit,
form.ic-submitting .wpcf7-submit,
.cf7mls_next.sending {
  color: transparent;
  background: center center no-repeat var(--ic-color-brand-primary-dark)
    url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMyIiBoZWlnaHQ9IjU4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlPkBrZXlmcmFtZXMgbG9hZHswJSwxMyV7b3BhY2l0eToxfTMzJSx0b3tvcGFjaXR5Oi41fX1jaXJjbGV7ZmlsbDp3aGl0ZTthbmltYXRpb246MS41cyBsaW5lYXIgaW5maW5pdGUgbG9hZDtvcGFjaXR5Oi41fWNpcmNsZTpudGgtY2hpbGQoMil7YW5pbWF0aW9uLWRlbGF5Oi41c31jaXJjbGU6bnRoLWNoaWxkKDMpe2FuaW1hdGlvbi1kZWxheToxc308L3N0eWxlPjxjaXJjbGUgY3g9IjI1IiBjeT0iMzAiIHI9IjExIi8+PGNpcmNsZSBjeD0iNjUiIGN5PSIzMCIgcj0iMTEiLz48Y2lyY2xlIGN4PSIxMDUiIGN5PSIzMCIgcj0iMTEiLz48L3N2Zz4K");
  background-size: 50px;
}

/* Submit and multi-step next button. */

.wpcf7-submit,
.cf7mls_next {
  --background-color: var(--ic-color-brand-primary-regular);
  --hover-background-color: var(--ic-color-brand-primary-dark);
  --color: var(--ic-color-brand-primary-foreground);
}

/* Mutli-step back button. */

.cf7mls_back {
  --background-color: var(--ic-color-system-grayscale20);
  --hover-background-color: var(--ic-color-system-grayscale30);
  --color: var(inherit);
}

/* Makes `[checkbox]` and `[radio]` split their options into multiple lines. */

.ic-control-multiline {
  flex-direction: column;
}

.ic-control-multiline .wpcf7-list-item {
    margin-left: 0;
  }

/* A modal dialog for using with `<dialog>`. */

.ic-modal {
  position: fixed;
  z-index: calc(var(--ic-header-z-index) + 1);

  /* Apply this style only to a visible modal, otherwise it will override the default `display: none` style of the hidden `<dialog>`. */
}

body.is-mobile .ic-modal {
    max-width: 100%;
    max-height: 100%;
  }

.ic-modal {
  border: none;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 16%);
}

.ic-modal::backdrop {
    background: rgb(0 0 0 / 30%);
  }

.ic-modal:modal,
	
	.ic-modal > form {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

/* The common style for the modal header, body, and footer. */

.ic-modal-header,
.ic-modal-body,
.ic-modal-footer {
  padding: 12px 16px;
}

/* The modal header. */

.ic-modal-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 0;
}

.ic-modal-header h2 {
    margin: 8px 0;
    font-size: 18px;
    font-weight: 600;
  }

.ic-modal-header .ic-modal-close:first-child {
    margin-left: -4px;
  }

/* The modal close button. */

.ic-modal-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  color: transparent;
  background: center center no-repeat
    url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45OTkgMTAuNDE2TDYuMjkwOTUgNC43MDgwMUw0LjcwNzAzIDYuMjkxOTNMMTAuNDE1MSAxMkw0LjcwNzAzIDE3LjcwOEw2LjI5MDk1IDE5LjI5MTlMMTEuOTk5IDEzLjU4MzlMMTcuNzA3IDE5LjI5MTlMMTkuMjkxIDE3LjcwOEwxMy41ODI5IDEyTDE5LjI5MSA2LjI5MTkzTDE3LjcwNyA0LjcwODAxTDExLjk5OSAxMC40MTZaIiBmaWxsPSIjMjQyNTI5Ii8+Cjwvc3ZnPgo=");
  cursor: pointer;
}

/* The modal body. */

.ic-modal-body {
  overflow: auto;
  overscroll-behavior: contain;
}

.ic-modal-body > :first-child {
    margin-top: 0;
  }

.ic-modal-body > :last-child {
    margin-bottom: 0;
  }

/* The modal footer. */

.ic-modal-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--ic-color-system-grayscale20);
}

.ic-modal-footer > * {
    display: flex;
    gap: 8px;
  }

.ic-modal-footer button {
    padding: 11px 16px;
    border: none;
    border-radius: 20px;
    color: var(--ic-color-system-grayscale80);
    background: var(--ic-color-system-grayscale20);
    font-weight: 600;
    cursor: pointer;
  }

/* Loading indicator on form submission for `<button type="submit">`. */

form.ic-submitting .ic-modal-footer button[type="submit"] {
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMyIiBoZWlnaHQ9IjU4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlPkBrZXlmcmFtZXMgbG9hZHswJSwxMyV7b3BhY2l0eToxfTMzJSx0b3tvcGFjaXR5Oi41fX1jaXJjbGV7ZmlsbDojMjQyNTI5O2FuaW1hdGlvbjoxLjVzIGxpbmVhciBpbmZpbml0ZSBsb2FkO29wYWNpdHk6LjV9Y2lyY2xlOm50aC1jaGlsZCgyKXthbmltYXRpb24tZGVsYXk6LjVzfWNpcmNsZTpudGgtY2hpbGQoMyl7YW5pbWF0aW9uLWRlbGF5OjFzfTwvc3R5bGU+PGNpcmNsZSBjeD0iMjUiIGN5PSIzMCIgcj0iMTEiLz48Y2lyY2xlIGN4PSI2NSIgY3k9IjMwIiByPSIxMSIvPjxjaXJjbGUgY3g9IjEwNSIgY3k9IjMwIiByPSIxMSIvPjwvc3ZnPgo=");
      background-size: 50px;
    }

/* Specialized styles. */

.ic-header-sticky {
  position: sticky;
  top: var(--ic-admin-bar-height);
}

@media (width <= 600px) {.ic-header-sticky {
    top: 0
}
  }

.ic-header-sticky {
  z-index: var(--ic-header-z-index);
}

body:not(.is-mobile) .ic-header-sticky {
    height: 80px;
    background: var(--ic-color-brand-primary-regular);
    color: white;
  }

body.is-mobile .ic-header-sticky {
    background: white;
  }

body.is-mobile .ic-header-sticky > .ic-header-row:first-child {
      height: 50px;
    }

.ic-header-row {
  display: flex;
  align-items: center;
}

body:not(.is-mobile) .ic-header-row {
    gap: 16px;
  }

body.is-mobile .ic-header-row {
    gap: 8px;
  }

.ic-header-row {
  padding: 0 16px;
}

body:not(.is-mobile) .ic-header-top {
    height: var(--ic-header-top-height);
  }

.ic-header-top {
  background: white;
}

.ic-header-logo {
  display: flex;
  align-items: center;
}

body:not(.is-mobile) .ic-header-logo {
    height: 55%;
  }

body.is-mobile .ic-header-logo {
    height: 80%;
  }

.ic-header-logo img {
    max-width: 100%;
    max-height: 100%;
  }

.ic-header-menu {
  font-size: var(--ic-font-size-body-regular);
}

.ic-header-spacer {
  flex: 1;
}

.ic-header-auth {
  white-space: nowrap;
}

.ic-header-search {
  width: 100%;
}

body:not(.is-mobile) .ic-header-search {
    max-width: 760px;
  }

body.is-mobile .ic-header-search {
    margin-top: 4px;
    margin-bottom: 12px;
  }

body.is-mobile .ic-header-fulfillment {
    flex: 1;
  }

.ic-header-menu {
  min-width: 0;
  white-space: nowrap;
  font-weight: 600;
}

.ic-header-menu a:hover {
    text-decoration: none;
  }

.ic-header-menu .wp-block-navigation__container {
    flex-wrap: nowrap;
    gap: 0;
  }

/* Replicate the SFP menu item style. */

.ic-header-menu .wp-block-navigation-item {
    padding: 10px;
    line-height: 20px;
    border-radius: 8px;
  }

.ic-header-menu .wp-block-navigation-item:hover,
    .ic-header-menu .wp-block-navigation-item.current-menu-item {
      background: var(--ic-color-system-grayscale10);
    }

.ic-header-menu .wp-block-navigation-item:not([href]) {
      cursor: pointer;
    }

/* Add an extra space between menu items to separate the active and hovered ones since they have the same background color. */

.ic-header-menu .wp-block-navigation-item {
    margin: 1px;
  }

/* Replicate the SFP dropdown menu style. */

.ic-header-menu .wp-block-navigation__submenu-container {
    left: -10px !important;
    padding: 10px;
    border: none !important;
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
  }

.ic-header-menu .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
      padding: 0;
    }

/* Add some delay before displaying a submenu similar to SFP. */

.ic-header-menu .wp-block-navigation-item:hover > .wp-block-navigation__submenu-container {
    transition-delay: 0.2s !important;
  }

/* Replicate the SFP chevron icon style. */

.ic-header-menu .wp-block-navigation__submenu-icon {
    width: 0.625em;
    height: 0.625em;
    margin-left: 0.375em;
  }

.ic-header-menu .wp-block-navigation__submenu-icon svg {
      margin-top: 0;
    }

/* Rotate the chevron icon of the top-level menu item on hover. */

.ic-header-menu .wp-block-navigation__container > .wp-block-navigation-item:hover > .wp-block-navigation__submenu-icon svg, .ic-header-menu .wp-block-navigation__container > .wp-block-navigation-item
      > .wp-block-navigation__submenu-icon[aria-expanded="true"] svg {
        transform: rotate(180deg);
        transition-delay: 0.2s;
      }

.ic-header-menu .wp-block-navigation__submenu-container {
    z-index: calc(var(--ic-header-z-index) + 1) !important;
  }

/* Shift nested submenus that are displayed inside other submenus to the right to simplify access to other menu items. */

.ic-header-menu .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      top: 0 !important;
      left: 100% !important;
    }

/* Make a chevron icon in a nested menu always point to the right. */

.ic-header-menu .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
      transform: rotate(270deg);
    }

/* Make the 'More' dropdown menu always fit within the viewport. */

.ic-header-menu-more > .wp-block-navigation__submenu-container {
  left: unset !important;
  right: 0;
}

/* The footer row with copyright and the footer menu items. */

.ic-footer {
  display: flex;
  flex-wrap: wrap;
  --gap: 0.75em 1.5em;
  gap: var(--gap);
  --vertical-space: 2.5em;
  margin-top: var(--vertical-space);
  padding-top: var(--vertical-space);
  padding-bottom: var(--vertical-space);
  border-top: 1px solid var(--ic-color-system-grayscale20);
  font-size: var(--ic-font-size-body-regular);
}

.ic-footer .wp-block-navigation {
    display: inline-flex;
    gap: var(--gap);
  }

.ic-footer-copyright {
  color: var(--ic-color-system-grayscale40);
}

/* Enables the sticky footer if the top-level footer element has such a class name. */

body:not(.block-editor-iframe__body) .ic-footer-sticky {
    position: sticky;
    top: 100vh;
  }

body:not(.block-editor-iframe__body) .wp-site-blocks:has(.ic-footer-sticky) {
    min-height: calc(100vh - var(--ic-admin-bar-height));
  }

.ic-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}

.ic-not-found p {
    font-size: larger;
  }

.ic-not-found svg {
    max-width: 30em;
  }

.ic-search .wp-block-query-pagination {
    margin: 1em 0;
    font-weight: bold;
    font-size: larger;
  }

/*# sourceMappingURL=style.css?ver=00428ef