.body {
  margin-top: 20px;
  font-family: SofiaProLight, sans-serif;
  color: #1e1e1e;
  font-weight: 400;
}

.menu-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #fff;
}

.product-price {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SofiaProLight, sans-serif;
  color: #1e1e1e;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.product-container {
  max-width: 980px;
  margin-bottom: 24px;
}

.product-link-title {
  display: block;
  margin-top: 0px;
  font-family: 'Minerva Modern', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.product-link-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-link-img:hover {
  background-image: none;
}

.product-grid {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -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;
  background-color: #fff;
}

.product-grid-square {
  width: 300px;
  margin: 10px;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  font-family: 'Minerva Modern', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.two-column-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.two-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin-bottom: 20px;
}

.two-column-image {
  margin-right: 5px;
  margin-left: 5px;
}

.html-embed {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.estimated-delivery-day-of-week {
  display: block;
  margin: 0px 5px;
  font-family: 'Minerva Modern', sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.hide-history-btn-text {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hide-history-btn-text:hover {
  font-weight: 700;
}

.most-recent-event {
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.malomo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

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

.estimated-delivery-days-left {
  display: block;
  margin: 0px 5px;
  font-family: 'Minerva Modern', sans-serif;
  font-size: 18px;
  line-height: 125%;
  font-weight: 400;
}

.carrier-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-meta {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  display: none;
}

.accordion-control-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.event-month {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
}

.accordion-event-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image {
  margin-right: 4px;
}

.estimated-delivery-month {
  display: block;
  margin: 0px 5px;
  font-family: 'Minerva Modern', sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.show-history-btn-text {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.branded-status-arrival {
  margin-bottom: 0px;
  font-family: SofiaProSemiBold, sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
}

.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid hsla(0, 0%, 77.6%, 0.5);
}

.estimated-delivery-date {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 400;
  text-align: center;
}

.latest-activity-label {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 150%;
  font-style: italic;
}

.carrier-logo-2 {
  max-height: 24px;
  max-width: 64px;
  margin-right: 8px;
}

.event-location-container {
  margin-top: 2px;
}

.timeline-delivered {
  height: 2px;
  min-width: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}

.estimated-delivery-day {
  display: block;
  margin: 0px 5px;
  font-family: 'Minerva Modern', sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline-out-for-delivery {
  height: 2px;
  margin-right: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.event-time {
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: SofiaProSemiBold, sans-serif;
  color: rgba(0, 0, 0, 0.92);
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
}

.tracking-block-shipment-info {
  width: 280px;
  min-width: 280px;
  margin-right: 12px;
  padding: 20px 24px 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.tracking-number {
  color: grey;
  font-size: 12px;
  line-height: 125%;
  text-align: left;
}

.tracking-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  min-height: 660px;
  margin-top: 82px;
  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;
  background-image: url('../images/Hero-VenusFleur.png');
  background-position: 100% 91%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-2 {
  margin-top: -12px;
}

.event-message {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1e1e1e;
  line-height: 125%;
}

.tracking-block-image {
  width: 720px;
  margin-top: 64px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.carrier-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.timeline-ready {
  height: 6px;
  margin-right: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
}

.timeline-in-transit {
  height: 6px;
  margin-right: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.tracking-by-malomo-2 {
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  color: #9b9b9b;
  font-size: 10px;
  font-weight: 500;
}

.event-location {
  display: inline;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.instagram {
  margin-top: 20px;
  margin-bottom: 0px;
}

.instagram-heading {
  margin-bottom: 20px;
}

.instagram-heading.centered {
  font-family: 'Minerva Modern', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.logo-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-link {
  padding: 8px 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #1e1e1e;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link:hover {
  background-color: #e4b77d;
  color: #fff;
}

.menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navigation-link-mobile {
  padding: 8px 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #1e1e1e;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link-mobile:hover {
  background-color: #e4b77d;
  color: #fff;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block {
  padding-right: 10px;
  padding-left: 10px;
  color: #1e1e1e;
  font-size: 11px;
  text-decoration: none;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  padding-left: 0px;
  -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;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.social-link {
  margin-right: 10px;
  margin-left: 10px;
}

.google-tag-manager {
  display: none;
}

.help-text-block {
  position: relative;
}

.help-text-trigger {
  font-family: 'Noto Sans', sans-serif;
  color: #4e4f4f;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}

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

.tool-tip-box {
  z-index: 8;
  display: none;
  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;
}

.close-icon {
  position: relative;
  top: -16px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: default;
}

.image-32 {
  opacity: 0.5;
  cursor: pointer;
}

.text-block-16 {
  font-family: 'Noto Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

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

.estimated-delivery-days-left-delivered {
  display: none;
  margin: 0px 5px;
  font-size: 18px;
  line-height: 125%;
  font-weight: 400;
}

.estimated-delivery-date-no-date {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 400;
  text-align: center;
}

.latest-activity-label-no-data {
  display: none;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 150%;
  font-style: italic;
}

.event-date-no-data {
  display: none;
  margin-bottom: 2px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-location-container-no-data {
  display: none;
  margin-top: 2px;
}

.event-message-no-data {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1e1e1e;
  line-height: 125%;
  text-align: center;
}

.accordion-event-container-no-data {
  display: none;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion-control-2-no-data {
  display: none;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.carrier-data-no-data {
  display: none;
  margin-right: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-block-shipment-info-no-data {
  width: 280px;
  min-width: 280px;
  margin-right: 12px;
  padding: 20px 24px 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.section-inner {
  width: 95vw;
  margin-right: auto;
  margin-left: auto;
}

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

.section-inner.fixed.edge-to-edge {
  max-width: 1160px;
}

.section-header {
  margin-top: 0px;
  color: #4e4f4f;
  font-weight: 400;
  text-align: center;
}

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

.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;
}

.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;
}

.inline-headline {
  z-index: 2;
  display: none;
  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;
}

.youtube-video {
  display: block;
}

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

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

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

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

.product-image-container-1 {
  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/Red.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/pink.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-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/Black_Classic_LeMiniSquare_blush.jpg');
  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: auto auto;
  grid-template-rows: auto auto;
}

.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/ClassicBundle_White_RB_hotpink.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.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/pdp_bundle_votive.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.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/Black_Classic_LargeSquare_RED.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.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/White_Classic_LeMiniRound_blush-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.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/Black_Classic_SmallRound_white.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.media-item-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 6px;
  font-family: 'Minerva Modern', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
}

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

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

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

._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;
}

.banner-image {
  max-height: 400px;
  min-height: 350px;
  background-image: url('../images/2011_Ornament_2011_Ornament7294-1-min.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

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

.video {
  display: none;
}

.navigation-link-bridal {
  display: none;
  padding: 8px 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #1e1e1e;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link-bridal:hover {
  background-color: #e4b77d;
  color: #fff;
}

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

.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;
}

@media screen and (max-width: 991px) {
  .product-block {
    padding-bottom: 0px;
  }

  .two-column-image-block {
    -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;
  }

  .two-column-image {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .carrier-data {
    left: 1px;
    top: -54px;
  }

  .accordion-event-container {
    overflow: auto;
  }

  .tracking-container {
    min-height: 660px;
  }

  .tool-tip-box {
    width: auto;
  }

  .accordion-event-container-no-data {
    overflow: auto;
  }

  .carrier-data-no-data {
    left: 1px;
    top: -54px;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  .product-price {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  .product-link-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-grid-square {
    width: 40vw;
  }

  .two-column-container {
    -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;
  }

  .two-column-image {
    margin-top: 10px;
    margin-left: 0px;
  }

  .malomo-container {
    margin-left: 0px;
  }

  .estimated-delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .estimated-delivery-days-left {
    font-size: 24px;
  }

  .carrier-data {
    top: -62px;
  }

  .image-3 {
    display: block;
  }

  .event-month {
    font-size: 16px;
  }

  .accordion-event-container {
    overflow: auto;
  }

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

  .estimated-delivery-month {
    font-size: 32px;
  }

  .branded-status-arrival {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .estimated-delivery-date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 56px;
    line-height: 58px;
  }

  .estimated-delivery-day {
    font-size: 100px;
    line-height: 100%;
  }

  .event-time {
    font-size: 16px;
  }

  .tracking-block-shipment-info {
    position: relative;
    z-index: 105;
    width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid rgba(30, 30, 30, 0.25);
    background-color: #fff;
  }

  .tracking-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-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-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .event-message {
    font-size: 16px;
  }

  .tracking-block-image {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .tracking-history {
    top: -85px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .event-location {
    font-size: 12px;
    text-align: left;
  }

  .navigation-link {
    display: none;
  }

  .estimated-delivery-days-left-delivered {
    font-size: 24px;
  }

  .estimated-delivery-date-no-date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 56px;
    line-height: 58px;
  }

  .event-message-no-data {
    font-size: 16px;
  }

  .accordion-event-container-no-data {
    overflow: auto;
  }

  .carrier-data-no-data {
    top: -62px;
  }

  .tracking-block-shipment-info-no-data {
    position: relative;
    z-index: 105;
    width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid rgba(30, 30, 30, 0.25);
    background-color: #fff;
  }

  .section-header.left {
    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;
  }

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

  .youtube-video {
    width: 100vw;
  }

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

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

  .product-image {
    height: 50vw;
  }

  .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-price-2 {
    text-align: center;
  }

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

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

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

  ._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;
  }

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

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

@media screen and (max-width: 479px) {
  .menu-bar {
    height: 64px;
  }

  .product-price {
    display: block;
    margin-bottom: 0px;
    padding-left: 0px;
  }

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

  .product-link-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-grid-square {
    width: 35vw;
  }

  .two-column-image-block {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .two-column-image {
    margin-right: 0px;
    margin-left: 0px;
  }

  .estimated-delivery-day-of-week {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .estimated-delivery-days-left {
    -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-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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .event-meta {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .accordion-control-2 {
    margin-top: 6px;
  }

  .event-month {
    text-decoration: none;
    text-transform: none;
  }

  .accordion-event-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: auto;
    margin-bottom: 0px;
    -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;
  }

  .event-list {
    z-index: 2;
  }

  .estimated-delivery-month {
    -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-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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .branded-status-arrival {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .estimated-delivery-day {
    -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-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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .tracking-number {
    color: #4a4a4a;
    text-align: center;
  }

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

  .tracking-history {
    top: -68px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .navigation-link-mobile {
    font-size: 10px;
  }

  .footer {
    -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;
  }

  .footer-left {
    width: 100vw;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .logo-navigation-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-right {
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .google-tag-manager {
    height: 0px;
  }

  .estimated-delivery-days-left-delivered {
    -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-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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .accordion-event-container-no-data {
    display: none;
    overflow: auto;
    width: auto;
    margin-bottom: 0px;
    -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;
  }

  .accordion-control-2-no-data {
    margin-top: 6px;
  }

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

  .inline-headline {
    margin-top: 24px;
  }

  .product-image.fixed {
    height: 75vw;
  }

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

  .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;
  }

  .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;
  }

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

#w-node-feda55cb-7603-bfeb-2ffe-5e54aeeb3a2e-aeeb3a29 {
  -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-feda55cb-7603-bfeb-2ffe-5e54aeeb3a58-aeeb3a29 {
  -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;
}

@font-face {
  font-family: 'Minerva Modern';
  src: url('../fonts/MINERVAMODERNRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SofiaProSemiBold';
  src: url('../fonts/SofiaProSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SofiaProLight';
  src: url('../fonts/SofiaProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}