h1 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Poppins";
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Poppins";
}

h3 {
  font-size: 1.67rem;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Poppins";
}

h5 {
  font-weight: 400;
  font-family: "Poppins";
}

.l-blog-page {
  display: grid;
  margin: 3rem auto;
}
.l-blog-page a:hover {
  text-decoration: none;
}

.b-content_tile-title,
.l-blog-page-results,
.l-blog-page-sidebar {
  display: none;
}

header ~ #maincontent .container .l-blog-page-content_tile a:not(.btn-primary, .btn-outline-primary):not(.btn-ryk-blog) {
  color: #363636;
}

header ~ #maincontent .container .breadcrumb-item a:not(.btn-primary):not(.btn-outline-primary):not(.breadcrumb-last-item) {
  color: #d6d6d6;
}

header ~ #maincontent .container .breadcrumb-item a:not(.btn-primary):not(.btn-outline-primary) {
  color: #3C3C3B;
}

.l-blog-page .breadcrumb-item + .breadcrumb-item:before,
.article-page .breadcrumb-item + .breadcrumb-item:before {
  display: none;
}
.l-blog-page .breadcrumb,
.article-page .breadcrumb {
  border-bottom: none;
}

header ~ #maincontent .container .l-blog-page-content_tile a:not(.btn-primary, .btn-outline-primary):not(.b-content_tile-title a) {
  background: #0857C3;
  border: 1px solid #0857C3;
  border-radius: 5px;
  color: #FFF;
  font-size: 1rem;
  font-family: "Poppins";
  font-weight: 600;
  padding: 0.5rem 0.725rem;
}

ul.b-pagination-elements {
  padding: 0;
  list-style: none;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

ul.b-pagination-elements li {
  display: inline-block;
  margin: 0 10px;
}

.b-blog-pagination_container {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1.5px solid #0857C3;
}

.ryk-icon-text-nowrap {
  font-size: 0.9375rem;
  font-family: "Poppins";
}
.ryk-icon-text-nowrap .ryk-icon-text-right-container {
  align-self: center;
}
.ryk-icon-text-nowrap p {
  font-size: 0.875rem;
}

#homepage .slider .slick-prev {
  left: 5px;
}
#homepage .slider .slick-next {
  right: 5px;
}
#homepage .slider .slick-next,
#homepage .slider .slick-prev {
  background-color: #000;
  border-radius: 50%;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.15));
  height: 15px;
  width: 15px;
  z-index: 1;
}
#homepage .slider .slick-next::before,
#homepage .slider .slick-prev::before {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: translate(-2px, -2px);
}
#homepage .carousel-i.blog-home .l-blog-page-content_tile {
  display: inline-flex;
  width: 100%;
}
#homepage .carousel-i.blog-home .l-blog-page-content_tile .row {
  width: 100%;
}
#homepage .carousel-i.blog-home .l-blog-page-content_tile .creation-date,
#homepage .carousel-i.blog-home .l-blog-page-content_tile .author {
  display: none;
}
#homepage .carousel-i.blog-home .l-blog-page-content_tile .b-content_tile-title {
  display: block;
}
#homepage .carousel-i.blog-home .l-blog-page-content_tile .b-content_tile-title h3 {
  text-align: left;
}
#homepage .carousel-i.blog-home .l-blog-page-content_tile .b-content_tile-title a {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: capitalize;
}
#homepage .carousel-i.blog-home .l-blog-page-content_tile .creation-date,
#homepage .carousel-i.blog-home .l-blog-page-content_tile .b-content_tile-description {
  color: #3c3c3b;
  font-family: "Poppins";
  font-size: 0.875rem;
  font-weight: 400;
}
#homepage .carousel-i.blog-home .b-content_tile-image {
  border-radius: 180px 180px 0 170px;
  border: 6px solid #0856C3;
  display: block;
  height: 100%;
  margin: auto 0;
  min-height: 300px;
  max-height: 300px;
  max-width: 281px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#homepage .carousel-i.blog-home .b-content_tile-image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #homepage .carousel-i.blog-home {
    min-height: 40rem;
  }
}

.l-blog-page-grid_container .l-blog-page-content_tile:first-child {
  border: none;
  border-bottom: 1.5px solid rgba(8, 86, 195, 0.2);
  display: inline-block;
  max-width: 100%;
  padding-bottom: 3rem;
  width: 100%;
}
.l-blog-page-grid_container .l-blog-page-content_tile:first-child .b-content_tile-title {
  display: block;
}
.l-blog-page-grid_container .l-blog-page-content_tile:first-child .b-content_tile-title a {
  font-size: 3rem;
}
.l-blog-page-grid_container .l-blog-page-content_tile:first-child .blog-list-image {
  height: 100%;
  margin-right: 0;
  min-width: 100%;
}
.l-blog-page-grid_container .l-blog-page-content_tile:first-child .author {
  display: flex;
  position: relative;
}
.l-blog-page-grid_container .l-blog-page-content_tile:first-child .author::after {
  content: "|";
  color: rgba(8, 86, 195, 0.3);
  right: 0;
  margin: 0 0.5rem;
  transform: translateY(-0.1rem);
}
.l-blog-page-grid_container .l-blog-page-content_tile:first-child .b-content_tile-image {
  border: none;
  border-radius: 12px;
  max-height: 100%;
  max-width: 100%;
}
.l-blog-page-grid_container .l-blog-page-content_tile:first-child .b-content_tile-author-date {
  justify-content: center;
  margin: 2rem 0;
}
.l-blog-page-grid_container .l-blog-page-content_tile:first-child .creation-date,
.l-blog-page-grid_container .l-blog-page-content_tile:first-child .b-content_tile-description {
  font-size: 1rem;
}
.l-blog-page-grid_container .l-blog-page-content_tile {
  display: inline-flex;
  width: auto;
}
.l-blog-page-grid_container .l-blog-page-content_tile .author {
  display: none;
}
.l-blog-page-grid_container .l-blog-page-content_tile .b-content_tile-title {
  display: block;
}
.l-blog-page-grid_container .l-blog-page-content_tile .b-content_tile-title a {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: capitalize;
}
.l-blog-page-grid_container .l-blog-page-content_tile .creation-date,
.l-blog-page-grid_container .l-blog-page-content_tile .b-content_tile-description {
  color: #3c3c3b;
  font-family: "Poppins";
  font-size: 0.875rem;
  font-weight: 400;
}
.l-blog-page-grid_container .l-blog-page-content_tile .b-content-description {
  text-align: center;
}
.l-blog-page-grid_container .l-blog-page-content_tile .b-content-description .b-content_tile-author-date {
  justify-content: center;
}
.l-blog-page-grid_container .b-content_tile-image {
  border-radius: 180px 180px 0 170px;
  border: 6px solid #0856c3;
  display: block;
  height: 100%;
  margin: 0 auto;
  min-height: 300px;
  max-height: 300px;
  max-width: 281px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-blog-page-grid_container .b-content_tile-image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.article-page .b-content_tile-title {
  display: block;
}
.article-page .b-content_tile-title h1 {
  color: #3c3c3b;
  font-family: "Poppins";
  font-size: 3rem;
  font-weight: 700;
}
.article-page .b-content_tile-image {
  display: block;
  height: 445px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.article-page .b-content_tile-image img {
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.article-page .b-content_tile-author-date {
  color: #3c3c3b;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
}
.article-page .b-content_tile-author-date .author {
  display: flex;
  position: relative;
}
.article-page .b-content_tile-author-date .author::after {
  content: "|";
  color: rgba(8, 87, 195, 0.3);
  right: 0;
  margin: 0 0.5rem;
  transform: translateY(-0.1rem);
}
.article-page .b-content_tile-description {
  border-bottom: 1.5px solid #0857C3;
}
.article-page .b-content_tile-description {
  font-size: 1.5rem;
}
.article-page .b-content_tile-body {
  font-size: 0.875rem;
}
.article-page .b-content_tile-description,
.article-page .b-content_tile-body {
  color: #3c3c3b;
  font-family: "Poppins";
  font-weight: 400;
}
.article-page .b-content_tile-body :not(img) {
  text-align: left;
}
.article-page .b-content_tile-body img {
  height: auto;
  max-width: -webkit-fill-available;
  text-align: center;
}
.article-page .suggested-products {
  border-bottom: 1.5px solid rgba(8, 86, 195, 0.7);
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .article-page .suggested-products {
    display: block;
  }
  .article-page .suggested-products .promo-container {
    position: absolute;
  }
}

.b-pagination-elements_list a span {
  color: #0857c3;
}

.banner-grid {
  margin: auto;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  height: fit-content;
}
@media screen and (min-width: 426px) {
  .banner-grid {
    display: grid;
    grid-column-gap: 3rem;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-template-rows: auto;
    grid-template-areas: "image region1 region2" "image region3 .";
    position: absolute;
  }
}
@media screen and (min-width: 1920px) {
  .banner-grid {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-grid {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .banner-grid {
    bottom: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    grid-template-areas: "image region1" "image region2" "region3 region3";
  }
}
@media screen and (max-width: 425px) {
  .banner-grid {
    bottom: 0;
  }
}

.banner-region-1 {
  grid-area: image;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .banner-region-1 {
    width: 100%;
  }
}

.banner-region-2 {
  grid-area: region1;
  margin-right: 0;
  align-items: end;
  display: flex;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1920px) {
  .banner-region-2 {
    width: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-region-2 {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .banner-region-2 {
    align-items: center;
  }
}
.banner-region-2 .banner-carousel-central-text > h2 {
  line-height: 4rem;
  font-size: 4rem;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .banner-region-2 .banner-carousel-central-text > h2 {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .banner-region-2 .banner-carousel-central-text > h2 {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-region-2 .banner-carousel-central-text > h2 {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0;
  }
}
@media screen and (max-width: 475px) {
  .banner-region-2 .banner-carousel-central-text > h2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

.banner-region-3 {
  grid-area: region2;
  display: flex;
  justify-content: start;
  align-items: center;
}
.banner-region-3 .banner-right-text {
  font-weight: 700;
  text-align: left;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(5rem, auto));
  grid-template-rows: auto;
  grid-template-areas: "subregion1 subregion2" "subregion3 subregion3";
}
@media screen and (max-width: 768px) {
  .banner-region-3 .banner-right-text {
    padding: 0;
    font-weight: 700;
    text-align: center;
    display: grid;
    position: relative;
  }
}
.banner-region-3 .banner-right-text .banner-discount-title {
  font-size: 11rem;
  height: 10rem;
  grid-area: subregion1;
  border-bottom: solid 2px white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .banner-region-3 .banner-right-text .banner-discount-title {
    font-size: 8rem;
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-region-3 .banner-right-text .banner-discount-title {
    font-weight: 700;
    position: relative;
  }
}
@media screen and (max-width: 475px) {
  .banner-region-3 .banner-right-text .banner-discount-title {
    border-bottom: none;
    font-size: 4.5rem;
    height: 4rem;
  }
}
.banner-region-3 .banner-right-text .banner-discount-percentage {
  font-size: 6rem;
  grid-area: subregion2;
  display: flex;
  align-items: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1400px) {
  .banner-region-3 .banner-right-text .banner-discount-percentage {
    font-size: 4rem;
  }
}
@media screen and (max-width: 475px) {
  .banner-region-3 .banner-right-text .banner-discount-percentage {
    font-size: 2rem;
    position: relative;
    font-weight: 600;
    text-align: left;
    top: -7px;
  }
}
.banner-region-3 .banner-right-text .banner-discount-percentage-fixed {
  grid-area: subregion2;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  height: fit-content;
  top: 70%;
}
@media screen and (max-width: 1400px) {
  .banner-region-3 .banner-right-text .banner-discount-percentage-fixed {
    font-size: 1rem;
    text-align: left;
    left: 1rem;
    top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .banner-region-3 .banner-right-text .banner-discount-percentage-fixed {
    text-align: left;
    height: fit-content;
    padding: 0;
    bottom: 2rem;
    position: absolute;
  }
}
@media screen and (max-width: 475px) {
  .banner-region-3 .banner-right-text .banner-discount-percentage-fixed {
    font-weight: 600;
    font-size: 0.8rem;
    left: 0;
    top: 2rem;
  }
}
.banner-region-3 .banner-right-text .banner-discount-subtitle {
  font-size: small;
  grid-area: subregion3;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .banner-region-3 .banner-right-text .banner-discount-subtitle {
    font-size: unset;
    text-align: left;
  }
}
@media screen and (max-width: 475px) {
  .banner-region-3 .banner-right-text .banner-discount-subtitle {
    display: flex;
    font-size: 0.7rem;
    justify-content: space-around;
    padding-top: 0;
    position: relative;
  }
  .banner-region-3 .banner-right-text .banner-discount-subtitle::after {
    border-radius: 50px;
    border-bottom: 4px solid #fff;
    content: "";
    height: 5px;
    position: absolute;
    top: 100%;
    width: 65px;
    left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .banner-region-3 {
    align-items: end;
  }
}
@media screen and (max-width: 475px) {
  .banner-region-3 {
    align-items: start;
  }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 3) {
  .banner-region-4::-webkit-full-page-media, _:future, :root .banner-region-4 {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 2) {
  .banner-region-4::-webkit-full-page-media, _:future, :root .banner-region-4 {
    bottom: 2rem;
  }
}

.banner-region-4 {
  grid-area: region3;
}
@media screen and (max-width: 768px) {
  .banner-region-4 {
    align-items: center;
    bottom: 2.3rem;
    display: flex;
    left: 0;
    justify-content: center;
    position: absolute;
    right: 0;
  }
}
.banner-region-4 a.btn.customizable-button.button-banner-carousel {
  border-radius: 18px;
  width: 15rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.05rem;
  height: 2.5rem;
  line-height: 2.3rem;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .banner-region-4 a.btn.customizable-button.button-banner-carousel {
    border-radius: 10px;
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 475px) {
  .banner-region-4 a.btn.customizable-button.button-banner-carousel {
    width: 12rem;
  }
}
.banner-region-4 .button-banner-carousel:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: solid 3px white !important;
}

.ryk-banner-bg-image {
  width: 100%;
  display: block;
  position: absolute;
  height: 100%;
  object-fit: contain;
}

.banner1-bg-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-ryk-ITC-banner-wrapper {
  width: 100%;
  min-height: 23vw;
  max-height: 430px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .custom-ryk-ITC-banner-wrapper {
    max-height: unset;
    min-height: 430px;
  }
}
@media screen and (max-width: 425px) {
  .custom-ryk-ITC-banner-wrapper {
    min-height: 340px;
  }
}

@media screen and (max-width: 544px) {
  .ryk-banner-bg-image {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    object-fit: cover;
  }
}
.experience-einstein-einsteinCarousel .carousel-md-1 .carousel-control-prev,
.experience-einstein-einsteinCarousel .carousel-md-1 .carousel-control-next,
.experience-einstein-einsteinCarouselCategory .carousel-md-1 .carousel-control-prev,
.experience-einstein-einsteinCarouselCategory .carousel-md-1 .carousel-control-next,
.experience-einstein-einsteinCarouselProduct .carousel-md-1 .carousel-control-prev,
.experience-einstein-einsteinCarouselProduct .carousel-md-1 .carousel-control-next,
.experience-commerce_layouts-carousel .carousel-md-1 .carousel-control-prev,
.experience-commerce_layouts-carousel .carousel-md-1 .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

.carousel-md-1.indicators-md .carousel-control-prev,
.carousel-md-1.indicators-md .carousel-control-next {
  top: 50%;
}

.carousel-md-1 .carousel-item.active {
  display: block;
  position: relative;
}

.carousel-md-1 .carousel-item {
  position: absolute;
  padding: 0 !important;
}

.experience-einstein-einsteinCarousel .carousel-sm-1 .carousel-control-prev,
.experience-einstein-einsteinCarousel .carousel-sm-1 .carousel-control-next,
.experience-einstein-einsteinCarouselCategory .carousel-sm-1 .carousel-control-prev,
.experience-einstein-einsteinCarouselCategory .carousel-sx-1 .carousel-control-next,
.experience-einstein-einsteinCarouselProduct .carousel-sm-1 .carousel-control-prev,
.experience-einstein-einsteinCarouselProduct .carousel-sm-1 .carousel-control-next,
.experience-commerce_layouts-carousel .carousel-sm-1 .carousel-control-prev,
.experience-commerce_layouts-carousel .carousel-sm-1 .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

.carousel-sm-1.indicators-sm .carousel-control-prev,
.carousel-sm-1.indicators-sm .carousel-control-next {
  height: 25px;
  top: 50%;
  width: 25px;
}

.carousel-sm-1 .carousel-item.active {
  display: block;
  position: relative;
}

.carousel-sm-1 .carousel-item {
  position: absolute;
}

@media screen and (max-width: 543.98px) {
  .carousel.indicators-xs {
    padding-bottom: 0rem;
    bottom: -1rem;
  }
}
.carousel-inner {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.pd-carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  border-radius: 100%;
  color: transparent;
  width: 10px;
  height: 10px;
  bottom: 0;
  margin-right: 0.187rem;
  margin-left: 0.187rem;
  text-indent: -62.437rem;
  background-color: #d6d6d6;
  border: solid 1px #d6d6d6;
  font-size: 0px;
}

.carousel-indicators li {
  background-color: #d6d6d6;
  border: solid 1px #d6d6d6;
  border-radius: 100%;
  color: #d6d6d6;
  height: 16px;
  width: 16px;
}

.carousel-indicators .active {
  background-color: #869791;
  border: solid 1px white;
}

.pd-carousel-indicators .active {
  background-color: #869791;
  border: solid 1px white;
}

.pd-carousel-indicators {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 0;
  margin: auto;
  height: fit-content;
  bottom: 1.5rem;
  width: fit-content;
  background-color: transparent;
  color: black;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 25px !important;
  padding: 0 5px;
  height: 25px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.carousel-control-next:hover, .carousel-control-next:focus,
.carousel-control-prev:hover,
.carousel-control-prev:focus {
  color: #fff;
  background-color: #000;
}

.carousel-control-prev {
  left: 2rem;
}

.carousel-control-next {
  right: 2rem;
}

.image-component-custom[data-view-card-type=true] {
  flex: 0 0 auto;
  margin-right: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #000;
  margin: 10px;
  font-size: 14px;
}
.image-component-custom[data-view-card-type=true] .image-component {
  min-height: 4vw;
}
@media (max-width: 991.98px) {
  .image-component-custom[data-view-card-type=true] .image-component {
    min-height: 15vw;
  }
}
.image-component-custom[data-view-card-type=true] .min-height-card {
  min-height: 3rem;
}

.storepage {
  width: 100%;
  font-family: "Poppins" !important;
}