@font-face {
  font-family: "NeusaNextStd";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/NeusaNextStd-Regular.woff") format("woff"),
}

@font-face {
  font-family: "NeusaNextStd-M";
  font-weight: 500;
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/NeusaNextStd-Medium.woff") format("woff"),
}

@font-face {
  font-family: "NeusaNextStd-B";
  font-weight: bold;
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/NeusaNextStd-Bold.woff") format("woff"),
}

@font-face {
  font-family: "NeusaNextStd-I";
  font-style: italic;
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/NeusaNextStd-Italic.woff") format("woff"),
}

@font-face {
  font-family: "NeusaNextStd-LightItalic";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_8_0.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_8_0.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_8_0.woff") format("woff"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_8_0.ttf") format("truetype");
}

@font-face {
  font-family: "NeusaNextStd-Medium";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_1_0.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_1_0.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_1_0.woff") format("woff"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_1_0.ttf") format("truetype");
}

@font-face {
  font-family: "NeusaNextStd-Regular";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_2_0.eot") format("embedded-opentype"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_2_0.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_2_0.woff") format("woff"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_2_0.ttf") format("truetype");
}

@font-face {
  font-family: "NeusaNextStd-Light";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_3_0.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_3_0.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_3_0.woff") format("woff"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_3_0.ttf") format("truetype");
}


@font-face {
  font-family: "FontAwesome";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.woff") format("woff"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.ttf") format("truetype"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: "icomoon";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/icomoon.woff") format("woff"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/icomoon.ttf") format("truetype"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: ;
}

.header__container {

  max-width: ;
  margin: 0 auto;

}


/* Own styles added 09-09-21 */

.pinja-menu {
    margin-top: 12px;
    margin-bottom: 24px;
    padding-right: 0px!important;
}

.pinja-menu a {
	color: #6f696e;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
}


.pinja-menu a:hover, 
.pinja-menu a:focus {
    color: #e30059;
    opacity: 1;
} 

/* Making pink underline in hover under link */
.pinja-menu a:hover:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Making pink underline hover effect */
.pinja-menu a:after {
  -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    border-top: 2px solid #e30059;
    content: '';
    padding-bottom: inherit;
    width: 192px;
    right: 23px;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #e30059;
    content: '';
    padding-bottom: inherit;
    position: static !important;
    width: auto;
} 

.header__logo>div>span>a>img{
    max-height: 65px!important;
    width: auto!important;
    max-width: 100%!important;
    
} /* END OF Own styles added 09-09-21 */

@media (max-width: 364px){
  .header__logo>div>span>a>img{
    max-width: 80px !important;
  }
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: ;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: ;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: ;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: ;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: ;
  font-size: 0.8rem;
  color: ;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: ;
  color: ;
}

.header__language-switcher .lang_list_class li a:hover {
  color: ;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid ;
}

/* Tablet Styles */



/* Mobile Styles */
/* Taken off 09-09-2021
@media (max-width: 1000px) {

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: { { page_accent_bg_color }};
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
} */




/* header */

.header {
  width: 100%;
  top: 0px;
  left: 0px;
/*  position: fixed; 2-2-2024 */
  padding: 28px 0px 0px 0px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  padding-top: 16px;
  transform: translateY(0px) translate(0px, 0px);
}

.header-inner-wrapper {
  position: relative;
  width: 100%;
}

.header .header__container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
}

.header__container-row {
  position: relative;
}

.header__logo {
  position: relative;
  display: block;
  float: left;
  margin-right: 2%;
  width: auto;
}

.language-mobile {
  display: none;
}

.header__logo > div > span > a {
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1.5px;
  color: #444;
  font-family: 'Open Sans';
  font-weight: 600;
}



.header__logo > div > span > a > img {
  width: auto;
  margin-bottom: 0px;
  display: block;
  transition: opacity 0.4s ease;
  height: 45px;
  width: 74px;
}

.nav-dekstop-right-col {
  position: static;
  float: right;
 /* padding-right: 140px;*/
  width: auto;
}



.mobile-icon {
  display: none;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-bottom: 10px;
  margin-top: -5px;
  z-index: 10000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.language-desktop {}

.language-desktop .language-desktop-inner {
  display: inline-block;
  position: absolute;
  right: 35px;
  z-index: 1000;
}

.language-desktop .language-desktop-inner > div {
  max-width: 100%;
  width: auto;
  padding-top: 3px;
}

.language-desktop .language-desktop-inner > div > ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.language-desktop .language-desktop-inner > div > ul > li {
  float: none;
  padding-top: 5px;
}

.language-desktop .language-desktop-inner > div > ul > li > a {
  font-family: 'NeusaNextStd-Regular';
  padding: 5px 10px;
  line-height: 1;
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: calc(10px + .7em + .7em);
  border: none;
  font-size: 17px;
  background-color: transparent;
  color: #6f696e;
  padding-bottom: 25px;
}

.language-desktop .language-desktop-inner > div > ul > li > a > span {
  vertical-align: middle;
}

.language-desktop .language-desktop-inner > div > ul > li > a:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: .35em solid transparent;
  border-top: .5em solid;
  position: absolute;
  right: 10px;
  top: 8px!important;
  font-size: 20px;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  right: 0;
  left: 0;
  visibility: hidden;
  position: absolute;
  padding-top: 0px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-top: none;
  top: auto;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
/*   background-color: white; */
  padding-bottom: 7px;
  float: none;
  padding-top: 5px;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu > li > a {
  padding: 5px 10px;
  line-height: 1;
  display: block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  background-color: transparent;
  color: #6f696e;
  padding-bottom: 8px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu > li > a > span {
  vertical-align: middle;
  padding-left: 8px;
}

.language-desktop .language-desktop-inner > div > ul > li:hover > .wpml-ls-sub-menu {
  visibility: visible;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu > li > a:hover > span {
  border-left: 3px solid #e30059;
  padding: 0px 5px;
/*   color: #e30059; */
}


.menu-item.focus>a:after {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #e30059;
    content: '';
    padding-bottom: inherit;
}

.custom-menu-primary {}

.custom-menu-primary .navigation-primary {
  display: block;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 {
  float: right;
  overflow: visible!important;
  transition: padding 0.8s ease,margin 0.25s ease;
  /* min-height: 1px; */
  /* line-height: 1px; */
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li {
  line-height: 14px;
  font-size: 14px;
  float: left;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > a {
  position: relative;
  font-family: 'NeusaNextStd-Regular';
  letter-spacing: -0.2px;
  color: #6f696e;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23.8px;
  font-weight: 400;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding-left: 0;
  padding-right: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 27px;
  padding-top: 11px;
  display: block;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > a:after {
  border-color: #e30059;
  -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: '';
  padding-bottom: inherit;
  border-color: #e30059;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li:hover > a:after {
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li {}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 {
  border: none;
  top: 100%;
  left: 0;
  transform: none;
  border-radius: unset;
  box-shadow: none;
  width: auto;
  font-weight: unset;
  width: 16em;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  background: #fff;
  padding: 15px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  top: 61px;
  white-space: normal;
}

.triangle-container.level-2 {
  display: none;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 > li {
  line-height: 14px;
  font-size: 14px;
  width: 100%;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 > li > a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #333333;
  transition: none;
  letter-spacing: 0;
  padding: 10px 10px 10px 13px;
  text-transform: none;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 > li > a:hover {
  color: #e30059;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 > li > a:hover:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 3px;
  height: 50%;
  background-color: #e30059;
}



/* mega-menu */
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) {
  position: static;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 {
  top: 100%;
  border: none;
  box-shadow: none;
  border-radius: unset;
  transform: none;
  font-weight: unset;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  width: auto;
  background: #fff;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  white-space: normal;
  width: 71%;
  left: 15%;
  padding: 30px 0px 50px 0px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  top: 61px;
}

.triangle-container.level-2 {
  display: none !important;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li {
  position: relative;
  line-height: 14px;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 15px;
  display: table-cell;
  float: left;
  border-right: none;
  width: 20%;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > a {
  font-family: 'NeusaNextStd-Regular';
  display: block;
  position: relative;
  text-decoration: none;
  transition: none;
  line-height: 20px;
  border-bottom: none;
  color: #676767;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0;
  padding: 13px 10px 13px 13px;
 
}

/** Start of pink selection color for Pinja Blog **/
/* pink color and line for menu's active Pinja text */
.navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4) a {
    color: #e30059;
}

.navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>a:before {
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    border-top: 2px solid #e30059;
    content: '';
    padding-bottom: inherit;
}

/* pink color and line for menu's active Pinja text's child Pinja Blog */
.navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>ul.submenu.level-2 >li.no-submenu.menu-item:nth-child(5) a {
  color: #e30059;
}

.navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>ul.submenu.level-2 >li.no-submenu.menu-item:nth-child(5) a:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 3px;
  height: 50%;
  background-color: #e30059;
}

@media only screen and (max-width: 1000px) {
  /* Disable pink selection */
  .navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4) a {
    color: #6f696e;
  }
  .navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>a:before {
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    border-top: none;
    content: '';
    padding-bottom: inherit;    
  }

  .navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>ul.submenu.level-2 >li.no-submenu.menu-item:nth-child(5) a {
  }

  .navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>ul.submenu.level-2 >li.no-submenu.menu-item:nth-child(5) a:before {
    width: 0;
  }
}

/* End of pink selection color */

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > ul.submenu.level-3 {
  display: block!important;
  top: 0px!important;
  width: 100%;
  opacity: 1!Important;
  left: 0px!important;
  box-shadow: none;
  position: relative!important;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > ul.submenu.level-3 > li {
  position: relative;
  line-height: 14px !important;
  font-size: 14px !important;
  font-weight: normal;
  width: 100%;
  float: none;
}

.triangle-container.level-3 {
  display: none !important;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > ul.submenu.level-3 > li > a {
  padding: 0;
  font-family: 'NeusaNextStd-Regular';
  display: block;
  position: relative;
  color: #333333;
  transition: none;
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: none!important;
  padding: 13px 15px;
  background-color: transparent!important;
  line-height: 20px;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > ul.submenu.level-3 > li > a:hover {
  background-color: #fff;
  color: #e30059;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>ul.submenu.level-3>li>a:hover:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 3px;
  height: 50%;
  background-color: #e30059;

}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.active-branch>a:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>a:hover {
color: #333 !important;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>ul.submenu.level-3>li>a span {
    font-family: 'NeusaNextStd-Light';
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 200;
    display: block;
    line-height: 20px;
    font-family: NeusaNextStd-Light;
    font-size:14px;
    font-style:normal;
    font-weight:200;
  
    padding-top: 1px;
}


.IE .banner{
  justify-content:space-around
}



@media only screen and (max-width: 1600px){
  .custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 {
    width: 90%;
    left: 5%;
  }
}



@media only screen and (max-width: 1300px){
  .custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 {
   width: 100%;
    left: 0%;
  }
}


@media only screen and (max-device-width: 1025px) and (min-device-width: 481px) and (orientation: landscape){
  .header__logo>div>span>a>img{
          height: 54px!important;
          margin-top: -12px !important;
          width: 89px !important;
  }  
}


/* Own styles added 09-09-21 */
@media (max-width: 1000px){
  .header .header__container {
      max-width: 100% !important;
  }
} /* END OF Own styles added 09-09-21 */

/* Taken off 09-09-2021
@media (max-width: 1000px){
.custom-menu-primary {
    display: none;
}
  
  .mobile-icon {
    display: block;
}

.mobile-icon a > span {
    transition: -webkit-transform 0.33s 0.3s ease-in;
    transition: transform 0.33s 0.3s ease-in;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 21px;
    transition: -webkit-transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
    height: 20px;
}

.lines-button {
    transition: .3s;
    cursor: pointer;
    line-height: 0px;
    top: 9px;
    position: relative;
    font-size: 0px;
    user-select: none;
    display: block;
    width: 22px;
    top: 10px;
}

.lines-button:after {
    height: 2px;
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
    -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    height: 2px;
    width: 22px;
    top: 0px;
    background-color: #6f696e;
}

.lines {
    display: block;
    width: 1.4rem;
    height: 3px;
    background-color: #ecf0f1;
    transition: 0.3s;
    position: relative;
    height: 2px;
    transition: background 0.2s ease,opacity 0.2s ease;
    background-color: transparent;
    width: 22px;
}

.lines:before, .lines:after {
    display: block;
    width: 1.4rem;
    height: 3px;
    background: #ecf0f1;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.142rem center;
    transform-origin: 0.142rem center;
}

.lines:before {
    top: 6px;
}

.lines:before {
    height: 2px;
}

.lines:before,.lines:after {
    height: 2px;
    width: 22px;
}

.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
}

.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    background-color: #6f696e;
}

.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    width: 22px;
}

.lines:before {
    top: 6px;
}

.lines:after {
    top: -6px!important;
}

.header__logo {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%!important;
    text-align: left;
}

.header .header__container {
    max-width: 100% !important;
}

.language-mobile {
    display: block;
}

.header__logo>div>span>a>img {
    height: 35px!important;
    width: 57.88px !important;
    top: 3px;
    position: relative;
  
    margin-top: 0px!important;
}

.language-mobile-inner {
    right: 5px;
    float: right;
    top: -57px;
    z-index: 10000;
    display: block !important;
    position: relative;
}

.language-mobile-inner > div {
    max-width: 100%;
    width: 50px;
    margin-right: 30px;
    padding-top: 30px;
}

.language-mobile-inner > div > ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.language-mobile-inner > div > ul > li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.language-mobile-inner > div > ul > li > a {
    font-family: 'NeusaNextStd-Regular'!important;
    padding: 5px 10px;
    line-height: 1;
    display: block;
    text-decoration: none;
    position: relative;
    border: none;
    font-size: 17px;
    background-color: transparent;
    color: #6f696e;
    padding-bottom: 22px;
    padding-right: 44px;
}

.language-mobile-inner > div > ul > li > a > span {
    vertical-align: middle;
}

.language-mobile-inner > div > ul > li > a:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: 8px!important;
    font-size: 20px;
}

.language-mobile-inner  ul.wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    padding-top: 0px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-top: none;
}

.language-mobile-inner ul.wpml-ls-sub-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: white;
    padding-bottom: 7px;
    padding-top: 4px;
}

.language-mobile-inner ul.wpml-ls-sub-menu li a {
    font-family: 'NeusaNextStd-Regular'!important;
    padding: 5px 10px;
    line-height: 1;
    display: block;
    text-decoration: none;
    border: none;
    font-size: 17px;
    background-color: transparent;
    font-family: 'NeusaNextStd-Medium';
    color: #6f696e;
    padding-top: 10px!important;
    padding-bottom: 8px!important;
    border-top: 1px solid #ddd;
}

.language-mobile-inner ul.wpml-ls-sub-menu li a span {
    vertical-align: middle;
    padding-left: 8px;
}

.language-mobile-inner > div > ul > li:hover ul.wpml-ls-sub-menu {
    visibility: visible;
}

.header {
    height: 73px;
}



.nav-dekstop-right-col {
    z-index: 100;
    margin-bottom: 0px;
    width: 100%!important;
    margin-left: 0px;
    float: right;
    padding-right: 140px;
    min-height: 53px;
    line-height: 39px;
}

.language-mobile-inner ul.wpml-ls-sub-menu li a span:hover {
    border-left: 3px solid #e30059;
    padding: 0px 5px;
    color: #e30059;
}
  .header__logo>div>span>a {
    display: table;
} */
  
 
  
  
  
}

/* Taken off 09-09-2021
@media (max-width: 1000px) and (min-width: 1000px) {
   .mobile-open .lines-button {
    -webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
}
  
  .mobile-open .lines-button:after {
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
}
  
  .mobile-open .lines-button.x2 .lines:before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg)!important;
    -moz-transform: translateY(-6px) rotateZ(-45deg)!important;
    -ms-transform: translateY(-6px) rotateZ(-45deg)!important;
    -o-transform: translateY(-6px) rotateZ(-45deg)!important;
    transform: translateY(-6px) rotateZ(-45deg)!important;
}
  .mobile-open .lines-button.x2 .lines:after {
    -webkit-transform: translateY(6px) rotateZ(45deg)!important;
    -moz-transform: translateY(6px) rotateZ(45deg)!important;
    -ms-transform: translateY(6px) rotateZ(45deg)!important;
    -o-transform: translateY(6px) rotateZ(45deg)!important;
    transform: translateY(6px) rotateZ(45deg)!important;
}
} */




@media (max-width: 1000px){
.banner-section {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transform: translateY(0px) translate(0px,0px);
}

.mobile-open .banner-section {
    transform: translateY(0px) translate(-300px,0px);
}

.body-container-wrapper {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transform: translateY(0px) translate(0px,0px);
}

.mobile-open .body-container-wrapper {
    transform: translateY(0px) translate(-300px,0px);
}

.footer {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transform: translateY(0px) translate(0px,0px);
}

.mobile-open .footer {
    transform: translateY(0px) translate(-300px,0px);
}

.mobile-open .header {
    transform: translateY(0px) translate(-300px,0px);
}

.header {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transform: translateY(0px) translate(0px,0px);
}

.mobile-open .header {
    box-shadow: none;
}

}


@media (max-width: 690px){
  .header .header__container {
      max-width: 100%;
      padding: 0 18px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

/* cookie popup settings */

  /* hide Cookiebot logo on pop-up */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* hide more details -button */
a#CybotCookiebotDialogBodyEdgeMoreDetailsLink,
div#CybotCookiebotDialogBodyEdgeMoreDetails {
  display: none!important;
}

/* hide cookie information tabs */
a#CybotCookiebotDialogNavDeclaration {
  display: none!important;
}
a#CybotCookiebotDialogNavAbout {
  display: none!important;
}

/* hide extra information on cookie classes */
div#CybotCookiebotDialogDetailBodyContentCookieTabsNecessary {
  display: none;
}

div#CybotCookiebotDialogDetailBodyContentCookieTabsPreference {
  display: none;
}

div#CybotCookiebotDialogDetailBodyContentCookieTabsStatistics {
  display: none;
}

div#CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising {
  display: none;
}

/* hide cookie declaration last updated on details tab */
div#CybotCookiebotDialogDetailFooter {
  display: none;
}

/* hide unclassified cookie class */
div#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard {
  display: none!important;
}

/* disable cookie class buttons */
div#CybotCookiebotDialogDetailBodyContentCookieContainerPreference {
  pointer-events: none;
}
div#CybotCookiebotDialogDetailBodyContentCookieContainerStatistics {
  pointer-events: none;
}
div#CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising {
  pointer-events: none;
}
div#CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard
{ pointer-events: none; }

/* end of cookie popup settings */

.footer {
  background-color: ;
  
}
.footer__container {
  
  margin: 0 auto;
}
.footer__copyright {
  font-family: ;
  font-size: .7rem;
  margin: .5rem 0;
}

.footer {
    color: #ccc;
    position: relative;
  
    background-color: #252525;
}

.footer-bottom {
    position: relative;
    padding: 20px 0px;
    font-size: 12px;
    background-color: #1c1c1c;
    color: #777;
    padding-bottom: 27px;
}

.footer-bottom .footer__container {
    position: relative;
}

.footer-bottom .copyright {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    z-index: 10;
}




.footer-bottom .copyright p {
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'NeusaNextStd-Regular'!important;
    padding-bottom: 0px;
    line-height: 22px;
    margin-top: 3px;
}

.footer-bottom .copyright p a {
    color: #777;
}

.social-wrapper-footer {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-right: 0;
    z-index: 10;
    margin-bottom: 0px;
    top: -2px;
}




.social-wrapper-footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.social-wrapper-footer ul.social li {
    float: left;
    margin-left: 20px;
}

.social-wrapper-footer ul.social li a {
    font-family: 'NeusaNextStd-Regular';
    color: #777 !important;
    position: relative;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-position: center top;
    display: block;
    line-height: normal;
    height: auto;
}

.social-wrapper-footer ul.social li a i {
    font-size: 20px;
    width: auto;
    background-color: transparent;
    color: #777;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.social-wrapper-footer ul.social li a i:hover {
    color: #e30059;
}

.footer-top-wrapper {}

.footer-top-wrapper .footer__container {
    width: 100%;
    position: relative;
}

.footer-top-wrapper .footer__container .row {
    padding: 55px 0px;
    margin-bottom: 0px;
}

.footer .footer-col {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    
}


.footer .footer-col:last-child {
    margin-right: 0;
}

.footer .footer-col:first-child h4 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'NeusaNextStd-Medium';
    letter-spacing: 1.2px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 26px;
}

.footer .footer-col h4 {
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'NeusaNextStd-Medium';
    letter-spacing: 1.2px;
    margin-bottom: 0px;
    font-weight: normal;
}

.footer .footer-col p {
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'NeusaNextStd-Regular';
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 25px;
}

.footer .footer-col:first-child p {
    font-size: 16px;
}

.footer .footer-col:first-child p a {
    color: #ccc;
}

.footer .footer-col:first-child hr {
    width: 40px;
    margin: 0;
    margin-bottom: 25px;
    height: 2px;
    display: block;
    
}

.footer .footer-col:first-child p a:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #e30059;
    display: inline-block;
    padding-right: 10px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

/* removing pink arrows before links in swedish footer */
.footer .footer-col.footer-sv:first-child p a:before {
    content: none;
    display: none;
}

/* centering swedish footer */
.footer .footer-col.footer-sv {
     width: 100%;
}

/* centering swedish footer's content */
.footer-sv {
    text-align: center;
    margin: 0 auto;
}

.footer .footer-col:first-child p:first-child a:before {
    display: none;
}

.footer .footer-col:first-child p img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
    width: 155px;
    padding-top: 35px;
}

.footer .footer-col p:last-child {
    padding-bottom: 0px;
}


.footer .footer-col:first-child p a:hover {
    color: #e30059;
    text-decoration: none;
}




/* back-to-top */

a#back-to-top {
    font-family: 'NeusaNextStd-Regular';
    display: block !important;
    position: fixed;
    text-align: center;
    line-height: 12px!important;
    right: 17px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.25);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    border-radius: 200px!important;
    -webkit-border-radius: 200px!important;
    -o-border-radius: 200px!important;
    transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    -moz-transition: -moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    background-color: rgba(0,0,0,0.25)!important;
    overflow: hidden;
    bottom: -30px;
    opacity: 1 !important;
  
    transition: bottom 350ms cubic-bezier(0.645,0.045,0.355,1) 0s;
}

a#back-to-top:before,a#back-to-top:after {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

a#back-to-top:before {
    background-color: rgba(255,255,255,0.25);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    -moz-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    opacity: 0;
    z-index: 2;
}

a#back-to-top:after {
    background-color: #e30059!important;
}

a#back-to-top i {
    line-height: 29px!important;
    width: 29px!important;
    height: 29px!important;
    font-size: 14px!important;
    top: 0px!important;
    left: 0px!important;
    text-align: center!important;
    position: relative;
    z-index: 10;
    background-color: transparent!important;
}

a#back-to-top i.fa-angle-up {
    -webkit-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
}

.fa-angle-up:before {
    content: "\f106";
}
.footer-bottom .copyright p a:hover {
    text-decoration: none;
}
.fa-angle-up:before {
    content: "\f106";
}

.scroll-header a#back-to-top {
    bottom: 17px;
  transition: bottom 350ms cubic-bezier(0.645,0.045,0.355,1) 0s;
}

.scroll-header a#back-to-top:hover {
    transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    -moz-transition: -moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.16)!important;
    background-color: transparent!important;
  
    
}

a#back-to-top:hover {}

a#back-to-top:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

a#back-to-top:hover i.fa-angle-up {
    -webkit-transform: translate(0,-29px)!important;
    -ms-transform: translate(0,-29px)!important;
    transform: translate(0,-29px)!important;
}







@media (min-width: 690px){
    .footer-bottom .copyright {
    margin-right: 2%;
    width: 40.5%;
    }

.social-wrapper-footer {
    width: 57.5%;
}

  .footer .footer-col {
    margin-right: 2%;
    width: 23.5%;
    }
  
  
}

@media only screen and (max-width: 1020px) {
a#back-to-top {
    display: none !important;
}

}

@media only screen and (max-width: 1000px) and (min-width: 690px){
    .footer-bottom .copyright{
    margin-left: 0px;
    width: 49%;
    margin-bottom: 0px;
}


.social-wrapper-footer{
    width: 49%;
}

}



@media only screen and (max-width: 1000px){
    .social-wrapper-footer ul.social li{
        width: 33px;
        margin-top: 9px;
        margin-bottom: 9px;
    }

.footer-bottom{
    padding-bottom: 32px;
}
    

.footer .footer-col{
  width: 48%;
  margin-bottom: 2%;
  margin-right: 15px;
  margin-left: 0px;
  padding: 15px;
  float: left;
  margin-bottom: 40px;
  }

.footer .footer-col:nth-child(2){
    margin-right: 0px;
}

.footer .footer-col:nth-child(3){
    margin-bottom: 0px;
}

.footer .footer-col:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px;
}

}




@media only screen and (max-width: 690px){
.social-wrapper-footer ul.social li {
    margin-right: 10px;
    margin-left: 0px!important;
}

.footer .footer-col h4 {
    line-height: 1.5;
}

.footer .footer-col:first-child h4 {
    line-height: 1.5;
}

.social-wrapper-footer ul.social {
    float: left;
}
}


@media only screen and (max-width: 689px){
  .footer-bottom .copyright {
    margin-bottom: 25px;
}

.footer .footer-col {
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer .footer-col:nth-child(3) {
    margin-bottom: 40px;
}

.footer .footer-col:nth-child(2) {
    margin-bottom: 40px;
}

.footer .footer-col:nth-child(1) {
    margin-bottom: 40px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains the styles to Megamenu module made with love in MEOM 2024
*********************************************************************************
****************************************************************************** */

.header-with-megamenu { 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: visible;
  background-color: #fff;
  box-shadow: 0 1px 3px #bababa;
  padding: 0;
}


@media screen and (max-width: 1450px) {
  .header-with-megamenu {
   padding: 0 1rem;
  }
}

@media screen and (max-width: 1450px) {
  .header-with-megamenu {
   padding: 0 1rem;
  }
}

.header-with-megamenu__container {
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
} 

@media screen and (min-width: 1190px) {
  .header__main-navigation--megamenu {
    padding-left: 15px;
    padding-top: 5px;
  }
}

.header-with-megamenu .header__logo {
  margin: 0 5rem 0 0;
}

.header-with-megamenu .header__logo > div > span > a > img {
  width: 122.6px !important;
  height: 23.85px !important;
}

@media screen and (max-width: 480px) {
  .header-with-megamenu .header__logo > div > span > a > img {
    width: 80px !important;
    height: 23.85px !important;
    object-fit: contain;
  }
}


.header__main-navigation--toggle-wrapper {
  display: none;
  width: 30px;
  height: 21.5px;
}

.header-with-megamenu__container,
.header__main-navigation--wrapper,
.main-menu-megamenu,
.header__main-navigation--buttons,
.megamenu-submenu .menu__sub-container {
  display: flex;
  flex-direction: row;
}



@media screen and (min-width: 1190px) {
  .header__main-navigation--wrapper {
    max-width: 1400px;
    width: 100%;
    flex: 2;
    justify-content: space-between;
    align-items: center;
  }
  .header-with-megamenu__container {
    height: 70px;
  }
}

/*  Megamenu buttons */

.header__main-navigation--buttons {
  align-items: center;
}

.header__main-navigation--buttons .hsbtn {
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  transition: .22s cubic-bezier(.25,.46,.45,.94); 
  font-size: 17px; 
  font-weight: 500; 
  line-height: 1.5; 
  text-decoration: none;
  padding: 6px 23px;
  font-family: 'NeusaNextStd-M';
}

.header__main-navigation--buttons .hsbtn.hsbtn-outlined {
  border-color: #191919;
  color: #191919;
  background-color: rgba(0,0,0,0);
  border: 2px solid #191919;
}

.header__main-navigation--buttons .hsbtn.hsbtn-outlined:hover {
  background-color: #191919;
  border-color: #191919;
  color: #fff;
}

.header__main-navigation--buttons .hsbtn.hsbtn-pink {
  border-color: #e30059;
  color: #fff;
  background-color: #e30059;
  border: 2px solid #e30059;
  margin-right: 0;
}

.header__main-navigation--buttons .hsbtn.hsbtn-pink:hover {
  background-color: #b00045;
  border-color: #b00045;
  color: #fff;
}

#hs_cos_wrapper_Button_1 {
  margin-right: 1.25rem;
}

@media screen and (max-width: 1300px) {
  .header__main-navigation--buttons .hsbtn {
    font-size: 15px;
    padding: 6px 18px;
  }
}

/* Megamenu items */

.megamenu-item a {
  color: rgb(25, 25, 25);
  font-family: "NeusaNextStd-M";
  font-size: 17px;
  line-height: 1.63;
  padding: 0.5rem 1.01rem;
} 

.megamenu-submenu .hs-menu-item a {
  font-family: "NeusaNextStd";
}

.megamenu-item a:hover,
.megamenu-item a.menu-link--current {
  text-decoration: underline;
  color: #e30059 !important;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
  font-weight: 500;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a.menu-link--current {
  color: #e30059;
  text-decoration: underline;
}

.megamenu-item svg {
  cursor: pointer;
}

@media screen and (min-width: 1190px) {
  .megamenu-item svg {
    margin-bottom: 3px;
    margin-right: 1px;
  }
  .megamenu-item svg.arrow-to-link {
    margin-right: 15px;
  }
}

.mega-menu-item-with-plus {
  display: flex;
  align-items: baseline;
}

.main-menu-megamenu li.hs-menu-item,
.pinja-megamenu-language-menu li.hs-menu-item,
.language-menu__list li.hs-menu-item {
  list-style-type: none;
}

ul.main-menu-megamenu {
  margin: 0;
  padding: 0;
}

ul.main-menu-megamenu .megamenu-item {
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: .6rem;
}

/* Megamenu submenu */

.megamenu-submenu {
  display: none;
  .submenu-open & {
    display: flex;
  }
}

.megamenu-submenu.column-count--5 {
  left: 0;
}

@media screen and (min-width: 1190px) {
  .megamenu-submenu {
    position: absolute;
    top: 4.4rem;
    width: 1400px;
  }
  .megamenu-submenu.column-count--5 {
    left: -1rem;
    width: calc(100% + 2rem);
  }
}

@media screen and (min-width: 1550px) {
  .megamenu-submenu.column-count--5 {
    left: 0;
    width: 1400px;
  }
}

.megamenu-submenu .menu__sub-container {
  position: relative;
  width: 100%;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper {
    border-right: 1px solid #e6e6e6;
    display: inline-block;
    border-top: 3px solid #e30059;
    background: #fff;
    box-shadow: 0 25px 20px -10px rgba(5,4,25,.05);
    padding: 6px 0;
    z-index: 9;
    min-width: 20%;
    width: 220px;
}

.megamenu-submenu .column-count--5 .menu__sub-container ul.hs-menu-children-wrapper {
  padding-bottom: 10px;
}

.submenu-open .column-count--5.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item {
  border-left: 3px solid transparent;
}

.submenu-open .column-count--5.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:not(:first-child):hover {
  border-left: 3px solid #e30059;
}

.submenu-open .column-count--5.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:hover a {
  color: #e30059;
}

.megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:not(:last-child) a {
  border-bottom: 1px solid #f2f2f2;
}

.megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  margin-left: 10px;
  width: 100%;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
  font-size: 17px;
  color: rgb(25, 25, 25);
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item svg.plus-sign {
  width: 0.875rem;
  margin-right: 1rem;
}

.mobile-menu-open .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item svg.plus-sign,
.mobile-menu-open .megamenu-plus-sign {
  margin-right: 0;
  transform: rotate(0);
  transition: .18s;
  visibility: visible;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item .plus-button {
  display: none;
}

.plus-button {
  background: transparent;
  border: 0;
  padding: 0;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:last-child {
  border-bottom: none;
} 

@media screen and (min-width: 1190px) {
  .megamenu-submenu.column-count--5 .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:first-child a {
    color: #e30059;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
  }
}

/* Language menu */ 


.language-selector-megamenu {
  display: flex;
  margin-right: 20px;
  align-items: center;
}

.language-selector-megamenu * {
  color: #191919;
}

.language-selector-megamenu select {
  border: none;
  appearance: none;
  background-image: url(https://blog.pinja.com/hubfs/pinja.com%20images/lang-nav-arrow-black.svg);
  background-color: rgba(0,0,0,0);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  line-height: 1;
  padding: 0 9px 0 0;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 17px;
}

.language-selector-megamenu svg {
  height: 19px;
  min-width: 19px;
  margin-right: 11px;
  position: relative;
  top: -1px;
}

.pinja-megamenu-language-menu > .hs-item-has-children {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pinja-megamenu-language-menu > .hs-item-has-children a {
  padding: 0.5rem;
  color: #191919; 
}

.pinja-megamenu-language-menu {
  position: relative;
}

.pinja-megamenu-language-menu .menu__sub-container {
  width: 100%;
}

.pinja-megamenu-language-menu .menu__sub-wrapper.sub-menu {
  display: none;
  position: absolute;
  top: 3.4rem;
  border-right: 1px solid #e6e6e6;
  border-top: 3px solid #e30059;
  background: #fff;
  box-shadow: 0 25px 20px -10px rgba(5,4,25,.05);
  padding: 0 0.5rem;
  z-index: 9;
  min-width: 10rem;
}

.submenu-open.pinja-megamenu-language-menu .menu__sub-wrapper.sub-menu {
  display: flex;
}

.pinja-megamenu-language-menu .language-menu__list {
  padding: 0 0.5rem;
  margin: 0;
}

.pinja-megamenu-language-menu .language-menu__list li {
  border-bottom: 1px solid #f2f2f2;
}

.pinja-megamenu-language-menu .hs-item-has-children__sub-toggle {
  display: flex;
  align-items: baseline;
}

.pinja-megamenu-language-menu .hs-item-has-children__sub-toggle svg {
  width: 0.5rem;
} 

/* Hamburger */

.nav-toggle {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: #191919;
  background-color: rgba(0,0,0,0);
  border: 0;
  margin: 0;
  overflow: visible;
  max-height: 30px;
}

.nav-toggle-label {
  display: none;
}

.nav-toggle__box {
  width: 30px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.nav-toggle span {
  color: #fff;
  font-size: 1.2em;
}

.nav-toggle .nav-toggle__inner,
.nav-toggle .nav-toggle__inner::before,
.nav-toggle .nav-toggle__inner::after  {
  background-color: #191919;
  color: #191919;
  width: 30px;
  height: 2px;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.nav-toggle.close-nav-toggle .nav-toggle__inner {
  background-color: #e30059;
  color: #e30059;
  width: 30px !important;
  transform: translate3d(0,-7px,0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.nav-toggle:not(.close-nav-toggle) .nav-toggle__inner {
  transition: .13s .13s cubic-bezier(.55,.055,.675,.19);
}

header.header-with-megamenu button.nav-toggle .nav-toggle__inner {
  width: 18px;
  top: auto;
  bottom: 0;
  display: block;
  margin-top: -1px; 
  border-radius: 0;
}

.nav-toggle .nav-toggle__inner:hover,
.nav-toggle .nav-toggle__inner:focus {
  width: 30px;
}

.nav-toggle .nav-toggle__inner::before,
.nav-toggle .nav-toggle__inner::after {
  content: "";
  display: block;
}

.nav-toggle .nav-toggle__inner::before {
  top: -7px;
  transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.nav-toggle .nav-toggle__inner::after {
  top: -14px;
  bottom: -7px;
  transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
}

.nav-toggle.close-nav-toggle span {
  color: #e30059;
}

.nav-toggle.close-nav-toggle .nav-toggle__inner::before {
  background-color: #e30059;
  color: #e30059;
  top: 0;
  transform: rotate(-90deg);
  transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
}

.nav-toggle.close-nav-toggle .nav-toggle__inner::after {
  background-color: #e30059;
  color: #e30059;
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
}

@media screen and (min-width: 1190px) {
  .header-with-megamenu__container .nav-toggle {
    display: none;
  }
}


/* MOBILE STYLES */

@media screen and (max-width: 1190px) {

  html.not-scrollable {
    overflow: hidden;
  }

  .header.header-with-megamenu {
    padding: 20px 0;
  }

  .header-with-megamenu .header__logo {
    padding-left: 20px;
  }

  .header-with-megamenu .mobile-menu-open .header__logo {
    padding-bottom: 20px;
  }

  .header-with-megamenu .header__logo {
    justify-content: space-between;
    display: flex;
    flex-grow: 2;
    margin-right: 0;
    align-items: center;
    width: 100%;
  }

  .header-with-megamenu .header-with-megamenu__container .header__logo img {
    margin-top: 0 !important;
  }

  .mobile-menu-open.header-with-megamenu__container {
    flex-direction: column;
    padding: 0;
  }

  .megamenu-item a.menu-link--current {
      text-decoration: none;
      font-weight: 700;
  } 

  .header__main-navigation--toggle-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 20px;
    align-items: initial;
  }

  .submenu-open .menu__sub-container ul.hs-menu-children-wrapper {
    padding-left: 1rem;
  }

  .mega-menu-item-with-plus .plus-button {
    padding: 12px 20px;
    height: auto;
  }

  .mega-menu-item-with-plus .plus-button svg {
    width: 12px;
    height: 12px;
  }

  .submenu-open .mega-menu-item-with-plus .plus-button, 
  .submenu-open .column-count--5 .menu__sub-container ul.hs-menu-children-wrapper.subsubmenu-open li:not(:first-child) {
    display: flex;
  }

  .submenu-open .mega-menu-item-with-plus .megamenu-plus-sign,
  .submenu-open .menu__sub-container ul.hs-menu-children-wrapper.subsubmenu-open .hs-menu-item:first-child svg.plus-sign {
    transform: rotate(-180deg);
  }
  .submenu-open .mega-menu-item-with-plus .megamenu-plus-sign path,
  .submenu-open .menu__sub-container ul.hs-menu-children-wrapper.subsubmenu-open .hs-menu-item:first-child svg.plus-sign path {
    d: path("M1.5 5h7");
    stroke: #e30059;
  }

  .megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item {
    border-bottom: 1px solid #f2f2f2;
  }

  .megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
    width: auto;
  }

  .header__main-navigation--megamenu,
  .hs_cos_wrapper_type_cta,
  .submenu-open .column-count--5 .menu__sub-container ul.hs-menu-children-wrapper li:not(:first-child),
  .megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:first-child .plus-button  {
    display: none;
  }

  .submenu-open .menu__sub-container ul.hs-menu-children-wrapper li:not(:first-child)  {
    padding-left: 20px;
  }

  .mobile-menu-open .header__main-navigation--megamenu,
  .mobile-menu-open .main-menu-megamenu .megamenu-item,
  .mobile-menu-open .megamenu-item.hs-item-has-children,
  .mobile-menu-open .hs_cos_wrapper_type_cta,
  .mobile-menu-open .megamenu-submenu .menu__sub-container,
  .mobile-menu-open .mobile-menu-open .megamenu-submenu .menu__sub-container,
  .mobile-menu-open ul.main-menu-megamenu .megamenu-item.hs-item-has-children.submenu-open {
    display: block !important;
  }

  .mobile-menu-open .header__main-navigation--megamenu,
  .mobile-menu-open .header__main-navigation--wrapper,
  .mobile-menu-open .megamenu-submenu,
  .mobile-menu-open .megamenu-submenu .menu__sub-container,
  .mobile-menu-open .megamenu-item.submenu-open,
  .mobile-menu-open .megamenu-item .mega-menu-item-with-plus a,
  .mobile-menu-open .submenu-open .menu__sub-container,
  .mobile-menu-open .header__main-navigation--buttons .hs_cos_wrapper_type_cta a {
    width: 100%;
  }

  .mobile-menu-open ul.main-menu-megamenu .megamenu-item {
    height: auto;
  }

  .mobile-menu-open .megamenu-submenu.column-count--5 {
    margin-left: 0;
    border-color: #f2f2f2;
  }
  
  .main-menu-megamenu .hs-menu-item.megamenu-item {
    padding: 0.5rem 0;
    border-top: 1px solid #f2f2f2;
  }

  .plus-button svg.plus-sign path,
  .mobile-menu-open .megamenu-plus-sign path {
    stroke: black;
  }

  .megamenu-submenu.column-count--5 .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:first-child .plus-button {
    display: flex;
    align-items: center;
    padding: 13px 20px;
  }

  .main-menu-megamenu .submenu-open.hs-menu-item.megamenu-item {
    border-bottom: none;
    padding-bottom: 0;
  }

  .header__main-navigation--buttons,
  .mobile-menu-open .header__main-navigation--buttons {
    justify-content: flex-end;
  }

  .mobile-menu-open .header__main-navigation--buttons {
    flex-direction: row;
  }

  .mobile-menu-open .header__main-navigation--buttons .hs_cos_wrapper_type_cta {
    width: 100%;
    text-align: center;
  }

  .mobile-menu-open .main-menu-megamenu,
  .mobile-menu-open .header__main-navigation--wrapper {
    flex-direction: column;
  }
  
  .mobile-menu-open .header__main-navigation--wrapper {
    max-height: calc(100vh - 65px);
    max-height: calc(100svh - 65px);
    overflow: auto;
    margin-bottom: -20px;
    padding-bottom: 20px;
  }

  .mobile-menu-open .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper {
    border-top: none;
    border-right: none;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }

  .mobile-menu-open .column-count--5 .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item &:first-child a {
    font-weight: 700;
  }

  .mobile-menu-open .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item {
    padding: 5px 0 5px 20px;
    border-top: 1px solid #f2f2f2
  }

  .mobile-menu-open .megamenu-submenu.column-count--5 .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:not(:first-child) {
    padding-left: 40px;
  }

  .mobile-menu-open .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
    width: fit-content;
  }

  .mobile-menu-open .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:first-child {
    border-top: 1px solid #f2f2f2;
  }

  .submenu-open .megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:not(:last-child) a {
    border-bottom: none;
  }

  .mobile-menu-open.ul.main-menu-megamenu .megamenu-item {
    height: auto;
  }
  
  .mobile-menu-open .hs-menu-children-wrapper--with-subsubmenu .plus-button {
    flex: 2;
    justify-content: end;
  }

  .pinja-megamenu-language-menu .menu__sub-wrapper.sub-menu {
    border: 0;
    left: -2rem;
  }

  .mobile-menu-open .header__main-navigation--buttons {
    padding: 20px 20px 0 20px;
  }
}


 @media screen and (max-width: 1190px) {
    .header__main-navigation--toggles-desktop {
      display: none;
    }
}

@media screen and (min-width: 1190px) {
  .header__main-navigation--toggles-mobile {
    display: none;
  }
}
#hs-link-footer_logo1_hs_logo_widget {
    display: block;
    height: 2.125rem !important;
    width: 10.75rem !important;
    margin-bottom: 32px;
}

#hs-link-footer_logo1_hs_logo_widget img {
    height: 2.125rem !important;
    width: 10.75rem !important;
}

footer.pinja-footer-new {
    background-color: #191919;
    color: #fff;
    font-family: NeusaNextStd !important; /* tarvitseeko */
} 

footer.pinja-footer-new p,
footer.pinja-footer-new a {
    color:#fff;
    line-height: 1.63;
    margin-bottom: 10px;
}

footer.pinja-footer-new .copyright a {
    text-decoration: underline;
}

footer.pinja-footer-new a,
footer.pinja-footer-new .copyright a:hover {
    color: #a1c976;
}

footer.pinja-footer-new .copyright {
    margin-top: 29px;
}

footer.pinja-footer-new .copyright p,
footer.pinja-footer-new .copyright a {
    color: #707070;
    font-size: 17px;
    margin-bottom: 0;
}

.footer__container.pinja-footer-new__container {
    margin: 0 auto;
    max-width: 1400px;
    padding-bottom: 64px;
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1460px) {
    .footer__container.pinja-footer-new__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pinja-footer-new__cols.cols-contact {
    padding: 30px 0 100px;
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    display: grid;
    grid-auto-rows: minmax(0,auto);
    grid-template-columns: repeat(2,minmax(0,1fr));
 }

.pinja-footer-new__cols.cols-contact .col {
    /*width: calc(50% - 40px); */
}

.pinja-footer-new__cols.cols-contact .col:first-child {
    font-size: 18px;
}

.pinja-footer-new__cols.cols-contact .col:first-child p:last-child,
.pinja-footer-new__cols.cols-contact .col:last-child p:last-child {
    margin-bottom: 0;
}

.pinja-footer-new__cols.cols-contact .col-locations {
    display: flex;
    align-items: flex-end;
    font-size: 17px;
}

.pinja-footer-new__cols.cols-contact .col-locations span:first-child {
    margin-right: 25%;
}

footer.pinja-footer-new .footer_menus {
    display: grid;
    grid-column-gap: 80px;
    border-bottom: 1px solid #3d3d3d;
    border-top: 1px solid #3d3d3d;
    grid-template-columns: 9fr 3fr;
    padding: 30px 0;
    grid-row-gap: 16px;
    grid-auto-rows: minmax(0,auto);
}

footer.pinja-footer-new .footer_menus ul {
    margin-top: 0;
    display: flex !important;
    justify-content: space-between !important;
}
footer.pinja-footer-new .footer_menus li:first-child {
    padding-left: 0;
}

footer.pinja-footer-new .footer_menus li a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.63;
    padding: 6px 0 0 0;
}

@media screen and (max-width: 1300px) {
    footer.pinja-footer-new .footer_menus li a {
        font-size: 18px;
    }
}

footer.pinja-footer-new .footer_menus li a:hover {
    text-decoration: underline;
}

/* Social media menu 
(footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child is the social media menu) */

footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child .hs-menu-wrapper ul li {
    margin-right: 10px;
}


footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child .hs-menu-wrapper ul li a {
    text-indent: -9000px;
}

footer.pinja-footer-new .hs-menu-item a span.some {
    position: relative;
    display: block;
    margin-right: 10px;
}

footer.pinja-footer-new .hs-menu-item a span.some:before {
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/youtube.svg);
    background-position: top center;
    background-size: 28px 28px;
    background-repeat: no-repeat;
}

footer.pinja-footer-new .hs-menu-item a:hover {
    span.some:before {
        fill: #707070;
    }
}

footer.pinja-footer-new .hs-menu-item a span.some.instagram:before {
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/instagram.svg);
}

footer.pinja-footer-new .hs-menu-item a span.some.facebook:before {
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/facebook.svg);
}

footer.pinja-footer-new .hs-menu-item a span.some.linkedin:before {
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/linkedin.svg);
}

footer.pinja-footer-new .hs-menu-item a span.some.twitter:before {
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/twitter.svg);
}

.footer.pinja-footer-new .cols-links .extra {
    margin-top: 30px;
}


@media screen and (max-width: 1150px) {
    .footer__container.pinja-footer-new__container {
        padding: 50px 20px; 
    }

    .footer.pinja-footer-new .footer_menus {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    footer.pinja-footer-new .footer_menus .hs_cos_wrapper:first-child .hs-menu-wrapper ul {
        flex-direction: column;
    }

    footer.pinja-footer-new .footer_menus .hs_cos_wrapper:first-child .hs-menu-wrapper ul li a {
        padding: 10px 0;
    }

    footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child .hs-menu-wrapper ul {
        display: flex;
        justify-content: center;
    }

    footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child .hs-menu-wrapper ul li {
        margin-right: 20px;
        width: 28px;
    }
}

@media screen and (max-width: 999px) {

    .footer.pinja-footer-new .footer__container.pinja-footer-new__container,
    .pinja-footer-new__cols.cols-contact .col {
        max-width: 100% !important;
        width: 100%;
    }

    .pinja-footer-new__cols.cols-contact {
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .pinja-footer-new__cols.cols-contact .col-locations{
        margin-top: 40px;
        margin-left: 0;
    }

    .col.col-locations .hs_cos_wrapper_type_rich_text:first-child {
        margin-right: 50px;
    }
    
    .cols-contact .col-locations span:first-child {
        margin-right: 130px;
    }
}

@media screen and (max-width: 500px) {

    .footer__container.pinja-footer-new__container {
        padding: 30px 10px; 
    }

    .pinja-footer-new__cols.cols-contact .col.col-locations {
        align-items: baseline;
    }

    .pinja-footer-new__cols.cols-contact .col:first-child, 
    .pinja-footer-new__cols.cols-contact .col:first-child {
        font-size: 16px;
    }

    .pinja-footer-new__cols.cols-contact .col-locations span:first-child {
        margin-right: 40px;
    }
}


.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
}
.header-with-megamenu a:hover,
.header-with-megamenu a:focus {
  opacity: 1;
}
.language-selector-megamenu select {
  width: auto;
  box-shadow: none;
}


.custom-banner-wrapper {
  margin-top: 70px !important;
}
@media only screen and (max-width: 1190px){
  .custom-banner-wrapper {
    margin-top: 66px !important;
  }
}


footer.pinja-footer-new p {
    font-family: 'NeusaNextStd-Regular' !important;
    font-weight: 400;
}

footer.pinja-footer-new strong {
  font-family: 'NeusaNextStd-Medium' !important;
  font-weight: inherit !important;
}

footer.pinja-footer-new p {
  margin-top: 0;
}
footer.pinja-footer-new a:hover {
  text-decoration: underline;
}
footer.pinja-footer-new .footer_menus .hs-menu-wrapper ul:before,
footer.pinja-footer-new .footer_menus .hs-menu-wrapper ul:after {
  display: none;
}