.malomo-event-timestamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.malomo-most-recent-event {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.estimated-delivery {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.malomo-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 150%;
}

.malomo-event.malomo-most-recent-event {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-width: 0px;
  font-size: 14px;
  line-height: 150%;
}

.malomo-event-timestamp-date {
  margin-right: 6px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-weight: 700;
  text-transform: capitalize;
}

.malomo-event-timestamp-time {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-weight: 300;
  text-transform: uppercase;
}

.malomo-delivery-date {
  display: block;
  margin-top: 0px;
  font-family: National2-extrabolditalic, sans-serif;
  font-size: 30px;
  line-height: 100%;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tracking-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sky-star-dark-constellation-color-space-610854-pxhere.com-300dpi.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.tracking-container.fixed {
  height: 720px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.malomo-event-location-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.malomo-event-message {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.malomo-delivery-state {
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.latest-activity-label {
  margin-bottom: 4px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tracking-block-image {
  display: none;
}

.with-data {
  z-index: 2;
  display: block;
  width: 400px;
  margin-left: 100px;
  padding: 24px;
  border-radius: 10px;
  background-color: #feff09;
}

.body {
  background-color: #feff09;
  font-family: Pitchsans, sans-serif;
  color: #1b1819;
  font-size: 12px;
  line-height: 125%;
  font-weight: 500;
}

.malomo-event-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-icon {
  overflow: visible;
  height: 12px;
  margin-right: 4px;
}

.malomo-event-location-separator {
  display: inline;
}

.malomo-event-location-state {
  display: inline;
  text-transform: uppercase;
}

.malomo-countdown {
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: National2-extrabolditalic, sans-serif;
  font-size: 24px;
  line-height: 125%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.tracking-block-image-mobile {
  position: static;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.help-text-block {
  display: none;
}

.help-text-trigger {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
  text-decoration: underline;
  cursor: pointer;
}

.help-text-trigger:hover {
  font-weight: 400;
}

.tool-tip-box {
  z-index: 8;
  display: none;
  margin-right: -24px;
  margin-bottom: 8px;
  margin-left: -24px;
  padding: 16px 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.25);
}

.close-icon {
  z-index: 10;
  margin-right: -12px;
  margin-bottom: 8px;
  margin-left: 16px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: default;
}

.close-image {
  opacity: 0.75;
  cursor: pointer;
}

.close-image:hover {
  opacity: 1;
}

.pop-under-text {
  line-height: 150%;
}

.delivered-contact-link {
  color: #12263f;
  font-weight: 700;
  text-decoration: underline;
}

.pop-under-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pop-under-title-text {
  font-weight: 700;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.tracking-block-spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-right: 60px;
  text-align: center;
}

.rating-5-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.rating-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.rating-2-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.rating-1-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.full-rating-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rating-4-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.rating-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-4-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.rating-label {
  display: block;
  margin-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
}

.rating-5-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.rating-1-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.rating-2-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.rating-thank-you {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
}

.rating-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-3-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.rating-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rating-3-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.no-data {
  display: block;
  width: 300px;
  margin-left: 100px;
  padding: 24px;
  border-radius: 10px;
  background-color: #feff09;
}

.malomo-status-message {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: National2-extrabolditalic, sans-serif;
  font-size: 30px;
  line-height: 100%;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.no-data-message {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tracking-link {
  color: #12263f;
}

.no-data-message-text {
  padding-top: 12px;
  padding-bottom: 12px;
}

.no-data-message-links {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 150%;
}

.div-block {
  display: none;
}

.menu-bar-left {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-bar-left.left {
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-link {
  padding: 9px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #12263f;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link.nav-button {
  padding: 14px 24px;
  background-color: #95aac9;
  color: #fff;
}

.text-block {
  font-family: National2-extrabolditalic, sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.logo-navigation-link {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-bar-right {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-bar-right.left {
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tracking-block-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-button {
  margin-top: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.show-history-btn-text {
  text-transform: capitalize;
}

.show-history-btn-text:hover {
  font-weight: 500;
}

.carrier-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 18px -24px -12px;
  padding-top: 12px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #000;
}

.malomo-carrier-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.malomo-carrier-info-image {
  max-height: 22px;
  max-width: 64px;
  margin-right: 4px;
}

.malomo-carrier-info-tracking-code {
  line-height: 100%;
  letter-spacing: 0.5px;
}

.malomo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #95aac9;
}

.history-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 40vw;
  max-height: 600px;
  max-width: 400px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #feff09;
}

.history-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 2px solid rgba(149, 170, 201, 0.1);
}

.history-label {
  padding-left: 32px;
  font-size: 20px;
  font-weight: 600;
}

.history-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.history-close:hover {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}

.image-33 {
  opacity: 0.75;
}

.image-33:hover {
  opacity: 1;
}

.malomo-events {
  overflow: auto;
  padding-top: 8px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-logo {
  max-width: 120px;
  cursor: pointer;
}

.footer-copyright {
  color: #fff;
}

.malomo-container-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 8px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-by-malomo {
  margin-right: 4px;
  color: hsla(0, 0%, 100%, 0.41);
  font-size: 12px;
}

.by-malomo-link {
  width: 72px;
  cursor: pointer;
}

.malomo-logo {
  display: inline-block;
}

.navigation-centered {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  width: 100vw;
  background-color: #feff09;
}

.section-inner {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.section-inner.edge-to-edge {
  width: 100vw;
}

.section-inner.fixed {
  width: auto;
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
}

.menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-inner.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo {
  max-width: 160px;
  cursor: pointer;
}

.product-full {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1b1819;
}

.section-header {
  display: none;
  margin-top: 0px;
  font-weight: 400;
  text-align: center;
}

.section-header.left {
  text-align: left;
}

.product-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-image-container {
  margin-bottom: 10px;
}

.product-link-title {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.product-price {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.inline-blog {
  width: 100vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
  background-color: rgba(18, 38, 63, 0.1);
}

.blog-heading {
  display: block;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-img-item {
  text-decoration: none;
}

.blog-with-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  max-width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog {
  width: 100vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.blog-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.blog-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-content {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 24px;
  background-color: #12263f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.body-copy {
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}

.body-copy.centered {
  display: none;
  text-align: center;
}

.media-item-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
}

.media-item-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 125%;
  font-weight: 600;
}

.blog-item-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 125%;
  font-weight: 600;
}

.text-and-media {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.text-and-image-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.youtube-container {
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.youtube-video {
  display: block;
}

.inline-headline {
  z-index: 2;
  max-width: 30%;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.one-column {
  width: 100vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.link-content-container {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.image-19 {
  width: 100vw;
  cursor: pointer;
}

.two-column {
  width: 100vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

._2-column-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.three-column {
  width: 100vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

._3-column-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.instagram {
  width: 100vw;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.html-embed {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.one-column-overlay {
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1-column-overlay {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-content-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.grid-item-title-overlay {
  display: block;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 150%;
  text-decoration: none;
}

.two-column-grid-overlay {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-column-link-content-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-content-2 {
  margin-top: 24px;
  padding: 12px 24px;
  background-color: #12263f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.two-column-overlay {
  width: 100vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.three-column-link-content-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.three-column-overlay {
  width: 100vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3-column-grid-overlay {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-column-link-content-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.three-column-link-content-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.three-column-link-content-overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.product-image-container-1 {
  width: 100%;
  height: 95%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border: 1px none #000;
  border-radius: 10px;
  background-image: url('../images/social-post-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-image-container-5 {
  width: 100%;
  height: 85%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image-container-2 {
  width: 100%;
  height: 85%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image-container-3 {
  width: 100%;
  height: 85%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image-container-7 {
  width: 100%;
  height: 85%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image-container-4 {
  width: 100%;
  height: 85%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.product-image-container-8 {
  width: 100%;
  height: 85%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image {
  width: 100%;
  height: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
  cursor: pointer;
}

.product-image.fixed {
  max-height: 350px;
}

.product-image-container-6 {
  width: 100%;
  height: 85%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-top: 5px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

.footer-social.margin {
  margin-top: 20px;
}

.footer-social-icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.navigation-left {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: #feff09;
}

.image-35 {
  height: 30px;
}

.navigation-link-button {
  display: none;
  padding: 16px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #95aac9;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-button.nav-button {
  padding: 14px 24px;
  background-color: #95aac9;
  color: #fff;
}

.one-column-with-mobile-variant {
  width: 100vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.body-copy-2 {
  font-size: 16px;
  line-height: 150%;
}

.body-copy-2.centered {
  text-align: center;
}

._1-column-image {
  width: 100vw;
  cursor: pointer;
}

.section-header-2 {
  margin-top: 0px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

._1-column-image-mobile {
  display: none;
  width: 100vw;
  cursor: pointer;
}

.grid-item-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 125%;
  font-weight: 600;
}

.four-column {
  width: 100vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

._4-column-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.four-column-link-content-overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.four-column-link-content-overlay-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.four-column-link-content-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.four-column-overlay {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.four-column-link-content-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/16by9-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

._4-column-grid-overlay {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section {
  background-color: #000;
  color: #000;
}

.text-wrapper {
  padding: 16px;
}

.text-block-2 {
  font-family: National2-extrabolditalic, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 140%;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.outline-text {
  border: 1px none #fff;
  border-radius: 0px;
  font-family: National2-extrabolditalic, sans-serif;
  color: #000;
  font-style: normal;
  text-shadow: -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff;
}

.product-image-container-1-copy {
  width: 100%;
  height: 85%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border: 1px solid #000;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#feff09), to(#feff09)), url('../images/16by9-image.jpg');
  background-image: linear-gradient(180deg, #feff09, #feff09), url('../images/16by9-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 4px 4px 0 0 #000;
}

.product-image-container-2-new {
  width: 100%;
  height: 95%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border: 1px none #000;
  border-radius: 10px;
  background-image: url('../images/social-post-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-image-container-3-new {
  width: 100%;
  height: 95%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border: 1px none #000;
  border-radius: 10px;
  background-image: url('../images/social-post-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-image-container-4-new {
  width: 100%;
  height: 95%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border: 1px none #000;
  border-radius: 10px;
  background-image: url('../images/social-post-4.png');
  background-position: 40% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.good-content-wrapper {
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/ticker-desktop.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.follow-us-rainbow {
  background-color: #1b1819;
}

.rainbow {
  height: 40px;
  border-radius: 20px;
}

.rainbow.color {
  height: 40px;
  border-radius: 0px;
  background-color: #ddff0c;
}

.rainbow.color2 {
  height: 40px;
  border-radius: 0px;
  background-color: #a2ff0a;
}

.rainbow.color3 {
  height: 40px;
  border-radius: 0px;
  background-color: #00bef7;
  background-image: url('../images/starface-ticker.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-clip: content-box;
}

.rainbow.color4 {
  height: 40px;
  border-radius: 0px;
  background-color: #ad1aff;
}

.rainbow.color5 {
  height: 40px;
  border-radius: 0px;
  background-color: #da55ff;
}

.rainbow.color6 {
  height: 5px;
  border-radius: 0px;
  background-color: #00bef7;
}

.color-2 {
  height: 30px;
  border-radius: 15px;
  background-color: #a2ff0a;
}

.color-2.size {
  height: 40px;
  border-radius: 20px;
}

.color-3 {
  height: 30px;
  border-radius: 15px;
  background-color: #16b0f7;
}

.color-4 {
  height: 30px;
  border-radius: 15px;
  background-color: #ad1aff;
}

.color-5 {
  height: 30px;
  border-radius: 15px;
  background-color: #da55ff;
}

.section-wrapper {
  padding-top: 8vh;
  padding-bottom: 0vh;
  border-radius: 0px;
  background-color: #feff09;
}

.follow-us-wrapper {
  position: relative;
  margin-top: -100px;
}

.social-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #000;
  background-image: url('../images/social-speech-bubble.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.follow-us-heading {
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.yellow-face {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-right: 100px;
}

.image-36 {
  display: none;
}

.text-block-3 {
  color: #ff9cee;
}

.text-block-4 {
  color: #ff9cee;
}

.text-block-5 {
  color: #ff9cee;
}

.footer-social-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

.footer-social-copy.margin {
  margin-top: 20px;
}

.footer-social-icon-footer {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.text-block-5-copy {
  color: #fff;
}

.text-block-4-copy {
  color: #fff;
}

.text-block-3-copy {
  color: #fff;
}

.html-embed-2-mobile {
  max-width: 100%;
  padding-right: 100px;
}

.html-embed-2-mobile-hor {
  max-width: 100%;
  padding-right: 100px;
}

.navigation-link-account {
  display: none;
  padding: 9px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #12263f;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-account.nav-button {
  padding: 14px 24px;
  background-color: #95aac9;
  color: #fff;
}

.navigation-link-help {
  display: none;
  padding: 9px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #12263f;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-help.nav-button {
  padding: 14px 24px;
  background-color: #95aac9;
  color: #fff;
}

.menu-bar-left-mobile {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-bar-left-mobile.left {
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-centered-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  display: none;
  width: 100vw;
  background-color: #feff09;
}

.navigation-link-desktop1 {
  padding: 9px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #12263f;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-desktop1.nav-button {
  padding: 14px 24px;
  background-color: #95aac9;
  color: #fff;
}

.navigation-link-desktop2 {
  padding: 9px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #12263f;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-desktop2.nav-button {
  padding: 14px 24px;
  background-color: #95aac9;
  color: #fff;
}

.navigation-link-desktop3 {
  padding: 9px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #12263f;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-desktop3.nav-button {
  padding: 14px 24px;
  background-color: #95aac9;
  color: #fff;
}

.menu-inner-mobilenav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-inner-mobilenav.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1280px) {
  .product-full {
    max-width: 1200px;
  }

  .follow-us-wrapper {
    margin-top: -100px;
  }
}

@media screen and (min-width: 1440px) {
  .product-full {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1920px) {
  .section-inner {
    max-width: 1440px;
  }

  .product-full {
    max-width: 1600px;
  }

  .product-image {
    height: 20vw;
  }

  .product-image-container-4-new {
    height: 95%;
  }
}

@media screen and (max-width: 991px) {
  .tracking-container {
    height: 460px;
  }

  .tracking-container.fixed {
    height: auto;
  }

  .with-data {
    top: -73px;
    margin-left: 40px;
  }

  .tracking-block-image-mobile {
    display: block;
  }

  .no-data {
    top: -73px;
    margin-left: 20px;
  }

  .menu-bar-left.left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-bar-right.left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .malomo-container-new {
    padding-right: 0px;
  }

  .section-inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-inner.fixed {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-inner.fixed.edge-to-edge {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-heading {
    display: block;
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-with-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-grid {
    display: -ms-grid;
    display: grid;
    max-width: none;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-grid-2 {
    display: -ms-grid;
    display: grid;
    max-width: none;
    margin-right: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .youtube-container {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .inline-headline {
    margin-left: 30px;
    text-align: center;
  }

  .footer-social {
    width: 20vw;
  }

  ._4-column-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .good-content-wrapper {
    height: 32px;
    border-right-style: none;
    background-image: url('../images/ticker-desktop.png');
    background-position: 50% 50%;
  }

  .rainbow.color {
    height: 20px;
  }

  .rainbow.color2 {
    height: 20px;
  }

  .rainbow.color3 {
    height: 20px;
  }

  .rainbow.color4 {
    height: 20px;
  }

  .rainbow.color5 {
    height: 20px;
  }

  .rainbow.color6 {
    display: none;
    height: 20px;
  }

  .follow-us-wrapper {
    margin-top: -80px;
  }

  .social-icon-wrapper {
    width: 280px;
  }

  .footer-social-copy {
    width: 15vw;
  }

  .menu-bar-left-mobile.left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navigation-centered-mobile {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .navigation-link-desktop1 {
    display: none;
  }

  .navigation-link-desktop2 {
    display: none;
  }

  .navigation-link-desktop3 {
    display: none;
  }

  .menu-inner-mobilenav {
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .malomo-event-timestamp {
    font-size: 16px;
  }

  .estimated-delivery {
    background-color: #feff09;
  }

  .events {
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .malomo-delivery-date {
    font-size: 46px;
  }

  .tracking-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .tracking-container.fixed {
    padding-right: 0px;
    padding-left: 0px;
  }

  .malomo-event-message {
    font-size: 16px;
    line-height: 135%;
  }

  .malomo-delivery-state {
    background-color: transparent;
    font-size: 12px;
  }

  .tracking-block-image {
    z-index: 1;
    display: block;
    padding: 30px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: url('../images/sky-star-dark-constellation-color-space-610854-pxhere.com-300dpi.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .with-data {
    width: 100vw;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .malomo-event-location {
    font-size: 16px;
  }

  .location-icon {
    width: 12px;
  }

  .tracking-block-image-mobile {
    z-index: 1;
    display: none;
    width: 100vw;
  }

  .tool-tip-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .close-icon {
    margin-bottom: 8px;
  }

  .pop-under-text {
    padding-right: 32px;
  }

  .tracking-block-spacer {
    display: none;
  }

  .rating-section {
    top: -85px;
  }

  .rating-label {
    margin-right: 0px;
    margin-bottom: 6px;
  }

  .rating-inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-data {
    width: 100vw;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .malomo-status-message {
    background-color: #feff09;
    font-size: 46px;
  }

  .no-data-message {
    padding-top: 12px;
    font-size: 16px;
    line-height: 135%;
  }

  .tracking-link {
    line-height: 200%;
  }

  .no-data-message-links {
    padding-top: 12px;
    font-size: 16px;
    line-height: 135%;
  }

  .menu-bar-left {
    z-index: 4;
  }

  .menu-bar-left.left {
    display: none;
  }

  .navigation-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .navigation-link.nav-button {
    padding: 8px 16px;
  }

  .menu-bar-right {
    z-index: 4;
  }

  .tracking-block-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    margin-top: 12px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 12px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .history-button {
    margin-top: 0px;
    padding: 16px 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
  }

  .carrier-info {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-top-width: 0px;
  }

  .malomo-container {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .history-modal {
    width: 100vw;
    height: 100vh;
    max-height: none;
    max-width: none;
    min-height: auto;
  }

  .history-close {
    margin-right: 0px;
  }

  .malomo-container-new {
    margin-bottom: 12px;
  }

  .section-header.left {
    text-align: center;
  }

  .product-grid {
    margin-top: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .product-link-title {
    text-align: center;
  }

  .product-price {
    text-align: center;
  }

  .blog-heading {
    max-width: 460px;
  }

  .blog-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-grid-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .blog-text-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-copy {
    text-align: center;
  }

  .media-item-text {
    margin-right: auto;
    margin-left: auto;
  }

  .media-item-title {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .blog-item-title {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .text-and-image-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .youtube-container {
    width: 100vw;
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .youtube-video {
    width: 100vw;
  }

  .inline-headline {
    max-width: 75vw;
    margin-right: 30px;
  }

  ._2-column-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._3-column-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .one-column-overlay {
    background-image: none;
  }

  ._1-column-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .two-column-grid-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .two-column-overlay {
    background-image: none;
  }

  .three-column-overlay {
    background-image: none;
  }

  ._3-column-grid-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .product-image-container-1 {
    height: 100%;
    margin-bottom: 0px;
  }

  .product-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .product-image {
    height: 50vw;
  }

  .footer-social {
    width: 30vw;
  }

  .navigation-link-button {
    padding: 12px 8px;
    font-size: 13px;
  }

  .navigation-link-button.nav-button {
    padding: 8px 16px;
  }

  ._1-column-image {
    display: none;
  }

  ._1-column-image-mobile {
    display: block;
  }

  .grid-item-title {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  ._4-column-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._4-column-grid-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-block-2 {
    line-height: 100%;
  }

  .outline-text {
    line-height: 100%;
  }

  .product-image-container-2-new {
    height: 100%;
  }

  .product-image-container-3-new {
    height: 100%;
  }

  .product-image-container-4-new {
    height: 100%;
  }

  .good-content-wrapper {
    height: 60px;
    border-right-width: 0px;
    border-right-color: #000;
    background-image: url('../images/ticker-mobile.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .rainbow.color {
    height: 15px;
  }

  .rainbow.color2 {
    height: 15px;
  }

  .rainbow.color3 {
    height: 15px;
  }

  .rainbow.color4 {
    height: 15px;
  }

  .rainbow.color5 {
    height: 15px;
  }

  .rainbow.color6 {
    height: 15px;
  }

  .follow-us-wrapper {
    margin-top: -70px;
  }

  .html-embed-2 {
    display: none;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .footer-social-copy {
    width: 30vw;
  }

  .html-embed-2-mobile {
    display: none;
    width: 100vw;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .html-embed-2-mobile-hor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .navigation-link-account {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .navigation-link-account.nav-button {
    padding: 8px 16px;
  }

  .navigation-link-help {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .navigation-link-help.nav-button {
    padding: 8px 16px;
  }

  .menu-bar-left-mobile {
    z-index: 4;
    width: 44vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-bar-left-mobile.left {
    display: none;
  }

  .navigation-link-desktop1 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .navigation-link-desktop1.nav-button {
    padding: 8px 16px;
  }

  .navigation-link-desktop2 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .navigation-link-desktop2.nav-button {
    padding: 8px 16px;
  }

  .navigation-link-desktop3 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .navigation-link-desktop3.nav-button {
    padding: 8px 16px;
  }

  .menu-inner-mobilenav {
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .events {
    z-index: 2;
  }

  .malomo-event-timestamp-date {
    text-decoration: none;
    text-transform: none;
  }

  .malomo-delivery-date {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-family: National2-extrabolditalic, sans-serif;
    font-style: italic;
  }

  .tracking-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .malomo-delivery-state {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tracking-block-image {
    padding: 10px 0px;
  }

  .rating-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .rating-section {
    display: block;
    margin-bottom: 0px;
  }

  .rating-label {
    margin-right: 10px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0px;
  }

  .rating-block {
    z-index: 2;
  }

  .no-data {
    z-index: 2;
  }

  .malomo-status-message {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .menu-bar-left {
    position: static;
    z-index: 999;
  }

  .menu-bar-left.left {
    display: none;
  }

  .navigation-link {
    padding-right: 8px;
    padding-left: 8px;
  }

  .text-block {
    font-size: 10px;
  }

  .logo-navigation-link {
    padding-right: 2px;
    padding-left: 2px;
  }

  .menu-bar-right {
    position: static;
    z-index: 999;
  }

  .tracking-block-footer {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .history-button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #000;
  }

  .carrier-info {
    margin-top: 8px;
  }

  .malomo-carrier-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .history-modal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tracking-by-malomo {
    font-weight: 500;
  }

  .section-inner {
    max-width: 390px;
  }

  .logo {
    max-width: 160px;
  }

  .product-grid {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-column-gap: 6px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-heading {
    margin-right: 5px;
    margin-left: 5px;
  }

  .blog-grid-2 {
    margin-right: 0px;
  }

  .media-item-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .media-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    text-align: left;
  }

  ._2-column-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-column-overlay {
    background-image: none;
  }

  .two-column-grid-overlay {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .two-column-overlay {
    background-image: none;
  }

  .three-column-overlay {
    background-image: none;
  }

  .product-image-container-1 {
    width: auto;
    margin-bottom: 0px;
    background-size: contain;
  }

  .product-grid-2 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-image {
    width: 100%;
    height: 22vh;
  }

  .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-35 {
    height: 15px;
  }

  .grid-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-2 {
    font-size: 48px;
  }

  .outline-text {
    font-size: 48px;
  }

  .product-image-container-2-new {
    width: auto;
    background-size: contain;
  }

  .product-image-container-3-new {
    width: auto;
  }

  .product-image-container-4-new {
    width: auto;
    background-position: 50% 50%;
  }

  .good-content-wrapper {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-position: 50% 50%;
    background-size: contain;
  }

  .rainbow.color3 {
    background-size: cover;
  }

  .follow-us-wrapper {
    margin-top: -70px;
  }

  .social-icon-wrapper {
    width: 280px;
  }

  .html-embed-2 {
    max-width: 50%;
  }

  .footer-social-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .html-embed-2-mobile {
    max-width: 50%;
    padding-right: 80px;
  }

  .html-embed-2-mobile-hor {
    max-width: 50%;
    padding-right: 80px;
  }

  .navigation-link-account {
    padding-right: 8px;
    padding-left: 8px;
  }

  .navigation-link-help {
    padding-right: 8px;
    padding-left: 8px;
  }

  .menu-bar-left-mobile {
    position: static;
    z-index: 999;
    width: 44vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-bar-left-mobile.left {
    display: none;
  }

  .navigation-link-desktop1 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .navigation-link-desktop2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .navigation-link-desktop3 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .menu-inner-mobilenav {
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#w-node-0e757f03e398-7f03e391 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-13f05472689f-7f03e391 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-183ceb31eff4-7f03e391 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d14f3277e470-7f03e391 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-0e757f03e398-7f03e391 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Pitchsans';
  src: url('../fonts/PitchSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pitchsans';
  src: url('../fonts/PitchSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National2- Extrabold';
  src: url('../fonts/National2-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National2-bold';
  src: url('../fonts/National2-BoldItalic.otf') format('opentype'), url('../fonts/National2-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National2-black';
  src: url('../fonts/National2-BlackItalic.otf') format('opentype'), url('../fonts/National2-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National2-extrabolditalic';
  src: url('../fonts/National2-ExtraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}