@charset "UTF-8";
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0px !important;
}

.Btn a {
  padding: 16px 24px !important;
  border: unset !important;
  border-radius: 4px;
  text-decoration: unset;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1023px) {
  .Btn a {
    padding: 12px 16px !important;
  }
  .Btn a span {
    font-size: 12px !important;
  }
}
.Btn a span {
  font-family: "ProximaNova", sans-serif;
  font-size: 14px;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  display: flex;
  align-items: center;
}
.Btn a span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
}

.Btn.NoArrow span:after {
  display: none !important;
}

.BtnPrimary a {
  background-color: #cb333b !important;
  transition: 0.3s ease all;
}
.BtnPrimary a:hover {
  background-color: #8e2329 !important;
  transition: 0.3s ease all;
}
.BtnPrimary a span {
  color: white !important;
}
.BtnPrimary a span::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.667%2011.333%206.666-6.666M4.667%204.667h6.666v6.666%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.BtnPrimary-Header a {
  background-color: #cb333b !important;
  transition: 0.3s ease all;
  color: white !important;
  padding: 16px !important;
  border-radius: 4px !important;
  outline: 1px solid #cb333b;
}
.BtnPrimary-Header a:hover {
  outline: 1px solid #8e2329;
  background-color: #8e2329 !important;
  transition: 0.3s ease all;
  border-radius: 4px !important;
}

.BtnSecondary a {
  outline: 1px solid #cb333b;
  background-color: transparent !important;
}
.BtnSecondary a:hover {
  outline: 1px solid #8e2329;
}
.BtnSecondary a:hover span {
  color: #8e2329 !important;
}
.BtnSecondary a:hover span::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.667%2011.333%206.666-6.666M4.667%204.667h6.666v6.666%22%20stroke%3D%22%238E2329%22%20stroke-width%3D%221.333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}
.BtnSecondary a span {
  color: #cb333b !important;
}
.BtnSecondary a span::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.667%2011.333%206.666-6.666M4.667%204.667h6.666v6.666%22%20stroke%3D%22%23CB333B%22%20stroke-width%3D%221.333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.BtnSecondary-Header a {
  outline: 1px solid #cb333b;
  background-color: transparent !important;
  padding: 16px !important;
  color: #cb333b !important;
  border-radius: 4px !important;
}
.BtnSecondary-Header a:hover {
  outline: 1px solid #cb333b;
  color: white !important;
  background-color: #cb333b !important;
  border-radius: 4px !important;
}

.BtnTertiary a {
  padding: 0px !important;
  background-color: transparent !important;
}
.BtnTertiary a:hover span {
  color: #8e2329 !important;
}
.BtnTertiary a:hover span::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.667%2011.333%206.666-6.666M4.667%204.667h6.666v6.666%22%20stroke%3D%22%238E2329%22%20stroke-width%3D%221.333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}
.BtnTertiary a span {
  color: #cb333b !important;
}
.BtnTertiary a span::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.667%2011.333%206.666-6.666M4.667%204.667h6.666v6.666%22%20stroke%3D%22%23CB333B%22%20stroke-width%3D%221.333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.Btn.Small {
  padding: 12px 16px !important;
}
.Btn.Small span {
  font-size: 12px !important;
}

.animation-button a {
  background-color: unset !important;
  content: "" !important;
  font-size: 0 !important;
  border: none !important;
  padding: 26px 26px !important;
}
@media (max-width: 1023px) {
  .animation-button a {
    padding: 18px 18px !important;
  }
}
.animation-button span {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 93.3px;
  height: 93.3px;
  background-color: #cb333b;
  border-radius: 100%;
}
@media (max-width: 1023px) {
  .animation-button span {
    width: 62.5px;
    height: 62.5px;
  }
}
.animation-button span:hover {
  box-shadow: 0 0 25px 0 rgba(203, 51, 59, 0.6);
  background-color: #8e2329;
  cursor: pointer;
}
.animation-button span::before {
  content: "";
  position: absolute;
  width: 28.1px;
  height: 28.1px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../button_svg/arrow.svg");
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .animation-button span::before {
    width: 18.8px;
    height: 18.8px;
  }
}
.animation-button span::after {
  content: "";
  position: absolute;
  width: 149.1px;
  height: 149.1px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../button_svg/Explore.svg");
  left: calc(50% - 74.55px);
  top: calc(50% - 74.55px);
  /* 🔥 Add rotation animation */
  animation: rotateText 8s linear infinite;
}
@media (max-width: 1023px) {
  .animation-button span::after {
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
  }
}

.animation-button-builder .fl-button {
  background-color: unset !important;
  content: "" !important;
  font-size: 0 !important;
  border: none !important;
  padding: 26px 26px !important;
}
@media (max-width: 1023px) {
  .animation-button-builder .fl-button {
    padding: 18px 18px !important;
  }
}
.animation-button-builder .fl-button-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 93.3px;
  height: 93.3px;
  background-color: #cb333b;
  border-radius: 100%;
}
@media (max-width: 1023px) {
  .animation-button-builder .fl-button-text {
    width: 62.5px;
    height: 62.5px;
  }
}
.animation-button-builder .fl-button-text:hover {
  box-shadow: 0 0 25px 0 rgba(203, 51, 59, 0.6);
  background-color: #8e2329;
  cursor: pointer;
}
.animation-button-builder .fl-button-text::before {
  content: "";
  position: absolute;
  width: 28.1px;
  height: 28.1px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../button_svg/arrow.svg");
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .animation-button-builder .fl-button-text::before {
    width: 18.8px;
    height: 18.8px;
  }
}
.animation-button-builder .fl-button-text::after {
  content: "";
  position: absolute;
  width: 149.1px;
  height: 149.1px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../button_svg/Explore.svg");
  left: calc(50% - 74.55px);
  top: calc(50% - 74.55px);
  /* 🔥 Add rotation animation */
  animation: rotateText 8s linear infinite;
}
@media (max-width: 1023px) {
  .animation-button-builder .fl-button-text::after {
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
  }
}

.slick-arrow {
  background-image: url("../button_svg/arrow.svg") !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 100% !important;
  background-color: #cb333b !important;
  background-repeat: no-repeat !important;
  background-size: 12.8px 12.8px !important;
  background-position: center !important;
}
.slick-arrow:hover {
  background-color: #8e2329 !important;
}

.slick-prev {
  transform: rotate(225deg) !important;
}

.slick-next {
  transform: rotate(45deg) !important;
}

.arrowcta-custompost .SSCMBasePostFeed-post_read_more_container {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #cb333b;
}
.arrowcta-custompost .SSCMBasePostFeed-post_read_more_container::before {
  content: "";
  position: absolute;
  width: 9.6px;
  height: 9.6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  pointer-events: none;
  background-image: url("../button_svg/arrow.svg");
}

.ArrowButton {
  position: relative;
  background: #cb333b;
  display: flex;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  min-width: 32px !important;
  max-width: 32px !important;
}
.ArrowButton .fl-button {
  background: transparent !important;
  font-size: 0 !important;
  border: none !important;
}
.ArrowButton:hover {
  box-shadow: 0 0 25px 0 rgba(203, 51, 59, 0.6);
  background-color: #8e2329;
}
.ArrowButton::before {
  content: "";
  position: absolute;
  width: 9.6px;
  height: 9.6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  pointer-events: none;
  background-image: url("../button_svg/arrow.svg");
}

.animation-button.white a {
  padding: 26px 26px !important;
}
@media (max-width: 1023px) {
  .animation-button.white a {
    padding: 18px 18px !important;
  }
}
.animation-button.white span {
  background-color: #f5f4f2;
}
.animation-button.white span:hover {
  box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.5);
  background-color: #fff;
}
.animation-button.white span::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'><path d='M20.0479 4.65851L0 24.7041L3.29357 28L23.3415 7.95208V25.6218H28V0H2.37817V4.65851H20.0479Z' fill='%23cb333b'/></svg>");
}

/* Keyframes */
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.QuoteSVG .fl-row-content-wrap .fl-row-content {
  position: relative;
}
.QuoteSVG .fl-row-content-wrap .fl-row-content::after {
  background-image: url("../button_svg/quote.png");
  width: 106.3px;
  height: 84px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-container .slick-dots {
  display: flex;
  gap: 16px;
  margin: 0 auto;
}
.slider-container .slick-dots .slick-active button {
  background-color: #cb333b !important;
}
.slider-container .slick-dots li button {
  background-color: #DDDCDA;
  border-radius: 20px;
  border: unset;
  width: 12px;
  height: 12px;
  font-size: 0px !important;
}

.Overline h1, .Overline h2, .Overline h3, .Overline h4, .Overline h5, .Overline h6, .Overline p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .Overline h1, .Overline h2, .Overline h3, .Overline h4, .Overline h5, .Overline h6, .Overline p {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.8px;
  }
}

.StyleGuide-Tabs .fl-tabs a.fl-tabs-label {
  padding: 12px 16px !important;
  border: 1px solid #dddcda !important;
  border-bottom: 1px solid #dddcda !important;
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #303030;
  text-decoration: none;
  background-color: transparent !important;
}
@media (max-width: 1023px) {
  .StyleGuide-Tabs .fl-tabs a.fl-tabs-label {
    padding: 8px 12px !important;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
  }
}
.StyleGuide-Tabs .fl-tabs a.fl-tabs-label.fl-tab-active, .StyleGuide-Tabs .fl-tabs a.fl-tabs-label:hover {
  border: 1px solid #303030 !important;
  border-bottom: 1px solid #303030 !important;
}
.StyleGuide-Tabs .fl-tabs a.fl-tab-active:focus {
  outline: solid 1px #ea9010 !important;
  color: #dddcda !important;
}

.StyleGuide-Tag {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #495057;
  width: -moz-fit-content;
  width: fit-content;
}

.StyleGuide-Tag.Border {
  border: solid 1px #e5e5e5;
  padding: 8px 12px;
  border-radius: 24px;
}

.StyleGuide-Tag.Border.Background {
  background-color: #f1f1f1;
  border: solid 1px transparent;
}

/*
* WpGridBuilder Resources Filter
*/
.FilterAccordion .fl-accordion .fl-accordion-item {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  max-height: 500px;
  opacity: 1;
}
.FilterAccordion .fl-accordion .fl-accordion-item:first-child .fl-accordion-button {
  padding: 0 0 12px 0;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon {
  display: contents;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon::before {
  font-size: 9px;
  font-weight: 600;
  width: 9px;
  height: 9px;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-label {
  transition: 0.2s ease-in-out;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-label:focus,
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-label:active,
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon:focus,
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon:active {
  outline: none;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button:hover .fl-accordion-button-label,
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-button:hover .fl-accordion-button-icon {
  color: #cb333b;
}
.FilterAccordion .fl-accordion .fl-accordion-item-active .fl-accordion-button-label,
.FilterAccordion .fl-accordion .fl-accordion-item-active .fl-accordion-button-icon {
  color: #cb333b;
}
.FilterAccordion .fl-accordion .fl-accordion-item-active .fl-accordion-button {
  padding-bottom: 24px;
}
.FilterAccordion .fl-accordion .fl-accordion-item-active:first-child .fl-accordion-button {
  padding: 0 0 24px 0;
}
.FilterAccordion .fl-accordion .fl-accordion-item-active:last-child .fl-accordion-button {
  padding: 12px 0 24px 0;
}
.FilterAccordion .fl-accordion .fl-accordion-item:has(.wpgb-facet[hidden]) {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-content {
  padding: 0 20px 12px 0;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-content .wpgb-facet fieldset .wpgb-hierarchical-list li:first-child {
  margin-top: 0;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-content .wpgb-facet fieldset .wpgb-hierarchical-list li .wpgb-checkbox {
  align-items: center;
}
.FilterAccordion .fl-accordion .fl-accordion-item .fl-accordion-content .wpgb-facet fieldset .wpgb-hierarchical-list li .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.FilterAccordion .fl-accordion .fl-accordion-item .wpgb-facet > fieldset:last-child {
  margin-bottom: 0;
}
.FilterAccordion .fl-accordion .fl-accordion-item a.fl-accordion-button-icon {
  opacity: 1;
}

.reset-filters-btn a:active, .reset-filters-btn a:focus {
  outline: none;
  top: 0 !important;
}

@media (min-width: 1024px) {
  .resources-posts .wp-grid-builder .wpgb-wrapper .wpgb-card {
    padding-bottom: 24px;
  }
}
.resources-posts .wp-grid-builder .wpgb-wrapper .wpgb-card .wpgb-card-media .wpgb-card-media-thumbnail a > div {
  transition: all 0.25s ease;
}
.resources-posts .wp-grid-builder .wpgb-wrapper .wpgb-card:hover .wpgb-card-content .wpgb-block-1 {
  color: #cb333b;
}
.resources-posts .wp-grid-builder .wpgb-wrapper .wpgb-card:hover .wpgb-card-media .wpgb-card-media-thumbnail a > div {
  transform: scale(1.1);
}

.resources-pagination .wpgb-facet-7 {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .resources-pagination .wpgb-facet-7 {
    margin-top: 16px;
  }
}
.resources-pagination .wpgb-facet .wpgb-checkbox-facet .wpgb-hierarchical-list li:first-child {
  margin-top: 0;
}
.resources-pagination .wpgb-facet .wpgb-pagination .wpgb-page-prev {
  position: absolute !important;
  left: 0;
}
.resources-pagination .wpgb-facet .wpgb-pagination .wpgb-page-prev > a {
  padding-left: 0 !important;
}
.resources-pagination .wpgb-facet .wpgb-pagination .wpgb-page-next {
  position: absolute !important;
  right: 0;
}
.resources-pagination .wpgb-facet .wpgb-pagination .wpgb-page-next > a {
  padding-right: 0 !important;
}

@media (max-width: 1023px) {
  .mobile-accordion {
    border: 1px solid #dddcda;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }
  .mobile-accordion::before {
    content: "FILTER";
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 42px 16px 16px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.28px;
    text-align: center;
    color: #151515;
    cursor: pointer;
    background: #fff;
  }
  .mobile-accordion::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 23px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23151515' stroke-width='1.3332' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .mobile-accordion.is-open .fl-col-content.fl-node-content {
    padding-top: 8px;
  }
  .mobile-accordion.is-open::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.post-fetured-image {
  border-radius: 4px;
  overflow: hidden;
}
.post-fetured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.post-content {
  --section-spacing-desktop: 48px;
  --section-spacing-mobile: 40px;
  --paragraph-spacing-desktop: 24px;
  --paragraph-spacing-mobile: 16px;
}
.post-content > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.post-content > * + * {
  margin-top: var(--section-spacing-desktop);
}
@media (max-width: 1023px) {
  .post-content > * + * {
    margin-top: var(--section-spacing-mobile);
  }
}
.post-content p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #151515;
}
.post-content {
  /* Paragraph → Paragraph (tight spacing) */
}
.post-content p + p {
  margin-top: var(--paragraph-spacing-desktop) !important;
}
@media (max-width: 1023px) {
  .post-content p + p {
    margin-top: var(--paragraph-spacing-mobile);
  }
}
.post-content {
  /* Paragraph → Spacer (no extra gap) */
}
.post-content p + .wp-block-spacer {
  margin-top: 0;
}
.post-content {
  /* Spacer → Anything */
}
.post-content .wp-block-spacer + * {
  margin-top: 0;
}
.post-content {
  /* Heading → Paragraph */
}
.post-content h2 + p,
.post-content h3 + p,
.post-content h4 + p,
.post-content h5 + p,
.post-content h6 + p,
.post-content .wp-block-heading + p {
  margin-top: var(--paragraph-spacing-desktop) !important;
}
@media (max-width: 1023px) {
  .post-content h2 + p,
  .post-content h3 + p,
  .post-content h4 + p,
  .post-content h5 + p,
  .post-content h6 + p,
  .post-content .wp-block-heading + p {
    margin-top: var(--paragraph-spacing-mobile) !important;
  }
}
.post-content {
  /* Paragraph → Heading*/
}
.post-content p + h2,
.post-content p + h3,
.post-content p + h4,
.post-content p + h5,
.post-content p + h6,
.post-content p + .wp-block-heading {
  margin-top: var(--paragraph-spacing-desktop) !important;
}
@media (max-width: 1023px) {
  .post-content p + h2,
  .post-content p + h3,
  .post-content p + h4,
  .post-content p + h5,
  .post-content p + h6,
  .post-content p + .wp-block-heading {
    margin-top: var(--paragraph-spacing-mobile) !important;
  }
}
.post-content p + :is(blockquote,
.wp-block-quote,
.wp-block-image,
.fl-photo-content,
.wp-block-gallery,
.custom-video-wrapper) {
  margin-top: var(--section-spacing-desktop);
}
@media (max-width: 1023px) {
  .post-content p + :is(blockquote,
  .wp-block-quote,
  .wp-block-image,
  .fl-photo-content,
  .wp-block-gallery,
  .custom-video-wrapper) {
    margin-top: var(--section-spacing-mobile);
  }
}
.post-content {
  /* Block → Block (single spacing only) */
}
.post-content :is(blockquote,
.wp-block-quote,
.wp-block-image,
.fl-photo-content,
.wp-block-gallery,
.custom-video-wrapper) + :is(blockquote,
.wp-block-quote,
.wp-block-image,
.fl-photo-content,
.wp-block-gallery,
.custom-video-wrapper) {
  margin-top: var(--section-spacing-desktop);
}
@media (max-width: 1023px) {
  .post-content :is(blockquote,
  .wp-block-quote,
  .wp-block-image,
  .fl-photo-content,
  .wp-block-gallery,
  .custom-video-wrapper) + :is(blockquote,
  .wp-block-quote,
  .wp-block-image,
  .fl-photo-content,
  .wp-block-gallery,
  .custom-video-wrapper) {
    margin-top: var(--section-spacing-mobile);
  }
}
.post-content :is(blockquote,
.wp-block-quote,
.wp-block-image,
.fl-photo-content,
.wp-block-gallery,
.custom-video-wrapper) + :is(h2,
h3,
h4,
h5,
h6,
.wp-block-heading) {
  margin-top: var(--section-spacing-desktop) !important;
}
@media (max-width: 1023px) {
  .post-content :is(blockquote,
  .wp-block-quote,
  .wp-block-image,
  .fl-photo-content,
  .wp-block-gallery,
  .custom-video-wrapper) + :is(h2,
  h3,
  h4,
  h5,
  h6,
  .wp-block-heading) {
    margin-top: var(--section-spacing-mobile) !important;
  }
}
.post-content :is(blockquote,
.wp-block-quote,
.wp-block-image,
.fl-photo-content,
.wp-block-gallery,
.custom-video-wrapper) + :is(p) {
  margin-top: var(--section-spacing-desktop) !important;
}
@media (max-width: 1023px) {
  .post-content :is(blockquote,
  .wp-block-quote,
  .wp-block-image,
  .fl-photo-content,
  .wp-block-gallery,
  .custom-video-wrapper) + :is(p) {
    margin-top: var(--section-spacing-mobile) !important;
  }
}
.post-content ul.wp-block-list {
  list-style: none;
  padding-left: 0;
  margin-top: 24px;
  margin-bottom: 0;
}
.post-content ul.wp-block-list li {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}
.post-content ul.wp-block-list li:last-child {
  margin-bottom: 0;
}
.post-content ul.wp-block-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  font-size: 16px;
  color: #646a75;
}
.post-content .wp-block-spacer {
  height: 32px;
}
@media (max-width: 1023px) {
  .post-content .wp-block-spacer {
    height: 24px;
  }
}
.post-content img {
  border-radius: 4px;
}
.post-content .fl-photo-content img,
.post-content .wp-block-image img {
  border-radius: 4px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-content .wp-block-gallery {
  --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default,
  var(--gallery-block--gutter-size,
  var(--wp--style--block-gap, 24px))) !important;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 24px))) !important;
}
@media (max-width: 1023px) {
  .post-content .wp-block-gallery {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default,
    var(--gallery-block--gutter-size,
    var(--wp--style--block-gap, 12px))) !important;
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 12px))) !important;
  }
}
.post-content .wp-block-gallery img {
  border-radius: 4px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-content blockquote {
  padding: 32px;
  border-radius: 4px;
  background-color: #f0f3ff;
  margin-left: 0;
  margin-right: 0;
}
.post-content blockquote h2,
.post-content blockquote h3,
.post-content blockquote h4,
.post-content blockquote h5,
.post-content blockquote p {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 16px !important;
  color: #0b182d;
}
@media (max-width: 1023px) {
  .post-content blockquote h2,
  .post-content blockquote h3,
  .post-content blockquote h4,
  .post-content blockquote h5,
  .post-content blockquote p {
    font-size: 16px;
  }
}
.post-content blockquote cite {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #0b182d;
}
@media (max-width: 1023px) {
  .post-content blockquote cite {
    font-size: 14px;
  }
}
.post-content .custom-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.post-content .custom-video-wrapper .custom-video-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  position: relative;
}
.post-content .custom-video-wrapper:hover .custom-video-thumbnail {
  opacity: 0.9;
  transform: scale(1.02);
}
.post-content .custom-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.post-content .custom-video-wrapper .Play-Button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 16px;
  border-radius: 4px;
  background-color: #cb333b;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.post-content .custom-video-wrapper .Play-Button svg {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  transition: all 0.3s ease;
}
.post-content .custom-video-wrapper .Play-Button svg path {
  fill: #ffffff;
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.post-content .custom-video-wrapper .Play-Button:hover {
  background-color: #8e2329;
}
.post-content .custom-video-wrapper .Play-Button:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}
.post-content .custom-video-wrapper .Play-Button:focus {
  outline: none;
  outline-offset: none;
}
.post-content > *:first-child {
  margin-top: 0 !important;
}
/*# sourceMappingURL=main.css.map */
