.pb-small .button,
.hero.hero-pb-small .container .button {
  padding-bottom: 24px;
}
.pb-medium .button,
.hero.hero-pb-medium .container .button {
  padding-bottom: 56px;
}
.pb-large .button,
.hero.hero-pb-large .container .button {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pb-small .button,
  .hero.hero-pb-small .container .button {
    padding-bottom: 16px;
  }
  .pb-medium .button,
  .hero.hero-pb-medium .container .button {
    padding-bottom: 48px;
  }
  .pb-large .button,
  .hero.hero-pb-large .container .button {
    padding-bottom: 80px;
  }
}
.hero.hero-cta--primary .button.button--link a:after,
.hero.hero-cta--secondary .button.button--link a:after,
.hero.hero-cta--tertiary .button.button--link a:after,
.hero.hero-cta--textbtn .button.button--link a:after,
.hero.hero-cta--textlink .button.button--link a:after,
.hero.hero-cta--primary .container .button.button--link a:after {
  visibility: hidden;
}
.hero.hero-cta--primary .button.button--link a,
.hero.hero-cta--secondary .button.button--link a,
.hero.hero-cta--tertiary .button.button--link a,
.hero.hero-cta--textbtn .button.button--link a,
.hero.hero-cta--textlink .button.button--link a,
.hero.hero-cta--primary .container .button.button--link a {
  padding: 18px 34px !important;
}
.hero.hero-cta--primary .button a:not([href]),
.hero.hero-cta--secondary .button a:not([href]),
.hero.hero-cta--tertiary .button a:not([href]),
.hero.hero-cta--textbtn .button a:not([href]),
.hero.hero-cta--textlink .button a:not([href]),
.hero.hero-cta--primary .container .button a:not([href]) {
  pointer-events: none;
  color: #606060 !important;
  background: #dfe0df !important;
}
.hero.hero-cta--primary .button a,
.hero.hero-cta--primary .button span,
.hero.hero-cta--primary .button button,
.hero.hero-cta--secondary .button a,
.hero.hero-cta--secondary .button span,
.hero.hero-cta--secondary .button button,
.hero.hero-cta--tertiary .button a,
.hero.hero-cta--tertiary .button span,
.hero.hero-cta--tertiary .button button,
.hero.hero-cta--textbtn .button a,
.hero.hero-cta--textbtn .button span,
.hero.hero-cta--textbtn .button button,
.hero.hero-cta--textlink .button a,
.hero.hero-cta--textlink .button span,
.hero.hero-cta--textlink .button button,
.hero.hero-cta--primary .container .button a,
.hero.hero-cta--primary .container .button span,
.hero.hero-cta--primary .container .button button {
  background: #0071b3;
  color: #ffffff;
  height: 56px;
  border: none;
  min-width: 186px;
  width: auto;
  left: 23px;
  top: 204px;
  border-radius: 4px;
  font-weight: 700;
  padding: 14px 30px;
}
@media (min-width:992px) {
  .hero.hero-cta--primary .button a,
  .hero.hero-cta--primary .button span,
  .hero.hero-cta--primary .button button,
  .hero.hero-cta--secondary .button a,
  .hero.hero-cta--secondary .button span,
  .hero.hero-cta--secondary .button button,
  .hero.hero-cta--tertiary .button a,
  .hero.hero-cta--tertiary .button span,
  .hero.hero-cta--tertiary .button button,
  .hero.hero-cta--textbtn .button a,
  .hero.hero-cta--textbtn .button span,
  .hero.hero-cta--textbtn .button button,
  .hero.hero-cta--textlink .button a,
  .hero.hero-cta--textlink .button span,
  .hero.hero-cta--textlink .button button,
  .hero.hero-cta--primary .container .button a,
  .hero.hero-cta--primary .container .button span,
  .hero.hero-cta--primary .container .button button {
    height: 48px;
    min-width: 163px;
    width: auto;
    left: 21px;
    top: 200px;
    border-radius: 4px;
    padding: 18px 34px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--primary .button a,
  .hero.hero-cta--primary .button span,
  .hero.hero-cta--primary .button button,
  .hero.hero-cta--secondary .button a,
  .hero.hero-cta--secondary .button span,
  .hero.hero-cta--secondary .button button,
  .hero.hero-cta--tertiary .button a,
  .hero.hero-cta--tertiary .button span,
  .hero.hero-cta--tertiary .button button,
  .hero.hero-cta--textbtn .button a,
  .hero.hero-cta--textbtn .button span,
  .hero.hero-cta--textbtn .button button,
  .hero.hero-cta--textlink .button a,
  .hero.hero-cta--textlink .button span,
  .hero.hero-cta--textlink .button button,
  .hero.hero-cta--primary .container .button a,
  .hero.hero-cta--primary .container .button span,
  .hero.hero-cta--primary .container .button button {
    height: 48px;
    font-size: 14px;
  }
}
.hero.hero-cta--primary .button a:hover,
.hero.hero-cta--primary .button span:hover,
.hero.hero-cta--primary .button button:hover,
.hero.hero-cta--secondary .button a:hover,
.hero.hero-cta--secondary .button span:hover,
.hero.hero-cta--secondary .button button:hover,
.hero.hero-cta--tertiary .button a:hover,
.hero.hero-cta--tertiary .button span:hover,
.hero.hero-cta--tertiary .button button:hover,
.hero.hero-cta--textbtn .button a:hover,
.hero.hero-cta--textbtn .button span:hover,
.hero.hero-cta--textbtn .button button:hover,
.hero.hero-cta--textlink .button a:hover,
.hero.hero-cta--textlink .button span:hover,
.hero.hero-cta--textlink .button button:hover,
.hero.hero-cta--primary .container .button a:hover,
.hero.hero-cta--primary .container .button span:hover,
.hero.hero-cta--primary .container .button button:hover {
  background: #00629b;
  border-color: #00629b;
  color: #ffffff;
}
.hero.hero-cta--primary .button a:focus,
.hero.hero-cta--primary .button span:focus,
.hero.hero-cta--primary .button button:focus,
.hero.hero-cta--secondary .button a:focus,
.hero.hero-cta--secondary .button span:focus,
.hero.hero-cta--secondary .button button:focus,
.hero.hero-cta--tertiary .button a:focus,
.hero.hero-cta--tertiary .button span:focus,
.hero.hero-cta--tertiary .button button:focus,
.hero.hero-cta--textbtn .button a:focus,
.hero.hero-cta--textbtn .button span:focus,
.hero.hero-cta--textbtn .button button:focus,
.hero.hero-cta--textlink .button a:focus,
.hero.hero-cta--textlink .button span:focus,
.hero.hero-cta--textlink .button button:focus,
.hero.hero-cta--primary .container .button a:focus,
.hero.hero-cta--primary .container .button span:focus,
.hero.hero-cta--primary .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
.hero.hero-cta--primary .button a:not([href]):not([tabindex]),
.hero.hero-cta--secondary .button a:not([href]):not([tabindex]),
.hero.hero-cta--tertiary .button a:not([href]):not([tabindex]),
.hero.hero-cta--textbtn .button a:not([href]):not([tabindex]),
.hero.hero-cta--textlink .button a:not([href]):not([tabindex]),
.hero.hero-cta--primary .container .button a:not([href]):not([tabindex]) {
  color: #ffffff;
}
.hero.hero-cta--primary .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--secondary .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--tertiary .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--textbtn .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--textlink .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--primary .container .button a:not([href]):not([tabindex]):hover {
  color: #ffffff;
}
.hero.hero-cta--secondary .container .button a:not([href]) {
  pointer-events: none;
  color: #606060 !important;
  background: #ffffff !important;
  border: 2px solid #6d6d6d !important;
}
.hero.hero-cta--secondary .container .button a,
.hero.hero-cta--secondary .container .button span,
.hero.hero-cta--secondary .container .button button {
  font-weight: 800;
  background: #ffffff;
  color: #0071b3;
  border: 2px solid #0071b3;
  height: 56px;
  min-width: 186px;
  width: auto;
  left: 23px;
  top: 204px;
  border-radius: 4px;
  padding: 14px 30px;
}
@media (min-width:992px) {
  .hero.hero-cta--secondary .container .button a,
  .hero.hero-cta--secondary .container .button span,
  .hero.hero-cta--secondary .container .button button {
    height: 48px;
    min-width: 163px;
    width: auto;
    left: 21px;
    top: 200px;
    font-size: 14px;
    border-radius: 4px;
    padding: 18px 34px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--secondary .container .button a,
  .hero.hero-cta--secondary .container .button span,
  .hero.hero-cta--secondary .container .button button {
    height: 48px;
    font-size: 14px;
  }
}
.hero.hero-cta--secondary .container .button a:hover,
.hero.hero-cta--secondary .container .button span:hover,
.hero.hero-cta--secondary .container .button button:hover {
  color: #00629b;
  border-color: #00629b;
}
.hero.hero-cta--secondary .container .button a:focus,
.hero.hero-cta--secondary .container .button span:focus,
.hero.hero-cta--secondary .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
.hero.hero-cta--secondary .container .button a:not([href]):not([tabindex]) {
  color: #0071b3;
  background-color: inherit ;
  border: none;
}
.hero.hero-cta--secondary .container .button a:not([href]):not([tabindex]):hover {
  color: #00629b;
  background-color: inherit;
  border: none;
}
.hero.hero-cta--tertiary .container .button a:not([href]) {
  pointer-events: none;
  color: #606060 !important;
}
.hero.hero-cta--tertiary .container .button a:not([href]):before {
  content: url(../../../../etc.clientlibs/baseline-tenant/clientlibs/clientlib-general/resources/icons/right-arrow-circle-grey.svg);
}
.hero.hero-cta--tertiary .container .button a {
  font-weight: 700;
  padding: 0;
  color: #0071b3;
  min-width: 103px;
  height: 20px;
  width: auto;
  justify-content: left;
  background-color: inherit;
  border: none;
}
.hero.hero-cta--tertiary .container .button a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: url(../../../../etc.clientlibs/baseline-tenant/clientlibs/clientlib-general/resources/icons/right-arrow-circle-blue.svg);
  padding-right: 5px;
}
.hero.hero-cta--tertiary .container .button a:hover {
  color: #0071b3;
}
.hero.hero-cta--tertiary .container .button a:hover:before {
  content: url(../../../../etc.clientlibs/baseline-tenant/clientlibs/clientlib-general/resources/icons/right-arrow-circle-dark-blue.svg);
}
@media (min-width:992px) {
  .hero.hero-cta--tertiary .container .button a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--tertiary .container .button a {
    font-size: 14px;
  }
}
.hero.hero-cta--tertiary .container .button a:focus {
  outline: 1px dashed #00629b;
  outline-offset: 2px;
}
.hero.hero-cta--tertiary .container .button a:not([href]):not([tabindex]) {
  color: #0071b3;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--tertiary .container .button a:not([href]):not([tabindex]):hover {
  color: #00629b;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--textbtn .container .button a:not([href]) {
  pointer-events: none;
  color: #6d6d6d !important;
}
.hero.hero-cta--textbtn .container .button a,
.hero.hero-cta--textbtn .container .button span,
.hero.hero-cta--textbtn .container .button button {
  padding: 0;
  font-weight: 800;
  margin: 0;
  width: auto;
  cursor: pointer;
  justify-content: left;
  color: #0071b3;
  background-color: inherit;
  border: none;
}
.hero.hero-cta--textbtn .container .button a:hover,
.hero.hero-cta--textbtn .container .button span:hover,
.hero.hero-cta--textbtn .container .button button:hover {
  text-decoration: underline;
  color: #00629b;
}
@media (min-width:992px) {
  .hero.hero-cta--textbtn .container .button a,
  .hero.hero-cta--textbtn .container .button span,
  .hero.hero-cta--textbtn .container .button button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--textbtn .container .button a,
  .hero.hero-cta--textbtn .container .button span,
  .hero.hero-cta--textbtn .container .button button {
    font-size: 14px;
  }
}
.hero.hero-cta--textbtn .container .button a:focus,
.hero.hero-cta--textbtn .container .button span:focus,
.hero.hero-cta--textbtn .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
.hero.hero-cta--textbtn .container .button a:not([href]):not([tabindex]) {
  color: #0071b3;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--textbtn .container .button a:not([href]):not([tabindex]):hover {
  text-decoration: underline;
  color: #00629b;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--arrow .container .button a:not([href]) {
  pointer-events: none;
  color: #6d6d6d !important;
}
.hero.hero-cta--arrow .container .button a,
.hero.hero-cta--arrow .container .button a:not([href]):not([tabindex]),
.hero.hero-cta--arrow .container .button span {
  color: #0071b3;
  font-weight: 800;
  background-color: unset !important;
  border: none !important;
}
.hero.hero-cta--arrow .container .button a .anchor-text,
.hero.hero-cta--arrow .container .button a:not([href]):not([tabindex]) .anchor-text,
.hero.hero-cta--arrow .container .button span .anchor-text {
  display: none;
}
.hero.hero-cta--arrow .container .button a:hover,
.hero.hero-cta--arrow .container .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--arrow .container .button span:hover {
  color: #00629b;
  background-color: unset !important;
}
.hero.hero-cta--arrow .container .button a,
.hero.hero-cta--arrow .container .button span,
.hero.hero-cta--arrow .container .button button {
  text-transform: uppercase;
  justify-content: left;
}
.hero.hero-cta--arrow .container .button a:after,
.hero.hero-cta--arrow .container .button span:after,
.hero.hero-cta--arrow .container .button button:after {
  font-family: icomoonregular;
  content: '\E94E';
  position: relative;
  font-size: 15px;
  margin-top: 0px;
  margin-left: 5px;
}
.hero.hero-cta--arrow .container .button a:focus,
.hero.hero-cta--arrow .container .button span:focus,
.hero.hero-cta--arrow .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
@media (min-width:992px) {
  .hero.hero-cta--arrow .container .button:after {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--arrow .container .button:after {
    font-size: 14px;
  }
}
.hero.hero-cta--textlink .container .button a:not([href]) {
  pointer-events: none;
  color: #6d6d6d !important;
  text-decoration: underline;
}
.hero.hero-cta--textlink .container .button a,
.hero.hero-cta--textlink .container .button span,
.hero.hero-cta--textlink .container .button button {
  padding: 0;
  margin: 0;
  width: auto;
  cursor: pointer;
  color: #0071b3;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  justify-content: left;
  text-decoration: underline;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--textlink .container .button a:hover,
.hero.hero-cta--textlink .container .button span:hover,
.hero.hero-cta--textlink .container .button button:hover {
  color: #00629b;
  text-decoration: underline;
}
@media (min-width:992px) {
  .hero.hero-cta--textlink .container .button a,
  .hero.hero-cta--textlink .container .button span,
  .hero.hero-cta--textlink .container .button button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--textlink .container .button a,
  .hero.hero-cta--textlink .container .button span,
  .hero.hero-cta--textlink .container .button button {
    font-size: 16px;
  }
}
.hero.hero-cta--textlink .container .button a:focus,
.hero.hero-cta--textlink .container .button span:focus,
.hero.hero-cta--textlink .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
.hero.hero-cta--textlink .container .button a:not([href]):not([tabindex]) {
  color: #0071b3;
  text-decoration: underline;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--textlink .container .button a:not([href]):not([tabindex]):hover {
  text-decoration: underline;
  color: #00629b;
  background-color: inherit !important;
  border: none;
}
.hero.hero-justify-content-start .container .button {
  justify-content: left !important;
}
.hero.hero-justify-content-end .container .button {
  justify-content: right !important;
}
.hero.hero-justify-content-center .container .button {
  justify-content: center !important;
}
.hero:not(.pimDynamic) {
  position: relative;
  height: 125vw;
  background-color: black;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 567px) {
  .hero:not(.pimDynamic) {
    height: 576px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero:not(.pimDynamic) {
    height: 192px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero:not(.pimDynamic) {
    height: 308px;
  }
}
@media (min-width:992px) {
  .hero-width-text-50 .container {
    width: 50% !important;
  }
}
@media (min-width:992px) {
  .hero-width-text-60 .container {
    width: 60% !important;
  }
}
@media (min-width:992px) {
  .hero-width-text-70 .container {
    width: 70% !important;
  }
}
@media (min-width:992px) {
  .hero-width-text-80 .container {
    width: 80% !important;
  }
}
.hero .text-link {
  padding-left: 15px;
  text-transform: uppercase;
}
.hero .text-link::after {
  position: absolute;
  margin-top: 6px;
  content: "\e94E";
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoonregular";
  line-height: 1;
  speak: none;
  font-size: 12px;
  margin-left: 5px;
}
.hero_image-desktop {
  display: block;
}
@media (max-width: 767px) and (orientation: portrait) {
  .hero_image-desktop {
    display: none;
  }
}
.hero_image-mobile {
  display: none;
}
@media (max-width: 767px) and (orientation: portrait) {
  .hero_image-mobile {
    display: block;
  }
}
.hero-content {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.hero-content::after {
  content: '\A';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: .75;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.hero_image img,
.hero_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width:992px) {
  .hero_image img,
  .hero_video {
    height: 125vw !important;
    width: auto !important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero_image img,
  .hero_video {
    height: 192px !important;
    width: 480px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero_image img,
  .hero_video {
    width: 768px !important;
    height: 308px !important;
  }
}
.hero_video {
  height: 100px;
}
.hero_video--desktop {
  display: block;
}
@media (max-width: 767px) {
  .hero_video--desktop {
    display: none;
  }
}
.hero_video--mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero_video--mobile {
    display: block;
  }
}
.hero-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .hero-header {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-header {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .hero-header {
    line-height: 1.1;
  }
}
.hero-body {
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  padding-left: 15px;
  letter-spacing: -0.005em;
}
@media only screen and (min-width: 768px) {
  .hero-body {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .hero-body {
    line-height: 32px;
  }
}
.hero-txt-white {
  color: white;
}
.hero-txt-white a {
  color: white;
}
.hero-txt-black {
  color: black;
}
.hero-txt-black a {
  color: black;
}
.hero .container {
  position: absolute;
  padding: 5% 7.5%;
  z-index: 2;
}
.hero .container.vidyard {
  top: 0;
}
.hero-top .container {
  top: 0;
}
.hero-bottom .container {
  bottom: 0;
}
.hero-left .container {
  left: 0;
  text-align: left;
}
@media (min-width:992px) {
  .hero-left .container {
    width: 70%;
  }
}
.hero-left .container .hero-headerhero-header-inner {
  display: flex;
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero-left .container .hero-headerhero-header-inner {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-left .container .hero-headerhero-header-inner {
    width: 300px;
  }
}
.hero-left .hero-body {
  padding-left: 6px;
}
@media (max-width: 767px) {
  .hero-left .hero-body {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-left .hero-body {
    display: none !important;
  }
}
.hero-left.hero-overlay-light .hero-content::after {
  background: linear-gradient(270deg, transparent 0, #ffffff 100%);
}
.hero-left.hero-overlay-dark .hero-content::after {
  background: linear-gradient(270deg, transparent 0, #000000 100%);
}
.hero-right .container {
  right: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
}
@media (min-width:992px) {
  .hero-right .container {
    width: 70%;
  }
}
.hero-right .container .hero-header {
  display: flex;
  justify-content: flex-end;
}
@media (min-width:992px) {
  .hero-right .container .hero-header {
    width: 100%;
  }
}
.hero-right .container .hero-header .hero-header-inner {
  display: flex;
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero-right .container .hero-header .hero-header-inner {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-right .container .hero-header .hero-header-inner {
    width: 300px;
  }
}
.hero-right .container .hero-body {
  display: flex !important;
  justify-content: flex-end;
}
@media (min-width:992px) {
  .hero-right .container .hero-body {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .hero-right .container .hero-body {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-right .container .hero-body {
    display: none !important;
  }
}
.hero-right .container .hero-body .hero-body-inner {
  display: flex;
  justify-content: flex-end;
}
.hero-right.hero-overlay-light .hero-content::after {
  background: linear-gradient(90deg, transparent 0, #ffffff 100%);
}
.hero-right.hero-overlay-dark .hero-content::after {
  background: linear-gradient(90deg, transparent 0, #000000 100%);
}
.hero-center .container {
  position: relative;
  margin: 0 auto;
  text-align: center;
  transform: translateY(25%);
}
@media (max-width: 767px) {
  .hero-center .hero-body {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-center .hero-body {
    display: none !important;
  }
}
.hero-center.hero-overlay-light .hero-content::after {
  background: linear-gradient(0deg, transparent 0, #ffffff 100%);
}
.hero-center.hero-overlay-dark .hero-content::after {
  background: linear-gradient(0deg, transparent 0, #000000 100%);
}
.hero-overlay-light .hero-content::after {
  background: linear-gradient(270deg, transparent 0, #ffffff 100%);
}
.hero-overlay-dark .hero-content::after {
  background: linear-gradient(270deg, transparent 0, #000000 100%);
}
.play-btn .play-rollover {
  display: none;
}
.play-btn .play-rollover:hover .play-rollover {
  display: block;
}
.play-btn .play-rollover:hover .play {
  display: none;
}
.btn-overplay {
  position: absolute;
  left: 36%;
  top: 67%;
  z-index: 4;
  background-size: 100%;
  margin-top: -72px;
}
.hero-play-control {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}
.hero-play-control a {
  color: white;
}
.enable-training-description {
  width: 330px;
  height: 40px;
  top: 424px;
  left: 53px;
  font-family: Solstice Sans !important;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  color: white;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .hero-header,
  .hero-body {
    width: 65%;
  }
}
.hero-content .body1 {
  padding-left: 15px;
}
.text-white {
  color: #fff !important;
}
.hero-header {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .hero-header {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .hero-header {
    line-height: 1.1;
  }
}
.hero-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .hero-body {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero-body {
    line-height: 1.4;
  }
}
.hero-content.hero-overlay-dark {
  position: relative;
}
.hero-content.hero-overlay-dark img {
  width: 100%;
  vertical-align: top;
}
.hero-content.hero-overlay-dark:after {
  content: '\A';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(270deg, transparent 0%, #000000 100%);
  opacity: 0.75;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hero_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 992px) {
  .hero-header,
  .hero-body {
    width: 65%;
  }
  .hero-header-dynamic,
  .hero-body-dynamic {
    width: 100%;
  }
}
.hero-content .body1 {
  padding-left: 15px;
}
.text-white {
  color: #fff !important;
}
.hero-header {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .hero-header {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .hero-header {
    line-height: 1.1;
  }
}
.hero-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .hero-body {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero-body {
    line-height: 1.4;
  }
}
.hero-content.hero-overlay-dark {
  position: relative;
}
.hero-content.hero-overlay-dark img {
  width: 100%;
  vertical-align: top;
}
.hero-content.hero-overlay-dark:after {
  content: '\A';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(270deg, transparent 0%, #000000 100%);
  opacity: 0.75;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hero_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.hero {
  display: none;
}
.hide-desc .hero-body-inner {
  display: none;
}
.hero {
  display: none;
}
.hide-desc .hero-body-inner {
  display: none;
}
.hero.pimDynamic {
  height: auto;
  background-color: #303030;
  position: relative;
  overflow: hidden;
}
.hero.pimDynamic .row.hero-content.hero-overlay-dark {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .hero.pimDynamic {
    height: 100%;
  }
}
.hero-dynamic-container {
  z-index: 2;
  padding: 2rem;
  min-height: 325px;
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .hero-dynamic-container {
    min-height: 350px;
  }
}
.hero-dynamic-container .breadcrumb__list {
  margin: 0;
  padding: 0 0 0.75em 0 !important;
}
.hero-dynamic-container .breadcrumb__list .breadcrumb__list-item:not(:last-child):after {
  display: inline-block;
  padding-left: .5rem;
  color: #A0A0A0;
  content: "/";
  font-size: 0.875rem;
  font-weight: 700;
}
.hero-dynamic-container .breadcrumb__list .breadcrumb__list-item-link {
  color: #fff;
}
.hero-dynamic-container .breadcrumb__list .breadcrumb__list-item-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hero-dynamic-container .breadcrumb__list .breadcrumb__uline {
  font-size: 1rem;
}
.hero-header-dynamic {
  font-weight: 900;
  line-height: 95%;
  overflow-wrap: break-word;
  hyphens: auto;
}
.hero-header-dynamic.smallHeaderFont {
  font-size: 48px;
}
.hero-header-dynamic.largeHeaderFont {
  font-size: 64px;
}
@media only screen and (max-width: 1200px) {
  .hero-header-dynamic.largeHeaderFont {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-header-dynamic {
    font-weight: 900;
    line-height: 90%;
  }
}
.hero.pimDynamic .hero-body-inner {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .hero.pimDynamic .hero-body-inner {
    -webkit-line-clamp: 8;
  }
}
@media only screen and (max-width: 768px) {
  .hero.pimDynamic .hero-body-inner {
    -webkit-line-clamp: none;
  }
}
.hero.pimDynamic p.hero-body-dynamic {
  font-size: 18px;
  line-height: 26px;
}
.hero.pimDynamic .hero_image img.img-fluid {
  object-fit: cover;
  object-position: right;
}
.hero.pimDynamic .hero-content.hero-overlay-dark:after {
  background: none;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .hero_image-container .hero_image-mobile,
  .hero_image.hero_image-desktop {
    height: 100%;
  }
  .hero_image-container .hero_image-mobile .cq-dd-image,
  .hero_image.hero_image-desktop .cq-dd-image {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero_image-container .hero_image-mobile img.img-fluid,
  .hero_image.hero_image-desktop img.img-fluid {
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .hero_image-container .hero_image-mobile img.img-fluid,
  .hero_image.hero_image-desktop img.img-fluid {
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero.pimDynamic .row.hero-content {
    flex-direction: column-reverse;
  }
  .hero.pimDynamic .hero-dynamic-container {
    flex-basis: 60%;
    padding: 2rem 1.25rem;
  }
  .hero.pimDynamic .hero-dynamic-container .d-md-block {
    display: block !important;
  }
  .hero.pimDynamic .hero_image-container {
    flex-basis: 40%;
    min-height: 100%;
    padding: 0;
  }
}

.product-categorylist figure:hover + .body1 {
  color: #007bc2;
  transition: .2s all ease;
}
.product-categorylist figure {
  height: 177px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .product-categorylist figure {
    max-height: 150px;
    min-height: 150px;
  }
}
@media (min-width: 992px) {
  .product-categorylist figure {
    height: 267px;
  }
}
.product-categorylist:not(.pimDynamic) .pcat-img {
  width: 100%;
  height: auto;
  min-height: 177px;
}
.product-categorylist:not(.pimDynamic) .pcat-img img {
  width: auto !important;
  max-height: 177px;
  max-width: 205px;
}
@media (max-width: 576px) {
  .product-categorylist:not(.pimDynamic) .pcat-img {
    max-height: 150px;
    min-height: 150px;
  }
  .product-categorylist:not(.pimDynamic) .pcat-img img {
    max-height: 150px;
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .product-categorylist:not(.pimDynamic) .pcat-img {
    max-height: 267px;
    min-height: 267px;
  }
  .product-categorylist:not(.pimDynamic) .pcat-img img {
    max-height: 267px;
    max-width: 300px;
  }
}
.desc-text {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #303030;
}
.hide-desc .desc-text {
  display: none;
}
.category-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  letter-spacing: -0.01em;
  padding-left: 15px;
}
.product-categorylist {
  padding: 70px 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  div.product-categorylist div.product-category-content div.col-6 {
    padding: 0 20px !important;
    margin-bottom: 40px !important;
  }
}
.product-categorylist.pimDynamic {
  padding: 70px 15px;
  margin-right: 2rem;
  margin-left: 2rem;
}
@media (max-width: 575px) {
  .product-categorylist.pimDynamic {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
.product-categorylist.pimDynamic #subCategoryRows {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.product-categorylist.pimDynamic #subCategoryRows .desc-text.pimDynamic {
  text-align: start;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-categorylist.pimDynamic #subCategoryRows .body1.title-pimDynamic {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "Solstice Sans";
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.4rem !important;
}
.product-categorylist.pimDynamic #subCategoryRows .cta {
  margin-top: auto;
}
.product-categorylist.pimDynamic #subCategoryRows .cta span {
  text-transform: none;
  font-size: 16px;
  height: 48px;
}
.product-categorylist.pimDynamic #subCategoryRows a:hover .cta--textbtn .anchor-text {
  text-decoration: underline;
  color: #00629b;
}
.product-categorylist.pimDynamic #subCategoryRows .category-card {
  padding: 24px !important;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  flex: 1 1 20%;
  min-width: 240px;
  max-width: 24%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 1096px) {
  .product-categorylist.pimDynamic #subCategoryRows .category-card {
    max-width: 32%;
  }
}
@media (max-width: 832px) {
  .product-categorylist.pimDynamic #subCategoryRows .category-card {
    max-width: 49%;
  }
}
@media (max-width: 544px) {
  .product-categorylist.pimDynamic #subCategoryRows .category-card {
    max-width: 100%;
  }
}
.product-categorylist.pimDynamic #subCategoryRows .category-card:hover {
  transform: translateY(-10px);
}
.product-categorylist.pimDynamic #subCategoryRows .category-card:hover .cta--textbtn .anchor-text {
  text-decoration: underline;
  color: #00629b;
}
.product-categorylist.pimDynamic #subCategoryRows .category-card a {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.product-categorylist.pimDynamic #subCategoryRows .category-card a:focus-visible {
  outline: auto #0071B3;
  outline-offset: 26px;
}
.product-categorylist.pimDynamic h3.header4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}
.product-categorylist.pimDynamic .pcat-img {
  width: 100%;
  height: 100%;
}
.product-categorylist.pimDynamic .pcat-img img {
  width: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .product-categorylist.pimDynamic .pcat-img {
    max-height: 100%;
  }
  .product-categorylist.pimDynamic .pcat-img img {
    max-height: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .product-categorylist.pimDynamic .pcat-img {
    max-height: 100%;
  }
  .product-categorylist.pimDynamic .pcat-img img {
    max-height: 100%;
    max-width: 100%;
  }
}
.product-categorylist.pimDynamic figure {
  height: auto;
  background-color: #FFFFFF;
  margin-top: 0;
  aspect-ratio: 1.5;
}
.product-categorylist.pimDynamic figure:hover + .body1 {
  color: #303030;
  transition: none;
}
@media (max-width: 576px) {
  .product-categorylist.pimDynamic figure {
    max-height: 100%;
  }
}

.productlistfinder-pim2.mvp2 {
  background: #f7f7f7;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap {
  height: 60px;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .input-group-append button.mvp-icon-search {
  cursor: pointer;
  background: #ffffff;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .input-group-append button.mvp-icon-search::before {
  font-size: 24px;
  margin-top: 5px;
  display: inline-block;
  text-transform: none;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoonregular" !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #707070;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .search-inp {
  height: 60px;
  border-radius: 0;
  padding: 0 30px 0 15px;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .search-inp::placeholder {
  opacity: 1;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .search-btn {
  background: #ffffff;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .form-control:focus {
  box-shadow: none;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

/******************Joule 2.0 Color Codes*********************/
.categoryFilter {
  margin-top: 1%;
  margin-bottom: 1%;
}
.categoryFilter .searchfilterwrap {
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.categoryFilter .icon-checlet.mvp-icon-tag:before {
  font-size: 20px;
  padding-top: 4px;
}
.categoryFilter .selected-filters {
  display: flex;
}
.categoryFilter .selected-filters .text {
  font-weight: 400;
}
.categoryFilter #category-products-search {
  display: flex;
  margin-top: 5px;
}
.categoryFilter #category-products-search .form-control:focus {
  box-shadow: none;
}
.categoryFilter #category-products-search input.search-inp {
  cursor: text;
}
.categoryFilter #category-products-search button.mvp-icon-search {
  float: right;
  margin-left: auto;
  height: auto !important;
  background: #ffffff;
}
.categoryFilter #category-products-search button.mvp-icon-search::before {
  font-size: 24px;
  margin-top: 5px;
}
.categoryFilter .selected-filters:not(.d-none),
.categoryFilter .selected-cats:not(.d-none) {
  margin-top: 15px;
}
.categoryFilter .filter-chiclet,
.categoryFilter .category-chiclet {
  border: 1px solid #d7d7d7;
  background: #e5e5e5;
  padding: 3px 3px 3px 5px;
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
}
.categoryFilter .filter-chiclet:not(:last-child),
.categoryFilter .category-chiclet:not(:last-child) {
  margin-right: 25px;
}
.categoryFilter .filter-chiclet:hover,
.categoryFilter .category-chiclet:hover {
  transition: 0.5s ease;
  background: #707070;
  color: #d7d7d7;
  border-color: #707070;
}
.categoryFilter .filter-chiclet:hover .icon-close:before,
.categoryFilter .category-chiclet:hover .icon-close:before {
  color: #d7d7d7;
}
.categoryFilter .filter-chiclet .text,
.categoryFilter .category-chiclet .text {
  line-height: 18px;
  font-weight: 300;
}
.categoryFilter .filter-chiclet .remove-filter,
.categoryFilter .category-chiclet .remove-filter {
  height: 10px;
  width: 10px;
  margin-left: 3px;
}
.categoryFilter .filter-chiclet .icon-close:before,
.categoryFilter .category-chiclet .icon-close:before {
  font-size: 10px;
  position: absolute;
  top: 3px;
}
.categoryFilter #reset-category-filters .filter-chiclet {
  border: 1px solid #d7d7d7;
  background: #e5e5e5;
  cursor: pointer;
}
.categoryFilter #reset-category-filters .filter-chiclet .icon-close:before {
  font-size: 12px;
}
#filters-section {
  -webkit-font-smoothing: antialiased;
}
#filters-section .label1 {
  border-top: 1px solid #BABABA;
}
#filters-section .label1:not(.collapsed) {
  margin-bottom: 0.5rem;
}
#filters-section .form-control {
  height: 48px;
  border-radius: 0;
  border-color: #E7E7E7;
  cursor: pointer;
}
#filters-section .form-control.focused {
  border-color: #0071b3;
}
#filters-section .filter-title {
  line-height: 48px;
  font-weight: 300;
  font-size: 18px;
}
#filters-section .filter-options {
  width: 100%;
  background: #ffffff;
  border: 1px solid #0071b3;
  border-top: 0;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 9;
}
#filters-section .filter-options.hidden {
  display: none;
}
#filters-section .filter-option {
  padding: 15px;
  font-size: 14px;
  color: #404040;
}
#filters-section .filter-option:not(:last-child) {
  border-bottom: 1px solid #9b9b9b;
}
#filters-section .checkbox {
  height: 24px;
  width: 24px;
  border: 1px solid #a0a0a0;
  -webkit-box-shadow: inset 0 1px 2px 0 #C0C0C0;
  box-shadow: inset 0 1px 2px 0 #C0C0C0;
  flex-shrink: 0;
}
#filters-section .checkbox.selected {
  background: #0071b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#filters-section .checkbox.selected .mvp-icon-check {
  margin-left: 0;
  position: absolute;
  display: inline;
}
#filters-section .checkbox.selected .mvp-icon-check::before {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  top: 3px;
  left: 3px;
}
#filters-section .checkbox .mvp-icon-check {
  display: none;
}
#filters-section .mvp-icon-carat_up,
#filters-section .mvp-icon-carat_down {
  position: absolute;
  right: 5px;
  top: 24%;
  pointer-events: none;
}
#filters-section .mvp-icon-carat_up:before,
#filters-section .mvp-icon-carat_down:before {
  color: #a0a0a0;
  font-size: 24px;
}
#filters-section button {
  background: none;
  height: 60px;
}
#filters-section .disabled {
  pointer-events: none;
  background: #f0f0f0;
}
#filters-section .mobileDropdownTitle {
  font-size: initial;
  margin-top: auto;
}
#filters-section .js-filter-options {
  overflow-y: auto;
  height: max-content;
  max-height: 185px;
}
.product-categorylist #nosearchfound-categoryfilter p {
  font-size: 30px;
  text-align: -webkit-center;
}
.product-categorylist .search-page-error {
  color: #0071b3;
}
.product-categorylist .noresult-search-with-filter,
.product-categorylist .noresult-search-without-filter {
  text-align: -webkit-center;
  font-size: 20px;
  font-weight: 400;
}
#productResults .result-count-wrap {
  font-size: larger;
  margin-left: 5%;
}
#productResults .search-term-filter {
  color: #0071b3;
}

div.pim-notification-editor {
  color: #808080;
  border-top: solid 1px silver;
  border-bottom: solid 1px silver;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.pim-notification-editor h4 {
  text-align: center;
}
div.pim-notification-editor p.description {
  text-align: center;
  margin: 0 30px;
}
div.xfragment-highlight-notify {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 9999;
  padding: 5px;
  opacity: 1;
}

/******************Joule 2.0 Color Codes*********************/
.product-type-selector {
  background: linear-gradient(90deg, #000000 0%, #3b3b3b 100%);
  padding: 50px 0px 50px 77px;
  margin-top: 30px;
}
.product-type-selector .product-type-dropdown-title {
  display: flex;
}
.product-type-selector .product-type-dropdown-title .prod-title-description {
  flex: .5;
  margin-right: 55px;
  max-width: 466px;
  padding-left: 46px;
}
.product-type-selector .product-type-dropdown-title .prod-title-description .prod-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.005em;
  text-align: left;
  margin-top: 5px;
}
.product-type-selector .product-type-dropdown-title .prod-title-description .prod-title .prod-color {
  color: #d22630;
  padding-right: 8px;
}
.product-type-selector .product-type-dropdown-title .prod-title-description .prod-title .selector-color {
  color: #ffffff;
}
.product-type-selector .product-type-dropdown-title .prod-title-description .prod-description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown {
  flex: .4;
  padding-top: 23px;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-type-selector {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
  margin-bottom: 5px;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown {
  position: relative;
  display: inline-block;
  width: 45%;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button {
  padding: 8px 35px 9px 15px;
  background-color: #ffffff;
  color: #606060 !important;
  border: 1px solid #cecece;
  border-bottom: 0px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  width: 216% !important;
  text-align: left;
  font-weight: 100;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-dropdown__button::focus {
  outline: none;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-placeholder {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  font-style: italic;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-arrow {
  border: solid #000000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-top: 7px;
  float: right;
  position: relative;
  left: 20px;
  bottom: 2px;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 216%;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 15px 8px 0 16px;
  height: 48px;
  background: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #303030;
  transition: all ease-in-out 0.3s;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__list-item:hover {
  background-color: #f0f7ff;
}
.product-type-selector .product-type-dropdown-title .product-select-now-btn {
  flex: .6;
  padding: 53px 0 0 0;
}
.product-type-selector .product-type-dropdown-title .product-select-now-btn .btn-select-now {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 8px 16px 8px 16px;
  color: #ffffff;
  background: #3aaefd;
}
.product-type-selector .product-type-dropdown-title .product-select-now-btn .select-now-disabled-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 8px 16px 8px 16px;
  color: #606060;
  background: #dfe0df;
}
.ps-page-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 600px) {
  .product-type-selector {
    padding: 0;
  }
  .product-type-dropdown-title {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-type-selector {
    padding: 50px 0px 50px 0px;
  }
  .product-type-dropdown-title {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .product-type-selector {
    padding: 50px 0px 50px 90px;
  }
  .product-type-dropdown-title {
    display: flex !important;
  }
}
.video-design-container {
  background-color: #f7f7f7;
}
.video-design-container .product-select-video-design {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(90deg, #000000 0%, #3b3b3b 100%);
  padding: 21.5px 0px;
  text-align: center;
}
.video-design-container .product-select-video-design .container {
  max-width: 1272px;
  padding: 0 auto;
}
.video-design-container .product-select-video-design .video-banner-section {
  text-align: left;
}
.video-design-container .product-select-video-design .video-banner-section .video-banner {
  width: 35%;
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  line-height: 34.67px;
  color: #ffffff;
  text-transform: uppercase;
}
.video-design-container .product-select-video-design .video-banner-section .video-banner .image-logo {
  border-right: 1px solid #ffffff;
  padding: 10px;
  margin-right: 5px;
  width: 41%;
  display: inline-block;
}
.video-design-container .product-select-video-design .video-banner-section .video-banner .image-logo img {
  width: 100%;
  max-width: 204px;
}
.video-design-container .product-select-video-design .video-banner-section .video-banner .logo-text {
  color: #ff0000;
}
.video-design-container .product-select-video-design .video-banner-section .video-selector-text {
  width: 64%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.video-design-container .product-select-video-design .video-banner-section .video-selector-text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px;
  text-align: left;
}
.video-design-container .selection-netbox-system {
  width: 100%;
  display: inline-block;
  margin: 10px auto;
}
.video-design-container .selection-netbox-system .container {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.video-design-container .selection-netbox-system .selection-netBox {
  width: 50%;
  display: inline-block;
  padding: 0 25px;
  vertical-align: top;
}
.video-design-container .selection-netbox-system .selection-netBox:nth-child(odd) {
  padding: 0px 28px 0px 0px;
  width: 48%;
}
.video-design-container .selection-netbox-system .selection-netBox:nth-child(even) {
  padding: 0px;
}
.video-design-container .selection-netbox-system h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
  margin: 25px 0px 40px;
}
.video-design-container .selection-netbox-system .img-button-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.video-design-container .selection-netbox-system .img-button-section span {
  display: inline-block;
  font-weight: 800;
  font-size: 24px;
  color: #303030;
  position: relative;
}
.video-design-container .selection-netbox-system .img-button-section span img {
  width: 200px;
}
.video-design-container .selection-netbox-system .img-button-section span .overlay-text {
  top: -10px;
  left: 10%;
  width: auto;
  color: #ff00b2;
  font-size: 73px;
  font-weight: 700;
  opacity: 0.2;
  position: absolute;
}
.video-design-container .selection-netbox-system .img-button-section button {
  width: 155px;
  height: 40px;
  background-color: #0071b3;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  border: 0px;
  margin-top: 12px;
}
.video-design-container .selection-netbox-system .selection-list h5 {
  font-size: "16px";
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.video-design-container .selection-netbox-system .selection-list ul {
  padding-left: 25px;
}
.video-design-container .selection-netbox-system .selection-list ul li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.esseerBannerSection .product-type-selector {
  padding: 50px 0;
}
.esseerBannerSection .product-type-selector .product-type-dropdown-title {
  display: block !important;
}
.esseerBannerSection .product-type-selector .product-type-dropdown-title .prod-title-description {
  width: 66%;
  max-width: 100%;
  padding-left: 0;
}
.esseerBannerSection .product-type-selector .product-type-dropdown-title .prod-title-description .prod-title {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.esseerBannerSection .goToToolBtn {
  margin-top: 50px;
  background: #0071b3;
  border: none;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 5px;
}


