/* Banner Styles */
#dynamic-banner__wrapper {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 20px;
}

.dynamic-banner__image-container {
  width: 100%;
  height: 50vh;
  min-height: 15rem;
  max-height: 15rem;
}
.dynamic-banner__image {
  object-position: 60% center;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}

.dynamic-banner__content-container {
  position: absolute;
  width: 100%;
  max-width: 400px;
  height: 100%;
  min-height: 0px;
  top: 0;
  left: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity .5s ease-out, transform .7s ease-out;
  padding-left: 5%;
}

.dynamic-banner__logo {
  display: block;
  max-width: 100%;
  height: auto;
  align-self: flex-start;
  border-style: none;
  margin: 15px 0;
}

.dynamic-banner__heading {
  color: inherit;
  font-size: 2.25em;
  font-weight: bold;
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
  line-height: 1.1;
  width: 100%;
  margin: 0;
}

.dynamic-banner__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: auto;
  min-width: 125px;
  max-width: 125px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  line-height: 1;
  background-color: #eeb111;
  color: #000000;
  border-width: 0;
  border: 0;
  border-radius: 30px;
  margin: 20px 0;
  padding: 15px 20px;
  transition: background-color .3s ease;
  cursor: pointer;
}

.dynamic-banner__simple-button {
  display: none;
  color: #fff;
  margin-top: 10px;
  margin-left: -12px;
  margin-right: -12px;
  border: none;
  background-color: transparent;
  font: 16px/26px "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: color 0.5s ease-out;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.dynamic-banner__icon {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -3px;
}

.dynamic-banner__button:hover {
  background-color: #d99e02;
  color: #000;
  text-decoration: none;
}

/* Modal Styles */
.disclaimer-modal {
  display: none;
  position: fixed;
  z-index: 777;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.disclaimer-modal-content {
  position: fixed;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  width: 100%;
  height: auto;
  min-height: 75px;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  box-shadow: 0.25px 0.25px 30px #bdbbbbbf;
  border: 1px solid #ffffff;
  border-radius: 10px;
  bottom: 15px;
  left: 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}

.disclaimer-close {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: 35px;
  right: 20px;
  position: absolute;
}

.disclaimer-close:hover,
.disclaimer-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.disclaimer-modal-header {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 0;
  color: #000000;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

#dynamic-copy {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  line-height: 1.25;
  padding-right: 30px;
}

.hidden-disclaimer {
  display: none;
  visibility: hidden;
}

@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/* Disclaimer Button Styles */
.dynamic-banner__sup {
  display: inline-block;
  text-decoration: none;
  border: 0.78px solid #ffffff;
  border-radius: 3px;
  padding: 7px 3px;
  margin-bottom: 0px;
  font-size: 10px;
  font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica,Arial;
  transition: background-color .3s ease;
}

.dynamic-banner__sup:hover {
  border: 0.78px solid #ffffff;
  background-color: #ffffff;
  color: #2e2e2e;
  box-shadow: 0px 2px 4px #888888;
}

[data-disclaimer-tooltip] {
  z-index: 5;
  cursor: pointer;
}

[data-disclaimer-tooltip]:before,
[data-disclaimer-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

[data-disclaimer-tooltip]:before {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -45px;
  margin-right: 5px;
  padding: 4px;
  width: 90px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #2e2e2e;
  content: attr(data-disclaimer-tooltip);
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
  transition: background-color .3s ease;

}

[data-disclaimer-tooltip]:after {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  transition: background-color .3s ease;

}

[data-disclaimer-tooltip]:hover:before,
[data-disclaimer-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.dynamic-banner__disclaimer {
  display: inline-block;
  cursor: pointer;
  margin-top: -13px;
  vertical-align: super;
}

/* Disclaimer Bottom Block Styles */
.disclaimer-block__grid {
  max-width: 74.375rem;
  width: 100%;
  margin: 0 auto;
  padding: 8vmin 0;
  float: none!important;
  clear: both!important;
  position: relative;
}

.disclaimer-block__list {
  font-size: 12px;
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  font-family: Avenir-Roman,Avenir,sans-serif;
  font-weight: 500;
  line-height: 1.25rem;
}

.disclaimer-block__list li{
  padding: 0.25em 0;
}

@media (max-width: 650px) {
  .dynamic-banner__content-container {
    margin: 0 auto;
    right: 0;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5%;
    padding-top: 20px;
  }
  
  .dynamic-banner__logo {
    align-self: center;
  }
  
  .dynamic-banner__heading {
    font-size: 1.25em;
  }
  
  .dynamic-banner__button {
    display: none;
  }
  
  .dynamic-banner__simple-button {
    display: block;
  }
  
  .dynamic-banner__disclaimer {
    vertical-align: baseline;
    margin-left: 5px;
  }
}

/* Value Prop Banner Styles */

.dynamic-disclaimer {
  display: inline-block;
}

.disclaimer-is-white {
  border: 0.78px solid #ffffff;
}

.ecomm-banner-value-prop {
  width: 100%;
  margin: 0 auto;
}

.ecomm-banner-value-prop .banner-container {
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  color: #000000;
  margin-top: 20px;
}

.ecomm-banner-value-prop .banner-item {
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.ecomm-banner-value-prop .banner-item .banner-item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000000;
  text-decoration: none;
}

.ecomm-banner-value-prop .banner-item a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000000;
  text-decoration: none;
}

.ecomm-banner-value-prop .banner-item a:hover {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000000;
  text-decoration: underline;
}

.ecomm-banner-value-prop .banner-item a:hover .banner-headline .headline-small {
  color: #000000;
  text-decoration: underline;
}

.ecomm-banner-value-prop .banner-icon {
  height: 34px;
  max-width: 40px;
  padding: 0 10px;
  display: inline-block;
  background-color: white;
  border-radius: 8px;
  margin-right: 6px;
}

.ecomm-banner-value-prop .banner-icon img {
  height: 100%;
  width: 100%;
}

.ecomm-banner-value-prop .sign-in-item {
  display: none;
}

.ecomm-banner-value-prop .banner-item .banner-headline {
  display: inline-block;
}

.ecomm-banner-value-prop .banner-headline .headline-small {
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.ecomm-banner-value-prop .banner-headline .headline-copy {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 12px;
  align-items: center;
  color: #5B5B5B;
  text-decoration: none;
  max-width: 210px;
}

.ecomm-mobile {
  display: none;
}

@media(max-width: 1024px) {
  .ecomm-banner-value-prop .swiper-wrapper .swiper-slide::after {
      z-index: -1;
  }

  .desktop-banner {
      display: none;
  }

  .ecomm-mobile {
      display: flex;
      margin: 0;
      padding-bottom: 1.5em;
  }

  .ecomm-banner-value-prop {
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw;
  }

  .ecomm-banner-value-prop .swiper-container {
      width: 100%;
      height: 100%;
      background: #F2F2F2;
  }

  .ecomm-banner-value-prop .swiper-slide {
      /* text-align: center; */
      background: #F2F2F2;
  }

  .ecomm-banner-value-prop .swiper-slide .dynamic-disclaimer {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      color: 000000;
      padding: 10px 0px;
      z-index: 55;
  }

  .ecomm-banner-value-prop .swiper-slide a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25%;
      color: 000000;
      padding: 10px 0px;
      z-index: 55;
  }

  .ecomm-banner-value-prop .banner-container {
      background-color: #F2F2F2;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px;
      color: #000000;
      margin-top: 10px;

  }

  .ecomm-banner-value-prop-value-prop .banner-headline {
      width: 200px;
  }

}

.disclaimer-modal {
  display: none;
  position: fixed;
  z-index: 501;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.disclaimer-modal-content {
  position: fixed;
  margin: auto;
  background-color: #fefefe;
  max-width: 1170px;
  width: 100%;
  height: 75px;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  box-shadow: 0.25px 0.25px 30px #bdbbbbbf;
  border: 1px solid #ffffff;
  border-radius: 10px;
  bottom: 15px;
  left: 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}

.disclaimer-close {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: 35px;
  right: 20px;
  position: absolute;
}

.disclaimer-close:hover,
.disclaimer-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.disclaimer-modal-header {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 0;
  color: #000000;
  width: 100%;
  margin: auto;
}

@-webkit-keyframes slideIn {
  from {
      bottom: -300px;
      opacity: 0
  }

  to {
      bottom: 0;
      opacity: 1
  }
}

@keyframes slideIn {
  from {
      bottom: -300px;
      opacity: 0
  }

  to {
      bottom: 0;
      opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.disclaimer-sup-decoration {
  display: inline-block;
  text-decoration: none;
  border: 0.78px solid #000000;
  border-radius: 3px;
  padding: 7px 4px;
  margin-bottom: 0px;
  margin-right: 1px;
  font-size: 10px;
  top: -0.5em;
}

.disclaimer-sup-decoration:hover {
  border: 0.78px solid #2e2e2e;
  background-color: #2e2e2e;
  color: #ffffff;
  box-shadow: 0px 2px 4px #888888;
}

.banner-link-cta {
  margin-left: 50px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
  z-index: 10;
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
}

.ecomm-banner {
  width: 100%;
  display: block;
}

.disclaimer--banner {
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
}

.ecomm-banner .banner-container {
  background: #F2F2F2;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  color: #000000;
  height: 100%;
  margin-top: 13px;
}

.ecomm-banner .banner-item {
  display: flex;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.ecomm-banner .banner-item .banner-headline {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecomm-banner .banner-item .banner-headline .headline-small {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 8px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Helvetica Neue LT W01_71488914", "Helvetica Bold", "Arial Bold", sans-serif;
}

.small--font-size {
  font-size: 12px;
  line-height: 149.49%;
  text-transform: none;
}

.text-decoration--none {
  text-decoration: none;
}

.desktop-banner {
  height: 78px;
  display: inline-block;
  width: 100%;
}

.banner-container {
  height: 100%;
}

@media(max-width: 1024px) {
  .ecomm-banner-value-prop .swiper-wrapper .swiper-slide::after {
      z-index: -1;
  }

  .desktop-banner {
      display: none;
  }

  .ecomm-mobile {
      display: flex;
      margin: 0;
      padding-bottom: 1.5em;
  }

  .ecomm-banner-value-prop {
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw;
  }

  .ecomm-banner-value-prop .swiper-container {
      width: 100%;
      height: 100%;
      background: #F2F2F2;
  }

  .ecomm-banner-value-prop .swiper-slide {
      display: flex;
      align-items: center;
      align-self: center;
      background: #F2F2F2;
  }

  .ecomm-banner-value-prop .swiper-slide .dynamic-disclaimer {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      color: 000000;
      padding: 20px 0px;
      z-index: 55;
  }

  .ecomm-banner-value-prop .swiper-slide a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25%;
      color: 000000;
      padding: 20px 0px;
      z-index: 55;
  }

  .ecomm-banner-value-prop .banner-container {
      background-color: #F2F2F2;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px;
      color: #000000;

  }

  .ecomm-banner-value-prop .save-container {
      display: flex;
  }

  .ecomm-banner-value-prop .banner-link-cta {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }

  .sup-no-underline {
      display: inline-block;
      text-decoration: none;
  }

}

@media (max-width:768px) {
  .dynamic-disclaimer {
      display: inline;
  }

  .ecomm-banner-value-prop .swiper-slide a {
      width: 25% !important;
      font-size: 12px;
  }

  .mobile-disclaimer-decoration {
      display: flex;
  }
}

@media(max-width: 475px) {
  .disclaimer-modal-content {
      bottom: -38px;
      height: fit-content;
  }

  .banner-link-cta {
      margin-left: 15px;
      font-size: 10px;
  }

  .ecomm-banner .banner-item .banner-headline .headline-small {
      font-size: 11px;
  }
  .ecomm-banner-value-prop .banner-headline .headline-small {
    font-size: 12px;
  }
}

[data-disclaimer-tooltip] {
  z-index: 5;
  cursor: pointer;
}

[data-disclaimer-tooltip]:before,
[data-disclaimer-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

[data-disclaimer-tooltip]:before {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -45px;
  margin-right: 5px;
  padding: 5px;
  width: 85px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  content: attr(data-disclaimer-tooltip);
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  box-shadow: 0px 2px 4px #888888;
}

[data-disclaimer-tooltip]:after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

[data-disclaimer-tooltip]:hover:before,
[data-disclaimer-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



#dynamic-copy {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  line-height: 1;
  padding-right: 30px;
}

.hidden-disclaimer {
  display: none;
  visibility: hidden;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
  .disclaimer-modal-header {
      margin: 0 auto;
  }
}