﻿.imageCard_content__9Fv5b h1,
.imageCard_content__9Fv5b h2,
.imageCard_content__9Fv5b h3,
.imageCard_content__9Fv5b h4,
.imageCard_content__9Fv5b h5 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  display: block
}

.imageCard_content__9Fv5b h1 a,
.imageCard_content__9Fv5b h2 a,
.imageCard_content__9Fv5b h3 a,
.imageCard_content__9Fv5b h4 a,
.imageCard_content__9Fv5b h5 a {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.25rem !important;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid var(--main)
}

.imageCard_content__9Fv5b h1 a:hover,
.imageCard_content__9Fv5b h2 a:hover,
.imageCard_content__9Fv5b h3 a:hover,
.imageCard_content__9Fv5b h4 a:hover,
.imageCard_content__9Fv5b h5 a:hover {
  background-color: var(--main)
}

.imageCard_content__9Fv5b div.imageCard_paragraph__QIXLp,
.imageCard_content__9Fv5b p,
.imageCard_content__9Fv5b span {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  line-height: 22px;
  font-size: 16px
}

.imageCard_content__9Fv5b span {
  margin: 0
}

.imageCard_content__9Fv5b div.imageCard_paragraph__QIXLp {
  margin: 10px 0
}

.imageCard_content__9Fv5b a:not([data-type=image-link]) {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.25rem !important;
  text-decoration: none;
  display: inline-block;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 2px solid var(--main);
  margin: 0 -3px;
  transition: all .3s ease-in-out
}

.imageCard_content__9Fv5b a:not([data-type=image-link]):hover {
  background-color: var(--main);
  border-left-color: var(--main);
  border-right-color: var(--main)
}

.imageCard_content__9Fv5b img {
  max-width: 100%;
  height: auto;
  display: block
}

.imageCard_imgAbstractContainer__ktRPA {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  /*border: 1px solid #d9d9d9*/
  font-size: 30px;
  font-weight: bold;
}

.imageCard_imgAbstractContainer__ktRPA .imageCard_imgAbstractButton__ATSno {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: 10;
  cursor: pointer;
  width: auto
}

.imageCard_imgAbstractContainer__ktRPA .imageCard_imgAbstract__rj6Zm {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px 15px 15px 60px;
  background-color: rgba(0, 0, 0, .6);
  z-index: 5
}

.imageCard_imgAbstractContainer__ktRPA .imageCard_imgAbstract__rj6Zm div.imageCard_paragraph__QIXLp,
.imageCard_imgAbstractContainer__ktRPA .imageCard_imgAbstract__rj6Zm p {
  color: #fff;
  margin: 0 0 5px;
  font-size: 14px
}

.imageCard_linkableImg__o_EO3 a.imageCard_imgAbstractContainer__ktRPA {
  overflow: hidden
}

.imageCard_linkableImg__o_EO3 a.imageCard_imgAbstractContainer__ktRPA:after {
  transition: all .3s ease-in-out;
  display: block;
  content: "";
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.imageCard_linkableImg__o_EO3 a.imageCard_imgAbstractContainer__ktRPA>:first-child {
  transition: all .3s ease-in-out;
  position: relative
}

.imageCard_linkableImg__o_EO3 a.imageCard_imgAbstractContainer__ktRPA:hover:after {
  background-color: rgba(0, 0, 0, .4)
}

.imageCard_linkableImg__o_EO3 a.imageCard_imgAbstractContainer__ktRPA:hover>:first-child {
  transform: scale(1.1)
}

.carousel_controlsContainer__pzUMf {
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(-50%)
}

.carousel_prev__q2JKt {
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 0;
  border: none;
  background-color: #fff;
  transform: translateY(-50%);
  left: -60px
}

.carousel_prev__q2JKt:hover {
  background-color: #eee
}

.carousel_prev__q2JKt img {
  transform: rotate(-90deg)
}

.carousel_next__ZQ5mq {
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 0;
  border: none;
  background-color: #fff;
  right: -60px;
  transform: translateY(-50%)
}

.carousel_next__ZQ5mq:hover {
  background-color: #eee
}

.carousel_next__ZQ5mq img {
  transform: rotate(90deg)
}

.carousel_close__YjoWZ {
  position: absolute;
  top: -10vh;
  right: -60px;
  background-color: transparent;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 1;
  padding: 0;
  border: none
}

.carousel_close__YjoWZ:hover {
  background-color: #000
}

.carousel_close__YjoWZ img {
  filter: invert(100%) sepia(0) saturate(7489%) hue-rotate(150deg) brightness(91%) contrast(109%)
}

.carousel_carouselDescription__Wi3wZ {
  color: #fff
}

.colorBox_colorBox__L_3SQ {
  position: relative
}

.colorBox_colorBox__L_3SQ .colorBox_loading__QNj7A {
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: hsla(0, 0%, 100%, .667);
  width: 100%;
  height: 100%;
  color: #000
}

.colorBox_colorBg__0BKIj {
  display: block;
  position: relative;
  content: "";
  padding-top: 147%;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .colorBox_colorBg__0BKIj {
    padding-top: 0;
    height: 280px
  }
}

.colorBox_colorBg__0BKIj .colorBox_badgeNew__ENrU6 {
  position: absolute;
  text-transform: uppercase;
  font-family: Avenir Next LT W01 Bold, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: 50px;
  padding: 8px 20px;
  top: 20px;
  left: 10px;
  line-height: 1
}

.colorBox_colorTitle__1USKm {
  font-size: 16px
}

.colorBox_colorCode__nQSXK,
.colorBox_colorTitle__1USKm {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  display: block
}

.colorBox_colorCode__nQSXK {
  font-weight: 700
}

.colorBox_button__Tf1k3 {
  border-radius: 35px;
  height: 35px;
  width: 35px;
  background-color: #fff;
  border: none;
  position: relative;
  transition: all .2s ease-in-out;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.colorBox_button__Tf1k3:hover {
  cursor: pointer;
  background-color: var(--main)
}

.colorBox_button__Tf1k3:hover:disabled {
  cursor: default;
  background-color: transparent
}

.colorBox_controls__lL_jL {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.colorBox_controls__lL_jL a,
.colorBox_controls__lL_jL button {
  margin: 0 2px
}

.colorBox_controls__lL_jL a {
  display: flex;
  align-items: center;
  justify-content: center
}

.colorContainer_colorContainer__KRt94 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-column-gap: 20px;
  column-gap: 20px
}

@media(min-width:768px) {
  .colorContainer_colorContainer__KRt94 {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(min-width:992px) {
  .colorContainer_colorContainer__KRt94 {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(min-width:1200px) {
  .colorContainer_colorContainer__KRt94 {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media(min-width:1400px) {
  .colorContainer_colorContainer__KRt94 {
    grid-template-columns: repeat(6, 1fr)
  }
}

@media(min-width:300px) {
  .colorContainer_totColor_1__PDGTn {
    grid-template-columns: repeat(5, 202px) !important;
    max-width: 202px;
    margin: 0 auto
  }
}

@media(min-width:430px) {
  .colorContainer_totColor_2__uuprg {
    grid-template-columns: repeat(2, 202px) !important;
    max-width: 430px;
    margin: 0 auto
  }
}

@media(min-width:650px) {
  .colorContainer_totColor_3__Ub09a {
    grid-template-columns: repeat(3, 202px) !important;
    max-width: 650px;
    margin: 0 auto
  }
}

@media(min-width:1000px) {
  .colorContainer_totColor_4__nte8L {
    grid-template-columns: repeat(4, 202px) !important;
    max-width: 900px;
    margin: 0 auto
  }
}

@media(min-width:1200px) {
  .colorContainer_totColor_5__iFUYT {
    grid-template-columns: repeat(5, 202px) !important;
    max-width: 1120px;
    margin: 0 auto
  }
}

.colorContainer_sortSelect__q9ROs {
  all: reset;
  border: none;
  background-color: transparent;
  font-weight: 700;
  padding-right: .5rem;
  outline: none
}

.colorContainer_sortSelect__q9ROs :focus {
  outline: none
}

.colorContainer_headerContainer__0RQWY {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.customForm_customForm__2obb6 {
  margin: 40px 0
}

.customForm_customForm__2obb6 .customForm_formGrid__oC3xZ {
  display: grid;
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: 1fr
}

@media screen and (min-width:992px) {
  .customForm_customForm__2obb6 .customForm_formGrid__oC3xZ {
    grid-template-columns: 1fr 1fr
  }

  .customForm_customForm__2obb6 .customForm_formGrid__oC3xZ .customForm_colspan__rNp1U {
    grid-column: 1/span 2
  }
}

.customForm_customForm__2obb6 label {
  font-family: Open Sans, Arial, Helvetica, sans-serif
}

.customForm_customForm__2obb6 .customForm_customInput__8xuRS {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  border-radius: 0;
  border-color: #000;
  border-width: .49px
}

.customForm_customForm__2obb6 .customForm_customInput__8xuRS:focus {
  box-shadow: none
}

.customForm_customForm__2obb6 small {
  font-family: Open Sans, Arial, Helvetica, sans-serif
}

.customForm_customForm__2obb6 a {
  display: inline-block;
  color: #000;
  text-decoration: none
}

.customForm_customForm__2obb6 button {
  margin-top: 50px
}

.customForm_labelOutside__qIxc0 {
  display: block;
  line-height: 1.25;
  margin-bottom: .5rem;
  margin-top: .5rem
}

.customForm_labelOutside__qIxc0+* {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.designStories_designStories__MaIY6 {
  background-color: transparent
}

@media screen and (min-width:1200px) {
  .designStories_designStories__MaIY6 .designStories_riga__5evrl:nth-of-type(2n) .designStories_order__SObrq {
    order: 2
  }
}

.designStories_designStories__MaIY6 img {
  width: 100%
}

.designStories_title__JDtol {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Open Sans, Arial, Helvetica, sans-serif
}

.designStories_title__JDtol p {
  all: reset
}

.designStories_content__NgHdE {
  margin-bottom: 20px
}

.link_link__BLlEW {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  color: #000 !important;
  font-size: 1.25rem !important;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline;
  border-left-color: var(--main);
  border-right-color: var(--main)
}

.link_link__BLlEW span {
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -.1em var(--main), 3px 0 0 transparent, -3px 0 0 transparent
}

.link_link__BLlEW:hover span {
  background-color: var(--main);
  box-shadow: inset 0 -.1em var(--main), 3px 0 0 var(--main), -3px 0 0 var(--main)
}

.link_link__BLlEW p {
  margin-bottom: 0
}

.link_dotInfo___zO7W p {
  font-size: 1.25rem !important;
  text-align: left;
  font-weight: 500;
  margin: 0
}

.link_removeMarginToP__lq3YN p {
  margin-bottom: 0
}

.link_otherLanguageDocumentContainer__JKD7r {
  margin-left: calc(18px + 1rem)
}

@media (min-width:570px) {
  .link_modalInfoBody__4bvV8 {
    max-height: 60vh
  }
}

.offset_offsetContainer__nV0jc {
  background: #293a46;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem
}

.offset_offsetContainer__nV0jc p {
  margin-bottom: 0
}

.offset_title__DizEX {
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1.25;
  margin-bottom: 30px
}

.offset_number__dyBEB {
  font-family: Avenir Next LT W01 Regular, Arial, Helvetica, sans-serif;
  font-size: 6.25rem;
  line-height: .875
}

.textHeading_textHeading__xM2ub {
  text-align: center
}

.textHeading_textHeading__xM2ub h1 {
  line-height: .909090909em;
  display: inline;
  font-size: 2.4375rem;
  /*font-family: Albertina MT W01 Regular, Georgia, Times New Roman, Times, serif;*/
  text-transform: none;
  font-style: normal;
  transition: all .3s ease-in-out
}

.textHeading_textHeading__xM2ub h1 strong {
  font-family: Avenir Next LT W01 Bold, Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  font-size: 1.75rem
}

@media screen and (min-width:992px) {
  .textHeading_textHeading__xM2ub h1 {
    font-size: 3.4375rem
  }

  .textHeading_textHeading__xM2ub h1 strong {
    font-size: 2.5rem
  }
}

.textHeading_textHeading__xM2ub h2 {
  margin: 0;
  /*font-family: Albertina MT W01 Regular, Georgia, Times New Roman, Times, serif;*/
  text-transform: none;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 1
}

.textHeading_textHeading__xM2ub h2 strong {
  font-family: Avenir Next LT W01 Demi, Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  /*font-size: 1.5rem*/
}

@media screen and (min-width:992px) {
  .textHeading_textHeading__xM2ub h2 {
    font-size: 2.8125rem
  }

  .textHeading_textHeading__xM2ub h2 strong {
    /*font-size: 2rem*/
  }
}

.textHeading_textHeading__xM2ub h3 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  text-align: left
}

@media screen and (min-width:992px) {
  .textHeading_textHeading__xM2ub h3 {
    font-size: 1.625rem
  }
}

.textHeading_textHeading__xM2ub h4 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  text-align: left
}

@media screen and (min-width:992px) {
  .textHeading_textHeading__xM2ub h4 {
    font-size: 1.25rem
  }
}

.toc_tocIndex__eAXPj {
  padding-left: 0;
  margin: 0
}

.toc_tocIndex__eAXPj li {
  list-style: none;
  border-bottom: 1px solid #333
}

.toc_tocIndex__eAXPj li a {
  color: #000;
  text-decoration: none;
  padding: 20px;
  display: block;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 20px
}

.toc_tocIndex__eAXPj li a:hover {
  color: #666
}

.toc_up__UnaCw img {
  transition: transform .2s ease-in-out
}

.toc_up__UnaCw:hover img {
  transform: translateY(-3px)
}

.toc_tocTitle__zt7x4 {
  font-family: Avenir Next LT W01 Demi, Arial, Helvetica, sans-serif;
  font-size: 32px;
  display: block;
  text-transform: uppercase
}

.toc_tocNumber__w8i1H {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif
}

.toc_tocNumber__w8i1H:after {
  display: block;
  position: relative;
  top: 8px;
  width: 100px;
  height: 2px;
  background-color: var(--main);
  content: ""
}

@media screen and (min-width:992px) {
  .twoParagraph_twoParagraph__qwRYF {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-gap: 50px;
    gap: 50px
  }
}

.twoParagraph_twoParagraph__qwRYF a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid var(--main)
}

.twoParagraph_twoParagraph__qwRYF a:hover {
  color: #000;
  background-color: var(--main)
}

.twoParagraph_twoParagraph__qwRYF em {
  font-family: Albertina MT W01 Regular;
  font-size: 30px;
  line-height: 34px
}

.video_videoContainer__gjtJE {
  display: block;
  overflow: hidden;
  position: relative
}

.video_videoContainer__gjtJE video {
  display: block
}

.video_videoContainer__gjtJE .video_videoPlayer__OCMEa {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}

.video_videoContainer__gjtJE .video_closeIcon__j2tT0 {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  outline: 0;
  background-color: hsla(0, 0%, 100%, .7);
  padding: 10px
}

.video_videoContainer__gjtJE .video_closeIcon__j2tT0 img {
  width: 14px;
  height: 14px;
  display: block
}

.video_btnCollapse__epTNJ {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-size: 1.5em;
  line-height: 1
}

.video_btnCollapse__epTNJ:hover {
  color: #fff
}

@media (max-width:991px) {
  .video_hideAbstract__5voTk {
    display: none
  }
}

.timeline_timelineOverflow__u3tua {
  padding: 0;
  position: relative
}

.timeline_timelineContainer__mp3rE {
  display: flex;
  position: relative;
  flex-wrap: nowrap
}

.timeline_timelineContainer__mp3rE>div {
  position: relative;
  width: 100%
}

.timeline_timelineContainer__mp3rE>div:before {
  content: "";
  width: 100%;
  height: 16px;
  background-color: #3b342e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 0;
  margin-top: -20px
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X {
  width: 92% !important;
  max-width: 350px !important;
  display: flex;
  padding-left: 25px;
  padding-right: 10px;
  height: 500px;
  flex-direction: column
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X a {
  color: #000
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X h5:last-child {
  margin-bottom: 0
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X>div {
  flex: 0 0 50%;
  display: flex;
  height: 250px;
  overflow: hidden
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X img {
  width: auto;
  max-width: 100%;
  max-height: 200px
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X .timeline_mainBlock__QToSf {
  position: relative;
  padding-bottom: 50px;
  align-items: end
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X .timeline_mainBlock__QToSf:after {
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  background-color: #3b342e;
  position: absolute;
  left: 0;
  bottom: 0
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X .timeline_mainBlock__QToSf h2 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  line-height: 1;
  display: block;
  text-transform: none;
  font-weight: 600
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X .timeline_contentBlock__Z9jy8 {
  position: relative;
  /*padding-top: 75px;*/
  padding-top: 220px;
  padding-right: 10px;
  align-items: start
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X .timeline_contentBlock__Z9jy8:after {
  content: "";
  display: block;
  width: 4px;
  height: 50px;
  background-color: #3b342e;
  position: absolute;
  top: 0;
  left: 0
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X .timeline_contentBlock__Z9jy8 p {
  margin: 0
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X:nth-child(2n) .timeline_mainBlock__QToSf {
  align-items: start;
  order: 2;
  padding-top: 50px;
  padding-bottom: 0
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X:nth-child(2n) .timeline_mainBlock__QToSf:after {
  bottom: auto;
  top: 0
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X:nth-child(2n) .timeline_mainBlock__QToSf h2 {
  padding-top: 20px;
  padding-bottom: 0
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X:nth-child(2n) .timeline_contentBlock__Z9jy8 {
  order: 1;
  padding-top: 0;
  padding-bottom: 75px;
  align-items: end
}

.timeline_timelineContainer__mp3rE .timeline_timelineItem__piK9X:nth-child(2n) .timeline_contentBlock__Z9jy8:after {
  top: auto;
  bottom: 0
}

.applicationsDesignStories_titleSidebar__wPhh2 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.75rem;
  text-align: left !important;
  font-family: Open Sans, Arial, Helvetica, sans-serif !important
}

.applicationsDesignStories_itemContainer__Q49R6 {
  position: relative;
  font-size: 1.25rem
}

.applicationsDesignStories_itemContainer__Q49R6 a {
  margin-bottom: 15px !important
}

.applicationsDesignStories_itemContainer__Q49R6 img {
  width: 100%
}

.applicationsDesignStories_itemContainer__Q49R6 .applicationsDesignStories_loading___VO2g {
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: hsla(0, 0%, 100%, .667);
  width: 100%;
  height: 100%;
  color: #000
}

.listContainer_listContainer__vkwMI {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-column-gap: 20px;
  column-gap: 20px
}

@media(min-width:768px) {
  .listContainer_listContainer__vkwMI {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(min-width:992px) {
  .listContainer_listContainer__vkwMI {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(min-width:1200px) {
  .listContainer_listContainer__vkwMI {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media(min-width:1400px) {
  .listContainer_listContainer__vkwMI {
    grid-template-columns: repeat(6, 1fr)
  }
}

.listContainer_sortSelect__Zztqv {
  all: reset;
  border: none;
  background-color: transparent;
  font-weight: 700;
  padding-right: .5rem;
  outline: none
}

.listContainer_sortSelect__Zztqv :focus {
  outline: none
}

.listContainer_headerContainer__35Dg6 {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.listContainer_itemBg__YLzSc {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  color: inherit;
  text-decoration: none;
  color: #000
}

.listContainer_itemBg__YLzSc img,
.listContainer_itemBg__YLzSc span {
  transition: all .5s
}

.listContainer_itemBg__YLzSc:focus img,
.listContainer_itemBg__YLzSc:hover img {
  transform: scale(1.1)
}

.listContainer_itemBg__YLzSc:focus span,
.listContainer_itemBg__YLzSc:hover span {
  color: #000;
  background-color: var(--main)
}

.listContainer_itemBg__YLzSc .listContainer_loading__RfvYb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: hsla(0, 0%, 100%, .667);
  height: 100%;
  width: 100%;
  z-index: 3;
  color: #000
}

.listContainer_itemTitle__43zg4 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: block
}

.listContainer_button__Wsd_d {
  border-radius: 35px;
  height: 35px;
  width: 35px;
  background-color: #fff;
  border: none;
  position: relative;
  transition: all .2s ease-in-out;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.listContainer_button__Wsd_d:hover {
  cursor: pointer;
  background-color: var(--main)
}

.listContainer_button__Wsd_d:hover:disabled {
  cursor: default;
  background-color: transparent
}

.listContainer_img__R4Zjo {
  width: 100%;
  object-fit: cover
}

.listContainer_newsItem__HTNqL img {
  width: 100%
}

.faqList_faqList__RZ5Jx {
  margin: 0;
  padding: 0;
  list-style: none
}

.faqList_faqList__RZ5Jx li {
  margin-bottom: 15px;
  font-family: Open Sans, Arial, Helvetica, sans-serif
}

.faqList_faqList__RZ5Jx li a {
  text-decoration: none;
  color: #000
}

.faqList_faqList__RZ5Jx li a:hover span {
  background-color: var(--main)
}

.faqList_faqList__RZ5Jx li a span {
  padding: 0 5px 0 0
}

.faqList_faqParent__IpihX {
  text-decoration: none;
  color: #000
}

.faqList_faqParent__IpihX span {
  padding: 0 5px
}

.faqList_faqParent__IpihX:hover span {
  color: #000;
  background-color: var(--main)
}

.faqList_faqLabel__V5nPy {
  font-family: Open Sans;
  font-weight: 600;
  text-transform: uppercase
}

.faqList_faqRow__5txBj {
  margin-bottom: 60px
}

.faqList_faqRow__5txBj+.faqList_faqRow__5txBj {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #000
}

.integratedSolution_itemContainer__d7KqS {
  position: relative;
  cursor: pointer
}

.integratedSolution_itemContainer__d7KqS .integratedSolution_textContainer__umkkW {
  display: inline-block
}

.integratedSolution_itemContainer__d7KqS.integratedSolution_selected__Xs2Ec .integratedSolution_textContainer__umkkW {
  border-bottom: 2px solid #58d5d5
}

.integratedSolution_itemContainer__d7KqS.integratedSolution_selected__Xs2Ec img {
  border: 4px solid #58d5d5
}

.integratedSolution_itemContainer__d7KqS img {
  border: 1px solid #ddd;
  display: block;
  height: 10vw;
  max-height: 80px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px
}

.cart_btnContainer__uT2Iv {
  border-radius: 35px;
  height: 35px;
  width: 35px;
  background-color: #fff;
  position: relative;
  transition: all .2s ease-in-out
}

.cart_btnContainer__uT2Iv:hover {
  cursor: pointer;
  background-color: var(--main)
}

.cart_cartContainer__21CSJ {
  position: relative;
  width: -moz-fit-content;
  width: fit-content
}

.cart_cartContainer__21CSJ .cart_cartBadge__NdR5G {
  text-align: center;
  color: #000;
  background-color: var(--main);
  position: absolute;
  z-index: 999;
  top: -5px;
  right: -12px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 12px;
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif
}

.cart_cartBox__Fi_NT {
  background-color: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, .161);
  width: 300px;
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 90px;
  padding: 20px 30px;
  font-size: 14px;
  max-height: calc(90vh - 100px);
  overflow: auto
}

.cart_cartBox__Fi_NT img:hover {
  cursor: pointer
}

.cart_cartBox__Fi_NT .cart_cartTitle__bX5tD {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: .5rem
}

.cart_cartBox__Fi_NT .cart_productColor__Fdj0T {
  width: 50px;
  height: 77px;
  border: 1px solid #ddd
}

.cart_cartBox__Fi_NT .cart_productContainer__Fmk_K {
  overflow-y: auto;
  max-height: 255px
}

.cart_trashButton__6cyKc {
  background-color: transparent;
  border: none;
  right: 0;
  top: 0;
  align-self: flex-start;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 11px
}

.cart_trashButton__6cyKc>img {
  margin-right: 10px
}

.searchGlobal_searchWrap__7Q_Hp {
  background: #2f232d;
  padding-top: 3em;
  padding-bottom: 3em
}

@media (min-width:768px) {
  .searchGlobal_searchWrap__7Q_Hp {
    padding-top: 5em;
    padding-bottom: 5em
  }
}

.searchGlobal_searchForm__t6y_p {
  position: relative
}

.searchGlobal_searchBar__wUrRM {
  width: 100%;
  border-radius: 5px;
  padding: 12px 45px 12px 12px;
  border: 0;
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif
}

.searchGlobal_searchBar__wUrRM::placeholder {
  font-size: .875rem;
  color: #000
}

.searchGlobal_submit__vBvxw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  height: 30px;
  font-size: 0;
  border: 0;
  background: #fff url(../fonts/arrow-right-2.7f947cd8.svg) 50% no-repeat;
  background-size: 25px
}

.searchGlobal_resultTitle__kOsbe {
  font-size: 26px;
  margin-bottom: 60px
}

.searchGlobal_image__6zzv_ {
  width: 100%
}

.searchGlobal_link__2XgLc {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  color: #000 !important;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline;
  border-left-color: var(--main);
  border-right-color: var(--main)
}

.searchGlobal_link__2XgLc .searchGlobal_section__G58tD {
  text-transform: uppercase;
  font-size: .75rem;
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif
}

.searchGlobal_link__2XgLc .searchGlobal_title__z64UH {
  font-size: 1.375rem;
  font-family: Avenir Next LT W01 Demi, Arial, Helvetica, sans-serif
}

.searchGlobal_link__2XgLc span {
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -.1em transparent, 3px 0 0 transparent, -3px 0 0 transparent
}

.searchGlobal_link__2XgLc:hover span {
  background-color: var(--main);
  box-shadow: inset 0 -.1em var(--main), 3px 0 0 var(--main), -3px 0 0 var(--main)
}

.searchGlobal_link__2XgLc p {
  margin-bottom: 0
}

.mapLocator_link__Sfokc {
  box-shadow: inset 0 -.125em var(--main), 0 0 0 var(--main), 0 0 0 var(--main);
  color: #000;
  text-decoration: none;
  word-break: break-all
}

.mapLocator_link__Sfokc:hover {
  background-color: var(--main);
  color: #000
}

.mapLocator_selectStyle__3LWcb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 40px 5px 5px;
  background-image: url(../fonts/arrow_down.26fd1547.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 96%;
  border: 0;
  border-bottom: 1px solid #000
}

.mapLocator_cardContainer__zVAyC {
  position: absolute;
  top: 0;
  height: 100%;
  max-height: 600px;
  margin: 0 auto;
  width: 90% !important;
  max-width: 448px
}

@media (min-width:768px) {
  .mapLocator_cardContainer__zVAyC {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
  }
}

.mapLocator_openCard__xSbSV {
  transform: translateX(-50%);
  left: 50%
}

@media (min-width:768px) {
  .mapLocator_openCard__xSbSV {
    transform: none;
    left: 0
  }
}

.mapLocator_hideCard__sJJ71 {
  display: none
}

@media (min-width:768px) {
  .mapLocator_hideCard__sJJ71 {
    display: block
  }
}

.mapLocator_imageCard__cnYp8 {
  aspect-ratio: 2
}

.mapLocator_store_default__zeO_2 {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  list-style: none;
  margin-left: 0
}

.mapLocator_store_default__zeO_2:not(:last-child) {
  margin-right: 20px
}

.mapLocator_store_default__zeO_2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  margin-right: 6px;
  background-color: #ddd
}

.mapLocator_store_headquarters__t3nEe:before {
  background-color: var(--main)
}

.mapLocator_store_distributor__hlmPI:before {
  background-color: #5e7a6b
}

.mapLocator_store_localoffice__jFs52:before {
  background-color: #d1a24a
}

.mapLocator_store_showroom___fVWB:before {
  background-color: #a34124
}

.mapLocator_store_facilities__wPPou:before,
.mapLocator_store_salesrepresentative__q14nz:before {
  background-color: #31252f
}

.mapLocator_mapWrapper__JtmUU {
  height: 600px;
  max-height: 67vh;
  background: #8be5ea
}

.mapLocator_mapboxglPopup__XbHPa,
.mapLocator_sidebar__uBkh2 {
  background-color: hsla(0, 0%, 100%, .95);
  color: #000;
  padding: 0;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 40px 0;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 rgba(0, 0, 0, .2);
  overflow: hidden
}

.mapLocator_mapboxglPopup__XbHPa {
  background: #fff
}

.mapLocator_mapboxglPopup__XbHPa button {
  top: 10px;
  right: 19px
}

.mapLocator_mapboxglPopup__XbHPa button.mapLocator_shareUrl__YGN3S {
  top: 50px
}

.mapLocator_mapboxglPopup__XbHPa button.mapLocator_close__Z3u_m,
.mapLocator_mapboxglPopup__XbHPa button.mapLocator_shareUrl__YGN3S {
  background: transparent !important;
  line-height: 1;
  padding: 4px;
  border: none !important
}

.mapLocator_mapboxglPopup__XbHPa button.mapLocator_close__Z3u_m:hover,
.mapLocator_mapboxglPopup__XbHPa button.mapLocator_shareUrl__YGN3S:hover {
  background-color: #000
}

.mapLocator_mapboxglPopup__XbHPa button.mapLocator_close__Z3u_m img,
.mapLocator_mapboxglPopup__XbHPa button.mapLocator_shareUrl__YGN3S img {
  display: block
}

@media (max-width:768px) {

  .mapLocator_mapboxglPopup__XbHPa button.mapLocator_close__Z3u_m img,
  .mapLocator_mapboxglPopup__XbHPa button.mapLocator_shareUrl__YGN3S img {
    width: 25px;
    height: 25px
  }
}

.mapLocator_mapboxglPopup__XbHPa h2 {
  font-family: Open Sans, sans-serif;
  font-size: 1.625rem;
  text-transform: none;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.125
}

.mapLocator_mapboxglPopup__XbHPa h3 {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 500
}

.mapLocator_item___aL81 {
  border-bottom: 1px solid #eee;
  text-decoration: none
}

.mapLocator_item___aL81:last-child {
  border-bottom: none
}

.mapLocator_item___aL81 small {
  font-weight: 400
}

.mapLocator_item_highlighted___xGmY {
  padding: 25px;
  background-color: #f0efe9
}

.mapLocator_title__AB6Yh {
  padding: 25px 40px 25px 25px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 1.375;
  background: url(../fonts/ico_freccia.92c0a8a7.svg) 94% no-repeat
}

.mapLocator_title__AB6Yh span {
  display: block
}

.mapLocator_title__AB6Yh .mapLocator_link_store_type__XBSLG {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600
}

.mapLocator_title__AB6Yh .mapLocator_link_store_name__u5_Fs {
  font-size: 1.25rem;
  line-height: 1.125;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 3px
}

.mapLocator_item___aL81 .mapLocator_title__AB6Yh:hover {
  color: #111;
  background-color: #f8f8f8
}

.mapLocator_listings__d_VwM {
  height: 100%;
  overflow: auto
}

.mapLocator_marker__NgvbF {
  border: none;
  cursor: pointer
}

.mapLocator_storeInfoWrapper__SzDan {
  padding-bottom: 1px
}

.mapLocator_storeInfo__HVvTJ {
  padding: 30px 50px 30px 30px
}

.mapLocator_storeInfo__HVvTJ .mapLocator_storeInfoType__CzE6b {
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  line-height: 1.25
}

.mapLocator_storeInfo__HVvTJ .mapLocator_info_fax__JIFva,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_mail__G__gs,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_mail_other__IP_hT,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_phone__bzMLe,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_phone_other__nsppO {
  display: block;
  padding-left: 30px;
  position: relative
}

.mapLocator_storeInfo__HVvTJ .mapLocator_info_fax__JIFva::empty:before,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_mail__G__gs::empty:before,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_mail_other__IP_hT::empty:before,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_phone__bzMLe::empty:before,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_phone_other__nsppO::empty:before {
  display: none
}

.mapLocator_storeInfo__HVvTJ .mapLocator_info_fax__JIFva:before,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_mail__G__gs:before,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_mail_other__IP_hT:before,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_phone__bzMLe:before,
.mapLocator_storeInfo__HVvTJ .mapLocator_info_phone_other__nsppO:before {
  content: "";
  width: 30px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block
}

.mapLocator_storeInfo__HVvTJ .mapLocator_storeInfoDescr__ioc2j a {
  color: #000;
  -webkit-text-decoration-color: var(--main);
  text-decoration-color: var(--main)
}

.mapLocator_info_phone__bzMLe {
  display: block
}

.mapLocator_info_phone__bzMLe:before {
  background: url(../fonts/ico_call.fb40e239.svg) 0 no-repeat
}

.mapLocator_info_fax__JIFva {
  display: block
}

.mapLocator_info_fax__JIFva:before {
  background: url(../fonts/ico_print.a721cdb2.svg) 0 no-repeat
}

.mapLocator_info_mail__G__gs {
  display: block
}

.mapLocator_info_mail__G__gs:before {
  background: url(../fonts/ico_mail.7aceec5a.svg) 0 no-repeat
}

.share_btnContainer__Ob_vD {
  border-radius: 35px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  padding-left: 3px;
  background-color: #fff;
  position: relative;
  transition: all .2s ease-in-out
}

.share_btnContainer__Ob_vD:hover {
  cursor: pointer;
  background-color: var(--main)
}

.share_closeButton__atQdA {
  position: absolute;
  right: 12px;
  top: 8px
}

.share_shareBox__53Fqx {
  background-color: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, .161);
  width: 180px;
  z-index: 999;
  position: absolute;
  right: 50px;
  bottom: 0;
  padding: 10px 50px 10px 10px;
  font-size: 14px;
  max-height: calc(90vh - 100px);
  overflow: auto
}

footer .share_shareBox__53Fqx {
  position: fixed;
  right: 10px;
  bottom: 65px
}

.share_shareBox__53Fqx img:hover {
  cursor: pointer
}

.share_shareButton__Le7Uf {
  padding: 0;
  border: 0;
  background: transparent
}

.share_buttonSocialContainer__sJTJ7 {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.share_buttonSocial__PtCLP+.share_buttonSocial__PtCLP {
  margin-top: 5px
}

.share_buttonSocial__PtCLP a {
  text-decoration: none;
  display: block;
  color: #212529
}

.share_buttonSocial__PtCLP button {
  color: #212529;
  border: 0;
  padding: 0;
  background: #fff
}

.contactsFiltered_sortSelect__GNCjO {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 80%;
  max-width: 816px;
  margin: 0 auto 4em;
  border: 1px solid #000;
  border-radius: 25px;
  background-color: transparent;
  padding: 10px 50px 10px 30px;
  outline: none;
  position: relative;
  background-image: url(../fonts/arrow_down.26fd1547.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 96%
}

.contactsFiltered_gridBoxContact__Q94fP {
  display: grid;
  grid-gap: 20px;
  max-width: 1240px;
  margin: 0 auto
}

@media (min-width:700px) {
  .contactsFiltered_gridBoxContact__Q94fP {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:1200px) {
  .contactsFiltered_gridBoxContact__Q94fP {
    grid-template-columns: 1fr 1fr 1fr
  }
}

.contactsFiltered_boxContact__zOqhh {
  overflow: hidden;
  padding: 40px 20px 40px 30px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, .1);
  background: #fff
}

@media (min-width:700px) {
  .contactsFiltered_boxContact__zOqhh {
    height: 420px
  }
}

.contactsFiltered_boxContact__zOqhh>div {
  height: 100%;
  overflow: auto;
  padding-right: 10px
}

.contactsFiltered_boxContact__zOqhh h3 {
  font-size: 1.625rem;
  text-transform: none;
  margin-bottom: 25px;
  font-weight: 500
}

.contactsFiltered_boxContact__zOqhh h4 {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 500
}

.contactsFiltered_contact_type__Bxlur {
  font-size: .875rem;
  font-weight: 500
}

.contactsFiltered_link__JSTNf {
  box-shadow: inset 0 -.125em var(--main), 0 0 0 var(--main), 0 0 0 var(--main);
  color: #000;
  text-decoration: none;
  word-break: break-all
}

.contactsFiltered_link__JSTNf:hover {
  background-color: var(--main);
  color: #000
}

.contactsFiltered_info_fax__tfwOb,
.contactsFiltered_info_mail__d3ztw,
.contactsFiltered_info_mail_other__m3Xl4,
.contactsFiltered_info_phone__9bkqU,
.contactsFiltered_info_phone_other__Td7RK {
  display: block;
  padding-left: 35px;
  position: relative
}

.contactsFiltered_info_fax__tfwOb::empty:before,
.contactsFiltered_info_mail__d3ztw::empty:before,
.contactsFiltered_info_mail_other__m3Xl4::empty:before,
.contactsFiltered_info_phone__9bkqU::empty:before,
.contactsFiltered_info_phone_other__Td7RK::empty:before {
  display: none
}

.contactsFiltered_info_fax__tfwOb:before,
.contactsFiltered_info_mail__d3ztw:before,
.contactsFiltered_info_mail_other__m3Xl4:before,
.contactsFiltered_info_phone__9bkqU:before,
.contactsFiltered_info_phone_other__Td7RK:before {
  content: "";
  width: 30px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block
}

.contactsFiltered_info_phone__9bkqU:before {
  background: url(../fonts/ico_call.fb40e239.svg) 0 no-repeat
}

.contactsFiltered_info_fax__tfwOb:before {
  background: url(../fonts/ico_print.a721cdb2.svg) 0 no-repeat
}

.contactsFiltered_info_mail__d3ztw:before {
  background: url(../fonts/ico_mail.7aceec5a.svg) 0 no-repeat
}

.breadcrumb_breadcrumbList__u1_vZ {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1
}

.breadcrumb_breadcrumbList__u1_vZ li {
  margin-right: 2px !important
}

.breadcrumb_breadcrumbList__u1_vZ li span {
  color: #3b342e;
  font-size: 10px
}

.breadcrumb_breadcrumbList__u1_vZ li a {
  color: #3b342e;
  text-decoration: none;
  font-size: 10px
}

.breadcrumb_breadcrumbList__u1_vZ li a:hover {
  color: #000
}

.breadcrumb_breadcrumbList__u1_vZ li a:after {
  margin-left: 4px;
  content: ">"
}

.breadcrumb_breadcrumbList__u1_vZ :last-child a:after {
  margin-left: 4px;
  content: ""
}

.colorHeader_colorHeaderWrap__IMPq7 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.colorHeader_colorHeader__z9gbi {
  width: 100%;
  min-height: 150px;
  z-index: 10;
  display: flex;
  align-items: flex-end
}

.colorHeader_colorHeader__z9gbi a,
.colorHeader_colorHeader__z9gbi button {
  max-width: 280px;
  font-weight: 700;
  height: 55px;
  line-height: 1;
  display: inline-flex;
  padding: 6px 30px;
  border-radius: 25px;
  text-align: center
}

.colorHeader_colorHeader__z9gbi img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  object-fit: none;
  margin-right: 12px
}

.asideBar_asideBar__j267Q {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  right: 0;
  top: 360px;
  z-index: 998
}

.languageSelector_languageSelector__nPv9U a {
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  padding-bottom: .5rem;
  padding-top: .5rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  display: block
}

.languageSelector_languageSelector__nPv9U a img {
  height: 25px;
  width: 25px
}

@media screen and (min-width:992px) {
  .languageSelector_languageSelector__nPv9U a:hover {
    border-bottom: 2px solid var(--main)
  }

  .languageSelector_languageSelector__nPv9U a img {
    height: 15px;
    width: 15px
  }
}

.languageSelector_languageMenu__KctY0 .languageSelector_label__DrDMd {
  color: #000;
  text-transform: uppercase;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px
}

.languageSelector_languageMenu__KctY0 ul {
  margin: 0;
  padding: 0
}

.languageSelector_languageMenu__KctY0 ul li {
  list-style: none;
  margin-top: 14px
}

.languageSelector_languageMenu__KctY0 ul li a {
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #444;
  font-size: 14px;
  border-bottom: 2px solid transparent
}

.languageSelector_languageMenu__KctY0 ul li a:hover {
  border-bottom: 2px solid var(--main)
}

.languageSelector_languageMenu__KctY0 ul li.languageSelector_disabled__dAg9f a,
.languageSelector_languageMenu__KctY0 ul li.languageSelector_disabled__dAg9f span {
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ccc;
  cursor: not-allowed
}

.languageSelector_languageMenu__KctY0 ul li.languageSelector_disabled__dAg9f a:hover,
.languageSelector_languageMenu__KctY0 ul li.languageSelector_disabled__dAg9f span:hover {
  color: #ccc;
  border-bottom: none
}

.newsLetterModal_newsletterModal__7JXH5 {
  background-image: url(../images/newsletter_bg.9d8cbcaf.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 20px
}

.newsLetterModal_newsletterModal__7JXH5 h4 {
  font-family: Avenir Next LT W01 Demi;
  font-size: 22px;
  text-transform: uppercase
}

.newsLetterModal_newsletterModal__7JXH5 .newsLetterModal_btnCloseModal__mJ7OW {
  padding: 0;
  border-radius: 0;
  font-family: Open Sans;
  color: #000 !important;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid var(--main)
}

.newsLetterModal_newsletterModal__7JXH5 .newsLetterModal_btnCloseModal__mJ7OW:hover {
  background-color: var(--main)
}

.newsLetterModal_customForm__QVK_F label {
  font-family: Open Sans
}

.newsLetterModal_customForm__QVK_F .newsLetterModal_customInput__SOs9X {
  font-family: Open Sans;
  border-radius: 0;
  border-color: #000;
  border-width: .49px
}

.newsLetterModal_customForm__QVK_F .newsLetterModal_customInput__SOs9X:focus {
  box-shadow: none
}

.newsLetterModal_customForm__QVK_F small {
  font-family: Open Sans;
  font-size: 11px
}

.newsLetterModal_customForm__QVK_F a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid var(--main)
}

.newsLetterModal_customForm__QVK_F a:hover {
  color: #000;
  background-color: var(--main)
}

.footer_bottomFooter__scsPq {
  background-color: #000;
  padding-bottom: 0;
}

@media screen and (min-width:1200px) {
  .footer_bottomFooter__scsPq {
    padding-bottom: 0
  }
}

.footer_bottomFooterList__Ur0or {
  text-align: center;
  margin: 0
}

.footer_bottomFooterList__Ur0or li:last-child a:after {
  display: none
}

.footer_bottomFooterList__Ur0or li a {
  color: #fff;
  text-decoration: none;
  padding-right: 5px;
  font-size: 12px;
  text-transform: capitalize
}

.footer_bottomFooterList__Ur0or li a:hover {
  color: var(--main)
}

.footer_bottomFooterList__Ur0or li a:after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  height: 5px;
  width: 5px;
  position: relative;
  top: -1px;
  left: 5px
}

.footer_socialContainer__JdhHE {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto
}

@media screen and (min-width:992px) {
  .footer_socialContainer__JdhHE {
    margin: 0 0 0 auto
  }
}

.footer_socialContainer__JdhHE li:not(:last-child) {
  margin-right: .75rem
}

.footer_socialContainer__JdhHE a {
  display: block
}

.footer_socialContainer__JdhHE a img {
  transition: transform .2s ease-in-out;
  transform: scale(1)
}

.footer_socialContainer__JdhHE a img:hover {
  transform: scale(1.1)
}

.footer_socialContainer__JdhHE small a {
  color: #000;
  text-decoration: none;
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif;
  border-bottom: 2px solid transparent;
  font-size: 18px
}

.footer_socialContainer__JdhHE small a:hover {
  text-decoration: none;
  border-bottom: 2px solid var(--main)
}

.footer_logoText__XSey1 {
  margin-top: 0;
  margin-left: 50px;
}

.footer_logoText__XSey1 span {
  font-family: Avenir Next LT W01 Regular, Arial, Helvetica, sans-serif;
  font-size: 15px
}

.footer_logoText__XSey1 small {
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif
}

.footer_simpleLink__tr7eY,
.footer_simpleLink__tr7eY:hover {
  text-decoration: none;
  color: #000
}

.footer_fixedFooter__hw_oe {
  background-color: #000;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000
}

@media screen and (min-width:1200px) {
  .footer_fixedFooter__hw_oe {
    display: none
  }
}

.footer_fixedFooter__hw_oe button {
  background: transparent;
  padding: 0;
  border: 0;
  position: relative
}

.footer_numCartItems__WUkIL {
  text-align: center;
  color: #000;
  background-color: var(--main);
  position: absolute;
  z-index: 999;
  top: -5px;
  right: -12px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: .75rem;
  font-family: Avenir Next LT W01 Medium, Arial, Helvetica, sans-serif
}

.titleBlock_titleBlock__eLppu {
  height: 500px;
  height: 115vw;
  max-height: 80vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center
}

@media (min-width:768px) {
  .titleBlock_titleBlock__eLppu {
    height: 558px;
    max-height: none
  }
}

.titleBlock_titleBlock__eLppu picture {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.titleBlock_titleBlock__eLppu img,
.titleBlock_titleBlock__eLppu video {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.titleBlock_header_img__c4gYK,
.titleBlock_header_video__EZETA {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.titleBlock_header_img__c4gYK {
  z-index: -1
}

.titleBlock_animazione_titolo_wrap__ZQg5U {
  padding: 12px 24px;
  width: 100%;
  text-align: center;
  z-index: 3;
  position: relative;
  opacity: 0
}

.titleBlock_animazione_titolo__KzVYe {
  line-height: 1.25;
  display: inline;
  font-size: calc(1.375rem + 1.5vw);
  height: auto !important;
  width: 100%;
  left: 0;
  color: #fff;
  margin-top: 100px;
  font-family: Albertina MT W01 Regular, Georgia, Times New Roman, Times, serif;
  text-transform: none;
  font-style: normal;
  font-size: 2.4375rem
}

.titleBlock_animazione_titolo__KzVYe.titleBlock_text-black___eSYP {
  color: #000
}

.titleBlock_animazione_titolo__KzVYe strong,
.titleBlock_section-color__aL7i6 .titleBlock_animazione_titolo__KzVYe {
  font-family: Avenir Next LT W01 Bold, Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  font-size: 1.75rem
}

@media screen and (min-width:992px) {
  .titleBlock_animazione_titolo__KzVYe {
    font-size: 3.4375rem
  }

  .titleBlock_animazione_titolo__KzVYe strong {
    font-size: 2.5rem
  }
}

.titleBlock_header-title__XcReL {
  opacity: 0
}

.titleBlock_badgeOnRequest__95xVG {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: Avenir Next LT W01 Bold, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: .625rem;
  color: #333;
  background-color: hsla(0, 0%, 100%, .6);
  border-radius: 50px
}

.titleBlock_linkHeader__Iz_CC {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: 100%;
  line-height: 110em
}
