<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BEGIN 6 pw,ts,ic Defaults */

.item--html &gt; :first-child {
  margin-top: 0;
}
.item--html &gt; :last-child {
  margin-bottom: 0;
}
.item--rows {
  display: flex;
  flex-direction: column;
}
.item--columns {
  --column-count: 1;
  display: grid;
  grid-template-columns: repeat(var(--column-count), 1fr);
  gap: 20px;
}
.item--grid {
  display: grid;
}
.item--grid .item {
  min-width: 200px;
  text-align: center;
}
.item--image {
  display: flex;
}
.item--image img {
  max-width: 100%;
}
.item--image.item--center {
  justify-content: center;
  align-items: center;
}
.item--image.item--left {
  justify-content: left;
  align-items: start;
}
.item--image.item--right {
  justify-content: right;
  align-items: start;
}
.item--image.item--full-width {
  display: block;
}
.item--image.item--full-width img {
  width: 100%;
}
.item--banner {
  display: flex;
}
.item--banner img {
  max-width: 100%;
}
.item__banner-overlay {
  position: relative;
  overflow-wrap: break-word;
  text-align: center;
}
.item__banner-text {
  position: absolute;
  font-size: 32px;
  font-weight: 800;
  font-family: "Public Sans", sans-serif;
  line-height: 48px;
  color: #f8f8f8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  text-shadow: 0 0 2px lightgrey;
}
.item--banner.item--center {
  justify-content: center;
}
.item--banner.item--left {
  justify-content: left;
}
.item--banner.item--right {
  justify-content: right;
}
.item--banner.item--full-width {
  display: block;
}
.item--banner.item--full-width img {
  width: 100%;
}
.item--button .item__button {
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
}
.item--button .item__button:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (max-width: 600px) {
  .item--button .item__button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.item--icon-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px 0;
}
.item__icon-grid-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 20%;
  text-decoration: none;
}
.item__icon-grid-icon {
  width: 5.5vw;
  height: 5.5vw;
  margin-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.item__icon-grid-title {
  color: var(--text-color);
  font-size: 1.3vw;
}
.item--productset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.item__productset-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 78%;
  gap: 70px 0;
  margin: 10px 0px 100px;
}
.item__productset-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  width: 25%;
}
@media (max-width: 902px) {
  .item__productset-category {
    width: 100% !important;
    margin: 0;
    grid-gap: 0 !important;
    justify-content: flex-start;
  }
  .item__productset-column {
    flex-grow: 0;
    flex-basis: 49.6%;
    height: 100vw;
  }
  .item__productset-column:nth-last-child(1) {
    border-bottom: 0;
  }
  .item__productset-column:nth-last-child(2) {
    border-bottom: 0;
  }
}
.item img {
  max-width: 100%;
}
.item--centered-page {
  width: calc(100vw - 32px);
  max-width: 1200px;
  margin: 16px auto;
}
@media (max-width: 1700px) {
  .item--centered-page {
    position: relative;
    left: 0;
    transition: left 0.3s, margin-left 0.3s;
  }
  .site--sidebar-shown .item--centered-page {
    left: var(--sidebar-width);
    left: min(var(--sidebar-width), var(--sidebar-width) - (100vw - 1200px) / 2);
  }
}
.item--commissions tbody {
  font-weight: 600;
}

@media (max-width: 902px) {
  .item--icon-grid {
    width: 100% !important;
    margin: 0;
    grid-gap: 0 !important;
    justify-content: flex-start;
  }
  .item--icon-grid-category {
    flex-grow: 0;
    flex-basis: 49.6%;
    height: 36vw;
  }
  .item--icon-grid-title {
    font-size: 3vw !important;
  }
}

/* END 6 pw,ts,ic Defaults */

/* BEGIN 1 pw,ts,ic Global */

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

a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}

@media (max-width: 600px) {
  .item--mobile-hide {
    display: none;
  }
}
@media (max-width: 550px) {
  .item--2-columns {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .item--3-columns {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .item--4-columns {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .item--5-columns {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .item--columns-mobile {
    grid-template-columns: repeat(2, 1fr);
  }
}
.item--transpose-columns &gt; .item--rows {
  gap: 20px;
}
@media (max-width: 800px) {
  .item--transpose-columns {
    display: flex;
    flex-direction: column;
  }
  .item--transpose-columns &gt; .item--rows {
    display: grid;
    grid-template-columns: 1fr 4fr;
  }
  .item--transpose-columns &gt; .item--rows &gt; .item--image {
    aspect-ratio: auto;
    align-items: start;
  }
}
.item--centered {
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  display: flex;
}
.item--right {
  display: flex;
  justify-content: flex-end;
  align-items: right;
}
.item--left {
  display: flex;
  justify-content: flex-start;
  align-items: left;
}
.item--svg-color a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.item--svg-color a svg {
  height: 60px;
  width: auto;
  display: block;
  margin-bottom: 8px;
  transition: fill 0.3s;
}
.item--svg-color a span {
  text-align: center;
  text-decoration: underline;
}
.item--svg-color:hover {
  color: var(--primary-color);
}
.item--design-services-block {
  gap: 100px;
  align-items: center;
}
@media (max-width: 800px) {
  .item--design-services-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.item--design-services-block &gt; :nth-child(2) {
  font-size: 20px;
  font-weight: 700;
}
.item--design-services-block &gt; :nth-child(3) a {
  background: #00d3c8;
  border-color: #00d3c8;
  width: 350px;
  height: 60px;
  font-size: 24px;
  font-weight: 800;
}
.item--header-centered {
  text-align: center;
}
.item--square {
  aspect-ratio: 1;
  align-items: end;
}
.item--logo-list {
  --gap: 50px;
  --num: 5;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
}
.item--logo-list &gt; .item {
  min-width: 140px;
  width: calc(100% / var(--num) - var(--gap) * (var(--num) - 1) / var(--num) - 1px);
  aspect-ratio: 3/2;
}
.item--logo-list &gt; .item img {
  max-height: 100%;
}
.item--vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.item--hero-quote-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
}
.item--hero-quote-text blockquote {
  margin: 0;
  padding: 0;
  border-left: 4px solid var(--primary-color);
  padding-left: 16px;
}
.item--hero-quote-text cite {
  margin-top: 12px;
  display: block;
  font-style: normal;
  font-size: 16px;
}
.item--paragraphs {
  gap: 40px;
}
.item--commissions {
  overflow: auto;
  width: 100%;
}
.item--floating-cta {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  padding: 12px 24px;
  background: inherit;
  color: inherit;
  gap: 16px;
}
.item--floating-cta &gt; * {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .item--floating-cta {
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
    transform: none;
    border-radius: 8px;
    padding: 16px;
  }
}
.item--floating-cta-right {
  left: auto;
  right: 24px;
  transform: none;
}
@media (max-width: 768px) {
  .item--floating-cta-right {
    right: 16px;
    left: 16px;
  }
}
.item--double-image-hover {
  display: inline-block;
  position: relative;
}
.item--double-image-hover img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.item--double-image-hover img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.item--double-image-hover:hover img:nth-child(2) {
  opacity: 1;
}
.item--dual-image {
  --g: 8px;
  display: grid;
  clip-path: inset(1px);
}
.item--dual-image &gt; img {
  --_p: calc(-1 * var(--g));
  grid-area: 1/1;
  width: 350px;
  cursor: pointer;
  transition: 0.4s 0.1s;
}
.item--dual-image &gt; img:first-child {
  clip-path: polygon(0 0, calc(100% + var(--_p)) 0, 0 calc(100% + var(--_p)));
}
.item--dual-image &gt; img:last-child {
  clip-path: polygon(100% 100%, 100% calc(0% - var(--_p)), calc(0% - var(--_p)) 100%);
}
.item--dual-image:hover &gt; img:last-child, .item--dual-image:hover &gt; img:first-child:hover {
  --_p: calc(50% - var(--g));
}
.item--dual-image:hover &gt; img:first-child, .item--dual-image:hover &gt; img:first-child:hover + img {
  --_p: calc(-50% - var(--g));
}
@media (max-width: 960px) {
  .item--columns-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: -12px;
  }
}
@media (max-width: 960px) {
  .item--columns-overflow-flex {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    align-items: center;
    gap: 800px;
    min-width: max-content;
  }
}
.item--icon-nav-expand {
  --lerp-0: 1;
  --lerp-1: 0.5625;
  --lerp-2: 0.25;
  --lerp-3: 0.0625;
  --lerp-4: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  align-content: center;
  backdrop-filter: blur(10px);
  flex-wrap: wrap;
}
.item--icon-nav-expand &gt; .item--columns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.item--icon-nav-expand .item--html {
  display: grid;
  place-items: center;
  align-content: center;
  transition: flex 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  flex: calc(0.2 + var(--lerp, 0) * 1);
  position: relative;
  outline: none;
  --lerp: 0.5;
  transform: scale(calc(1 + var(--lerp) * 0.5)) translateY(calc(var(--lerp) * -25%));
  max-width: 100px;
  max-height: 100px;
}
.item--icon-nav-expand a {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  outline: transparent 4px solid;
  transition: transform 0.2s ease;
}
.item--icon-nav-expand a img {
  width: 56%;
  height: auto;
  max-width: 56%;
  transition: transform 0.2s;
}
.item--icon-nav-expand a span {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.item--icon-nav-expand:not(:hover) .item--html {
  --lerp: 0.5;
}
.item--icon-nav-expand :is(.item--html:hover, .item--html:focus-visible) {
  --lerp: var(--lerp-0);
  z-index: 5;
}
.item--icon-nav-expand .item--html:hover + .item--html {
  --lerp: var(--lerp-1);
  z-index: 4;
}
.item--icon-nav-expand .item--html:has(+ .item--html:hover) {
  --lerp: var(--lerp-1);
  z-index: 4;
}
.item--icon-nav-expand .item--html:hover + .item--html + .item--html {
  --lerp: var(--lerp-2);
  z-index: 3;
}
.item--icon-nav-expand .item--html:has(+ .item--html + .item--html:hover) {
  --lerp: var(--lerp-2);
  z-index: 3;
}
.item--icon-nav-expand .item--html:hover + .item--html + .item--html + .item--html {
  --lerp: var(--lerp-3);
  z-index: 2;
}
.item--icon-nav-expand .item--html:has(+ .item--html + .item--html + .item--html:hover) {
  --lerp: var(--lerp-3);
  z-index: 2;
}
.item--icon-nav-expand .item--html:hover + .item--html + .item--html + .item--html + .item--html {
  --lerp: var(--lerp-4);
  z-index: 1;
}
.item--icon-nav-expand .item--html:has(+ .item--html + .item--html + .item--html + .item--html:hover) {
  --lerp: var(--lerp-4);
  z-index: 1;
}
.item--icon-nav-expand .item--html:hover + .item--html + .item--html + .item--html + .item--html + .item--html,
.item--icon-nav-expand .item--html:hover + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html,
.item--icon-nav-expand .item--html:hover + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html,
.item--icon-nav-expand .item--html:hover + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html,
.item--icon-nav-expand .item--html:hover + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html,
.item--icon-nav-expand .item--html:has(+ .item--html + .item--html + .item--html + .item--html + .item--html:hover),
.item--icon-nav-expand .item--html:has(+ .item--html + .item--html + .item--html + .item--html + .item--html + .item--html:hover),
.item--icon-nav-expand .item--html:has(+ .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html:hover),
.item--icon-nav-expand .item--html:has(+ .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html:hover),
.item--icon-nav-expand .item--html:has(+ .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html + .item--html:hover) {
  --lerp: var(--lerp-4);
  z-index: 1;
}
@media (max-width: 960px) {
  .item--icon-nav-expand .item--html {
    transition: none;
    transform: none;
  }
  .item--icon-nav-expand a svg {
    width: auto;
    height: auto;
    max-width: auto;
    max-height: 60px;
  }
}
.item--nav-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
}
.item--hero-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: clamp(500px, 80vh, 700px);
  padding: 40px 80px 40px 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  gap: 40px;
  width: 100%;
}
.item--hero-banner .item--html h1 {
  font-size: clamp(36px, 14vw, 96px);
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  text-align: left;
}
.item--service-card {
  background-color: #3f3f3f;
  color: #ffffff;
  text-align: left;
  padding: 40px;
  gap: 20px;
  width: 100%;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .item--service-card {
    padding: 20px;
    gap: 0px;
    justify-content: space-between;
    min-height: 400px;
    margin: 0px;
  }
}
.item--service-cards-column {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .item--service-cards-column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .item--service-cards-column {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
  }
}

/* END 1 pw,ts,ic Global */

/* BEGIN 8 ic,pw,ts Scaffolding */

:root {
  --section-width: 1200px;
  --section-vertical-padding: 30px;
}

.item--section, .item--section-white, .item--section-black {
  --item-type: rows;
  --style-comment: "The base section type. Sections themselves are full-width, but contents are clamped.";
  padding: var(--section-vertical-padding) 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.item--section &gt; *, .item--section-white &gt; *, .item--section-black &gt; * {
  width: 100%;
  max-width: var(--section-width);
}
.page &gt; .item &gt; .item--section:first-child, .page &gt; .item &gt; .item--section-white:first-child, .page &gt; .item &gt; .item--section-black:first-child {
  padding-top: 40px;
}

.page &gt; .item &gt; .item--section:last-child, .page &gt; .item &gt; .item--section-white:last-child, .page &gt; .item &gt; .item--section-black:last-child {
  padding-bottom: 150px;
}

.item--section-black {
  --style-comment: 'Base section with black background and white text regardless of color setting. Prefer "section" unless it looks bad in light mode.';
  background-color: black;
  color: white;
}
.item--section-white {
  --style-comment: 'Base section with white background and black text regardless of color setting. Prefer "section" unless it looks bad in dark mode.';
  background-color: white;
  color: black;
}
.item--wide-section-page {
  --section-width: 1920px;
}
.item--2400-section-page {
  --section-width: 2400px;
}
.item--1920-section-page {
  --section-width: 1920px;
}
.item--1600-section-page {
  --section-width: 1600px;
}
.item--1440-section-page {
  --section-width: 1440px;
}
.item--1400-section-page {
  --section-width: 1400px;
}
.item--1280-section-page {
  --section-width: 1280px;
}
.item--1024-section-page {
  --section-width: 1024px;
}
.item--960-section-page {
  --section-width: 960px;
}
.item--800-section-page {
  --section-width: 800px;
}
.item--768-section-page {
  --section-width: 768px;
}
.item--640-section-page {
  --section-width: 640px;
}
.item--480-section-page {
  --section-width: 480px;
}
.item--mid-section-page {
  --section-width: 1400px;
}
.item--padding-none {
  --section-vertical-padding: 0px;
}
.item--padding-tight {
  --section-vertical-padding: 20px;
}
.item--padding-normal {
  --section-vertical-padding: 40px;
}
.item--padding-loose {
  --section-vertical-padding: 60px;
}
.item--padding-xl {
  --section-vertical-padding: 100px;
}
.item--stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .item--stack {
    gap: 16px;
  }
}

/* END 8 ic,pw,ts Scaffolding */

/* BEGIN 7 ic,pw,ts Buttons */

.item--button-large .item__button {
  padding: 0.55em 2em;
  font-size: 125%;
  background-color: white;
  color: black;
}
.item--button-pill .item__button {
  border-radius: 1000em;
}
.item--button-regular .item__button {
  padding: 0.4em 1.5em;
  font-size: 100%;
  background-color: white;
  color: black;
}
.item--button-small .item__button {
  padding: 0.25em 1em;
  font-size: 75%;
  background-color: white;
  color: black;
}
.item--button-default .item__button {
  padding: 0.55em 2em;
  font-size: 125%;
  background-color: var(--primary-color);
  color: black;
}
.item--button-default-large .item__button {
  padding: 0.55em 4em;
  font-size: 125%;
  background-color: var(--primary-color);
  color: black;
}
.item--button-large-black .item__button {
  padding: 0.55em 2em;
  font-size: 125%;
  background-color: black;
  color: white;
}
.item--button-regular-black .item__button {
  padding: 0.4em 1.5em;
  font-size: 100%;
  background-color: black;
  color: white;
}
.item--button-small-black .item__button {
  padding: 0.25em 1em;
  font-size: 75%;
  background-color: black;
  color: white;
}
.item--button-invert .item__button {
  padding: 0.55em 2em;
  font-weight: 800;
  font-size: 150%;
  background-color: black;
  color: white;
}
.item--button-invert .item__button:hover {
  background-color: white;
  color: black;
}
@media (prefers-color-scheme: dark) {
  .item--button-invert .item__button {
    background-color: white;
    color: black;
  }
  .item--button-invert .item__button:hover {
    background-color: black;
    color: white;
  }
}
.item--button-terciary-hover .item__button {
  padding: 0.55em 2em;
  font-size: 150%;
  font-weight: 800;
  background-color: black;
  color: white;
}
.item--button-terciary-hover .item__button:hover {
  background-color: var(--terciary-color);
  color: black;
}
@media (prefers-color-scheme: dark) {
  .item--button-terciary-hover .item__button {
    background-color: white;
    color: black;
  }
  .item--button-terciary-hover .item__button:hover {
    background-color: var(--terciary-color);
    color: black;
  }
}
.item--button-trapezoid .item__button {
  padding: 0.55em 3em;
  font-size: 150%;
  font-weight: 800;
  background-color: black;
  color: white;
}
.item--button-trapezoid .item__button:hover {
  background-color: var(--primary-color);
  color: white;
  transform: scale(1.05);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  transition: all 0.3s ease;
}
@media (prefers-color-scheme: dark) {
  .item--button-trapezoid .item__button {
    background-color: white;
    color: black;
  }
  .item--button-trapezoid .item__button:hover {
    background-color: var(--primary-color);
    color: black;
  }
}

/* END 7 ic,pw,ts Buttons */

/* BEGIN 5 pw,ts,ic Legacy */

.item--legacy-columns, .item--photo-frames, .item--process, .item--drops-new, .item--new-tshirts, .item--video-embed-grid, .item--leagues-bar-inner, .item--testimonial {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.item--legacy-columns &gt; *, .item--photo-frames &gt; *, .item--process &gt; *, .item--drops-new &gt; *, .item--new-tshirts &gt; *, .item--video-embed-grid &gt; *, .item--leagues-bar-inner &gt; *, .item--testimonial &gt; * {
  min-width: 250px;
  align-items: center;
  justify-content: center;
}

/* END 5 pw,ts,ic Legacy */

/* BEGIN 2 pw Exclaim */

:root {
  --primary-color: #00c4b5;
  --link-hover-color: #00aa99;
  --secondary-color: #ec3292;
  --terciary-color: #fbed21;
}

.item--blog-container .item--image img {
  max-width: 36%;
}
.item--design-service {
  width: calc(100vw - 32px);
  max-width: 1200px;
  margin: 16px auto;
  color: var(--text-color);
}
.item--design-service h1 {
  font-size: 50px;
  margin: 10px 0;
}
.item--design-service .item--rows {
  flex-direction: row;
  gap: 70px;
  margin: 20px 0;
}
.item--design-service .item--rows .item--columns:first-child {
  flex: 1 1 52%;
}
.item--design-service .item--rows .item--columns:last-child {
  flex: 1 1 20%;
  justify-content: center;
}
.item--design-service .item--design-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.item--design-service .item--design-list h2 {
  font-size: 30px;
  margin: 0;
  color: #00d3c8;
}
.item--design-service .item--design-list &gt; .item:last-child h2 span strong {
  color: var(--text-color);
}
.item--design-service .item--design-description {
  text-align: left;
}
.item--design-service .item--design-big-button p {
  font-size: 28px;
  font-weight: 900;
  border: 2px solid var(--text-color);
  text-align: center;
  line-height: 36px;
  padding: 15px 34px;
  box-shadow: 15px 15px 0px black;
  margin: 0;
  transform: skew(-12deg);
}
.item--design-service .item--design-big-button p a {
  text-decoration: none;
}
@media (max-width: 600px) {
  .item--design-service .item--design-list .item--html {
    min-width: auto;
  }
  .item--design-service .item--design-list h2 {
    font-size: 20px;
  }
  .item--design-service .item--design-big-button {
    margin: 0 30px;
  }
  .item--design-service .item--design-big-button p {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .item--design-service .item--design-big-button {
    width: 200px;
  }
  .item--design-service .item--design-big-button p {
    font-size: 30px;
    line-height: 30px;
    box-shadow: 10px 10px 0px black;
  }
}
@media (max-width: 900px) {
  .item--design-service .item--rows {
    flex-direction: column;
    gap: 20px;
  }
  .item--design-service .item--design-big-button {
    width: 200px;
    margin: 0 20px;
  }
}
.item--bars {
  width: 100%;
  min-height: 32vh;
  display: flex;
  flex-direction: column;
}
.item--leagues-bar-even, .item--leagues-bar-odd {
  display: flex;
  min-height: 646px;
  padding: 32px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  border-bottom: 1px solid #777;
}
.item--leagues-bar-even &gt; .item--columns, .item--leagues-bar-odd &gt; .item--columns {
  display: flex;
  width: 100%;
  padding-inline: 30px;
  max-width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
  line-height: 1.2;
}
.item--leagues-bar-even &gt; .item--columns &gt; .item--image, .item--leagues-bar-odd &gt; .item--columns &gt; .item--image {
  width: 150px;
  min-width: 150px;
  order: 1;
}
.item--leagues-bar-even &gt; .item--columns &gt; .item--image img, .item--leagues-bar-odd &gt; .item--columns &gt; .item--image img {
  width: 150px;
}
.item--leagues-bar-even &gt; .item--columns &gt; .item--html, .item--leagues-bar-odd &gt; .item--columns &gt; .item--html {
  flex: 1 1 auto;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  order: 2;
}
.item--leagues-bar-even &gt; .item--columns &gt; .item--html h3, .item--leagues-bar-odd &gt; .item--columns &gt; .item--html h3 {
  font-size: 40px;
  margin: 0 0 10px 0;
}
.item--leagues-bar-even &gt; .item--columns &gt; .item--html p, .item--leagues-bar-odd &gt; .item--columns &gt; .item--html p {
  margin: 0;
}
.item--leagues-bar-even &gt; .item--columns {
  flex-direction: row-reverse;
}
.item--leagues-bar-even &gt; .item--columns &gt; .item--html {
  text-align: right;
}
@media (max-width: 600px) {
  .item--leagues-bar-even &gt; .item--columns {
    flex-direction: column;
  }
  .item--leagues-bar-even &gt; .item--columns &gt; .item--image {
    align-self: flex-end;
  }
}
.item--leagues-bar-odd &gt; .item--columns {
  flex-direction: row;
}
.item--leagues-bar-odd &gt; .item--columns &gt; .item--html {
  text-align: left;
}
@media (max-width: 600px) {
  .item--leagues-bar-odd &gt; .item--columns {
    flex-direction: column;
  }
  .item--leagues-bar-odd &gt; .item--columns &gt; .item--image {
    align-self: flex-start;
  }
}
.item--blog-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.item--exclaim-partnership {
  width: 100%;
  background-color: #00D3C8 !important;
  min-height: 70vh !important;
  display: flex;
  flex-direction: column;
  background-image: none !important;
  justify-content: center;
}
.item--exclaim-partnership .item--image {
  width: 50vw !important;
}
.item--exclaim-partnership .item--image img {
  width: clamp(100px, 16vw, 200px) !important;
}
.item--exclaim-partnership .item--html &gt; h1 {
  font-size: clamp(30px, 5vw, 80px) !important;
  color: white !important;
}
.item--exclaim-partnership .item--html &gt; p {
  font-size: clamp(20px, 3vw, 50px) !important;
  font-weight: bold;
  color: white !important;
}
@media (max-width: 600px) {
  .item--exclaim-partnership .item--html &gt; h1 {
    font-size: 2rem !important;
  }
  .item--exclaim-partnership .item--html &gt; p {
    color: white !important;
    font-size: 1.4rem !important;
  }
}
.item--design-sell &gt; .item--columns &gt; .item--image, .item--production-fulfillment &gt; .item--columns &gt; .item--image, .item--design-sell &gt; .item--columns &gt; .item--image {
  order: 2;
}
.item--design-sell &gt; .item--columns &gt; .item--image &gt; img, .item--production-fulfillment &gt; .item--columns &gt; .item--image &gt; img, .item--design-sell &gt; .item--columns &gt; .item--image &gt; img {
  width: 75vw;
}
.item--design-sell &gt; .item--columns &gt; .item--html, .item--production-fulfillment &gt; .item--columns &gt; .item--html, .item--design-sell &gt; .item--columns &gt; .item--html {
  order: 1;
}
@media (max-width: 600px) {
  .item--design-sell &gt; .item--columns &gt; .item--image, .item--production-fulfillment &gt; .item--columns &gt; .item--image, .item--design-sell &gt; .item--columns &gt; .item--image {
    order: 1;
    margin-top: 70px;
  }
  .item--design-sell &gt; .item--columns &gt; .item--html, .item--production-fulfillment &gt; .item--columns &gt; .item--html, .item--design-sell &gt; .item--columns &gt; .item--html {
    order: 2;
  }
}
.item--production-fulfillment &gt; .item--columns &gt; .item--image {
  order: 1;
}
.item--production-fulfillment &gt; .item--columns &gt; .item--image &gt; img {
  width: 50vw;
}
.item--production-fulfillment &gt; .item--columns &gt; .item--html {
  order: 2;
  text-align: left;
}
@media (max-width: 600px) {
  .item--production-fulfillment &gt; .item--columns &gt; .item--image {
    order: 1;
  }
  .item--production-fulfillment &gt; .item--columns &gt; .item--html {
    text-align: right;
    order: 2;
  }
}
.item--fundrainsing-simple &gt; .item--columns &gt; .item--image {
  order: 2;
}
.item--fundrainsing-simple &gt; .item--columns &gt; .item--image &gt; img {
  width: 70vw;
}
.item--fundrainsing-simple &gt; .item--columns &gt; .item--html {
  order: 1;
}
@media (max-width: 600px) {
  .item--fundrainsing-simple &gt; .item--columns &gt; .item--image {
    order: 1;
  }
  .item--fundrainsing-simple &gt; .item--columns &gt; .item--html {
    order: 2;
  }
}
.item--fundrainsing-simple &gt; .item--button &gt; a {
  margin-bottom: 50px;
  background-color: #00D3C8 !important;
  border: none;
  color: white;
  padding: 15px 25px !important;
  font-size: clamp(20px, 3vw, 35px) !important;
}
@media (max-width: 600px) {
  .item--fundrainsing-simple &gt; .item--button &gt; a {
    padding: 20px !important;
  }
}
.item--landing-page-wrapper {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
.item--landing-page-wrapper .item__productset-category {
  margin: 50px 0;
}
.item--landing-page-wrapper &gt; .item--rows {
  align-items: center;
}
.item--landing-page-wrapper &gt; .item--rows &gt; .item {
  width: 100%;
  max-width: 1920px;
}
.item--landing-page-fresh-drops {
  background-color: black;
  background-image: url("/data/admin-uploads/2023-08-01/cur4zcrg.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 686px auto;
}
@media only screen and (max-width: 1600px) {
  .item--landing-page-fresh-drops {
    background-size: 53vw auto;
  }
}
@media only screen and (max-width: 1300px) {
  .item--landing-page-fresh-drops {
    background-size: 54vw auto;
  }
}
@media only screen and (max-width: 872px) {
  .item--landing-page-fresh-drops {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }
}
.item--landing-page-fresh-drops h1 {
  font-size: clamp(40px, 5.6vw, 96px);
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 1352px) {
  .item--landing-page-fresh-drops h1 {
    font-size: clamp(32px, 4.6vw, 64px);
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media only screen and (max-width: 872px) {
  .item--landing-page-fresh-drops h1 {
    font-size: 6.2vw;
    line-height: 6.8vw;
    padding-left: 6vw;
    padding-right: 6vw;
    width: auto;
  }
}
.item--header-fresh-drops {
  display: flex;
}
.item--header-fresh-drops .item--logo-txt {
  display: flex;
  flex-direction: column;
  flex: 0.36;
  background-color: #000000;
}
.item--header-fresh-drops .item--logo-txt .item__button--regular {
  background-color: #00D3C8;
  color: #000000;
  margin: 15px;
  border-radius: 2px;
}
.item--header-fresh-drops .item--logo-txt .item--image {
  width: clamp(150px, 17vw, 330px);
}
.item--header-fresh-drops .item--logo-txt .item--image img {
  width: 100%;
  height: 100%;
  aspect-ratio: inherit !important;
}
.item--header-fresh-drops .item--logo-txt .item__button-regular {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.5vw, 32px);
  background-color: #00D2C7;
  border: none;
  font-weight: 700;
  padding: 0.6em 0.5em;
  margin-top: 40px;
  letter-spacing: -1px;
}
.item--header-fresh-drops .item--image {
  flex: 0.57;
}
.item--header-fresh-drops .item--image img {
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: left;
}
.item--header-fresh-drops .item--text-shirt {
  flex: 0.13;
  background-color: #00D3C8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 40px;
}
.item--header-fresh-drops .item--text-shirt p {
  text-align: center;
}
.item--header-fresh-drops .item--text-shirt p strong {
  font-size: min(2.5vw, 50px);
  font-weight: 700;
  color: #000000;
}
.item--header-fresh-drops .item--text-shirt .item--image img {
  width: 100%;
  height: 100%;
  aspect-ratio: inherit !important;
}
@media only screen and (max-width: 872px) {
  .item--header-fresh-drops {
    display: none;
  }
}
.item--header-fresh-drops-mobile {
  display: none;
}
.item--header-fresh-drops-mobile .item--text-shirt-mobile {
  display: none;
}
.item--header-fresh-drops-mobile .item--photo-news-carousel-mobile {
  display: none;
}
.item--header-fresh-drops-mobile .item--product-of-week {
  display: none;
}
@media only screen and (max-width: 872px) {
  .item--header-fresh-drops-mobile {
    display: block;
  }
  .item--header-fresh-drops-mobile .item__button--regular {
    background-color: #00D2C7;
  }
  .item--header-fresh-drops-mobile .item--text-shirt-mobile {
    display: flex;
    flex-direction: column;
    background-color: #000000;
    padding-block: 40px;
    justify-content: center;
    align-items: center;
  }
  .item--header-fresh-drops-mobile .item--text-shirt-mobile .item--image {
    width: 55vw;
  }
  .item--header-fresh-drops-mobile .item--text-shirt-mobile .item__button-regular {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 4vw, 26px);
    background-color: #00D2C7;
    border: none;
    font-weight: 700;
    padding: 0.6em 4vw;
    margin-top: 10px;
    letter-spacing: -1px;
  }
  .item--header-fresh-drops-mobile .item--photo-news-carousel-mobile {
    display: block;
    height: 85vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed gray;
    margin: 3%;
  }
  .item--header-fresh-drops-mobile .item--photo-news-carousel-mobile .item--carousel-text-mobile {
    font-size: 5vw;
    font-weight: 900;
    color: black;
    text-align: center;
  }
  .item--header-fresh-drops-mobile .item--product-of-week {
    background-color: #00D2C7;
    height: 80vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2VW;
    text-align: center;
    padding: 3vw;
    font-weight: 900;
    color: black;
    min-width: unset;
    flex-wrap: nowrap;
  }
  .item--header-fresh-drops-mobile .item--product-of-week .item--image {
    display: contents;
  }
  .item--header-fresh-drops-mobile .item--product-of-week .item--image img {
    max-width: 50%;
  }
  .item--header-fresh-drops-mobile .item--product-of-week .item--product-of-week-left,
  .item--header-fresh-drops-mobile .item--product-of-week .item--product-of-week-right {
    min-width: unset !important;
  }
  .item--header-fresh-drops-mobile .item--product-of-week .item--product-of-week-left {
    flex: 1;
    font-size: 8vw;
  }
  .item--header-fresh-drops-mobile .item--product-of-week .item--product-of-week-left p {
    margin: 0;
  }
  .item--header-fresh-drops-mobile .item--product-of-week .item--product-of-week-right {
    flex: 1;
    border: 2px dashed gray;
    height: 70vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 7vw;
  }
}
.item--drops-new {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #000000;
  height: 442px;
  padding-top: min(2vw, 20px);
  padding-inline: min(1vw, 10px);
  gap: 2vw;
}
.item--drops-new .item--fresh-drops {
  font-size: min(6.5vw, 123px);
  line-height: min(3.6vw, 55px);
  padding-top: min(2vw, 50px);
  font-weight: bolder;
  letter-spacing: 15px;
  color: #00D2C7;
}
.item--drops-new .item--fresh-drops p {
  margin: 0;
  padding-bottom: 30px;
}
.item--drops-new .item--fresh-drops:first-child {
  letter-spacing: 12px;
}
.item--drops-new .item--fresh-drops:last-child {
  letter-spacing: 9px;
}
.item--drops-new .item--new-jersey {
  font-size: min(4.2vw, 80px);
  padding-top: min(3vw, 40px);
  line-height: min(3.9vw, 85px);
  width: 62%;
  color: white;
  font-weight: 900;
}
.item--drops-new .item--new-jersey p {
  margin: 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .item--drops-new {
    height: 34vw;
    gap: 2vw;
  }
  .item--drops-new .item--fresh-drops p,
  .item--drops-new .item--new-jersey p {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 872px) {
  .item--drops-new {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10vw;
    min-height: 95vw;
    height: auto;
  }
  .item--drops-new .item--fresh-drops {
    line-height: 8.6vw;
    font-size: 19vw;
    text-align: center;
    padding-left: 8vw;
    padding-top: 4vw;
  }
  .item--drops-new .item--fresh-drops p {
    padding-bottom: 0;
  }
  .item--drops-new .item--fresh-drops:first-child {
    letter-spacing: 2.2vw;
    padding-top: 7vw;
  }
  .item--drops-new .item--fresh-drops:last-child {
    letter-spacing: 1.2vw;
    margin-top: 4vw;
    padding-right: 1vw;
  }
  .item--drops-new .item--new-jersey {
    text-align: center;
    font-size: 6.2vw;
    line-height: 6.9vw;
    width: auto;
  }
  .item--drops-new .item--new-jersey p {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 630px) {
  .item--drops-new {
    background-position: top;
  }
}
.item--new-tshirts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1vw, 30px);
  justify-content: center;
  background-color: white;
  padding-block: 40px;
}
.item--new-tshirts .item--image img {
  width: min(20vw, 400px);
}
.item--new-tshirts &gt; .item--rows {
  min-width: unset;
}
.item--new-tshirts .item--image-caption {
  color: #00D2C7;
  font-size: min(3vw, 65px);
}
@media only screen and (max-width: 872px) {
  .item--new-tshirts {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    row-gap: 5vw;
    place-items: center;
  }
  .item--new-tshirts &gt; div {
    min-width: unset;
    gap: 3vw;
  }
  .item--new-tshirts .item--image img {
    width: 40vw;
  }
  .item--new-tshirts .item--image-caption {
    color: #00D2C7;
    font-size: 5vw;
  }
}
.item--new-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1vw, 100px);
  justify-content: center;
  background-color: white;
  margin-block: 40px;
}
.item--new-products .item--image img {
  width: min(20vw, 400px);
}
.item--new-products &gt; .item--rows {
  min-width: unset;
}
.item--new-products .item--image-caption {
  color: #00D2C7;
  font-size: min(3vw, 65px);
}
@media only screen and (max-width: 872px) {
  .item--new-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    row-gap: 5vw;
    place-items: center;
  }
  .item--new-products &gt; div {
    min-width: unset;
    gap: 3vw;
  }
  .item--new-products .item--image img {
    width: 40vw;
  }
  .item--new-products .item--image-caption {
    color: #00D2C7;
    font-size: 5vw;
  }
}
.item--animated-carousel {
  height: min(40vw, 1000px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed gray;
  margin: 10px;
}
.item--animated-carousel .item--carousel-text {
  font-size: min(3vw, 70px);
  font-weight: 900;
  color: black;
  text-align: center;
}
@media only screen and (max-width: 872px) {
  .item--animated-carousel {
    height: 80vw;
    margin: 3%;
  }
  .item--animated-carousel .item--carousel-text {
    font-size: 5vw;
  }
}
.item--style-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  gap: 10px;
}
.item--style-title h1 {
  color: #00d2c7;
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0;
}
.item--style-title h2 {
  text-align: center;
  margin: 0;
}
.item--process {
  background-color: #000000;
  display: flex;
  flex-direction: row;
  padding: 40px 60px;
  gap: 2vw;
  align-items: flex-start;
}
.item--process .item--html {
  width: 30%;
  flex: 1 1 auto;
}
.item--process .item--html h2 {
  color: #00D2C7;
  font-size: min(3vw, 32px);
  font-weight: 900;
  padding: 0px 20px 40px;
  text-align: center;
  margin: 0;
}
.item--process .item--html h3 {
  color: #00D2C7;
  font-size: min(3vw, 70px);
  font-weight: 900;
  padding-block: 20px;
  text-align: center;
  margin: 0;
}
.item--process .item--html p {
  color: #bbbbbb;
  font-size: min(1.9vw, 38px);
  text-align: center;
  line-height: 25px;
  margin: 0;
}
.item--process .item--photo-frame {
  height: min(30vw, 604px);
  width: 98%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed gray;
  font-size: min(3vw, 70px);
  font-weight: 700;
  color: black;
  background-color: white;
  margin: 2%;
}
.item--process .item--smp-column .item--html {
  background: black;
  text-align: center;
}
.item--process .item--smp-column .item--html h3 {
  color: #00D2C7;
  font-size: min(3vw, 70px);
  font-weight: 900;
  padding-block: 20px;
}
.item--process .item--smp-column .item--html p {
  color: #bbbbbb;
  font-size: min(1.9vw, 38px);
  text-align: center;
  padding: 0 min(2vw, 45px) min(4vw, 90px) min(1vw, 30px);
}
@media only screen and (max-width: 872px) {
  .item--process {
    flex-direction: column;
    padding: 20px;
  }
  .item--process .item--html {
    width: 100%;
  }
  .item--process .item--html h3 {
    font-size: min(7vw, 70px);
  }
  .item--process .item--photo-frame {
    height: 55vw;
    font-size: 10vw;
    width: 95%;
    margin: 2.5%;
  }
  .item--process .item--smp-column .item--html {
    height: auto;
    padding: 0;
  }
  .item--process .item--smp-column .item--html h3 {
    font-size: 11vw;
    padding-top: 8vw;
    padding-bottom: 0;
  }
  .item--process .item--smp-column .item--html p {
    font-size: 5.2vw;
    padding: 2vw 7vw 15vw 7vw;
    font-style: italic;
    font-weight: 500;
  }
}
.item--photo-frames {
  flex-wrap: nowrap;
  background-color: #00D2C7;
  gap: 1vw;
  padding: 40px 60px;
}
.item--photo-frames .item--photo-frame {
  height: min(30vw, 604px);
  width: 98%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed gray;
  font-size: min(3vw, 70px);
  font-weight: 700;
  color: black;
  background-color: white;
  margin: 2%;
}
.item--photo-frames .item--smp-column .item--html {
  background: black;
  text-align: center;
}
.item--photo-frames .item--smp-column .item--html h2 {
  color: #00D2C7;
  font-size: min(3vw, 70px);
  font-weight: 900;
  padding-block: 20px;
}
.item--photo-frames .item--smp-column .item--html h3 {
  color: #00D2C7;
  font-size: min(3vw, 70px);
  font-weight: 900;
  padding-block: 20px;
}
.item--photo-frames .item--smp-column .item--html p {
  color: #bbbbbb;
  font-size: min(1.9vw, 38px);
  text-align: center;
  padding: 0 min(2vw, 45px) min(4vw, 90px) min(1vw, 30px);
}
@media only screen and (max-width: 872px) {
  .item--photo-frames {
    flex-direction: column;
    padding: 20px;
  }
  .item--photo-frames .item--photo-frame {
    height: 55vw;
    font-size: 10vw;
    width: 95%;
    margin: 2.5%;
  }
  .item--photo-frames .item--smp-column .item--html {
    height: auto;
    padding: 0;
  }
  .item--photo-frames .item--smp-column .item--html h3 {
    font-size: 11vw;
    padding-top: 8vw;
    padding-bottom: 0;
  }
  .item--photo-frames .item--smp-column .item--html p {
    font-size: 5.2vw;
    padding: 2vw 7vw 15vw 7vw;
    font-style: italic;
    font-weight: 500;
  }
}
.item--fundraiser-blog-section {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: min(2vw, 40px);
  padding: min(2vw, 65px) min(2vw, 50px) min(5vw, 100px) min(4vw, 64px);
}
.item--fundraiser-blog-section .item--blog-section-left {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.item--fundraiser-blog-section .item--blog-section-left .item--related-photo-left {
  display: none;
}
.item--fundraiser-blog-section .item--blog-section-left .item--html h4 {
  color: #00D2C7;
  padding-bottom: 7px;
  font-weight: 900;
  font-size: min(3vw, 58px);
  text-align: start;
}
.item--fundraiser-blog-section .item--blog-section-left .item--html p {
  color: var(--text-color);
  font-size: min(1.9vw, 38px);
}
.item--fundraiser-blog-section .item--blog-section-left .item--blog-section-other-blogs {
  display: none;
}
.item--fundraiser-blog-section .item--blog-section-right {
  flex: 1.2;
  margin-top: min(5vw, 85px);
  gap: min(2vw, 20px);
  color: black;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.item--fundraiser-blog-section .item--blog-section-right &gt; .item--rows {
  gap: min(1vw, 20px);
  align-items: flex-start;
}
.item--fundraiser-blog-section .item--blog-section-right .item--related-photo-right {
  flex: 1;
  border: 2px dashed gray;
  height: min(20vw, 408px);
  font-size: min(2.2vw, 55px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
.item--fundraiser-blog-section .item--blog-section-right .item--rows {
  display: flex;
  gap: 1vw;
}
.item--fundraiser-blog-section .item--blog-section-right .item--columns {
  align-items: flex-start;
}
.item--fundraiser-blog-section .item--blog-section-right .item--html p {
  border: 2px dashed gray;
  font-size: min(1.2vw, 32px);
  padding: min(2vw, 34px);
  font-weight: 700;
}
@media only screen and (max-width: 872px) {
  .item--fundraiser-blog-section {
    flex-direction: column;
    padding: 2vw 2vw 5vw 2vw;
  }
  .item--fundraiser-blog-section .item--blog-section-right {
    display: none;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--related-photo-left {
    border: none !important;
    border: 2px dashed gray;
    height: 50vw;
    display: flex;
    background: black;
    color: white;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-weight: 700;
    width: 98%;
    margin-block: 3vw;
    text-align: center;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--related-photo-left &gt; p {
    color: white;
    font-size: 6vw !important;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--html h4 {
    font-size: 7vw;
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--html p {
    font-size: 3.9vw;
    color: #515151;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--blog-section-other-blogs {
    margin-top: 3vw;
    display: flex;
    flex-direction: row;
    height: 40vw;
    gap: 3vw;
    color: white;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--blog-section-other-blogs &gt; .item--columns {
    position: relative;
    width: 46vw;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--blog-section-other-blogs &gt; .item--columns .item--html {
    min-width: unset;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--blog-section-other-blogs .item--html p {
    background-color: black;
    border: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vw;
    width: 46vw;
    font-size: 2.8vw;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--other-blogs-title {
    position: absolute;
    height: 10vw !important;
    bottom: 0vw;
  }
  .item--fundraiser-blog-section .item--blog-section-left .item--other-blogs-title p {
    height: 10vw !important;
    background-image: url("/data/admin-uploads/2023-06-29/n3272jyj.svg");
    background-size: 46vw 12vw;
    color: black !important;
    font-weight: 700;
    background-position: bottom;
    background-size: 46vw 8vw !important;
    justify-content: flex-start !important;
    padding-left: 3vw;
    padding-top: 2vw;
  }
}
.item--homePageBlogPost {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: min(2vw, 65px) min(2vw, 50px) min(5vw, 100px) min(4vw, 64px);
  gap: 30px;
  flex-direction: column;
}
.item--homePageBlogPost .home-page-blog-image {
  flex: 1 1 40%;
}
.item--homePageBlogPost .home-page-blog-post {
  flex: 1 1 40%;
}
.item--homePageBlogPost .home-page-blog-post__title {
  margin-bottom: 2px;
}
.item--homePageBlogPost .home-page-blog-post__title a {
  padding-bottom: 7px;
  font-weight: 800;
  font-size: 36px;
  line-height: 38px;
  text-align: start;
  text-decoration: none;
}
.item--homePageBlogPost .home-page-blog-post__date-author {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.item--homePageBlogPost .home-page-blog-post__row {
  display: flex;
  gap: 20px;
}
.item--homePageBlogPost .home-page-blog-post__abstract {
  flex: 1 1 auto;
}
.item--homePageBlogPost .home-page-blog-post__image {
  flex: 1 1 100%;
}
.item--homePageBlogPost .home-page-blog-post__image img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.item--homePageBlogPost .home-page-blog-post .item--html {
  font-size: 16px;
  text-align: justify;
  height: 15vw;
  overflow-y: scroll;
}
.item--homePageBlogPost .home-page-blog {
  display: flex;
  gap: 40px;
}
.item--homePageBlogPost .home-page-blog-history {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.item--homePageBlogPost .home-page-blog-history__post {
  flex: 1 1;
}
.item--homePageBlogPost .home-page-blog-history__post-title {
  margin-top: 15px;
}
.item--homePageBlogPost .home-page-blog-history__post-title a {
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
}
.item--homePageBlogPost .home-page-blog-history__post-date-author {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}
.item--homePageBlogPost .home-page-blog-history__image img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
@media only screen and (max-width: 872px) {
  .item--homePageBlogPost {
    padding: 20px;
    flex-direction: column;
  }
  .item--homePageBlogPost .home-page-blog-post__row {
    flex-direction: column-reverse;
  }
  .item--homePageBlogPost .home-page-blog-post__title a {
    font-size: 30px;
  }
  .item--homePageBlogPost .home-page-blog-post .item--html {
    height: 100%;
    scroll-y: inherit;
  }
  .item--homePageBlogPost .home-page-blog-image {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .item--homePageBlogPost .home-page-blog {
    flex-direction: column;
  }
  .item--homePageBlogPost .home-page-blog-post__title {
    text-align: center;
  }
  .item--homePageBlogPost .home-page-blog-post__date-author {
    align-items: center;
    justify-content: center;
  }
  .item--homePageBlogPost .home-page-blog-history {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 1500px) {
  .item--homePageBlogPost {
    flex-wrap: wrap;
  }
  .item--homePageBlogPost .home-page-blog-post {
    flex: 47%;
  }
  .item--homePageBlogPost .home-page-blog-image {
    flex: 1 1 48%;
  }
  .item--homePageBlogPost .home-page-blog-history {
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .item--homePageBlogPost .home-page-blog-history__post {
    margin-bottom: 20px;
  }
}
.item--faq-with-video iframe {
  display: block;
  min-width: 150px;
  max-width: 800px;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.item--video-embed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  paddding: 16px;
}
@media (max-width: 600px) {
  .item--video-embed-grid {
    grid-template-columns: 1fr;
  }
}
.item--video-embed-grid .item {
  --aspect-ratio: 16/9;
}
.item--video-embed-grid .item p {
  margin: 0;
}
.item--video-embed-grid .item iframe {
  display: block;
  min-width: 150px;
  max-width: 800px;
  aspect-ratio: var(--aspect-ratio);
  width: 100%;
  height: auto;
}

/* END 2 pw Exclaim */</pre></body></html>