/* #region  /**=========== Preflight =========== */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS.
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: 600;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Make elements with the HTML hidden attribute stay hidden by default.
*/

[hidden] {
  display: none;
}
/* #endregion  /**======== Preflight =========== */

/* #region  /**=========== Base Styles =========== */
html {
  font-family: 'Poppins', sans-serif;
  color: var(--color-black);
}

body {
  min-height: 100vh;
}

body.locked {
  position: fixed;
  overflow-y: scroll;
  top: 0px;
  width: 100%;
  height: 100%;
}
/* #endregion  /**======== Base Styles =========== */

/* #region  /**=========== Animations =========== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* #endregion  /**======== Animations =========== */

/* #region  /**=========== Variables =========== */
:root {
  --color-black: #000;
  --color-orange: #fd7313;
  --color-orange-hover: #ff8632;
  --color-white: #fff;
  --color-gray-20: #f7f8fa;
  --color-gray-50: #f7f8fa;
  --color-gray-70: #a6aab1;
  --color-gray: #737881;
  --color-gray-dark: #3c3e42;

  --site-pad-x: 20px;
  --header-height: 82px;

  --transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-duration: 150ms;
}

@media (min-width: 1024px) {
  :root {
    --site-pad-x: 40px;
    --header-height: 92px;
  }
}
/* #endregion  /**======== Variables =========== */

/* #region  /**=========== Utils =========== */
.container {
  max-width: 1440px;
  width: 100%;
  padding-left: var(--site-pad-x);
  padding-right: var(--site-pad-x);
  margin-left: auto;
  margin-right: auto;
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.colored-orange {
  color: var(--color-orange);
}

.relative {
  position: relative !important;
}

.video-embed {
  width: 100%;
  position: relative;
}

.video-embed:before {
  content: '';
  display: block;
  padding-top: calc((9 * 100) / 16 * 1%); /* 16 x 9 aspect ratio */
}

.video-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* #endregion  /**======== Utils =========== */

/* #region  /**=========== Text =========== */
.txt-label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  color: var(--color-orange);
  text-transform: uppercase;
}

.txt-heading-1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.125;
}

@media (min-width: 768px) {
  .txt-heading-1 {
    font-size: 64px;
  }
}

@media (min-width: 1024px) {
  .txt-heading-1 {
    font-size: 80px;
  }
}

.txt-heading-2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.16;
}

@media (min-width: 768px) {
  .txt-heading-2 {
    font-size: 44px;
  }
}

@media (min-width: 1024px) {
  .txt-heading-2 {
    font-size: 60px;
  }
}

.txt-heading-3 {
  font-size: 28px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .txt-heading-3 {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .txt-heading-3 {
    font-size: 40px;
  }
}

.txt-heading-4 {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .txt-heading-4 {
    font-size: 30px;
  }
}

.txt-tab {
  font-size: 22px;
  font-weight: 600;
}

.txt-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-gray);
}

.txt-subtitle {
  font-size: 14px;
  font-weight: 600;
}

.txt-subtitle > span {
  font-weight: 400;
  color: var(--color-gray);
}

.txt-p-1 {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray);
}

@media (min-width: 768px) {
  .txt-p-1 {
    font-size: 18px;
  }
}

.txt-p-2 {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-dark);
}

.txt-link {
  color: var(--color-orange);
  text-decoration: underline;
}

.txt-link:hover {
  color: var(--color-orange-hover);
}

.tee-ul-list {
  list-style-type: disc;
  margin-left: 24px;
  color: var(--color-black);
}

.tee-ul-list li {
  font-size: 16px;
  color: var(--color-gray);
}

.tee-ul-list li::marker {
  color: var(--color-black);
}

.tee-ul-list li:not(:first-child) {
  margin-top: 16px;
}
/* #endregion  /**======== Text =========== */

/* #region  /**=========== Input =========== */
.tee-input-wrp {
  position: relative;
  width: 100%;
}

.tee-input {
  width: 100%;
  color: var(--color-black);
  border-radius: 8px;
  height: 60px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid var(--color-gray-70);
  transition: border-color var(--transition-duration) var(--transition-timing);
}

.tee-input:read-only {
  pointer-events: none;
}

.tee-input.tee-input--sm {
  height: 48px;
  font-size: 14px;
  padding: 0 16px;
}

.tee-input::-webkit-input-placeholder,
.tee-input::-moz-placeholder,
.tee-input::placeholder {
  color: var(--color-gray);
}

.tee-input:focus {
  border-color: var(--color-orange);
  outline: none;
}

.tee-input:disabled,
.tee-input:disabled ~ * {
  opacity: 0.3;
}

.tee-input.with-leading-icon {
  padding-left: 54px;
}

.tee-input.with-trailing-icon {
  padding-right: 54px;
}

.tee-input.tee-input--sm.with-leading-icon {
  padding-left: 48px;
}

.tee-input.tee-input--sm.with-trailing-icon {
  padding-right: 48px;
}

.tee-input-leading-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.tee-input-trailing-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.tee-input.tee-input--sm ~ .tee-input-leading-icon {
  left: 20px;
}

.tee-input.tee-input--sm ~ .tee-input-trailing-icon {
  right: 20px;
}

.tee-input-leading-icon svg,
.tee-input-trailing svg {
  width: 20px;
  height: 20px;
}
/* #endregion  /**======== Input =========== */

/* #region  /**=========== Textare =========== */
.tee-textarea {
  min-height: 216px;
  width: 100%;
  color: var(--color-black);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--color-gray-70);
  resize: none;
  transition: border-color var(--transition-duration) var(--transition-timing);
}

.tee-textarea::-webkit-textarea-placeholder,
.tee-textarea::-moz-placeholder,
.tee-textarea::placeholder {
  color: var(--color-gray);
}

.tee-textarea:focus {
  border-color: var(--color-orange);
  outline: none;
}

.tee-textarea:disabled {
  opacity: 0.3;
}
/* #endregion  /**======== Textare =========== */

/* #region  /**=========== Accordion =========== */
.tee-accordion-root {
  border-top: 1px solid #d0d4dd;
  border-bottom: 1px solid #d0d4dd;
}

.tee-accordion-item:not(:first-child) {
  border-top: 1px solid #d0d4dd;
}

.accordion-item .icon-accordion-trigger-collapse {
  display: none;
}

.accordion-item.is-active .icon-accordion-trigger-expand {
  display: none;
}

.accordion-item.is-active .icon-accordion-trigger-collapse {
  display: block;
}

.tee-accordion-item-trigger {
  font-weight: 600;
  font-size: 14px;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  transition: color var(--transition-timing) var(--transition-duration);
}

.accordion-item.is-active .tee-accordion-item-trigger {
  color: var(--color-orange);
}

.tee-accordion-item-title > span {
  font-weight: 400;
  color: var(--color-gray);
}

.tee-accordion-item-content {
  padding-bottom: 24px;
}

.tee-accordion-item-trigger:hover {
  color: var(--color-orange);
}
/* #endregion  /**======== Accordion =========== */

/* #region  /**=========== Select =========== */
.select2-container--tee-select .select2-selection,
.select2-container--tee-select-xs .select2-selection {
  height: 60px !important;
  width: 100%;
  color: var(--color-black);
  border-radius: 8px;
  background: #fff;
  border: 1px solid #a6aab1;
  font-size: 16px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  transition: border-color var(--transition-duration) var(--transition-timing);
}

.select2-container--tee-select-xs {
  min-width: 180px;
}

.select2-container--tee-select-xs .select2-selection {
  height: 40px !important;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
}

.select2-container--tee-select .select2-selection:hover,
.select2-container--tee-select-xs .select2-selection:hover {
  border-color: var(--color-orange);
}

.select2-container--tee-select .select2-selection .select2-selection__rendered {
  padding: 0 20px !important;
  max-width: 240px;
}

.select2-container--tee-select-xs
  .select2-selection
  .select2-selection__rendered {
  padding: 0 10px 0 16px !important;
  max-width: 200px;
}

.select2-container--tee-select .select2-selection .select2-selection__arrow,
.select2-container--tee-select-xs .select2-selection .select2-selection__arrow {
  margin-right: 20px;
  flex-shrink: 0;
  position: relative;
  width: 10px;
  height: 6px;
}

.select2-container--tee-select-xs .select2-selection .select2-selection__arrow {
  margin-right: 14px;
}
.select2-container--tee-select
  .select2-selection
  .select2-selection__arrow:before,
.select2-container--tee-select-xs
  .select2-selection
  .select2-selection__arrow:before {
  content: '';
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.293.293a1 1 0 0 1 1.414 0L5 3.586 8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.293.293a1 1 0 0 1 1.414 0L5 3.586 8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z' fill='%23000'/%3E%3C/svg%3E");
  width: 10px;
  height: 6px;
  background-color: #a6aab1;
  position: absolute;
  left: 0;
  top: 0;
}

/* Open State */
.select2-container--tee-select.select2-container--open
  .select2-selection
  .select2-selection__arrow:before,
.select2-container--tee-select-xs.select2-container--open
  .select2-selection
  .select2-selection__arrow:before {
  transform: rotate(180deg);
}

.select2-container--tee-select.select2-container--open .select2-selection,
.select2-container--tee-select-xs.select2-container--open .select2-selection {
  border-color: var(--color-orange);
}

/* Dropdown Styles */
.select2-container--tee-select .select2-dropdown,
.select2-container--tee-select-xs .select2-dropdown {
  border: 1px solid #d0d4dd !important;
  border-radius: 8px !important;
  box-shadow: 6px 7px 31px 0px rgba(0, 0, 0, 0.05);
  padding: 6px !important;
}
/* .select2-container--tee-select-xs .select2-dropdown {
  min-width: 205px !important;
} */
.select2-container--tee-select .select2-dropdown.select2-dropdown--below,
.select2-container--tee-select-xs .select2-dropdown.select2-dropdown--below {
  margin-top: 12px;
}
.select2-container--tee-select .select2-results__options > *:not(:first-child),
.select2-container--tee-select-xs
  .select2-results__options
  > *:not(:first-child) {
  margin-top: 5px;
}
.select2-container--tee-select .select2-results__option {
  border-radius: 6px;
  padding: 10px 12px !important;
  font-size: 14px !important;
  color: #3c3e42 !important;
  transition: all var(--transition-duration) var(--transition-timing);
}
.select2-container--tee-select-xs .select2-results__option {
  border-radius: 6px;
  padding: 5px 8px !important;
  font-size: 14px !important;
  color: #3c3e42 !important;
  transition: all var(--transition-duration) var(--transition-timing);
}
.select2-container--tee-select .select2-results__option:hover,
.select2-container--tee-select-xs .select2-results__option:hover {
  background-color: #f7f8fa;
}
.select2-container--tee-select
  .select2-results__option.select2-results__option--selected,
.select2-container--tee-select-xs
  .select2-results__option.select2-results__option--selected {
  color: #fff !important;
  background-color: var(--color-orange) !important;
  font-weight: 500;
}

.select2-selection__placeholder {
  color: rgba(61, 63, 66, 0.5);
}
/* #endregion  /**======== Select =========== */

/* #region  /**=========== Color Select =========== */
.tee-color-select-container {
}

.tee-color-select-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.tee-color-select-title > span {
  color: #737881;
  margin-left: 12px;
  text-transform: uppercase;
}

.tee-color-select-list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.tee-color-select-list-item {
  padding: 6px;
}

.tee-color-select-radio {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  display: block;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 9999px;
  border: 1px solid #d0d4dd;
  background-image: linear-gradient(var(--c), var(--c));
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding: 6px;
  cursor: pointer;
}

.tee-color-select-radio:checked {
  border-color: var(--color-black);
}
/* #endregion  /**======== Color Select =========== */

/* #region  /**=========== Labeled Color Select =========== */
.tee-labeled-color-select-container {
}

.tee-labeled-color-select-list {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

.tee-labeled-color-select-list-item {
  padding: 5px;
}

.tee-labeled-color-select-label {
  border-radius: 6px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
}

.tee-labeled-color-select-radio-styled-box {
  border: 1px solid #a6aab1;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.5;
}

.tee-labeled-color-select-radio {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  background-color: var(--c);
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 9999px;
  opacity: 0.5;
}

.tee-labeled-color-select-txt {
  font-weight: 600;
  font-size: 14px;
  color: #737881;
  margin-left: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}

.tee-labeled-color-select-radio:checked {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.04.293a1 1 0 0 1 0 1.414L5.707 9.04a1 1 0 0 1-1.414 0L.96 5.707a1 1 0 0 1 1.414-1.414L5 6.919 11.626.293a1 1 0 0 1 1.415 0Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tee-labeled-color-select-radio:checked
  ~ .tee-labeled-color-select-radio-styled-box {
  border-color: #000;
  opacity: 1;
}

.tee-labeled-color-select-radio:checked ~ .tee-labeled-color-select-txt {
  color: #000;
  opacity: 1;
}
/* #endregion  /**======== Labeled Color Select =========== */

/* #region  /**=========== Checkbox =========== */
.tee-checkbox-list-vertical > .tee-checkbox-container:not(:last-child) {
  margin-bottom: 2px;
  width: 100%;
}

.tee-checkbox-grid-two-cols {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 48px;
  justify-items: flex-start;
}

.tee-checkbox-grid-two-cols-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 16px;
}

.tee-checkbox-container {
  border-radius: 8px;
  padding: 12px 16px;
  transition: background-color var(--transition-duration)
    var(--transition-timing);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tee-checkbox-container:hover {
  background-color: #f7f8fa;
}

.tee-checkbox {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid #a6aab1;
  cursor: pointer;
}

.tee-checkbox:checked {
  background-color: #fd7313;
  border-color: #fd7313;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.707.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 1.414-1.414L4 5.586 9.293.293a1 1 0 0 1 1.414 0Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 11px 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tee-checkbox-txt {
  font-size: 14px;
  color: #3c3e42;
  margin-left: 10px;
}

.tee-checkbox:checked + .tee-checkbox-txt {
  font-weight: 600;
}
/* #endregion  /**======== Checkbox =========== */

/* #region  /**=========== Button =========== */
.tee-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0 12px;
  height: 48px;
  font-weight: 600;
  font-size: 13px;
  background-color: var(--color-orange);
  color: #fff;
  border-radius: 6px;
  white-space: nowrap;
  transition: all var(--transition-duration) var(--transition-timing);
  border: 1px solid transparent;
}

@media (min-width: 420px) {
  .tee-button {
    padding: 0 20px;
    height: 60px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .tee-button {
    padding: 0 30px;
    font-size: 16px;
  }
}

.tee-button:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.tee-button:hover {
  background-color: var(--color-orange-hover);
}

.tee-button.full {
  width: 100%;
}

.tee-button--xs {
  height: 46px;
  padding: 0 20px;
  font-size: 14px;
}

.tee-button--xs > *:not(:last-child) {
  margin-right: 10px;
}

.tee-button--dark {
  background-color: var(--color-black);
}

.tee-button--dark:hover {
  background-color: var(--color-gray-dark);
}

.tee-button--dark-outline {
  background-color: #fff;
  color: var(--color-black);
  border-color: var(--color-black);
}

.tee-button--dark-outline:hover {
  background-color: var(--color-gray-50);
}

.tee-button--white {
  background-color: #fff;
  color: var(--color-black);
}

.tee-button--white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.tee-button--white-outline {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.tee-button--white-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tee-button > svg:first-child {
  margin-right: 10px;
}

.tee-button > svg:last-child {
  margin-left: 10px;
}
/* #endregion  /**======== Button =========== */

/* #region  /**=========== Header =========== */

/* Desktop Header */
.tee-header {
  background-color: #fff;
  display: none;
}

@media (min-width: 1024px) {
  .tee-header {
    display: block;
  }
}

.tee-header-container {
  height: var(--header-height);
  display: flex;
  align-items: center;
}

.tee-header-left,
.tee-header-right {
  flex: 1;
  height: 100%;
}

.tee-header-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.tee-header-nav-item {
  position: relative;
  height: 100%;
  text-align: left;
}

.tee-header-nav-item:not(:last-child) {
  margin-right: 16px;
}

@media (min-width: 1280px) {
  .tee-header-nav-item:not(:last-child) {
    margin-right: 26px;
  }
}

.tee-header-nav-item-trigger {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  height: 100%;
  transition: color var(--transition-duration) var(--transition-timing);
}

.tee-header-nav-item-trigger > svg {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}

.tee-header-nav-dropdown {
  opacity: 0;
  pointer-events: none;
  cursor: auto;
  transition: all var(--transition-duration) var(--transition-timing);
  position: absolute;
  z-index: 20;
  left: 0;
  top: calc(100% - 6px);
  background-color: #fff;
  padding: 36px 40px 30px 40px;
  border-top: 6px solid var(--color-orange);
  width: max-content;
  box-shadow: 0 calc(1000vw + 6px) 0 1000vw rgba(0, 0, 0, 0.2);
}

.tee-header-nav-dropdown-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  gap: 80px;
}

.tee-header-nav-dropdown-group {
  width: 246px;
}

.tee-header-nav-dropdown-group-title {
  color: var(--color-gray-dark);
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(115, 120, 129, 0.2);
}

.tee-header-nav-dropdown-links-two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 50px;
  padding: 12px 0;
}

.tee-header-nav-dropdown-link {
  color: var(--color-gray);
  font-size: 14px;
  transition: color var(--transition-duration) var(--transition-timing);
  white-space: nowrap;
}

.tee-header-nav-dropdown-view-all {
  margin-top: 20px;
}

.tee-header-nav-dropdown-view-all-link {
  color: var(--color-orange);
  font-size: 14px;
}

.tee-header-nav-dropdown-link:hover {
  color: var(--color-gray-dark);
}

.tee-header-nav-item:hover .tee-header-nav-item-trigger,
.tee-header-nav-item:focus .tee-header-nav-item-trigger {
  color: var(--color-orange);
}

.tee-header-nav-item:hover .tee-header-nav-item-trigger > svg,
.tee-header-nav-item:focus .tee-header-nav-item-trigger > svg {
  transform: rotate(180deg);
}

.tee-header-nav-item:hover .tee-header-nav-dropdown,
.tee-header-nav-item:focus .tee-header-nav-dropdown,
.tee-header-nav-dropdown:focus-within {
  opacity: 1;
  pointer-events: auto;
}

.tee-header .logo {
  display: block;
  height: 36px;
  width: auto;
  object-fit: contain;
}

@media (min-width: 1280px) {
  .tee-header .logo {
    height: 45px;
    width: 190px;
  }
}

.tee-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.tee-header-right > *:not(:last-child) {
  margin-right: 16px;
}

@media (min-width: 1280px) {
  .tee-header-right > *:not(:last-child) {
    margin-right: 28px;
  }
}

.tee-header-a {
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: color var(--transition-duration) var(--transition-timing);
}

.tee-header-a > svg {
  margin-right: 7px;
  width: 18px;
  height: 18px;
}

.tee-header-a:hover {
  color: var(--color-orange);
}

/* Mobile Header */
.tee-header-mobile {
  width: 100%;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

@media (min-width: 1024px) {
  .tee-header-mobile {
    display: none;
  }
}

.tee-header-mobile-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  position: relative;
  z-index: 21;
}

.tee-header-mobile-container .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 32px;
  width: auto;
  object-fit: contain;
}

.tee-header-mobile-menu-trigger .icon-menu-close {
  display: none;
}

.tee-header-mobile-menu-trigger.is-active .icon-menu-open {
  display: none;
}

.tee-header-mobile-menu-trigger.is-active .icon-menu-close {
  display: block;
}

.tee-header-mobile-a {
  padding: 2px;
}

.tee-header-mobile-a svg {
  width: 20px;
  height: 20px;
}

.tee-header-mobile-menu {
  position: fixed;
  z-index: 101;
  top: 82px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: opacity var(--transition-duration) var(--transition-timing);
  overflow-y: scroll;
  padding-top: 20px;
  display: none;
}

.tee-header-mobile-menu.is-active {
  display: block;
  animation: fadeIn 0.3s var(--transition-timing) forwards;
}

.tee-header-mobile-menu-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tee-header-mobile-menu-item:not(:first-child) {
  margin-top: 40px;
}

.tee-header-mobile-menu-item-link {
  font-weight: 600;
  font-size: 22px;
}

.tee-header-mobile-accordion-item {
}

.tee-header-mobile-accordion-item-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--color-gray-dark);
  transition: color var(--transition-duration) var(--transition-timing);
  cursor: pointer;
}

.tee-header-mobile-accordion-item-title {
  font-weight: 600;
  font-size: 22px;
}

.tee-header-mobile-accordion-item-content {
  padding: 24px 0 0 0;
}

.tee-header-mobile-accordion-item.is-active
  .tee-header-mobile-accordion-item-trigger {
  color: var(--color-orange);
}

.tee-header-mobile-accordion-group-head {
  border-bottom: 1px solid rgba(115, 120, 129, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 12px;
}

.tee-header-mobile-accordion-group-title {
  color: var(--color-gray-dark);
  font-size: 20px;
  font-weight: 600;
}

/* sadece grup içindeyse padding ekle */
.tee-header-mobile-accordion-group .tee-header-mobile-accordion-links {
  padding: 24px 0;
}

.tee-header-mobile-accordion-links > li:not(:first-child) {
  margin-top: 12px;
}

.tee-header-mobile-accordion-link {
  color: var(--color-gray);
  font-size: 16px;
}

.tee-header-mobile-accordion-view-all-link {
  color: var(--color-orange);
  font-size: 14px;
}

.tee-header-mobile-menu-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  margin-top: auto;
}

.tee-header-mobile-menu-footer-wrp {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 20px 0;
}
/* #endregion  /**======== Header =========== */

/* #region  /**=========== Footer =========== */
.tee-footer {
  background-color: var(--color-black);
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}

.tee-footer-container {
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .tee-footer-container {
    padding-top: 70px;
  }
}

@media (min-width: 1280px) {
  .tee-footer-container {
    display: flex;
  }
}

.tee-footer-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .tee-footer-summary {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .tee-footer-summary {
    display: block;
    width: 30%;
    margin-bottom: 0;
  }
}

.tee-footer-logo {
  display: block;
  height: 40px;
  width: auto;
}

@media (min-width: 768px) {
  .tee-footer-logo {
    height: 50px;
  }
}

.tee-footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .tee-footer-social {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .tee-footer-social {
    display: block;
    margin-top: 57px;
  }
}

.tee-footer-social-title {
  font-size: 16px;
  color: var(--color-gray-70);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .tee-footer-social-title {
    font-size: 16px;
    color: var(--color-gray-70);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media (min-width: 1280px) {
  .tee-footer-social-title {
    font-size: 18px;
    margin-right: 0;
  }
}

.tee-footer-social-links {
  display: flex;
  align-items: center;
}

@media (min-width: 1280px) {
  .tee-footer-social-links {
    margin-top: 25px;
  }
}

.tee-footer-social-link {
  color: #fff;
  transition: opacity var(--transition-duration) var(--transition-timing);
}

.tee-footer-social-link:not(:last-child) {
  margin-right: 60px;
}

@media (min-width: 768px) {
  .tee-footer-social-link:not(:last-child) {
    margin-right: 24px;
  }
}

@media (min-width: 1280px) {
  .tee-footer-social-link:not(:last-child) {
    margin-right: 40px;
  }
}

.tee-footer-social-link:hover {
  opacity: 0.8;
}

.tee-footer-social-link svg {
  width: 24px;
  height: 24px;
}

.tee-footer-main {
}

@media (min-width: 1280px) {
  .tee-footer-main {
    width: 70%;
  }
}

.tee-footer-main-wrp {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .tee-footer-main-wrp {
    flex-direction: row;
  }
}

.tee-footer-link-sections-group {
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .tee-footer-link-sections-group {
    display: flex;
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.tee-footer-expanded-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .tee-footer-expanded-section {
    padding-right: 40px;
    margin-right: 40px;
    margin-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 1024px) {
  .tee-footer-expanded-section {
    padding-right: 80px;
    margin-right: 80px;
  }
}

.tee-footer-expanded-section-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: left;
}

@media (min-width: 768px) {
  .tee-footer-expanded-section-trigger {
    display: block;
    cursor: text;
  }
}

@media (min-width: 768px) {
  .tee-footer-expanded-section-trigger > svg {
    display: none;
  }
}

@media (min-width: 768px) {
  .disable-accordion-on-desktop {
    display: block !important;
    height: auto !important;
  }
}

.tee-footer-expanded-section-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.tee-footer-expanded-section-list {
  display: grid;
  gap: 12px;
}

@media (min-width: 768px) {
  .tee-footer-expanded-section-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }
}

@media (min-width: 1024px) {
  .tee-footer-expanded-section-list {
    gap: 12px 40px;
  }
}

.tee-footer-expanded-section-list {
  margin-top: 34px;
}

.tee-footer-expanded-section-list li a {
  font-size: 14px;
  color: var(--color-gray-70);
  transition: color var(--transition-duration) var(--transition-timing);
}

.tee-footer-expanded-section-list li a:hover {
  color: var(--color-gray-50);
}

.tee-footer-section-link-list li:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .tee-footer-section-link-list li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.tee-footer-section-link {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.tee-footer-cta-section {
  width: 100%;
}

@media (min-width: 768px) {
  .tee-footer-cta-section {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
}

@media (min-width: 1024px) {
  .tee-footer-cta-section {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin-bottom: 0;
  }
}

.tee-footer-cta-section > .tee-button {
  width: 100%;
}

@media (min-width: 1024px) {
  .tee-footer-cta-section > .tee-button {
    width: auto;
  }
}

.tee-footer-terms {
}

@media (min-width: 768px) {
  .tee-footer-terms {
    display: flex;
    justify-content: space-between;
    margin-top: 102px;
  }
}

.tee-footer-terms .term-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .tee-footer-terms .term-links {
    flex-direction: row;
  }
}

.tee-footer-terms .term-link {
  font-size: 16px;
  color: var(--color-gray-70);
  transition: color var(--transition-duration) var(--transition-timing);
}

@media (min-width: 768px) {
  .tee-footer-terms .term-link {
    font-size: 13px;
  }
}

.tee-footer-terms .term-link:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .tee-footer-terms .term-link:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 0;
  }
}

.tee-footer-terms .term-link:hover {
  color: var(--color-gray-50);
}

.tee-footer-terms .txt-copyright {
  font-size: 13px;
  color: var(--color-gray-70);
  display: block;
  text-align: center;
  margin-top: 70px;
}

@media (min-width: 768px) {
  .tee-footer-terms .txt-copyright {
    text-align: left;
    margin-top: 0;
  }
}
/* #endregion  /**======== Footer =========== */

/* #region  /**=========== Lines =========== */
.tee-lines-4 {
  --h: 23px;
  display: flex;
  margin-top: -23px;
  position: relative;
  z-index: 99;
}

.tee-lines-4:before {
  content: '';
  display: block;
  background: linear-gradient(#fd7313 var(--h), #fff var(--h)) 0 0 / 100%
    calc(var(--h) * 2) repeat;
  height: calc(var(--h) * 3);
  width: 100%;
  margin-right: -37.3px; /* https://excalidraw.com/#json=xfYU8U43DgCqA_GJ7q7b2,e97qpHwPovePclD7zABIvQ */
  -webkit-clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 100%, 0 100%);
}

.tee-lines-4:after {
  content: '';
  display: block;
  background: linear-gradient(#fd7313 var(--h), #fff var(--h)) 0 0 / 100%
    calc(var(--h) * 2) repeat;
  height: calc(var(--h) * 3);
  width: 100%;
  transform: translateY(var(--h));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 56px 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 56px 100%);
}

.tee-lines-2 {
  --h: 45px;
  display: flex;
  margin-top: calc(var(--h) * -1);
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  .tee-lines-2 {
    --h: 67px;
  }
}

.tee-lines-2:before {
  content: '';
  display: block;
  background-color: var(--color-orange);
  width: 100%;
  height: var(--h);
  -webkit-clip-path: polygon(0 0, calc(100% - 37px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 37px) 0, 100% 100%, 0 100%);
}

@media (min-width: 768px) {
  .tee-lines-2:before {
    -webkit-clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 100%, 0 100%);
  }
}

.tee-lines-2:after {
  content: '';
  display: block;
  background-color: var(--color-orange);
  width: 100%;
  height: var(--h);
  transform: translateY(var(--h));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 37px 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 37px 100%);
}

@media (min-width: 768px) {
  .tee-lines-2:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 55px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 55px 100%);
  }
}
/* #endregion  /**======== Lines =========== */

/* #region  /**=========== Tooltip =========== */
.tooltip {
  background: #333;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  display: none;
}

.tooltip[data-show] {
  display: block;
}

.arrow,
.arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.arrow {
  visibility: hidden;
}

.arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}

.tooltip[data-popper-placement^='top'] > .arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .arrow {
  left: -4px;
}
/* #endregion  /**======== Tooltip =========== */

/* #region  /**=========== Pagination =========== */
.tee-pagination {
}

.tee-pagination-wrapper {
  margin: -4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tee-pagination-nav {
  display: flex;
  align-items: center;
}

.tee-pagination-nav--prev {
  margin-right: 15px;
}

.tee-pagination-nav--next {
  margin-left: 15px;
}

.tee-pagination-nav-item {
  padding: 4px 0;
}

.tee-pagination-item {
  padding: 4px;
}

.tee-pagination-ellipses {
  border: 1px solid #d0d4dd;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  justify-content: center;
}

.tee-pagination-link {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tee-pagination-link.is-current {
  color: #fff;
  background-color: #000;
}

.tee-pagination-item--ellipses {
}
/* #endregion  /**======== Pagination =========== */

/* #region  /**=========== Range Slider =========== */
.tee-range-slider {
}

.tee-range-slider .back-bar {
  height: 4px;
  background-color: #e4e5e8;
}

.selected-bar {
  background-color: var(--color-orange);
}

.pointer {
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background-color: #fff !important;
  border: 2px solid var(--color-orange) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
/* #endregion  /**======== Range Slider =========== */

/* #region  /**=========== Modal =========== */
.tee-modal-overlay {
  position: fixed;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s var(--transition-timing) forwards;
}

.tee-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  width: 100%;
  padding: 20px;
  max-height: 100vh;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity var(--transition-duration) var(--transition-timing);
  max-width: 600px;
}

.tee-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.tee-modal-container {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

.tee-modal-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tee-modal-title {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.tee-modal-title > svg {
  margin-right: 10px;
}

.tee-modal-close-button {
  border-radius: 6px;
  border: 1px solid #a6aab1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.tee-modal-close-button > svg {
  width: 14px;
  height: 14px;
}

.tee-modal-body {
  padding: 10px 30px 20px;
  overflow-y: auto;
}
/* #endregion  /**======== Modal =========== */

/* #region  /**=========== Breadcrumb =========== */
.tee-breadcrumb {
}

.tee-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tee-breadcrumb-list li {
  text-transform: uppercase;
  font-size: 13px;
  color: #737881;
}

.tee-breadcrumb-list li:not(:first-child):before {
  content: '/';
  margin: 0 10px 0 14px;
}
/* #endregion  /**======== Breadcrumb =========== */

/* #region  /**=========== Size Radio Select =========== */
.tee-size-select-container {
}

.tee-size-select-list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.tee-size-select-list-item {
  padding: 6px;
}

.tee-size-select-label {
  position: relative;
}

.tee-size-select-label input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
}

.tee-size-select-box {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #3c3e42;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid #d0d4dd;
  height: 40px;
  min-width: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.tee-size-select-label input:checked + .tee-size-select-box {
  color: #fff;
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}

.tee-size-select-label input:disabled + .tee-size-select-box {
  color: var(--color-gray-70);
  pointer-events: none;
}

.tee-size-select-label input:disabled + .tee-size-select-box:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.197 1.46-14 6-.394-.92 14-6 .394.92Z' fill='%23000'/%3E%3C/svg%3E");
  width: 16px;
  height: 8px;
}
/* #endregion  /**======== Size Radio Select =========== */

/* #region  /**=========== Phone Input =========== */
.iti {
  width: 100%;
}

.iti__arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.293.293a1 1 0 0 1 1.414 0L5 3.586 8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z' fill='%23A6AAB1'/%3E%3C/svg%3E");
  width: 10px !important;
  height: 6px !important;
  border: 0 !important;
  margin-left: 12px !important;
}

.iti__selected-flag {
  padding: 0 25px 0 20px !important;
  background:
    linear-gradient(#a6aab1, #a6aab1) calc(100% - 10px) 50% / 1px 28px no-repeat,
    transparent !important;
}
/* #endregion  /**======== Phone Input =========== */

/* #region  /**=========== Stepper Input =========== */
.stepper-control {
  position: relative;
}

.stepper-input {
  border-radius: 6px;
  border: 1px solid #a6aab1;
  height: 60px;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  padding: 0 50px 0 20px;
  overflow: hidden;
}

.stepper-control-buttons {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

.stepper-increment-btn,
.stepper-decrement-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stepper-increment-btn {
  padding-top: 6px;
}

.stepper-decrement-btn {
  padding-bottom: 6px;
}
/* #endregion  /**======== Stepper Input =========== */

/* #region  /**=========== About Header =========== */
.section-about-header {
  position: relative;
}

.about-header-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.about-header-wrp {
  height: 320px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .about-header-wrp {
    height: 295px;
  }
}

.about-header-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 768px) {
  .about-header-title {
    font-size: 60px;
  }
}

.about-header-wrp .txt-p-1 {
  color: #fff;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .about-header-wrp .txt-p-1 {
    margin-top: 20px;
  }
}

/* #endregion  /**======== About Header =========== */

/* #region  /**=========== Our Story =========== */
.section-our-story {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .section-our-story {
    padding: 60px 0 136px;
  }
}

.our-story-content {
  margin-top: 15px;
  color: #3c3e42;
}

@media (min-width: 768px) {
  .our-story-content {
    margin-top: 40px;
  }
}
/* #endregion  /**======== Our Story =========== */

/* #region  /**=========== Print Experts =========== */
.print-experts {
  position: relative;
}

@media (min-width: 768px) {
  .print-experts {
    display: flex;
    background-color: var(--color-gray-20);
  }
}

.print-experts-img {
  object-fit: contain;
  width: 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .print-experts-img {
    width: 41%;
    object-fit: cover;
  }
}

.print-experts-cnt {
  padding: 25px 0 70px;
  position: relative;
}

@media (min-width: 768px) {
  .print-experts-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    width: 59%;
  }
}

@media (min-width: 1280px) {
  .print-experts-cnt {
    padding: 40px 90px;
  }
}

.print-experts-cnt:before {
  content: '';
  position: absolute;
  left: calc(var(--site-pad-x) * -1);
  right: calc(var(--site-pad-x) * -1);
  bottom: 0;
  top: -100px;
  background-color: var(--color-gray-20);
  z-index: -1;
}

@media (min-width: 768px) {
  .print-experts-cnt:before {
    display: none;
  }
}

.print-experts-title {
  margin-top: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .print-experts-title {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .print-experts-title {
    margin-top: 20px;
    font-size: 60px;
  }
}

.print-experts .txt-p-1 {
  margin-top: 30px;
  color: #000;
}
/* #endregion  /**======== Print Experts =========== */

/* #region  /**=========== Capabilities =========== */
.section-capabilities {
  padding: 60px 0 90px;
}

@media (min-width: 768px) {
  .section-capabilities {
    padding: 90px 0;
  }
}

.capabilities-cnt {
  max-width: 900px;
  margin: 0 auto;
}

.capabilities-subtitle {
  font-size: 18px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .capabilities-subtitle {
    font-size: 22px;
    margin-top: 40px;
  }
}

.capabilities-list {
  margin: 40px 0;
  font-size: 16px;
  color: #3c3e42;
}

.capabilities-list li:not(:first-child) {
  margin-top: 20px;
}

.capabilities-txt {
  font-size: 18px;
}

.capability-images-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin: 50px auto 0;
  max-width: 540px;
}

@media (min-width: 1024px) {
  .capability-images-grid {
    margin-top: 116px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }
}

.capability-images-grid img {
  object-fit: contain;
  display: block;
  min-width: 0;
  width: 100%;
}
/* #endregion  /**======== Capabilities =========== */

/* #region  /**=========== Production Facility =========== */
.section-production-facility {
  padding-bottom: 90px;
}

@media (min-width: 768px) {
  .section-production-facility {
    padding-bottom: 150px;
  }
}

.production-facility-head {
  text-align: center;
}

.production-facility-description {
  color: #3c3e42;
  max-width: 890px;
  margin: 15px auto 40px;
}

@media (min-width: 768px) {
  .production-facility-description {
    margin: 40px auto 50px;
  }
}
/* #endregion  /**======== Production Facility =========== */

/* #region  /**=========== Document Styles =========== */
body {
  /* background-color: #f7f8fa; */
}

.doc-head {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.doc-head-separator {
  color: #e0e0e0;
  margin: 0 16px;
}

.doc-title {
  font-weight: 600;
  color: #3c3e42;
  text-transform: capitalize;
}

.doc-content {
  padding: 40px 0;
}

.doc-content > *:not(:last-child) {
  margin-bottom: 40px;
}
/* #endregion  /**======== Document Styles =========== */

.page-quote {
  background-color: #f7f8fa;
}

/* #region  /**=========== Quote Header =========== */
.quote-header {
  background-color: #000;
}

.quote-header-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .quote-header-container {
    flex-wrap: nowrap;
    height: 80px;
    padding: 0;
  }
}

.quote-header-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  order: 1;
}

@media (min-width: 1024px) {
  .quote-header-title {
    order: unset;
    margin-right: 60px;
  }
}

@media (min-width: 1280px) {
  .quote-header-title {
    font-size: 26px;
    margin-right: 83px;
  }
}

.quote-header-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 3;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .quote-header-steps {
    justify-content: flex-start;
    order: unset;
    width: auto;
    margin-top: 0;
  }
}

.quote-header-step {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .quote-header-step {
    flex-direction: row;
  }
}

.quote-header-step-number {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-dark);
  color: #a6aab1;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .quote-header-step-number {
    margin-right: 12px;
    margin-bottom: 0;
  }
}

.quote-header-step-name {
  color: #737881;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 768px) {
  .quote-header-step-name {
    font-size: 14px;
  }
}

.quote-header-step.is-active .quote-header-step-number {
  background-color: var(--color-orange);
  color: #fff;
}

.quote-header-step.is-active .quote-header-step-name {
  color: #fff;
}

.quote-header-step-separator {
  width: 16px;
  height: 16px;
}

@media (min-width: 1024px) {
  .quote-header-step-separator {
    margin: 0 16px;
  }
}

@media (min-width: 1280px) {
  .quote-header-step-separator {
    margin: 0 40px;
  }
}

.quote-header-info {
  margin-left: auto;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  order: 2;
}

@media (min-width: 1024px) {
  .quote-header-info {
    order: unset;
  }
}

.quote-header-info > span {
  display: none;
}

@media (min-width: 768px) {
  .quote-header-info > span {
    display: inline;
  }
}

.quote-header-info > a {
  text-decoration: none;
}
/* #endregion  /**======== Quote Header =========== */

/* #region  /**=========== Help Form =========== */
.quote-main-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .quote-main-container {
    padding: 50px 0;
  }
}

.quote-main-title {
  margin-top: 6px;
}

.quote-form {
  display: block;
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .quote-form {
    margin-top: 40px;
  }
}

.help-form-row {
  width: 100%;
}

@media (min-width: 768px) {
  .help-form-row {
    display: flex;
  }
}

.help-form-row:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .help-form-row:not(:last-child) {
    margin-bottom: 50px;
  }
}

.help-form-row > *:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .help-form-row > *:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.help-form-control-field {
  flex: 1;
}

.help-form-control-field.is-error .tee-input-wrp:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M10 6.667V10m0 3.333H9.99M1.666 10a8.333 8.333 0 1 1 16.667 0 8.333 8.333 0 0 1-16.667 0Z' stroke='%23FF1717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M20 20H0V0h20z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}

.help-form-control-field.is-error .tee-input {
  border-color: #ff1717;
}

.help-form-control-label {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.help-form-err {
  color: #ff1717;
  margin-top: 7px;
  font-size: 13px;
}

.quote-form-cta {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 768px) {
  .quote-form-cta {
    margin-top: 70px;
  }
}
/* #endregion  /**======== Help Form =========== */

/* #region  /**=========== Quote Details =========== */
.quote-back-button {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #a6aab1;
  padding: 8px 10px;
  align-items: center;
}

.quote-back-button svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

@media (min-width: 1240px) {
  .quote-back-button {
    display: flex;
  }
}

.quote-form-cta-back {
  font-size: 13px;
  font-weight: 600;
  color: #a6aab1;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  margin-right: auto;
}

@media (min-width: 420px) {
  .quote-form-cta-back {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .quote-form-cta-back {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .quote-form-cta-back {
    display: none;
  }
}

.quote-form-cta-back svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

@media (min-width: 1240px) {
  .quote-form-cta-back {
    display: none;
  }
}

.quote-details-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

@media (min-width: 768px) {
  .quote-details-container {
    grid-template-columns: 260px minmax(0, 1fr);
  }
}

@media (min-width: 1024px) {
  .quote-details-container {
    grid-template-columns: 325px minmax(0, 1fr);
    gap: 80px;
  }
}

.quote-details-upload {
  background-color: #fff;
  border: 1px dashed #a6aab1;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.quote-details-upload input[type='file'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.quote-details-upload input[type='file']::-webkit-file-upload-button {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  pointer-events: none;
}

.quote-details-upload-preview-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #fff;
  pointer-events: none;
}

.quote-details-upload-preview-img:not([src]) {
  display: none;
}

.quote-details-upload-preview-img:not([src]) ~ .quote-details-reupload-btn {
  display: none;
}

.quote-details-reupload-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: var(--color-orange);
  cursor: pointer;
}

.quote-details-upload:hover .quote-details-reupload-btn {
  background-color: var(--color-orange-hover);
}

.quote-details-upload-icon {
  object-fit: contain;
  display: block;
  width: 55px;
  height: 55px;
}

.quote-details-upload-title {
  color: var(--color-orange);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 14px;
}

.quote-details-upload-txt {
  color: #737881;
  font-size: 13px;
  text-align: center;
  margin-top: 4px;
}

.quote-details-upload-btn {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: var(--color-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.quote-details-print-selection-group {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}

.quote-details-print-selection-group > *:not(:last-child) {
  margin-right: 15px;
}

.quote-details-print-select-label {
  display: block;
  position: relative;
}

.quote-details-print-select-label input[type='radio'] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.quote-details-print-select-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 12px;
  background-color: transparent;
  border: 1px solid #000;
  cursor: pointer;
}

@media (min-width: 768px) {
  .quote-details-print-select-btn {
    font-size: 16px;
    padding: 0 18px;
  }
}

.quote-details-print-select-label
  input[type='radio']:checked
  + .quote-details-print-select-btn {
  color: #fff;
  background-color: #000;
}

.quote-details-form-row {
  margin-top: 35px;
}

.quote-details-form-row-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .quote-details-form-row-title {
    font-size: 24px;
  }
}

.quote-details-select-product-radio-group {
  display: grid;
  gap: 15px;
}

@media (min-width: 480px) {
  .quote-details-select-product-radio-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}

.quote-details-select-product-radio-label {
  display: block;
  position: relative;
}

.quote-details-select-product-radio-label input[type='radio'] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.quote-details-select-product-radio-btn {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d0d4dd;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #a6aab1;
  height: 64px;
  cursor: pointer;
  padding: 0 25px;
}

@media (min-width: 480px) {
  .quote-details-select-product-radio-btn {
    justify-content: center;
    padding: 0;
  }
}

.quote-details-select-product-radio-btn:before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  border: 2px solid #a6aab1;
  border-radius: 50%;
  margin-right: 10px;
}

.quote-details-select-product-radio-label
  input[type='radio']:checked
  + .quote-details-select-product-radio-btn {
  color: var(--color-orange);
}

.quote-details-select-product-radio-label
  input[type='radio']:checked
  + .quote-details-select-product-radio-btn:before {
  border-color: var(--color-orange);
  background-image: linear-gradient(var(--color-orange), var(--color-orange));
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-clip: content-box;
  padding: 2px;
}

.quote-details-add-product-button {
  margin-top: 30px;
}

.quote-details-size-input-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.quote-details-size-input-group-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.added-product {
  margin-top: 30px;
  border: 1px solid #d0d4dd;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

.added-product-remove-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  color: #3c3e42;
  display: flex;
  align-items: center;
}

.added-product-remove-btn svg {
  margin-left: 7px;
  width: 18px;
  height: 18px;
}

.added-product-header {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
}

.added-product-img-container {
  width: 114px;
  height: 114px;
  flex-shrink: 0;
  background-color: var(--color-gray-20);
  margin-right: 20px;
}

@media (min-width: 480px) {
  .added-product-img-container {
    margin-right: 30px;
  }
}

.added-product-img-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: 50% 50%;
}

.added-product-title {
  font-size: 16px;
  font-weight: 600;
  max-width: 220px;
}

.added-product-row {
  padding: 24px 0;
  border-top: 1px solid #d0d4dd;
}

.added-color-row + .added-color-row {
  margin-top: 30px;
}

.added-color-label {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.added-color-label-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
}

.added-color-label-txt {
  font-size: 14px;
  font-weight: 600;
  color: #737881;
}

.added-color-quantities {
  margin-top: 10px;
}

.added-color-quantity-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.added-color-quantity-list-item {
  padding: 10px;
  text-align: center;
}

.added-color-quantity-label {
  font-size: 13px;
  font-weight: 500;
  color: #737881;
  display: block;
  margin-bottom: 7px;
}

.added-color-quantity-input {
  width: 39px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #000;
  padding: 0 6px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.selected-color-chips {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.selected-color-chips > .tee-color-select-title {
  margin-right: 10px;
  margin-bottom: 0;
  white-space: nowrap;
}

.selected-color-chip-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.selected-color-chip-list > li {
  padding: 5px;
}

.color-chip {
  border-radius: 6px;
  border: 1px solid #a6aab1;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  color: #737881;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.color-chip > button {
  margin-left: 10px;
}
/* #endregion  /**======== Quote Details =========== */

/* #region  /**=========== Last Step =========== */
.delivery-details-box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d0d4dd;
  margin-top: 30px;
  padding: 30px;
}

@media (min-width: 768px) {
  .delivery-details-box {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
}

.delivery-detail-item {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .delivery-detail-item {
    width: auto;
  }
}

.delivery-detail-item-icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}

.delivery-detail-item-title {
  font-weight: 500;
  margin-right: 5px;
  font-size: 16px;
}

.delivery-detail-item-txt {
  font-size: 16px;
  margin-left: auto;
}

.delivery-detail-box-separator {
  background-color: #a6aab1;
  width: 100%;
  height: 1px;
  margin: 33px 0;
}

@media (min-width: 768px) {
  .delivery-detail-box-separator {
    width: 1px;
    height: auto;
    margin: 0 50px;
  }
}

.delivery-date-pick-input-button {
  color: var(--color-orange);
  text-decoration: underline;
  font-weight: 500;
  margin-left: auto;
  white-space: nowrap;
  background: none;
  background-color: transparent;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  width: 92px;
  flex-shrink: 0;
  text-align: right;
}

.delivery-date-pick-input-button::-webkit-input-placeholder {
  color: var(--color-orange);
}
.delivery-date-pick-input-button::-moz-placeholder {
  color: var(--color-orange);
}
.delivery-date-pick-input-button::-ms-placeholder {
  color: var(--color-orange);
}
.delivery-date-pick-input-button::placeholder {
  color: var(--color-orange);
}

.delivery-date-clear-btn {
  margin-left: 10px;
  font-size: 24px;
  line-height: 1;
}
/* #endregion  /**======== Last Step =========== */

/* #region  /**=========== Success =========== */
.quote-success-wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 178px 0;
}

.quote-success-order-number {
  font-size: 16px;
  font-weight: 500;
  color: #a6aab1;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

.quote-success-description {
  margin-top: 30px;
  font-size: 16px;
  color: #3c3e42;
  max-width: 466px;
}

.quote-success-return-home-btn {
  margin-top: 40px;
  width: 100%;
}

@media (min-width: 768px) {
  .quote-success-return-home-btn {
    width: auto;
  }
}
/* #endregion  /**======== Success =========== */

.help-page {
  background-color: #f7f8fa;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .help-page {
    padding: 52px 0;
  }
}

.help-page-title {
  font-size: 24px;
  font-weight: 600;
  color: #a6aab1;
}

@media (min-width: 768px) {
  .help-page-title {
    font-size: 26px;
  }
}

.help-page-container {
  max-width: 1132px;
  width: 100%;
  margin: 0 auto;
}

.help-page-wrapper {
}

@media (min-width: 1024px) {
  .help-page-wrapper {
    display: grid;
    grid-template-columns: 294px minmax(0, 1fr);
    gap: 50px;
    padding: 32px 0;
  }
}

.help-page-sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .help-page-sidebar {
    display: block;
  }
}

.help-page-sidebar-accordions {
  border-top: 0;
}

.help-page-sidebar-list {
  margin-left: 18px;
}

.help-page-sidebar-list li:not(:first-child) {
  margin-top: 10px;
}

.help-page-sidebar-list li a {
  color: #3c3e42;
  font-size: 14px;
  position: relative;
}

.help-page-sidebar-list li a.is-current {
  color: var(--color-orange);
}

.help-page-sidebar-list li a.is-current:before {
  content: '';
  position: absolute;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -16px;
  background-color: currentColor;
}

.help-page-content {
  padding: 16px 0;
}

@media (min-width: 1280px) {
  .help-page-content {
    padding: 16px 60px;
  }
}

.help-page-content-body h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .help-page-content-body h2 {
    font-size: 30px;
  }
}

.help-page-content-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 24px;
  color: #3c3e42;
}

.help-page-content-body ul {
  list-style-type: disc;
  margin: 16px 0;
  margin-left: 20px;
  color: #737881;
}

.help-page-content-body ul li::marker {
  color: #000;
}

.help-page-content-body ul li:not(:first-child) {
  margin-top: 10px;
}

.help-page-content-body a {
  text-decoration: underline;
  color: var(--color-orange);
}

.help-page-topics {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .help-page-topics {
    margin-top: 90px;
  }
}

.help-page-topics-title {
  font-weight: 600;
  font-size: 26px;
}

.help-page-topics-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.help-page-topic {
  background-color: #fff;
  border: 1px solid #d0d4dd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 16px;
  text-align: center;
  color: var(--color-orange);
  font-size: 14px;
  font-weight: 500;
  transition: all var(--transition-duration) var(--transition-timing);
}

.help-page-topic:hover {
  background-color: #f9f9f9;
}

.help-page-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d4dd;
}

@media (min-width: 1024px) {
  .help-page-mobile-header {
    display: none;
  }
}

.help-page-mobile-header-title {
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px;
}

.help-page-links-modal-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border: 1px solid #d0d4dd;
  border-radius: 6px;
  white-space: nowrap;
}

.help-page-links-modal-btn > svg {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

/* #region  /**=========== Hero =========== */
.section-home-hero {
  position: relative;
  height: 484px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .section-home-hero {
    height: 616px;
  }
}

.home-hero-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.home-hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
}

.home-hero-label.txt-label {
  color: #fff;
}

.home-hero-title {
  color: #fff;
  margin-top: 10px;
}

.home-hero-cta {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  gap: 20px;
  margin-top: 50px;
  justify-content: center;
}
/* #endregion  /**======== Hero =========== */

/* #region  /**=========== Products =========== */
.section-home-products {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .section-home-products {
    padding: 60px 0 48px;
  }
}

.home-products-head {
  text-align: center;
}

.home-products-head .txt-heading-3 {
  margin-top: 6px;
}

.home-products-head .txt-p-1 {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .home-products-head .txt-p-1 {
    margin-top: 20px;
  }
}

.home-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .home-products-grid {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .home-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-products-grid-item {
  display: block;
  padding: 24px 0 13px;
  background-color: var(--color-gray-50);
  text-align: center;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home-products-grid-item {
    padding: 60px 0 40px;
  }
}

@media (min-width: 1280px) {
  .home-products-grid-item {
    padding: 90px 0 40px;
  }
}

.home-products-grid-item-img {
  height: 110px;
  width: auto;
  display: block;
  object-fit: contain;
  min-width: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home-products-grid-item-img {
    height: 250px;
  }
}

.home-products-grid-item-txt {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  text-transform: uppercase;
  transition: color var(--transition-duration) var(--transition-timing);
}

@media (min-width: 768px) {
  .home-products-grid-item-txt {
    font-size: 22px;
    margin-top: 60px;
  }
}

.home-products-grid-item:hover .home-products-grid-item-txt {
  color: var(--color-orange);
}

.home-products-cta {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .home-products-cta {
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }
}

.home-products-cta .tee-button {
  width: 100%;
}

@media (min-width: 768px) {
  .home-products-cta .tee-button {
    width: auto;
  }
}
/* #endregion  /**======== Products =========== */

/* #region  /**=========== Brands =========== */
.section-home-brands {
  padding: 40px 0 80px;
}

@media (min-width: 768px) {
  .section-home-brands {
    padding: 100px 0 150px;
  }
}

.home-brands-head {
  text-align: center;
}

.home-brands-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 -16px 0;
}

@media (min-width: 480px) {
  .home-brands-list {
    justify-content: space-around;
  }
}

@media (min-width: 768px) {
  .home-brands-list {
  }
}

.home-brand-item {
  padding: 16px;
  width: 50%;
  display: flex;
  justify-content: center;
}

@media (min-width: 480px) {
  .home-brand-item {
    padding: 16px 48px;
    display: block;
    width: auto;
  }
}

.home-brand-item-img {
  display: block;
  object-fit: contain;
  height: 100px;
  width: auto;
}
/* #endregion  /**======== Brands =========== */

/* #region  /**=========== Services =========== */
.section-home-services {
  background-color: #000;
  padding: 50px 0 125px;
}

@media (min-width: 768px) {
  .section-home-services {
    padding: 60px 0 171px;
  }
}

.home-services-head {
  text-align: center;
  color: #fff;
}

.home-services-head .txt-p-1 {
  margin-top: 15px;
  color: var(--color-gray-50);
}

@media (min-width: 768px) {
  .home-services-head .txt-p-1 {
    margin-top: 20px;
  }
}

.home-services-tabs {
  margin-top: 35px;
}

@media (min-width: 1280px) {
  .home-services-tabs {
    padding: 0 115px;
    margin-top: 40px;
  }
}

.home-services-tab-item-list {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  position: relative;
}

@media (min-width: 1100px) {
  .home-services-tab-item-list {
    justify-content: space-between;
  }
}

.home-services-tab-item-list:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}

.home-services-tab-trigger {
  display: block;
  text-transform: uppercase;
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: all var(--transition-duration) var(--transition-timing);
}

@media (min-width: 768px) {
  .home-services-tab-trigger {
    font-size: 16px;
  }
}

.home-services-tab-trigger.is-active {
  color: #fff;
  border-color: var(--color-orange);
}

.home-services-tab-trigger:not(:last-child) {
  margin-right: 54px;
}

.home-services-tab-content-list {
}

.home-services-tab-content {
  display: none;
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .home-services-tab-content {
    padding: 60px 0 0;
  }
}

@media (min-width: 1280px) {
  .home-services-tab-content {
    padding: 90px 0 0;
  }
}

.home-services-tab-content.is-active {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  animation: fadeIn 0.6s var(--transition-timing) forwards;
}

@media (min-width: 768px) {
  .home-services-tab-content.is-active {
    flex-direction: row;
  }
}

.home-services-tab-content-main {
  color: #fff;
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .home-services-tab-content-main {
    margin-top: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .home-services-tab-content-main {
    padding-right: 80px;
  }
}

.home-services-tab-content-txt {
  color: var(--color-gray-70);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .home-services-tab-content-txt {
    margin-top: 24px;
  }
}

.home-services-tab-content-cta {
  margin-top: 40px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  gap: 20px;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .home-services-tab-content-cta {
    margin-top: 60px;
  }
}

.home-services-tab-content-img {
  display: block;
  min-width: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* #endregion  /**======== Services =========== */

/* #region  /**=========== About =========== */
.section-home-about {
  padding: 85px 0 40px;
  position: relative;
}

@media (min-width: 768px) {
  .section-home-about {
    padding: 127px 0 60px;
  }
}

@media (min-width: 1024px) {
  .section-home-about {
    padding: 157px 0;
  }
}

@media (min-width: 1280px) {
  .section-home-about {
    padding: 187px 0;
  }
}

.section-home-about:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 30%;
  bottom: 0;
  background-color: #f7f8fa;
  z-index: -1;
  width: 100%;
}

@media (min-width: 768px) {
  .section-home-about:before {
    top: 0;
    width: 65%;
  }
}

@media (min-width: 1024px) {
  .section-home-about:before {
    width: 55%;
  }
}

.home-about-wrapper {
}

@media (min-width: 768px) {
  .home-about-wrapper {
    display: flex;
    align-items: center;
  }
}

.home-about-video-container {
  position: relative;
}

@media (min-width: 768px) {
  .home-about-video-container {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .home-about-video-container {
    width: 55%;
  }
}

.home-about-video-container .icon-video-pause {
  display: none;
}

.home-about-video-container.is-active .icon-video-play {
  display: none;
}

.home-about-video-container.is-active .icon-video-pause {
  display: block;
}

.home-about-video-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 9999px;
  width: 45px;
  height: 45px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .home-about-video-button {
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
}

.home-about-video-button svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 1024px) {
  .home-about-video-button svg {
    width: 24px;
    height: 24px;
  }
}

.home-about-video {
  min-width: 0;
  object-fit: contain;
  display: block;
  width: 100%;
}

.home-about-content {
  margin-top: 28px;
}

@media (min-width: 768px) {
  .home-about-content {
    margin-top: 0;
    width: 55%;
    padding: 0 0 0 40px;
  }
}

@media (min-width: 1024px) {
  .home-about-content {
    width: 45%;
  }
}

@media (min-width: 1280px) {
  .home-about-content {
    padding: 0 90px;
  }
}

.home-about-content .txt-heading-2 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .home-about-content .txt-heading-2 {
    margin-top: 20px;
  }
}

.home-about-content .txt-p-1 {
  margin-top: 30px;
}
/* #endregion  /**======== About =========== */

/* #region  /**=========== Why =========== */
.section-home-why {
  padding: 90px 0 60px;
}

.home-why-head {
  text-align: center;
}

.home-why-head .txt-p-1 {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .home-why-head .txt-p-1 {
    margin-top: 20px;
  }
}

.home-why-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px -20px -20px;
}

@media (min-width: 768px) {
  .home-why-grid {
    margin: 76px -20px -20px;
  }
}

.home-why-grid-item {
  padding: 20px;
}

.home-why-grid-item-wrp {
  max-width: 226px;
  width: 100%;
}

.home-why-grid-item-img {
  display: block;
  object-fit: contain;
  margin: 0 auto;
  height: 60px;
  width: auto;
}

.home-why-grid-item-title {
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}

.home-why-grid-item-txt {
  font-size: 14px;
  color: var(--color-gray);
  margin-top: 11px;
  text-align: center;
}
/* #endregion  /**======== Why =========== */

/* #region  /**=========== Comparison =========== */
.section-home-comparison {
  padding: 30px 0 95px;
}

@media (max-width: 768px) {
  .section-home-comparison .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.home-comparison-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .home-comparison-img {
    height: auto !important;
  }
}

.home-comparison-label {
  position: absolute;
  right: 20px;
  z-index: 10;
  text-align: right;
}

.home-comparison-label.first {
  top: 20px;
}

.home-comparison-label.last {
  bottom: 20px;
}

@media (min-width: 768px) {
  .home-comparison-label {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .home-comparison-label {
    right: 46px;
  }

  .home-comparison-label.first {
    top: 40px;
  }

  .home-comparison-label.last {
    bottom: 40px;
  }
}

.home-comparison-label svg {
  width: 24px;
  height: 24px;
  margin: 0 0 7px auto;
}

@media (min-width: 768px) {
  .home-comparison-label svg {
    margin: 0 14px 0 0;
  }
}

.home-comparison-label span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 1280px) {
  .home-comparison-label span {
    font-size: 26px;
  }
}

.home-comparison-label.last span {
  color: var(--color-gray-70);
}

.img-comp-container {
  position: relative;
}

.img-comp-responsive {
  width: 100%;
  height: 0;
  padding-bottom: calc((390 * 100) / 454 * 1%); /* 454 x 390 aspect ratio */
}

@media (min-width: 768px) {
  .img-comp-responsive {
    padding-bottom: calc((660 * 100) / 1360 * 1%); /* 1360 x 660 aspect ratio */
  }
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-comp-img.original {
  -webkit-clip-path: inset(0 0 calc(100% - var(--img-clip-y, 50%)) 0);
  clip-path: inset(0 0 calc(100% - var(--img-clip-y, 50%)) 0);
}

.img-comp-img.compare {
  -webkit-clip-path: inset(var(--img-clip-y, 50%) 0 0 0);
  clip-path: inset(var(--img-clip-y, 50%) 0 0 0);
}

.img-comp-slider {
  position: absolute;
  top: var(--img-clip-y, 50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9;
}

.img-comp-slider-bar {
  z-index: 8;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  background-color: #fff;
  left: 0;
  right: 0;
}

.img-comp-slider-circle {
  position: absolute;
  z-index: 9;
  cursor: ns-resize;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-orange);
}

@media (min-width: 768px) {
  .img-comp-slider-circle {
    width: 90px;
    height: 90px;
  }
}

.img-comp-slider-circle svg {
  width: 28px;
  height: 28px;
}

@media (min-width: 768px) {
  .img-comp-slider-circle svg {
    width: 44px;
    height: 44px;
  }
}
/* #endregion  /**======== Comparison =========== */

/* #region  /**=========== Testimonials =========== */
.section-home-testimonials {
  padding: 60px 0 90px;
  background-color: var(--color-gray-50);
  overflow: hidden;
}

@media (min-width: 1024px) {
  .section-home-testimonials {
    padding: 60px 0 134px;
  }
}

.home-testimonials-head {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .home-testimonials-head {
    margin-bottom: 50px;
  }
}

.home-testimonials-head .txt-heading-3 {
  margin-top: 6px;
}

.home-testimonials-slider-container {
  padding-right: 20%;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .home-testimonials-slider-container {
    padding-right: 0;
  }
}

.home-testimonials-slider {
  overflow: visible !important;
}

.home-testimonials-slider-item {
  background-color: #fff;
  width: 100%;
  padding: 35px 25px;
  max-width: 555px;
}

@media (min-width: 768px) {
  .home-testimonials-slider-item {
    padding: 50px 40px;
  }
}

.home-testimonials-slider-item-stars {
  height: 16px;
  width: auto !important;
  object-fit: contain;
}

.home-testimonials-slider-item-title {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 500;
  margin-top: 15px;
}

.home-testimonials-slider-item-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .home-testimonials-slider-item-txt {
    font-size: 16px;
  }
}

.home-testimonials-slider-item-name {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}
/* #endregion  /**======== Testimonials =========== */

.product-detail-hero {
  padding: 10px 0 40px;
}

@media (min-width: 1024px) {
  .product-detail-hero {
    padding: 10px 0 90px;
  }
}

.product-detail-main {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .product-detail-main {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

/* #region  /**=========== Slider =========== */
.product-detail-main-wrapper {
  display: flex;
  align-items: flex-start;
}

.product-detail-slider-thumbnails {
  display: none;
}

@media (min-width: 1024px) {
  .product-detail-slider-thumbnails {
    display: block;
    width: 72px;
    flex-shrink: 0;
    position: relative;
  }
}

@media (min-width: 1280px) {
  .product-detail-slider-thumbnails {
    margin-left: 25px;
  }
}

.product-detail-thumbnail-slider {
  width: 100%;
  min-width: 0;
}

.product-detail-thumbnail-slider-item {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: var(--color-gray-20);
  overflow: hidden;
}

.product-detail-thumbnail-slider-item.swiper-slide-thumb-active {
  border: 1px solid #000;
}

.product-detail-thumbnail-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.product-detail-slider-main {
  width: 100%;
  min-width: 0;
  flex: 1;
}

@media (min-width: 1024px) {
  .product-detail-slider-main {
    margin-left: 20px;
  }
}

.product-detail-slider-container {
  position: relative;
  flex: 1;
}

.product-detail-slider {
}

.product-detail-slider-item {
  position: relative;
  background-color: var(--color-gray-20);
}

.product-detail-slider-item:before {
  content: '';
  display: block;
  padding-top: calc((563 * 100) / 555 * 1%); /* 555 x 563 aspect ratio */
}

.product-detail-slider-item img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 0;
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 0;
}

.product-detail-slider-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid #d0d4dd;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  --d: -10px;
}

@media (min-width: 768px) {
  .product-detail-slider-nav {
    --d: 12px;
  }
}

@media (min-width: 1280px) {
  .product-detail-slider-nav {
    --d: 20px;
  }
}

.product-detail-slider-nav--prev {
  left: var(--d);
}

.product-detail-slider-nav--next {
  right: var(--d);
}
/* #endregion  /**======== Slider =========== */

/* #region  /**=========== Overview =========== */
.product-detail-overview {
}

@media (min-width: 1024px) {
  .product-detail-overview {
    padding: 0 0 0 30px;
  }
}

@media (min-width: 1280px) {
  .product-detail-overview {
    padding: 10px 40px 0 40px;
  }
}

.product-detail-title {
  font-weight: 600;
  line-height: 1.15;
}

.product-detail-title--mobile {
  font-size: 20px;
}

@media (min-width: 768px) {
  .product-detail-title--mobile {
    display: none;
  }
}

.product-detail-title--desktop {
  display: none;
  font-size: 24px;
}

@media (min-width: 768px) {
  .product-detail-title--desktop {
    display: block;
  }
}

.product-detail-piece-section {
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.product-detail-piece-section--mobile {
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .product-detail-piece-section--mobile {
    display: none;
  }
}

.product-detail-piece-section--desktop {
  display: none;
}

@media (min-width: 768px) {
  .product-detail-piece-section--desktop {
    display: flex;
  }
}

.product-detail-piece-price {
  font-size: 18px;
  font-weight: 500;
  margin-right: 32px;
}

.product-detail-piece-price .for {
  font-size: 14px;
  color: #737881;
  margin-top: 2px;
}

.quantity-control {
  border: 2px solid #a6aab1;
  border-radius: 6px;
  height: 46px;
  display: flex;
  width: 172px;
}

.quantity-decrement-btn,
.quantity-increment-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.quantity-decrement-btn.disabled,
.quantity-increment-btn.disabled {
  color: var(--color-gray-70);
}

.quantity-input {
  flex: 1;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 12px;
  text-align: center;
}

.quantity-input:focus {
  outline: none;
  border: 0;
}

.product-detail-color-select {
  margin-top: 32px;
  max-width: 400px;
}

.product-detail-size-container {
  display: block;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .product-detail-size-container {
    display: flex;
    justify-content: space-between;
  }
}

.product-detail-size-select-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .product-detail-size-select-container {
    display: flex;
    align-items: flex-start;
    max-width: 330px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.product-detail-size-select-label {
  font-size: 14px;
  font-weight: 600;
  margin-right: 26px;
  text-transform: uppercase;
  margin-top: 10px;
}

.product-detail-size-guide-btn {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-orange);
  white-space: nowrap;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .product-detail-size-guide-btn {
    margin: 0;
  }
}

.product-detail-size-guide-btn svg {
  width: 21px;
  height: 21px;
  margin-right: 7px;
}

.product-detail-cta {
  display: none;
}

@media (min-width: 1024px) {
  .product-detail-cta {
    display: flex;
    margin-top: 40px;
  }
}

.product-detail-cta > *:not(:first-child) {
  margin-left: 20px;
}

.product-detail-accordions {
  margin-top: 40px;
}

.product-detail-accordions .tee-accordion-item-content p {
  font-size: 16px;
  color: #737881;
}
/* #endregion  /**======== Overview =========== */

/* #region  /**=========== Fixed Mobile Cta =========== */
.fixed-mobile-cta {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  top: calc(var(--header-height) - 10px);
  padding: 20px 0;
  background-color: #fff;
  z-index: 99;
}

@media (min-width: 1024px) {
  .fixed-mobile-cta {
    display: none;
  }
}

.fixed-mobile-cta-label {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}

.fixed-mobile-cta-label span {
  color: #737881;
  margin-left: 4px;
}

.fixed-mobile-cta-buttons {
  display: flex;
}

.fixed-mobile-cta-buttons > *:not(:first-child) {
  margin-left: 12px;
}

@media (min-width: 420px) {
  .fixed-mobile-cta-buttons > *:not(:first-child) {
    margin-left: 20px;
  }
}
/* #endregion  /**======== Fixed Mobile Cta =========== */

/* #region  /**=========== Info =========== */
.section-product-detail-info {
  background-color: #f7f8fa;
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .section-product-detail-info {
    padding: 80px 0;
  }
}

.product-detail-info {
  display: grid;
  gap: 60px;
}

@media (min-width: 1024px) {
  .product-detail-info {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-details {
}

@media (min-width: 1280px) {
  .product-details {
    padding: 0 0 0 117px;
  }
}

.product-info-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .product-info-title {
    font-size: 26px;
  }
}

.product-details-list {
  color: #3c3e42;
  list-style-type: disc;
  margin-left: 24px;
}

.product-details-list li:not(:first-child) {
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .product-delivery {
    padding: 0 0 0 30px;
  }
}

@media (min-width: 1280px) {
  .product-delivery {
    padding: 0 40px;
  }
}

.product-delivery-boxes {
}

.product-delivery-box {
  background-color: #fff;
  border: 1px solid #d0d4dd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 42px 20px;
}

@media (min-width: 768px) {
  .product-delivery-box {
    padding: 42px 30px;
  }
}

.product-delivery-box:not(:first-child) {
  margin-top: 15px;
}

.product-delivery-box-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.product-delivery-box-title {
  font-weight: 500;
  font-size: 16px;
  flex: 1;
}

.product-delivery-box-label {
  text-align: right;
}
/* #endregion  /**======== Info =========== */

/* #region  /**=========== Help =========== */
.section-product-detail-help {
  padding: 60px 0;
}

.product-detail-help {
  position: relative;
  overflow: hidden;
  padding: 30px 20px 30px 20px;
}

@media (min-width: 640px) {
  .product-detail-help {
    padding: 50px 40px 50px 40px;
  }
}

@media (min-width: 768px) {
  .product-detail-help {
    padding: 50px 40px 35px 40px;
  }
}

@media (min-width: 1280px) {
  .product-detail-help {
    padding: 50px 80px 35px 80px;
  }
}

.product-detail-help-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  z-index: -2;
}

.product-detail-help-label {
  color: #fff;
}

.product-detail-help-title {
  color: #fff;
  margin-top: 16px;
}

.product-detail-help-link-list {
  width: calc(100% + 40px);
  margin-top: 40px;
  padding-top: 30px;
  padding-right: 20px;
  position: relative;
}

@media (min-width: 640px) {
  .product-detail-help-link-list {
    padding-top: 35px;
    margin-top: 68px;
  }
}

@media (min-width: 640px) {
  .product-detail-help-link-list {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .product-detail-help-link-list {
    width: 75%;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .product-detail-help-link-list {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .product-detail-help-link-list {
    width: 50%;
  }
}

.product-detail-help-link-list:before {
  content: '';
  background-color: var(--color-orange);
  position: absolute;
  left: -100vw;
  bottom: -30px;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 62px) 0,
    100% 75px,
    100% 100%,
    0 100%
  );
  clip-path: polygon(0 0, calc(100% - 62px) 0, 100% 75px, 100% 100%, 0 100%);
}

@media (min-width: 640px) {
  .product-detail-help-link-list:before {
    bottom: -50px;
  }
}

@media (min-width: 768px) {
  .product-detail-help-link-list:before {
    bottom: -35px;
    -webkit-clip-path: polygon(0 0, calc(100% - 178px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 178px) 0, 100% 100%, 0 100%);
  }
}

.product-detail-help-link-list li:not(:first-child) {
  margin-top: 20px;
}

.product-detail-help-link-list li a {
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 640px) {
  .product-detail-help-link-list li a {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .product-detail-help-link-list li a {
    font-size: 22px;
  }
}

.product-detail-help-link-list li a svg {
  width: 24px;
  height: 24px;
  margin-right: 13px;
  flex-shrink: 0;
}
/* #endregion  /**======== Help =========== */

/* #region  /**=========== You May Like =========== */
.section-product-detail-you-may-like {
  padding: 30px 0 110px;
  overflow: hidden;
}

.product-detail-you-may-like-title {
  text-align: center;
  margin-bottom: 50px;
}

.product-detail-you-may-like-slider {
  overflow: visible !important;
}

.product-detail-you-may-like-slider-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  --d: -12px;
}

@media (min-width: 1280px) {
  .product-detail-you-may-like-slider-nav {
    width: 60px;
    height: 60px;
    --d: -20px;
  }
}

.product-detail-you-may-like-slider-nav:disabled {
  display: none;
}

.product-detail-you-may-like-slider-nav--prev {
  left: var(--d);
}

.product-detail-you-may-like-slider-nav--next {
  right: var(--d);
}

.product-detail-you-may-like-slider-nav svg {
  width: 16px;
  height: 16px;
}

@media (min-width: 1280px) {
  .product-detail-you-may-like-slider-nav svg {
    width: 24px;
    height: 24px;
  }
}
/* #endregion  /**======== You May Like =========== */

.products-category-header {
  background-color: #f7f8fa;
}

.products-category-header-wrapper {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .products-category-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
  }
}

.products-category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.15;
}

@media (min-width: 1024px) {
  .products-category-title {
    font-size: 26px;
  }
}

.products-category-txt {
  font-size: 14px;
  color: #737881;
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .products-category-txt {
    font-size: 16px;
  }
}

.products-category-header-input-wrp {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .products-category-header-input-wrp {
    max-width: 346px;
    margin-left: 20px;
    margin-top: 0;
  }
}

.products-category-container {
  padding-top: 20px;
  padding-bottom: 90px;
}

@media (min-width: 1024px) {
  .products-category-container {
    display: grid;
    grid-template-columns: 294px minmax(0, 1fr);
    gap: 30px;
    padding-top: 32px;
    padding-bottom: 115px;
  }
}

.products-category-sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .products-category-sidebar {
    display: block;
  }
}

.products-category-sidebar-section {
}

.products-category-sidebar-section-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-gray);
}

.products-category-accordion-root {
  border-top: 0;
  margin-bottom: 60px;
}

.products-category-accordion-root .tee-accordion-item-trigger {
  font-size: 18px;
}

.products-category-links {
  padding-left: 16px;
}

.products-category-links > li:not(:first-child) {
  margin-top: 10px;
}

.products-category-link {
  font-size: 14px;
  color: #3c3e42;
  transition: color var(--transition-duration) var(--transition-timing);
}

.products-category-link:hover {
  color: var(--color-gray);
}

.products-category-links-view-all-link {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  color: var(--color-orange);
  padding-left: 16px;
  transition: color var(--transition-duration) var(--transition-timing);
}

.products-category-links-view-all-link:hover {
  color: var(--color-orange-hover);
}

.products-category-filters-accordion-root .tee-accordion-item-title {
  text-transform: uppercase;
}

.products-category-filters-accordion-root
  + .products-category-filters-accordion-root {
  border-top: 1px solid #d0d4dd;
}

.products-category-price-filter-inputs {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.products-category-price-filter-input-label {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.products-category-mobile-sticky-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height);
  background-color: #fff;
  z-index: 98;
}

@media (min-width: 1024px) {
  .products-category-mobile-sticky-filters {
    display: none;
  }
}

.mobile-sticky-filters-btn {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #d0d4dd;
  padding: 0 16px 0 12px;
  font-size: 14px;
  font-weight: 500;
}

.mobile-sticky-filters-btn-icon-wrp {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  position: relative;
}

.mobile-sticky-filters-btn.is-active
  .mobile-sticky-filters-btn-icon-wrp:before {
  content: '';
  position: absolute;
  right: -3px;
  top: -2px;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: var(--color-orange);
  box-shadow: 0 0 0 2px #fff;
}

.mobile-sticky-filters-btn .filter-count {
  display: none;
  font-weight: 400;
  color: var(--color-gray-70);
}

.mobile-sticky-filters-btn.is-active .filter-count {
  display: inline;
}

.products-category-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d0d4dd;
  padding-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .products-category-main-header {
    border-top: 0;
    padding-top: 0;
  }
}

.products-category-main-header-label {
  font-size: 16px;
  font-weight: 500;
}

.products-category-main-header-label span {
  font-weight: 300;
  color: #737881;
}

.products-category-main-header-sort-container.desktop {
  display: none;
}

@media (min-width: 1024px) {
  .products-category-main-header-sort-container.desktop {
    display: flex;
    align-items: center;
  }
}

.products-category-main-header-sort-label {
  display: flex;
  align-items: center;
  margin-right: 18px;
}

.products-category-main-header-sort-label > svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 6px;
}

.products-category-main-header-sort-label > span {
  font-size: 16px;
  font-weight: 500;
}

.products-category-main {
}

@media (min-width: 1024px) {
  .products-category-main {
    border-left: 1px solid #d0d4dd;
    padding-left: 20px;
  }
}

.products-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 20px;
}

@media (min-width: 640px) {
  .products-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.products-category-grid-item {
}

.products-category-grid-item-image-container {
  display: block;
  width: 100%;
  padding-top: calc((330 * 100) / 325 * 1%); /* 325 x 330 aspect ratio */
  background-color: #f7f8fa;
  position: relative;
}

.products-category-grid-item-image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.products-category-grid-item-badge {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 0 9px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: #a6aab1;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (min-width: 768px) {
  .products-category-grid-item-badge {
    right: 15px;
    top: 15px;
  }
}

.products-category-grid-item-badge.orange {
  background-color: var(--color-orange);
}

.products-category-grid-item-content {
  margin-top: 20px;
}

.products-category-grid-item-title {
  font-size: 16px;
  font-weight: 600;
}

.products-category-grid-item-subtitle {
  font-size: 16px;
  margin-top: 2px;
}

.products-category-grid-item-piece {
  font-size: 14px;
  color: #737881;
  margin-top: 18px;
}

.products-category-pagination {
  margin-top: 64px;
}

/* #region  /**=========== Hero =========== */
.service-detail-hero {
  background-color: #000;
}

.service-detail-hero-wrp {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 60px 0 125px;
}

@media (min-width: 768px) {
  .service-detail-hero-wrp {
    padding: 60px 0 157px;
  }
}

@media (min-width: 1024px) {
  .service-detail-hero-wrp {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 90px 0 157px;
  }
}

.service-detail-hero-cnt {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .service-detail-hero-cnt {
    padding-right: 40px;
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .service-detail-hero-cnt {
    padding-right: 82px;
  }
}

.service-detail-hero-title {
  color: #fff;
}

.service-detail-hero-description {
  color: #a6aab1;
  margin-top: 22px;
  line-height: 1.65;
}

.service-detail-hero-link {
  margin-top: 40px;
  width: 100%;
}

@media (min-width: 1024px) {
  .service-detail-hero-link {
    margin-top: 60px;
    width: auto;
  }
}

.service-detail-video-wrp {
  width: 100%;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%, 0 78%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%, 0 78%);
}

.service-detail-video-wrp:before {
  content: '';
  display: block;
  padding-top: calc((416 * 100) / 613 * 1%); /* 613 x 416 aspect ratio */
}

.service-detail-video {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-detail-video-wrp .icon-video-pause {
  display: none;
}

.service-detail-video-wrp.is-active .icon-video-play {
  display: none;
}

.service-detail-video-wrp.is-active .icon-video-pause {
  display: block;
}

.service-detail-video-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 9999px;
  width: 45px;
  height: 45px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .service-detail-video-button {
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
}

.service-detail-video-button svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 1024px) {
  .service-detail-video-button svg {
    width: 24px;
    height: 24px;
  }
}
/* #endregion  /**======== Hero =========== */

/* #region  /**=========== Top Products =========== */
.section-top-products {
  padding: 95px 0 60px;
}

@media (min-width: 768px) {
  .section-top-products {
    padding: 157px 0 132px;
  }
}

.top-products-title {
  text-align: center;
}

.top-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .top-products-grid {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .top-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .top-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.top-products-grid-item {
  display: block;
  padding: 24px 0 13px;
  background-color: var(--color-gray-50);
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .top-products-grid-item {
    padding: 62px 0 20px;
  }
}

.top-products-grid-item-img {
  height: 110px;
  width: auto;
  display: block;
  object-fit: contain;
  min-width: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .top-products-grid-item-img {
    height: 220px;
  }
}

.top-products-grid-item-txt {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  text-transform: uppercase;
  transition: color var(--transition-duration) var(--transition-timing);
}

@media (min-width: 768px) {
  .top-products-grid-item-txt {
    font-size: 22px;
    margin-top: 42px;
  }
}

.top-products-grid-item:hover .top-products-grid-item-txt {
  color: var(--color-orange);
}
/* #endregion  /**======== Top Products =========== */

/* #region  /**=========== Printing Services =========== */
.section-printing-services {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .section-printing-services {
    padding-bottom: 110px;
  }
}

.printing-services-title {
  text-align: center;
}

.printing-services-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px 20px;
  margin-top: 40px;
  justify-items: center;
}

@media (min-width: 768px) {
  .printing-services-grid {
    grid-template-columns: repeat(auto-fit, minmax(352px, 1fr));
    margin-top: 52px;
  }
}

.printing-service-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-width: 540px;
  width: 100%;
}

.printing-service-card:before {
  content: '';
  display: block;
  padding-top: calc((381 * 100) / 440 * 1%); /* 440 x 381 aspect ratio */
}

.printing-service-card-wrp {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.printing-service-card-img {
  width: 100%;
  height: auto;
  flex: 1;
  min-height: 0;
  object-fit: cover;
}

.printing-service-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding: 20px 25px;
  background-color: #000;
  width: 100%;
}

@media (min-width: 768px) {
  .printing-service-card-title {
    font-size: 26px;
  }
}
/* #endregion  /**======== Printing Services =========== */

/* #region  /**=========== Printing FAQs =========== */
.section-printing-faqs {
  padding: 60px 0;
  background-color: #f7f8fa;
}

.printing-faqs-title {
  text-align: center;
}

.printing-faqs-accordions {
  border-top: 0;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .printing-faqs-accordions {
    margin-top: 40px;
  }
}

.printing-faqs-accordions .tee-accordion-item-trigger {
  font-weight: 500;
  font-size: 16px;
  padding: 24px 0;
}

@media (min-width: 768px) {
  .printing-faqs-accordions .tee-accordion-item-trigger {
    font-size: 20px;
    padding: 30px 0;
  }
}

.printing-faqs-accordions .tee-accordion-item-content {
  color: #3c3e42;
  font-size: 16px;
}

.printing-faqs-accordions .tee-accordion-item-content a {
  color: var(--color-orange);
  text-decoration: underline;
}
/* #endregion  /**======== Printing FAQs =========== */

/* #region  /**=========== Printed Examples =========== */
.section-printed-examples {
  padding: 60px 0;
}

@media (min-width: 768px) {
  .section-printed-examples {
    padding: 90px 0;
  }
}

.printed-examples-title {
  text-align: center;
}

.printed-examples-description {
  margin-top: 15px;
  text-align: center;
  color: #737881;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .printed-examples-description {
    margin-top: 20px;
  }
}

.printed-examples-sliders-container {
  margin-top: 40px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .printed-examples-sliders-container {
    margin-top: 58px;
  }
}

.printed-examples-ticker-wrapper {
  --marquee-gap: 30px;
  display: flex;
  flex-wrap: nowrap;
}

.printed-examples-ticker-wrapper:not(:first-child) {
  margin-top: 30px;
}

.printed-examples-ticker-wrapper.reverse .printed-examples-ticker {
  animation-direction: reverse;
}

.printed-examples-ticker {
  will-change: transform;
  animation: marquee 120s linear infinite;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

.printed-examples-ticker-item {
  position: relative;
  width: 230px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .printed-examples-ticker-item {
    width: 322px;
    height: 168px;
  }
}

.printed-examples-ticker:not(:first-child),
.printed-examples-ticker-item:not(:first-child) {
  margin-left: var(--marquee-gap);
}

.printed-examples-ticker-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-100% - var(--marquee-gap)), 0, 0);
  }
}

.all-printed-examples-btn-container {
  display: flex;
  justify-content: center;
}

.all-printed-examples-btn {
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .all-printed-examples-btn {
    width: auto;
    margin-top: 70px;
  }
}
/* #endregion  /**======== Printed Examples =========== */

.page-services {
  padding: 50px 0 90px;
}

@media (min-width: 768px) {
  .page-services {
    padding: 60px 0 110px;
  }
}

.services-head {
  text-align: center;
}

.services-head .txt-p-1 {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .services-head .txt-p-1 {
    margin-top: 20px;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 80px 20px;
  margin-top: 30px;
  justify-items: center;
}

@media (min-width: 480px) {
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
}

@media (min-width: 768px) {
  .services-grid {
    margin-top: 52px;
  }
}

.service-card {
  max-width: 520px;
}

.service-card-img-wrp {
  position: relative;
  width: 100%;
}

.service-card-img-wrp:before {
  content: '';
  display: block;
  padding-top: calc((300 * 100) / 439 * 1%); /* 439 x 300 aspect ratio */
}

.service-card-img-wrp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-cnt {
  margin-top: 20px;
}

.service-card-title {
  font-size: 22px;
  font-weight: 600;
}

.service-card-description {
  font-size: 16px;
  color: #737881;
  margin-top: 10px;
}

.service-card-btn {
  margin-top: 30px;
}
