.abandoned-cart-modal .abandoned-cart-modal__form__submit-btn:hover {
	background-color: #d99e02;
}

.abandoned-cart-modal .thankbtn:hover {
	background-color: #d99e02;
	outline: 0;
}

.abandoned-cart-modal .abandoned-cart-modal__block {
	width: 50%;
	max-height: 100%;
	position: absolute;
	top: 10px;
	right: 35px;
}

.abandoned-cart-modal .abandoned-cart-modal__cxthemecounterTop h1 {
	font-weight: bold;
	font-family: revert;
	margin: 0;
	color: #eeb111;
}

.abandoned-cart-modal h2 {
	font-size: 20.4px;
	line-height: 80%;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	color: #eeb111;
}

.abandoned-cart-modal h4 {
	font-size: 15.24px;
	font-weight: bold;
	margin-top: 103.632px;
	line-height: 18px;
	padding: 0 6em;
}

.abandoned-cart-modal h3 {
    font-size: 19.2px;
    line-height: 24px;
    padding: 0 4em;
    margin-top: 136.632px;
}

.abandoned-cart-modal .abandoned-cart-modal__form {
	display: block;
	height: auto;
}

.abandoned-cart-modal input.abandoned-cart-modal__form__input {
	font-size: 16.8px;
	border: 1px solid #000;
	transition: border-color .3s ease,box-shadow .3s ease;
	font-style: normal;
	text-align: center;
	width: 72%;
	height: 35px;
	margin: 10px 0;
}

.abandoned-cart-modal .abandoned-cart-modal__form__submit-btn {
	background-color: #eeb111;
	color: black;
	display: inline-block;
	font-size: 19.2px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 75%;
	border: 0;
	text-transform: capitalize;
	height: 40px;
	padding: 5px 20px;
	border-radius: 45px;
}

.abandoned-cart-modal .abandoned-cart-modal__opt-form {
	display: flex;
	margin: 5px 60px;
}

.abandoned-cart-modal input.abandoned-cart-modal__opt-form__input {
	width: 40px;
	height: 20px;
	display: block;
	margin: 0;
}

.abandoned-cart-modal .abandoned-cart-modal__end-note p {
	font-size: .7em;
	line-height: 1.5;
}

.abandoned-cart-modal__opt-form p {
	font-size: 10.8px !important;
	padding-bottom: 0;
	display: inline;
	text-align: left;
	font-weight: lighter;
	font-family: Helvetica;
	line-height: 16px;
	margin-left: 6px;
}

.abandoned-cart-modal .abandoned-cart-modal__opt-form a {
	font-size: 1em;
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

.abandoned-cart-modal .error {
	color: red;
	font-size: .6em;
	text-align: left;
	margin: 0;
}

.abandoned-cart-modal .abandoned-cart-modal__dialog__backlinkblock {
	width: 100%;
	margin: 0 auto;
}

.abandoned-cart-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1049;
	background: rgba(46,46,46,0.9);
	transform: translate3d(0,0,0);
	opacity: 1;
	overflow-x: auto;
	overflow-y: hidden;
}

.abandoned-cart-modal .close {
	color: transparent;
	border: 0;
	opacity: unset;
	padding: 12px 0;
	font-size: 1em;
	position: absolute;
	top: 27px;
	right: 20px;
	width: 32px;
	height: 10px;
	z-index: 2000000200;
	cursor: pointer;
}

.abandoned-cart-modal .abandoned-cart-modal__cx-widget {
	color: #444a52;
	text-align: center;
	font-size: 1.5em;
}

.abandoned-cart-modal .abandoned-cart-modal__form__submit-btn:focus {
	outline: 0;
}

.abandoned-cart-modal .abandoned-cart-modal__body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2000000200;
}

.abandoned-cart-modal h1,h2,h3,h4,h5 {
	text-transform: none;
}

.abandoned-cart-modal.abandoned-cart-modal__thank-you h1 {
	color: #444a52;
}

.abandoned-cart-modal .abandoned-cart-modal__thank-you {
	z-index: 2000000200;
	position: relative;
	top: 10em;
}

.abandoned-cart-modal .thankbtn {
	width: 45%;
	height: 38px;
	font-size: 1em;
	color: white;
	font-weight: 600;
	border-radius: 5px;
}

.abandoned-cart-modal .btn {
	display: block;
	background-color: #eeb111;
	margin: 10px auto;
	border: 0;
	text-transform: none;
}

.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__thank-you h1 {
	font-size: 48px !important;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
}

.abandoned-cart-modal .abandoned-cart-modal__block h1 {
	font-size: 84px !important;
	line-height: 1em;
	text-align: center;
}

.abandoned-cart-modal .acModalOpen {
	overflow: hidden;
}

.abandoned-cart-modal .abandoned-cart-modal__dialog {
	display: inline-flex;
	visibility: visible;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0,0,0);
	opacity: 1;
	z-index: 2;
}

.abandoned-cart-modal .abandoned-cart-modal__content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
	margin: 45px auto;
	padding: 30px;
}

.abandoned-cart-modal .note p {
	font-size: .7em;
	text-align: left;
	padding: 0 20px 0 80px;
}

.abandoned-cart-modal h1:after {
    background: none;
}

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

	.abandoned-cart-modal {
		padding-right: 0;
		width: 100%;
	}
	
	.abandoned-cart-modal .thankbtn {
		width: 30%;
		height: 35px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__thank-you h1 {
		font-size: 32px !important;
	}

	.abandoned-cart-modal .error {
		color: red;
		font-size: 12px;
		padding: 5px 20px 0;
		margin: 0;
		display: block;
	}

	.abandoned-cart-modal .note p {
		font-size: .7em;
		text-align: left;
		padding: 0 20px 0 40px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__thank-you {
		z-index: 2000000200;
		position: absolute;
		top: 50px;
		width: 100%;
		right: 0;
	}

	.abandoned-cart-modal__end-note {
		display: none;
	}

	.abandoned-cart-modal .bgImage {
		width: auto;
		height: auto;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-attachment: fixed;
	}

	.abandoned-cart-modal .cx-theme-counterTop h1 {
		font-size: 2.650em;
	}

	.abandoned-cart-modal .back-link {
		margin: 10px;
	}

	.abandoned-cart-modal .close {
		color: grey;
		padding: 0;
		font-size: 2em;
		margin: 0;
	}

	.abandoned-cart-modal .back-link .abandoned-cart-modal__body {
		padding: 0;
	}

	.abandoned-cart-modal input.abandoned-cart-modal__opt-form__input {
		width: 100%;
		padding-left: 0;
		margin-right: 10px;
		margin-bottom: 15px;
		height: 40px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__form__submit-btn {
		font-size: 1em;
		width: 35%;
		padding: 8px 25px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: #337ab7;
		text-decoration: none;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		right: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__cx-widget {
		color: #444a52;
		text-align: center;
		font-size: 1.6em;
		padding: 0 20px;
		margin: 55px 13px 20px;
	}

	.abandoned-cart-modal h4 {
		font-size: 13px;
		font-weight: bold;
		padding: 0 45px;
		margin-bottom: 0;
		line-height: 1.18em;
		margin-top: 66px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__content {
		width: auto;
		height: auto;
		padding: 0;
	}

	.abandoned-cart-modal .modal-body {
		position: absolute;
		top: 10px;
		left: 0;
		padding: 0;
		width: 100%;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block a.counterRightArrow:after {
		margin-left: 35px;
		margin-top: 13px;
		left: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block input.abandoned-cart-modal__opt-form__input {
		width: 60px;
		height: 21px;
		display: block;
		margin: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__dialog__backlinkblock .close {
		color: transparent;
		padding: 0;
		margin: 0;
		height: 25px;
		width: 20px;
		top: 10px;
		right: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h2 {
		font-size: 16.5px;
		margin: 10px;
	}
	
	.abandoned-cart-modal h3 {
		font-size: 20px;
		line-height: 24px;
		padding: 20px 20px 10px;
		margin-top: 43px;
		line-height: 1.18em;
		margin-bottom: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form {
		display: block;
		margin: 0;
		height: auto;
	}

	.abandoned-cart-modal .abandoned-cart-modal__opt-form {
		display: flex;
		line-height: 21px;
		margin: 5px 21px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form__submit-btn {
		height: 32px;
		font-size: 16px;
		width: 85%;
		padding: 0;
	}

	.abandoned-cart-modal input.abandoned-cart-modal__form__input {
		font-size: .6em;
		border: 1px solid #000;
		transition: border-color .3s ease,box-shadow .3s ease;
		font-style: normal;
		text-align: center;
		width: 85%;
		height: 30px;
		margin: 5px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form p {
		font-size: .4em;
		font-weight: 100;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: black;
		text-decoration: underline;
	}

	.abandoned-cart-modal .abandoned-cart-modal__dialog__backlinkblock {
		width: auto;
		display: flex;
		margin: 10px;
		height: auto;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h1 {
		font-size: 72px !important;
		line-height: .983em;
		text-align: center;
		margin-bottom: 5px;
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:40/71) {
	.abandoned-cart-modal .bgImage {
		width: 100%;
		height: auto;
	}

	.abandoned-cart-modal__end-note {
		display: none;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__thank-you h1 {
		font-size: 30px !important;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		margin-top: 40px;
		right: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__cx-widget {
		padding: 0 20px;
		margin: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h1 {
		font-size: 50px !important;
		text-align: center;
		margin-bottom: 0;
	}

	.abandoned-cart-modal .thankbtn {
		width: 35%;
		height: 35px;
		font-size: 1em;
		color: white;
		font-weight: 600;
		border-radius: 5px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h2 {
		font-size: 12px;
		margin: 0;
		font-weight: 100;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block a.counterRightArrow:after {
		margin-left: 30px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block input.abandoned-cart-modal__form__input {
		width: 85%;
		font-size: 10px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form {
		margin: 5px 18px;
	}

	.abandoned-cart-modal {
		padding-top: 20px;
		padding-right: 0;
		padding-left: 0 !important;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form p {
		font-size: .4em;
		font-weight: 100;
	}

	.abandoned-cart-modal h4 {
		font-size: 10px;
		font-weight: bold;
		padding: 12px 50px 0;
		margin: 0;
		line-height: 13px;
	}

	.abandoned-cart-modal .error {
		margin: 0;
		font-size: 10px;
		padding-left: 25px;
	}
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
	.abandoned-cart-modal .bgImage {
		width: 100%;
		height: auto;
	}

	.abandoned-cart-modal .abandoned-cart-modal__dialog {
		display: block;
		top: 50px;
	}

	.abandoned-cart-modal .modal-body {
		position: absolute;
		left: 0;
		top: 55px;
		width: 100%;
		height: 100%;
		z-index: 2000000200;
	}

	.abandoned-cart-modal .close {
		color: transparent;
		opacity: unset;
		padding: 0;
		position: relative;
		top: 3.6em;
		right: 0;
		width: 66px;
		height: 35px;
		left: 0;
		font-size: 1em;
		float: right;
	}

	.abandoned-cart-modal .abandoned-cart-modal__cx-widget {
		margin: 0 50px;
		padding: 0 75px;
	}

	.abandoned-cart-modal input.abandoned-cart-modal__opt-form__input {
		width: 70px;
		height: 23px;
		display: block;
		margin: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block {
		width: auto;
		max-height: 100%;
		margin: 40px 60px;
		padding-left: 0;
		top: 60px;
		position: relative;
		right: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h4 {
		font-size: 20.08px;
		font-weight: normal;
		padding: 62px 30px 0;
		margin: 0;
		line-height: 26px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h1 {
		font-size: 100px !important;
		margin-bottom: 12px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__thank-you h1 {
		font-size: 4.215em;
		line-height: 1.1;
		text-align: center;
		margin-bottom: 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block h2 {
		font-size: 25.3px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form {
		display: block;
		margin: 10px 0 0;
		height: auto;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form__submit-btn {
		font-size: 20px;
		width: 100%;
		padding: 0;
		height: 48px;
	}

	.abandoned-cart-modal .error {
		color: red;
		font-size: 16px;
		text-align: left;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form p {
		font-size: 15px !important;
		margin-left: 10px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form a {
		font-size: 1em;
		font-weight: 100;
		color: black;
	}

	.abandoned-cart-modal input.abandoned-cart-modal__form__input {
		width: 100%;
		padding-left: 0;
		margin-right: 0;
		height: 45px;
		margin-bottom: 15px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form {
		display: flex;
		line-height: 21px;
		margin: 15px 0;
	}

	.abandoned-cart-modal .abandoned-cart-modal__thank-you {
		z-index: 2000000200;
		position: absolute;
		top: 75px;
		left: 0;
		width: 100%;
	}

	.abandoned-cart-modal .thankbtn {
		width: 45%;
		height: 62px;
		font-size: 1.8em;
		color: white;
		font-weight: 600;
		border-radius: 5px;
	}

	.abandoned-cart-modal .abandoned-cart-modal__content {
		margin: 10px;
	}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { 
	.abandoned-cart-modal .abandoned-cart-modal__block h4 {
        padding: 5.5em 6.5em 0;
    }
    .abandoned-cart-modal__thank-you {
        padding: 5.5em 6.5em 0;
    }
    .abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__form {
        margin: 10px auto;
        width: 55%;
	}
    .abandoned-cart-modal .abandoned-cart-modal__block .abandoned-cart-modal__opt-form {
        margin: 10px auto;
        width: 55%;
	}
}
.pdp-v2-section__title {
    font-family: @font-helvetica-neue;
    font-weight: 900;
    font-size: 1.625rem;
  }

@media (min-width: @mobile-breakpoint) {
  .pdp-v2-section__title {
      font-size: 2.75rem;
      line-height: 4rem;    
  }
}
.lead-gen-modal .lead-gen-modal__form__submit-btn:hover{
    background-color:#d99e02;
}
.lead-gen-modal .lead-gen-modal__content picture .bgImage {
            max-width: none;
}
 .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
    position:fixed;
    top:80%;
    left:16%;
    width:80%;
    color:#666;
    font-size:.65em;
    padding:0 5%;
}
 .lead-gen-modal .thankbtn:hover{
    background-color:#d99e02;
    outline:0;
}
 .lead-gen-modal .lead-gen-modal__block{
    width:50%;
    max-height:100%;
    position:relative;
    top:30px;
    right:35px;
    float:right;
}
 .lead-gen-modal .lead-gen-modal__cxthemecounterTop h1{
    font-weight:bold;
    font-family:revert;
    margin:0;
    color:#444a52;
}
 .lead-gen-modal h2{
    font-size:1.5vw;
    line-height:65%;
    font-weight:bold;
    color:#000;
}
 .lead-gen-modal h4{
    font-size:1.2vw;
    font-weight:bold;
    margin-top:2em;
    line-height:23px;
    padding:0 17%;
    color:#000;
}
 .lead-gen-modal h3{
    font-size:1.2em;
    line-height:35px;
    font-weight:600;
    padding:0 50px;
    margin-top:4.1em;
    color:#000;
    font-weight:600;
    font-family:Helvetica,Arial,sans-serif;
}
 .lead-gen-modal .lead-gen-modal__form{
    display:block;
    height:auto;
}
 .lead-gen-modal input.lead-gen-modal__form__input{
    font-size:.66em;
    border:1px solid #000;
    transition:border-color .3s ease,box-shadow .3s ease;
    text-align:left;
    width:58%;
    height:35px;
    margin:10px 0;
    padding-left:10px;
    font-family:Helvetica,Arial,sans-serif;
    font-style:italic;
}
 .lead-gen-modal .lead-gen-modal__form__submit-btn{
    background-color:#eeb111;
    color:#000;
    display:inline-block;
    font-size:.68em;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    width:60%;
    border:0;
    text-transform:capitalize;
    height:auto;
    padding:1em 1.5em;
    border-radius:45px;
}
.lead-gen-modal .lead-gen-modal__opt-form{
    display:flex;
    margin:12px 30px 0;
}
.lead-gen-modal__opt-form label {
    display: flex;
}
 .lead-gen-modal input.lead-gen-modal__opt-form__input{
    width:15px;
    height:12px;
    display:block;
    margin:0;
    outline-style:none;
}
 .lead-gen-modal .lead-gen-modal__end-note p{
    font-size:.9em;
    line-height:1;
}
 .lead-gen-modal__opt-form p{
    font-size:.46em;
    padding-bottom:0;
    display:inline;
    text-align:center;
    font-weight:lighter;
    font-family:Helvetica;
    color:#666;
    line-height:1.2em;
    margin-top:0;
    margin-bottom:0;
}
 .lead-gen-modal .lead-gen-modal__opt-form a{
    font-size:1em;
    font-weight:normal;
    color:#666;
    text-decoration:underline;
}
 .lead-gen-modal .error{
    color:red;
    font-size:.6em;
    text-align:left;
    margin:0;
}
 .lead-gen-modal .lead-gen-modal__dialog__backlinkblock{
    width:fit-content;
    margin:0 auto;
    right:0;
}
 .lead-gen-modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 1049;
    background:rgba(46,46,46,0.9);
    transform:translate3d(0,0,0);
    opacity:1;
    overflow-x:auto;
    overflow-y:hidden;
}
 .lead-gen-modal .close{
    color:transparent;
    opacity:unset;
    padding:8px;
    position:absolute;
    top:-35px;
    right:30px;
    width:40px;
    height:38px;
    z-index:2000000200;
    cursor:pointer;
}
 .lead-gen-modal .lead-gen-modal__cx-widget{
    color:#444a52;
    font-size:1.5em;
    position:absolute;
    top:0;
    width:auto;
    height:100%;
    background:white;
    text-align:center;
    margin:0;
}
 .lead-gen-modal .lead-gen-modal__form__submit-btn:focus{
    outline:0;
}
 .lead-gen-modal .lead-gen-modal__body{
    position:absolute;
    left:0;
    top:12%;
    width:100%;
    z-index:2000000200;
}
 .lead-gen-modal h1,h2,h3,h4,h5{
    text-transform:none;
}
 .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__thank-you h1{
    font-size:2.7em;
    text-align:center;
    margin-bottom:0;
    font-weight:600;
    color:#e5b340;
    letter-spacing:2px;
}
 .lead-gen-modal .lead-gen-modal__thank-you{
    z-index:2000000200;
    position:relative;
    top: 0.5em;
}
 .lead-gen-modal .lead-gen-modal__thank-you p{
    text-align:center;
    font-size:0.8em;
    font-weight:bold;
    margin: 20px;
}
 .lead-gen-modal .thankbtn{
    width:50%;
    height:32px;
    font-size:0.8em;
    color:#000;
    font-weight:600;
    border-radius:35px;
    outline-style:none;
}
 .lead-gen-modal .btn{
    display:block;
    background-color:#eeb111;
    margin:10px auto;
    border:0;
    text-transform:none;
}
 .lead-gen-modal .lead-gen-modal__block h1{
    font-size:6vw;
    line-height:1em;
    text-align:center;
    color:#000;
}
 .lead-gen-modal .acModalOpen{
    overflow:hidden;
}
 .lead-gen-modal .lead-gen-modal__dialog{
    display:inline-flex;
    visibility:visible;
    opacity:1;
    z-index:2;
}
.lead-gen-modal .lead-gen-modal__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
 .lead-gen-modal .lead-gen-modal__content{
    position:relative;
    background-clip:padding-box;
    border-radius:6px;
    outline:0;
    margin:45px auto;
    padding:30px;
}
 .lead-gen-modal .note p{
    font-size:.7em;
    text-align:left;
    padding:0 20px 0 80px;
}
 .lead-gen-modal__end-note{
    position:relative;
    top:80%;
    left:21%;
    width:70%;
    text-align:center;
    color:#666;
    font-size:.65em;
    padding:0 5%;
}
 @media screen and (min-width:1400px){
     .lead-gen-modal h4{
        font-size:.7em;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:3em;
        line-height:1em;
    }
     .lead-gen-modal h2{
        font-size:.65em;
        line-height:1em;
    }
     .lead-gen-modal .lead-gen-modal__dialog{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position:fixed;
        top: 80%;
        left:16%;
    }
}
 @media screen and (min-width:1600px){
     .lead-gen-modal h4{
        font-size:.7em;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:3em;
        line-height:1em;
    }
     .lead-gen-modal h2{
        font-size:.65em;
        line-height:1em;
    }
     .lead-gen-modal .lead-gen-modal__dialog{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position:fixed;
        top: 80%;
        left:16%;
    }
}
 @media screen and (min-width:1900px){
    .lead-gen-modal h4{
        font-size:.7em;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:3em;
        line-height:1em;
    }
     .lead-gen-modal h2{
        font-size:.65em;
        line-height:1em;
    }
     .lead-gen-modal .lead-gen-modal__dialog{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position:fixed;
        top: 80%;
        left:16%;
    }
}
 @media screen and (max-width:600px){
    .lead-gen-modal{
        padding-right:0;
        width:100%;
    }
     .lead-gen-modal .thankbtn{
        width:65%;
        height:50px;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__thank-you h1{
        font-size:3.2em;
    }
     .lead-gen-modal .error{
        color:red;
        font-size:.4em;
        padding:5px 20px 0;
        margin:0;
        display:block;
        text-align:center;
    }
     .lead-gen-modal .note p{
        font-size:.7em;
        text-align:left;
        padding:0 20px 0 40px;
    }
     .lead-gen-modal .lead-gen-modal__thank-you{
        z-index:2000000200;
        position:absolute;
        top:1em;
        width:100%;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__thank-you p{
        text-align:center;
        font-size:1em;
        font-weight:bold;
        margin-bottom:45px;
        color:#000;
    }
     .lead-gen-modal .bgImage{
        width:100%;
        height:auto;
        background-repeat:no-repeat;
        background-size:100% auto;
        background-position:center top;
        background-attachment:fixed;
    }
     .lead-gen-modal .cx-theme-counterTop h1{
        font-size:2.65em;
    }
     .lead-gen-modal .back-link{
        margin:10px;
    }
     .lead-gen-modal .close{
        color:grey;
        font-size:2em;
        margin:0;
    }
     .lead-gen-modal .back-link .lead-gen-modal__body{
        padding:0;
    }
     .lead-gen-modal input.lead-gen-modal__opt-form__input{
        width:100%;
        padding-left:0;
        margin-right:10px;
        margin-bottom:15px;
        height:40px;
    }
     .lead-gen-modal .lead-gen-modal__form__submit-btn{
        font-size:1em;
        width:35%;
        padding:8px 25px;
    }
     .lead-gen-modal .lead-gen-modal__opt-form a{
        font-size:1em;
        font-weight:normal;
        color:#337ab7;
        text-decoration:none
    }
     .lead-gen-modal .lead-gen-modal__block{
        width:100%;
        margin:0 auto;
        padding:0;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__cx-widget{
        color:#444a52;
        text-align:center;
        font-size:1.6em;
        padding:0 20px;
        margin:0 13px 0;
    }
     .lead-gen-modal h4{
        font-size:.6em;
        font-weight:bold;
        padding:0 10px;
        margin-bottom:0;
        line-height:1.18em;
        margin-top:0;
    }
     .lead-gen-modal .lead-gen-modal__content{
        width:auto;
        height:auto;
        padding:0;
        margin:0
    }
     .lead-gen-modal .modal-body{
        position:absolute;
        top:10px;
        left:0;
        padding:0;
        width:100%;
    }
     .lead-gen-modal .lead-gen-modal__block a.counterRightArrow:after{
        margin-left:35px;
        margin-top:13px;
        left:0;
    }
     .lead-gen-modal .lead-gen-modal__block input.lead-gen-modal__opt-form__input{
        width:35px;
        height:12px;
        display:block;
        margin:0;
    }
     .lead-gen-modal .lead-gen-modal__end-note p{
        font-size:1em;
        line-height:1.2;
        margin-top:0;
        margin-bottom:0;
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #666;
        top: auto;
        display: block;
        margin-bottom: 1.5em;
        }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock .close{
        z-index:100000056;
        color:transparent;
        padding:20px;
        margin:0;
        height:30px;
        width:30px;
        top:-42px;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__block h2{
        font-size:.68em;
        margin:2px 0;
    }
     .lead-gen-modal h3{
        font-size:1em;
        padding:10px 12px 0;
        margin-top:43px;
        line-height:1.18em;
        margin-bottom:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form{
        display:block;
        margin:0;
        height:auto;
    }
     .lead-gen-modal .lead-gen-modal__opt-form{
        display:flex;
        line-height:21px;
        margin:5px 0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form__submit-btn{
        height:32px;
        font-size:16px;
        width:85%;
        padding:0;
    }
     .lead-gen-modal input.lead-gen-modal__form__input{
        font-size:.6em;
        border:1px solid #000;
        transition:border-color .3s ease,box-shadow .3s ease;
        font-style:normal;
        text-align:left;
        width:85%;
        height:30px;
        margin:5px;
        padding-left:10px;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form p{
        font-size:.44em;
        font-weight:100;
        margin-bottom:10px;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form a{
        font-size:1em;
        font-weight:normal;
        color:black;
        text-decoration:underline;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock{
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        margin: 0;
        height: auto;
        top: auto;
        transform: none;
        left: 0;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:72px;
        line-height:.983em;
        text-align:center;
        margin-bottom:0;
    }
}
 @media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:40 / 71){
    .lead-gen-modal .bgImage{
        width:100%;
        height:auto;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__opt-form p{
        font-size:.38em;
        font-weight:100;
        float:none;
        margin:0;
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note {
        position: fixed;
        top: 83%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #666;
        font-size: .5em;
        padding: 0 5%;
        display: block;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__block{
        width:100%;
        margin:0 auto;
        padding-left:0;
        margin-top:0;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock{
        position:absolute;
        top:auto;
        left:0;
        transform:translate(0,0);
        bottom:0;
        margin:0;
    }
     .lead-gen-modal h3{
        font-size:1em;
        padding:2px 0 0;
        margin-top:10px;
        line-height:1.18em;
        margin-bottom:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__thank-you h1{
        font-size:2.8em;
    }
     .lead-gen-modal .lead-gen-modal__block{
        width:100%;
        margin:0 auto;
        padding-left:0;
        margin-top:40px;
        right:0;
    }
     .lead-gen-modal .lead-gen-modal__cx-widget{
        padding:0;
        margin:0;
    }
     .lead-gen-modal .lead-gen-modal__block h1{
        font-size:2.1em;
        text-align:center;
        margin:3px 0;
        font-weight:bold;
        color:#000;
    }
     .lead-gen-modal .thankbtn{
        width:75%;
        height:45px;
        font-size:1em;
        color:#000;
        font-weight:600;
        border-radius:45px;
    }
     .lead-gen-modal .lead-gen-modal__block h2{
        font-size:.51em;
        margin:0 0 5px;
        font-weight:bold;
        color:#000;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form{
        display:block;
        margin:0;
        height:auto;
    }
     .lead-gen-modal .lead-gen-modal__block a.counterRightArrow:after{
        margin-left:30px;
    }
     .lead-gen-modal .lead-gen-modal__block input.lead-gen-modal__form__input{
        width:70%;
        font-size:.5em;
        font-style:italic;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form__submit-btn{
        height:38px;
        font-size:.5em;
        width:72%;
        padding:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form{
        margin:8px 20px;
    }
     .lead-gen-modal{
        padding:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form p{
        font-size:.39em;
        font-weight:100;
        float:none;
    }
     .lead-gen-modal .lead-gen-modal__end-note p{
        font-size:1.1em;
        line-height:1.2;
    }
     .lead-gen-modal h4{
        font-size:.45em;
        padding:0 50px;
        margin:0;
        line-height:15px;
        font-family:Helvetica,Arial,sans-serif;
        font-weight:bold;
        color:#000;
    }
     .lead-gen-modal .error{
        margin:0;
        font-size:.4em;
        padding-left:25px;
        text-align:center;
    }
     .lead-gen-modal .lead-gen-modal__block input.lead-gen-modal__opt-form__input{
        width:15px;
        height:10px;
        display:block;
        margin-right:0;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form a{
        font-size:1em;
        font-weight:normal;
        color:black;
        text-decoration:underline;
        float:none;
        font-family:Helvetica,Arial,sans-serif;
    }
   	.lead-gen-modal .lead-gen-modal__body {
   		position: absolute;
        left: 0;
        top: 10%;
        width: 100%;
        z-index: 2000000200;
    }
}
 @media all and (min-width:768px) and (max-width:1024px){
    .lead-gen-modal h4{
        margin-top:2em;
        font-size:.58em;
        line-height:15px;
        margin-bottom:5px;
    }
    .lead-gen-modal .lead-gen-modal__block h1{
        margin-bottom:6px;
    	font-size: 8vw;
    }
     .lead-gen-modal .lead-gen-modal__opt-form{
        margin:12px 30px;
    }
     .lead-gen-modal input.lead-gen-modal__opt-form__input{
        width:20px;
    }
     .lead-gen-modal .lead-gen-modal__dialog{
        position:absolute;
        top:25%;
        left: 0;
        transform: none;
    }
	.lead-gen-modal h2 {
    	font-size: 1.8vw;
    }
    .lead-gen-modal .lead-gen-modal__thank-you {
        z-index: 2000000200;
        position: relative;
        top: 2.5em;
    }
    .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__thank-you h1 {
        font-size: 2.4em;
        line-height: 1.1;
        text-align: center;
        margin-bottom: 0;
        font-weight: 600;
        color: #e5b340;
        letter-spacing: 2px;
        margin-top: 2px;
    }
    .lead-gen-modal .lead-gen-modal__thank-you p {
        text-align: center;
        font-size: 1.3em;
        font-weight: bold;
        margin: 7px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lead-gen-modal .thankbtn {
        width: 60%;
        height: 40px;
        font-size: 1.2em;
        color: #000;
        font-weight: 600;
        border-radius: 35px;
        outline-style: none;
    }
}
 @media only screen and (device-width:414px) and (device-height:736px) and (-webkit-device-pixel-ratio:3){
    .lead-gen-modal .lead-gen-modal__block input.lead-gen-modal__opt-form__input{
        width:35px;
        height:15px;
        display:block;
        margin:0;
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note {
       position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #666;
        top: auto;
        display: block;
        margin-bottom: 1.5em;
        font-size: .69em;
    	padding: 0 5%;
    }
     .lead-gen-modal input.lead-gen-modal__form__input{
        font-size:.6em;
        border:1px solid #000;
        transition:border-color .3s ease,box-shadow .3s ease;
        font-style:normal;
        text-align:left;
        width:85%;
        height:37px;
        margin:10px 5px 5px;
        padding-left:10px;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__form__submit-btn{
        height:38px;
        font-size:16px;
        width:85%;
        padding:0;
        margin:0;
    }
     .lead-gen-modal .lead-gen-modal__end-note p{
        font-size:1.15em;
        line-height:1.1;
    }
     .lead-gen-modal .lead-gen-modal__block .lead-gen-modal__opt-form p{
        font-size:.5em;
        font-weight:100;
        line-height:1.3;
    }
     .lead-gen-modal .lead-gen-modal__opt-form{
        display:flex;
        margin:5px 0;
        padding:5px 0;
    }
     .lead-gen-modal h3{
        font-size:1em;
        padding:20px 30px 6px;
        margin-top:10px;
        line-height:1.18em;
        margin-bottom:0;
    }
     .lead-gen-modal .lead-gen-modal__dialog__backlinkblock{
        margin:0;
    }
     .lead-gen-modal .lead-gen-modal__block h2{
        font-size:16.5px;
        margin:0 10px;
    }
     .lead-gen-modal h4{
        font-size:16px;
        font-weight:bold;
        padding:0 25px;
        margin-bottom:0;
        line-height:1.28em;
        margin-top:0;
    }
}
 @media all and (min-width:584px) and (max-width:750px){
    .lead-gen-modal h4{
        font-size:1.6vw;
        margin-top:1em;
        line-height:1.4em;
        padding:0 17%;
    }
     .lead-gen-modal input.lead-gen-modal__form__input{
        font-size:.56em;
        width:58%;
        height:27px;
        margin:8px 0;
        padding-left:10px;
    }
     .lead-gen-modal .lead-gen-modal__form__submit-btn{
        font-size:.58em;
        width:60%;
        padding:.6em;
        border-radius:45px;
    }
     .lead-gen-modal__opt-form p{
        font-size:.36em;
    }
     .lead-gen-modal__dialog__backlinkblock .lead-gen-modal__end-note{
        position:fixed;
        top:77%;
        left:16%;
        width:80%;
        color:#666;
        font-size:.5em;
        padding:0 5%;
    }
}

/*SMS LG CSS*/

.sms-lead-gen-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1051;
	background: rgba(46, 46, 46, 0.9);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}	

.sms-lead-gen-modal .lead-gen-modal__dialog {
	display: block;
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 2;
}

.sms-lead-gen-modal h1 {
	margin: 30px 0 10px 15px;
	color: #fefefe;
	font-size: 2.6em;
	text-align: center;
	font-weight: bold;
	text-transform: none;
}

.sms-lead-gen-modal .close {
	color: #000;
    opacity: unset;
    padding: 0 6px 4px 6px;
    font-size: 20px;
    position: relative;
    top: -38px;
    right: 6px;
    float: right;
    border: 1px solid #EEB111;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #EEB111;
    font-weight: bold;
    border-radius: 50%;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn span {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Helvetica Neue LT W01_55 Roman';
}

.sms-lead-gen-modal .close:hover,
.close:focus {
	text-decoration: none;
	cursor: pointer;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn:hover {
	background-color: #5b5b5b;
	color: #fff;
}

.sms-lead-gen-modal .thankbtn:hover {
	background-color: #5b5b5b;
	border: 0;
	outline: 0;
	color: #fff;
}

.sms-lead-gen-modal .btn {
	display: block;
	background-color: #c41230;
	margin: 10px auto;
	cursor: pointer;
}

.sms-lead-gen-modal .lead-gen-modal__subblock {
	height: 100%;
	width: 100%;
    padding: 25px;
    background-color: #F6F6F6;
}

.sms-lead-gen-modal .lead-gen-modal__cx-widget {
	text-align: center;
	font-size: 1.8em;
	padding: 0 25px;
}

.sms-lead-gen-modal .lead-gen-modal__subblock p {
	padding: 0;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
    color: #000000;
	margin: .5rem 0;
}

.sms-lead-gen-modal .lead-gen-modal__form {
	display: block;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0;
}

.sms-lead-gen-modal .form-input {
	display: block;
	height: 43.02px;
	width: 486px;
	padding-left: 15px;
	background-color: #fff;
	border: 1px solid #E2E2E5;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
	margin: 10px 0;
    background: #222222;
    color: #FFFFFF;
    width: auto;
    height: 40px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    border: 0;
    cursor: pointer;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 4;
    border-radius: 30px;
}

.sms-lead-gen-modal .form-group {
	padding: 0;
	margin: 0 0 1rem;
	border: 0;
}

.sms-lead-gen-modal .form-label {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 12px;
	text-align: left;
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
}
.sms-lead-gen-modal .form-error-item {
    margin: 0.25rem 0 0;
    padding: 0;
    color: #c41230;
    font-size: .9375rem;
	display:none;
}

.sms-lead-gen-modal .form-label span {
	padding-left: 5px;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__form__submit-btn:focus {
    outline: rgb(0, 0, 0) solid 0.125rem;
	outline-offset: 0.125rem;
}

.sms-lead-gen-modal .lead-gen-modal__subblock:focus {
	outline: .125rem solid #fff;
    outline-offset: .125rem;
}

.sms-lead-gen-modal .close:focus {
	outline: .125rem solid #fff;
    outline-offset: .125rem;
}

.sms-lead-gen-modal label.email-label,  .sms-lead-gen-modal label.phone-label {
    display: block;
    margin: 5px 0;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
	color: #000;
}

.sms-lead-gen-modal label.email-label span {
	padding-left: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.sms-lead-gen-modal label.phone-label span {
    padding-left: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.sms-lead-gen-modal input.lead-gen-modal__form__input {
	display: block;
    height: 43.02px;
    width: 486px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #E2E2E5;
	font-size: 16px;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form p {
    font-size: 14.4px;
    margin-left: 10px;
    display: inline-block;
    line-height: 125%;
    font-family: 'Avenir-Roman','Avenir',sans-serif;
    font-style: normal;
    padding: 0;
    align-items: center;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form label {
	display: flex;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

.sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
	width: 25px;
	height: 25px;
	display: flex;
	margin: 0;
	border: 1px solid #E2E2E5;
	background: #fff;
	flex: none;
	order: 0;
	flex-grow: 0;
	box-sizing: border-box;
    accent-color: #eeb111;
}

.sms-lead-gen-modal .lead-gen-modal__opt-form {
	display: flex;
	line-height: 15px;
	margin: 10px 0 0;
}

.sms-lead-gen-modal .lead-gen-modal__form--right-arrow:after {
	position: absolute;
	margin-left: 18px;
	margin-top: 18px;
	content: " ";
	border-left: 5px solid brown;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}

.sms-lead-gen-modal .thankbtn {
	width: 50%;
	height: 50px;
	font-size: 1.5em;
	border: 0;
	border-radius: 4px;
	color: white;
	font-weight: 600;
	text-transform: none;
}

.sms-lead-gen-modal .lead-gen-modal__thank-you h1 {
	color: #444a52;
}

.sms-lead-gen-modal .lead-gen-modal__end-note p {
	font-size: .57em;
    text-align: left;
    padding: 0 25px;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    display: flex;
    align-items: center;
}

.sms-lead-gen-modal .lead-gen-modal__body {
	width: 600px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
}

.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
	color: #C41230;
	font-size: 14px;
	text-align: left;
	margin: 0;
	display: block;
	padding-top: 2px;
}

.sms-lead-gen-modal .sms-check-error {
	color: red;
	font-size: 14px;
	text-align: left;
	margin: 0;
	display: block;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_name {
	color: #fefefe;
	margin: 0;
	font-size: 8em;
	text-align: center;
	font-weight: bold;
	font-family: "Avenir-Roman", sans-serif;
	text-transform: none;
	line-height: .8;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_sub {
	font-size: 1.6em;
	padding: 5px 0 5px 25px;
	font-weight: 600;
	margin: 0;
	text-transform: none;
	color: #fefefe;
	text-align: left;
	letter-spacing: 5px;
	font-family: "Avenir-Roman", sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
	font-size: 27px;
	font-weight: 600;
	margin: 0;
	text-transform: inherit;
	font-family: 'Helvetica Neue LT W01_55 Roman';
	text-align: left;
	color: #000;
    line-height: 120%
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
	font-size: 16px;
	display: block;
	line-height: normal;
	font-family: 'Helvetica Neue LT W01_55 Roman';
	font-weight: 400;
	text-align: left;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
	height: auto;
    padding: 20px;
    background: #F6F6F6;
    width: 98%;
    margin: 0 auto;
}

.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal__form__input,
.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal_phone-form-input {
	font-size: .6em;
    margin-right: 5px;
    display: block;
    height: 43.02px;
    width: 486px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #E2E2E5;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 125%;
	font-family: 'Helvetica Neue LT W01_55 Roman';
	font-style: normal;
	margin: 0;
	align-items: center;
}
.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note {
	position: relative;
    left: 0;
    width: 100%;
    padding: 0;
}
.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
	font-size: 9px;
	text-align: left;
	padding: 0 20px;
	font-family: 'Helvetica Neue LT W01_55 Roman';
	display: flex;
	align-items: center;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p a {
	color: #000;
}

.sms-lead-gen-modal .sms-lead-gen-modal.lead-gen-modal__dialog .close {
	color: #fefefe;
	opacity: unset;
	padding: 2px 5px;
	font-size: 1em;
	position: relative;
	top: -35px;
	right: 40px;
	background: #005ABB;
	border: none;
}

.sms-lead-gen-modal .super {
	font-size: x-large;
	vertical-align: top;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink {
	width: 100%;
	display: table;
	height: 100%;
	margin: 0;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__content {
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
	height: 150px;
	padding: 15px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
	color: #000000;
    font-size: 29px;
    margin: 0;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    text-transform: inherit;
	text-align: left;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .center_block {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Avenir-Roman", sans-serif;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .center_block p {
	text-align: center;
    font-size: 12px;
    letter-spacing: .8px;
    font-family: 'Avenir-Roman','Avenir',sans-serif;
    margin-top: 20px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog .center_block .thankbtn {
	width: 60%;
	height: 35px;
	border: 0;
	border-radius: 0;
	color: white;
	font-weight: 600;
	text-transform: none;
	font-size: .7em;
}

.sms-lead-gen-modal .form-group.form-group-phone-field {
	margin-bottom: 0;
}

.sms-lead-gen-modal .lead-gen-modal__end-note_para p {
	padding: 0;
	font-size: .32em;
	text-align: left;
	font-family: 'Helvetica Neue LT W01_55 Roman';
}

.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p {
	padding: 0;
    font-size: .94em;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    color: #000000;
	margin-top: 20px;
    line-height: normal;
}

.sms-lead-gen-modal .sms-email-error {
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	text-align: left;
	color: #C41230;
	padding-top: 5px;
}

.sms-lead-gen-modal .sms-phone-error {
	font-family: 'Avenir-Heavy','Avenir',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	text-align: left;
	color: #C41230;
	padding-top: 5px;
}

.sms-lead-gen-modal .lead-gen-modal__dialog input:focus {
	border: none;
}

.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_sms_offer {
    font-size: 16px;
    display: block;
    line-height: normal;
    margin: 5px 0;
    padding: 0;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.32px;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
		font-size: .5em;
		margin: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
		font-size: 24px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
		font-size: 17.8px;
		display: block;
		line-height: normal;
		font-family: 'Helvetica Neue LT W01_55 Roman';
		font-weight: 400;
		text-align: left;
		padding-bottom: 10px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
		font-size: 14px;
		margin: 0;
		display: inline-block;
		text-align: left;
		letter-spacing: 0.2px;
		padding-left: 10px;
		padding-top: 3px;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
		font-size: 14px;
		font-weight: normal;
		color: #000;
		text-decoration: underline;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
		height: 100%;
		padding: 25px 33px;
		background-color: #eee;
		width: auto;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
		text-align: left;
		padding: 0 25px;
	}

	.sms-lead-gen-modal .lead-gen-modal__form__submit-btn span {
		font-size: 18px;
	}

	.sms-lead-gen-modal .close {
		color: #000;
		opacity: unset;
		padding: 1px 2px 4px 2px;
		font-size: 1.2em;
		margin: 0;
		right: 0.5rem;
		top: -50px;
		left: 0px;
		height: 30px;
		width: 30px;
		text-align: center;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p {
		font-size: .92em;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
		height: 155px;
	}
    .sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
        width: auto;
    }

    .sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_sms_offer {
        font-size: 16px;
    }
}

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

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
		font-size: 12px;
		margin-top: 5px;
        line-height: 17.5px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
		font-size: 19px;
		padding-top: 10px;
        padding-bottom: 0;
        line-height: 1;
	}

    .sms-lead-gen-modal label.email-label {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 125%;
        display: flex;
        align-items: center;
        letter-spacing: 0.42px;
        padding-bottom: 5px;
        margin: 0px;
    }

    .sms-lead-gen-modal .email-label span {
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 125%;
        display: flex;
        align-items: flex-end;
        letter-spacing: 0.54px;
        padding-top: 4px;
    }

    .sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal__form__input {
        font-size: 16px;
        margin-right: 5px;
		padding-left: 15px;
    }

	.sms-lead-gen-modal .sms-email-error {
		font-family: 'Avenir-Roman','Avenir',sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 125%;
		text-align: left;
		color: #C41230;
		padding-top: 5px;
	}

    .sms-lead-gen-modal label.phone-label{
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 125%;
        display: flex;
        align-items: center;
        letter-spacing: 0.42px;
        padding: 5px 0px 5px 0px;
        margin: 0px;
    }

    .sms-lead-gen-modal .lead-gen-modal_phone-form-input {
        font-size: 16px;
        margin-right: 5px;
        display: block;
        height: 43.02px;
        width: 460px;
        padding-left: 15px;
        background-color: #fff;
        border: 1px solid #E2E2E5;
    }

	.sms-lead-gen-modal .sms-phone-error {
		font-family: 'Avenir-Roman','Avenir',sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 125%;
		text-align: left;
		color: #C41230;
		padding-top: 5px;
	}

    .sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
        width: 24px;
        height: 24px;
        display: flex;
        margin-top: 4.01px;
        border: 1px solid #E2E2E5;
        background: #fff;
        order: 0;
        box-sizing: border-box;
    }

	.sms-lead-gen-modal .form-input {
		max-width: 22em;
		height: 36.02px;
		padding-left: 5px;
	}

	.sms-lead-gen-modal .lead-gen-modal__form {
		margin: 10px 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		padding: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__thank-you .btn {
		display: block;
		background-color: #c41230;
		margin: 10px auto;
		width: 70px;
		height: 25px;
		font-size: .6rem;
		padding: 0px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__content {
		opacity: 1;
		margin: auto;
		padding: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note {
		margin-bottom: 10px;
	}
	
	.sms-lead-gen-modal .close {
		padding: 0 1px 2px 1px;
		top: -18rem;
		right: 1.2rem;
		width: 26px;
		height: 26px;
		font-size: 1.2em;
		margin: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog {
		position: fixed;
		width: 100%;
		margin: 0;
		bottom: 0;
	}

	.sms-lead-gen-modal .close:hover,
	.close:focus {
		text-decoration: none;
		cursor: pointer;
	}

	.sms-lead-gen-modal h1 {
		font-size: 1.7em;
		height: 24px;
		margin: 30px 0 10px 0;
	}

	.sms-lead-gen-modal h2 {
		font-size: .49em;
		padding: 10px 0 0;
		margin-top: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
		padding: 5px 15px;
		width: 90%;
		margin: 0 auto;
		display: inline-block;
		position: absolute;
		float: left;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: auto;
	}

	.sms-lead-gen-modal .lead-gen-modal__subblock .lead-gen-modal__cx-widget {
		padding: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__subblock p {
		font-size: 9.8px;
		line-height: 1;
		margin-top: 5px;
    	text-align: left;
	}

	.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
		font-size: 14px;
		padding: 0;
		width: 145px;
		height: 35px;
		margin: 10px 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__subblock h1 {
		color: #444a52;
		margin: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form {
		display: flex;
		line-height: 15px;
		margin-bottom: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
		font-size: 1em;
		letter-spacing: 0.3px;
	}

	.sms-lead-gen-modal .lead-gen-modal__opt-form p {
		font-size: .4em;
		padding-left: 7px;
		line-height: 15px;
		padding-right: 0;
	}

	.sms-lead-gen-modal .lead-gen-modal__form--right-arrow:after {
		margin-left: 10px;
		margin-top: 12px;
		border-left: 4px solid brown;
		border-bottom: 3px solid transparent;
		border-top: 3px solid transparent;
	}

	.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
		font-size: .34em;
		margin: 0;
		display: block;
		line-height: 8px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
		font-size: 9.9px;
        font-weight: 400;
		line-height: 1;
		padding: 0px;
	}

	.sms-lead-gen-modal .form-label {
		font-size: .6rem;
		margin-bottom: 5px;
	}

	.sms-lead-gen-modal .form-label span {
		font-size: .5rem;
	}

	.sms-lead-gen-modal .form-group {
		margin: 0 0 0.5rem;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
		font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0.42px;
        text-align: left;
		margin-top: 0px;
        display: block;
	}

	.sms-lead-gen-modal .lead-gen-modal__form__submit-btn span {
		font-size: 10px;
		letter-spacing: .5px;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
		color: #000000;
		font-size: 18px;
		margin: 0;
		font-family: 'Helvetica Neue LT W01_55 Roman';
		text-transform: uppercase;
		height: auto;
		text-align: left;
	}

	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
		background-color: #F6F6F6;
		height: 135px;
		padding: 18px 3px;
	}
	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p{
		font-size: .61rem;
		line-height: 1.4;
		margin-top: 10px;
		text-align: left;
	}

    .sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__blog_subblock {
        width : 100%;
        bottom : 0;
        top : auto;
        transform : none;
        left: 0;
    }
    
    .sms-lead-gen-modal .blog_close {
        top : -13rem;
        right : 0.3rem;
    }

    .sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_sms_offer {
        font-size: 11px;
    }
}

@media only screen  and (min-width : 568px) and (max-width:1281px) and (orientation : landscape){
	.sms-lead-gen-modal {
		overflow: scroll;
	}	
	.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
		margin: 45px auto;  
	}
    .sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
        width: auto;
    }
}

@media screen and (max-width: 350px) {
    .sms-lead-gen-modal {
        overflow: scroll;
    }
    .sms-lead-gen-modal::-webkit-scrollbar {
        display: none;
    }
    .sms-lead-gen-modal .close {
        top: -41.7rem;
    }
    .sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
        margin-top: 42rem;
    }
}
.leadgen-loggedin.sms-lead-gen-modal {
    z-index: 200000000111;
}

.leadgen-loggedin.sms-lead-gen-modal .close {
    color: #333333;
    opacity: unset;
    padding: 0 5px 3px 5px;
    font-size: 16px;
    position: relative;
    top: 10px;
    right: 15px;
    float: right;
    border: 1px solid #D08B0A;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #D08B0A;
    font-weight: bold;
    border-radius: 50%;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget {
    text-align: center;
    font-size: 1.8em;
    padding: 0 20px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__subblock p {
    padding: 0;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
    margin: .5rem 0;
    line-height: 12.5px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
    margin: 25px 0 15px 0;
    background: #FFFFFF;
    color: #000;
    width: auto;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    border: 0;
    cursor: pointer;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 4;
    border-radius: 30px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__form__submit-btn:focus {
    outline: #FFFFFF solid 0.125rem !important;
    outline-offset: 0.125rem;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p a:focus {
    outline: 0.125rem solid #FFFFFF;
    outline-offset: 0.125rem;
}

.leadgen-loggedin.sms-lead-gen-modal label.email-label,.leadgen-loggedin.sms-lead-gen-modal label.phone-label {
    display: block;
    margin: 10px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    color: #FFFFFF;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
    font-size: 1em;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}

.leadgen-loggedin.sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
    width: 15px;
    height: 15px;
    display: flex;
    margin: 0;
    border: 1px solid #e2e2e5;
    background: #fff;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-sizing: border-box;
    accent-color: #eeb111;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__body {
    width: 600px;
    margin: 0 auto;
    text-align: left;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
    font-size: 29px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    text-align: center;
    color: #FFFFFF;
    line-height: 36.25px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
    font-size: 16px;
    display: block;
    line-height: normal;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
    color: #FFFFFF;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
    height: auto;
    padding: 36px 11px;
    background: #222222;
    width: 100%;
    margin: 0 auto;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal__form__input,.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal_phone-form-input {
    font-size: 16px;
    margin-right: 5px;
    display: block;
    height: 40px;
    width: 574px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #e2e2e5;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
    font-size: 12px;
    padding-left: 10px;
    padding-top: 0;
    line-height: 125%;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    font-style: normal;
    margin: 0;
    align-items: center;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
    color: #EEB111;
    font-size: 14px;
    text-align: left;
    margin: 0;
    display: block;
    padding-top: 2px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
    font-size: 10px;
    text-align: left;
    padding: 5px 20px 0 20px;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    display: flex;
    align-items: center;
    line-height: 12.5px;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
    width: 637px;
    margin: 0 auto;
    text-align: left;
    float: right;
    padding: 0;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
    color: #FFFFFF;
    font-size: 29px;
    margin: 0;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    text-transform: inherit;
    text-align: left;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p {
    padding: 0;
    font-size: .94em;
    text-align: left;
    font-family: 'Helvetica Neue LT W01_55 Roman';
    color: #FFFFFF;
    margin-top: 20px;
    line-height: normal;
}

.leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog input:focus {
    border: 0;
    outline: 1px solid #FFFFFF;
}

.leadgen-loggedin.sms-lead-gen-modal .close:focus {
    outline: 0.125rem solid #FFFFFF !important;
    outline-offset: 0.125rem;
}

@media screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
        font-size:.5em;
        margin: 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
        font-size: 27px;
        font-family: 'Helvetica Neue';
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__opt-form p a {
        font-size: 14px;
        font-weight: normal;
        text-decoration: underline;				
	}

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
        height: 100%;
        padding: 25px 25px;
        width: auto;
    }

    .leadgen-loggedin.sms-lead-gen-modal .close {
        opacity: unset;
        padding: 1px 2px 5px 2px;
        font-size: 16px;
        margin: 0;
        right: .5rem;
        top: 11px;
        left: -10px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__subblock .lead-gen-modal__cx-widget {
        padding: 0
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname_p {
        font-size: 12px;
        padding-bottom: 0;
        line-height: 17.5px;
        margin: 5px 0 0 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
        font-size: 17px;
        font-family: 'Helvetica Neue';
        padding: 20px 0 0 0;
        line-height: 21.25px;
        letter-spacing: -0.5px;
        text-align: center;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
        font-size: 11px;
    }

    .leadgen-loggedin.sms-lead-gen-modal label.phone-label {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        display: flex;
        align-items: center;
        letter-spacing: .42px;
        padding: 0 0 5px 0;
        margin: 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog input.lead-gen-modal_phone-form-input {
        font-size: 10px;
        margin-right: 5px;
        display: block;
        height: 20px;
        width: 343px;
        padding-left: 10px;
        background-color: #fff;
        border: 1px solid #e2e2e5;
    }

    .leadgen-loggedin.sms-lead-gen-modal input.lead-gen-modal__opt-form__input {
        width: 10px;
        height: 10px;
        display: flex;
        margin-top: 4.01px;
        border: 1px solid #e2e2e5;
        background: #fff;
        order: 0;
        box-sizing: border-box;
    }

    .leadgen-loggedin.sms-lead-gen-modal .close {
        padding: 0 1px 2px 2px;
        top: -9.7rem;
        right: 0.3rem;
        width: 16px;
        height: 16px;
        font-size: 14px;
        margin: 0;
        z-index: 1;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__subblock {
        padding: 5px 10px;
        width: 90%;
        margin: 0 auto;
        display: inline-block;
        position: absolute;
        float: left;
        left: 55%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: auto;
        bottom: auto;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__subblock p {
        font-size: 9px;
        line-height: 9.5px;
        margin-top: 10px;
        text-align: left;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__form__submit-btn {
        font-size: 12px;
        padding: 0;
        width: 126px;
        height: 28px;
        margin: 15px 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__opt-form p {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 10px;
        text-align: left;
        margin-top: 4px;
        display: block;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__end-note p {
        font-size: 9px;
        font-weight: 400;
        line-height: 9.5px;
        padding: 0;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you h1 {
        font-size: 18px;
        margin: 0;
        font-family: 'Helvetica Neue LT W01_55 Roman';
        text-transform: uppercase;
        height: auto;
        text-align: left;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you {
        background-color: #222222;
        height: 135px;
        padding: 18px 3px;
    }

    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__thank-you p {
        font-size: 12px;
        margin-top: 10px;
        text-align: left;
    }
}

@media (min-width: 601px) and (max-width: 767px) and (orientation: landscape) {
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
        font-size: 28px;
        text-align: center;
        font-family: 'Helvetica Neue';
    }
}

@media screen and (max-width: 350px) {
    .leadgen-loggedin.sms-lead-gen-modal {
        overflow: scroll;
    }
    .leadgen-loggedin.sms-lead-gen-modal::-webkit-scrollbar {
        display: none;
    }
    .leadgen-loggedin.sms-lead-gen-modal .close {
        top: -23.7rem;
    }
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog .lead-gen-modal__body {
        margin-top: 25rem;
    }
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__dialog__backlink .main_form_subname {
        font-family: 'Helvetica Neue LT W01_55 Roman';
        font-size: 15px;
    }
    .leadgen-loggedin.sms-lead-gen-modal .lead-gen-modal__cx-widget span.error {
        font-size: 9px;
    }
}
.lead-gen-ca-modal .lead-gen-ca-modal__form__submit-btn:hover {
	background-color: #d99e02;
}
.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
	position: fixed;
	top: 80%;
	left: 16%;
	width: 80%;
	color: #666;
	font-size: .65em;
	padding: 0 5%;
}
.lead-gen-ca-modal .thankbtn_ca:hover {
	background-color: #d99e02;
	outline: 0;
}
.lead-gen-ca-modal .lead-gen-ca-modal__block {
	width: 50%;
	max-height: 100%;
	position: relative;
	top: 30px;
	right: 35px;
	float: right;
}
.lead-gen-ca-modal .lead-gen-ca-modal__cxthemecounterTop h1 {
	font-weight: bold;
	font-family: revert;
	margin: 0;
	color: #444a52;
}
.lead-gen-ca-modal h2 {
	font-size: 1.5vw;
	line-height: 23px;
	padding: 5px 0;
	font-weight: bold;
	color: #000;
}
.lead-gen-ca-modal h4 {
	font-size: 1vw;
	font-weight: bold;
	margin-top: 0;
	line-height: 16px;
	padding: 5px 17%;
	color: #000;
}
.lead-gen-ca-modal .center_block__ca h4 {
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 0;
    line-height: 1.2em;
	padding: 0 17%;
	color: #000;
    text-align: center;
}
#lead-gen-mbox .lead-gen-ca-modal h4:after {
    background-color: transparent;
    animation: none;
}
.lead-gen-ca-modal h3 {
	font-size: 1.2em;
	line-height: 35px;
	font-weight: 600;
	padding: 0 50px;
	margin-top: 4.1em;
	color: #000;
	font-weight: 600;
	font-family: Helvetica, Arial, sans-serif;
}
.lead-gen-ca-modal .lead-gen-ca-modal__form {
	display: block;
	height: auto;
}
.lead-gen-ca-modal input.lead-gen-ca-modal__form__input {
	font-size: .5em;
	border: 1px solid #000;
	transition: border-color .3s ease, box-shadow .3s ease;
	text-align: left;
	width: 58%;
	height: 35px;
	margin: 10px 0;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}
.lead-gen-ca-modal .lead-gen-ca-modal__form__submit-btn {
	background-color: #eeb111;
	color: #000;
	display: inline-block;
	font-size: .48em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 60%;
	border: 0;
	text-transform: capitalize;
	height: auto;
	padding: 1em 1.5em;
	border-radius: 45px;
}
.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
	display: flex;
	margin: 10px 30px 0;
}
.lead-gen-ca-modal input.lead-gen-ca-modal__opt-form__input {
	width: 15px;
	height: 12px;
	display: block;
	margin: 0;
	outline-style: none;
	margin-right:5px;
}
.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
	font-size: .9em;
	line-height: 1;
}
#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
	font-size: 10px;
	padding-bottom: 0;
	display: inline;
	text-align: center;
	font-weight: lighter;
	font-family: Helvetica;
	color: #666;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
}
.lead-gen-ca-modal .lead-gen-ca-modal__opt-form a {
	font-size: 1em;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
.lead-gen-ca-modal .error {
	color: red;
	font-size: .4em;
	text-align: center;
	margin: 0;
	display: block;
    margin-top: 8px;
}
.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock {
	width: fit-content;
	margin: 0 auto;
	right: 0;
}
.lead-gen-ca-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000000150;
	background: rgba(46, 46, 46, 0.9);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	overflow-x: auto;
	overflow-y: hidden;
}
.lead-gen-ca-modal .close {
	color: #8C8C8C;
	opacity: unset;
	font-size: 1.2em;
	padding: 8px;
	position: absolute;
	top: -35px;
	right: 10px;
	width: 40px;
	height: 38px;
	z-index: 2000000200;
	cursor: pointer;
}
.lead-gen-ca-modal .lead-gen-ca-modal__cx-widget {
	color: #444a52;
	font-size: 1.5em;
	position: absolute;
	top: 0;
	width: auto;
	height: 100%;
	background: white;
	text-align: center;
	margin: 0;
}
.lead-gen-ca-modal .lead-gen-ca-modal__form__submit-btn:focus {
	outline: 0;
}
.lead-gen-ca-modal .lead-gen-ca-modal__body {
	position: absolute;
	left: -17px;
	top: 12%;
	width: 100%;
	z-index: 2000000200;
}
.lead-gen-ca-modal h1,
h2,
h3,
h4,
h5 {
	text-transform: none;
}

.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__thank-you h1 {
	font-size: 3.7em;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
	color: #e5b340;
	letter-spacing: 2px;
}
.lead-gen-ca-modal .lead-gen-ca-modal__thank-you {
	z-index: 2000000200;
	position: relative;
	top: 2.5em;
}
.lead-gen-ca-modal .lead-gen-ca-modal__thank-you p {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 35px;
}
.lead-gen-ca-modal .thankbtn_ca {
	width: 60%;
	height: 40px;
	font-size: 1em;
	color: #000;
	font-weight: 600;
	border-radius: 35px;
	outline-style: none;
}
.lead-gen-ca-modal .btn {
	display: block;
	background-color: #eeb111;
	margin: 10px auto;
	border: 0;
	text-transform: none;
}
#lead-gen-mbox .lead-gen-ca-modal .lead-gen-ca-modal__block h1::after {
	animation: none;
	background-color: transparent;
}
.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
	font-size: 2.2em;
	line-height: 1em;
	text-align: center;
	color: #000;
	width: max-content;
	margin: auto;
}
.lead-gen-ca-modal .acModalOpen {
	overflow: hidden;
}
.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
	display: inline-flex;
	visibility: visible;
	opacity: 1;
	z-index: 2;
}
.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.lead-gen-ca-modal .lead-gen-ca-modal__content {
	position: relative;
	background-clip: padding-box;
	border-radius: 6px;
	outline: 0;
	margin: 45px auto;
	padding: 30px;
}
.lead-gen-ca-modal .note p {
	font-size: .7em;
	text-align: left;
	padding: 0 20px 0 80px;
}
.lead-gen-ca-modal__end-note {
	position: relative;
	top: 80%;
	left: 21%;
	width: 70%;
	text-align: center;
	color: #666;
	font-size: .65em;
	padding: 0 5%;
}
.lead-gen-ca-modal .bgImage_ca {
    max-width: none;
}
.lead-gen-ca-modal .lead-gen-ca-modal__opt-form label {
    display: flex;
}
@media screen and (min-width:1400px) {
	.lead-gen-ca-modal h4 {
		font-size: .7em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 2.9rem;
		line-height: 1em;
	}
	.lead-gen-ca-modal h2 {
		font-size: .65em;
		line-height: 1em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		top: 80%;
		left: 16%;
	}
	@-moz-document url-prefix() {
		.lead-gen-ca-modal .lead-gen-ca-modal__block h1{font-size:2.3rem;line-height:1em;}
		.lead-gen-ca-modal h4{font-size:.5em; line-height:1em;}
		#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
			font-size: .45em;
			padding-bottom: 0;
			display: inline;
			text-align: center;
			font-weight: lighter;
			font-family: Helvetica;
			color: #666;
			line-height: 1em;
			margin-top: 0;
			margin-bottom: 0;
		}
		.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
			font-size: .9em;
			line-height: 1;
			margin-top:-2%;
		}
	} 
}

@media screen and (min-width:1600px) {
	.lead-gen-ca-modal h4 {
		font-size: .7em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 2.9em;
		line-height: 1em;
	}
	.lead-gen-ca-modal h2 {
		font-size: .65em;
		line-height: 1em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		top: 80%;
		left: 16%;
	}
}

@media screen and (min-width:1900px) {
	.lead-gen-ca-modal h4 {
		font-size: .7em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 2.9em;
		line-height: 1em;
	}
	.lead-gen-ca-modal h2 {
		font-size: .65em;
		line-height: 1em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		top: 80%;
		left: 16%;
	}
}

@media screen and (max-width:600px) {
	.lead-gen-ca-modal {
		padding-right: 0;
		width: 100%;
	}
	.lead-gen-ca-modal .thankbtn_ca {
		width: 65%;
		height: 50px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__thank-you h1 {
		font-size: 3.2em;
	}
	.lead-gen-ca-modal .error {
		color: red;
		font-size: .4em;
		padding: 5px 20px 0;
		margin: 0;
		display: block;
		text-align: center;
	}
	.lead-gen-ca-modal .note p {
		font-size: .7em;
		text-align: left;
		padding: 0 20px 0 40px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__thank-you {
		z-index: 2000000200;
		position: absolute;
		top: 1em;
		width: 100%;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__thank-you p {
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 45px;
		color: #000;
	}
	.lead-gen-ca-modal .bgImage_ca {
		width: 100%;
		height: 35em;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-attachment: fixed;
	}
	.lead-gen-ca-modal .cx-theme-counterTop h1 {
		font-size: 2.65em;
	}
	.lead-gen-ca-modal .back-link {
		margin: 10px;
	}
	.lead-gen-ca-modal .close {
		color: grey;
		font-size: 2em;
		margin: 0;
	}
	.lead-gen-ca-modal .back-link .lead-gen-ca-modal__body {
		padding: 0;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__opt-form__input {
		width: 100%;
		padding-left: 0;
		margin-right: 10px;
		margin-bottom: 15px;
		height: 40px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		height: 12vh;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
		overflow-y: scroll;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__form__submit-btn {
		font-size: 1em;
		width: 35%;
		padding: 8px 25px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: #337ab7;
		text-decoration: none
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__cx-widget {
		color: #444a52;
		text-align: center;
		font-size: 1.6em;
		padding: 0 20px;
		margin: 0 13px 0;
	}
	.lead-gen-ca-modal h4 {
		font-size: .4em;
		font-weight: bold;
		padding: 0px;
		margin-bottom: 0;
		line-height: 1.18em;
		margin-top: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__content {
		width: auto;
		height: auto;
		padding: 0;
		margin: 0
	}
	.lead-gen-ca-modal .modal-body {
		position: absolute;
		top: 10px;
		left: 0;
		padding: 0;
		width: 100%;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block a.counterRightArrow:after {
		margin-left: 35px;
		margin-top: 13px;
		left: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block input.lead-gen-ca-modal__opt-form__input {
		width: 35px;
		height: 12px;
		display: block;
		margin: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
		 font-size: .9em;
		line-height: 1.2;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		color: #666;
		top: 35em;
		display: block;
		margin-bottom: 1.5em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock .close {
		z-index: 100000056;
		color: transparent;
		padding: 20px;
		margin: 0;
		height: 30px;
		width: 30px;
		top: -42px;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h2 {
		font-size: .68em;
		margin: 2px 0;
	}
	.lead-gen-ca-modal h3 {
		font-size: 1em;
		padding: 10px 12px 0;
		margin-top: 43px;
		line-height: 1.18em;
		margin-bottom: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form {
		display: block;
		margin: 0;
		height: auto;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		display: flex;
		line-height: 21px;
		margin: 5px 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form__submit-btn {
		height: 32px;
		font-size: 16px;
		width: 85%;
		padding: 0;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__form__input {
		font-size: .5em;
		border: 1px solid #000;
		transition: border-color .3s ease, box-shadow .3s ease;
		font-style: normal;
		text-align: left;
		width: 85%;
		height: 30px;
		margin: 5px;
		padding-left: 10px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form p {
		font-size: .4em;
		font-weight: 100;
		margin-bottom: 10px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: black;
		text-decoration: underline;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock {
		width: 100%;
		display: block;
		position: absolute;
		bottom: 0;
		margin: 0;
		height: auto;
		top: auto;
		transform: none;
		left: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 36px;
		line-height: .983em;
		text-align: center;
		margin-bottom: 0;
		width:auto;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
		line-height: 0.9rem;
	}
	@-moz-document url-prefix() {
		#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
			font-size: .46em;
			padding-bottom: 0;
			display: inline;
			text-align: center;
			font-weight: lighter;
			font-family: Helvetica;
			color: #666;
			line-height: 0.9em;
			margin-top: 0;
			margin-bottom: 0;
			max-width: 100%;
			display: block;
		}
		.lead-gen-ca-modal .bgImage_ca {
		width: 100%;
		height: 35em;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-attachment: fixed;
		}
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:40 / 71) {
	.lead-gen-ca-modal .bgImage_ca {
		width: 100%;
		height: auto;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__opt-form p {
		font-size: .38em;
		font-weight: 100;
		float: none;
		margin: 0;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		top: 83%;
		left: 0;
		width: 100%;
		text-align: center;
		color: #666;
		font-size: .5em;
		padding: 0 5%;
		display: block;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__block {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		margin-top: 0;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock {
		position: absolute;
		top: auto;
		left: 0;
		transform: translate(0, 0);
		bottom: 0;
		margin: 0;
	}
	.lead-gen-ca-modal h3 {
		font-size: 1em;
		padding: 2px 0 0;
		margin-top: 10px;
		line-height: 1.18em;
		margin-bottom: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__thank-you h1 {
		font-size: 2.8em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		margin-top: 40px;
		right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__cx-widget {
		padding: 0;
		margin: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 2.1em;
		text-align: center;
		margin: 3px 0;
		font-weight: bold;
		color: #000;
	}
	.lead-gen-ca-modal .thankbtn_ca {
		width: 75%;
		height: 45px;
		font-size: 1em;
		color: #000;
		font-weight: 600;
		border-radius: 45px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h2 {
		font-size: .51em;
		margin: 0 0 5px;
		font-weight: bold;
		color: #000;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form {
		display: block;
		margin: 0;
		height: auto;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block a.counterRightArrow:after {
		margin-left: 30px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block input.lead-gen-ca-modal__form__input {
		width: 70%;
		font-size: .5em;
		font-style: italic;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form__submit-btn {
		height: 38px;
		font-size: .5em;
		width: 72%;
		padding: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form {
		margin: 8px 20px;
	}
	.lead-gen-ca-modal {
		padding: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form p {
		font-size: .39em;
		font-weight: 100;
		float: none;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
		font-size: 1.1em;
		line-height: 1.2;
	}
	.lead-gen-ca-modal h4 {
		font-size: .45em;
		padding: 0 50px;
		margin: 0;
		line-height: 15px;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #000;
	}
	.lead-gen-ca-modal .error {
		margin: 0;
		font-size: .4em;
		padding-left: 25px;
		text-align: center;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block input.lead-gen-ca-modal__opt-form__input {
		width: 15px;
		height: 10px;
		display: block;
		margin-right: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form a {
		font-size: 1em;
		font-weight: normal;
		color: black;
		text-decoration: underline;
		float: none;
		font-family: Helvetica, Arial, sans-serif;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__body {
		position: absolute;
		left: 0;
		top: 10%;
		width: 100%;
		z-index: 2000000200;
	}
}

@media all and (min-width:768px) and (max-width:1024px) {
	.lead-gen-ca-modal h4 {
		margin-top: 0;
		font-size: .58em;
		line-height: 15px;
		margin-bottom: 5px;
		padding: 0 14%;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		margin-bottom: 6px;
		font-size: 2.2em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		margin: 12px 30px;
		height: 6vh;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
		overflow-y: scroll;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__opt-form__input {
		width: 20px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.lead-gen-ca-modal h2 {
		font-size: 1.8vw;
	}
}

@media only screen and (device-width:414px) and (device-height:736px) and (-webkit-device-pixel-ratio:3) {
	.lead-gen-ca-modal .lead-gen-ca-modal__block input.lead-gen-ca-modal__opt-form__input {
		width: 35px;
		height: 15px;
		display: block;
		margin: 0;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		color: #666;
		top: auto;
		display: block;
		margin-bottom: 1.5em;
		font-size: .69em;
		padding: 0 5%;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__form__input {
		font-size: .6em;
		border: 1px solid #000;
		transition: border-color .3s ease, box-shadow .3s ease;
		font-style: normal;
		text-align: left;
		width: 85%;
		height: 37px;
		margin: 10px 5px 5px;
		padding-left: 10px;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__form__submit-btn {
		height: 38px;
		font-size: 16px;
		width: 85%;
		padding: 0;
		margin: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
		font-size: 0.9em;
		line-height: 1.1;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block .lead-gen-ca-modal__opt-form p {
		font-size: .5em;
		font-weight: 100;
		line-height: 1.3;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		display: flex;
		margin: 5px 0;
		padding: 5px 0;
	}
	.lead-gen-ca-modal h3 {
		font-size: 1em;
		padding: 20px 30px 6px;
		margin-top: 10px;
		line-height: 1.18em;
		margin-bottom: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__dialog__backlinkblock {
		margin: 0;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h2 {
		font-size: 16.5px;
		margin: 0 10px;
	}
	.lead-gen-ca-modal h4 {
		font-size: 16px;
		font-weight: bold;
		padding: 0 25px;
		margin-bottom: 0;
		line-height: 1.28em;
		margin-top: 0;
	}
}

@media only screen and (min-device-width:812px) and (max-device-width:916px) and (orientation:landscape) {
	.lead-gen-ca-modal .bgImage_ca {
		width: 100%;
		height: 100vh;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 4vw;
	}
	.lead-gen-ca-modal h4 {
		font-size: 0.48em;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		margin: 12px 20px;
		height: 12vh;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p{
		overflow-y: scroll;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		top: 74%;
	}
	@-moz-document url-prefix() {
		.lead-gen-ca-modal .bgImage_ca {
			width: 80vw;
			height: 100vh;
			max-width: 75vw;
		}
		.lead-gen-ca-modal__content picture .bgImage_ca {
			max-width: 100vw;
			width: 85vw;
        }
    }
}

@media screen and (max-width:800px) and (orientation:landscape) {
	.lead-gen-ca-modal .lead-gen-ca-modal__opt-form {
		display: flex;
		height: 12vh;
		margin: auto;
        margin-top:5px;
	}
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p {
		overflow-y: scroll;
	}
	.lead-gen-ca-modal h4 {
		font-size: 1.5vw;
		line-height: 1.2em;
	}
	.lead-gen-ca-modal .bgImage_ca {
		height: 100vh;
	}
	.lead-gen-ca-modal__dialog__backlinkblock .lead-gen-ca-modal__end-note {
		top: 74%;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__block h1 {
		font-size: 4vw;
	}
	.lead-gen-ca-modal .lead-gen-ca-modal__end-note p {
		font-size: 0.8em;
	}
	.lead-gen-ca-modal .close {
		margin-top: 12px;
	}
	.lead-gen-ca-modal input.lead-gen-ca-modal__form__input {
			font-size:0.45em;
	}
	@-moz-document url-prefix() {
		.lead-gen-ca-modal .bgImage_ca {
			height: 100vh;
			max-width: 85vw;
        }
	}
  }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){
	@-moz-document url-prefix() {
		#lead-gen-mbox .lead-gen-ca-modal img,svg{max-width:95vw;display:block}
		.lead-gen-ca-modal h4{margin-top:0;font-size:.48em;line-height:15px;margin-bottom:5px;padding:0 14%}
		.lead-gen-ca-modal .lead-gen-ca-modal__block h1{margin-bottom:6px;font-size:2.2em}
		.lead-gen-ca-modal .lead-gen-ca-modal__opt-form{margin:12px 30px}
		.lead-gen-ca-modal input.lead-gen-ca-modal__opt-form__input{width:20px}
		.lead-gen-ca-modal .lead-gen-ca-modal__dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
		.lead-gen-ca-modal h2{font-size:1.8vw}
		.lead-gen-ca-modal__content picture img {
		  display: block;
		  max-width: 95vw;
		  width: 95vw;
		}
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
	@-moz-document url-prefix() {
		#lead-gen-mbox .lead-gen-ca-modal img,svg{
			max-width:90vw;display:block;
		}
		.lead-gen-ca-modal .lead-gen-ca-modal__block h1{
			font-size: 1.3em;
		}
	}
}	

@media only screen and (min-device-width : 810px) and (max-device-width : 1366px) and (-webkit-min-device-pixel-ratio: 1){
	@-moz-document url-prefix() {
		#lead-gen-mbox .lead-gen-ca-modal img,svg{max-width:95vw;display:block;}
	}
}

@media only screen and (max-device-width: 926px) and (max-device-height: 428px) and (orientation : landscape){
    @-moz-document url-prefix() {
        .lead-gen-ca-modal__content picture img {
			width: 75vw;
         }
    }
}

@media only screen and (min-device-width:1025px) and (max-device-width:1366px){
	.lead-gen-ca-modal .lead-gen-ca-modal__content{
			padding: 10px;
	}
	
	.lead-gen-ca-modal .lead-gen-ca-modal__block{
			width: 55%;
			top: 10px;
			right:15px;
	}
	
	.lead-gen-ca-modal .lead-gen-ca-modal__body {
			top: 10%;
	}
	
	#lead-gen-mbox .lead-gen-ca-modal__opt-form p{
			line-height: 1em;
	}
}
#promoDrawer #lead-gen-mbox .container {
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(0 2px 4px rgba(47,35,3,0.2));
    padding: 8px 16px;
}
#promoDrawer #lead-gen-modal_ca {
     position: static;
     height: 100%;
     float: left;
     width: 100%;
     background:transparent;
}
.gpd-heading.main_form_sub {
    text-align: left;
}
#promoDrawer .gpd-heading.main_form_sub h3 {
     font-size: 20px;
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
     font-weight: 700;
     font-style: normal;
     line-height: 24px;
     color: #000;
     margin: 0;
     padding:0;
}
 #promoDrawer .gpd-heading.main_form_sub p {
     font-size: 16px;
     font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
     line-height: 19px;
     font-style: normal;
     padding-top: 6px;
     padding-bottom: 8px;
}
 #promoDrawer .lead-gen-ca-modal__form__input.gpd-emailfield {
     padding: 6px 8px;
     height: 36px;
     width: 66%;
     border: 1px solid;
     font-size: 12px;
     line-height: 16px;
     outline: none !important;
     margin-right: 8px;
     margin: 0;
     margin-right: 8px;
     font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
     font-style: normal;
     transition: none;
     color: #000;
}
#promoDrawer #lead-gen-mbox .modalContainer.container {
    background: transparent;
    padding: 0;
    filter: none;
    border-radius: unset;
}
 .gpd-emailsection {
     display: flex;
}
 #promoDrawer button.gpdbutton__signup {
     height: 36px;
     width: 33%;
     background-color: #eeb111;
     border-radius: 24px;
     font-size: 16px;
     line-height: 19px;
     font-weight: 700;
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
     text-transform: none;
     padding: 0 20px;
}
 #promoDrawer button.gpdbutton__signup:hover {
     background-color: #d99e02;
}
.gpd-formwrapper.lead-gen-ca-modal__form .gpd-formvalidation {
    text-align: left;
    line-height: 0;
    margin-bottom: 10px;
}
.gpd-formwrapper.lead-gen-ca-modal__form .gpd-emailsection {
    margin-bottom: 10px;
}
 .gpd-legalcontent {
     font-size: 10px;
     font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
     line-height: 14px;
     color: #000;
     padding-left: 8px;
}
 .gpd-legalcontent a {
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
}
 .gpd-formwrapper.lead-gen-ca-modal__form .gpd-legalsection {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
 .gpd-legalcheckbox[type="checkbox"] {
     -webkit-appearance: none;
     background-color: #fff;
     border: 1px solid #000;
     padding: 8px;
     display: inline-block;
     position: relative;
}
 .gpd-legalcheckbox:checked:before {
     content: ' ';
     border-right: 2px solid #eeb111;
     border-bottom: 2px solid #eeb111;
     position: absolute;
     top: 2px;
     height: 10px;
     left: 5px;
     width: 6px;
     transform: rotate(45deg);
}
 #promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-slide>.lead-gen-thankyou {
     display: flex;
     align-items: center;
     justify-content: center;
}
.gpd-thankyousection.lead-gen-ca-modal__thank-you {
    position: static;
}
 .gpd-thankyousection {
     display: flex;
     flex-direction: column;
     justify-content: center;
     text-align: center;
     align-items: center;
}
 #promoDrawer .gpd-thankyouheading {
     margin: 0;
     font-style: normal;
     font-weight: 700;
     font-size: 26px;
     line-height: 28px;
     color: #000;
     padding-bottom: 16px;
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
}
 #promoDrawer .gpd-thankyoudescription {
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 19px;
     margin: 0;
     color: #000;
     padding-bottom: 16px;
}
.gpd-thankyousection h1 {
    margin: 0;
    margin-bottom: 10px;
    line-height: normal;
}
 #promoDrawer .lead-gen-ca-modal .error {
     font-size: 11px;
}
 .gpd-thankyoubutton {
     padding: 10px 0;
     border-radius: 20px;
     font-weight: 700;
     font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
     text-transform: uppercase;
     background-color: #eeb111;
     color: #222;
     width: 176px;
     height: 40px;
     font-size: 16px;
     line-height: 19px;
     margin-top: 10px;
}
#promoDrawer .pc-carousel-wrapper .gpd-heading a {
    color: #000;
    border: 1px solid #9f9f9f;
    width: 14px;
    height: 14px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: normal;
    text-decoration: none;
}
 @media (min-width:768px) and (max-width:1250px) {
     #promoDrawer button.gpdbutton__signup {
         font-size:12px;
         width:35%;
    }
     #promoDrawer .lead-gen-ca-modal__form__input.gpd-emailfield {
         width: 65%;
    }
}
 @media (max-width:767px) {
     #promoDrawer .lead-gen-ca-modal__form__input.gpd-emailfield {
         border-radius: 18px 0px 0px 18px;
         margin-right: 0;
         font-size: 12px;
    }
     #promoDrawer button.gpdbutton__signup {
         border-radius: 0px 18px 18px 0px;
         background: #000;
         color: #fff;
         font-size: 12px;
         padding: 0;
         text-align: center;
    }
     .gpd-heading {
         font-size: 16px;
         line-height: 16px;
    }
     .gpd-description {
         font-size: 10px;
         font-weight: normal;
         line-height: 14px;
    }
     .gpd-legalcontent {
         font-size: 8px;
    }
    #promoDrawer .lead-gen-ca-modal .error {
    	text-align:left;
    }
}

.back-to-top-trigger {
  border-radius: 50%;
  background-color: #EEB111;
  color: #000000;
  height: 40px;
  width: 40px;

  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.back-to-top-trigger:hover {
  background-color: #d99e02;
  color: #000000;
}

.back-to-top-wrapper {
  min-width: 40px;
  min-height: 40px;
}

.back-to-top-caret {
  position: absolute;
  top: 4px;
  left: 10px;
}

.back-to-top-text {
  display: block !important;
  position: absolute;
  bottom: 7px;
  left: 30%;
  text-transform: none;
}

.compare-bar-container {
  background-color: #fff;
}

.compare-bar {
  background-color: #EEB111;
}

.compare-bar-delete-trigger {
	background: #EEB111;
}

.compare-bar-product-tile {
    background-color: unset;
    border: 0.1px solid #aaa;
}

.compare-bar-title {
    color: #000000;
    text-transform: capitalize;
}
.guest-order {
    display: flex;
    justify-content: center;
    min-height: 39.8125rem;
    background-size: cover;
    background-color: #4f4f4f;
}

.guest-order-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.guest-order-header {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1rem 0;
    text-align: center;
}

.guest-order-header__title {
    font-family: Avenir-Black;
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 13.9375rem;
    margin-bottom: 0.5rem;
    margin-top:0;
}

.guest-order-header__instructions {
    font-family: Avenir-Roman;
    font-size: 1rem;
    line-height: 1.3125rem;
    max-width: 28.75rem;
    padding: 0 1rem;
}

.guest-order-form-container {
    width: 18.125rem;
    padding: 2rem 1.875rem 1rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.5);
    position: relative;
}

.guest-order-form-container label,
.guest-order-form-container input,
.track-order-btn-wrapper .button {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.guest-order-form-container input {
    height: 2.25rem;
    border: solid .0625rem rgba(0,0,0,0.25);
    padding: .3125rem .3125rem
}

.guest-order-form-container .form-group {
    margin: 0;
}

.guest-order-form-container .form-group:first-child {
    padding: 0 0 .1875rem 0;
}

.guest-order-form-container .form-group:nth-child(n+2) {
    padding-top: .625rem
}

.guest-order-form-container .form-group:last-child {
    padding-top: 0;
}

.guest-order-form-container .form-group label {
    font-family: Avenir-Black;
    font-size: .625rem;
    font-weight: 900;
    color: #433736;
    line-height: .6875rem;
    padding-bottom: .3125rem;
}

.guest-order-form-container .form-group,
.track-order-btn-wrapper{
    width: 100%;
}

.guest-order-form-container form {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.guest-order .required-info {
    font-family: Avenir-Roman;
    font-size: .625rem;
    color: #2e2e2e;
    line-height: .875rem;
}

.guest-order .guest-order-form__full-name {
    position: relative;
}

.guest-order__tooltip {
    position: absolute;
    bottom: 0.6rem;
    right: -1.7rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.guest-order__tooltip-message {
    display: none;
    width: 9.75rem;
    height: 4rem;
    background-color: rgba(0,0,0,0.75);
    opacity: 75%;
    color: #fff;
    padding-top: .5625rem;
    font-family: Avenir-Roman;
    font-size: .625rem;
    line-height: .875rem;
    text-align: center;
    margin-bottom: .25rem;
}

.guest-order__tooltip-icon {
    width: .9375rem;
    height: .9375rem;
    margin-right: .5rem;
}

.guest-order__tooltip-icon svg {
    float: right;
}

.guest-order__tooltip-icon:hover ~ .guest-order__tooltip-message {
    display: block;
}

.guest-order__recapture-inner {
    transform: scale(0.78);
    transform-origin: 0 0;
    margin-left: .5rem;
}

.guest-order__recapture-outer {
    height: 3.7rem;
    margin-top: 0.375rem;
}

.guest-order__recapture-inner input {
    opacity: 0;
    height: 0;
}

.guest-order__recapture-inner .recaptcha-error-msg {
    display: none;
}

.track-order-btn-wrapper::before {
    content:'';
    display: block;
    padding-top: 0.96875rem;
    margin-top: 0.96875rem;
    border-top: solid .0625rem #e2e2e2;
}

.guest-order-form__not-exist-order-msg {
    margin-top: 1.25rem;
}

.guest-order-form__error-msg {
    font-size: .625rem;
    line-height: 0.875rem;
    color: #c41230;
    margin-top: 0.3125rem;
    display: none;
}

.guest-order .guest-order-form__error-input {
    border-color: #c41230;
}

@media (min-width: 48rem) {
    .guest-order-form-container {
        width: 18.75rem;
        padding: 2rem 2rem 1rem 2rem;
    }

    .guest-order-wrapper {
        margin-bottom: 2.5rem;
    }

    .guest-order-header {
        margin: 2.5rem 0 2rem 0;
    }

    .guest-order-header__title {
        font-size: 1.875rem;
        line-height: 2.0625rem;
        width: 17.0625rem;
    }

    .guest-order__tooltip-icon {
        width: auto;
        height: auto;
        margin-right: .3rem;
    }

    .guest-order__tooltip {
        right: -1.6rem;
    }
}
.sign-in-wrapper#additional-sign-in-modal.modal-open {
  z-index: 9999;
}
.sign-in-wrapper .modal-box {
  padding: 0;
  max-width: unset;
  margin: 5rem auto auto;
}
.sign-in-wrapper .sign-in-popup {
  background-color: #FFF;
  margin: 0 0.5rem;
  position: relative;
}
.sign-in-wrapper .sign-in-popup__content {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.sign-in-wrapper .sign-in-popup__form {
  padding: 4rem 1.125rem 1.125rem;
  text-align: left;
}
.sign-in-wrapper .sign-in-popup__form .login .login-registration-form {
  max-width: unset;
}
.sign-in-wrapper .sign-in-popup__form .login strong {
  display: block;
}
.sign-in-wrapper .sign-in-popup__form .login .login-title {
  font-size: 1.25rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2e2e2e;
  font-family: "Avenir-Black", sans-serif;
  border-bottom: 1px solid #e2e2e2;
  text-transform: none;
  padding-bottom: 0.125rem;
  margin-bottom: 1.125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-title--complete-account {
  margin-bottom: 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .sso-notice {
  font-size: .625rem;
  line-height: 1.4;
}
.sign-in-wrapper .sign-in-popup__form .login .form-checkbox-text {
  display: inline-block;
  line-height: 1.4;
  font-size: .625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .user-data-container {
  margin-bottom: 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .user-data-container .form-input {
  font-size: .625rem;
  font-weight: bold;
  text-align: center;
  opacity: 1;
}
.sign-in-wrapper .sign-in-popup__form .login .form-req-message {
  display: none;
}
.sign-in-wrapper .sign-in-popup__form .login .form-label {
  font-family: "Avenir-Black", sans-serif;
  font-size: .625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #433736;
}
.sign-in-wrapper .sign-in-popup__form .login .form-error-item {
  display: inline-block;
  line-height: 1.4;
  font-size: .625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-group {
  margin: 0 0 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-group:last-of-type {
  margin: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-edit {
  text-align: left;
  margin-bottom: .4375rem;
  line-height: .875rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link {
  font-size: .625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2e2e2e;
  font-family: "Avenir-Roman", sans-serif;
  text-decoration: underline;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-input {
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 2.5rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-input:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons {
  margin: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons--complete-account {
  margin-top: 1.4375rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons .form-button {
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons .form-button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 2rem;
  margin: 0;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form .sign-in-popup__button {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-family: "Avenir-Black", sans-serif;
  font-size: 0.75rem;
}
.sign-in-wrapper .sign-in-popup__closer {
  display: flex;
  flex-direction: row-reverse;
}
.sign-in-wrapper .sign-in-popup__closer .modal-close {
  width: unset;
  height: unset;
  top: 1.3125rem;
  right: 1.3125rem;
}
.sign-in-wrapper .sign-in-popup__closer .modal-close svg {
  color: #c41230;
}
.sign-in-wrapper .sign-in-popup .hide {
  display: none;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider-wrapper {
  margin-bottom: .25rem;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider {
  font-size: .625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #2e2e2e;
  position: relative;
  font-family: "Avenir-Black", sans-serif;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:before,
.sing-in-buttons-wrapper .sign-in-buttons__divider:after {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 45%;
  bottom: 0;
  width: 45%;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:before {
  left: 0;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:after {
  right: 0;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 11px;
  margin-bottom: 16px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton {
  border: 1px solid #8d8d8d;
  width: 100% !important;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonContents {
  font-family: "Avenir-Black", sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonIcon {
  padding: 6px 11px !important;
  border-right: 1px solid #8d8d8d;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonIcon .abcRioButtonSvgImageWithFallback svg {
  height: 18px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google {
  width: 100%;
  height: 32px;
  border: 1px solid #8d8d8d;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-v2,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-v2 {
  display: none;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook:hover,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google:hover {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook:focus-visible,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-icon,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #8d8d8d;
  background: #fff;
  padding: 12px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-icon svg:not(:root),
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-icon svg:not(:root) {
  height: 18px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-text,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-text {
  font-family: "Avenir-Black", sans-serif;
  font-size: 12px;
  color: #2e2e2e;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .sign-in-wrapper .modal-box {
    margin: 11.875rem auto auto;
    width: 50rem;
  }
  .sign-in-wrapper .modal-box--empty-content {
    width: 25rem;
    transform: translate(-50%, -50%);
    margin: 0;
    top: 50%;
    left: 50%;
  }
  .sign-in-wrapper .modal-box--empty-content .sign-in-popup__content {
    display: none;
  }
  .sign-in-wrapper .modal-box--empty-content .sign-in-popup__form {
    width: 100%;
    padding: 3rem 2rem 3.3125rem;
  }
  .sign-in-wrapper .sign-in-popup {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .sign-in-wrapper .sign-in-popup__content {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 7rem 3.125rem 3.125rem;
  }
  .sign-in-wrapper .sign-in-popup__content.subscriptions,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__heading,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__main-text {
    color: unset;
  }
  .sign-in-wrapper .sign-in-popup__content.subscriptions.spa > *,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__heading.spa > *,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__main-text.spa > * {
    color: inherit;
  }
  .sign-in-wrapper .sign-in-popup__form {
    padding: 4rem 4rem 6.3125rem;
  }
  .sign-in-wrapper .sign-in-popup__form--complete-account {
    padding: 2.5rem 4rem 2rem;
  }
  .sign-in-wrapper .sign-in-popup__content,
  .sign-in-wrapper .sign-in-popup__form {
    width: 50%;
  }
  .sign-in-wrapper .sign-in-popup__heading {
    font-family: "Avenir-Black", sans-serif;
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-transform: none;
  }
  .sign-in-wrapper .sign-in-popup__main-text {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    font-family: "Avenir-Roman", sans-serif;
    margin-bottom: 1.5rem;
  }
}
.sign-in-popup__content.subscriptions {
  background-image: none !important;
}

.professional-discount-modal {
  padding: 3.125rem 1rem 1.875rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgb(0 0 0 / 25%);
  border: 0.0625rem solid rgba(239, 239, 239, 1);
}
.professional-discount-modal__header {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.professional-discount-modal__buttons {
  padding-top: 1.875rem;
}
@media (min-width: 64rem) {
  .professional-discount-modal {
    padding: 3.125rem 2.0625rem;
  }
  .professional-discount-modal__buttons--yes {
    margin-right: 1rem;
  }
  #professional-discount-modal .modal-box {
    width: 30.5rem;
  }
}

.productCarousel:not(.cq-Editable-dom):not(:has(.prd-carousel--wrap)):has(.prd-carousel) {
    display: none;
}

.productCarousel .slick-dots li.slick-active button:before,
.productCarousel .slick-dots li button:before {
    content: unset;
}

.prd-carousel .single-line {
    color: inherit;
    font-family: inherit;
}

.prd-carousel .red-price {
    color: #A00A1D;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price-label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

.prd-carousel .prd-carousel__saving {
    font-weight: bold;
}

.prd-carousel .prd-carousel__product-tile__title  {
    width: inherit;
}

.prd-carousel .member-price-cta__text:hover {
    text-decoration: underline;
}

.prd-carousel .hidden {
    visibility: hidden;
}
.owners_resources .cq-dd-image {
  max-height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.owners_resources .rte {
  text-align:center;
  margin: 15px;  
}

.owners_text_images .cmp-image {
  margin: 10px;
}

@media (min-width: 1024px) {

  .white_text,
  .white_text h1,
  .white_text p,
  .white_text .button,
  .white_text a:hover {
    color: white;
    text-decoration: none;
    text-align: center;
  }
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover {
  background: transparent;
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::after,
button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::before {
  background-color: #d99e02;
}
button.modal-video-close-btn.js-modal-video-dismiss-btn:hover {
  background: transparent;
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::after,
button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::before {
  background-color: #d99e02;
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover {
  background: transparent;
}

button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::after,
button.modal-video-close-btn.js-modal-video-dismiss-btn:hover::before {
  background-color: #d99e02;
}
.megamenu-nav-panel-trigger:after {
  background: url("images/megamenu-caret-right.svg") no-repeat;
}

.megamenu-nav-back-item:after {
  background: url("images/megamenu-caret-left.svg") no-repeat;
}

.megamenu {
  border-bottom: 1px solid #EEB111;
}

.megamenu-panel-trigger {
  font-family: Helvetica,sans-serif;
}

.megamenu-panel-trigger:focus {
  background: #EEB111;
  outline:none;
}

.megamenu-item-active .megamenu-panel-trigger {
  background: #EEB111;
  color:#000 !important;
}

.megamenu-panel-header {
  margin-bottom: .9rem;
}

.megamenu-panel-title-link {
  font-family: Helvetica,sans-serif;
}

.megamenu-subpanel-link:hover {
  background: #EEB111;
}

.megamenu-nav-back-item,
.megamenu-nav-item {
  text-transform: capitalize;
}

.megamenu-nav-back-item {
  background: #EEB111;
}

.megamenu-nav-back-item:hover {
  background: #EEB111;
}

.megamenu-panel-header-title, .megamenu-panel-title-link, .megamenu-panel-trigger {
  text-transform: none;
  text-decoration: none;
}

.megamenu-subpanel-link {
	color: #222222;
  text-transform: none;
  text-decoration: none;
}

div.megamenu-subpanel {
  top: auto;
}
@media (min-width: 63.9375rem) {
  .hero-carousel {
    padding: 20px;
    padding-bottom: 30px;
  }
}

.hero-carousel--wrap {
  border-bottom: transparent;
}

.hero-carousel__prev--btn.slick-arrow, .hero-carousel__next--btn.slick-arrow {
  visibility: visible;
  background: transparent;
  pointer-events: auto;
  color: #eeb111;
  outline-color: transparent;
}

.hero-carousel__prev--btn,
.hero-carousel__next--btn {
  width: 20px;
  height: 20px;
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #EEB111;
}

.hero-carousel__prev--icon .icon:hover, .hero-carousel__next--icon .icon:hover {
  color: #D99E02;
  fill: #D99E02;
  background: transparent;
}

.hero-carousel__prev--btn button:focus,
.hero-carousel__next--btn button:focus,
.hero-carousel__prev--btn .button:focus,
.hero-carousel__next--btn .button:focus {
  background: transparent;
  color: #D99E02;
}

.hero-carousel__prev--btn:hover, .hero-carousel__next--btn:hover {
  color: #D99E02;
  fill: #D99E02;
  background: transparent;
}

@media (min-width: 63.9375rem) {
  .hero-carousel__status {
    display: none;
  }
}

.hero-carousel__next--btn {
  right: calc(2% - 8px);
}

.hero-carousel__prev--btn {
  left: calc(2% - 8px);
}

@media (max-width: 63.9375rem) {
  .hero-carousel__status {
    display: flex;
    margin-bottom: 0rem
  }
}

.hero-carousel__status .slick-dots li.slick-active button {
  border-color: #eeb111;
  background: #eeb111;
}

.button.secondary {
  background-color: #FFF;
  color: #000000;
  border: 2px solid #353535;
  text-decoration: none;
  padding: 0px 50px;
  height: 40px;
  outline: 0;
}

.button.secondary:hover, .button.secondary:focus {
  border: 2px solid #000000;
  background-color: #e2e2e2;
  color: #000000;;
  text-decoration: none;
  outline: 0;
}

.hero-carousel__product-tile {
  min-height: 390px;
}

.hero-carousel__status .slick-dots {
  bottom: 30px;
  display: none !important;
}

.hero-carousel__prev--icon .icon, .hero-carousel__next--icon .icon {
  display: block;
}
.prd-carousel__status .slick-dots li.slick-active button,
.product-carousel .slick-dots li.slick-active button {
  border-color: #EEB111;
  background: #EEB111;
}

.prd-carousel__status .slick-dots {
	position: static;
}	

.prd-carousel__prev--btn,
.prd-carousel__next--btn {
  color: #EEB111;
}

.prd-carousel__prev--btn:hover,
.prd-carousel__next--btn:hover {
  color: #d99e02;
}

.prd-carousel-top-price.urgent-price {
  color: #c41230;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
}

@media (min-width: 1024px){
  .aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .slick-track {
    width: auto !important;
  }

  .aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .prd-carousel__item:nth-child(-n+4) {
    min-width: 200px;
  }

  .aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile {
    padding: 10px;
    min-width: 180px;
  }
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile {
  padding: 10px;
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__product-tile__detail {
  padding-top: 10px;
}

.aem-Grid.aem-Grid--default--8 .prd-carousel__items-list .slick-track {
  justify-content: space-between;
}

.slick-initialized .slick-slide, .prd-carousel__product-tile__img-link, .prd-carousel__product-tile__title--link {
  outline-color: transparent;
}

/*Recommendation model star rating */
.Other__products__recommendation .bv_reviews_inner::before {
    color:#eeb111;
}  
.similar__products__recommendation .bv_reviews_inner::before {
    color:#eeb111;
}
.RecentlyViewed__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}
.PurchasedDetails__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}
.ir__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.mspKitchen__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.mspLaundry__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.mspRefrigerator__products__recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

.clp_topselling_products_recommendation .bv_reviews_inner::before {
  color:#eeb111;
}
.clp_top_rated_products_recommendation .bv_reviews_inner::before {
  color:#eeb111;
}

@media (max-width: 767px) {
  .prd-carousel--wrap .prd-carousel__prev--btn, .prd-carousel--wrap .prd-carousel__next--btn {
    color: #EEB111;
  }
}

.contact-us-form-wrapper {
  padding: none;
}

.contactUsForm .contact-us-form-wrapper {
  padding: unset;
}

.contact-us-send-btn {
    background: #eeb111;
    padding: 1em;
    width: 75%;
    margin: 2.25em auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    text-align: center;
    border-radius: 30px;
    border: 0;
}

.contact-us-send-btn:focus {
  color: #2e2e2e;
  text-decoration: none;
}

.contact-us-form-content .form-req-message {
  color: #c80a33;
}

@media (max-width: 1023px) {
	.contact-us-send-btn {
		width: 50%;
	}
}


@media (max-width:767px) {

    .contact-us-form-wrapper {
    padding: unset;
  }

  .contact-us-send-btn {
		width: 100%;
	}
}
.pdp-overview-sub-title {
  text-transform: none;
}
.sitemap {
  padding: 0;
  margin: 0;
}

.sitemap a {
  text-decoration: underline;
  color: #5b5b5b;
}

.sitemap a:hover {
  color: #353535;
}

a.header-user-location-link {
    color: black;
    text-decoration: none;
}

.header-user-location-link:hover {
    color: #d99e02;
}

div#location-modal .location-modal-button {
    font-size: 1rem;
}

.location-modal-button:disabled {
    background-color: #f2f2f2;
    color: #5b5b5b;
    cursor: default;
}

.location-modal-button:hover:disabled {
    background-color: #f2f2f2;
    color: #5b5b5b;
    cursor: default;
}

/* Spinner */
.zip-loader {
    display: none;
    position: absolute;
    top: 1.55rem;
    left: 0;
    border: 0.4rem solid #f3f3f3;
    border-top: 0.4rem solid #eeb111;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    animation: loadspin 2s linear infinite;
}

@-webkit-keyframes loadspin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadspin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 47rem) {
    .zip-loader {
        top: 1rem;
    }

    .zip-resolved-checkmark {
        top: 1.25rem;
    }
}

@media screen and (max-width: 24rem) {
    div#location-modal .location-modal-button {
        margin-top: 0.5rem;
        font-size: 0.75rem;
    }
}

.cart-mini {
    border: 0.125rem solid #e2e2e2;
}
.social-icons .icon::before, .social-icons a .icon::before {
    background: #EEB111;
}

.social-icons, .social-icons a {
    color: #000;
}

@media (max-width: 767px) {
	.mobile-footer-content-wrapper, 
	.mobile-footer-social-icons, 
	.mobile-footer-lang-section {
		display: block;
    }

    .desktop-footer-content-wrapper,
    .desktop-footer-social-icons,
    .desktop-lang-section {
        display: none;
    }
}

@media (min-width: 768px) {
	.mobile-footer-content-wrapper, 
	.mobile-footer-social-icons, 
	.mobile-footer-lang-section {
		display: none;
    }

    .desktop-footer-content-wrapper,
    .desktop-footer-social-icons,
    .desktop-lang-section {
        display: block;
    }
}
div.modal-add-to-cart-cfm__icon svg {
    width: 2rem;
}

div.modal-add-to-cart-cfm__product-title .modal-add-to-cart-cfm__prod-name {
    color: #222;
}

.modal-add-to-cart-cfm__btn-expandcollapse {
    width: 1rem;
    color: #eeb111;
    border: none;
    outline: none;
}

.modal-add-to-cart-cfm__btn-expandcollapse:hover,
.modal-add-to-cart-cfm__btn-expandcollapse:active,
.modal-add-to-cart-cfm__btn-expandcollapse:focus {
    color: #eeb111;
}

.button.modal-add-to-cart-cfm__cont-shopping {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

.button.modal-add-to-cart-cfm__cont-shopping:hover {
    color: #353535;
    background-color: #e2e2e2;
    text-decoration: none;
    border: 2px solid #353535;
}

.button.modal-add-to-cart-cfm__cont-shopping:focus {
    color: #353535;
    background-color: #fff;
    border: 2px solid #353535;
    text-decoration: underline;
}

.circuit-breaker-banner__config {
  display: none;
}
.circuit-breaker-banner {
  width: 100%;
  text-align: center;
  padding: 1rem 0.9375rem 1rem 0.9375rem;
  animation: 0.5s fadeIn 0s 1 forwards;
  font-weight: normal;
}
.circuit-breaker-banner.hidden {
  display: none;
}
.circuit-breaker-banner--fixed {
  position: fixed;
  z-index: 25;
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.circuit-breaker-banner {
  min-height: 3.5rem;
  border: none;
  background-color: #353535;
}
.circuit-breaker-banner__link,
.circuit-breaker-banner__message {
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
  font-size: 1rem;
  color: #ffffff;
}
.circuit-breaker-banner__link {
  text-decoration: underline;
  font-weight: normal;
}
.circuit-breaker-banner__link:hover {
  color: #ffffff;
}

@font-face{
    font-family:"icons";
    src:url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot");
    src:url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot?#iefix") format("embedded-opentype"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff2") format("woff2"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff") format("woff"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.ttf") format("truetype"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.svg#icons") format("svg");
    font-weight:normal;
    font-style:normal
}

.social-icons, .social-icons a {
    font-size: 1.9em;
    color: #FFF;
    text-decoration: none;
}

.social-icons a:hover,
.social-icons a:focus {
    text-decoration: none;
}

.social-icons .icon::before, .social-icons a .icon::before {
    border-radius: 50%;
}

.icon-twitter:before {
    content: "\f121";
}

.icon-facebook:before {
    content: "\f10f";
}

.icon-youtube:before{
    content:"\f125"
}

.icon-pinterest:before{
    content:"\f11b"
}

.icons-chat{
    background-position:0 -80px;
    height:18px;
    width:20px
}
.pdp-accordion-v2-bar.accordionV2-title {
  border-bottom: 2px solid #ddd;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 1em;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.pdp-accordion-v2-drawer.accordion-v2-show {
  display: block;
  padding: 10px 15px;
}

.pdp-accordion-v2-drawer {
  display: none;
}

.icon-arrow-down {
  display: none;
}

.accordion-v2-show .icon-arrow-down {
  display: block;
}

.accordion-v2-show .icon-arrow-up {
  display: none;
}

.icon-arrow-up {
  display: block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pdp-accordion-collapse-icon {
  position: absolute;
  right: 0;
  bottom: .625rem;
  cursor: pointer;
}

@media (min-width: 1023px) {
  .invisible {
    display: none;
  }
}
@media (min-width: 1024px) {
    .textImage .rte,
    .textImage .rte p {
        color: #ffffff;
    }
}

@media (max-width: 1023px) {
    .ti-text {
        position: unset;
        transform: none !important;
        text-align: center;
        width: 100%;
    }

    .ti-text .rte span[style] {
        color: inherit !important;
    }
}

.comparison-chart__tooltip {
  cursor: pointer;
}
.comparison-chart__tooltip svg {
  height: 1.188rem !important;
  margin-left: 0.5rem;
}
.comparison-chart__tooltip-info:focus {
  border: dotted;
}
.comparison-chart__heading {
  text-align: left;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  width: 100%;
}
.comparison-chart__heading-value {
  font-size: 1.875rem;
  line-height: 2.0625rem;
}
.comparison-chart__wrapper {
  width: 100%;
  margin: auto;
  background: #ffffff;
  padding-bottom: 2.5rem;
}
.comparison-chart__columns-wrapper {
  min-width: 75%;
  margin: auto;
  position: relative;
  min-height: 32rem;
  padding-top: 1rem;
}
.comparison-chart__columns-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.comparison-chart__info-column {
  float: left;
  background: #ffffff;
  width: 49%;
  padding-bottom: 5rem;
  position: relative;
  padding-top: 8.375rem;
  box-shadow: 0.625rem 0 0.313 -0.313 #797979;
}
.comparison-chart__info-cell {
  height: 54px !important;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding: 0.312rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.comparison-chart__info-cell.cat-row {
  background: #5e5e5e !important;
  color: #ffffff;
}
.comparison-chart__info-cell:nth-child(even) {
  background: #f1f2f2;
}
.comparison-chart__info-modal .close-modal-btn:focus {
  border: dotted;
}
.comparison-chart__data-column {
  float: left;
  overflow-x: auto;
  width: 51%;
}
.comparison-chart__data-column-scroll-container {
  position: relative;
}
.comparison-chart__data-column-scroll-container.loading {
  opacity: 0.1;
}
.comparison-chart__data-column-scroll-container.loading .digital-platform-loading-button--loader {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  opacity: 1;
  left: 45%;
  top: 10%;
  z-index: 10;
}
.comparison-chart__data-column-scroll-container .aem-Grid {
  display: flex;
  padding: 0.375rem;
}
@media screen and (min-width: 1000px) {
  .comparison-chart__info-column {
    width: 15%;
  }
  .comparison-chart__data-column {
    width: 85%;
  }
  .comparison-chart__columns-wrapper {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.comparison-chart .cq-Editable-dom.comparison-chart__data-column-scroll-container .newpar {
  min-width: 5rem;
  flex-grow: 1;
}

.comparison-chart__modals .modal-box {
  position: absolute;
  padding: 2rem 3.125rem 2rem 3.125rem;
  top: 50%;
  left: 50%;
  max-width: 60.75rem;
  transform: translate(-50%, -50%);
}
.comparison-chart__modals .modal-box .close-modal-btn {
  height: 1.5em;
  overflow: hidden;
  width: 1.5em;
  right: 0.7rem;
  top: 0.7rem;
  position: absolute;
  cursor: pointer;
}
.comparison-chart__modals .modal-box .comparison-chart__info-modal-title {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.813rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3d3d3d;
  padding-bottom: 2rem;
}
.comparison-chart__modals .modal-box .comparison-chart__info-modal-text {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #3d3d3d;
}
.comparison-chart__modals .modal-box .comparison-chart__info-modal-image {
  width: 100%;
}
@media all and (max-width: 48rem) {
  .comparison-chart__modals .modal-box {
    padding: 2rem 1rem 2rem 1rem;
  }
  .comparison-chart__modals .modal-box .comparison-chart__info-modal-title {
    padding-left: 15%;
    padding-right: 15%;
  }
  .comparison-chart__modals .modal-box .comparison-chart__image {
    margin: 0 auto;
  }
  .comparison-chart__modals .modal-box .comparison-chart__info-modal-text {
    text-align: center;
  }
}
.comparison-chart__modals #comparison-chart__video-modal .modal-box {
  width: 70%;
  padding: 1.562rem 5.375rem;
}
.comparison-chart__modals #comparison-chart__video-modal .modal-box #comparison-chart__video-modal-holder_container {
  height: 28.125rem;
}
@media screen and (max-width: 63.938rem) {
  .comparison-chart__modals #comparison-chart__video-modal .modal-box {
    width: 80%;
    height: 18.75rem;
    padding: 4rem 0 0;
  }
}

.comparison-product-wrapper {
  flex-grow: 1;
  width: 100% !important;
}
.comparison-product-wrapper .comparison-product {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.comparison-product-wrapper .comparison-product:hover,
.comparison-product-wrapper .comparison-product:focus {
  box-shadow: 0 0 0.562rem rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.comparison-product-wrapper .comparison-product:after {
  content: '';
  display: table;
  clear: both;
}
.comparison-product-wrapper .comparison-product__data-cell {
  height: 54px !important;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.312rem;
  align-self: center;
}
.comparison-product-wrapper .comparison-product__data-cell.cat-row {
  background: #5e5e5e !important;
  color: #ffffff;
}
.comparison-product-wrapper .comparison-product__data-cell:nth-child(odd) {
  background: #f1f2f2;
}
.comparison-product-wrapper .comparison-product__data-cell:first-of-type {
  height: 8rem !important;
  width: 7.812rem;
  background: transparent;
}
.comparison-product-wrapper .comparison-product__data-cell:last-of-type {
  height: 5rem;
}
.comparison-product-wrapper .comparison-product__data-cell-copy {
  text-align: center;
  width: 100%;
  height: 100%;
}
.comparison-product-wrapper .comparison-product__data-cell-copy img {
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.comparison-product-wrapper .comparison-product__data-cell .button {
  color: #000000;
  margin: 0.625rem 0;
  padding: 1rem;
  min-width: 0;
  width: auto;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price {
  color: #c41230;
  font-weight: bold;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price .crossed {
  color: #000000;
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price .member-price-text {
  margin-right: 0.5rem;
}
.comparison-product-wrapper .comparison-product__data-cell .actual-price .black {
  color: #000000;
}
.comparison-product-wrapper .comparison-product__data-cell a {
  color: #000000;
}
.comparison-product-wrapper .comparison-product.hover-product {
  box-shadow: 0 0 0.562rem rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-image-component__image-wrapper.left-align {
  padding-right: 5%;
}
.hero-image-component__image-wrapper.right-align {
  padding-left: 5%;
}
.hero-image-component__image-wrapper.full-bleed {
  width: 100%;
}
.hero-image-component__image-wrapper.full-bleed .hero-image-component__image {
  width: 100%;
}
.hero-image-component__text-section {
  padding-left: 5%;
  padding-right: 5%;
}
.hero-image-component__text-section-header {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #000000;
  padding: 2rem 0 1rem;
}
.hero-image-component__text-section-paragraph {
  font-family: "Avenir-Roman", sans-serif;
  font-size: 1rem;
  line-height: 1.312rem;
  letter-spacing: 0;
  color: #2e2e2e;
}
.hero-image-component__text-section-button-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.hero-image-component__text-section-button {
  max-height: 2.5rem;
}
.hero-image-component__text-section-button-link {
  color: #ffffff;
}
.hero-image-component__sections-wrapper.desktop-only {
  display: none;
}
@media all and (min-width: 48rem) {
  .hero-image-component {
    padding-top: 8rem;
  }
  .hero-image-component__sections-wrapper.mobile-only {
    display: none;
  }
  .hero-image-component__sections-wrapper.desktop-only {
    display: flex;
    margin-bottom: 5.312rem;
    min-height: 25rem;
    position: relative;
    overflow: hidden;
  }
  .hero-image-component__section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30%;
  }
  .hero-image-component__section.right-align {
    left: 75%;
    padding-right: 0;
  }
  .hero-image-component__section.right-align .hero-image-component__text-section {
    padding-right: 10%;
  }
  .hero-image-component__section.left-align {
    left: 0;
  }
  .hero-image-component__section.left-align .hero-image-component__text-section {
    padding-left: 15%;
  }
  .hero-image-component__section.center {
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    text-align: center;
  }
  .hero-image-component__image-wrapper {
    max-width: 70%;
  }
  .hero-image-component__image-wrapper.left-align {
    padding-right: 0;
  }
  .hero-image-component__image-wrapper.right-align {
    margin-left: auto;
    padding-left: 0;
  }
  .hero-image-component__image-wrapper.full-bleed {
    max-width: 100%;
  }
  .hero-image-component__image-wrapper .hero-image-component__image {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hero-image-component__text-section {
    max-width: 25rem;
  }
  .hero-image-component__text-section-header.black-color,
  .hero-image-component__text-section-paragraph.black-color {
    color: #000000;
  }
  .hero-image-component__text-section-header.white-color,
  .hero-image-component__text-section-paragraph.white-color {
    color: #ffffff;
  }
}

@import url("https://fonts.googleapis.com/css?family=Helvetica Neue:400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Berthold Akzidenz Grotesk BE:400,600,700");

.otm_body {
	font-family: "Nunito", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}

.otm_modal {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}

.otm_modal_container {
	display: flex;
	max-width: 851px;
	max-height: 424px;
	width: 100%;
	border-radius: 0;
	overflow: visible;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.3s;
	background: #fff;
	transform: translateY(100px) scale(0.4);
	border-radius: 8px;
}

.otm_modal_title {
	font-size: 19px;
	margin: 0;
	font-weight: 800;
	color: #000000;
	text-align: center;
	font-family: "Berthold Akzidenz Grotesk BE;", sans-serif;
}

.otm_modal_desc {
    margin: 5px 0 20px;
    text-align: center;
    font-size: .67em;
    font-weight: 700;
    color: #000;
    display: block;
}

.otm_modal_right {
	padding: 32px 30px 30px 15px;
	background: #fff;
	flex: 45%;
	transition-duration: 0.5s;
	transform: translateY(80px);
	opacity: 0;
	border-radius: 2%;
}

.otm_modal_button {
	color: #7d695e;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 10px 40px;
	border-radius: 30px;
	background: white;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}

.otm_modal_button:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.8);
}

.otm_modal_left {
	flex: 55%;
	padding: 2px;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 2%;
}

.otm_modal_left img {
	width: 100%;
	height: 100%;
	transform: scale(2);
	-o-object-fit: cover;
	object-fit: revert;
	transition-duration: 1.2s;
	border-radius: 3%;

}

.otm_modal.is-open {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(51, 51, 51, 0.85);
	z-index: 2000010001;
}

.otm_modal.is-open .otm_modal_button {
	opacity: 0;
}

.otm_modal.is-open .otm_modal_container {
	opacity: 1;
	transition-duration: 0.6s;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.otm_modal.is-open .otm_modal_left img {
	transform: scale(1);
	padding: 5px;
}

.otm_modal.is-open .otm_modal_right {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}

.otm_modal_buttons {
	display: block;
	justify-content: space-between;
	align-items: center;
}

.otm_modal_buttons a {
	color: rgba(51, 51, 51, 0.6);
	font-size: 14px;
}

.otm_input_button {
	padding: 10px 25px;
	outline: none;
	border: 0;
	border-radius: 0;
	background: #EEB111;
	font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
	transition: 0.3s;
	cursor: pointer;
	font-size: 0.75em;
	font-weight: bold;
	border-radius: 20px;
	color: #000;
	height: 35px;
    text-transform: capitalize;
}

.otm_input_button:hover {
	background: #55311c;
}

.otm_input_block {
	display: flex;
	padding: 7px 0;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	transition: 0.3s;
	height: 25.3333%;
	justify-content: center;
	align-items: center;
}

.otm_limit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: ellipsis;
	width: 225px;
}

.otm_input_block input {
	outline: 0;
	border: 0;
	padding: 4px 0 0;
	font-size: 14px;
	font-family: "Nunito", sans-serif;
}

.otm_input_block input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.otm_input_block input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}

.otm_input_block input::placeholder {
	color: #ccc;
	opacity: 1;
}

.otm_input_block:focus-within {
	border-color: #8c7569;
}

.otm_input_block:focus-within .input-label {
	color: rgba(140, 117, 105, 0.8);
}

.otm_close {
	position: fixed;
	top: -1.5em;
	right: -3em;
	transition: all 200ms;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	transition: all 200ms;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 38px;
	border-radius: 20px;
}

.otm_close:hover {
	opacity: 1;
}

.otm-target-modal__error {
    font-size: .8em;
    color: red;
    font-weight: bold;
    text-decoration: none;
    display: none; 
}

.otm_close:before, .otm_close:after {
	position: absolute;
	left: 30px;
	content: ' ';
	height: 12px;
	width: 2px;
	background-color: #000;
	font-weight: 700;
	top: 10.5px;
}

.otm_close:before {
	transform: rotate(45deg);
}

.otm_close:after {
	transform: rotate(-45deg);
}

.oos_prod_image_link {
	text-align: center;
	display: flex;
	width: 27%;
	height: -webkit-fill-available;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0 20px 0 10px;
}

.oos_prod_image {
	max-width: 100%;
	max-height: 100%;
}

.otm_product_info {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}

.otm_name {
	height: auto;
	font-weight: 800;
	overflow: hidden;
	font-size: 0.7em;
	color: #000000;
	padding-top: 5px;
	font-family: " Helvetica Neue", sans-serif;
	font-style: normal;
	letter-spacing: 0.16px;
}

.otm_price {
	padding: 0.5em 0;
	color: #2E2E2E;
	font-weight: lighter;
	font-size: 0.75em;
}

.otm_thumbnail {
	position: relative;
	flex: 50%;
	height: 100%;
}

.otm_img_block {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	font-weight: bold;
	height: 100%;

}

.otm_img_section {
	position: relative;
	top: 27%;
	display: inline-block;
	justify-content: space-between;
	align-items: center;
	width: 78%;
}

.otm_img_title {
	font-size: 1em;
	margin-bottom: 5px;
}

.otm_img_subtitle {
	font-family: "Berthold Akzidenz Grotesk BE",sans-serif;
    font-weight: 100;
    text-transform: lowercase;
    font-size: 2em;
    color: #fff;
    margin: 10px;
    letter-spacing: .02em;
    line-height: 1;
}

.otm_img_para {
	font-size: 0.72em;
	font-weight: lighter;
	margin: 10px 0 20px;
	font-family: "Helvetica", sans-serif;
	font-style: normal;
	opacity: 0.9;
	color: #fff;
}

.otm_img_span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: .5rem;
	font-size: .5em;
	font-weight: normal;
	font-family: "Helvetica", sans-serif;
	text-align: center;
	opacity: 0.9;
}

.otm_close_span {
	position: relative;
	left: 10px;
	font-weight: 700;
	color: #000000;
}

@media(max-width:1024px) {
	.otm_modal_left img {
		object-fit: fill;
	}

	.otm_modal_container {
		max-width: 668px;
		max-height: 498px;
	}

	.otm_limit {
		width: auto;
	}

	.otm_img_para {
		font-size: 0.9em;
		margin: 25px 0 5px;
	}

	.otm_img_subtitle {
		font-size: 1.9em;
		margin: 20px 10px;
	}

	.otm_img_span {
		font-size: .7em;
		padding: 1.2rem;
	}

	.otm_img_section {
		top: 88px;
	}

	.otm_input_button {
		padding: 10px 35px;
	}

	.otm_name {
		font-size: 0.7em;
		letter-spacing: 0.03em;
		font-weight: bold;
	}
	
	.desktop_hide {
		display:none;
	}

	.otm_modal_buttons {
       margin-top: 10px;
	}

}

@media (max-width: 767px) {
	.otm_modal_container {
		display: block;
		max-width: 364px;
		max-height: 561px;
		width: 90%;
	}
	
	.otm_price {
        font-weight: lighter;
		font-size: .9em;
	}
	.otm_thumbnail {
		height: 280px;
	}
	
	.otm_name, .otm_price {
		font-size: .9em;
	}

	.otm_modal.is-open .modal-right img {
		transform: scale(1);
		padding: 10px;
	}

	.otm_input_block:nth-of-type(3) {
		display: none;
	}

	.otm_img_section {
		position: relative;
		top: 9%;
		width: 85%;
	}

	.otm_img_span {
		padding: 2em 1.5em 1.5em 1em;
        font-size: .54em;
        text-decoration: none;
        letter-spacing: .04em;
        line-height: 1.3em;
	}

	.otm_img_title {
		font-size: 0.75em;
		margin-bottom: 10px;
	}

	.otm_img_subtitle {
		font-size: 1.5em;
		padding: 0;
		margin: 10px 10px;
		line-height: 25px;
	}

	.otm_img_para {
		font-size: 0.8em;
		font-weight: normal;
		margin: 10px 10px 0;
	}

	.otm_input_button {
		padding: 8px 30px;
	    height: 35px;
	}

	.otm_modal_title {
		line-height: 19px;
		font-size: 1.1875em;
		letter-spacing: 0.95px;
	}

	.otm_modal_right {
		padding: 15px 10px 18px;
	}

	.otm_modal_desc {
		margin: 5px 0 15px 0;
		text-align: center;
		font-size: 0.7em;
		line-height: 12px;
		font-weight: bold;
	}

	.oos_prod_image {
		max-width: 50px;
		max-height: 70px;
	}

	.otm_limit {
		width: auto;
	}

	.otm_close {
		position: fixed;
		top: -1em;
		right: -1em;
		font-size: .75em;
		font-weight: bold;
		transition: all 200ms;
		font-size: 0.875em;
		font-weight: bold;
		text-decoration: none;
		padding: 8px 30px;
	}

	.otm_close:before, .otm_close:after {
		position: absolute;
		left: 25px;
		content: ' ';
		height: 12px;
		width: 2px;
		top: 11px;
	}
	
	.otm_input_block {
		height: 89px;
	}
	
	.oos_prod_image_link {
		width: 15%;
		text-align: center;
		vertical-align: middle;
		justify-content: left;
		align-items: center;
	}
	
	.otm_modal_desc_mob {
		margin: 5px 0 15px;
		text-align: center;
		font-size: .67em;
		font-weight: 700;
		color: #000;
		display: block;
	}
	.otm_modal_buttons {
        margin-top: 5px;
    }
	.otm-target-modal__error {
    	font-size: .7em;
   	}
}

@media (max-width: 320px) {
	.otm_img_section {
		position: relative;
		top: 9%;
		width: 100%;
	}
	
	.otm_img_subtitle {
    	padding: 0 18px;
    }
	
	.otm_img_para {
		font-size: .75em;
        margin: 10px 40px 0;
	}
	
	.otm-target-modal__error {
		font-size: .6em;
    }
	.otm_img_span {
        font-size: .5em;
        line-height: 1.1em;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
	.otm_modal_container {
		width: 100%;
	}

	.otm_close {
		position: fixed;
		top: -0.7em;
		right: 0em;

	}
}
@media only screen and (max-width: 1000px) and (orientation: landscape) {
    .otm_modal.is-open {
    	overflow-y: auto;
	}
	.otm_modal_container {
        display: flex;
        width: 100%;
        border-radius: 0;
        background: #fff;
        position: absolute;
        left: auto;
        top: 10%;
    } 
    .otm_modal_desc_mob {
        margin: 5px 0 15px;
        text-align: center;
        font-size: .67em; 
        font-weight: 700;
        color: #000;
        display: block;
    }
    .otm_modal_left img {
		object-fit: cover;
		height: 478px;
	}

	.otm_modal_container {
		max-width: 550px;
		max-height: 498px;
	}

	.otm_limit {
		width: auto;
	}

	.otm_close:before, .otm_close:after {
        position: absolute;
        left: 20px;
        top: 9px;
        height: 12px;
    }

    .otm_img_para {
        font-size: .7em;
        margin: 10px 40px 0;
    }

    .otm_input_button {
        padding: 0 25px;
        height: 2rem;
    }

    .otm_img_span {
        font-size: .55em;
    	padding: 1em;
    }
			
	.otm_img_subtitle {
		margin: 15px;
	}
	
	.otm_img_section {
       width: 100%;
	   top: 25%;
	}

	.otm_modal_title {
        font-weight: 800;
        line-height: 19px;
        font-size: 1em;
        letter-spacing: .95px;
        margin-bottom: 5px;
    }
	.otm_close_span {
        position: relative;
        left: 10px;
        font-size: .85em;
    }
	.otm_close {
        position: fixed;
        right: -2em;
	}
	.otm_input_block:nth-of-type(3) {
   		display: none;
	}
	.otm_thumbnail {
    	height: 100%; 
	}
	.otm_img_block {
        position: absolute;
    	top: 0;
        left: 0;
        transform: none;
    }
	.otm-target-modal__error {
        font-size: .7em;
        display: none;
	}
}

.author-env.geo-ip-redirect-modal {
  display: block;
  position: unset;
}
.author-env .modal-box {
  opacity: 1;
}
.geo-ip-redirect-modal-trigger {
  display: none;
}
.geo-ip-redirect-modal {
  padding-left: 5%;
  padding-right: 5%;
  z-index: 100000001;
  background: rgba(46, 46, 46, 0.9);
}
.geo-ip-redirect-modal .modal-box {
  margin-top: 4rem;
  padding: 1rem;
}
.geo-ip-redirect-modal .modal-box .modal-header .modal-logo-image {
  margin-left: auto;
  margin-right: auto;
}
.geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper {
  top: -1rem;
  right: -2%;
}
.geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper .modal-close-icon svg {
  width: 0.875rem;
  height: 0.875rem;
}
.geo-ip-redirect-modal .modal-box .modal-body {
  margin-top: 1.273rem;
}
.geo-ip-redirect-modal__message-block .message-title {
  text-align: center;
}
.geo-ip-redirect-modal__message-block .message-description {
  margin-top: 1.25rem;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.geo-ip-redirect-modal__cta-block {
  margin-top: 1.25rem;
}
.geo-ip-redirect-modal__cta-block .button {
  width: 100%;
  background: inherit;
  font-family: inherit;
  color: inherit;
}
.geo-ip-redirect-modal__cta-block .button .modal-flag-icon {
  margin-right: 0.56rem;
}
.geo-ip-redirect-modal__cta-block .button .modal-flag-icon svg {
  height: unset;
}
.geo-ip-redirect-modal__cta-block .redirect-button {
  margin-top: 1rem;
}
@media (min-width: 64rem) {
  .geo-ip-redirect-modal .modal-box {
    margin-top: 7.5rem;
    width: 31.5rem;
    padding: 1.5rem;
  }
  .geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper {
    top: -1.5rem;
  }
  .geo-ip-redirect-modal__cta-block {
    margin-top: 1.5rem;
  }
  .geo-ip-redirect-modal__cta-block .button {
    width: 49%;
    padding: 0;
  }
  .geo-ip-redirect-modal__cta-block .redirect-button {
    margin-top: 0;
    margin-left: 1rem;
    width: 47%;
  }
  .geo-ip-redirect-modal__cta-block .skip-message-button {
    width: 48%;
  }
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("https://fast.fonts.net/dv2/14/3a46542f-f429-4821-9a88-62e3be54a640.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_46 Lt It";
  src: url("https://fast.fonts.net/dv2/14/261b4efb-3d70-4965-977d-38af9422700d.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://fast.fonts.net/dv2/14/3dac71eb-afa7-4c80-97f0-599202772905.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_56 It";
  src: url("https://fast.fonts.net/dv2/14/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("https://fast.fonts.net/dv2/14/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_66 Md It";
  src: url("https://fast.fonts.net/dv2/14/657c2fa4-585b-4761-9e2e-65ab13159323.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://fast.fonts.net/dv2/14/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_76 Bd It";
  src: url("https://fast.fonts.net/dv2/14/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2?d44f19a684109620e484147ea290e8184a4bd6a4639cd96e56b0a31e20416275ddaf67d13a1461cef544385b84db626a949ef3216c76137f182b8bdba6f90696385cf46bcfe2c3cb4481b3&projectId=606e60bd-3a48-4830-b755-290d2a15f0ca") format('woff2');
  font-display: swap;
}
.geo-ip-redirect-modal {
  font-family: "HelveticaNeue", sans-serif;
}
.geo-ip-redirect-modal .modal-content {
  margin-top: 0;
  margin-bottom: 0;
}
.geo-ip-redirect-modal .modal-box {
  border-radius: 0.625rem;
}
.geo-ip-redirect-modal .modal-box .modal-header .modal-logo-image {
  width: 3.779rem;
  height: 1.25rem;
}
.geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper {
  top: -1.4rem;
  right: -0.5rem;
}
.geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper .modal-close-icon {
  color: #000000;
}
.geo-ip-redirect-modal__message-block {
  color: #000000;
}
.geo-ip-redirect-modal__message-block .message-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.geo-ip-redirect-modal__message-block .message-description {
  font-weight: 400;
  line-height: 1.188rem;
}
.geo-ip-redirect-modal__cta-block .button {
  border: 0.125rem solid #353535;
  border-radius: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  height: 2.5rem;
  margin-bottom: 0;
}
@media (min-width: 64rem) {
  .geo-ip-redirect-modal .modal-box .modal-header .modal-logo-image {
    width: 6rem;
    height: 2rem;
  }
  .geo-ip-redirect-modal .modal-box .modal-header .close-button-wrapper {
    top: -2.7rem;
    right: -1rem;
  }
  .geo-ip-redirect-modal__message-block .message-description {
    line-height: 1.188rem;
  }
}

/* Common CSS */
#promoDrawer .platform-components-content-card__main-header.header-one {
	display:block !important;
}
#promoDrawer .platform-components-content-card__button--primary.brand {
    text-transform: none;
}
@media (max-width: 767px) {
 .noscroll .globalPromoDrawer {
    display: none !important;
}
.megamenu-scroll-lock .globalPromoDrawer {
    display: none !important;
}
}
.author-mode .globalPromoDrawer .promo-drawer__overlay {
	opacity: 0;
}

.promo-drawer {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100000000;
}
.promo-drawer__drawer {
  background: #E2E2E5;
  bottom: 0%;
  display: block;
  left: 50%;
  max-width: 100%;
  position: absolute;
  transform: translate3d(-50%, 100%, 0);
  transition: all 1s ease-in-out;
  width: 100%;
  z-index: 10000;
}
#promoDrawer .slick-track #lead-gen-mbox .container {
	padding:0;
}
#promoDrawer .slick-track #lead-gen-mbox .container .gpd-lgcontainer {
	padding:8px 16px;
}
.promo-drawer__drawer[data-drawer-status=open] {
  transform: translate3d(-50%, 0, 0);
}
.promo-drawer__drawer[data-drawer-status=open] .promo-drawer__header-arrow svg {
  transform: rotateX(180deg);
} 
.promo-drawer__overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
}
.promo-drawer__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #EEB111;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  cursor: pointer;
  height: 48px;
  width: auto;
  border-radius: 18px 18px 0px 0px;
  padding:0;
}
.promo-drawer__header:focus-visible,
#promoDrawer .pc-carousel-wrapper .platform-components-content-card__body-copy a:focus-visible,
#promoDrawer .platform-components-content-card__button--primary.brand:focus-visible,
#promoDrawer .pc-carousel-wrapper .gpd-heading a:focus-visible,
#promoDrawer button.gpdbutton__signup:focus-visible,
.gpd-legalcheckbox[type="checkbox"]:focus-visible,
.gpd-legalcontent a:focus-visible,
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow:focus-visible,
.gpd-thankyoubutton:focus-visible {
   outline: 0.125rem solid #000;
}
.cmp-experiencefragment--global-drawer .modalContainer .platform-components-rich-text--theme-01 a:focus-visible,
#promoDrawer .lead-gen-ca-modal__form__input.gpd-emailfield:focus-visible,
#promoDrawer .platform-components-modal__close:focus-visible {
    outline: 0.125rem solid #000 !important;
}
@keyframes gpdHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gpdHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes gpdHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gpdShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes gpdShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes gpdShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.promo-drawer__content {
  visibility: hidden;
}

.promo-drawer__drawer[data-drawer-status=open] .promo-drawer__content {
  animation: gpdShow 1s ease forwards;
  -webkit-animation: gpdShow 1s ease forwards;
  -moz-animation: gpdShow 1s ease forwards;
}

.promo-drawer__drawer[data-drawer-status=closed] .promo-drawer__content {
  animation: gpdHide 4s ease forwards;
  -webkit-animation: gpdHide 4s ease forwards;
  -moz-animation: gpdHide 4s ease forwards;
}
.promo-drawer__header-icon {
  padding-left: 16px;
  padding-right: 8px;
  display: flex;
}
#promoDrawer .promo-drawer__header-icon svg {
  fill: #fff;
  transition: all 1s ease;
  height:24px;
}
.promo-drawer__header-icon svg path,
.promo-drawer__header-arrow svg path {
    fill: #000;
}
#promoDrawer .platform-components-content-card__content {
    justify-content:flex-start;
    padding: 0;
	margin:0;
}
#promoDrawer .platform-components-content-card__preheader {
    margin: 0;
    background: #EEB111;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    border-radius: 18px 18px 0px 0px;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
    padding: 4px 0;
	margin-bottom: 16px;
}
#promoDrawer .platform-components-content-card__theme-01.platform-components-content-card.content-card--v2 {
    border-radius: 20px;
    filter: drop-shadow(0px 2px 4px rgba(47, 35, 3, 0.2));
}
#promoDrawer .platform-components-content-card__main-header.header-one {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #000;
    padding: 16px;
    text-align:left;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
	padding-top: 0;
} 
#promoDrawer .platform-components-content-card__body-copy p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #000;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom:16px;
    text-align:left;
}
#promoDrawer .platform-components-content-card__body-copy {
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 1.6rem;
}
#promoDrawer .platform-components-content-card__subtitle {
    font-size: 16px;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    padding-left: 16px;
    color: #000;
    font-style: normal;
    margin: 0;
}
#promoDrawer .platform-components-content-card__button-container {
    margin-bottom: 40px;
    justify-content: flex-start;
    padding-left:16px;
    margin-top:0;
}
#promoDrawer .platform-components-content-card__button--primary.brand {
    position: fixed;
    bottom: 16px;
    width: 176px;
    height: 40px !important;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-radius: 20px;
    font-weight: 700;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
}
#promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-slide>div {
    display:block;
}
#promoDrawer .platform-components-content-card__width-lg--auto {
    width:100%;
	margin:0;
}
#promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-track {
    justify-content: center;
    margin-top:16px;
    margin-bottom:16px;
}
#promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-dots {
    margin:15px 0;
} 
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
    left:0;
    border-radius: 0px 4px 4px 0px;
}
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
    right:0;
    border-radius: 4px 0px 0px 4px;
}
#promoDrawer .pc-carousel-wrapper .arrows-track {
    height:100%;
}
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow {
    background: #eeb111;
    border-radius: 0;
    height: 120px;
    width: 24px;
    padding: 0;
}
.promo-drawer__heading {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
}
.promo-drawer__header-text p {
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}
.promo-drawer__header-arrow svg {
  fill: #fff;
}
.promo-drawer__header-arrow {
  padding-left: 30px;
  padding-right: 18px;
}
.promo-drawer_card {
  background: #fff;
  margin-right: 16px;
  width: 33.3%;
  position: relative;
}
.promo-drawer_cardswrapper {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.promo-drawer_header {
  margin: 0;
  background: #C41230;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
}
.promo-drawer__title {
  margin: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #C42033;
}
.promo-drawer__description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  color: #000;
  padding-top: 16px; 
}
.promo-drawer__contentsection {
  padding: 16px;
  margin-bottom: 50px;
}
.promo-drawer__cta {
  width: 156px;
  height: 36px;
  background: #C41230;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-top: 38px;
  position: absolute;
  bottom: 10px;
}
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow .icons-arrow-left,
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow .icons-arrow-right{
    font-size:30px;
}
#promoDrawer .pc-carousel-wrapper .platform-components-content-card__body-copy a {
    color: #000;
    border: 1px solid #9F9F9F;
    min-width: 14px;
    height: 14px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin-left:2px;
    font-weight:normal;
    text-decoration:none;
	padding:0 2px;
}
.promo-drawer__content .modalContainer .rte > div {
    padding: 16px;
    margin-bottom:16px;
    box-shadow: 0px 2px 4px rgba(47, 35, 3, 0.2);
    border-radius: 18px;
}
.promo-drawer__content .modalContainer .rte > div h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2E2E2E;
    margin-bottom:2px;
    text-align: left;
    padding: 0;
    font-family:inherit;
}
#promoDrawer .platform-components-container .theme-01>.container-inner {
    box-shadow: 0px 2px 4px rgba(47, 35, 3, 0.2);
    border-radius: 18px;
}
.cmp-experiencefragment.cmp-experiencefragment--global-drawer .platform-components-rich-text.platform-components-rich-text--theme-01 {
    padding: 16px;
    margin-bottom: 16px;
	margin-right: 15px;
}
.cmp-experiencefragment.cmp-experiencefragment--global-drawer .platform-components-rich-text.platform-components-rich-text--theme-01 > :first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #2e2e2e;
    margin-bottom: 5px;
	margin-top:0;
    text-align: left;
    padding: 0;
	text-transform: uppercase;
    font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
}
.cmp-experiencefragment.cmp-experiencefragment--global-drawer .platform-components-rich-text.platform-components-rich-text--theme-01 h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
    padding: 0;
    font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
}
.cmp-experiencefragment.cmp-experiencefragment--global-drawer .platform-components-rich-text.platform-components-rich-text--theme-01 p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #323232;
    margin: 0;
}
.promo-drawer__content .modalContainer .rte > div p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #2E2E2E;
    margin:0;
}
#promoDrawer .button-primary-brand.platform-components-modal__close.platform-components-modal__close-primary.icon-only {
    background: none;
    color: #000;
    top: 20px;
    right: 10px;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
	border-radius: 0;
}
#promoDrawer .platform-components-modal__close.icon-only .icons-close {
    font-size: 24px;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__overlay {
    background: none;
    position:static;
    padding:0;
    display:none;
    width: 98%;
    margin: 0 auto;
}
.cmp-experiencefragment--global-drawer .modalContainer {
    width: 100%;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__overlay.active {
    display:block;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__pb .platform-components-modal__container.fixedCenter {
    width: 100%;
    margin: unset;
    max-width: 100%;
	background:transparent;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__pb .platform-components-modal__container.fixedCenter .cmp-container {
    padding-left: 50px;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container.slick-slider,
[class*="pages-account"] .promo-drawer .pc-carousel-wrapper .pc-carousel-container.slick-slider {
    position: static;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow:hover,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .slick-arrow:hover {
	color: #5b5b5b;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn {
    z-index: 1000;
    right: 0px;
    border-radius: 4px 0px 0px 4px;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdprevArrowBtn,
[class*="pages-account"] .pc-carousel-container .gpdprevArrowBtn {
    z-index: 1;
    left: 0;
    border-radius: 0px 4px 4px 0px;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .slick-arrow {
    background: #eeb111;
    height: 120px;
    width: 24px;
    font-size: 30px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    line-height: 120px;
    font-weight: bold;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled,
[class*="pages-account"] .pc-carousel-container .slick-arrow.slick-disabled {
    opacity: 50%;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdprevArrowBtn:before,
[class*="pages-account"] .pc-carousel-container .gpdprevArrowBtn:before {
    right: 3px;
    position: relative;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn:before,
[class*="pages-account"] .pc-carousel-container .gpdnextArrowBtn:before {
    position: relative;
    right: 3px;
}
@media (min-width: 1024px) {
#promoDrawer .pc-carousel-wrapper {
    padding:0 56px;
}
}
@media (max-width:767px) {
#promoDrawer .pc-carousel-wrapper {
    padding: 0 40px;
}
.promo-drawer__header-icon {
    padding-left: 8px;
    padding-right: 8px;
}
.promo-drawer__header {
    width: max-content;
}
.promo-drawer__heading {
    font-size:14px;
    line-height:20px
}
.promo-drawer__header-arrow {
    padding-left:17px;
    padding-right:17px;
}
#promoDrawer .platform-components-content-card__main-header.header-one {
    font-size:20px;
    line-height:24px;
}
#promoDrawer .platform-components-content-card__body-copy p {
    font-size:12px;
    line-height:21px;
}
#promoDrawer .pc-carousel-wrapper button.slick-prev.slick-arrow.slick-disabled,
#promoDrawer .pc-carousel-wrapper button.slick-next.slick-arrow.slick-disabled{
    display:none !important;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled, 
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled {
    display:none !important;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__overlay {
    width:90%;
}
.cmp-experiencefragment--global-drawer .platform-components-modal__pb .platform-components-modal__container.fixedCenter .cmp-container {
	padding-left:0;
}
.promo-drawer__content .modalContainer .rte>div p {
	margin-right:15px;
}
#promoDrawer .platform-components-content-card__subtitle {
	font-size: 12px;
    line-height: 16px;
}
}
#sign_custom_circle {
    position: fixed;
    visibility: visible;
    cursor: pointer;
    padding: 0;
    margin: 0;
    right: -1px;
    height: 134px;
    width: 39px;
    background: #fff;
    z-index: 10;
    top: 65%;
    border: 1px solid rgb(0, 0, 0);
    transition: all 0.5s ease 0s;
    display: none;
}
#sign_custom_circle.sign_show {
	 display: none;
     top: 65%;
}
#sign_mail_img {
	position: absolute;
    max-width: 100%;
}
#sign_custom_circle .sign_custom_dismiss {
	position: absolute;
    top: 10px;
    right: 12px;
    height: 6px;
    width: 12px;
}
#sign_x_img {
	max-width: 100%;
    width: max-content;
}
#sign_custom_circle .sign_up_heading {
    transform: rotate(-90deg);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    margin: 0 auto;
    position: relative;
    right: 21px;
    top: 57px;
    text-transform: none;
    font-size: 16.5px;
    font-weight: bold;
    line-height: 16px;
    font-family: "Helvetica Neue LT W01_71488914","Helvetica Bold","Arial Bold",sans-serif;
}
#sign_custom_circle .sign_up_mail {
    position: absolute;
    right: 10px;
}
#sign_x_mail {
	position: relative;
    top: 94px;
    height: 11px;
    width: 16px;
    transform: rotate(-90deg);
}
#sign_custom_circle_ca:hover {
	cursor: pointer;
}
#sign_custom_circle_ca {
    background:white;
    z-index:2147483647;
    border:solid 1px #000;
    transition:background .15s,ease-in-out .15s;
    display:none;
    border-bottom: 0;
  }
#sign_custom_circle_ca #signup-ca-click{
    height:36px;
    width:145px;
    position: fixed;
}
#sign_custom_circle_ca.sign_show_ca {
	display: none;
    transform:rotate(270deg);
    animation: sign_circle_ani 0.7s cubic-bezier(0.62, 0.15, 0.51, 1.58) 1 forwards;
}
.signUpForCa.section {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(38.5%,-50%);
    z-index: 9999;
  }
  .signUpForCa.section.signup_container_fr {
    transform: translate(43.7%,94%);
    right: 0.5rem;
  }
  .signUpForCa.section.signup_container_fr .ca_signup {
    width: auto;
    padding: 0 10px;
  }
.sign_custom_dismiss_ca {
    height:12px;
    width:12px;
}
.signUpForCa.section .sign_custom_dismiss_ca {
    display: none;
  }
@keyframes usi_circle_ani {
	0% {
		bottom: -120px;
	}
	100% {
		bottom: 80px;
	}
}
#sign_custom_circle.usi_show2 {
	display: block;
	bottom: -120px;
	animation: usi_circle_ani2 0.7s cubic-bezier(.62, .15, .51, 1.58) 1 forwards;
}
@keyframes usi_circle_ani2 {
	0% {
		bottom: -120px;
	}
	100% {
		bottom: 5px;
	}
}
#sign_mail_img_ca {
	width: 16px;
    height: 16px;
    margin-right:10px;
}
#sign_custom_circle_ca h4 {
    width: auto;
    text-align: center;
    color: #000;
    height: 24px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin:0;
    text-transform: capitalize;
}
.ca_signup {
    display: flex;
    justify-content:center;
    align-items: center;
    height: 36px;
    width: 145px;
    cursor: pointer;
}
#sign_custom_circle_ca h4:after {
    background-color: transparent;
    animation: none;
}
.sign_custom_dismiss_ca {
	position: absolute;
	top: 10px;
	right: 12px;
	height: 16px;
	width: 16px;
}

#sign_x_img_ca {
    width: 16px;
    height: 16px;
    margin-right:10px;
}

@media(max-width:767px){
    #sign_custom_circle_ca h4 {
        display: none;
   }
    .ca_signup,#sign_custom_circle_ca #signup-ca-click{
        width: 38px;
        height: 24px;
   }
    .signUpForCa.section{
        transform: translate(23%,-50%);
        z-index:unset;
   }
    #sign_mail_img_ca{
        margin-right:0;
   }
    .signUpForCa.section.signup_container_fr .ca_signup{
        width:38px;
   }
    .signUpForCa.section.signup_container_fr{
        transform: translate(23%,-50%);
        right: 0;
   }
  }
 @media screen and (max-width:1023px) and (orientation:landscape) {
    #sign_custom_circle_ca.sign_show_ca {
	    bottom: 40% !important;
    }
 }
.relatedPages {padding:30px 0;}
.footer-component { background: #fff;}
.be-ix-link-block .be-related-link-container{ width:100%}
.be-ix-link-block .be-related-link-container {
	display: flex;
 }
.be-ix-link-block .be-related-link-container .be-label {
    text-transform: capitalize;
    font-weight: 700;
    color: #353535;
    flex-basis: 180px;
 }
.be-ix-link-block .be-related-link-container .be-list {
    display: inline-grid;
    list-style: none;
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    gap: 15px 30px;
 }
.be-ix-link-block .be-related-link-container .be-list .be-list-item {
    width:100%;
}
.be-ix-link-block .be-related-link-container .be-list .be-list-item a{
	text-transform: capitalize;
    text-decoration: none;
    font-size: inherit;
    line-height: 1.3;
}
.brightedge-blog ul#be-list {
    width: unset;
    display: flex;
    gap: unset;
	align-items: initial;
}

@media (min-width: 768px) and (max-width:1024px) {
    .be-ix-link-block .be-related-link-container .be-list {
        width: 100%;
        gap: 10px 25px;
    }               
    .be-ix-link-block .be-related-link-container{
    	display:block; 
        padding: 0;
    }
    .be-ix-link-block .be-related-link-container .be-label{
        margin-bottom:20px;
    }
}

@media (max-width: 767px) {
	.relatedPages {
    	padding: 0 0 20px;
    }
	.be-ix-link-block .be-related-link-container {
		padding: 0;
		text-align: left;
		display: block;
	}
	.be-ix-link-block .be-related-link-container .be-label{
		width:100%;
    	margin-bottom: 20px;
	}
	.be-ix-link-block .be-related-link-container .be-list{
		display: block;
		width: 100%;
	}
	.be-ix-link-block .be-related-link-container .be-list .be-list-item{
		display: block;
		margin: 0;
		padding-bottom: 10px;
        text-align: left;
	}
	.be-ix-link-block .be-related-link-container .be-list .be-list-item a {
		width: fit-content;
	}
}
.be-ix-link-block .be-related-link-container .be-list .be-list-item a:hover{color: #D99E02;}

/*
  Conversion Drawer Default Theme

  ----------------------------------------

  NOTE: These are the default (fall-back) token values that should be imported in 
  the proxy component before the brand specific tokens. This should help prevent
  difficult to debug LESS compilation errors.

  This file can be used as a starting point for creating new component themes.

  ----------------------------------------

  The tokens are organized by those that are common to all of a brand's themes,
  and those which must be changed for each theme--which is mainly colors.

  Brand Tokens
  - Core Drawer Styles (tab, slider, overlay)
  - Utilities (disclaimer modal, action)
  - Card Templates (text card)

  Theme Tokens
  - Light (Default)
  - Dark

*/
/* 
  ------------------
  Core Drawer Styles
  ------------------
*/
/*
  Tab
*/
/* Common (Open or Closed) */
/* Closed State */
/*
  Slider
*/
/* 
  Overlay 
*/
/* 
  ---------
  Utilities
  ---------
*/
/*
  Disclaimer Modal
*/
/*
  Card Action
*/
/* 
  --------------
  Card Templates
  --------------
*/
/*
  Text Card
*/
/* Overline */
/* End Date */
/* Headline */
/* Body */
/*
  Conversion Drawer Theme Variables

  Core Drawer Styles (tab, slider, overlay)
  Utilities (disclaimer modal, action)
  Card Templates (text card)
*/
/* 
  ------------------
  Core Drawer Styles
  ------------------
*/
/*
  Tab
*/
/* Common (Open or Closed) */
/* 
  ---------
  Utilities
  ---------
*/
/*
  Disclaimer Modal
*/
/*
  Card Action
*/
/* 
  --------------
  Card Templates
  --------------
*/
/*
  Text Card
*/
/* Overline */
/* End Date */
/* Headline */
/* Body */
/*
  Drawer Theme
*/
/* Light Theme (Default) */
.digital-platform__conversion-drawer,
.digital-platform__conversion-drawer.light {
  --drawer__background: #ffffff;
  --drawer__box-shadow: 0px -4px 74px 0px rgba(255, 255, 255, 0.35);
  --tab__box-shadow: 0px -3px 34px 0px rgba(255, 255, 255, 0.35);
  --outline-color: #000000;
  --authoring-border: 2px dashed #222222;
  /* Closed State */
  --tab-offer-count__color: #ffffff;
  --tab-offer-count__background-color: #353535;
  --tab-offer-count__color--hover: #ffffff;
  --tab-offer-count__background-color--hover: #353535;
  --tab__color: #000000;
  --tab__background-color: #eeb111;
  --tab__background-color--hover: #e09d00;
  --tab-open-close__color--hover: #000000;
  --tab-open-close__background-color--hover: #eeb111;
  /* Open State */
  --tab-offer-count__color--open: #000000;
  --tab-offer-count__background-color--open: #eeb111;
  --tab__color--open: #222222;
  --tab__background-color--open: #ffffff;
  --tab__background-color--open--hover: #ffffff;
  /* Pagination Control Buttons (Open Only) */
  --tab-pagination-controls__color: #222222;
  --tab-pagination-controls__background-color: transparent;
  --tab-pagination-controls__color--hover: #000000;
  --tab-pagination-controls__background-color--hover: #e09d00;
  --tab-pagination-controls__color--disabled: #7f7f7f;
  --tab-pagination-controls__background-color--disabled: transparent;
  /* Disclaimer Modals */
  --modal__color: #222222;
  --modal__background-color: #ffffff;
  --modal-close__color: #ffffff;
  --modal-close__background-color: transparent;
  --modal-close__color--hover: #222222;
  --modal-close__background-color--hover: #ffffff;
}
/* Dark Theme */
.digital-platform__conversion-drawer.dark {
  --drawer__background: #222222;
  --drawer__box-shadow: 0px -4px 74px 0px rgba(255, 255, 255, 0.35);
  --tab__box-shadow: 0px -3px 34px 0px rgba(255, 255, 255, 0.35);
  --outline-color: #f2f2f2;
  --authoring-border: 2px solid #eeb111;
  /* Closed State */
  --tab-offer-count__color: #000000;
  --tab-offer-count__background-color: #eeb111;
  --tab-offer-count__color--hover: #000000;
  --tab-offer-count__background-color--hover: #eeb111;
  --tab__color: #ffffff;
  --tab__background-color: #222222;
  --tab__background-color--hover: #000000;
  --tab-open-close__color--hover: #000000;
  --tab-open-close__background-color--hover: #eeb111;
  /* Open State */
  --tab-offer-count__color--open: #000000;
  --tab-offer-count__background-color--open: #eeb111;
  --tab__color--open: #ffffff;
  --tab__background-color--open: #222222;
  --tab__background-color--open--hover: #222222;
  /* Pagination Control Buttons (Open Only) */
  --tab-pagination-controls__color: #ffffff;
  --tab-pagination-controls__background-color: transparent;
  --tab-pagination-controls__color--hover: #000000;
  --tab-pagination-controls__background-color--hover: #e09d00;
  --tab-pagination-controls__color--disabled: #7f7f7f;
  --tab-pagination-controls__background-color--disabled: transparent;
  /* Disclaimer Modals */
  --modal__color: #ffffff;
  --modal__background-color: #222222;
  --modal-close__color: #ffffff;
  --modal-close__background-color: transparent;
  --modal-close__color--hover: #000000;
  --modal-close__background-color--hover: #ffffff;
}
/*
  Card Theme

  Cards inherit their their theme from the drawer by default, so these custom
  css properties are added to the drawer and overwritten at the card level
  if a theme class is added to the card.
*/
/* Light Theme (Default) */
.digital-platform__conversion-drawer .conversion-drawer-text-card,
.digital-platform__conversion-drawer.light .conversion-drawer-text-card,
.digital-platform__conversion-drawer section.conversion-drawer-text-card.light {
  --outline-color: #000000;
  /* Text Card */
  --text-card__color: #222222;
  --text-card__background-color: #f2f2f2;
  /* Actions */
  --action__color: #000000;
  --action__background-color: #eeb111;
  --action__color--hover: #ffffff;
  --action__background-color--hover: #353535;
  --action__color--success: #ffffff;
  --action__background-color--success: #008800;
  --action__color--error: #353535;
  --action__background-color--error: #ffffff;
  --action__border-color--error: #c41230;
  /* Modal Trigger ("i" icon) */
  --modal-trigger__color: #222222;
  --modal-trigger__color--hover: #ffffff;
  --modal-trigger__background-color--hover: #222222;
}
/* Dark Theme */
.digital-platform__conversion-drawer.dark .conversion-drawer-text-card,
.digital-platform__conversion-drawer section.conversion-drawer-text-card.dark {
  --outline-color: #ffffff;
  /* Text Card */
  --text-card__color: #f2f2f2;
  --text-card__background-color: #333333;
  /* Actions */
  --action__color: #000000;
  --action__background-color: #eeb111;
  --action__color--hover: #ffffff;
  --action__background-color--hover: #222222;
  --action__color--success: #ffffff;
  --action__background-color--success: #008800;
  --action__color--error: #353535;
  --action__background-color--error: #ffffff;
  --action__border-color--error: #c41230;
  /* Modal Trigger ("i" icon) */
  --modal-trigger__color: #f2f2f2;
  --modal-trigger__color--hover: #333333;
  --modal-trigger__background-color--hover: #f2f2f2;
}
/* Accent Theme (Card Only) */
.digital-platform__conversion-drawer section.conversion-drawer-text-card.accent {
  --outline-color: #000000;
  /* Text Card */
  --text-card__color: #000000;
  --text-card__background-color: #eeb111;
  /* Actions */
  --action__color: #ffffff;
  --action__background-color: #222222;
  --action__color--hover: #ffffff;
  --action__background-color--hover: #000000;
  --action__color--success: #ffffff;
  --action__background-color--success: #008800;
  --action__color--error: #353535;
  --action__background-color--error: #ffffff;
  --action__border-color--error: #c41230;
  /* Modal Trigger ("i" icon) */
  --modal-trigger__color: #000000;
  --modal-trigger__color--hover: #eeb111;
  --modal-trigger__background-color--hover: #000000;
}
/*
    Closed Initial State

    Position the drawer just below the screen
*/
.digital-platform__conversion-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 500ms cubic-bezier(0.28, 0.47, 0.57, 0.97);
  z-index: 10;
  background: var(--drawer__background);
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  /*
    Remove conflict with global rule. It's a long story:
    https://whirlpool.atlassian.net/browse/USAB-3151?focusedCommentId=7254032
  */
  /*
    Add element resets to prevent custom code bleed
  */
}
.digital-platform__conversion-drawer svg:not(:root) {
  height: 100%;
}
.digital-platform__conversion-drawer *:focus {
  outline: none;
}
.digital-platform__conversion-drawer a:focus-visible,
.digital-platform__conversion-drawer button:focus-visible,
.digital-platform__conversion-drawer [role="button"]:focus-visible {
  outline: 1px dashed var(--outline-color);
  outline-offset: 3px;
}
.digital-platform__conversion-drawer h1,
.digital-platform__conversion-drawer h2,
.digital-platform__conversion-drawer h3,
.digital-platform__conversion-drawer h4,
.digital-platform__conversion-drawer h5,
.digital-platform__conversion-drawer h6,
.digital-platform__conversion-drawer p,
.digital-platform__conversion-drawer a {
  margin: 0;
  padding: 0;
  color: inherit;
}
/*
    Open State
*/
.digital-platform__conversion-drawer[data-open="true"] {
  /* Unsets the translate value */
  transform: translateY(0);
  z-index: 1055;
  box-shadow: var(--drawer__box-shadow);
}
.digital-platform__conversion-drawer .conversion-drawer-tab {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: fit-content;
  padding-block: 9px;
  padding-inline: 18px;
  align-items: center;
  gap: 10px;
  position: absolute;
  transform: translate(calc(50vw - 50%), calc(-100% + 1px));
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  background-color: var(--tab__background-color);
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.25px;
  cursor: pointer;
  user-select: none;
  transition: color 200ms ease-in, background-color 200ms ease-in, translate 0.5s ease-out;
}
.digital-platform__conversion-drawer .conversion-drawer-tab::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 8px 8px 0px 0px;
  box-shadow: var(--tab__box-shadow);
  clip-path: inset(-100px -100px 1px -100px);
  z-index: -1;
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) {
  background-color: var(--tab__background-color--hover);
  outline-color: var(--outline-color);
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible .conversion-drawer-tab__offer-count,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__offer-count {
  color: var(--tab-offer-count__color--hover);
  background-color: var(--tab-offer-count__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close {
  background-color: var(--tab-open-close__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close path,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close path {
  fill: var(--tab-open-close__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__message {
  color: var(--tab__color);
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__offer-count {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  width: 1.5em;
  color: var(--tab-offer-count__color);
  background-color: var(--tab-offer-count__background-color);
  border-radius: 100%;
  transition-property: color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls {
  display: none;
  height: calc(100% +  18px );
  margin-left: 75px;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  cursor: default;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button {
  display: flex;
  height: 30px;
  width: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--tab-pagination-controls__background-color);
  border-radius: 100%;
  transition-property: color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button path {
  fill: var(--tab-pagination-controls__color);
  transition: fill 200ms ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button:hover {
  background-color: var(--tab-pagination-controls__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button:hover path {
  fill: var(--tab-pagination-controls__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button[disabled] {
  background-color: var(--tab-pagination-controls__background-color--disabled);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button[disabled] path {
  fill: var(--tab-pagination-controls__color--disabled);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pages {
  height: fit-content;
  width: 20px;
  min-width: max-content;
  font-size: 12px;
  color: var(--tab-pagination-controls__color);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__open-close {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: transform 500ms cubic-bezier(0.28, 0.47, 0.57, 0.97), background-color 200ms ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__open-close path {
  fill: var(--tab__color);
  transition: fill 200ms ease-in;
}
@supports (transform: translateX(calc(50dvw - 50%)) translateY(calc(-100% + 1px))) {
  .digital-platform__conversion-drawer .conversion-drawer-tab {
    transform: translateX(calc(50dvw - 50%)) translateY(calc(-100% + 1px));
  }
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab {
  background-color: var(--tab__background-color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) {
  background-color: var(--tab__background-color--open--hover);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible .conversion-drawer-tab__offer-count,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__offer-count {
  color: var(--tab-offer-count__color--open);
  background-color: var(--tab-offer-count__background-color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close {
  background-color: var(--tab-pagination-controls__background-color--hover);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close path,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close path {
  fill: var(--tab-pagination-controls__color--hover);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__offer-count {
  color: var(--tab-offer-count__color--open);
  background-color: var(--tab-offer-count__background-color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__message {
  color: var(--tab__color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__open-close {
  transform: rotate(180deg);
  padding-bottom: 2px;
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__open-close path {
  fill: var(--tab__color--open);
}
.digital-platform__conversion-drawer.loading .conversion-drawer-tab {
  translate: 0 100%;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls {
    display: flex;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__pagination-controls {
    visibility: visible;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-slider {
  display: grid;
  grid-auto-flow: column;
  gap: 15px;
  min-height: 160px;
  max-width: fit-content;
  margin-inline: auto;
  padding: 15px;
  overflow-x: auto;
  /* Scrolls on overflow */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  /* 
    Temporarily hide scroll-bar

    It's quite ugly on Maytag and the dark themes
  */
  scrollbar-width: none;
}
.digital-platform__conversion-drawer .conversion-drawer-slider > section {
  user-select: none;
  scroll-snap-align: center;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-slider {
    min-height: 185px;
    padding: 20px;
    gap: 20px;
    scroll-snap-type: x proximity;
  }
  .digital-platform__conversion-drawer .conversion-drawer-slider > section {
    scroll-snap-align: start;
    scroll-margin-inline: 20px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-slider:hover {
  cursor: grab;
}
.digital-platform__conversion-drawer .conversion-drawer-slider:active {
  cursor: grabbing;
}
.digital-platform__conversion-drawer .conversion-drawer-overlay {
  display: none;
  background-color: transparent;
  transition: background-color 500ms ease-in;
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-overlay {
  display: block;
  height: 100vh;
  inset: 0;
  position: fixed;
  transform: translateY(-100%);
  z-index: -1;
  background-color: #1e1e1e80;
}
.digital-platform__conversion-drawer .conversion-drawer-action {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-action {
    margin-top: 24px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-action__button {
  display: flex;
  height: fit-content;
  width: fit-content;
  min-height: 30px;
  padding: 3px 10px;
  border-radius: 15px;
  background-color: var(--action__background-color);
  text-transform: none;
  text-decoration: none;
  color: var(--action__color);
  text-align: center;
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica Bold', 'Arial Bold', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.25px;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button svg path {
  transition: fill 200ms ease-in;
  fill: var(--action__color);
}
.digital-platform__conversion-drawer .conversion-drawer-action__button * {
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button:hover,
.digital-platform__conversion-drawer .conversion-drawer-action__button:focus-visible {
  color: var(--action__color--hover);
  background-color: var(--action__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-action__button:hover path,
.digital-platform__conversion-drawer .conversion-drawer-action__button:focus-visible path {
  fill: var(--action__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-action__button--icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button--link {
  display: flex;
  padding-block: 5px;
  align-items: center;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button--link span {
  height: fit-content;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper {
  width: fit-content;
  position: static;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="copy"] .conversion-drawer-action__status--success,
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="copy"] .conversion-drawer-action__status--failure {
  display: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__status--copy,
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__status--failure {
  display: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__coupon-code-button {
  background-color: var(--action__background-color--success);
  color: var(--action__color--success);
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__coupon-code-button path {
  fill: var(--action__color--success);
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="failure"] .conversion-drawer-action__coupon-code-button {
  display: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="failure"] .conversion-drawer-action__button {
  border-radius: 15px;
  border: 1px solid var(--action__border-color--error);
  color: var(--action__color--error);
  background: var(--action__background-color--error);
  user-select: text;
  cursor: text;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="failure"] .conversion-drawer-action__button svg path {
  fill: var(--action__border-color--error);
}
.digital-platform__conversion-drawer .conversion-drawer-action__utility-message {
  margin-bottom: 4px;
}
.digital-platform__conversion-drawer .conversion-drawer-modal {
  min-width: 250px;
  width: 75%;
  max-width: 45ch;
  height: fit-content;
  margin: 0;
  padding: 0;
  background-color: var(--modal__background-color);
  border: none;
  border-radius: 8px;
  overflow: visible;
  cursor: auto;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal {
    width: 66%;
    max-width: 600px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal::backdrop {
  background-color: transparent;
  cursor: pointer;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger {
  display: inline-block;
  font-size: 1rem;
  height: 0.75em;
  width: 0.75em;
  padding: 0;
  background: none;
  border-radius: 100%;
  position: relative;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger svg path {
  fill: var(--modal-trigger__color);
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:hover,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:focus-visible {
  background-color: var(--modal-trigger__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:hover svg path#i_line,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:focus-visible svg path#i_line,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:hover path#i_dot,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:focus-visible path#i_dot {
  fill: var(--modal-trigger__color--hover);
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal__trigger {
    font-size: 1.25rem;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger-click-target {
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  transform: translateX(-0.375em) translateY(-0.375em);
}
.digital-platform__conversion-drawer .conversion-drawer-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-100% - 10px));
}
.digital-platform__conversion-drawer .conversion-drawer-modal__close svg {
  height: initial;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container {
  height: fit-content;
  max-height: 70vh;
  padding: 15px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal__container {
    padding: 30px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container p {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.24px;
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container p:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal__container p {
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container p,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h1,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h2,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h3,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h4,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h5,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h6 {
  color: var(--modal__color);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button {
  color: var(--modal-close__color);
  background-color: var(--modal-close__background-color);
  user-select: auto;
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button:hover,
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button:focus-visible {
  color: var(--modal-close__color--hover);
  background-color: var(--modal-close__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon svg path {
  fill: var(--modal-close__color);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:hover,
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:focus-visible {
  outline-color: var(--modal-close__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:hover svg path,
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:focus-visible svg path {
  fill: var(--modal-close__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal[open] {
  position: fixed;
  top: calc(-100vh + 100%);
  transform: translateX(calc(50vw - 50%)) translateY(calc(50vh - 50%));
}
.digital-platform__conversion-drawer .conversion-drawer-modal[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (transform: translateX(calc(50dvw - 50%)) translateY(calc(50dvh - 50%))) {
  .digital-platform__conversion-drawer .conversion-drawer-modal[open] {
    top: calc(-100dvh + 100%);
    transform: translateX(calc(50dvw - 50%)) translateY(calc(50dvh - 50%));
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card {
  display: grid;
  min-height: fit-content;
  height: 100%;
  width: 280px;
  grid-template-rows: 1fr max-content;
  padding: 15px;
  color: var(--text-card__color);
  background-color: var(--text-card__background-color);
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card {
    width: 330px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card > :first-child {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: min-content max-content;
  grid-template-areas: "overline date" "main-content main-content";
  gap: 17px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card > :first-child {
    gap: 20px 10px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__main-content {
  grid-area: main-content;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__overline,
.digital-platform__conversion-drawer .conversion-drawer-text-card__headline {
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__overline {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__overline {
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__end-date {
  height: fit-content;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.25px;
  grid-area: date;
  align-self: start;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__end-date {
    font-size: 12px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__headline {
  display: inline;
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.128px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__headline {
    font-size: 1.25rem;
    letter-spacing: 0.128px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body,
.digital-platform__conversion-drawer .conversion-drawer-text-card .conversion-drawer-action__utility-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__body,
  .digital-platform__conversion-drawer .conversion-drawer-text-card .conversion-drawer-action__utility-message {
    font-size: 14px;
    letter-spacing: 0.25px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body {
  margin-top: 6px;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body a {
  text-decoration: underline;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body a:hover,
.digital-platform__conversion-drawer .conversion-drawer-text-card__body a:focus-visible {
  opacity: 0.8;
}

