/* Header Container */




sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.3em !important;
}

@font-face {
  font-family: "signalmonoweb-light";
  font-style: normal;
  font-weight: normal;
  src: url("https://hs.livewire.com/hubfs/signalmonoweb-light.woff2") format("woff2"), url("https://hs.livewire.com/hubfs/signalmonoweb-light.woff") format("woff"); }

@font-face {
  font-family: "Aeonik-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("https://hs.livewire.com/hubfs/Aeonik-Regular.woff2") format("woff2"), url("https://hs.livewire.com/hubfs/Aeonik-Regular.woff") format("woff"); }

@font-face {
  font-family: "Aeonik-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("https://hs.livewire.com/hubfs/brand_fonts/Aeonik-Medium.woff2") format("woff2"), url("https://hs.livewire.com/hubfs/brand_fonts/Aeonik-Medium.woff") format("woff"); }

@font-face {
  font-family: "Aeonik-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("https://hs.livewire.com/hubfs/Aeonik-Bold.woff2") format("woff2"), url("https://hs.livewire.com/hubfs/Aeonik-Bold.woff") format("woff"); }

@font-face {
  font-family: "Aeonik-Black";
  font-style: normal;
  font-weight: normal;
  src: url("https://hs.livewire.com/hubfs/brand_fonts/Aeonik-Black.woff2") format("woff2"), url("https://hs.livewire.com/hubfs/brand_fonts/Aeonik-Black.woff") format("woff"); }


:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --font-Aeonik: 'Aeonik-Regular', sans-serif;
}

body,p {
    font-family: 'Aeonik-Regular', Arial, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

h1 {
  font-family: 'Aeonik-Black', Arial, Sans-Serif;
  text-transform: uppercase;
}

h2 {
  font-family: 'Aeonik-Black', Arial, Sans-Serif;
  text-transform: uppercase;
}
p {
  font-family: 'Aeonik-Regular', Arial, Sans-Serif;
}
  
form {
  color: #000000;
}

.hs-form-field>label,.hs-form-field>label span {
    font-family: 'signalmonoweb-light', Roboto Mono, monospace !important;
    font-size: 16px;
    padding: 6px 0
}

.header .dnd-section {
  padding: 0;
}


.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 2.5rem;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */


.header__container {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.5rem 1.25rem 0.25rem 1.25rem;
  position: relative;
}
.header {
  border-bottom: none !important;
}


.header__menu {
  margin-left: auto;
}

 .header__navigation div nav ul li a {
    font-family: 'SignalMonoweb-Light', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: .875rem !important;
    letter-spacing: .2em;
  }
  
  #hs_cos_wrapper_header_navigation_primary .navigation-primary {
    color: red;
  }
  
/*   div.header__logo {
    margin-right: 80px;
  } */
  /* end menu nav */


@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
  
  /* Menu Nav Styling */
	  #nav-toggle:checked~.header__navigation {
		  height: 100vh;
	  }
	  
	  
	.header__navigation {
		width: 100%;
		margin: 0px;
	}
	
	.header {
	    display: flex;
		align-items: center;
    border-bottom: none;
    }
    
    .header__container {
		display: grid;
		padding: 1.5625rem 1.5rem !important;
		position: relative;
		flex-direction: row-reverse !important;
		width: 100%;
		align-items: center;
	}
    
    div#hs_cos_wrapper_header_logo.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-logo span a img.hs-image-widget {
      display: inline-block;
    }
    
    div.header__logo {
	    margin: auto
		
	}
/*
	div.header__logo div {
		display: inline-block;
		background-image: url('https://www.livewire.com/_next/static/media/logo-mobile.6439bdb4.svg');
		width: 48px;
		height: 27px;
		margin: 0px;
	}
*/
	/* End Menu Nav Styling */
}


@media only screen and (max-width: 600px) {
    
    /* Menu Nav Styling */
    /* Hamburger Menu Open Icon */

	#nav-toggle:checked~.header__navigation {
		  height: 100vh;
	  }
	  
	  
	  .header__navigation {
		width: 100%;
		margin: 0px;
	}
    
    .header {
	    display: flex;
		align-items: center;
    }
    
    .header__container {
		display: flex !important;
		padding: 0.875rem 1.25rem !important;
		position: relative;
		flex-direction: row !important;
		width: 100%;
		align-items: center;
	}
  



    
    div#hs_cos_wrapper_header_logo.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-logo span a img.hs-image-widget {
      display: none;
    }
    
    div.header__logo {
	    margin: auto
		
	}
	div.header__logo div {
		display: inline-block;
		background-image: url('https://www.livewire.com/_next/static/media/logo-mobile.6439bdb4.svg');
		width: 48px;
		height: 27px;
		margin: 0px;
	}
	/* End Menu Nav Styling */
  } 


/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

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

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

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

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

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
  
  form {
    background-color: #ffffff !important;
}
  
/* Osano Cookie Styling - Europe Only */
  .osano-cm-window .osano-cm-dialog {
     flex-direction: column;
     background-color: var(--color-white);
     color: var(--color-black);
     font-family: var(--font-Aeonik);
     font-weight: 400;
     font-size: 16px;
     line-height: 1.14;
}
 .osano-cm-window .osano-cm-link {
     color: var(--color-black);
}
 .osano-cm-window .osano-cm-link:focus {
     font-weight: normal;
}
 .osano-cm-window .osano-cm-content {
     max-width: 697px;
}
 .osano-cm-window .osano-cm-buttons {
     flex-direction: row;
     flex-wrap: nowrap;
     max-width: 100%;
     margin-top: 11px;
}
 @media screen and (max-width: 767.98px) {
     .osano-cm-window .osano-cm-buttons {
         flex-direction: column;
    }
}
 .osano-cm-window .osano-cm-button {
     color: var(--color-black);
     font-family: var(--font-SignalMonoweb-light);
     font-weight: 400;
     font-size: 14px;
     line-height: 16px;
     letter-spacing: 0.2em;
     background-color: var(--color-white);
     border: 1px solid var(--color-primary);
     border-radius: 0;
     position: relative;
     text-align: left;
     height: 43px;
     display: flex;
     align-items: center;
     flex-wrap: nowrap;
     text-transform: uppercase;
     padding: 12px 15px;
}
 @media screen and (max-width: 767.98px) {
     .osano-cm-window .osano-cm-button {
         margin-bottom: 7px;
         margin-top: 7px;
    }
}
 .osano-cm-window .osano-cm-button::after {
     content: '';
     position: absolute;
     right: 8px;
     width: 24px;
     height: 24px;
     background-image: url('data:image/svg+xml;
    base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iYmxhY2siPiA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjMwMzEgOC45NTAwOEw5Ljc0NzI3IDQuNjI3MUwxMC41NDgxIDMuODczMDVMMTYuMTUwMiA5LjE4ODgzTDE2LjU0OTIgOS41Njc0MUwxNi4xNDg4IDkuOTQ0NDNMMTAuNjQyNiAxNS4xMjg3TDkuODQ0NjQgMTQuMzcxNUwxNC40MzQ0IDEwLjA1MDFMMi4yNSAxMC4wNTAxTDIuMjUgOC45NTAxMkwxNC4zMDMxIDguOTUwMDhaIiAgLz48L3N2Zz4=');
}
 .osano-cm-window .osano-cm-accept-all {
     background-color: var(--color-primary);
     color: var(--color-white);
}
 .osano-cm-window .osano-cm-accept-all::after {
     background-image: url('data:image/svg+xml;
    base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPiA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjMwMzEgOC45NTAwOEw5Ljc0NzI3IDQuNjI3MUwxMC41NDgxIDMuODczMDVMMTYuMTUwMiA5LjE4ODgzTDE2LjU0OTIgOS41Njc0MUwxNi4xNDg4IDkuOTQ0NDNMMTAuNjQyNiAxNS4xMjg3TDkuODQ0NjQgMTQuMzcxNUwxNC40MzQ0IDEwLjA1MDFMMi4yNSAxMC4wNTAxTDIuMjUgOC45NTAxMkwxNC4zMDMxIDguOTUwMDhaIiAgLz48L3N2Zz4=');
}
 .osano-cm-window .osano-cm-close {
     stroke: var(--color-coral);
}
 @media screen and (max-width: 479.98px) {
     .osano-cm-info {
         max-width: 100vw;
    }
}
 .osano-cm-info .osano-cm-header {
     font-family: var(--font-Aeonik);
     font-weight: 700;
     font-size: 28px;
     line-height: 31px;
}
 .osano-cm-info .osano-cm-close {
     stroke: var(--color-coral);
}
 .osano-cm-info .osano-cm-close:focus {
     background-color: transparent;
     border-color: transparent;
}
 .osano-cm-info .osano-cm-label {
     font-family: var(--font-Aeonik);
     font-weight: 700;
     font-size: 28px;
     line-height: 31px;
}
 .osano-cm-info .osano-cm-description {
     font-family: var(--font-Aeonik);
     font-weight: 400;
     font-size: 16px;
     line-height: 18px;
}
 .osano-cm-list .osano-cm-list-item {
     margin-top: 48px;
}
 .osano-cm-toggle .osano-cm-switch {
     background-color: var(--color-gray);
}
 .osano-cm-toggle .osano-cm-switch, .osano-cm-toggle .osano-cm-switch:before {
     border-width: 1px;
}
 .osano-cm-toggle .osano-cm-input:focus + .osano-cm-switch::before {
     border-color: var(--color-gray);
}
 .osano-cm-toggle .osano-cm-input:focus + .osano-cm-switch, .osano-cm-toggle .osano-cm-input:hover + .osano-cm-switch {
     background-color: var(--color-gray);
     border-color: var(--color-gray);
}
 .osano-cm-toggle .osano-cm-input:checked + .osano-cm-switch {
     background-color: var(--color-green);
     border-color: var(--color-green);
}
 .osano-cm-toggle .osano-cm-input:checked + .osano-cm-switch::after {
     background-color: var(--color-white);
     border-color: var(--color-white);
}
 .osano-cm-toggle .osano-cm-input:checked:focus + .osano-cm-switch::before {
     border-color: var(--color-green);
}
 .osano-cm-toggle .osano-cm-input:checked:focus, .osano-cm-toggle .osano-cm-input:checked:hover + .osano-cm-switch {
     background-color: var(--color-green);
     border-color: var(--color-green);
}
 .osano-cm-toggle .osano-cm-input:checked:disabled + .osano-cm-switch, .osano-cm-toggle .osano-cm-input:checked:disabled:focus + .osano-cm-switch, .osano-cm-toggle .osano-cm-input:checked:disabled:hover + .osano-cm-switch {
     opacity: 0.5;
}
 .osano-cm-toggle .osano-cm-input:checked:disabled + .osano-cm-switch::after, .osano-cm-toggle .osano-cm-input:checked:disabled:focus + .osano-cm-switch::after, .osano-cm-toggle .osano-cm-input:checked:disabled:hover + .osano-cm-switch::after {
     background-color: var(--color-gray);
     border-color: var(--color-gray);
}
 .osano-cm-disclosure--collapse {
     border-bottom: 0;
     padding-bottom: 0;
}
 .osano-cm-disclosure .osano-cm-toggle, .osano-cm-disclosure .osano-cm-toggle:hover, .osano-cm-disclosure .osano-cm-toggle:active {
     color: var(--color-black);
}
 .osano-cm-disclosure .osano-cm-toggle:focus {
     font-weight: normal;
}