@charset "UTF-8";
@font-face {
  font-family: "Domaine Text";
  src: url("fonts/DomaineText-Black.eot");
  src: url("fonts/DomaineText-Black.eot?#iefix") format("embedded-opentype"), url("fonts/DomaineText-Black.svg#DomaineText-Black") format("svg"), url("fonts/DomaineText-Black.ttf") format("truetype"), url("fonts/DomaineText-Black.woff") format("woff"), url("fonts/DomaineText-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Domaine Text";
  src: url("fonts/DomaineText-BlackItalic.eot");
  src: url("fonts/DomaineText-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/DomaineText-BlackItalic.svg#DomaineText-BlackItalic") format("svg"), url("fonts/DomaineText-BlackItalic.ttf") format("truetype"), url("fonts/DomaineText-BlackItalic.woff") format("woff"), url("fonts/DomaineText-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mabry Pro";
  src: url("fonts/MabryPro-Regular.eot");
  src: url("fonts/MabryPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MabryPro-Regular.svg#MabryPro-Regular") format("svg"), url("fonts/MabryPro-Regular.ttf") format("truetype"), url("fonts/MabryPro-Regular.woff") format("woff"), url("fonts/MabryPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mabry Pro";
  src: url("fonts/MabryPro-Light.eot");
  src: url("fonts/MabryPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/MabryPro-Light.svg#MabryPro-Light") format("svg"), url("fonts/MabryPro-Light.ttf") format("truetype"), url("fonts/MabryPro-Light.woff") format("woff"), url("fonts/MabryPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mabry Pro";
  src: url("fonts/MabryPro-Bold.eot");
  src: url("fonts/MabryPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/MabryPro-Bold.svg#MabryPro-Bold") format("svg"), url("fonts/MabryPro-Bold.ttf") format("truetype"), url("fonts/MabryPro-Bold.woff") format("woff"), url("fonts/MabryPro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --body-background: #ffffff;
  --default-font-color: #1C1D1C;
  --default-font-size: 16px;
  --default-font-weight: 300;
  --default-font-family: Mabry Pro, sans-serif;
  --default-line-height: 1.4em;
  --default-color-white: #ffffff;
  --default-color-black: #1C1D1C;
  --hyperlink-visited-color: #1C1D1C;
  --hyperlink-color: #1C1D1C;
  --hyperlink-hover-color: #FDC703;
  --hyperlink-focus-color: #FDC703;
  --hyperlink-active-color: #1C1D1C;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
}

body {
  background: var(--body-background);
  color: var(--default-font-color);
  font-size: var(--default-font-size);
  font-weight: var(--default-font-weight);
  font-family: var(--default-font-family);
  line-height: var(--default-line-height);
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    line-height: 1.4em;
  }
}

a {
  color: var(--hyperlink-color);
  font-size: 1em;
  text-decoration: none;
  transition: 300ms;
}
a:hover {
  color: var(--hyperlink-hover-color);
  text-decoration: none;
}
a:focus {
  color: var(--hyperlink-focus-color);
  text-decoration: none;
}
a:focus:hover {
  color: var(--hyperlink-hover-color);
  text-decoration: none;
}
a:visited {
  color: var(--hyperlink-visited-color);
  text-decoration: none;
}
a:visited:hover {
  color: var(--hyperlink-hover-color);
  text-decoration: none;
}
a:active {
  color: var(--hyperlink-active-color);
  text-decoration: none;
}
a:active:hover {
  color: var(--hyperlink-hover-color);
  text-decoration: none;
}

.button {
  border: 1px solid #1C1D1C;
  border-radius: 50px;
  padding: 12px 24px;
  color: #1C1D1C;
  text-transform: uppercase;
  background: transparent;
  transition: 300ms ease-in-out;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .button {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2em;
  }
}
.button:hover {
  color: #ffffff;
  background: #1C1D1C;
}
.button.button--reversed {
  border-color: #ffffff;
  color: #ffffff;
}
.button.button--reversed:hover {
  color: #1C1D1C;
  background: #ffffff;
}
.button.button--black {
  color: #ffffff;
  background: #1C1D1C;
}
.button.button--black:hover {
  color: #1C1D1C;
  background: transparent;
}
.button.button--white {
  color: #1C1D1C;
  background: #ffffff;
  border-color: #ffffff;
}
.button.button--white:hover {
  color: #ffffff;
  background: transparent;
}
.button.button--cta {
  background: #FF144A;
  border-color: #FF144A;
  color: #ffffff;
}
.button.button--cta svg > * {
  transition: 300ms ease-in-out;
  fill: #ffffff;
}
.button.button--cta:hover, .button.button--cta:focus {
  color: #FF144A;
  border-color: #ffffff;
  background: #ffffff;
}
.button.button--cta:hover svg > *, .button.button--cta:focus svg > * {
  fill: #FF144A;
}
.button.button--fb {
  background: #32ABE0;
  border-color: #32ABE0;
  color: #ffffff;
}
.button.button--fb:hover {
  color: #32ABE0;
  border-color: #ffffff;
  background: #ffffff;
}

.wp-block-button .wp-block-button__link {
  border: 1px solid #1C1D1C;
  border-radius: 50px;
  padding: 12px 24px;
  color: #1C1D1C;
  text-transform: uppercase;
  background: transparent;
  transition: 300ms ease-in-out;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  line-height: 1.2em;
}
.wp-block-button .wp-block-button__link:hover {
  color: #ffffff;
  background: #1C1D1C;
}
.wp-block-button.wp-block-button--reversed .wp-block-button__link {
  border-color: #ffffff;
  color: #ffffff;
}
.wp-block-button.wp-block-button--reversed .wp-block-button__link:hover {
  color: #1C1D1C;
  background: #ffffff;
}
.wp-block-button.wp-block-button--cta .wp-block-button__link {
  background: #FF144A;
  border-color: #FF144A;
  color: #ffffff;
}
.wp-block-button.wp-block-button--cta .wp-block-button__link:hover {
  color: #FF144A;
  border-color: #ffffff;
  background: #ffffff;
}
.wp-block-button.wp-block-button--fb .wp-block-button__link {
  background: #32ABE0;
  border-color: #32ABE0;
  color: #ffffff;
}
.wp-block-button.wp-block-button--fb .wp-block-button__link:hover {
  color: #32ABE0;
  border-color: #ffffff;
  background: #ffffff;
}
.wp-block-button.wp-block-button--text .wp-block-button__link {
  background: transparent;
  color: #ffffff;
  text-decoration: underline;
  border: 0;
  border-radius: 0;
  padding: 12px;
}
.wp-block-button.wp-block-button--text .wp-block-button__link:hover {
  color: #FDC703;
  background: transparent;
  border: 0;
}
.wp-block-button.wp-block-button--text.wp-block-button--no-plr .wp-block-button__link {
  padding-left: 0;
  padding-right: 0;
}

.button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.wp-block-columns {
  box-sizing: initial;
}
.wp-block-columns.wp-block-columns--no-mb {
  margin-bottom: 0;
}
.wp-block-columns.wp-block-columns--gap-50 {
  gap: 100px;
}
@media screen and (max-width: 1360px) {
  .wp-block-columns.wp-block-columns--gap-50 {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-columns.wp-block-columns--gap-50 {
    gap: 20px;
  }
}
.wp-block-columns.wp-block-columns--half .wp-block-column {
  flex-basis: calc(50% - 50px);
  width: calc(50% - 50px);
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-columns .wp-block-column {
    order: 2;
  }
}
.wp-block-columns .wp-block-column--pl {
  padding-left: 200px;
}
@media screen and (max-width: 1250px) {
  .wp-block-columns .wp-block-column--pl {
    padding-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-columns .wp-block-column--pl {
    padding-left: 0;
    order: 1;
  }
}
.wp-block-columns .wp-block-column--pr {
  padding-right: 200px;
}
@media screen and (max-width: 1250px) {
  .wp-block-columns .wp-block-column--pr {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-columns .wp-block-column--pr {
    padding-right: 0;
    order: 1;
  }
}

.columns-text {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-top: 50px;
}
.columns-text p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .columns-text {
    -moz-columns: 1;
         columns: 1;
    margin-top: 20px;
  }
}

.page-content > *:not(.alignfull):not(.section) {
  max-width: 1650px;
  width: calc(100% - 2 * 30px);
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page-content > *:not(.alignfull):not(.section) {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section--blog img {
  max-width: 100%;
  height: auto;
}
.section--blog .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 24px;
}
.section--blog .blog-image {
  margin-top: -65px;
  overflow: hidden;
  border-radius: 8px;
}
.section--blog .blog-image .blog-image__img {
  display: block;
  width: 100%;
  height: auto;
}

.wp-block-rank-math-toc-block h2 {
  font-family: "Domaine Text", serif;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wp-block-rank-math-toc-block ol {
  padding-left: 0;
}
.wp-block-rank-math-toc-block ol li {
  font-size: 18px;
  line-height: 1.3em;
}
.wp-block-rank-math-toc-block ol li a {
  text-decoration: underline;
}

.title, .wp-block-heading {
  font-family: "Domaine Text", serif;
  font-size: 40px;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 900;
  margin: 0;
}
@media screen and (max-width: 1360px) {
  .title, .wp-block-heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .title, .wp-block-heading {
    font-size: 20px;
  }
}
.title .has-mabry-font, .wp-block-heading .has-mabry-font {
  font-family: "Mabry Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.title.title--margin, .wp-block-heading.title--margin {
  margin-bottom: 20px;
  margin-top: 5px;
}
.title.title--mabry, .wp-block-heading.title--mabry {
  font-family: "Mabry Pro", sans-serif;
  font-weight: 300;
}
.title.title--normal, .wp-block-heading.title--normal {
  font-style: normal;
}
.title.title--20, .wp-block-heading.title--20 {
  font-size: 20px;
  line-height: 1.2em;
}
.title.title--18, .wp-block-heading.title--18 {
  font-size: 18px;
  line-height: 1.2em;
}
.title.title--24, .wp-block-heading.title--24 {
  font-size: 24px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .title.title--24, .wp-block-heading.title--24 {
    font-size: 14px;
  }
}
.title.title--32, .wp-block-heading.title--32 {
  font-size: 24px;
  line-height: 1.2em;
}
.title.title--56, .wp-block-heading.title--56 {
  font-size: 56px;
  line-height: 1.2em;
}
@media screen and (max-width: 1360px) {
  .title.title--56, .wp-block-heading.title--56 {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .title.title--56, .wp-block-heading.title--56 {
    font-size: 20px;
  }
}
.title.title--64, .wp-block-heading.title--64 {
  font-size: 64px;
  line-height: 1.2em;
}
@media screen and (max-width: 1360px) {
  .title.title--64, .wp-block-heading.title--64 {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .title.title--64, .wp-block-heading.title--64 {
    font-size: 32px;
  }
}
.title.title--center, .wp-block-heading.title--center {
  text-align: center;
}
.title .title__subtitle, .wp-block-heading .title__subtitle {
  font-family: "Mabry Pro", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1em;
  color: #feaf00;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .title .title__subtitle, .wp-block-heading .title__subtitle {
    font-size: 18px;
  }
}

.subtitle {
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media (max-width: 1360px) {
  .subtitle {
    font-size: 24px;
    line-height: 1.3em;
  }
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 14px;
    line-height: 1.3em;
  }
}

.title-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  color: rgba(28, 29, 28, 0.5);
}

.section__content h3.title, .section__content h3.wp-block-heading {
  font-size: 32px;
}
@media screen and (max-width: 1360px) {
  .section__content h3.title, .section__content h3.wp-block-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section__content h3.title, .section__content h3.wp-block-heading {
    font-size: 16px;
  }
}

.heading {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: flex-start;
  align-items: baseline;
  padding-bottom: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .heading {
    flex-direction: column;
    gap: 5px;
  }
}
.heading:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #575757;
  order: 2;
  opacity: 0.2;
}
.heading .heading__link {
  order: 3;
  font-size: 12px;
  margin: 0;
  line-height: 1.3em;
  color: #ffffff;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
  text-transform: uppercase;
}
.heading .heading__link svg path {
  transition: 300ms ease-in-out;
}
.heading .heading__link:hover {
  color: #FDC703;
}
.heading .heading__link:hover svg path {
  fill: #FDC703;
}
.heading.heading--no-border:after {
  content: initial;
}
.heading.heading--no-border .social-media {
  margin-left: auto;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section.section--intro {
  padding-top: 140px;
  background: #1C1D1C;
  color: #ffffff;
}
.section.section--intro a:not(.button) {
  color: #ffffff;
}
.section.section--intro a:not(.button):hover {
  color: #FDC703;
}
@media screen and (max-width: 768px) {
  .section.section--intro {
    padding-top: 1px;
  }
}
.section.section--grey {
  background: #F5F5F5;
}
.section.section--dark {
  background: #1C1D1C;
  color: #ffffff;
}
.section.section--dark .title-lead {
  color: rgba(255, 255, 255, 0.5);
}
.section.section--dark a {
  color: #ffffff;
}
.section.section--dark a:hover {
  color: #FDC703;
}
.section.section--black {
  background: #151515;
  color: #ffffff;
}
.section.section--black .title-lead {
  color: rgba(255, 255, 255, 0.5);
}
.section.section--black a {
  color: #ffffff;
  text-decoration: underline;
}
.section.section--black a:hover {
  color: #FDC703;
}
.section.section--black-2 {
  background: #0F1112;
  color: #ffffff;
}
.section.section--black-2 .title-lead {
  color: rgba(255, 255, 255, 0.5);
}
.section.section--black-2 a {
  color: #ffffff;
}
.section.section--black-2 a:hover {
  color: #FDC703;
}
.section.section--yellow {
  background: #FDC703;
}
.section.section--yellow a:hover {
  color: #1C1D1C;
  text-decoration: underline;
}
.section.section--yellow-dark {
  background: #EFBB00;
}
.section.section--yellow-dark a:hover {
  color: #1C1D1C;
  text-decoration: underline;
}
.section.section--center .section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section.section--no-pb {
  padding-bottom: 0;
}
.section.section--no-pt {
  padding-top: 0;
}
.section.section--pb-big {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .section.section--pb-big {
    padding-bottom: 75px;
  }
}
.section.section--pb-huge {
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .section.section--pb-huge {
    padding-bottom: 100px;
  }
}
.section.section--pb-medium {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section.section--pb-medium {
    padding-bottom: 50px;
  }
}
.section.section--pt-medium {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .section.section--pt-medium {
    padding-top: 50px;
  }
}
.section.section--overflow {
  overflow: hidden;
}
.section:not(.section--blog) > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
  max-width: 1650px;
  width: calc(100% - 2 * 30px);
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section:not(.section--blog) > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section:not(.section--blog) > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
  position: relative;
  z-index: 2;
}
.section:not(.section--blog) > .wp-block-group__inner-container > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
  max-width: 1650px;
  width: calc(100% - 2 * 30px);
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section:not(.section--blog) > .wp-block-group__inner-container > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section:not(.section--blog) > .wp-block-group__inner-container > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
  position: relative;
  z-index: 2;
}
.section.section--blog {
  margin-top: -230px;
}
@media screen and (max-width: 768px) {
  .section.section--blog {
    margin-top: -20px;
  }
}
.section.section--blog > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
  max-width: 980px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2 * 30px);
}
@media screen and (max-width: 768px) {
  .section.section--blog > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
    width: calc(100% - 30px);
  }
}
.section.section--blog > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
  position: relative;
  z-index: 2;
}
.section.section--blog .wp-block-group__inner-container > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
  max-width: 980px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2 * 30px);
}
@media screen and (max-width: 768px) {
  .section.section--blog .wp-block-group__inner-container > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
    width: calc(100% - 30px);
  }
}
.section.section--blog .wp-block-group__inner-container > *:not(.container-wide):not(.section__separator):not(.section__ornament):not(.wp-block-group__inner-container) {
  position: relative;
  z-index: 2;
}
.section .section__separator.section__separator--line {
  max-width: 1650px;
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.section .section__separator.section__separator--white-wave {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-40%);
}
.section .section__separator.section__separator--white-wave svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--yellow-wave {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-75%);
}
.section .section__separator.section__separator--yellow-wave svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--yellow-wave-2 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-90%);
}
@media screen and (max-width: 768px) {
  .section .section__separator.section__separator--yellow-wave-2 {
    transform: translateY(-86%);
  }
}
.section .section__separator.section__separator--yellow-wave-2 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--yellow-wave-3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-45%);
}
.section .section__separator.section__separator--yellow-wave-3 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--yellow-wave-4 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-80%);
}
.section .section__separator.section__separator--yellow-wave-4 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--yellow-wave-5 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-80%);
}
.section .section__separator.section__separator--yellow-wave-5 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--white-wave-2 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.section .section__separator.section__separator--white-wave-2 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--white-wave-3 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-20%);
}
.section .section__separator.section__separator--white-wave-3 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--white-wave-4 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-25%);
}
.section .section__separator.section__separator--white-wave-4 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--white-wave-6 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-35%);
}
.section .section__separator.section__separator--white-wave-6 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--white-wave-5 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(10%);
}
@media screen and (max-width: 1550px) {
  .section .section__separator.section__separator--white-wave-5 {
    transform: translateY(25%);
  }
}
@media screen and (max-width: 1290px) {
  .section .section__separator.section__separator--white-wave-5 {
    transform: translateY(40%);
  }
}
.section .section__separator.section__separator--white-wave-5 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--white-wave-7 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-60%);
}
.section .section__separator.section__separator--white-wave-7 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--black-wave-1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-28%);
}
.section .section__separator.section__separator--black-wave-1 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--black-wave-2 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-45%);
}
.section .section__separator.section__separator--black-wave-2 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--black-wave-3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-95%);
}
@media screen and (max-width: 768px) {
  .section .section__separator.section__separator--black-wave-3 {
    transform: translateY(-86%);
  }
}
.section .section__separator.section__separator--black-wave-3 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--black-wave-4 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-45%);
}
.section .section__separator.section__separator--black-wave-4 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--black-wave-5 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-25%);
}
.section .section__separator.section__separator--black-wave-5 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--black-wave-6 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-45%);
}
.section .section__separator.section__separator--black-wave-6 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--grey-wave-1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-55%);
}
.section .section__separator.section__separator--grey-wave-1 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--grey-wave-2 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-20%);
}
.section .section__separator.section__separator--grey-wave-2 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--grey-wave-3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-55%);
}
.section .section__separator.section__separator--grey-wave-3 svg {
  width: 100%;
  height: auto;
}
.section .section__separator.section__separator--grey-wave-4 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-15%);
}
.section .section__separator.section__separator--grey-wave-4 svg {
  width: 100%;
  height: auto;
}
.section .section__ornament {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .section .section__ornament {
    display: none;
  }
}
.section .section__left {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .section .section__left {
    flex-direction: column;
    gap: 20px;
  }
}
.section .section__left .section__title {
  width: 20%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .section .section__left .section__title {
    width: 100%;
  }
}
.section .section__left .section__title .title {
  margin-bottom: 20px;
}
.section .section__left .section__more {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.3em;
  color: #ffffff;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
  text-transform: uppercase;
}
.section .section__left .section__more svg path {
  transition: 300ms ease-in-out;
}
.section .section__left .section__more:hover {
  color: #FDC703;
}
.section .section__left .section__more:hover svg path {
  fill: #FDC703;
}
.section .section__left .section__content {
  width: calc(80% - 50px);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section .section__left .section__content {
    width: 100%;
  }
}
.section .section__columns {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .section .section__columns {
    flex-direction: column;
    gap: 20px;
  }
}
.section .section__columns .section__content {
  width: calc(40% - 25px);
  flex-grow: 0;
  flex-shrink: 0;
}
.section .section__columns .section__content.section__content--50 {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .section .section__columns .section__content {
    width: 100%;
  }
  .section .section__columns .section__content.section__content--50 {
    width: 100%;
  }
}
.section .section__columns .section__right {
  width: calc(60% - 25px);
  flex-grow: 0;
  flex-shrink: 0;
}
.section .section__columns .section__right.section__right--50 {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .section .section__columns .section__right {
    width: 100%;
  }
  .section .section__columns .section__right.section__right--50 {
    width: 100%;
  }
}
.section .section__content.section__content--compact > * {
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .section .section__content.section__content--compact > * {
    max-width: 100%;
  }
}
.section .section__content.section__content--intro {
  display: flex;
  flex-direction: row;
  z-index: 0 !important;
}
.section .section__content.section__content--intro .section__title {
  flex-grow: 1;
}
.section .section__content.section__content--intro .section__image {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.section .section__content.section__content--intro .section__image .section__img {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.section .section__content.section__content--left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.slider .slider__slide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .slider .slider__slide {
    flex-direction: column;
    gap: 20px;
  }
}
.slider .slider__slide .slider__slide-content, .slider .slider__slide .slider__slide-image {
  width: calc(50% - 25px);
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .slider .slider__slide .slider__slide-content, .slider .slider__slide .slider__slide-image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .slider .slider__slide .slider__slide-content {
    order: 2;
    font-size: 12px;
    line-height: 1.4em;
  }
}
.slider .slider__slide .slider__slide-content .wp-block-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 88px;
  line-height: 1.1em;
  font-weight: 900;
  font-family: "Domaine Text", serif;
  font-style: italic;
}
.slider .slider__slide .slider__slide-content .wp-block-heading .has-mabry-font {
  font-family: "Mabry Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1360px) {
  .slider .slider__slide .slider__slide-content .wp-block-heading {
    font-size: 64px;
    line-height: 1.1em;
  }
}
@media (max-width: 768px) {
  .slider .slider__slide .slider__slide-content .wp-block-heading {
    font-size: 24px !important;
    line-height: 1.1em;
  }
}
.slider .slider__slide .slider__slide-content .wp-block-buttons {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .slider .slider__slide .slider__slide-content .wp-block-buttons {
    flex-direction: column;
    justify-content: flex-start;
  }
  .slider .slider__slide .slider__slide-content .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  .slider .slider__slide .slider__slide-content .wp-block-buttons .wp-block-button .wp-block-button__link {
    text-align: center;
    width: 100%;
  }
}
.slider .slider__slide .slider__slide-image {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .slider .slider__slide .slider__slide-image {
    order: 1;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}
.slider .slider__slide .slider__slide-image img {
  max-width: 100%;
  height: auto;
}

.points-map {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .points-map {
    flex-direction: column;
  }
}
.points-map .points-map__content {
  width: calc(50% - 50px);
  flex-grow: 0;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .points-map .points-map__content {
    width: 100%;
  }
}
.points-map .points-map__image {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .points-map .points-map__image {
    display: none;
  }
}
.points-map .points-map__image img {
  max-width: 100%;
  height: auto;
}
.points-map .points-map__form {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .points-map .points-map__form {
    flex-direction: column;
    gap: 10px;
  }
}
.points-map .points-map__form .points-map__form-label {
  display: none;
}
.points-map .points-map__form .points-map__form-input {
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1.3em;
  color: #ffffff;
  border-radius: 0;
  min-width: 400px;
  background: transparent;
}
@media (max-width: 768px) {
  .points-map .points-map__form .points-map__form-input {
    font-size: 14px;
    line-height: 1.3em;
    width: 100%;
    min-width: initial;
  }
}
.points-map .points-map__form .button {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .points-map .points-map__form .button {
    width: 100%;
    text-align: center;
  }
}
.points-map .points-map__result {
  margin-top: 20px;
  max-width: 75%;
}
.points-map .points-map__result.points-map__result--success {
  color: #20c620;
}
.points-map .points-map__result.points-map__result--error {
  color: #e82e2e;
}
.points-map .points-map__info {
  padding: 0 20px;
  text-align: center;
  margin-top: 30px;
}

.faq {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .faq {
    flex-direction: column;
  }
}
.faq .faq__content {
  width: 70%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq .faq__content {
    width: 100%;
  }
}
.faq .faq__image {
  width: calc(30% - 50px);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .faq .faq__image {
    display: none;
  }
}
.faq .faq__image img {
  max-width: 100%;
  height: auto;
}
.faq .faq__group {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(43, 48, 48, 0.2);
}
@media screen and (max-width: 768px) {
  .faq .faq__group {
    margin-top: 20px;
  }
}
.faq .faq__group .faq__group-title {
  display: flex;
  flex-direction: row;
  font-family: "Domaine Text", serif;
  font-size: 24px;
  line-height: 1.2em;
  align-items: baseline;
  margin-bottom: 5px;
  cursor: pointer;
}
.faq .faq__group .faq__group-title > h2, .faq .faq__group .faq__group-title h3 {
  font-size: 24px;
  line-height: 1.2em;
  margin: 0;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .faq .faq__group .faq__group-title {
    font-size: 14px;
    line-height: 1.2em;
  }
  .faq .faq__group .faq__group-title > h2, .faq .faq__group .faq__group-title h3 {
    font-size: 14px;
    line-height: 1.2em;
  }
}
.faq .faq__group .faq__group-title .faq__group-expand {
  margin-left: auto;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: "Mabry Pro", sans-serif;
}
.faq .faq__group .faq__group-title .faq__group-expand:before {
  content: "Rozwiń grupę";
}
@media screen and (max-width: 768px) {
  .faq .faq__group .faq__group-title .faq__group-expand {
    font-size: 10px;
    line-height: 1em;
  }
}
.faq .faq__group .faq__group-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq .faq__group .faq__group-content .faq__question {
  list-style: none;
  border-bottom: 1px solid transparent;
}
.faq .faq__group .faq__group-content .faq__question .faq__question-title {
  font-family: "Domaine Text", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.3em;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.faq .faq__group .faq__group-content .faq__question .faq__question-title > h2, .faq .faq__group .faq__group-content .faq__question .faq__question-title h3 {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .faq .faq__group .faq__group-content .faq__question .faq__question-title {
    font-size: 12px;
    line-height: 1.3em;
  }
  .faq .faq__group .faq__group-content .faq__question .faq__question-title > h2, .faq .faq__group .faq__group-content .faq__question .faq__question-title h3 {
    font-size: 12px;
    line-height: 1.3em;
  }
}
.faq .faq__group .faq__group-content .faq__question .faq__question-title::after {
  content: "+";
  opacity: 1;
  transition: 300ms ease-in-out;
  margin-left: auto;
}
.faq .faq__group .faq__group-content .faq__question[open] .faq__question-title:after {
  content: "-";
}
.faq .faq__group .faq__group-content .faq__question[open]:not(:last-of-type) {
  border-bottom: 1px solid rgba(43, 48, 48, 0.2);
}
.faq .faq__group[open] {
  padding-bottom: 25px;
}
.faq .faq__group[open] .faq__group-title {
  margin-bottom: 25px;
}
.faq .faq__group[open] .faq__group-title .faq__group-expand:before {
  content: "Zwiń grupę";
}
.faq.faq--diet {
  flex-direction: column;
  gap: 20px;
  justify-content: initial;
  align-items: initial;
}
.faq.faq--diet .faq__group {
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  .faq.faq--diet .faq__group {
    max-width: 100%;
  }
}

.breadcrumbs-home:before {
  content: url(images/heart-3.svg);
}

.rank-math-breadcrumb span, .rank-math-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
}
.rank-math-breadcrumb a:hover {
  color: #ffffff;
}

.post-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  overflow-x: auto;
  padding-bottom: 20px;
  padding-top: 40px;
  width: 100%;
  scrollbar-color: #FDC703 transparent;
  scrollbar-width: thin;
}
.post-list::-webkit-scrollbar {
  width: 8px;
}
.post-list::-webkit-scrollbar-track {
  background: transparent;
}
.post-list::-webkit-scrollbar-thumb {
  background: #FDC703;
}
.post-list::-webkit-scrollbar-thumb:hover {
  background: #fede7b;
}
.post-list .post-list__post {
  width: 480px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1250px) {
  .post-list .post-list__post {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .post-list .post-list__post {
    width: 250px;
  }
}
.post-list .post-list__post a {
  text-decoration: none;
}
.post-list .post-list__post .post-list__post-image {
  margin-bottom: 30px;
  position: relative;
}
.post-list .post-list__post .post-list__post-image .post-list__post-img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.post-list .post-list__post .post-list__post-image:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 95%;
  aspect-ratio: 2.2314814815;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  filter: blur(10px);
  border-radius: 50%;
}
.post-list .post-list__post .post-list__post-image:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(images/post-bg-1.png) no-repeat;
  background-size: contain;
  max-width: 70%;
  width: 345px;
  aspect-ratio: 1.369047619;
  left: 0;
  top: -25px;
}
.post-list .post-list__post .post-list__post-image.post-list__post-image--second:after {
  background-image: url(images/post-bg-2.png);
  width: 468px;
  max-width: 100%;
  aspect-ratio: 2.052631579;
  right: 0;
  left: initial;
  top: -15px;
}
.post-list .post-list__post .post-list__post-more {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3em;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
}

.newsletter {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .newsletter {
    max-width: 100%;
  }
}
.newsletter .newsletter__group {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsletter .newsletter__group {
    gap: 10px;
  }
}
.newsletter .newsletter__group .newsletter__label {
  display: none;
}
.newsletter .newsletter__group .newsletter__input {
  border: 0;
  flex-grow: 1;
  border-bottom: 1px solid #1C1D1C;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1.3em;
  color: #1C1D1C;
  border-radius: 0;
  min-width: 400px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .newsletter .newsletter__group .newsletter__input {
    font-size: 14px;
    line-height: 1.3em;
    width: 70%;
    min-width: initial;
  }
}
.newsletter .newsletter__group .button {
  padding-left: 32px;
  padding-right: 32px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .newsletter .newsletter__group .button {
    width: calc(30% - 10px);
    padding-left: 0;
    padding-right: 0;
  }
}
.newsletter .newsletter__consent {
  font-size: 12px;
  line-height: 1.3em;
}
.newsletter .newsletter__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newsletter .newsletter__loader .newsletter__success {
  color: #FDC703;
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
.newsletter .newsletter__loader .newsletter__error {
  color: #bb1e1e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.social-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-left: auto;
}

.partners {
  display: flex;
  overflow-x: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  margin-left: auto;
  scrollbar-color: #FDC703 transparent;
  scrollbar-width: thin;
}
.partners::-webkit-scrollbar {
  width: 8px;
}
.partners::-webkit-scrollbar-track {
  background: transparent;
}
.partners::-webkit-scrollbar-thumb {
  background: #FDC703;
}
.partners::-webkit-scrollbar-thumb:hover {
  background: #fede7b;
}
.partners .partners__item {
  max-width: 150px;
  max-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners .partners__item .partners__img {
  max-width: 100%;
  height: auto;
}

.opinion-list {
  padding: 40px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  overflow-x: auto;
  scrollbar-color: #FDC703 transparent;
  scrollbar-width: thin;
}
.opinion-list::-webkit-scrollbar {
  width: 8px;
}
.opinion-list::-webkit-scrollbar-track {
  background: transparent;
}
.opinion-list::-webkit-scrollbar-thumb {
  background: #FDC703;
}
.opinion-list::-webkit-scrollbar-thumb:hover {
  background: #fede7b;
}
.opinion-list .opinion-list__item {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .opinion-list .opinion-list__item {
    max-width: 300px;
  }
}
.opinion-list .opinion-list__item .opinion-list__item-rating {
  display: flex;
  flex-direction: row;
}
.opinion-list .opinion-list__item .opinion-list__item-content {
  font-weight: 400;
  font-style: italic;
}
.opinion-list .opinion-list__item .opinion-list__item-content p:last-child {
  margin-bottom: 0;
}
.opinion-list .opinion-list__item .opinion-list__item-content p:first-child {
  margin-top: 0;
}
.opinion-list .opinion-list__item .opinion-list__item-author {
  font-family: "Domaine Text", serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  font-style: italic;
}

.cities-list {
  -moz-column-count: 8;
       column-count: 8;
  margin-top: 40px;
}
.cities-list a {
  color: #ffffff;
  opacity: 0.7;
  text-transform: uppercase;
  display: block;
}
.cities-list a:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
}

.loader {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#32ABE0 0 0);
  background: var(--c) 0% 100%, var(--c) 50% 100%, var(--c) 100% 100%;
  animation: l2 1s infinite linear;
}

@keyframes l2 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  20% {
    background-size: 20% 40%, 20% 100%, 20% 100%;
  }
  40% {
    background-size: 20% 80%, 20% 40%, 20% 100%;
  }
  60% {
    background-size: 20% 100%, 20% 80%, 20% 40%;
  }
  80% {
    background-size: 20% 100%, 20% 100%, 20% 80%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}/*# sourceMappingURL=lovecatering.css.map */