@font-face {
  font-display: swap;
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200;
  src: url('/assets/fonts/cairo-v28-latin-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/cairo-v28-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/cairo-v28-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/cairo-v28-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/cairo-v28-latin-700.woff2') format('woff2');
}

:root {
	--c-primary: 32, 94, 159;
	--c-secondary: 4, 185, 180;
	--c-tertiary: 0, 0, 255;
	--c-light: 245, 245, 245;
	--c-dark: 0, 0, 0;
	--c-text: 22, 22, 22;
	--c-background: 255, 255, 255;
	--bs-body-font-family: 'Cairo' !important;
}
[data-bs-theme=dark] {
	--c-text: 245, 245, 245;
  --c-background: 20, 23, 40;
}

.brand {
	width: 100%;
}

html.is-changing tk-header>.home>img {
	transform: scale(1.25);
	opacity: .75;
}
html.is-leaving tk-header>.home>img {
	transform: scale(1);
	opacity: 1;
}

.bg-gradient-primary {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, #FF4087, #FFC056);
}

mz-footer .network>.brand-h {
  padding: 0 1rem .5rem;
}

[data-bs-theme=dark] {
  --c-text: 245, 245, 245;
  --c-background: 22, 22, 22;
}

.brand {
  width: 100%;
}

html.is-changing tk-header>.home>img {
  transform: scale(1.25);
  opacity: .75;
}
html.is-leaving tk-header>.home>img {
  transform: scale(1);
  opacity: 1;
}

.bg-gradient-primary {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, rgb(var(--c-primary)), rgb(var(--c-secondary)));
}

@media (max-width: 992px) {
  tk-header.page>.home {
    flex-basis: 10rem;
  }
  tk-header.page>.home>img {
    height: 3.5rem;
    padding: 0;
  }
}

.sw700 {
  width: calc(100% + 4rem);
  height: min-content;
  aspect-ratio: 2.75;
  margin: 0 -2rem 2rem;
  --swiper-navigation-color: rgb(var(--c-light), .75);
  --swiper-pagination-bullet-inactive-color: rgb(var(--c-light), .75) !important;
}
.sw700 .swiper-slide a {
  width: 100%;
  height: 100%;
}
.sw700 .swiper-slide picture {
  width: 100%;
  height: auto;
}
.sw700 .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .sw700{
    aspect-ratio: .6;
    padding-bottom: 0rem;
    margin-bottom: 0;
  }
  .sw700 img {
    width: unset;
    height: 100%;
  }
  .sw700 .container {
    position: absolute;
    bottom: 0;
    padding: 3rem;
  }
}