/** Shopify CDN: Minification failed

Line 500:41 The "+" operator only works if there is whitespace on both sides

**/


/* CSS from section stylesheet tags */
.tp-collection-1 {
		background: var(--tp-background-color, radial-gradient(rgba(137, 143, 239, 1), rgba(120, 196, 245, 1) 100%));
	}

  .tp-collection-1 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

	.tp-collection-1 a {
   color: inherit;
  }

  .tp-collection-1 .tp__container {
    padding-block: var(--tp-padding-top, 52px) var(--tp-padding-bottom, 52px);
    max-width: calc(var(--tp-section-width, 1200px) + 40px);
    padding-inline: 20px;
    margin-inline: auto;
  }
    
  .tp-collection-1 .tp__heading {
    margin-bottom: var(--tp-header-margin-bottom, 30px);
    text-align: var(--tp-heading-alignment, center);
    font-weight: var(--tp-heading-weight, 600 );
    font-size: var(--tp-heading-size, 24px);
    color: var(--tp-heading-color, #ffff);
  }

  .tp-collection-1 .tp__grid {
    grid-template-columns: var(--tp-grid-columns-mobile, 1fr);
    gap: var(--tp-grid-gap, 20px);
    display: grid;
  }

  .tp-collection-1 .tp__grid-item {
    border-radius: var(--tp-collection-border-radius, 20px);
    min-height: var(--tp-item-min-height-mobile, 200px);
    color: var(--tp-item-title-color, #ffff);
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background-color: #f5f5f5f5;
  }

  .tp-collection-1 .tp__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .tp-collection-1 .tp__grid-item:hover .tp__item-image {
    transform: scale(1.05);
  }

  .tp-collection-1 .tp__item-overlay {
    background-color: var(--tp-overlay-color, #337db4);
    opacity: var(--tp-overlay-opacity, 0.3);
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .tp-collection-1 .tp__grid-item:hover .tp__item-overlay {
    opacity: calc(var(--tp-overlay-opacity, 0.3) * 1.2);
  }

  .tp-collection-1 .tp__item-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
  }

  .tp-collection-1 .tp__item-title {
    font-size: var(--tp-item-title-size, 32px);
    font-weight: var(--tp-item-title-weight, 500);
    color: inherit;
    line-height: 1.3;
  }

  @media screen and (min-width: 1024px) {
    .tp-collection-1 .tp__grid {
      grid-template-columns: var(--tp-grid-columns-desktop, 580px 1fr 1fr);
    }

    .tp-collection-1 .tp__grid-item {
      min-height: var(--tp-item-min-height-desktop, 250px);
    }

    .tp-collection-1 .tp__grid-item:nth-child(1) {
      grid-column: 1 / 2;
      grid-row: 1 / 3;
    }

    .tp-collection-1 .tp__grid-item:nth-child(2) {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
    }
    
    .tp-collection-1 .tp__grid-item:nth-child(3) {
      grid-column: 3 / 4;
      grid-row: 1 / 2;
    }

    .tp-collection-1 .tp__grid-item:nth-child(4) {
      grid-column: 2 / 4;
      grid-row: 2 / 3;
    }

    .tp-collection-1 .tp__grid-item:nth-child(1) {
      min-height: calc(var(--tp-item-min-height-desktop, 250px) * 2 + var(--tp-grid-gap, 20px));
    }
  }
.tp-countdown-1 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .tp-countdown-1 a { color: inherit; }

  .tp-countdown-1 .tp__container-main {
    padding: var(--tp-section-padding, 40px 0 50px);
    background: var(--tp-background-color, #18473E);
    position: relative;
    overflow: hidden;
  }

  .tp-countdown-1 .tp__media-fluid {
    opacity: var(--tp-overlay-opacity);
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .tp-countdown-1 .tp__container {
    max-width: calc(var(--tp-section-width, 1440px) + 40px);
    gap: var(--tp-container-gap, 20px);
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }

  .tp-countdown-1 .tp__section-header {
    max-width: var(--tp-content-width, 900px);
    width: 100%;
  }

  .tp-countdown-1 .tp__section-heading {
    font-size: var(--tp-heading-text-size, 48px);
    font-weight: var(--tp-heading-text-weight, 700);
    color: var(--tp-heading-color, #FFFFFF);
    line-height: 1.2;
    margin: 0;
  }

  .tp-countdown-1 .tp__section-description {
    margin-top: var(--tp-description-top-padding, 12px);
    font-size: var(--tp-description-text-size, 16px);
    font-weight: var(--tp-description-text-weight, 400);
    color: var(--tp-description-color, #FFFFFF);
    line-height: 1.4;
    margin: 0;
  }

  .tp-countdown-1 .tp__button {
    background-color: var(--tp-button-background-color, #FFDD00);
    max-width: var(--tp-button-width, 340px);
    margin-top: var(--tp-button-top-padding, 20px);
    font-size: var(--tp-button-font-size, 16px);
    font-weight: var(--tp-button-font-weight, 400);
    color: var(--tp-button-text-color, #000000);
    border-radius: var(--tp-button-border-radius, 0px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
    width: fit-content;
    min-width: fit-content;
  }

  .tp-countdown-1 .tp__button:hover {
    opacity: 0.9;
  }

  .tp-countdown-1 .tp__button img {
    max-width: 25px;
    height: auto;
  }

  .tp-countdown-1 .tp__countdown-wrapper {
    gap: var(--tp-countdown-wrapper-gap);
    display: flex;
    justify-content: center;
  }

  .tp-countdown-1 .tp__countdown-item {
    font-weight: var(--tp-countdown-item-text-weight, 700);
    font-size: var(--tp-countdown-item-text-size, 48px);
    color: var(--tp-countdown-item-text-color, #FFFFFF);
    background-color: var(--tp-countdown-bg-color, #16594C);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 85px;
    padding: 12px;
    border-radius: 8px;
    line-height: 1;
  }

  .tp-countdown-1 .tp__countdown-item span {
    font-size: var(--tp-countdown-span-text-size, 16px);
    font-weight: var(--tp-countdown-span-text-weight, 400);
    color: var(--tp-countdown-span-text-color, #FFFFFF);
    text-align: center;
  }

  .tp-countdown-1 .tp__countdown-note {
    color: var(--tp-countdown-note-color, #FFFFFF);
    margin-top: var(--tp-countdown-note-gap, 12px);
    font-size: 18px;
    text-align: center;
  }

  @media screen and (min-width: 768px) {
    .tp-countdown-1 .tp__container {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      text-align: left;
    }

    .tp-countdown-1 .tp__countdown-note {
      text-align: var(--tp-text-alignment, center);
    }
  }

  @media screen and (max-width: 768px) {
    .tp-countdown-1 .tp__countdown {
      margin: 0 auto;
    }

    .tp-countdown-1 .tp__section-header {
      text-align: center;
    }

    .tp-countdown-1 .tp__countdown-wrapper {
      flex-wrap: wrap;
    }
  }

  .tp-countdown-1 .tp__button.tp__flex-row img {
    margin-left: 8px;
  }

  .tp-countdown-1 .tp__button.tp__flex-row-reverse img {
    margin-right: 8px;
  }
.tp-footer-2 {
		background: var(--tp-background, #000000);
	}

	.tp-footer-2 * {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.tp-footer-2 a {
		color: inherit;
	}

	.tp-footer-2.tp__button--fade:hover { opacity: 0.8; }
  .tp-footer-2 .tp__button--invert:hover {
    color: var(--tp-button-background-color);
    background-color: transparent;
    border-color: var(--tp-button-background-color);
	}

	.tp-footer-2 .tp__container {
		max-width: calc(var(--tp-section-width) + 40px);
		padding-block: var(--tp-padding-block);
		padding-inline: 20px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}

	.tp-footer-2 .tp__heading {
		color: var(--tp-heading-color, #ffffff);
		font-size: var(--tp-heading-size, 30px);
		font-weight: var(--tp-heading-text-weight,700);
		max-width: 100%
	}

	.tp-footer-2 .tp__input-details span {
		color: var(--tp-input-subheading-color, #ffffffa6);
		font-size: var(--tp-input-subheading-size, 12px);
		letter-spacing: 0.24px;
		margin-top: 10px;
		display: block;
	}

	.tp-footer-2 .tp__input-wrapper {
		padding-block: var(--tp-input-container-padding, 60px);
		border-block: var(--tp-border-width, 1px) solid var(--tp-border-color, #FFFFFF);
    display: flex;
		align-items: center;
		flex-direction: column;
    justify-content: space-between;
		gap: 20px;
	}

	.tp-footer-2 .contact-form {
		max-width: 630px;
		width: 100%;
		gap: 10px;
	}

	.tp-footer-2 .tp__form-input-wrapper {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.tp-footer-2 .tp__input {
		background-color: var(--tp-input-background-color, #ffffff);
		font-size: var(--tp-input-subheading-text-size, 16px);
		color: var(--tp-input-text-color, #111111);
		border-radius: var(--tp-input-border-radius, 8px);
		border: none;
		outline: none;
		padding: 15px;
		width: 100%;
		max-width: 100%;
	}

	.tp-footer-2 .tp__button {
		background-color: var(--tp-button-background-color, #ffffff);
		color: var(--tp-button-text-color, #000000);
		font-size: var(--tp-button-text-size, 13px);
		border-radius: var(--tp-button-border-radius, 50px);
		font-weight: var(--tp-button-text-weight, 300);
		letter-spacing: 2.6px;
		border: 1px solid transparent;
    max-width: 100%;
    width: 100%;
		outline: none;
		border: none;
		cursor: pointer;
		padding-block: 10px;
		transition: all 0.3s ease-in-out;
	}

	.tp-footer-2 .tp__content-wrapper {
		border-bottom: var(--tp-border-width, 1px) solid var(--tp-border-color, #FFFFFF);
		padding-block: var(--tp-blocks-content-padding, 80px);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: var(--tp-space-between-content, 30px);
	}

	.tp-footer-2 .tp__content {
		flex: 1 0 30%;
	}

	.tp-footer-2 .tp__content-title {
		font-size: var(--tp-blocks-content-title-size, 20px);
		color: var(--tp-blocks-content-title-color, #FFFFFF);
		font-weight: var(--tp-blocks-content-title-text-weight);
		margin-bottom: var(--tp-blocks-content-tile-space-below);
	}

	.tp-footer-2 .tp__content-description {
		font-size: var(--tp-blocks-content-description-size, 16px);
		color: var(--tp-footer-content-description-color, #FFFFFF);
		font-weight: var(--tp-blocks-content-description-text-weight, 300);
		margin-bottom: 15px;
	}

	.tp-footer-2 .tp__copyright {
		color: var(--tp-copyright-color ,#FFFFFF);
		font-size: var(--tp-copyright-text-size, 13px);
	}

	.tp-footer-2 .tp__payments-icons {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.tp-footer-2 .tp__copyright-wrapper {
		padding-top: var(--tp-copyright-space-above, 80px);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
	}

	.tp-footer-2 .tp__copyright {
		margin-top: 25px
	}

	@media screen and (min-width: 768px) {
		.tp-footer-2 .tp__heading {
			max-width: 660px;
		}

		.tp-footer-2 .tp__input-wrapper {
			flex-direction: row;
		}

		.tp-footer-2 .tp__form-input-wrapper {
			flex-direction: row;
		}

		.tp-footer-2 .tp__input {
			max-width: 376px;
		}

		.tp-footer-2 .tp__button {
			max-width: 247px;
		}

		.tp-footer-2 .tp__content-wrapper {
			flex-direction: row;
		}

		.tp-footer-2 .tp__copyright-wrapper {
			flex-direction: row;
		}

		.tp-footer-2 .tp__copyright {
			margin-top: 0;
		}
	}
.tp-footer-3 * {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.tp-footer-3 .tp__logo-wrapper a {
		color: var(--tp-input-subheading-color, #FFFFFF);
		font-size: var(--tp-logo-font-size, 50px);
		text-decoration: none;
	}

	.tp-footer-3 a {
		color: inherit;
	}

	.tp-footer-3 .tp__button--fade:hover { opacity: 0.8; }
  .tp-footer-3 .tp__button--invert:hover {
    color: var(--tp-button-background-color) !important;
    background-color: var(--tp-button-text-color) !important;
	}

	.tp-footer-3 .tp__container {
		max-width: calc(var(--tp-section-width)+ 100px, 1990px);
		background: var(--tp-background, #00422b);
		border-radius: var(--tp-border-radius, 20px);
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-inline: 0;
		overflow: hidden;
	}

	.tp-footer-3 .tp__content {
		padding-inline: 20px;
		max-width: 100%;
		margin: 0 auto;
	}

	.tp-footer-3 .tp__image-placeholder {
		width: var(--tp-logo-width, 100px);
		background-color: #F4F4F4;
	}
 
	.tp-footer-3 .contact-form span {
		color: var(--tp-input-subheading-color, #FFFFFF);
		font-size: var(--tp-input-subheading-size, 16px);
		letter-spacing: 0.24px;
		margin-bottom: 10px;
		display: block;
	}

	.tp-footer-3 .tp__input-wrapper {
		padding-block: var(--tp-input-container-padding, 60px);
    display: flex;
		flex-direction: column;
    justify-content: space-between;
		align-items: center;
		gap: 20px;
	}

	.tp-footer-3 .tp__form-input-wrapper {
		display: flex;
		flex-direction: column;
		gap: 15px;
		flex-wrap: nowrap;
	}

	.tp-footer-3 .contact-form {
		max-width: 423px;
		width: 100%;
	}

	.tp-footer-3 .tp__input {
		font-size: var(--tp-input-text-size, 16px);
		color: var(--tp-form-text-color, #111111);
		background-color: var(--tp-input-background-color, #ffffff);
		border-radius: var(--tp-form-border-radius, 30px);
		border: none;
		outline: none;
		padding: 20px;
		width: 100%;
		max-width: 100%;
	}

	.tp-footer-3 .tp__input::placeholder {
		color: var(--tp-form-placeholder-text-color, #ffffff)
	}

	.tp-footer-3 .tp__button {
		background-color: var(--tp-button-background-color, #ce4800);
		color: var(--tp-button-text-color, #ffffff);
		font-size: var(--tp-button-text-size, 20px);
		border-radius: var(--tp-button-border-radius, 30px);
		outline: none;
		border: none;
		cursor: pointer;
		padding-block: 10px;
		padding-inline: 30px;
		transition: all 0.3s ease-in-out;
	}

	.tp-footer-3 .tp__content-wrapper {
		background-color: var(--tp-links-container-background-color, #ffffff);
		border-radius: var(--tp-content-container-border-radius, 20px);
		padding: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px;
		max-width: 709px;
		width: 100%;
		flex: none;
	}

	.tp-footer-3 .tp__contentbox {
		padding-bottom: var(--tp-footer-content-space-below, 50px);
		gap: var(--tp-space-between-content, 20px);
		display: flex;
		flex-wrap: wrap;
	}

	.tp-footer-3 .tp__links {
		display: flex;
		gap: 10px;
	}

	.tp-footer-3 .tp__link-list-wrapper {
		list-style-type: none;
	}

	.tp-footer-3 .tp__link-title {
		font-size: var(--tp-link-title-size, 16px);
		color: var(--tp-link-title-color, #00422b);
		font-weight: var(--tp-link-title-text-weight, 600);
		margin-bottom: var(--tp-title-space-bottom, 20px);
	}

	.tp-footer-3 .tp__links-wrapper {
		gap: var(--tp-space-between-links);
		display: flex;
		flex-direction: column;
	}

	.tp-footer-3 .tp__links-wrapper li {
		font-size: 0;
	}

	.tp-footer-3 .tp__links-wrapper a {
		text-decoration: none;
	}

	.tp-footer-3 .tp__link {
		font-size: var(--tp-link-text-size, 14px);
		color: var(--tp-link-color, #101010);
		font-weight: var(--tp-link-text-weight, 400);
		text-decoration: none;	
	}

	.tp-footer-3 .tp__payments-wrapper {
		background-color: var(--tp-payments-container-background-color, #e0ebf7);
		border-radius: var(--tp-payments-container-border-radius, 20px);
		padding: 40px;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		flex: 1;
	}

	.tp-footer-3 .tp__socials-wrapper {
		background-color: var(--tp-socials-wrapper-background-color, #FFFFFF);
		border-radius: var(--tp-socials-wrapper-border-radius, 20px);
		display: flex;
		flex-direction: column;
		align-self: flex-start;
		gap: 20px;
		padding: 10px;
	}

	.tp-footer-3 .tp__socials-wrapper a {
		height: 20px;
		width: 20px;
	}

	.tp-footer-3 .tp__social-icon a svg {
		width: 22px;
		height: 22px;
	}

	.tp-footer-3 .tp__payments-icons {
		display: flex;
		justify-content: flex-start;
		gap: 10px;
		flex-wrap: wrap;
		margin-top: auto;
	}

	.tp-footer-3 .tp__payments-icons svg {
		width: 44px;
		height: 27px;
	}

	.tp-footer-3 .tp__legal {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.tp-footer-3 .tp__legal a {
		text-decoration: none;
	}

	.tp-footer-3 .tp__copyright-wrapper {
		max-width: calc(var(--tp-section-width, 1440) + 100px);
		background-color: var(--tp-copyright-wrapper-background-color, #ce4800);
		color: var(--tp-copyright-color, #FFFFFF);
		font-size: var(--tp-copyright-text-size, 13px);
		text-align: center;
		margin: 0 auto;
		padding: 20px;
		text-align: center;
	}

	.tp-footer-3 .tp__copyright-inner {
		display: flex;
    justify-content: space-between;
		flex-direction: column;
		max-width: 100%;
    width: 100%;
		margin-inline: auto;
	}

	.tp-footer-3 .tp__copyright {
		margin-bottom: var(--tp-space-below-copyright-text)
	}

	.tp-footer-3 .tp_back_to_top {
		margin-top: var(--tp-back-top-space-above, 30px);
		background-color: var(--tp-back-to-top-background-color, #ce4800);
		border-radius: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px;
		width: 40px;
		height: 40px;
	}

	@media screen and (min-width: 767px) {
		.tp-footer-3 .tp__content {
			padding-inline: 50px;
			max-width: 1540px;
		}

		.tp-footer-3 .tp__socials-wrapper {
			flex-direction: column;
		}

		.tp-footer-3 .tp__contentbox {
			justify-content: space-between;
			flex-wrap: nowrap;
			gap: 25px
		}

		.tp-footer-3 .tp__input-wrapper {
			flex-direction: row;
		}

		.tp-footer-3 .tp__form-input-wrapper {
			flex-direction: row;
			flex-wrap: wrap;
		}

		.tp-footer-3 .tp__payments-wrapper {
			flex: 1 0 40%;
		}

		.tp-footer-3 .tp__input {
			max-width: 250px;
		}

		.tp-footer-3 .tp__content-wrapper {
			flex-direction: row;
			flex: 1 0 50%;
		}

		.tp-footer-3 .tp__copyright-inner {
			flex-direction: row;
			max-width: 1540px;
      width: 100%;
      padding-inline: 50px;
		}

		.tp-footer-3 .tp__copyright {
			margin-bottom: 0
		}
	}
.tp-img-with-text-2 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .tp__justify-left { justify-content: flex-start; }
  .tp__justify-center { justify-content: center; }
  .tp__justify-right { justify-content: flex-end; }

  .tp__margin-left { margin-inline: 0 auto; }
  .tp__margin-center { margin-inline: auto; }
  .tp__margin-right { margin-inline: auto 0; }

  .tp__text-left { text-align: left; }
  .tp__text-center { text-align: center; }
  .tp__text-right { text-align: right; }

  .tp-img-with-text-2 {
    font-size: 0;
  }

  .tp-img-with-text-2 .tp__container {
    flex-direction: var(--tp-layout-direction);
    max-width: var(--tp-section-width);
    gap: var(--tp-container-gap);
    display: flex;
    align-items: center;
    margin-inline: auto;
    padding-inline: 20px;
  }

  .tp-img-with-text-2 .tp__container a {
    color: inherit;
  }

  .tp-img-with-text-2 .tp__images-wrapper,
  .tp-img-with-text-2 .tp__content-wrapper {
    flex-basis: 100%;
    position: relative;
  }

  .tp-img-with-text-2 .tp__section-subheading {
    font-size: var(--tp-subheading-size);
    font-weight: var(--tp-subheading-weight);
    color: var(--tp-subheading-color);
    margin-top: var(--tp-subheading-top-space);
    line-height: 3ex;
  }

  .tp-img-with-text-2 .tp__section-heading {
    font-size: var(--tp-heading-size);
    font-weight: var(--tp-heading-weight);
    margin-top: var(--tp-heading-top-space);
    color: var(--tp-heading-color);
  }

  .tp-img-with-text-2 .tp__section-description {
    font-size: var(--tp-description-size);
    font-weight: var(--tp-description-weight);
    color: var(--tp-description-color);
    margin-top: var(--tp-description-top-space);
    line-height: 3ex;
  }

  .tp-img-with-text-2 .tp__image--secondary {
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border: 4px solid #FFFFFF;
    max-width: 200px;
    max-height: 200px;
    z-index: 1;
  }

  .tp-img-with-text-2 .tp__images-wrapper--row-reverse .tp__image--secondary {
    left: 0;
    right: auto;
  }

  .tp-img-with-text-2 .tp__image--primary {
    width: 100%;
    height: 100%;
    padding: 0 50px 50px 0;
    max-width: 100%;
  }

  .tp-img-with-text-2 .tp__images-wrapper--row-reverse .tp__image--primary {
   padding: 0 0 50px 50px;
  }

  .tp-img-with-text-2 .tp__star-rating {
    margin-top: var(--tp-rating-top-space);
    display: flex;
    gap: 5px;
  }

  .tp-img-with-text-2 .tp__stats {
    gap: var(--tp-stats-gap);
    margin-top: var(--tp-stats-top-space);
    display: flex;
    flex-wrap: wrap;
  }

  .tp-img-with-text-2 .tp__stats .tp__stats-item .tp__stats-title {
    font-size: var(--tp-stats-title-size);
    font-weight: var(--tp-stats-title-weight);
    color: var(--tp-stats-title-color);
  }

  .tp-img-with-text-2 .tp__stats .tp__stats-item .tp__stats-description {
    font-size: var(--tp-stats-description-size);
    font-weight: var(--tp-stats-description-weight);
    color: var(--tp-stats-description-color);
  }

  @media screen and (min-width: 768px) {
    .tp-img-with-text-2 .tp__images-wrapper,
    .tp-img-with-text-2 .tp__content-wrapper {
      flex-basis: 50%;
    }

    .tp-img-with-text-2 .tp__image--secondary {
      max-width: 230px;
      max-height: 340px;
    }

    .tp-img-with-text-2 .tp__image--primary {
      padding: 0 130px 65px 0;
      max-height: 650px;
    }

    .tp-img-with-text-2 .tp__images-wrapper--row-reverse .tp__image--primary {
      padding: 0 0 65px 130px;
    }
  }

  .tp-img-with-text-2 .tp__filter--grayscale {
    filter: grayscale(100%);
  }

  .tp-img-with-text-2 .tp__filter--sepia {
    filter: sepia(100%) contrast(1.2);
  }

  .tp-img-with-text-2 .tp__filter--invert {
    filter: invert(100%);
  }
.tp-marquee-1 .tp__marquee {
    overflow: hidden;
    padding-block: var(--tp-padding-top, 14px) var(--tp-padding-bottom, 14px);
    gap: var(--tp-item-gap, 40px);
    background: var(--tp-background-color, #FFDD00);
    display: flex;
    margin-inline: auto;
    max-width: var(--tp-section-width, 1920px);
    width: 100%;
  }

  .tp-marquee-1 .tp__marquee a {
    color: inherit;
  }

  .tp-marquee-1 .tp__marquee-wrapper {
    animation: tpMarqueeRightToLeft var(--tp-animation-duration, 30s) linear infinite;
    gap: var(--tp-item-gap, 40px);
    width: max-content;
    flex-shrink: 0;
    display: flex;
  }

  .tp-marquee-1 .tp__marquee:hover .tp__marquee-wrapper {
    animation-play-state: var(--tp-pause-on-hover, paused);
  }

  @keyframes tpMarqueeRightToLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc((-100% - var(--tp-item-gap))));}
  }

  .tp-marquee-1 .tp__marquee-wrapper {
    animation-direction: var(--tp-animation-direction, reverse);
  }

  .tp-marquee-1 .tp__marquee-item {
    font-size: var(--tp-text-size, 48px);
    font-weight: var(--tp-font-weight, 400);
    color: var(--tp-text-color, #000000);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    position: relative;
  }

  .tp-marquee-1 .tp__marquee-item a {
    text-decoration: none;
  }

  .tp-marquee-1 .tp__marquee-img {
    width: 60px;
  }
.tp-ugc-videos-1 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .tp-ugc-videos a { color: inherit; }

  .tp-ugc-videos-1 .tp-ugc-videos-1__container {
    max-width: calc(var(--tp-section-width, 1200px) + 20px * 2);
    gap: var(--tp-content-spacing, 30px);
    padding-block: var(--tp-section-padding-block, 60px 60px);
    background: var(--tp-background-color, #FFFFFF);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-inline: 20px;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__heading {
    font-size: var(--tp-heading-size, 48px);
    font-weight: var(--tp-heading-weight, 600);
    color: var(--tp-heading-color, #000000);
    text-align: var(--tp-text-alignment, center);
    line-height: 1.2;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid {
    gap: var(--tp-grid-gap, 20);
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__video-card {
    border-radius: var(--tp-card-radius, 8px);
    height: var(--tp-video-height, 550px);
    position: relative;
    overflow: hidden;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__thumbnail {
    height: var(--tp-video-height, 550px);
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__video,
  .tp-ugc-videos-1 .tp-ugc-videos-1__video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__title {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding-bottom: var(--tp-title-padding, 14px);
    font-size: var(--tp-video-title-size, 20px);
    font-weight: var(--tp-title-weight, 600);
    color: var(--tp-title-color, #FFFFFF);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__carousel-container {
    position: relative;
    padding: 0;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    position: static;
  }

  .tp-ugc-videos-1 .swiper-button-next,
  .tp-ugc-videos-1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin: 0;
    box-shadow: none;
    position: static;
  }

  .tp-ugc-videos-1 .swiper-button-next svg,
  .tp-ugc-videos-1 .swiper-button-prev svg {
    width: 31px;
    height: 9px;
    display: block;
  }

  .tp-ugc-videos-1 .swiper-button-next svg path,
  .tp-ugc-videos-1 .swiper-button-prev svg path {
    fill: var(--tp-carousel-color, #000000);
  }

  .tp-ugc-videos-1 .swiper-button-next::after,
  .tp-ugc-videos-1 .swiper-button-prev::after {
    display: none;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel {
    display: flex;
    flex-direction: column;
    gap: var(--tp-grid-gap, 20px);
    width: 100%;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--tp-grid-gap, 20px);
    width: 100%;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel .swiper-slide {
    width: 100%;
    margin-right: 0;
  }

  .tp-ugc-videos-1 .tp-ugc-videos-1__grid.no-mobile-carousel + .tp-ugc-videos-1__arrows {
    display: none;
  }

  @media (min-width: 601px) {
    .tp-ugc-videos-1 .tp-ugc-videos-1__arrows {
      position: absolute;
      top: 50%;
      left: -64px;
      right: -64px;
      transform: translateY(-50%);
      justify-content: space-between;
      margin-top: 0;
    }

    .tp-ugc-videos-1 .swiper-button-next,
    .tp-ugc-videos-1 .swiper-button-prev {
      border-radius: var(--tp-carousel-border-radius, 30%);
      width: 48px;
      height: 48px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
  }

  @media (min-width: 1024px) {
    .tp-ugc-videos-1 .tp-ugc-videos-1__grid {
      grid-template-columns: repeat(var(--tp-columns-desktop, 4), 1fr);
    }
  }