* Base CSS file for Custom Fields widget styles.
 * You can modify this file.
 */
.custom-fields-widgets-wrapper {
  margin-top: 2rem;
}
.custom-fields-widgets-wrapper > div {
  margin-bottom: 2rem;
}
.custom-fields-widgets-wrapper > div:last-child {
  margin-bottom: 0;
}

.custom-fields-wrapper > [class*=cf-widget-] {
  margin-bottom: 2rem;
}

.custom-fields-section {
  margin-top: 0rem;
}
.custom-fields-section .custom-field {
  margin: auto;
  padding-left: 22px;
  padding-right: 22px;
  max-width: 1200px;
}
.custom-fields-section .cf-widget-items-wrapper {
  margin: auto;
  padding-left: 22px;
  padding-right: 22px;
  max-width: 1200px;
}
.custom-fields-section .custom-fields-section__item div {
  margin-bottom: 2rem;
}
@media screen and (min-width: 749px) {
  .custom-fields-section .custom-field {
    padding-left: 55px;
    padding-right: 55px;
  }
  .custom-fields-section .cf-widget-items-wrapper {
    padding-left: 55px;
    padding-right: 55px;
  }
}

/**
 * Video Next to Text Widget CSS.
 */
 .custom-fields-responsive {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cf-video-column {
  padding: 1rem;
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cf-column-video-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* For desktop */
@media (min-width: 768px) {
  .cf-video-column {
    flex-basis: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}

.cf-widget-field-video--text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

/**
 * Image Next to Text Widget CSS.
 */
.cf-column-vid-text {
  padding-left: 200px;
}
.cf-widget-field.cf-widget-field__embed_for_video.cf-widget-field--embed {
  width: 800px;
  padding-right: 40px;
}

.cf-widget__image-next-to-text .cf-widget-item {
  margin-bottom: 2rem;
}
.cf-widget__image-next-to-text .cf-widget-item:last-child {
  margin-bottom: 0;
}
.cf-widget__image-next-to-text .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  text-align: left;
}
.cf-widget__image-next-to-text .cf-widget-field__title {
  font-size: 1.35rem;
  font-weight: bold;
}
.cf-widget__image-next-to-text .cf-column {
  width: 100%;
}
.cf-widget__image-next-to-text .cf-column:first-child {
  margin-bottom: 1rem;
}
.cf-widget__image-next-to-text .cf-column-inner {
  max-width: 400px;
}
.cf-widget__image-next-to-text .cf-widget-field {
  margin-bottom: 1.5rem;
  text-align: left;
}
.cf-widget__image-next-to-text .cf-widget-field:last-child {
  margin-bottom: 0rem;
}
.cf-widget__image-next-to-text img {
  display: block;
}
@media screen and (min-width: 749px) {
  .cf-widget__image-next-to-text .cf-widget-field__title {
    font-size: 2.15rem;
    line-height: 2.5rem;
  }
  .cf-widget__image-next-to-text .inner {
    flex-direction: row;
  }
  .cf-widget__image-next-to-text .cf-column:first-child {
    min-width: 200px;
    margin-bottom: 0;
    max-width: 380px;
  }
  .cf-widget__image-next-to-text .cf-column:last-child {
    padding-left: 3rem;
  }
  .cf-widget__image-next-to-text .cf-widget-item.cf-right-aligned--1 .cf-column-inner {
    float: right;
  }
  .cf-widget__image-next-to-text .cf-widget-item.cf-right-aligned--1 .cf-column:last-child {
    padding-left: 0;
    padding-right: 3rem;
  }
  .cf-widget__image-next-to-text .cf-widget-item.cf-right-aligned--1 .inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .cf-widget__image-next-to-text .cf-widget-field {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
  }
  .cf-widget__image-next-to-text img {
  display: flex;
  margin: auto;
  position: relative;
  max-width: 200px;
  }
  .cf-widget__image-next-to-text .cf-widget-field:last-child {
  margin-bottom: 2rem;
  }
}

/**
 * Video Next to Text Widget CSS.
 */
.cf-widget-field.cf-widget-field__embed_for_video.cf-widget-field--embed {
  width: 800px;
  padding-right: 40px;
}
.cf-widget-field-video--text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.custom-fields-responsive {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cf-video-column {
  padding: 1rem;
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cf-column-video-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cf-widget-field-video--embed {
  width: 100%;
  height: calc(100% - 20px); /* Adjust height to remove black margins */
  object-fit: cover; /* Ensure the video covers the entire space without black margins */
}

/* For desktop */
@media (min-width: 768px) {
  .cf-video-column {
    flex-basis: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}

/* For mobile */
@media (max-width: 767px) {
  .cf-video-column {
    padding-left: 20px; /* Add padding to the left */
    padding-right: 20px; /* Add padding to the right */
  }
  .cf-column-video-inner {
    padding-left: 20px; /* Add padding to the left */
    padding-right: 20px; /* Add padding to the right */
  }
}


/**
 * Text with Background Image Widget CSS.
 */
main.main-content div.page-width__small.heading-fix {
  text-align: center;
}
.cf-widget__text-bg-image .cf-widget-items-wrapper {
  max-width: none;
  padding: 0;
}
.cf-widget__text-bg-image .cf-widget-item {
  background-position: center center;
  background-size: cover;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.cf-widget__text-bg-image .cf-widget-item.cf-height--Taller {
  min-height: 600px;
}
.cf-widget__text-bg-image .cf-widget-item.cf-height--Shorter {
  min-height: 400px;
}
.cf-widget__text-bg-image .cf-widget-item.cf-fixed-position {
  background-attachment: fixed;
}
.cf-widget__text-bg-image .cf-widget-item .inner {
  padding-left: 22px;
  padding-right: 22px;
  text-align: center;
  max-width: 1200px;
}
@media screen and (min-width: 749px) {
  .cf-widget__text-bg-image .cf-widget-item .inner {
    padding-left: 55px;
    padding-right: 55px;
    width: 100%;
    margin: auto;
  }
}
.cf-widget__text-bg-image .cf-widget-item.cf-text-left-align .cf-widget-field__body {
  margin-left: 0;
}
.cf-widget__text-bg-image .cf-widget-item.cf-text-left-align .inner {
  text-align: left;
}
.cf-widget__text-bg-image .cf-widget-field {
  margin-bottom: 0.5rem;
}
.cf-widget__text-bg-image .cf-widget-field:last-child {
  margin-bottom: 0;
}
.cf-widget__text-bg-image .cf-widget-field__title {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.cf-widget__text-bg-image .cf-widget-field__body {
  max-width: 70%;
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 749px) {
  .cf-widget__text-bg-image .cf-widget-field__body {
    max-width: 550px;
  }
}
.cf-widget__text-bg-image .cf-widget-field__link {
  padding: 10px 0;
}
.cf-widget__text-bg-image .cf-widget-field__link a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #555;
  color: #555;
  border-radius: 5px;
  font-weight: bold;
  transition: opacity 0.3s;
}
.cf-widget__text-bg-image .cf-widget-field__link a:hover {
  opacity: 0.8;
}
.cf-widget__text-bg-image .cf-widget-item.cf-light-text {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.cf-widget__text-bg-image .cf-widget-item.cf-light-text .cf-widget-field__link a {
  border-color: white;
  color: white;
}
.cf-widget__text-bg-image .cf-widget-item.cf-light-text * {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 749px) {
  .cf-widget__text-bg-image .cf-widget-item {
    min-height: 500px;
  }
  .cf-widget__text-bg-image .cf-widget-item.cf-height--Taller {
    min-height: 600px;
  }
  .cf-widget__text-bg-image .cf-widget-item.cf-height--Shorter {
    min-height: 400px;
  }
  .cf-widget__text-bg-image .cf-widget-field__title {
    font-size: 3rem;
  }
}


/**
 * Image Slider Widget CSS.
 */
.cf-widget__image-slider {
  position: relative;
}
.cf-widget__image-slider .cf-widget-items-wrapper {
  margin: auto;
  overflow: hidden;
  position: relative;
  height: 750px;
  max-width: none;
}
.cf-widget__image-slider .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .cf-widget__image-slider .slide-image {
    background-position: center center !important;
  }
}
.cf-widget__image-slider .inner {
  z-index: 2;
  padding: 2rem;
  /*     background-color: rgba(white, .4); */
  /*     backdrop-filter: blur(10px); */
  /*     box-shadow: 2px 10px 30px rgba(black, .1); */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}
.cf-widget__image-slider .inner a, .cf-widget__image-slider .inner p, .cf-widget__image-slider .inner h1, .cf-widget__image-slider .inner h2, .cf-widget__image-slider .inner h3, .cf-widget__image-slider .inner h4, .cf-widget__image-slider .inner h5, .cf-widget__image-slider .inner h6 {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 749px) {
  .cf-widget__image-slider .inner {
    position: relative;
    padding: 4rem;
    border-radius: 20px;
  }
}
.cf-widget__image-slider .inner-padding {
  max-width: 1200px;
  margin: auto;
  padding-left: 55px;
  padding-right: 55px;
}
.cf-widget__image-slider .inner-maxwidth {
  max-width: 500px;
}
.cf-widget__image-slider .cf-slides-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
}
.cf-widget__image-slider .cf-slider-pager {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 15px;
}
.cf-widget__image-slider .cf-slider-pager .cf-pager-button {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background-color: rgba(128, 128, 128, 0.15);
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: all 0.3s;
}
.cf-widget__image-slider .cf-slider-pager .cf-pager-button:hover {
  background-color: rgba(128, 128, 128, 0.5);
}
.cf-widget__image-slider .cf-slider-pager .cf-pager-button.active {
  background-color: gray;
}
.cf-widget__image-slider .cf-slider-arrow {
  position: absolute;
  z-index: 15;
  padding: 20px;
  cursor: pointer;
  top: calc(50% - 40px);
}
.cf-widget__image-slider .cf-slider-arrow .arrow-triangle:before {
  display: block;
  content: "";
  background-image: url("cf-arrow-white-outline.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 32px;
}
.cf-widget__image-slider .cf-slider-arrow:hover .arrow-triangle {
  opacity: 1;
}
.cf-widget__image-slider .cf-slider-arrow__prev {
  left: 0;
}
.cf-widget__image-slider .cf-slider-arrow__prev .arrow-triangle:before {
  transform: rotateZ(-180deg);
}
.cf-widget__image-slider .cf-slider-arrow__next {
  right: 0;
}
.cf-widget__image-slider .cf-widget-field {
  margin-bottom: 0.5rem;
}
.cf-widget__image-slider .cf-widget-field__title {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 3rem;
  line-height: 2.7rem;
}
.cf-widget__image-slider .cf-widget-field__link {
  margin-top: 5rem;
}
.cf-widget__image-slider .cf-widget-item {
  height: 750px;
  position: relative;
  display: flex;
  align-items: center;
}
.cf-widget__image-slider .cf-widget-item:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  z-index: 1;
}
@media screen and (min-width: 749px) {
  .cf-widget__image-slider .cf-widget-item:after {
    display: none;
  }
}
.cf-widget__image-slider .cf-widget-item p {
  color: #464646;
}
.cf-widget__image-slider .cf-widget-item a {
  font-weight: bold;
}
.cf-widget__image-slider .cf-widget-item.cf-text-pos--Right .slide-image {
  background-position: center left;
}
.cf-widget__image-slider .cf-widget-item.cf-text-pos--Right .inner {
  text-align: right;
}
.cf-widget__image-slider .cf-widget-item.cf-text-pos--Right .inner .inner-maxwidth {
  margin-left: auto;
}
.cf-widget__image-slider .cf-widget-item.cf-text-pos--Center .slide-image {
  background-position: center center;
}
.cf-widget__image-slider .cf-widget-item.cf-text-pos--Center .inner .inner-maxwidth {
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .cf-widget__image-slider .cf-widget-item.cf-text-pos--Center .inner {
    position: relative;
    left: auto;
  }
}
.cf-widget__image-slider .cf-widget-item.cf-light-text--1:after {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.cf-widget__image-slider .cf-widget-item.cf-light-text--1 .inner {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.cf-widget__image-slider .cf-widget-item.cf-light-text--1 .inner a, .cf-widget__image-slider .cf-widget-item.cf-light-text--1 .inner p, .cf-widget__image-slider .cf-widget-item.cf-light-text--1 .inner h1, .cf-widget__image-slider .cf-widget-item.cf-light-text--1 .inner h2, .cf-widget__image-slider .cf-widget-item.cf-light-text--1 .inner h3, .cf-widget__image-slider .cf-widget-item.cf-light-text--1 .inner h4, .cf-widget__image-slider .cf-widget-item.cf-light-text--1 .inner h5, .cf-widget__image-slider .cf-widget-item.cf-light-text--1 .inner h6 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}


/**
 * Product References Widget CSS.
 */
.cf-widget__product-references .cf-widget-items-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cf-widget__product-references .cf-widget-item {
  width: calc((100% / 1) - 0rem);
  margin-right: 1rem;
}
.cf-widget__product-references .cf-widget-item:nth-child(1n) {
  margin-right: 0;
}
@media screen and (min-width: 749px) {
  .cf-widget__product-references .cf-widget-item {
    width: calc((100% / 3) - 0.6666666667rem);
    margin-right: 1rem;
  }
  .cf-widget__product-references .cf-widget-item:nth-child(1n) {
    margin-right: 1rem;
  }
  .cf-widget__product-references .cf-widget-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 749px) {
  .cf-widget__product-references[data-grid-width="1"] .cf-widget-item {
    width: calc((100% / 1) - 0rem);
    margin-right: 1rem;
  }
  .cf-widget__product-references[data-grid-width="1"] .cf-widget-item:nth-child(1n) {
    margin-right: 0;
  }
  .cf-widget__product-references[data-grid-width="2"] .cf-widget-item {
    width: calc((100% / 2) - 0.5rem);
    margin-right: 1rem;
  }
  .cf-widget__product-references[data-grid-width="2"] .cf-widget-item:nth-child(2n) {
    margin-right: 0;
  }
  .cf-widget__product-references[data-grid-width="3"] .cf-widget-item {
    width: calc((100% / 3) - 0.6666666667rem);
    margin-right: 1rem;
  }
  .cf-widget__product-references[data-grid-width="3"] .cf-widget-item:nth-child(3n) {
    margin-right: 0;
  }
  .cf-widget__product-references[data-grid-width="4"] .cf-widget-item {
    width: calc((100% / 4) - 0.75rem);
    margin-right: 1rem;
  }
  .cf-widget__product-references[data-grid-width="4"] .cf-widget-item:nth-child(4n) {
    margin-right: 0;
  }
  .cf-widget__product-references[data-grid-width="5"] .cf-widget-item {
    width: calc((100% / 5) - 0.8rem);
    margin-right: 1rem;
  }
  .cf-widget__product-references[data-grid-width="5"] .cf-widget-item:nth-child(5n) {
    margin-right: 0;
  }
  .cf-widget__product-references[data-grid-width="6"] .cf-widget-item {
    width: calc((100% / 6) - 0.8333333333rem);
    margin-right: 1rem;
  }
  .cf-widget__product-references[data-grid-width="6"] .cf-widget-item:nth-child(6n) {
    margin-right: 0;
  }
  .cf-widget__product-references[data-grid-width="7"] .cf-widget-item {
    width: calc((100% / 7) - 0.8571428571rem);
    margin-right: 1rem;
  }
  .cf-widget__product-references[data-grid-width="7"] .cf-widget-item:nth-child(7n) {
    margin-right: 0;
  }
  .cf-widget__product-references[data-grid-width="8"] .cf-widget-item {
    width: calc((100% / 8) - 0.875rem);
    margin-right: 1rem;
  }
  .cf-widget__product-references[data-grid-width="8"] .cf-widget-item:nth-child(8n) {
    margin-right: 0;
  }
}
.cf-widget__product-references .cf-product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
  opacity: 0;
}
.cf-widget__product-references .cf-product-info {
  margin-top: 1.5rem;
}
.cf-widget__product-references .cf-widget-field {
  margin-top: 0.5rem;
}
.cf-widget__product-references .cf-product-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 2rem;
}
.cf-widget__product-references .cf-product-price {
  font-weight: bold;
}
.cf-custom-price {
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 10px;
}
.cf-widget__product-references .cf-product-stock-notice {
  padding: 4px 10px;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #eee;
  margin-top: 0.55rem;
  display: inline-block;
  border-radius: 3px;
}
.cf-widget__product-references .cf-product-custom-link-text {
  display: inline-block;
  margin-top: 0.5rem;
}
.cf-widget__product-references .cf-product-image-wrapper {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.cf-widget__product-references .cf-product-image {
  width: 100%;
  height: auto;
}
.cf-widget__product-references .cf-widget-item {
  margin-bottom: 1rem;
}
.cf-widget__product-references .cf-widget-item .inner {
  position: relative;
}
.cf-widget__product-references .cf-widget-item:hover .cf-product-image-wrapper {
  opacity: 1;
}
.cf-widget__product-references .cf-widget-item.cf-widget-item--out-of-stock .cf-product-title, .cf-widget__product-references .cf-widget-item.cf-widget-item--out-of-stock .cf-product-price {
  opacity: 0.5;
}
.cf-widget__product-references .cf-widget-item.cf-widget-item--out-of-stock .cf-product-custom-link-text {
  display: none;
}


/**
 * Image Gallery Widget CSS.
 */
.cf-widget__image-gallery {
  position: relative;
}
.cf-widget__image-gallery .cf-widget-items-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cf-widget__image-gallery .cf-widget-item {
  width: calc((100% / 2) - 0.5rem);
  margin-right: 1rem;
}
.cf-widget__image-gallery .cf-widget-item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 749px) {
  .cf-widget__image-gallery .cf-widget-item {
    width: calc((100% / 4) - 0.75rem);
    margin-right: 1rem;
  }
  .cf-widget__image-gallery .cf-widget-item:nth-child(2n) {
    margin-right: 1rem;
  }
  .cf-widget__image-gallery .cf-widget-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 749px) {
  .cf-widget__image-gallery[data-grid-width="1"] .cf-widget-item {
    width: calc((100% / 1) - 0rem);
    margin-right: 1rem;
  }
  .cf-widget__image-gallery[data-grid-width="1"] .cf-widget-item:nth-child(1n) {
    margin-right: 0;
  }
  .cf-widget__image-gallery[data-grid-width="2"] .cf-widget-item {
    width: calc((100% / 2) - 0.5rem);
    margin-right: 1rem;
  }
  .cf-widget__image-gallery[data-grid-width="2"] .cf-widget-item:nth-child(2n) {
    margin-right: 0;
  }
  .cf-widget__image-gallery[data-grid-width="3"] .cf-widget-item {
    width: calc((100% / 3) - 0.6666666667rem);
    margin-right: 1rem;
  }
  .cf-widget__image-gallery[data-grid-width="3"] .cf-widget-item:nth-child(3n) {
    margin-right: 0;
  }
  .cf-widget__image-gallery[data-grid-width="4"] .cf-widget-item {
    width: calc((100% / 4) - 0.75rem);
    margin-right: 1rem;
  }
  .cf-widget__image-gallery[data-grid-width="4"] .cf-widget-item:nth-child(4n) {
    margin-right: 0;
  }
  .cf-widget__image-gallery[data-grid-width="5"] .cf-widget-item {
    width: calc((100% / 5) - 0.8rem);
    margin-right: 1rem;
  }
  .cf-widget__image-gallery[data-grid-width="5"] .cf-widget-item:nth-child(5n) {
    margin-right: 0;
  }
  .cf-widget__image-gallery[data-grid-width="6"] .cf-widget-item {
    width: calc((100% / 6) - 0.8333333333rem);
    margin-right: 1rem;
  }
  .cf-widget__image-gallery[data-grid-width="6"] .cf-widget-item:nth-child(6n) {
    margin-right: 0;
  }
  .cf-widget__image-gallery[data-grid-width="7"] .cf-widget-item {
    width: calc((100% / 7) - 0.8571428571rem);
    margin-right: 1rem;
  }
  .cf-widget__image-gallery[data-grid-width="7"] .cf-widget-item:nth-child(7n) {
    margin-right: 0;
  }
  .cf-widget__image-gallery[data-grid-width="8"] .cf-widget-item {
    width: calc((100% / 8) - 0.875rem);
    margin-right: 1rem;
  }
  .cf-widget__image-gallery[data-grid-width="8"] .cf-widget-item:nth-child(8n) {
    margin-right: 0;
  }
}
.cf-widget__image-gallery .cf-widget-items-wrapper {
  position: relative;
  align-items: center;
}
.cf-widget__image-gallery .cf-widget-item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cf-widget__image-gallery .cf-widget-item:hover .gallery-image img {
  box-shadow: 3px 8px 20px rgba(60, 70, 102, 0.25);
  opacity: 1;
}
.cf-widget__image-gallery .gallery-image {
  display: flex;
  align-items: center;
  height: 100%;
}
.cf-widget__image-gallery .gallery-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
  opacity: 0.8;
  pointer-events: none;
}
.cf-widget__image-gallery .inner {
  display: none;
}
.cf-widget__image-gallery .cf-widget-field__title {
  font-size: 1.5rem;
}
.cf-widget__image-gallery .cf-widget-field {
  margin-bottom: 0.5rem;
}

body.cf-lightbox-open {
  position: static;
}

.cf-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100000;
}

.cf-lightbox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100001;
  background-color: rgba(255, 255, 255, 0);
}
.cf-lightbox .cf-lightbox__close {
  position: absolute;
  top: -14px;
  right: -50px;
  padding: 15px;
  font-size: 30px;
  color: #ccc;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 25px;
}
.cf-lightbox .cf-lightbox__close:hover {
  color: #666;
}
.cf-lightbox .cf-lightbox__inner {
  max-width: calc(100% - 8rem);
  position: relative;
  transition: all 250ms;
  transform: translateX(0px);
  opacity: 1;
}
.cf-lightbox .cf-lightbox__inner .inner {
  overflow-y: auto;
}
@media screen and (min-width: 850px) {
  .cf-lightbox .cf-lightbox__inner {
    max-width: 768px;
  }
}
.cf-lightbox .cf-lightbox__inner.shift-left {
  animation: cf-lightbox-shift-left 250ms forwards;
}
.cf-lightbox .cf-lightbox__inner.in-from-right {
  animation: cf-lightbox-in-from-right 250ms forwards;
}
.cf-lightbox .cf-lightbox__inner.shift-right {
  animation: cf-lightbox-shift-right 250ms forwards;
}
.cf-lightbox .cf-lightbox__inner.in-from-left {
  animation: cf-lightbox-in-from-left 250ms forwards;
}
.cf-lightbox .cf-widget-field__title {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.cf-lightbox .cf-lightbox__image {
  position: relative;
}
.cf-lightbox .cf-lightbox__image img {
  width: 100%;
  height: auto;
  display: block;
  border: 5px solid white;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  pointer-events: none;
}
.cf-lightbox .cf-lightbox__info {
  margin: auto;
  margin-top: 1rem;
  text-align: center;
  max-width: 500px;
}
.cf-lightbox .cf-lightbox-arrow {
  position: absolute;
  z-index: 15;
  cursor: pointer;
  top: calc(50% - 30px);
}
.cf-lightbox .cf-lightbox-arrow .arrow-triangle {
  transition: all 0.3s;
  opacity: 0.3;
}
.cf-lightbox .cf-lightbox-arrow .arrow-triangle:before {
  display: block;
  content: "⌃";
  font-size: 5rem;
  height: 48px;
  width: 63px;
  line-height: 5rem;
  font-weight: normal;
}
.cf-lightbox .cf-lightbox-arrow:hover .arrow-triangle {
  opacity: 0.8;
}
.cf-lightbox .cf-lightbox-arrow__prev {
  left: -60px;
}
.cf-lightbox .cf-lightbox-arrow__prev .arrow-triangle:before {
  transform: rotateZ(-90deg);
}
.cf-lightbox .cf-lightbox-arrow__next {
  right: -60px;
}
.cf-lightbox .cf-lightbox-arrow__next .arrow-triangle:before {
  transform: rotateZ(90deg);
}

@keyframes cf-lightbox-shift-left {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
@keyframes cf-lightbox-in-from-right {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes cf-lightbox-shift-right {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(300px);
    opacity: 0;
  }
}
@keyframes cf-lightbox-in-from-left {
  0% {
    transform: translateX(-300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}


h1.custom-field--title {
  text-align: center;
}

.custom-field.custom-field__collection-description-referen.custom-field__type--collection-reference {
  text-align: center;
}

/**
 * Columns Widget CSS.
 */
.cf-widget__columns {
  margin-bottom: -55px;
}
.cf-widget__columns .cf-widget-items-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cf-widget__columns .cf-widget-item {
  width: calc((100% / 1) - 0rem);
  margin-right: 1rem;
}
.cf-widget__columns .cf-widget-item:nth-child(1n) {
  margin-right: 0;
}
@media screen and (min-width: 749px) {
  .cf-widget__columns .cf-widget-item {
    width: calc((100% / 3) - 0.6666666667rem);
    margin-right: 1rem;
  }
  .cf-widget__columns .cf-widget-item:nth-child(1n) {
    margin-right: 1rem;
  }
  .cf-widget__columns .cf-widget-item:nth-child(3n) {
    margin-right: 0;
  }
}
.cf-widget-icon-paragraph-combo .cf-widget__columns .cf-widget-field .cf-widget-field__image cf-widget-field--image {
  max-width: 100px;
}
@media screen and (min-width: 749px) {
  .cf-widget__columns[data-grid-width="1"] .cf-widget-item {
    width: calc((100% / 1) - 0rem);
    margin-right: 1rem;
  }
  .cf-widget__columns[data-grid-width="1"] .cf-widget-item:nth-child(1n) {
    margin-right: 0;
  }
  .cf-widget__columns[data-grid-width="2"] .cf-widget-item {
    width: calc((100% / 2) - 0.5rem);
    margin-right: 1rem;
  }
  .cf-widget__columns[data-grid-width="2"] .cf-widget-item:nth-child(2n) {
    margin-right: 0;
  }
  .cf-widget__columns[data-grid-width="3"] .cf-widget-item {
    width: calc((100% / 3) - 0.6666666667rem);
    margin-right: 1rem;
  }
  .cf-widget__columns[data-grid-width="3"] .cf-widget-item:nth-child(3n) {
    margin-right: 0;
  }
  .cf-widget__columns[data-grid-width="4"] .cf-widget-item {
    width: calc((100% / 4) - 0.75rem);
    margin-right: 1rem;
  }
  .cf-widget__columns[data-grid-width="4"] .cf-widget-item:nth-child(4n) {
    margin-right: 0;
  }
  .cf-widget__columns[data-grid-width="5"] .cf-widget-item {
    width: calc((100% / 5) - 0.8rem);
    margin-right: 1rem;
  }
  .cf-widget__columns[data-grid-width="5"] .cf-widget-item:nth-child(5n) {
    margin-right: 0;
  }
  .cf-widget__columns[data-grid-width="6"] .cf-widget-item {
    width: calc((100% / 6) - 0.8333333333rem);
    margin-right: 1rem;
  }
  .cf-widget__columns[data-grid-width="6"] .cf-widget-item:nth-child(6n) {
    margin-right: 0;
  }
  .cf-widget__columns[data-grid-width="7"] .cf-widget-item {
    width: calc((100% / 7) - 0.8571428571rem);
    margin-right: 1rem;
  }
  .cf-widget__columns[data-grid-width="7"] .cf-widget-item:nth-child(7n) {
    margin-right: 0;
  }
  .cf-widget__columns[data-grid-width="8"] .cf-widget-item {
    width: calc((100% / 8) - 0.875rem);
    margin-right: 1rem;
  }
  .cf-widget__columns[data-grid-width="8"] .cf-widget-item:nth-child(8n) {
    margin-right: 0;
  }
}
.cf-widget__columns .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cf-widget__columns .inner-ambassadors {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cf-widget__columns .cf-widget-field__image {
  width: 100%;
  margin-bottom: 1rem;
}
.cf-widget__columns .cf-widget-field__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.cf-widget__columns .cf-widget-field__image-ambassadors {
  width: 170px;
  height: auto;
  margin: auto;
  margin-bottom: 1rem;
}
.cf-widget__columns .cf-widget-field__title {
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 2rem;
}
.cf-widget__columns .cf-widget-field__title-ambassadors {
  text-align: inherit;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 2rem;
}
.cf-widget__columns .cf-widget-item {
  margin-bottom: 55px;
}
@media screen and (min-width: 749px) {
  .cf-widget__columns .cf-widget-field__title {
    padding-right: 3rem;
  }
  .cf-widget__columns .cf-widget-field__body {
    padding-right: 3rem;
  }
}

#custom_hr_break {
  height: 20px;
  width: 100%;
  overflow: visible;
  border-top: none;
  padding-bottom: 30px;
  background:  repeating-linear-gradient( 90deg, #6b8060, #6b8060 2px, transparent 0, transparent 8px );
    background-image: repeating-linear-gradient(90deg, rgb(107, 128, 96), rgb(107, 128, 96) 2px, transparent 0px, transparent 8px);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.text-bg-image-ambassador {
  margin-top: -250px;
}

/**
 * Accordion Widget CSS.
 */
.cf-widget__accordion .inner {
  overflow: hidden;
}
.cf-widget__accordion .inner-padding {
  padding: 0.5rem 2rem 2rem 2rem;
}
.cf-widget__accordion .cf-accordion-title {
  padding: 0.9rem 2.9rem 1rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  transition: all 0.25s;
  position: relative;
  cursor: pointer;
}
.cf-widget__accordion .cf-accordion-title:hover {
  opacity: 0.7;
}
.cf-widget__accordion .cf-accordion-title:after {
  display: block;
  content: "";
  background-image: url("icon-select-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 24.8888888889px;
  position: absolute;
  right: 20px;
  top: 18px;
  transform: rotateZ(180deg);
  transition: all 0.5s;
}
.cf-widget__accordion .cf-widget-item {
  background-color: #fdfded;
  margin-bottom: 8px;
  border: 1px solid;
}
.cf-widget__accordion .cf-widget-item.closed .cf-accordion-title:after {
  transform: rotateZ(-90deg);
}
.cf-widget__accordion.force-one-open[data-open-count="1"] .cf-widget-item:not(.closed) .cf-accordion-title {
  pointer-events: none;
  cursor: default;
}


/**
 * Linked Images Widget CSS.
 */
.cf-widget__linked-images .cf-widget-items-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cf-widget__linked-images .cf-widget-item {
  width: calc((100% / 2) - 0.5rem);
  margin-right: 1rem;
}
.cf-widget__linked-images .cf-widget-item:nth-child(2n) {
  margin-right: 0;
}

.cf-widget-image-title-printbutton {
  text-align: center;
}
.btn.cf-widget-field.cf-widget-field__print_button.cf-widget-field--html {
  max-height: 60px;
  background: wheat;
}
.cf-widget-field.cf-widget-field__title.cf-widget-field--text{
  margin-top: 2%;
}
.field__full-width-download-button.field-type--file {
  text-align: center;
}
.custom-fields-section__item.custom-fields-section__item--cf_w_tbgi.custom-fields-section__item--cf_w_tbgi--linked_section_title_2 {
  max-height: 400px;
  margin-top:-120px;
}

@media screen and (min-width: 749px) {
  .cf-widget__linked-images .cf-widget-item {
    width: calc((100% / 4) - 0.75rem);
    margin-right: 1rem;
  }
  .cf-widget__linked-images .cf-widget-item:nth-child(2n) {
    margin-right: 1rem;
  }
  .cf-widget__linked-images .cf-widget-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 749px) {
  .cf-widget__linked-images[data-grid-width="1"] .cf-widget-item {
    width: calc((100% / 1) - 0rem);
    margin-right: 1rem;
  }
  .cf-widget__linked-images[data-grid-width="1"] .cf-widget-item:nth-child(1n) {
    margin-right: 0;
  }
  .cf-widget__linked-images[data-grid-width="2"] .cf-widget-item {
    width: calc((100% / 2) - 0.5rem);
    margin-right: 1rem;
  }
  .cf-widget__linked-images[data-grid-width="2"] .cf-widget-item:nth-child(2n) {
    margin-right: 0;
  }
  .cf-widget__linked-images[data-grid-width="3"] .cf-widget-item {
    width: calc((100% / 3) - 0.6666666667rem);
    margin-right: 1rem;
  }
  .cf-widget__linked-images[data-grid-width="3"] .cf-widget-item:nth-child(3n) {
    margin-right: 0;
  }
  .cf-widget__linked-images[data-grid-width="4"] .cf-widget-item {
    width: calc((100% / 4) - 0.75rem);
    margin-right: 1rem;
  }
  .cf-widget__linked-images[data-grid-width="4"] .cf-widget-item:nth-child(4n) {
    margin-right: 0;
  }
  .cf-widget__linked-images[data-grid-width="5"] .cf-widget-item {
    width: calc((100% / 5) - 0.8rem);
    margin-right: 1rem;
  }
  .cf-widget__linked-images[data-grid-width="5"] .cf-widget-item:nth-child(5n) {
    margin-right: 0;
  }
  .cf-widget__linked-images[data-grid-width="6"] .cf-widget-item {
    width: calc((100% / 6) - 0.8333333333rem);
    margin-right: 1rem;
  }
  .cf-widget__linked-images[data-grid-width="6"] .cf-widget-item:nth-child(6n) {
    margin-right: 0;
  }
  .cf-widget__linked-images[data-grid-width="7"] .cf-widget-item {
    width: calc((100% / 7) - 0.8571428571rem);
    margin-right: 1rem;
  }
  .cf-widget__linked-images[data-grid-width="7"] .cf-widget-item:nth-child(7n) {
    margin-right: 0;
  }
  .cf-widget__linked-images[data-grid-width="8"] .cf-widget-item {
    width: calc((100% / 8) - 0.875rem);
    margin-right: 1rem;
  }
  .cf-widget__linked-images[data-grid-width="8"] .cf-widget-item:nth-child(8n) {
    margin-right: 0;
  }
}
.cf-widget__linked-images .cf-widget-item {
  margin-bottom: 1rem;
}
.cf-widget__linked-images .cf-widget-item:last-child {
  margin-bottom: 0;
}
.cf-widget__linked-images img {
  display: block;
  font-size: 0;
  transition: all 0.3s;
  width: 100%;
}
.cf-widget__linked-images a img {
  opacity: .9;
  border: 3px solid;
  border-color: #85cb97;
}
.cf-widget__linked-images a:hover img {
  opacity: 0.5;
}


/**
 * Blog Post References Widget CSS.
 */
.cf-widget__article-references .cf-widget-items-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cf-widget__article-references .cf-widget-item {
  width: calc((100% / 1) - 0rem);
  margin-right: 1rem;
}
.cf-widget__article-references .cf-widget-item:nth-child(1n) {
  margin-right: 0;
}
@media screen and (min-width: 749px) {
  .cf-widget__article-references .cf-widget-item {
    width: calc((100% / 3) - 0.6666666667rem);
    margin-right: 1rem;
  }
  .cf-widget__article-references .cf-widget-item:nth-child(1n) {
    margin-right: 1rem;
  }
  .cf-widget__article-references .cf-widget-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 749px) {
  .cf-widget__article-references[data-grid-width="1"] .cf-widget-item {
    width: calc((100% / 1) - 0rem);
    margin-right: 1rem;
  }
  .cf-widget__article-references[data-grid-width="1"] .cf-widget-item:nth-child(1n) {
    margin-right: 0;
  }
  .cf-widget__article-references[data-grid-width="2"] .cf-widget-item {
    width: calc((100% / 2) - 0.5rem);
    margin-right: 1rem;
  }
  .cf-widget__article-references[data-grid-width="2"] .cf-widget-item:nth-child(2n) {
    margin-right: 0;
  }
  .cf-widget__article-references[data-grid-width="3"] .cf-widget-item {
    width: calc((100% / 3) - 0.6666666667rem);
    margin-right: 1rem;
  }
  .cf-widget__article-references[data-grid-width="3"] .cf-widget-item:nth-child(3n) {
    margin-right: 0;
  }
  .cf-widget__article-references[data-grid-width="4"] .cf-widget-item {
    width: calc((100% / 4) - 0.75rem);
    margin-right: 1rem;
  }
  .cf-widget__article-references[data-grid-width="4"] .cf-widget-item:nth-child(4n) {
    margin-right: 0;
  }
  .cf-widget__article-references[data-grid-width="5"] .cf-widget-item {
    width: calc((100% / 5) - 0.8rem);
    margin-right: 1rem;
  }
  .cf-widget__article-references[data-grid-width="5"] .cf-widget-item:nth-child(5n) {
    margin-right: 0;
  }
  .cf-widget__article-references[data-grid-width="6"] .cf-widget-item {
    width: calc((100% / 6) - 0.8333333333rem);
    margin-right: 1rem;
  }
  .cf-widget__article-references[data-grid-width="6"] .cf-widget-item:nth-child(6n) {
    margin-right: 0;
  }
  .cf-widget__article-references[data-grid-width="7"] .cf-widget-item {
    width: calc((100% / 7) - 0.8571428571rem);
    margin-right: 1rem;
  }
  .cf-widget__article-references[data-grid-width="7"] .cf-widget-item:nth-child(7n) {
    margin-right: 0;
  }
  .cf-widget__article-references[data-grid-width="8"] .cf-widget-item {
    width: calc((100% / 8) - 0.875rem);
    margin-right: 1rem;
  }
  .cf-widget__article-references[data-grid-width="8"] .cf-widget-item:nth-child(8n) {
    margin-right: 0;
  }
}
.cf-widget__article-references .cf-article-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  background: none;
  opacity: 0;
}
.cf-widget__article-references .cf-article-info {
  margin-top: 1.5rem;
}
.cf-widget__article-references .cf-widget-field {
  margin-top: 0.5rem;
}
.cf-widget__article-references .cf-article-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
}
.cf-widget__article-references .cf-widget-field__description {
  margin-top: 1rem;
}
.cf-widget__article-references .cf-article-image-wrapper {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.cf-widget__article-references .cf-article-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.cf-widget__article-references .cf-widget-item {
  margin-bottom: 1rem;
}
.cf-widget__article-references .cf-widget-item .inner {
  position: relative;
}
.cf-widget__article-references .cf-widget-item:hover .cf-article-image-wrapper {
  opacity: 1;
}
@media screen and (min-width: 749px) {
  .cf-widget__article-references .cf-widget-item {
    margin-bottom: 0;
  }
  .cf-widget__article-references .cf-article-title {
    padding-right: 3rem;
  }
  .cf-widget__article-references .cf-widget-field__description {
    padding-right: 3rem;
  }
}


/**
 * pages/new-ambassador
 */

.custom-fields-section__item.custom-fields-section__item--cf_w_acc.custom-fields-section__item--cf_w_acc--page_faqs {
  margin-bottom: 150px;
}

.custom-field.custom-field__generic-title.custom-field__type--text {
  margin-top: 40px;
}

.cf-widget-field.cf-widget-field__title.cf-widget-field--text.initial_title {
  line-height: initial;
  margin-top: -80px;
}

.cf-widget-field.cf-widget-field__link.cf-widget-field--link a {
  color: white;
}
.cf-widget-title-paragraph-button.cf-widget__text-bg-image {
  max-height: 430px;
}

/**
 * pages/spice-inspiration
 */

.flex-center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.custom-field__spice-inspiration-title {
  margin-bottom: 0px !important;
  padding-bottom: 20px;
  padding-top: 27px;
}

.no-bottom {
  margin-bottom: 0px !important;
}

.bottom-padding {
  padding-bottom: 20px
}


// ---------------------------
// Ambassador template patches
// ---------------------------

.custom-padding-1 {
  padding-top: 30px;
}

.custom-margin-1 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.custom-margin-2 {
  padding-bottom: 20px;
}

.custom-padding-2 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}

.custom-margin-3 {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
}

.custom-margin-4 {
  margin-top: -10px;
}

.custom-field__ambsdr-thank-you-p {
    text-align: center;
    font-size: x-large;
    padding-left: 100px;
    padding-right: 101px;
    padding-top: 70px;
}

.custom-field__ambsdr-thank_you_title {
  text-align: center;
  padding-bottom: 1.5rem;
}