/* roboto-serif-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Roboto Serif Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/wp-content/themes/lycored/howdy/dist/assets/roboto-serif-cyrillic-ext-wght-normal-DXLjCNQb.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* roboto-serif-cyrillic-wght-normal */
@font-face {
  font-family: 'Roboto Serif Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/wp-content/themes/lycored/howdy/dist/assets/roboto-serif-cyrillic-wght-normal-CD-1NJUE.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* roboto-serif-vietnamese-wght-normal */
@font-face {
  font-family: 'Roboto Serif Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/wp-content/themes/lycored/howdy/dist/assets/roboto-serif-vietnamese-wght-normal-CxKL5W6j.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* roboto-serif-latin-ext-wght-normal */
@font-face {
  font-family: 'Roboto Serif Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/wp-content/themes/lycored/howdy/dist/assets/roboto-serif-latin-ext-wght-normal-B9BEn9Tg.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* roboto-serif-latin-wght-normal */
@font-face {
  font-family: 'Roboto Serif Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/wp-content/themes/lycored/howdy/dist/assets/roboto-serif-latin-wght-normal-CusprKnR.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}.footer-disclaimer ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 10px 15px;
  justify-content: center;
}
.footer-disclaimer li,
.footer-disclaimer li a {
  color: #f7f7f7;
  font-size: 14px;
}
.footer-disclaimer li + li {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
}
.footer-disclaimer li + li:before {
  content: "";
  display: block;
  width: 1px;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
}.wpcf7-form input[type=checkbox] {
  opacity: 1;
  margin-right: 4px;
  left: auto;
}.page-id-5063 .main > *,
.page-id-5409 .main > * {
  position: relative;
}
.page-id-5063 .main > *:hover:after,
.page-id-5409 .main > *:hover:after {
  opacity: 0.25;
  bottom: 15px;
  left: 15px;
  position: absolute;
}.lyco-hubspot__overlay {
  transition: all 300ms ease 300ms;
  transition: 300ms ease opacity 300ms, 300ms ease visibility 600ms;
  background: rgba(33, 33, 33, 0.5);
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.lyco-hubspot__overlay--toggled {
  transition-delay: 0s;
  will-change: opacity;
}
.lyco-hubspot__dialog {
  transform: translateX(-50%) translateY(calc(-50% - 30px));
  transition: 300ms ease opacity, 300ms ease visibility 300ms, 300ms ease transform;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  height: calc(100vh - 128px);
  max-height: 800px;
  max-width: 500px;
  width: calc(100vw - 32px);
  visibility: hidden;
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 20;
  will-change: opacity;
}
.lyco-hubspot__dialog--toggled {
  transform: translateX(-50%) translateY(-50%);
  transition-delay: 300ms;
}
.lyco-hubspot__dialog .hbspt-form {
  height: 100%;
  padding: 32px 16px 24px;
  overflow-y: scroll;
}
.lyco-hubspot__dialog-inner {
  background: #ffffff;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.lyco-hubspot__overlay--toggled, .lyco-hubspot__dialog--toggled {
  opacity: 1;
  visibility: visible;
}
.lyco-hubspot__close {
  cursor: pointer;
  transition: 300ms ease opacity;
  color: #ffffff;
  opacity: 0.75;
  height: 24px;
  width: 24px;
  position: fixed;
  right: -25px;
  top: -25px;
}
.lyco-hubspot__close:hover {
  opacity: 1;
}

body.locked {
  overflow: hidden;
}@media only screen and (max-width: 992px) {
  .navigation-container {
    overflow-y: scroll;
  }
}

.navigation-background {
  transform-origin: 50% 0;
  transition: transform 300ms, width 300ms, height 300ms, opacity 100ms, translate 200ms;
  background: #eff3f9;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922);
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.navigation-background--open {
  opacity: 1;
  visibility: visible;
}

.secondary-background {
  transition: transform 300ms, width 300ms, height 300ms, opacity 100ms, translate 200ms;
  background: #ffffff;
  border-radius: 8px;
  opacity: 1;
  position: absolute;
  z-index: -1;
}
.secondary-background:before {
  transform: translateY(-50%);
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  height: 0;
  width: 0;
  left: 100%;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 993px) {
  .products .secondary-background:before, .categories .secondary-background:before {
    content: "";
  }
}

.navigation-menu .menu-item.active > .menu,
.navigation-menu .menu-item .active + .menu {
  max-height: 800px;
}
.navigation-menu .menu-item.menu-item--active {
  overflow: visible;
}
.navigation-menu .menu-item.menu-item--active > .menu {
  max-height: 2000px;
}
.navigation-menu .menu-item.menu-item--active .caret {
  transform: rotate(135deg);
}

.navigation-menu > .menu-item > a {
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.navigation-menu > .menu-item.contact > a {
  top: 0;
}
.navigation-menu > .menu-item .menu {
  transition: 150ms ease max-height;
  transition: 300ms ease max-height;
  max-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item .menu {
    transition: none;
    height: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
  }
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item .caret {
    display: none;
  }
}
.navigation-menu > .menu-item > .menu {
  transition: 500ms ease opacity, 300ms ease transform, 300ms ease visibilty 500ms;
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item > .menu {
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item:hover > a + .menu {
    transform: translateY(0);
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item.products > .menu, .navigation-menu > .menu-item.categories > .menu {
    min-height: 330px;
    width: 790px;
    left: -40px;
  }
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item.products > .menu:before {
    left: 100px;
  }
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item.categories > .menu:before {
    left: 110px;
  }
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item.science:hover a + .menu, .navigation-menu > .menu-item.about:hover a + .menu, .navigation-menu > .menu-item.news:hover a + .menu {
    transform: translateX(-50%) translateY(0);
  }
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item.science > .menu, .navigation-menu > .menu-item.about > .menu, .navigation-menu > .menu-item.news > .menu {
    transform: translateX(-50%);
    width: 276px;
    left: 50%;
  }
}
.navigation-menu > .menu-item.science > .menu:before, .navigation-menu > .menu-item.about > .menu:before, .navigation-menu > .menu-item.news > .menu:before {
  transform: translateX(-50%);
  left: 50%;
}
.navigation-menu > .menu-item > .menu {
  list-style-type: none;
  z-index: 1;
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item > .menu {
    background: #eff3f9;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922);
    padding: 8px;
    position: absolute;
    top: 75px;
  }
}
.navigation-menu > .menu-item > .menu:before {
  border-color: transparent transparent #eff3f9 transparent;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  height: 0;
  width: 0;
  bottom: 100%;
  position: absolute;
}
@media only screen and (min-width: 993px) {
  .navigation-menu > .menu-item > .menu:before {
    content: "";
  }
}

.secondary-navigation-menu {
  border-left: 3px solid #e83b24;
  margin: 16px 8px 0 4px;
  padding: 0 0 0 16px;
  overflow: hidden;
  list-style-type: none;
}
@media only screen and (min-width: 993px) {
  .secondary-navigation-menu {
    border-left: none;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 270px;
  }
}
.secondary-navigation-menu > .menu-item {
  text-align: left;
}
.secondary-navigation-menu > .menu-item .menu {
  transition: 750ms ease opacity, 750ms ease visibilty 750ms;
}
@media only screen and (min-width: 993px) {
  .secondary-navigation-menu > .menu-item .menu {
    opacity: 0;
    height: calc(100% - 8px - 8px);
    margin: 0;
    width: 504px;
    visibility: hidden;
    left: 278px;
    position: absolute;
    top: 8px;
  }
}
.secondary-navigation-menu > .menu-item.menu-item--active > a + .menu {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.secondary-navigation-menu > .menu-item > a {
  color: #555555;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
@media only screen and (min-width: 993px) {
  .secondary-navigation-menu > .menu-item > a {
    padding: 16px;
  }
}
.secondary-navigation-menu > .menu-item > a:before {
  transform: translateY(-50%);
  transition: 300ms ease border-color;
  border-color: transparent;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  height: 0;
  width: 0;
  left: 100%;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 993px) {
  .secondary-navigation-menu > .menu-item > a:before {
    content: "";
  }
}

.tertiary-navigation-menu {
  background: #ffffff;
  border-left: 3px solid #eff3f9;
  margin: 16px 0;
  min-height: 100%;
  padding-left: 16px;
  width: 100%;
  display: grid;
  list-style-type: none;
  row-gap: 8px;
}
@media only screen and (min-width: 993px) {
  .tertiary-navigation-menu {
    border-left: 0;
    border-radius: 8px;
    margin: 0;
    padding: 24px;
    column-gap: 32px;
    row-gap: 16px;
    align-content: start;
    grid-template-columns: repeat(2, 1fr);
  }
}
.tertiary-navigation-menu > .menu-item + .menu-item {
  margin-top: 8px;
}
@media only screen and (min-width: 993px) {
  .tertiary-navigation-menu > .menu-item + .menu-item {
    margin-top: 0;
  }
}
.tertiary-navigation-menu > .menu-item > a {
  transition: 300ms ease color;
  color: #777777;
  display: grid;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2;
}
.tertiary-navigation-menu > .menu-item > a:hover {
  color: #111111;
}
.tertiary-navigation-menu > .menu-item > a:hover .name span {
  color: #333333;
}
.tertiary-navigation-menu > .menu-item > a span {
  display: block;
}
.tertiary-navigation-menu > .menu-item > a .name {
  transition: 300ms ease color;
  color: #e83b24;
  display: block;
  font-weight: 600;
}
.tertiary-navigation-menu > .menu-item > a .description {
  color: #999999;
  margin-top: 2px;
}

.navigation-menu.navbar-nav > .menu-item > a::before {
  content: none !important;
}

.sliding-nav .back-icon {
  display: none !important;
}

@media (max-width: 992px) {
  .navigation-container .contact a {
    padding-left: 0 !important;
  }
}.lyco-newsroom {
  background: #f7f7f7;
  padding: 0 15px 0;
}
.lyco-newsroom__header, .lyco-newsroom-post__header {
  text-align: center;
  margin: 0 auto;
  max-width: 1170px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.lyco-newsroom__header h1, .lyco-newsroom-post__header h1 {
  color: #333333;
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-newsroom__intro, .lyco-newsroom-post__excerpt {
  color: #8f8f8f;
  max-width: 950px;
  font-size: 20px;
}
.lyco-newsroom__intro p, .lyco-newsroom-post__excerpt p {
  margin-bottom: 0;
}
.lyco-newsroom__intro p + p, .lyco-newsroom-post__excerpt p + p {
  margin-top: 1em;
}
.lyco-newsroom__filters, .lyco-newsroom__featured, .lyco-newsroom__loop {
  margin: 0 auto;
  max-width: 1170px;
  padding: 60px 15px;
}
.lyco-newsroom__filters {
  padding: 60px 0 0;
  display: flex;
  list-style-type: none;
  justify-content: center;
}
.lyco-newsroom__filter, .lyco-newsroom__filter--active {
  border: 1px solid #e83b24;
}
.lyco-newsroom__filter a, .lyco-newsroom__filter--active a {
  transition: 300ms ease all;
  padding: 10px 20px;
  display: block;
}
.lyco-newsroom__filter a:hover, .lyco-newsroom__filter--active a:hover {
  background: #e83b24;
  color: #ffffff;
}
.lyco-newsroom__filter--active a {
  background: #e83b24;
  color: #ffffff;
}
.lyco-newsroom__filter + .lyco-newsroom__filter, .lyco-newsroom__filter--active + .lyco-newsroom__filter, .lyco-newsroom__filter + .lyco-newsroom__filter--active, .lyco-newsroom__filter--active + .lyco-newsroom__filter--active {
  border-left: none;
}
.lyco-newsroom__featured {
  padding-bottom: 0;
  position: relative;
}
.lyco-newsroom__featured .lyco-newsroom__story-content, .lyco-newsroom__featured .lyco-newsroom-more__story-content {
  max-width: 560px;
  padding: 30px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.lyco-newsroom__featured .lyco-newsroom__story-date, .lyco-newsroom__featured .lyco-newsroom-more__story-date, .lyco-newsroom__featured .lyco-newsroom-post__date, .lyco-newsroom__featured .lyco-newsroom__story-title, .lyco-newsroom__featured .lyco-newsroom-more__story-title, .lyco-newsroom__featured .lyco-newsroom__story-excerpt {
  color: #ffffff;
}
.lyco-newsroom__stories, .lyco-newsroom-more__stories {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.lyco-newsroom__story, .lyco-newsroom-more__story {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 30px #efeef3;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.lyco-newsroom__story-image, .lyco-newsroom-more__story-image {
  background: #d8d8d8;
  position: relative;
}
.lyco-newsroom__story-image:before, .lyco-newsroom-more__story-image:before, .lyco-newsroom__story-image:after, .lyco-newsroom-more__story-image:after {
  content: "";
  display: block;
}
.lyco-newsroom__story-image:before, .lyco-newsroom-more__story-image:before {
  height: 0;
  padding-top: 56.25%;
}
.lyco-newsroom__story-image:after, .lyco-newsroom-more__story-image:after,
.lyco-newsroom__story-image img,
.lyco-newsroom-more__story-image img {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  object-fit: cover;
}
.lyco-newsroom__story-image:after, .lyco-newsroom-more__story-image:after {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.lyco-newsroom__story-content, .lyco-newsroom-more__story-content {
  padding: 15px;
  display: grid;
  gap: 15px;
  flex: 1;
}
.lyco-newsroom__story-meta, .lyco-newsroom-more__story-meta {
  display: flex;
  justify-content: space-between;
}
.lyco-newsroom__story-categories, .lyco-newsroom-more__story-categories, .lyco-newsroom-post__categories {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.lyco-newsroom__story-categories li a, .lyco-newsroom-more__story-categories li a, .lyco-newsroom-post__categories li a {
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #e83b24;
  color: #ffffff;
  padding: 4px 6px;
  display: block;
  font-size: 11px;
  font-weight: 700;
}
.lyco-newsroom__story-date, .lyco-newsroom-more__story-date, .lyco-newsroom-post__date {
  color: #8f8f8f;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lyco-newsroom__story-title, .lyco-newsroom-more__story-title, .lyco-newsroom__story-excerpt {
  color: #333333;
}
.lyco-newsroom__story-title, .lyco-newsroom-more__story-title {
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 22px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-newsroom__story-excerpt p {
  margin: 0;
}
.lyco-newsroom__button, .lyco-newsroom-more__button {
  align-self: flex-end;
}
.lyco-newsroom__button a, .lyco-newsroom-more__button a {
  text-align: center;
  background: #e83b24;
  border: none;
  border-radius: 15px;
  color: #ffffff;
  padding: 8px 16px;
  display: block;
  -webkit-appearance: none;
}
.lyco-newsroom__pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.lyco-newsroom__pagination a,
.lyco-newsroom__pagination span {
  background: white;
  height: 48px;
  min-width: 50px;
  padding: 0 15px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.lyco-newsroom__pagination a.next, .lyco-newsroom__pagination a.prev,
.lyco-newsroom__pagination span.next,
.lyco-newsroom__pagination span.prev {
  min-width: 100px;
}
.lyco-newsroom__pagination a.current,
.lyco-newsroom__pagination span.current {
  background: #e83b24;
  color: #fff;
}
.lyco-newsroom__pagination a:hover {
  background: #e83b24;
  color: #fff;
}
.lyco-newsroom__no-results {
  text-align: center;
  background: #ffe4e0;
}
.lyco-newsroom__no-results p {
  margin: 0;
  padding: 2rem;
}

.news-posts-template-default.logged-in {
  background: #f7f7f7;
}

.lyco-newsroom-post {
  padding: 0 15px 60px;
}
.lyco-newsroom-post__header {
  padding-bottom: 60px;
}
.lyco-newsroom-post__excerpt {
  max-width: 720px;
}
.lyco-newsroom-post__body {
  background: #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.lyco-newsroom-post__body > *,
.lyco-newsroom-post__body img {
  margin: 0;
}
.lyco-newsroom-post__body img {
  width: 100%;
}
.lyco-newsroom-more {
  padding: 0 15px 60px;
}
.lyco-newsroom-more__header h2 {
  text-align: center;
  color: #e83b24;
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 24px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-newsroom-more__stories {
  margin-top: 30px;
}.product-card .contact-button {
  transition: all 0.2s;
  background: #e83b24 !important;
  border: 2px solid transparent;
}
.product-card .contact-button:before, .product-card .contact-button:after {
  transition: all 0.2s;
  height: 24px;
  margin: 0 auto;
  width: 24px;
  left: 0;
  position: absolute;
  right: 0;
  top: 14px;
}
.product-card .contact-button:before {
  content: url("../../../assets/images/icons/mail-red.svg");
  opacity: 0;
}
.product-card .contact-button:after {
  content: url("../../../assets/images/icons/mail-white.svg");
  opacity: 1;
}

#colorfix h2 {
  color: rgb(51, 51, 51);
}
#colorfix p {
  color: rgb(90, 79, 116);
}

.hero-image-tinamc.new h2,
.press__title,
.atlas-end__form h1,
.section-nav__header,
.glow-hero__icon-text,
.cpbeauty-container__copy--title,
.testimonial h1:before,
.beauty-copy-9 h1:before,
.about-copy-2 h1,
.about-copy-5 h3,
.chapter-guide,
.section-num-header,
.scroll-down-tooltip {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.contact-page-cards .call-out-productscard .product-card .location-name {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.hero-image-caro .hero-copy h1,
.hero-image-contact .hero-copy h1,
.testimonial.family h2,
.core-block.caroproducts .inno.methodologies h1,
.call-out-main h2,
.hero-image-lnc .tinamc-seal h2,
.video-copy-container h2,
body.single .post-card .content-wrap .post-title,
.post .post-content .post-title h1,
.benefits-cta h1,
.techniques-emulsion h1,
.key-takeaways.core-block h2,
.our-team .hero-image-contact.dark h1,
.japan .hero-image-contact.dark h1,
.pink-cta h1 {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.lycopedia-password__headline {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 300;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

body.beauty .post-half__content h1,
body.rethink-beautiful .post-half__content h1,
.glow-section__block--headline {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 99%;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

#watch .post-content p,
body.beauty .post-half__content p,
body.rethink-beautiful .post-half__content p,
#trailer-carousel .copy-container h2,
#global-carousel .copy-container h2 {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 100%;
  letter-spacing: 0.35px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.error h3,
.hero-image-innovations .hero-copy h2,
.beauty-copy-2 h1 {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 104%;
  letter-spacing: 0.25px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.hero-image-about h2,
.hero-image-carotenoids .hero-copy h2,
.hero-image-realfoods .hero-copy h2,
.hero-image-vitamins .hero-copy h2,
.hero-image-supplements .hero-copy h2,
.family-icons h1,
.hero-copy.beta h2,
.hero-image-colorants .hero-copy h2,
.management-card__name {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 108%;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

#here .call-out-main.real p.sub,
#mobilizing .call-out-main.real p.sub,
#live .call-out-main.real p.sub,
.note p {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 104%;
  letter-spacing: 0.25px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

#share .social-icons__top h3 {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 102%;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.atlas-timeline__section-label,
.atlas-timeline__section-title {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 101%;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.call-out-contact p,
.call-out-contact a,
#share .social-icons__top h2 span {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 100%;
  letter-spacing: 0.15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

body.about.fp-viewing-0 .tooltip-inner,
body.natures-rainbow.fp-viewing-0 .tooltip-inner {
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 100%;
  letter-spacing: 0.15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}.lyco-attribute-list, .lyco-attribute-list--white, .lyco-attribute-list--light-grey {
  padding: 60px 15px;
  display: flex;
  justify-content: center;
}
.page-id-5063 .lyco-attribute-list:hover:after, .page-id-5063 .lyco-attribute-list--white:hover:after, .page-id-5063 .lyco-attribute-list--light-grey:hover:after, .page-id-5409 .lyco-attribute-list:hover:after, .page-id-5409 .lyco-attribute-list--white:hover:after, .page-id-5409 .lyco-attribute-list--light-grey:hover:after {
  content: "Attribute list";
}
.lyco-attribute-list--white {
  background: #ffffff;
}
.lyco-attribute-list--light-grey {
  background: #f7f7f7;
}
.lyco-attribute-list__list {
  margin: -12px -24px;
  max-width: 780px;
  padding: 0;
  width: 100%;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
}
.lyco-attribute-list__item {
  color: #e83b24;
  margin: 12px 24px;
  font-family: "Graphik-Medium";
  font-size: 14px;
}.lyco-bubbles, .lyco-bubbles--icon, .lyco-bubbles--photo {
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-id-5063 .lyco-bubbles:hover:after, .page-id-5063 .lyco-bubbles--icon:hover:after, .page-id-5063 .lyco-bubbles--photo:hover:after, .page-id-5409 .lyco-bubbles:hover:after, .page-id-5409 .lyco-bubbles--icon:hover:after, .page-id-5409 .lyco-bubbles--photo:hover:after {
  content: "Product info";
}
.lyco-bubbles__header {
  color: #e83b24;
  margin-bottom: 12px;
}
.lyco-bubbles__title {
  text-align: center;
  color: #333333;
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-bubbles__body {
  text-align: center;
  color: #8f8f8f;
  margin-top: 20px;
  max-width: 950px;
  font-size: 20px;
}
.lyco-bubbles__body p {
  margin-bottom: 0;
}
.lyco-bubbles__body p + p {
  margin-top: 1em;
}
.lyco-bubbles__bubbles {
  margin: 30px 0 0;
  max-width: 1170px;
  padding: 15px;
  width: 100%;
  display: grid;
  grid-auto-rows: 1fr;
  row-gap: 30px;
  column-gap: 30px;
}
@media only screen and (min-width: 992px) {
  .lyco-bubbles__bubbles {
    grid-template-columns: repeat(12, 1fr);
  }
}
.lyco-bubbles a.lyco-bubbles__bubble:hover, .lyco-bubbles a.lyco-bubbles__bubble--border:hover, .lyco-bubbles--icon a.lyco-bubbles__bubble:hover, .lyco-bubbles--icon a.lyco-bubbles__bubble--border:hover, .lyco-bubbles--photo a.lyco-bubbles__bubble:hover, .lyco-bubbles--photo a.lyco-bubbles__bubble--border:hover {
  transform: translateY(4px);
}
.lyco-bubbles__bubble, .lyco-bubbles__bubble--border {
  transition: 300ms ease transform;
  background: var(--backgroundColor);
  border-radius: 115px 0;
  height: 100%;
  display: grid;
  overflow: hidden;
}
.lyco-bubbles--icon .lyco-bubbles__bubble, .lyco-bubbles--icon .lyco-bubbles__bubble--border {
  padding: 15px 0 0;
}
@media only screen and (min-width: 576px) {
  .lyco-bubbles--icon .lyco-bubbles__bubble, .lyco-bubbles--icon .lyco-bubbles__bubble--border {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .lyco-bubbles__bubble, .lyco-bubbles__bubble--border {
    grid-column: span 6;
  }
  .lyco-bubbles__bubble:last-child:nth-child(2n-1), .lyco-bubbles__bubble--border:last-child:nth-child(2n-1) {
    grid-column-end: 10;
  }
}
.lyco-bubbles__bubble--border {
  border: 2px solid var(--borderColor);
}
@media only screen and (min-width: 576px) {
  .lyco-bubbles__bubble, .lyco-bubbles__bubble--border {
    grid-template-rows: auto;
    grid-template-columns: repeat(5, 1fr);
  }
  .lyco-bubbles--photo .lyco-bubbles__bubble, .lyco-bubbles--photo .lyco-bubbles__bubble--border {
    column-gap: 30px;
  }
}
.lyco-bubbles__bubble-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 576px) {
  .lyco-bubbles__bubble-content {
    padding: 30px 30px 30px 0;
    grid-column: span 3;
  }
}
.lyco-bubbles--photo .lyco-bubbles__bubble-image {
  border-radius: 100px 0;
  overflow: hidden;
}
.lyco-bubbles--icon .lyco-bubbles__bubble-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lyco-bubbles--icon .lyco-bubbles__bubble-image img {
  max-width: 120px;
  object-fit: contain;
}
@media only screen and (min-width: 576px) {
  .lyco-bubbles__bubble-image {
    grid-column: span 2;
  }
}
.lyco-bubbles__bubble-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lyco-bubbles__bubble-title {
  color: var(--titleColor, #ffffff);
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
.lyco-bubbles__bubble-body, .lyco-bubbles__bubble-body--light, .lyco-bubbles__bubble-body--dark {
  margin-top: 20px;
  min-height: 46px;
  font-size: 16px;
  flex: 1;
}
.lyco-bubbles__bubble-body--light {
  color: #ffffff;
}
.lyco-bubbles__bubble-body--dark {
  color: #333333;
}
.lyco-bubbles__bubble-body p, .lyco-bubbles__bubble-body--light p, .lyco-bubbles__bubble-body--dark p {
  margin-bottom: 0;
}
.lyco-bubbles__bubble-body p + p, .lyco-bubbles__bubble-body--light p + p, .lyco-bubbles__bubble-body--dark p + p {
  margin-top: 1em;
}
.lyco-bubbles__bubble-button, .lyco-bubbles__bubble-button--light, .lyco-bubbles__bubble-button--dark {
  transition: 300ms ease all;
  border-radius: 20px;
  margin-top: 20px;
  padding: 8px 18px;
  display: inline-block;
}
.lyco-bubbles__bubble-button--light {
  background: #ffffff;
  color: #333333;
}
.lyco-bubbles__bubble-button--dark {
  background: #333333;
  color: #ffffff;
}.lyco-call-to-action, .lyco-call-to-action--white, .lyco-call-to-action--light-grey {
  text-align: center;
  background: #f2f2f2;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-id-5063 .lyco-call-to-action:hover:after, .page-id-5063 .lyco-call-to-action--white:hover:after, .page-id-5063 .lyco-call-to-action--light-grey:hover:after, .page-id-5409 .lyco-call-to-action:hover:after, .page-id-5409 .lyco-call-to-action--white:hover:after, .page-id-5409 .lyco-call-to-action--light-grey:hover:after {
  content: "Call to action";
}
.lyco-call-to-action--white {
  background: #ffffff;
}
.lyco-call-to-action--light-grey {
  background: #f7f7f7;
}
.lyco-call-to-action__title {
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-call-to-action__body {
  color: #8f8f8f;
  margin: 20px 0 35px;
  max-width: 500px;
  font-size: 16px;
}
.lyco-call-to-action__body p {
  margin-bottom: 0;
}
.lyco-call-to-action__body p + p {
  margin-top: 1em;
}.lyco-carousel, .lyco-carousel--image-left, .lyco-carousel--image-right {
  padding: 60px 15px 90px;
}
.page-id-5063 .lyco-carousel:hover:after, .page-id-5063 .lyco-carousel--image-left:hover:after, .page-id-5063 .lyco-carousel--image-right:hover:after, .page-id-5409 .lyco-carousel:hover:after, .page-id-5409 .lyco-carousel--image-left:hover:after, .page-id-5409 .lyco-carousel--image-right:hover:after {
  content: "Carousel";
}
@media only screen and (min-width: 992px) {
  .lyco-carousel--image-left .lyco-carousel__slide {
    grid-template-columns: [image] 50% [text] 50%;
  }
}
@media only screen and (min-width: 992px) {
  .lyco-carousel--image-right .lyco-carousel__slide {
    grid-template-columns: [text] 50% [image] 50%;
  }
}
.lyco-carousel__inner {
  background-color: var(--backgroundColor);
  margin: 0 auto;
  max-width: 1170px;
}
.lyco-carousel__slide {
  height: auto !important;
  display: grid !important;
  grid-template-rows: [image] auto [text] auto;
}
@media only screen and (min-width: 992px) {
  .lyco-carousel__slide {
    grid-template-rows: 1fr;
  }
}
.lyco-carousel__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-row: image;
}
@media only screen and (min-width: 992px) {
  .lyco-carousel__image {
    grid-column: image;
    grid-row: auto;
  }
}
.lyco-carousel__image:before {
  content: "";
  padding-top: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .lyco-carousel__image:before {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 992px) {
  .lyco-carousel__image:before {
    content: none;
  }
}
.lyco-carousel__text {
  color: var(--textColor);
  padding: 30px 30px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-row: text;
}
@media only screen and (min-width: 992px) {
  .lyco-carousel__text {
    padding: 60px 60px 90px;
    grid-column: text;
    grid-row: auto;
  }
}
.lyco-carousel__title {
  margin: 0 0 20px;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-carousel__body {
  font-size: 20px;
}
.lyco-carousel__body p {
  margin-bottom: 0;
}
.lyco-carousel__body p + p {
  margin-top: 1em;
}
.lyco-carousel__body a {
  text-decoration: underline;
  color: var(--textColor);
}
.lyco-carousel__pagination.swiper-pagination {
  text-align: left;
  padding: 0 30px;
  --swiper-pagination-color: #e83b24;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .lyco-carousel__pagination.swiper-pagination {
    padding: 0 60px;
  }
}.lyco-document-library {
  text-align: center;
  padding: 60px 15px;
}
.page-id-5063 .lyco-document-library:hover:after, .page-id-5409 .lyco-document-library:hover:after {
  content: "Document library";
}
.lyco-document-library__inner {
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lyco-document-library__header {
  color: #e83b24;
  margin-bottom: 12px;
}
.lyco-document-library__title {
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-document-library__body {
  color: #8f8f8f;
  margin-top: 20px;
  max-width: 500px;
  font-size: 16px;
}
.lyco-document-library__body p {
  margin-bottom: 0;
}
.lyco-document-library__body p + p {
  margin-top: 1em;
}
.lyco-document-library__browser {
  border: 8px solid #f7f7f7;
  margin: 35px auto 0;
  padding: 16px;
}.lyco-download {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page-id-5063 .lyco-download:hover:after, .page-id-5409 .lyco-download:hover:after {
  content: "Download";
}
.lyco-download__background, .lyco-download__overlay {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lyco-download__background {
  object-fit: cover;
}
.lyco-download__overlay {
  background-color: var(--overlayColor);
}
.lyco-download__inner {
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
}
.lyco-download__body {
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
  max-width: 750px;
  font-family: "Graphik-Regular";
  font-size: 30px;
}
.lyco-download__body p {
  margin-bottom: 0;
}
.lyco-download__body p + p {
  margin-top: 1em;
}
.lyco-download__button {
  padding: 12px 60px !important;
}.lyco-features {
  padding: 60px 15px;
}
.page-id-5063 .lyco-features:hover:after, .page-id-5409 .lyco-features:hover:after {
  content: "Features";
}
.lyco-features__inner {
  border: 1px solid #dfdfdf;
  margin: 0 auto;
  max-width: 1170px;
  overflow: hidden;
  position: relative;
}
.lyco-features__slides {
  background: #ffffff;
  min-height: 400px;
}
.lyco-features .swiper-slide {
  height: auto;
}
.lyco-features__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .lyco-features__slide {
    padding-right: 175px;
    flex-direction: row;
  }
}
.lyco-features__slide-image {
  border-right: 1px solid #dfdfdf;
  padding: 30px 30px 0 30px;
  display: none;
  flex: 0 0 25%;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .lyco-features__slide-image {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .lyco-features__slide-image {
    padding: 0;
    justify-content: center;
  }
}
.lyco-features__slide-frame {
  max-width: 100px;
  width: 100%;
}
.lyco-features__slide-content {
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .lyco-features__slide-content {
    padding: 60px 15px 60px 45px;
  }
}
.lyco-features__slide-title, .lyco-features__slide-subtitle {
  color: #e83b24;
}
.lyco-features__slide-title {
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .lyco-features__slide-title {
    font-size: 30px;
  }
}
.lyco-features__slide-subtitle {
  font-size: 15px;
}
.lyco-features__slide-body {
  margin-top: 30px;
}
.lyco-features__slide-body p:first-child {
  margin-bottom: 0;
}
.lyco-features__slide-body ul {
  padding: 0;
  list-style-position: inside;
}
.lyco-features__slide-body li + li {
  margin-top: 8px;
}
.lyco-features__slide-body strong {
  display: block;
  font-weight: 500;
}
.lyco-features__controls {
  background: #ffffff;
  margin: 0;
  padding: 0;
  display: none;
  flex-direction: column;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .lyco-features__controls {
    display: flex;
  }
}
.lyco-features__control, .lyco-features__control--active {
  cursor: pointer;
  border-left: 1px solid #dfdfdf;
  padding: 15px;
  width: 160px;
  display: inline-block;
  font-weight: 700;
}
.lyco-features__control + .lyco-features__control, .lyco-features__control--active + .lyco-features__control, .lyco-features__control + .lyco-features__control--active, .lyco-features__control--active + .lyco-features__control--active {
  border-top: 1px solid #dfdfdf;
}
.lyco-features__control:last-child, .lyco-features__control--active:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.lyco-features__control--active {
  color: #e83b24;
}.lyco-hero {
  --swiper-theme-color: #ef3b25;
  --swiper-pagination-bottom: 22px;
}
.page-id-5063 .lyco-hero:hover:after, .page-id-5409 .lyco-hero:hover:after {
  content: "Hero";
}
.lyco-hero__inner {
  text-align: center;
  color: #333333;
  height: 100%;
  margin: 0 auto;
  max-width: 1170px;
}
.lyco-hero__inner, .lyco-hero__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.lyco-hero__slide {
  background-color: var(--backgroundColor);
  height: auto !important;
  padding: 60px 15px 90px;
}
.lyco-hero__image {
  background-image: var(--backgroundImage);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
  width: 100%;
}
.lyco-hero__title, .lyco-hero__body {
  margin-left: auto;
  margin-right: auto;
}
.lyco-hero__title {
  max-width: 750px;
  font-family: "Graphik-Medium";
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .lyco-hero__title {
    font-size: 50px;
  }
}
.lyco-hero__body {
  max-width: 550px;
  font-family: "Roboto Serif Variable", serif;
  font-size: 19px;
  font-weight: 400;
  font-stretch: 102%;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-hero__body p {
  margin-bottom: 0;
}
.lyco-hero__body p + p {
  margin-top: 1em;
}
.lyco-hero__link {
  display: inline-block;
}.lyco-highlights, .lyco-highlights--white, .lyco-highlights--light-grey {
  text-align: center;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-id-5063 .lyco-highlights:hover:after, .page-id-5063 .lyco-highlights--white:hover:after, .page-id-5063 .lyco-highlights--light-grey:hover:after, .page-id-5409 .lyco-highlights:hover:after, .page-id-5409 .lyco-highlights--white:hover:after, .page-id-5409 .lyco-highlights--light-grey:hover:after {
  content: "Highlights";
}
.lyco-highlights--white {
  background: #ffffff;
}
.lyco-highlights--white .lyco-highlights__highlight + .lyco-highlights__highlight {
  margin-top: 2px;
}
.lyco-highlights--light-grey {
  background: #f7f7f7;
}
.lyco-highlights--light-grey .lyco-highlights__highlight {
  border: 1px solid #e7e7e7;
}
.lyco-highlights--light-grey .lyco-highlights__highlight + .lyco-highlights__highlight {
  border-top: none;
}
.lyco-highlights__title {
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-highlights__body {
  color: #f24725;
  margin-top: 20px;
}
.lyco-highlights__body p {
  margin-bottom: 0;
}
.lyco-highlights__body p + p {
  margin-top: 1em;
}
.lyco-highlights__highlights {
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  max-width: 780px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  justify-content: center;
}
.lyco-highlights__highlight {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}.lyco-icon-list, .lyco-icon-list--white, .lyco-icon-list--light-grey {
  padding: 60px 15px;
}
.page-id-5063 .lyco-icon-list:hover:after, .page-id-5063 .lyco-icon-list--white:hover:after, .page-id-5063 .lyco-icon-list--light-grey:hover:after, .page-id-5409 .lyco-icon-list:hover:after, .page-id-5409 .lyco-icon-list--white:hover:after, .page-id-5409 .lyco-icon-list--light-grey:hover:after {
  content: "Icon list";
}
.lyco-icon-list--white {
  background: #ffffff;
}
.lyco-icon-list--light-grey {
  background: #f7f7f7;
}
.lyco-icon-list__items {
  max-width: 1170px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lyco-icon-list__items {
    margin: 0 auto;
    flex-direction: row;
  }
}
.lyco-icon-list__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lyco-icon-list__item + .lyco-icon-list__item {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .lyco-icon-list__item {
    padding: 0 15px;
    flex: 0 1 390px;
  }
  .lyco-icon-list__item + .lyco-icon-list__item {
    margin-top: 0;
  }
}
.lyco-icon-list__frame {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  height: 100%;
  margin-bottom: 35px;
  max-height: 185px;
  max-width: 185px;
  width: 100%;
  display: flex;
  flex: 0 0 185px;
  justify-content: center;
  align-content: center;
}
.lyco-icon-list__frame img {
  max-width: 72px;
}
.lyco-icon-list__title {
  color: #333333;
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 22px;
  font-weight: 400;
  font-stretch: 108%;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-icon-list__body {
  color: #949494;
  margin-top: 20px;
  font-size: 16px;
}
.lyco-icon-list__body p {
  margin-bottom: 0;
}
.lyco-icon-list__body p + p {
  margin-top: 1em;
}.lyco-image-links {
  background-color: var(--backgroundColor);
  text-align: center;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-id-5063 .lyco-image-links:hover:after, .page-id-5409 .lyco-image-links:hover:after {
  content: "Image links";
}
.lyco-image-links__title {
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-image-links__body {
  color: #8f8f8f;
  margin-top: 20px;
  max-width: 500px;
  font-size: 16px;
}
.lyco-image-links__body p {
  margin-bottom: 0;
}
.lyco-image-links__body p + p {
  margin-top: 1em;
}
.lyco-image-links__links {
  margin: 35px auto 0;
  max-width: 1100px;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .lyco-image-links__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .lyco-image-links__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lyco-image-links__item {
  display: flex;
}
.lyco-image-links__link {
  overflow: hidden;
  border-radius: 24px;
  color: inherit;
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.lyco-image-links__image-wrap {
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  aspect-ratio: 3/4;
  display: block;
  position: relative;
}
.lyco-image-links__image, .lyco-image-links__overlay {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lyco-image-links__image {
  filter: grayscale(1);
  object-fit: cover;
  transition: filter 500ms ease, transform 300ms ease;
}
.lyco-image-links__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.78) 100%);
}
.lyco-image-links__content {
  text-align: left;
  padding: 0 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.lyco-image-links__label {
  text-align: left;
  color: #ffffff;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
.lyco-image-links__button {
  border-radius: 20px;
  background: #ffffff;
  color: #e83b24;
  margin-top: 20px;
  padding: 8px 18px;
  display: inline-block;
}
.lyco-image-links__link:hover .lyco-image-links__image {
  transform: scale(1.05);
}
.lyco-image-links__item--revealed .lyco-image-links__image {
  filter: grayscale(0);
}@font-face {
  font-family: "lg";
  src: url("data:font/woff2;base64,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") format("woff2"), url("/wp-content/themes/lycored/howdy/dist/assets/lg-oyjwlqP2.ttf?io9a6k") format("truetype"), url("/wp-content/themes/lycored/howdy/dist/assets/lg-CosQH4Cu.woff?io9a6k") format("woff"), url("/wp-content/themes/lycored/howdy/dist/assets/lg-B0dIV2BS.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-overlay-open {
  overflow: hidden;
}
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("/wp-content/themes/lycored/howdy/dist/assets/loading-BZOHaeKn.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lyco-image-text, .lyco-image-text--image-left, .lyco-image-text--image-right {
  background-color: var(--backgroundColor);
}
.page-id-5063 .lyco-image-text:hover:after, .page-id-5063 .lyco-image-text--image-left:hover:after, .page-id-5063 .lyco-image-text--image-right:hover:after, .page-id-5409 .lyco-image-text:hover:after, .page-id-5409 .lyco-image-text--image-left:hover:after, .page-id-5409 .lyco-image-text--image-right:hover:after {
  content: "Image text";
}
@media only screen and (min-width: 768px) {
  .lyco-image-text--image-left .lyco-image-text__inner {
    grid-template-columns: [image] 50% [text] 50%;
  }
}
@media only screen and (min-width: 992px) {
  .lyco-image-text--image-left .lyco-image-text__inner {
    grid-template-columns: [image] calc(var(--imageSize) * 1%) [text] calc((100 - var(--imageSize)) * 1%);
  }
}
@media only screen and (min-width: 768px) {
  .lyco-image-text--image-right .lyco-image-text__inner {
    grid-template-columns: [text] 50% [image] 50%;
  }
}
@media only screen and (min-width: 992px) {
  .lyco-image-text--image-right .lyco-image-text__inner {
    grid-template-columns: [text] calc((100 - var(--imageSize)) * 1%) [image] calc(var(--imageSize) * 1%);
  }
}
.lyco-image-text__inner {
  margin: 0 auto;
  max-width: 1170px;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .lyco-image-text__image, .lyco-image-text__text {
    grid-row: 1;
  }
}
.lyco-image-text__image {
  grid-column: image;
}
.lyco-image-text__image img {
  object-fit: cover;
}
.lyco-image-text__image:not(.lyco-image-text__image--bleed) {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lyco-image-text__image:not(.lyco-image-text__image--bleed) img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.lyco-image-text__image--bleed {
  position: relative;
}
.lyco-image-text__image--bleed:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .lyco-image-text__image--bleed:before {
    content: none;
  }
}
.lyco-image-text__image--bleed img {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lyco-image-text__text {
  color: var(--textColor);
  padding: 30px;
  display: flex;
  flex-direction: column;
  grid-column: text;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .lyco-image-text__text {
    padding: 60px;
  }
}
.lyco-image-text__title {
  margin: 0 0 20px;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-image-text__body {
  font-size: 20px;
}
.lyco-image-text__body p {
  margin-bottom: 0;
}
.lyco-image-text__body p + p {
  margin-top: 1em;
}
.lyco-image-text__body a {
  text-decoration: underline;
  color: var(--textColor);
}
/*# sourceMappingURL=_style.scss.map */.lyco-image, .lyco-image--normal, .lyco-image--wide {
  text-align: center;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lyco-image img, .lyco-image--normal img, .lyco-image--wide img {
  height: auto;
  margin-top: 60px;
  width: 100%;
  display: block;
}
.lyco-image--normal img {
  max-width: 780px;
}
.lyco-image--wide img {
  max-width: 1170px;
}
.page-id-5063 .lyco-image:hover:after, .page-id-5063 .lyco-image--normal:hover:after, .page-id-5063 .lyco-image--wide:hover:after, .page-id-5409 .lyco-image:hover:after, .page-id-5409 .lyco-image--normal:hover:after, .page-id-5409 .lyco-image--wide:hover:after {
  content: "Image";
}
.lyco-image .lyco-image__header + .lyco-image__title, .lyco-image--normal .lyco-image__header + .lyco-image__title, .lyco-image--wide .lyco-image__header + .lyco-image__title,
.lyco-image .lyco-image__title + .lyco-image__body,
.lyco-image--normal .lyco-image__title + .lyco-image__body,
.lyco-image--wide .lyco-image__title + .lyco-image__body {
  margin: 20px 0 0;
}
.lyco-image__header {
  color: #e83b24;
}
.lyco-image__title {
  color: #333333;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-image__body {
  color: #8f8f8f;
  max-width: 950px;
  font-size: 20px;
}
.lyco-image__body p {
  margin-bottom: 0;
}
.lyco-image__body p + p {
  margin-top: 1em;
}.lyco-masthead, .lyco-masthead--ruby, .lyco-masthead--gold, .lyco-masthead--scarlet, .lyco-masthead--crimson, .lyco-masthead--yellow, .lyco-masthead--orange, .lyco-masthead--red, .lyco-masthead--long {
  overflow: hidden;
  position: relative;
}
.page-id-5063 .lyco-masthead:hover:after, .page-id-5063 .lyco-masthead--ruby:hover:after, .page-id-5063 .lyco-masthead--gold:hover:after, .page-id-5063 .lyco-masthead--scarlet:hover:after, .page-id-5063 .lyco-masthead--crimson:hover:after, .page-id-5063 .lyco-masthead--yellow:hover:after, .page-id-5063 .lyco-masthead--orange:hover:after, .page-id-5063 .lyco-masthead--red:hover:after, .page-id-5063 .lyco-masthead--long:hover:after, .page-id-5409 .lyco-masthead:hover:after, .page-id-5409 .lyco-masthead--ruby:hover:after, .page-id-5409 .lyco-masthead--gold:hover:after, .page-id-5409 .lyco-masthead--scarlet:hover:after, .page-id-5409 .lyco-masthead--crimson:hover:after, .page-id-5409 .lyco-masthead--yellow:hover:after, .page-id-5409 .lyco-masthead--orange:hover:after, .page-id-5409 .lyco-masthead--red:hover:after, .page-id-5409 .lyco-masthead--long:hover:after {
  content: "Masthead";
}
@media only screen and (min-width: 768px) {
  .lyco-masthead, .lyco-masthead--ruby, .lyco-masthead--gold, .lyco-masthead--scarlet, .lyco-masthead--crimson, .lyco-masthead--yellow, .lyco-masthead--orange, .lyco-masthead--red, .lyco-masthead--long {
    max-height: 750px;
  }
  .lyco-masthead:before, .lyco-masthead--ruby:before, .lyco-masthead--gold:before, .lyco-masthead--scarlet:before, .lyco-masthead--crimson:before, .lyco-masthead--yellow:before, .lyco-masthead--orange:before, .lyco-masthead--red:before, .lyco-masthead--long:before {
    content: "";
    height: 0;
    padding-top: 66.6666666667%;
    display: block;
  }
}
.lyco-masthead__background, .lyco-masthead__overlay {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  object-fit: cover;
}
.lyco-masthead__overlay {
  background-color: var(--overlayColor);
}
.lyco-masthead__inner {
  text-align: center;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lyco-masthead__inner {
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.lyco-masthead__title, .lyco-masthead__body {
  color: #ffffff;
}
.lyco-masthead__title {
  margin: 0;
  font-family: "Graphik-Medium";
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .lyco-masthead__title {
    font-size: 64px;
  }
}
.lyco-masthead__body {
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .lyco-masthead__body {
    font-size: 35px;
  }
}
.lyco-masthead__body p {
  margin-bottom: 0;
}
.lyco-masthead__body p + p {
  margin-top: 1em;
}
.lyco-masthead--ruby .lyco-masthead__body {
  max-width: 340px;
}
@media only screen and (min-width: 768px) {
  .lyco-masthead--ruby .lyco-masthead__body {
    max-width: 400px;
  }
}
.lyco-masthead--ruby .ruby {
  color: #751d43;
}
.lyco-masthead--gold .lyco-masthead__title,
.lyco-masthead--gold .lyco-masthead__body {
  color: #333333;
}
.lyco-masthead--gold .gold {
  color: #e3a305;
}
.lyco-masthead--scarlet .scarlet {
  color: #ca1421;
}
.lyco-masthead--crimson .crimson {
  color: #a8164d;
}
.lyco-masthead--crimson .crimson {
  color: #a8164d;
}
.lyco-masthead--yellow .lyco-masthead__title,
.lyco-masthead--yellow .lyco-masthead__body {
  color: #343233;
}
.lyco-masthead--yellow .yellow {
  color: #fdc31e;
}
.lyco-masthead--orange .lyco-masthead__title {
  color: #373636;
}
.lyco-masthead--orange .orange {
  color: #d3761e;
}
.lyco-masthead--red .red {
  color: #b0153f;
}
.lyco-masthead--long .lyco-masthead__title {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .lyco-masthead--long .lyco-masthead__title {
    font-size: 44px;
  }
}
.lyco-masthead--long .lyco-masthead__body {
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .lyco-masthead--long .lyco-masthead__body {
    font-size: 22px;
  }
}.lyco-newsletter {
  background: #ef3b25;
  padding: 120px 15px;
}
.page-id-5063 .lyco-newsletter:hover:after, .page-id-5409 .lyco-newsletter:hover:after {
  content: "Newsletter";
}
.lyco-newsletter__inner {
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  max-width: 780px;
}
.lyco-newsletter__title {
  font-family: "Graphik-Medium";
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .lyco-newsletter__title {
    font-size: 64px;
  }
}
.lyco-newsletter__body {
  margin-top: 20px;
  font-size: 20px;
}
.lyco-newsletter__body p {
  margin-bottom: 0;
}
.lyco-newsletter__body p + p {
  margin-top: 1em;
}
.lyco-newsletter__form {
  margin-top: 40px;
  display: grid;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .lyco-newsletter__form {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lyco-newsletter__form input[type=text],
.lyco-newsletter__form input[type=email],
.lyco-newsletter__form input[type=submit] {
  border-radius: 20px !important;
  height: 38px;
  padding: 0 25px !important;
  width: 100%;
  line-height: 38px;
}
.lyco-newsletter__form input[type=text],
.lyco-newsletter__form input[type=email] {
  background: transparent !important;
  border: 1px solid #ffffff !important;
}
.lyco-newsletter__form input[type=text]::placeholder,
.lyco-newsletter__form input[type=email]::placeholder {
  color: #ffffff !important;
}
.lyco-newsletter__form input[type=submit] {
  background: #862114;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
.lyco-newsletter .mce_inline_error {
  margin-top: 8px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .lyco-newsletter #mce-responses {
    grid-column: span 2;
  }
}
.lyco-newsletter #mce-success-response,
.lyco-newsletter #mce-error-response {
  background: inherit;
  border: inherit;
  border: none;
  margin-bottom: 0;
  margin-left: inherit;
  padding: inherit;
  width: inherit;
  left: inherit;
  position: inherit;
}.lyco-product-info {
  text-align: center;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-id-5063 .lyco-product-info:hover:after, .page-id-5409 .lyco-product-info:hover:after {
  content: "Product info";
}
.lyco-product-info__header {
  color: #e83b24;
  margin-bottom: 12px;
}
.lyco-product-info__title {
  color: #333333;
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-product-info__body {
  color: #8f8f8f;
  margin-top: 20px;
  max-width: 950px;
  font-size: 20px;
}
.lyco-product-info__body p {
  margin-bottom: 0;
}
.lyco-product-info__body p + p {
  margin-top: 1em;
}
.lyco-product-info__products {
  margin: 30px -15px -30px;
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lyco-product-info__product {
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .lyco-product-info__product {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 992px) {
  .lyco-product-info__product {
    flex: 0 0 33.3333333333%;
  }
}
.lyco-product-info__product-inner {
  background: #f2f2f2;
  border: 1px solid #dfdfdf;
  height: 100%;
  padding: 60px 15px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .lyco-product-info__product-inner {
    padding: 60px 45px;
  }
}
.lyco-product-info__product-title {
  color: #e83b24;
  margin: 0 0 30px;
  font-family: "Graphik-Regular";
  font-size: 21px;
}
.lyco-product-info__product-attributes {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lyco-product-info__product-attributes em {
  color: #e83b24;
  font-family: "Graphik-Medium";
  font-style: normal;
}
.lyco-product-info__product-attributes li + li {
  border-top: 1px solid #dfdfdf;
  margin-top: 20px;
  padding-top: 20px;
}
.lyco-product-info__product-coming-soon {
  background: #e83b24;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}
.lyco-product-info__product-coming-soon:hover .tool {
  opacity: 1;
  display: inline-block;
}
.lyco-product-info__product-coming-soon a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lyco-product-info__product-coming-soon svg {
  width: 20px;
}
.lyco-product-info__product-coming-soon .tool {
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: white;
  border: 1px solid #e83b24;
  opacity: 0;
  padding: 16px 0 20px;
  width: 190px;
  display: none;
  position: absolute;
  right: 40px;
  top: 18px;
}
@media only screen and (min-width: 1400px) {
  .lyco-product-info__product-coming-soon .tool {
    right: -184px;
  }
}
.lyco-product-info__product-coming-soon .tool h4 {
  color: #e83b24;
  margin-top: 0;
  font-family: "Graphik-Medium";
  font-size: 13px;
}
.lyco-product-info__product-coming-soon .tool button {
  background: #e83b24;
  border: none;
  border-radius: 22px;
  color: #ffffff;
  padding: 8px 16px;
  -webkit-appearance: none;
}
.lyco-product-info__product-contact {
  cursor: pointer;
  transition: 300ms ease background-color;
  background-color: #e83b24;
  border: 2px solid #e83b24;
  color: white;
  height: 50px;
  width: 50px;
  display: flex;
  bottom: 0;
  position: absolute;
  right: 0;
  justify-content: center;
  align-items: center;
}
.lyco-product-info__product-contact svg {
  width: 24px;
}
.lyco-product-info__product-contact svg path {
  transition: 300ms ease stroke;
  stroke: #ffffff;
}
.lyco-product-info__product-contact:hover {
  background-color: #ffffff;
}
.lyco-product-info__product-contact:hover svg path {
  stroke: #e83b24;
}.lyco-related-links {
  text-align: center;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-id-5063 .lyco-related-links:hover:after, .page-id-5409 .lyco-related-links:hover:after {
  content: "Related links";
}
.lyco-related-links__title {
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-related-links__body {
  color: #8f8f8f;
  margin-top: 20px;
  max-width: 500px;
  font-size: 16px;
}
.lyco-related-links__body p {
  margin-bottom: 0;
}
.lyco-related-links__body p + p {
  margin-top: 1em;
}
.lyco-related-links__links {
  margin: 35px auto 0;
  max-width: 400px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lyco-related-links__links {
    margin: 35px -12px 0;
    max-width: none;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .lyco-related-links__links li {
    margin: 0 12px;
    flex: 0 1 200px;
  }
}
.lyco-related-links__links li + li {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .lyco-related-links__links li + li {
    margin-top: 0;
  }
}
.lyco-related-links__links li a {
  white-space: nowrap;
  width: 100%;
}.lyco-showcase {
  background: #ee3b25 url(/wp-content/themes/lycored/howdy/dist/assets/Lycored-Huefinder-Banner-Image-v1-BDv4qiTK.jpg) no-repeat 100% 50%;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.page-id-5063 .lyco-showcase:hover:after, .page-id-5409 .lyco-showcase:hover:after {
  content: "Showcase";
}
.lyco-showcase:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lyco-showcase__inner {
  max-width: 1170px;
  width: 100%;
  position: relative;
}
.lyco-showcase__title {
  color: white;
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 23px;
  font-weight: 400;
  font-stretch: 112%;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-showcase__body {
  color: white;
  margin: 20px 0 35px;
  max-width: 650px;
  font-size: 20px;
}
.lyco-showcase__body p {
  margin-bottom: 0;
}
.lyco-showcase__body p + p {
  margin-top: 1em;
}
.lyco-showcase__button {
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 24px;
  color: #000000;
  padding: 12px 30px !important;
}.lyco-statement {
  text-align: center;
  border-top: 1px solid #dbdbdb;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-id-5063 .lyco-statement:hover:after, .page-id-5409 .lyco-statement:hover:after {
  content: "Statement";
}
.lyco-statement:last-child {
  border-top: none;
  border-bottom: 1px solid #dbdbdb;
}
.lyco-statement__body {
  color: #8f8f8f;
  max-width: 950px;
  font-size: 14px;
}
.lyco-statement__body p {
  margin-bottom: 0;
}
.lyco-statement__body p + p {
  margin-top: 1em;
}.lyco-partners {
  text-align: center;
  background: #f2f2f2;
  border-top: 1px solid #dbdbdb;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-id-5063 .lyco-partners:hover:after, .page-id-5409 .lyco-partners:hover:after {
  content: "Partners";
}
.lyco-partners__title {
  margin: 0 0 40px;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-partners__products {
  max-width: 1170px;
  width: 100%;
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lyco-partners__products {
    grid-template-columns: repeat(auto-fit, 270px);
  }
}
.lyco-partners__product {
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: grid;
  row-gap: 15px;
  grid-template-columns: 1fr;
  grid-template-rows: 40px auto 200px auto;
}
.lyco-partners__product-title {
  margin: 0;
  font-size: 18px;
}
.lyco-partners__product-title .div1 {
  grid-area: 1/1/2/2;
}
.lyco-partners__product-image {
  height: 200px;
}
.lyco-partners__product-image .div2 {
  grid-area: 2/1/3/2;
}
.lyco-partners__product-image img {
  height: 100%;
  width: auto;
  display: inline-block;
}
.lyco-partners__product-description {
  color: #8f8f8f;
}
.lyco-partners__product-link {
  display: block !important;
  font-size: 14px !important;
}
.lyco-partners__product-link .div3 {
  grid-area: 3/1/4/2;
}
.lyco-partners__warning {
  text-align: left;
  color: #8f8f8f;
  margin-top: 40px;
  max-width: 950px;
}.lyco-page-header, .lyco-page-header--red {
  text-align: center;
  padding: 60px 15px;
}
.page-id-5063 .lyco-page-header:hover:after, .page-id-5063 .lyco-page-header--red:hover:after, .page-id-5409 .lyco-page-header:hover:after, .page-id-5409 .lyco-page-header--red:hover:after {
  content: "Page header";
}
.lyco-page-header__inner {
  margin: 0 auto;
  max-width: 1170px;
  display: grid;
}
.lyco-page-header__title, .lyco-page-header__subtitle, .lyco-page-header__body {
  color: #ffffff;
}
.lyco-page-header__title, .lyco-page-header__subtitle {
  margin: 0;
  font-weight: 500;
  line-height: 1;
}
.lyco-page-header__title {
  font-size: 36px;
  font-family: "Roboto Serif Variable", serif;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-page-header__subtitle {
  margin-top: 30px;
  font-size: 20px;
}
.lyco-page-header__body {
  letter-spacing: 1px;
  margin: 30px auto 0;
  max-width: 960px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .lyco-page-header__body {
    font-size: 20px;
  }
}
.lyco-page-header__body p {
  margin-bottom: 0;
}
.lyco-page-header__body p + p {
  margin-top: 1em;
}
.lyco-page-header--red {
  background: #e83b24;
  color: #ffffff;
}.lyco-people-list {
  background: #f7f7f7;
  padding: 60px 30px;
}
.page-id-5063 .lyco-people-list:hover:after, .page-id-5409 .lyco-people-list:hover:after {
  content: "People list";
}
.lyco-people-list__inner {
  margin: 0 auto;
  max-width: 1170px;
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 576px) {
  .lyco-people-list__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .lyco-people-list__inner {
    grid-template-columns: none;
    gap: 60px;
  }
}
.lyco-people-list__person {
  background: #ffffff;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 15px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .lyco-people-list__person {
    padding: 0;
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
  }
}
.lyco-people-list__person:before {
  background: #f7f7f7;
  width: 100px;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .lyco-people-list__person:before {
    content: "";
  }
}
.lyco-people-list__headshot {
  position: relative;
  flex: 0 0 200px;
}
@media only screen and (min-width: 992px) {
  .lyco-people-list__headshot {
    transform: scale(1.15);
  }
}
.lyco-people-list__background {
  background: #ffffff;
  border: 3px solid #e83b24;
  border-radius: 100px 100px 0 100px;
  overflow: hidden;
  position: relative;
}
.lyco-people-list__background img {
  max-width: 200px;
  object-fit: cover;
  aspect-ratio: 1;
}
.lyco-people-list__content {
  text-align: center;
  padding: 15px 15px 0;
  flex: 1 1 auto;
}
@media only screen and (min-width: 992px) {
  .lyco-people-list__content {
    text-align: left;
    padding: 30px 30px 30px 0;
  }
}
.lyco-people-list__header {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .lyco-people-list__header {
    flex-direction: row;
    gap: 15px;
  }
}
.lyco-people-list__name {
  color: #e83b24;
  margin: 0;
}
.lyco-people-list__position {
  color: #8f8f8f;
  margin: 5px 0 0;
}
.lyco-people-list__biography {
  margin-top: 10px;
}
.lyco-people-list__biography p:last-child {
  margin-bottom: 0;
}.lyco-quotes {
  text-align: center;
  background: #afe0ef !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-id-5063 .lyco-quotes:hover:after, .page-id-5409 .lyco-quotes:hover:after {
  content: "Quotes";
}
.lyco-quotes__inner {
  text-align: center;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
}
.lyco-quotes__title {
  color: #ffffff;
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-quotes__body {
  color: #343233;
  margin-top: 20px;
  max-width: 500px;
  font-size: 16px;
}
.lyco-quotes__body p {
  margin-bottom: 0;
}
.lyco-quotes__body p + p {
  margin-top: 1em;
}
.lyco-quotes__quotes {
  margin: 35px 0 0;
  max-width: 780px;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
.lyco-quotes__quote {
  color: #343233;
  font-size: 20px;
}
.lyco-quotes__quote + .lyco-quotes__quote {
  margin-top: 35px;
  padding-top: 35px;
  position: relative;
}
.lyco-quotes__quote + .lyco-quotes__quote:before {
  content: "";
  transform: translateX(-50%);
  background: #343233;
  height: 1px;
  max-width: 240px;
  width: 100%;
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
}
.lyco-quotes__credit {
  font-size: 16px;
}.lyco-subnavigation {
  transition: 200ms ease background;
  background: white;
  padding: 0 15px;
  position: sticky;
  top: 91px;
  z-index: 2;
}
.page-id-5063 .lyco-subnavigation:hover:after, .page-id-5409 .lyco-subnavigation:hover:after {
  content: "Subnavigation";
}
.lyco-subnavigation__sentinel {
  height: 1px;
  width: 100%;
}
.lyco-subnavigation__links {
  margin: 0;
  min-height: 40px;
  padding: 0;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
}
.lyco-subnavigation__link {
  color: #949494;
  padding: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  font-family: "Graphik-Regular";
  font-size: 14px;
}
.lyco-subnavigation__link:hover:before {
  bottom: 0;
}
.lyco-subnavigation__link:before {
  content: "";
  transition: 200ms ease bottom;
  background: #e83b24;
  height: 3px;
  display: block;
  bottom: -3px;
  left: 0;
  position: absolute;
  right: 0;
}
.lyco-subnavigation__link:hover, .lyco-subnavigation__link:focus {
  color: #949494;
}
.lyco-subnavigation__link:hover:before {
  bottom: 0;
}
.lyco-subnavigation--stuck {
  background: #e83b24 linear-gradient(to right, #e83b24, #f04c36);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.lyco-subnavigation--stuck .lyco-subnavigation__link {
  color: white;
}
.lyco-subnavigation--stuck .lyco-subnavigation__link:before {
  background: #b12c1b;
}.lyco-text, .lyco-text--white, .lyco-text--light-grey {
  text-align: center;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-id-5063 .lyco-text:hover:after, .page-id-5063 .lyco-text--white:hover:after, .page-id-5063 .lyco-text--light-grey:hover:after, .page-id-5409 .lyco-text:hover:after, .page-id-5409 .lyco-text--white:hover:after, .page-id-5409 .lyco-text--light-grey:hover:after {
  content: "Text";
}
.lyco-text--white {
  background: #ffffff;
}
.lyco-text--light-grey {
  background: #f7f7f7;
}
.lyco-text__header {
  color: #e83b24;
  margin-bottom: 12px;
}
.lyco-text__title {
  color: #333333;
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-text__body {
  color: #8f8f8f;
  margin-top: 20px;
  max-width: 950px;
  font-size: 20px;
}
.lyco-text__body p {
  margin-bottom: 0;
}
.lyco-text__body p + p {
  margin-top: 1em;
}.lyco-video {
  text-align: center;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-id-5063 .lyco-video:hover:after, .page-id-5409 .lyco-video:hover:after {
  content: "Video";
}
.lyco-video__embed {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  max-width: 780px;
  width: 100%;
  position: relative;
  flex: 1;
}
.lyco-video__embed:before {
  content: "";
  height: 0;
  padding-top: 56.25%;
  display: block;
}
.lyco-video__embed > * {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
}
.lyco-video__header {
  color: #e83b24;
  margin-bottom: 12px;
}
.lyco-video__title {
  color: #333333;
  margin: 0;
  font-family: "Roboto Serif Variable", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: 98%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-video__body {
  color: #8f8f8f;
  margin-bottom: 60px;
  margin-top: 20px;
  max-width: 950px;
  font-size: 20px;
}
.lyco-video__body p {
  margin-bottom: 0;
}
.lyco-video__body p + p {
  margin-top: 1em;
}.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lyco-video-masthead {
  background-color: var(--backgroundColor, #1a1a1a);
  padding: 60px 15px;
}
.page-id-5063 .lyco-video-masthead:hover:after, .page-id-5409 .lyco-video-masthead:hover:after {
  content: "Video masthead";
}
.lyco-video-masthead__inner {
  display: grid;
  gap: 60px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .lyco-video-masthead__inner {
    grid-template-columns: 5fr 7fr;
    gap: 0;
  }
}
.lyco-video-masthead__content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lyco-video-masthead__content {
    flex: 0 0 calc(50% - 15px);
    min-width: 0;
    align-items: flex-start;
    text-align: left;
    padding: 0 60px 0 30px;
  }
}
.lyco-video-masthead__logo {
  display: none;
  max-width: 160px;
}
@media only screen and (min-width: 768px) {
  .lyco-video-masthead__logo {
    display: block;
  }
}
.lyco-video-masthead__body {
  width: 100%;
  overflow-wrap: break-word;
  color: #333333;
  font-family: "Graphik-Regular";
  font-size: 45px;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 0.9;
}
@media only screen and (min-width: 1024px) {
  .lyco-video-masthead__body {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .lyco-video-masthead__body {
    font-size: 76px;
  }
}
.lyco-video-masthead__body strong {
  font-family: "Graphik-Medium";
  font-weight: normal;
}
.lyco-video-masthead__body em {
  color: #e83b24;
  font-style: normal;
}
.lyco-video-masthead__body p {
  margin: 0;
}
.lyco-video-masthead__embed {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 768px) {
  .lyco-video-masthead__embed {
    flex: 0 0 calc(50% - 15px);
    min-width: 0;
  }
}
.lyco-video-masthead__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lyco-video-masthead__player {
  border: none;
  display: block;
}
.lyco-video-masthead__watch {
  position: absolute !important;
  top: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lyco-video-masthead__embed.is-loaded .lyco-video-masthead__watch {
  opacity: 1;
}
.lyco-video-masthead__content[data-animate] {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.lyco-video-masthead__content[data-animate][data-animate=left] {
  transform: translate3d(-40px, 0, 0);
}
.lyco-video-masthead__content[data-animate][data-animate=right] {
  transform: translate3d(40px, 0, 0);
}
.lyco-video-masthead__content[data-animate][data-animate=top] {
  transform: translate3d(0, -40px, 0);
}
.lyco-video-masthead__content[data-animate][data-animate=bottom] {
  transform: translate3d(0, 40px, 0);
}
.lyco-video-masthead__content[data-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/*# sourceMappingURL=_style.scss.map */.lyco-video-text {
  background: #1a1a1a;
  padding: 60px 15px;
}
.page-id-5063 .lyco-video-text:hover:after, .page-id-5409 .lyco-video-text:hover:after {
  content: "Video text";
}
.lyco-video-text__inner {
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lyco-video-text__inner {
    flex-direction: row;
  }
}
.lyco-video-text__inner > * {
  flex: 0 0 50%;
}
.lyco-video-text__embed {
  position: relative;
}
.lyco-video-text__embed:before {
  content: "";
  height: 0;
  padding-top: 56.25%;
  display: block;
}
.lyco-video-text__embed > * {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  right: 0;
  top: 0;
}
.lyco-video-text__text {
  color: #ffffff;
  margin-top: 35px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lyco-video-text__text {
    margin-top: 0;
    padding: 0 60px;
  }
}
.lyco-video-text__title {
  margin: 0 0 4px;
  font-family: "Roboto Serif Variable", serif;
  font-size: 22px;
  font-weight: 400;
  font-stretch: 112%;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lyco-video-text__body p {
  margin-bottom: 0;
}
.lyco-video-text__body p + p {
  margin-top: 1em;
}
.lyco-video-text__body a {
  text-decoration: underline;
  color: #e83b24;
}.lyco-wings {
  min-height: 350px;
  padding: 0 15px 60px;
}
.page-id-5063 .lyco-wings:hover:after, .page-id-5409 .lyco-wings:hover:after {
  content: "Wings";
}
@media only screen and (min-width: 768px) {
  .lyco-wings {
    padding-top: 60px;
  }
}
.lyco-wings__wings {
  margin: 0 auto;
  max-width: 780px;
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .lyco-wings__wings {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lyco-wings__wing {
  background-color: var(--backgroundColor);
  color: #ffffff;
  position: relative;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .lyco-wings__wing {
    font-size: 40px;
  }
}
.lyco-wings__wing:hover {
  color: white;
  filter: brightness(0.8);
}
.lyco-wings__wing:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.lyco-wings__wing:nth-child(1) {
  border-radius: 100% 100% 0 100%;
}
.lyco-wings__wing:nth-child(2) {
  border-radius: 100% 100% 100% 0;
}
.lyco-wings__wing:nth-child(3) {
  border-radius: 100% 0 100% 100%;
}
.lyco-wings__wing:nth-child(4) {
  border-radius: 0 100% 100% 100%;
}
@media only screen and (min-width: 768px) {
  .lyco-wings__wing:nth-child(odd) .lyco-wings__wing-inner {
    align-items: flex-end;
  }
  .lyco-wings__wing:nth-child(even) .lyco-wings__wing-inner {
    align-items: flex-start;
  }
}
.lyco-wings__wing-inner {
  text-align: center;
  padding: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .lyco-wings__wing-inner {
    justify-content: flex-end;
  }
}
.lyco-wings__wing-inner svg {
  height: 45px;
  margin-top: 25px;
  width: 45px;
}
@media only screen and (min-width: 768px) {
  .lyco-wings__wing-inner svg {
    height: 65px;
    width: 65px;
  }
}.lyco-you-are-here {
  padding: 60px 15px;
}
.page-id-5063 .lyco-you-are-here:hover:after, .page-id-5409 .lyco-you-are-here:hover:after {
  content: "You are here";
}
@media only screen and (min-width: 768px) {
  .lyco-you-are-here {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.lyco-you-are-here__inner {
  position: relative;
}
.lyco-you-are-here__inner:before {
  content: "";
  background: rgb(117, 28, 51);
  background: linear-gradient(90deg, rgb(117, 28, 51) 4.5%, rgb(117, 28, 51) 11.5%, rgb(117, 28, 51) 18.5%, rgb(157, 24, 67) 25.5%, rgb(169, 24, 62) 32.5%, rgb(164, 44, 57) 39.5%, rgb(190, 38, 37) 46.5%, rgb(223, 94, 18) 53.5%, rgb(234, 135, 5) 60.5%, rgb(225, 158, 2) 67.5%, rgb(244, 185, 52) 74.5%, rgb(254, 200, 75) 81.5%, rgb(254, 200, 75) 88.5%, rgb(254, 200, 75) 95.5%);
  border-radius: 10px;
  height: 20px;
  display: block;
}
.lyco-you-are-here__indicator {
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border: 2px solid #a7a5a4;
  border-radius: 50%;
  color: #e83b24;
  height: 80px;
  width: 80px;
  display: flex;
  position: absolute;
  top: 50%;
  left: calc(var(--indicatorLeft) * 1%);
  font-family: Graphik-Medium;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
