.home-hero {
  font-family: 'Sofia Pro', sans-serif;
  background-color: #fdf6ee;
  color: #141729;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 40px;
}
@media screen and (min-width: 1024px) {
  .home-hero {
    margin-bottom: 0;
    background: none !important;
  }
}
.home-hero > [data-content-type="html"],
.home-hero .home-hero-slider-wrap {
  -ms-flex-order: -10;
  -webkit-order: -10;
  order: -10;
}
@media screen and (min-width: 1024px) {
  .home-hero > [data-content-type="html"],
  .home-hero .home-hero-slider-wrap {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
}
.home-hero-content {
  background-color: #fdf6ee;
}
@media screen and (min-width: 1024px) {
  .home-hero-content {
    min-height: 370px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero-content {
    min-height: 400px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-content {
    min-height: 600px;
    padding-bottom: 186px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-content {
    min-height: 800px;
    padding-bottom: 218px;
  }
}
.home-hero-info {
  text-align: center;
  padding: 0 16px 24px;
}
@media screen and (min-width: 768px) {
  .home-hero-info {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-info {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero-info {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-info {
    padding-top: 100px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-info {
    padding-top: 160px;
  }
}
.home-hero-title {
  font-size: 48px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .home-hero-title {
    line-height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-title {
    font-size: 40px;
    line-height: 42px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero-title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-title {
    font-size: 72px;
    line-height: 54px;
    margin-top: 4px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-title {
    font-size: 88px;
    line-height: 82px;
    margin-top: 6px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .home-hero-title {
    max-width: 459px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-hero-title._max-width {
  max-width: 459px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .home-hero-title._max-width {
    max-width: 506px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-title._max-width {
    max-width: 618px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-title._max-width {
    max-width: 792px;
  }
}
.home-hero-accent {
  font-family: 'STIX Two Text', serif;
  font-style: italic;
  position: relative;
  display: inline-block;
  margin-bottom: -7px;
}
@media screen and (min-width: 768px) {
  .home-hero-accent {
    margin-bottom: 0;
  }
}
.home-hero-accent i {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -1px;
  height: 24px;
  background: #ced9d7;
  z-index: 1;
  -webkit-transform: skew(-14deg);
  -ms-transform: skew(-14deg);
  transform: skew(-14deg);
}
@media screen and (min-width: 768px) {
  .home-hero-accent i {
    height: 19px;
    bottom: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-accent i {
    height: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero-accent i {
    height: 19px;
    bottom: 7px;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero-accent i {
    height: 21px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-accent i {
    height: 37px;
    bottom: -11px;
    -webkit-transform: skew(-9deg);
    -ms-transform: skew(-9deg);
    transform: skew(-9deg);
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-accent i {
    bottom: 10px;
    height: 48px;
  }
}
.home-hero-accent span {
  position: relative;
  z-index: 2;
}
.home-hero-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}
@media screen and (min-width: 1920px) {
  .home-hero-text {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-text {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 32px;
  }
}
.home-hero-link a {
  display: inline-block;
  background: #141729;
  border-radius: 1px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 32px;
  text-transform: uppercase;
  transition: opacity .2s;
}
@media screen and (min-width: 1920px) {
  .home-hero-link a {
    padding: 12px 40px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-link a {
    padding: 18px 80px;
  }
}
.home-hero-link a:hover {
  opacity: .8;
}
.home-hero-slider-wrap {
  padding: 16px 0 0 16px;
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .home-hero-slider-wrap {
    padding-top: 40px;
    padding-left: 24px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-slider-wrap {
    margin: -120px 0 80px;
    padding: 0;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-slider-wrap {
    margin-top: -186px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider-wrap {
    margin-top: -218px;
    margin-bottom: 120px;
  }
}
.home-hero-slider {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 4px 0 0 4px;
  padding: 12px 0 5px 16px;
}
@media screen and (min-width: 1024px) {
  .home-hero-slider {
    width: 702px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 43px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero-slider {
    width: 834px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-slider {
    width: 1252px;
    padding: 22px 48px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider {
    width: 1592px;
    padding: 26px 56px;
  }
}
.home-hero-slider .swiper-button-prev,
.home-hero-slider .swiper-button-next {
  width: 24px;
  height: 24px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  top: 50%;
  margin: -12px 0 0;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .home-hero-slider .swiper-button-prev,
  .home-hero-slider .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-slider .swiper-button-prev,
  .home-hero-slider .swiper-button-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider .swiper-button-prev,
  .home-hero-slider .swiper-button-next {
    width: 43px;
    height: 43px;
    margin-top: -21.5px;
  }
}
.home-hero-slider .swiper-button-prev:before,
.home-hero-slider .swiper-button-next:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNjM4IDcuNTAxYS44MTYuODE2IDAgMCAwIDAgMS4xNTRsNC4wMzIgNC4wMzctNC4wMzIgNC4wMzhhLjgxNi44MTYgMCAwIDAgMS4xNTIgMS4xNTNsNC42MDgtNC42MTRhLjgxNi44MTYgMCAwIDAgMC0xLjE1M0wxMS43OSA3LjVhLjgxNC44MTQgMCAwIDAtMS4xNTIgMFoiIGZpbGw9IiNEMkQyRDIiLz48L3N2Zz4=) no-repeat;
  background-size: 24px;
}
@media screen and (min-width: 1920px) {
  .home-hero-slider .swiper-button-prev:before,
  .home-hero-slider .swiper-button-next:before {
    width: 36px;
    height: 36px;
    background-size: 36px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider .swiper-button-prev:before,
  .home-hero-slider .swiper-button-next:before {
    width: 43px;
    height: 43px;
    background-size: 43px;
  }
}
.home-hero-slider .swiper-button-prev:hover:before,
.home-hero-slider .swiper-button-next:hover:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNjM4IDcuNTAxYS44MTYuODE2IDAgMCAwIDAgMS4xNTRsNC4wMzIgNC4wMzctNC4wMzIgNC4wMzhhLjgxNi44MTYgMCAwIDAgMS4xNTIgMS4xNTNsNC42MDgtNC42MTRhLjgxNi44MTYgMCAwIDAgMC0xLjE1M0wxMS43OSA3LjVhLjgxNC44MTQgMCAwIDAtMS4xNTIgMFoiIGZpbGw9IiM5OTkiLz48L3N2Zz4=);
}
.home-hero-slider .swiper-button-prev:after,
.home-hero-slider .swiper-button-next:after {
  display: none;
}
.home-hero-slider .swiper-button-prev.swiper-button-disabled,
.home-hero-slider .swiper-button-next.swiper-button-disabled {
  display: none;
}
.home-hero-slider .swiper-button-prev {
  left: -12px;
}
@media screen and (min-width: 1920px) {
  .home-hero-slider .swiper-button-prev {
    left: -18px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider .swiper-button-prev {
    left: -21.5px;
  }
}
.home-hero-slider .swiper-button-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.home-hero-slider .swiper-button-next {
  right: -12px;
}
@media screen and (min-width: 1920px) {
  .home-hero-slider .swiper-button-next {
    right: -18px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider .swiper-button-next {
    right: -21.5px;
  }
}
.home-hero-slider .swiper-pagination {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 13px 0 0;
}
@media screen and (min-width: 1024px) {
  .home-hero-slider .swiper-pagination {
    display: none;
  }
}
.home-hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 38px;
  height: auto;
  margin: 0 2px;
  border-radius: 0;
  padding: 7px 0;
  opacity: 1;
  background: none;
  vertical-align: top;
}
.home-hero-slider .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  display: block;
  height: 2px;
  border-radius: 4px;
  background: #ddd;
}
.home-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
}
.home-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #141729;
}
.home-hero-slider-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .home-hero-slider-title {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-slider-title {
    font-size: 24px;
    line-height: 1.167;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 0;
  }
}
.home-hero-slider-item {
  width: 104px;
  margin: 0 24px 0 0;
}
@media screen and (min-width: 1920px) {
  .home-hero-slider-item {
    width: 168px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider-item {
    width: 196px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-slider-item:last-child {
    margin-right: 0;
  }
}
.home-hero-slider-link {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .2s;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: .15px;
}
@media screen and (min-width: 1024px) {
  .home-hero-slider-link {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-slider-link {
    font-size: 24px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider-link {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.260325px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-slider-link:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.home-hero-slider-link img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 8px;
}
@media screen and (min-width: 1920px) {
  .home-hero-slider-link img {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-slider-link img {
    margin-bottom: 16px;
  }
}
.home-hero-image .home-hero-content {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home-hero-image .home-hero-content {
    min-height: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero-image .home-hero-content {
    min-height: 450px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-image .home-hero-content {
    min-height: 600px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-image .home-hero-content {
    min-height: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-image .home-hero-info {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-image .home-hero-info-in {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero-image .home-hero-info-in {
    width: 998px;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero-image .home-hero-info-in {
    width: 1130px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-image .home-hero-info-in {
    width: 1436px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-image .home-hero-info-in {
    width: 1904px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-image .home-hero-info-wrap {
    max-width: 365px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero-image .home-hero-info-wrap {
    max-width: 459px;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero-image .home-hero-info-wrap {
    max-width: 506px;
  }
}
@media screen and (min-width: 1920px) {
  .home-hero-image .home-hero-info-wrap {
    max-width: 618px;
  }
}
@media screen and (min-width: 2560px) {
  .home-hero-image .home-hero-info-wrap {
    max-width: 792px;
  }
}
.home-hero-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .home-hero-img {
    display: none;
  }
}
.home-hero-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-bf,
.home-hero-bf-text {
  background: #0a0b14;
}
@media screen and (min-width: 1024px) {
  .home-hero-bf,
  .home-hero-bf-text {
    background: none !important;
  }
}
.home-hero-bf .home-hero-content,
.home-hero-bf-text .home-hero-content {
  background: #0a0b14;
  color: #ffffff;
}
.home-hero-bf .home-hero-accent:after,
.home-hero-bf-text .home-hero-accent:after {
  background: #61d28e;
}
.home-hero-bf .home-hero-link a,
.home-hero-bf-text .home-hero-link a {
  background-color: #ffffff;
  color: #141729;
}
.home-hero-bf .home-hero-link a:hover,
.home-hero-bf-text .home-hero-link a:hover {
  background-color: #ffffff;
}
.home-hero-bf .home-hero-content {
  min-height: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .home-hero-bf .home-hero-slider-wrap {
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-bf .home-hero-slider {
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .home-hero-bf-img {
    padding-bottom: 24px;
  }
}
.home-hero-bf-img a {
  display: block;
}
.home-hero-bf-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .home-hero-bf-img img.home-hero-bf-img-desktop {
    display: none;
  }
}
.home-hero-bf-img img.home-hero-bf-img-desktop:first-child:last-child {
  display: block;
}
@media screen and (max-width: 767px), screen and (min-width: 1024px) {
  .home-hero-bf-img img.home-hero-bf-img-tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .home-hero-bf-img img.home-hero-bf-img-mobile {
    display: none;
  }
}
.hp-top-block-alt {
  margin: 24px 0;
}
.hp-top-block-alt img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  a.hp-hero img.hp-hero-img-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px), screen and (min-width: 1024px) {
  a.hp-hero img.hp-hero-img-tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  a.hp-hero img.hp-hero-img-mobile {
    display: none;
  }
}
a.hp-hero-1 img {
  display: block;
  width: 100%;
}
a.hp-hero-1 img.hp-hero-img-desktop:first-child:last-child {
  display: block;
}
@media screen and (min-width: 768px) {
  a.hp-hero-2 img.hp-hero-img-desktop:first-child:last-child,
  a.hp-hero-3 img.hp-hero-img-desktop:first-child:last-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  a.hp-hero-2 img.hp-hero-img-desktop:first-child:last-child,
  a.hp-hero-3 img.hp-hero-img-desktop:first-child:last-child {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .hp-top-block-alt {
    margin-top: 16px;
  }
  .hp-top-block-alt-left {
    margin-bottom: 16px;
  }
  .hp-top-block-alt-right {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 16px;
  }
  .hp-top-block-alt-right .hp-hero {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
  }
  .hp-top-block-alt-right .hp-hero:last-child {
    margin-right: 0;
    margin-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .hp-top-block-alt-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 16px;
  }
  .hp-top-block-alt-right .hp-hero {
    width: calc(50% - 12px);
  }
  .hp-top-block-alt-right .hp-hero img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hp-top-block-alt {
    margin-bottom: 48px;
  }
  .hp-top-block-alt-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .hp-top-block-alt-left {
    width: calc(59% - 8px);
  }
  .hp-top-block-alt-right {
    margin-top: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(41% - 8px);
  }
  .hp-top-block-alt-right .hp-hero {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .hp-top-block-alt {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .hp-top-block-alt {
    margin-top: 40px;
    margin-bottom: 64px;
  }
  .hp-top-block-alt-left {
    width: calc(59% - 12px);
  }
  .hp-top-block-alt-right {
    width: calc(41% - 12px);
  }
}
@media screen and (min-width: 1920px) {
  .hp-top-block-alt-left {
    width: calc(59% - 16px);
  }
  .hp-top-block-alt-right {
    width: calc(41% - 16px);
  }
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
[data-content-type] .slick-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dddddd;
  transition: background-color 0.2s;
  border-radius: 50%;
}
[data-content-type] .slick-arrow:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjM1MzQgNi4zNTM1NUMxMC4xNTgxIDYuMTU4MjkgOS44NDE1NSA2LjE1ODI5IDkuNjQ2MjkgNi4zNTM1NUw4Ljk0MzAxIDcuMDU2ODNDOC43NDc5IDcuMjUxOTQgOC43NDc3MyA3LjU2ODIzIDguOTQyNjMgNy43NjM1NUwxMy4xNjk4IDEyTDguOTQyNjIgMTYuMjM2NEM4Ljc0NzczIDE2LjQzMTggOC43NDc5IDE2Ljc0ODEgOC45NDMwMSAxNi45NDMyTDkuNjQ2MjkgMTcuNjQ2NEM5Ljg0MTU1IDE3Ljg0MTcgMTAuMTU4MSAxNy44NDE3IDEwLjM1MzQgMTcuNjQ2NEwxNS45OTk4IDEyTDEwLjM1MzQgNi4zNTM1NVoiIGZpbGw9IiMwRDBGMUMiLz48L3N2Zz4=) no-repeat;
  background-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
}
[data-content-type] .slick-arrow:not(.slick-disabled):hover {
  background-color: #aaaaaa;
}
[data-content-type] .slick-arrow.slick-prev {
  left: -8px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 1024px) {
  [data-content-type] .slick-arrow.slick-prev {
    left: -16px;
  }
}
@media screen and (min-width: 1280px) {
  [data-content-type] .slick-arrow.slick-prev {
    left: -32px;
  }
}
[data-content-type] .slick-arrow.slick-next {
  right: -8px;
}
@media screen and (min-width: 1024px) {
  [data-content-type] .slick-arrow.slick-next {
    right: -16px;
  }
}
@media screen and (min-width: 1280px) {
  [data-content-type] .slick-arrow.slick-next {
    right: -32px;
  }
}
[data-content-type] .slick-arrow.slick-disabled {
  display: none !important;
  background-color: #eeeeee;
  cursor: default;
}
[data-content-type] .slick-arrow.slick-disabled:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjM1MzQgNi4zNTM1NUMxMC4xNTgxIDYuMTU4MjkgOS44NDE1NSA2LjE1ODI5IDkuNjQ2MjkgNi4zNTM1NUw4Ljk0MzAxIDcuMDU2ODNDOC43NDc5IDcuMjUxOTQgOC43NDc3MyA3LjU2ODIzIDguOTQyNjMgNy43NjM1NUwxMy4xNjk4IDEyTDguOTQyNjIgMTYuMjM2NEM4Ljc0NzczIDE2LjQzMTggOC43NDc5IDE2Ljc0ODEgOC45NDMwMSAxNi45NDMyTDkuNjQ2MjkgMTcuNjQ2NEM5Ljg0MTU1IDE3Ljg0MTcgMTAuMTU4MSAxNy44NDE3IDEwLjM1MzQgMTcuNjQ2NEwxNS45OTk4IDEyTDEwLjM1MzQgNi4zNTM1NVoiIGZpbGw9IiNBQUEiLz48L3N2Zz4=);
}
[data-content-type] .slick-dots {
  margin-top: 24px;
}
[data-content-type] .slick-dots li {
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 4px;
  border-radius: 0;
  background: none;
}
[data-content-type] .slick-dots li:before,
[data-content-type] .slick-dots li:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}
[data-content-type] .slick-dots li:before {
  width: 4px;
  height: 4px;
  background: #007b94;
  margin: -2px 0 0 -2px;
}
[data-content-type] .slick-dots li:after {
  display: none;
}
[data-content-type] .slick-dots li.slick-active {
  background: none;
}
[data-content-type] .slick-dots li.slick-active:after {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #007b94;
  margin: -4px 0 0 -4px;
}
[data-content-type] .slick-dotted .slick-arrow {
  margin-top: -22px;
}
[data-content-type] .pagebuilder-slider-title {
  font-size: 26px;
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  [data-content-type] .pagebuilder-slider-title {
    font-size: 32px;
    padding-right: 120px;
  }
}
[data-content-type].pagebuilder-slider-arrows-top .slick-arrow {
  top: -55px;
}
@media screen and (min-width: 768px) {
  [data-content-type].pagebuilder-slider-arrows-top .slick-arrow {
    top: -62px;
  }
}
@media screen and (max-width: 767px) {
  [data-content-type].pagebuilder-slider-arrows-top .slick-arrow {
    display: none !important;
  }
}
[data-content-type].pagebuilder-slider-arrows-top .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0;
  left: auto;
  right: 68px;
}
[data-content-type].pagebuilder-slider-arrows-top .slick-arrow.slick-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 0;
  margin: 0;
}
[data-content-type].pagebuilder-slider-arrows-top .slick-arrow.slick-disabled {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  [data-content-type].pagebuilder-slider-arrows-top .slick-arrow.slick-disabled {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  [data-content-type].pagebuilder-slider-arrows-top .slick-dots {
    display: none !important;
  }
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 120%;
  font-size: 1rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 12px 16px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #007b94;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 120%;
  padding: 12px 16px;
  font-size: 1rem;
  border-radius: 5px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #007b94;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #2e2e2d;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #2e2e2d;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 120%;
  padding: 12px 16px;
  font-size: 1rem;
  border-radius: 5px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #2e2e2d;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #007b94;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 2112px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 2112px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
h1[data-content-type="heading"],
h2[data-content-type="heading"],
h3[data-content-type="heading"],
h4[data-content-type="heading"] {
  font-family: 'Baloo 2', cursive;
  font-weight: 700;
  line-height: 1.2;
  margin: 32px 0 16px;
}
h1[data-content-type="heading"] {
  font-size: 48px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  h1[data-content-type="heading"] {
    font-size: 32px;
    letter-spacing: 0;
  }
}
h2[data-content-type="heading"] {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h2[data-content-type="heading"] {
    font-size: 26px;
  }
}
h3[data-content-type="heading"] {
  font-size: 26px;
  letter-spacing: .0015em;
}
@media screen and (max-width: 767px) {
  h3[data-content-type="heading"] {
    font-size: 22px;
  }
}
h4[data-content-type="heading"] {
  font-size: 22px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  h4[data-content-type="heading"] {
    font-size: 20px;
  }
}
h5[data-content-type="heading"],
h6[data-content-type="heading"] {
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: 800;
  line-height: 1.2;
}
h6[data-content-type="heading"] {
  font-weight: 500;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  transition: all 0.15s ease-in-out;
  margin: 0 16px 16px 0;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  font-weight: 500;
  box-shadow: inset 0 0 0 1px #007b94;
  border-radius: 5px;
  line-height: 1.2;
  vertical-align: middle;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #007b94;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  color: #2e2e2d;
  box-shadow: inset 0 0 0 1px #2e2e2d;
  text-decoration: none;
}
[data-content-type="products"] .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-radius: 5px;
  padding: 16px;
}
@media screen and (max-width: 479px) {
  [data-content-type="products"] .product-item-info {
    padding: 8px;
  }
}
[data-content-type="products"] .product-item-photo {
  display: block;
  margin: 0 0 16px;
}
[data-content-type="products"] .product-image-photo {
  display: block;
  width: 100%;
  height: auto;
}
[data-content-type="products"] .product-item-name {
  display: block;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .0889286px;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  [data-content-type="products"] .product-item-name {
    font-size: 18px;
    letter-spacing: .15px;
  }
}
[data-content-type="products"] .product-item-actions {
  margin-top: auto;
}
[data-content-type="products"] .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  [data-content-type="products"] .price-box {
    margin-bottom: 8px;
  }
}
[data-content-type="products"] .price-box .price-label.label-from,
[data-content-type="products"] .price-box .price-label.label-your-price {
  display: none !important;
}
[data-content-type="products"] .price-box > .price-container,
[data-content-type="products"] .price-box .special-price {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  [data-content-type="products"] .price-box > .price-container,
  [data-content-type="products"] .price-box .special-price {
    margin-right: 6px;
  }
}
[data-content-type="products"] .price-box > .price-container .price,
[data-content-type="products"] .price-box .special-price .price {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .0015em;
}
@media screen and (max-width: 767px) {
  [data-content-type="products"] .price-box > .price-container .price,
  [data-content-type="products"] .price-box .special-price .price {
    font-size: 15px;
  }
}
[data-content-type="products"] .price-box > .price-container .price:before,
[data-content-type="products"] .price-box .special-price .price:before {
  font-size: 10px;
  font-weight: 500;
  content: 'Från ';
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  [data-content-type="products"] .price-box > .price-container .price:before,
  [data-content-type="products"] .price-box .special-price .price:before {
    font-size: 8px;
  }
}
[data-content-type="products"] .price-box .old-price {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
[data-content-type="products"] .price-box .old-price .price {
  font-size: 14px;
  font-weight: 800;
  color: #828282;
  text-decoration: line-through;
  position: relative;
  padding-left: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  [data-content-type="products"] .price-box .old-price .price {
    font-size: 15px;
    padding-left: 22px;
  }
}
[data-content-type="products"] .price-box .old-price .price:before {
  font-size: 10px;
  font-weight: 500;
  content: 'Var ';
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 767px) {
  [data-content-type="products"] .price-box .old-price .price:before {
    font-size: 8px;
    top: 7px;
  }
}
[data-content-type="products"] .price-box .special-price .price {
  color: #ce1b1b;
}
[data-content-type="products"] .towishlist {
  display: block;
  width: 100%;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .106982px;
  color: #2e2e2d;
  box-shadow: none;
  border: 1px solid #2e2e2d;
  border-radius: 5px;
  padding: 7px 3px;
  transition: background-color 0.2s, color 0.2s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: transparent;
  text-align: center;
}
@media screen and (min-width: 768px) {
  [data-content-type="products"] .towishlist {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .180451px;
    line-height: 23px;
    padding: 9px 6px;
  }
}
body:not(._is-touch-device) [data-content-type="products"] .towishlist:hover {
  background: #007b94;
  color: #ffffff;
  border-color: #007b94;
}
[data-content-type="products"] .towishlist.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #2e2e2d;
  color: #ffffff;
  border-color: #2e2e2d;
}
[data-content-type="products"] .towishlist.active:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyNSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4wMTMgOS42NzggNC40MDQgNC40MDRMMTguNSA1IiBzdHJva2U9IiM1MUJDQjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==) no-repeat;
  background-size: 24px;
  margin-right: 4px;
}
[data-content-type="products"] .towishlist.active:after {
  content: 'Tygprov har lagts till';
}
[data-content-type="products"] .widget-product-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}
[data-content-type="products"] .widget-product-grid .product-item {
  width: calc(50% - 16px);
  margin: 0 0 16px 16px;
}
@media screen and (min-width: 1024px) {
  [data-content-type="products"] .widget-product-grid .product-item {
    width: calc(33.33% - 16px);
  }
}
@media screen and (min-width: 1440px) {
  [data-content-type="products"] .widget-product-grid .product-item {
    width: calc(25% - 16px);
  }
}
[data-content-type="products"] .widget-product-carousel {
  margin-left: -8px;
  margin-right: -8px;
}
[data-content-type="products"] .widget-product-carousel .product-item-info {
  margin: 0 8px 6px;
}
[data-content-type="products"] .widget-product-carousel .product-item-name {
  line-height: 14px;
  height: 28px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  [data-content-type="products"] .widget-product-carousel .product-item-name {
    line-height: 21px;
    height: 42px;
  }
}
[data-content-type="products"] .widget-product-carousel .slick-prev {
  margin-left: 8px;
}
[data-content-type="products"] .widget-product-carousel .slick-next {
  margin-right: 8px;
}
/* Extends
-------------------------------------------------- */
[data-content-type="row"][data-appearance="contained"],
[data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  [data-content-type="row"][data-appearance="contained"],
  [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  [data-content-type="row"][data-appearance="contained"],
  [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1920px) {
  [data-content-type="row"][data-appearance="contained"],
  [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.cms-wrapper > [data-content-type="row"][data-appearance="contained"],
.cms-wrapper > [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
[data-content-type="html"] {
  word-wrap: normal;
}
@media screen and (max-width: 767px) {
  .hide-mob {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
h1[data-content-type="heading"],
h2[data-content-type="heading"],
h3[data-content-type="heading"],
h4[data-content-type="heading"],
h5[data-content-type="heading"],
h6[data-content-type="heading"] {
  font-weight: 500;
}
[data-content-type] .slick-dots li {
  width: 38px;
  height: auto;
  margin: 0 2px;
  padding: 7px 0 !important;
}
[data-content-type] .slick-dots li:before {
  position: static;
  width: auto;
  height: 2px;
  margin: 0;
  border-radius: 4px;
  background-color: #ddd;
}
[data-content-type] .slick-dots li.slick-active:before {
  background-color: #2e2e2d;
}
[data-content-type] .slick-dots li.slick-active:after {
  display: none;
}
[data-content-type="products"] .product-item-name {
  font-family: 'Baloo 2', cursive;
  font-weight: 500;
  color: #2e2e2d;
}
[data-content-type="products"] .price-box > .price-container .price {
  font-weight: 600;
}
[data-content-type="products"] .price-box > .price-container .price:before {
  text-transform: none;
}
[data-content-type="products"] .price-box .special-price .price {
  font-weight: 600;
}
[data-content-type="products"] .price-box .special-price .price:before {
  color: #3c4e57;
  text-transform: none;
}
[data-content-type="products"] .price-box .old-price .price {
  font-weight: 600;
  padding-left: 19px;
}
@media screen and (min-width: 768px) {
  [data-content-type="products"] .price-box .old-price .price {
    padding-left: 22px;
  }
}
[data-content-type="products"] .price-box .old-price .price:before {
  text-transform: none;
}
[data-content-type="products"] .towishlist {
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  [data-content-type="products"] .towishlist {
    font-size: 14px;
    border-radius: 8px;
  }
}
[data-content-type="products"] .towishlist.active:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
