@import url("https://fonts.cdnfonts.com/css/roboto");

body {
  font-family: "Roboto Light", sans-serif;
  margin: 0;
  padding-top: 128px;
}
body h1,
body h2,
body h3 {
  font-size: 20px;
}

.hide {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.blueGradient {
  background: -ms-linear-gradient(-180deg, rgb(0, 94, 183) 0%, rgb(0, 45, 128) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005EB7', endColorstr='#002D80' ,GradientType=0)";
  background: linear-gradient(270deg, rgb(0, 94, 183) 0%, rgb(0, 45, 128) 100%);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005EB7",endColorstr="#002D80" , GradientType=1);
}

.wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1249px) {
  .wrap {
    max-width: 850px;
  }
}
@media (max-width: 949px) {
  .wrap {
    width: 100%;
    padding: 0 34px;
  }
}
@media (max-width: 759px) {
  .wrap {
    padding: 0 15px;
  }
}

main * {
  font-family: "Roboto Light", sans-serif;
  margin: 0;
}
main.show-form > .block-1,
main.show-form > .block-2,
main.show-form > .block-3 {
  display: none;
}
main:not(.show-form) .gated-form {
  display: none;
}
main .position-relative {
  position: relative;
}
main .blue-btn-container,
main .btn-container,
main .clear-btn-container {
  padding: 14px 0;
}
main .black-btn {
  color: white;
  background: #000000;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 12px;
}
main .blue-btn {
  color: white;
  background: #005eb8;
  text-decoration: none;
  padding: 17px 41px;
  border-radius: 50px;
  font-size: 12px;
}
main .clear-btn {
  color: white;
  text-decoration: none;
  padding: 17px 41px;
  border-radius: 50px;
  font-size: 12px;
}
main .white-border {
  border: 1px solid white;
}
main .light-blue-btn {
  color: white;
  background: #00a3e0;
  text-decoration: none;
  padding: 16.5px 36px;
  border-radius: 50px;
  height: 50px;
  font-size: 12px;
}
main .block-1 {
  padding: 33px 0 50px;
}
main .block-1 .breadcrumbs {
  display: flex;
  color: #b2b2b2;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
main .block-1 .breadcrumbs a {
  color: #1771c4;
  text-decoration: none;
}
main .block-1 .breadcrumbs span.sep {
  margin: 0 7px;
}
@media (max-width: 1249px) {
  main .block-1 .breadcrumbs {
    display: none;
  }
}
main .block-1 .text-img-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1249px) {
  main .block-1 .text-img-container {
    align-items: center;
  }
}
@media (max-width: 949px) {
  main .block-1 .text-img-container {
    flex-direction: column;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}
main .block-1 .text-img-container .part-1 {
  margin-right: 124px;
}
@media (max-width: 1249px) {
  main .block-1 .text-img-container .part-1 {
    margin-right: 38px;
  }
}
@media (max-width: 949px) {
  main .block-1 .text-img-container .part-1 {
    margin-right: 0;
  }
}
main .block-1 .text-img-container .part-1 .text-container h1 {
  margin: 48px 0 25px;
  font-size: 45px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1249px) {
  main .block-1 .text-img-container .part-1 .text-container h1 {
    margin-top: 0;
  }
}
@media (max-width: 949px) {
  main .block-1 .text-img-container .part-1 .text-container h1 {
    margin: 14px 0 11px;
  }
}
@media (max-width: 759px) {
  main .block-1 .text-img-container .part-1 .text-container h1 {
    text-align: center;
  }
}
@media (max-width: 380px) {
  main .block-1 .text-img-container .part-1 .text-container h1 {
    font-size: 36px;
  }
}
main .block-1 .text-img-container .part-1 .text-container p {
  margin-bottom: 34px;
  line-height: 18px;
}
@media (max-width: 759px) {
  main .block-1 .text-img-container .part-1 .text-container p {
    text-align: center;
  }
}
@media (max-width: 949px) {
  main .block-1 .text-img-container .part-1 .btn-container {
    position: absolute;
    top: 100%;
    justify-content: center;
    display: flex;
    width: 100%;
  }
}
main .block-1 .text-img-container .part-2 {
  max-width: 444px;
  width: 100%;
  flex-shrink: 0;
}
main .block-1 .text-img-container .part-2 .img-container img {
  width: 100%;
}
main .block-2 {
  background-color: #00020f;
  color: white;
  position: relative;
  border-bottom: 1px solid #3f5b87;
  border-top: 1px solid #a2a3a4;
  min-height: 571px;
  overflow: hidden;
}
main .block-2.view-results .section-2 {
  display: none;
}
main .block-2:not(.view-results) .section-1 {
  display: none;
}
main .block-2 .question-container {
  position: relative;
}
main .block-2 .question-container.first-question-container .question-other {
  display: none !important;
}
@media (max-width: 949px) {
  main .block-2 .question-container.first-question-container .the-question {
    padding-top: 33px;
  }
}
main .block-2 .question-container:not(.first-question-container) .question-1 {
  display: none !important;
}
main .block-2 .background-img-container {
  position: absolute;
  top: -103px;
  left: -8%;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 1249px) {
  main .block-2 .background-img-container {
    top: -30px;
    left: -13%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 759px) {
  main .block-2 .background-img-container {
    top: 60px;
  }
}
main .block-2 .background-img-container img {
  width: 110%;
}
@media (max-width: 1249px) {
  main .block-2 .background-img-container img {
    width: 168%;
  }
}
@media (max-width: 759px) {
  main .block-2 .background-img-container img {
    width: 224%;
  }
}
main .block-2 .section-1 {
  position: relative;
  z-index: 1;
  padding: 30px 0 74px;
}
@media (max-width: 949px) {
  main .block-2 .section-1 {
    padding-top: 0;
  }
}
main .block-2 .section-1 .background-img-container {
  top: 80px;
  left: -8%;
}
main .block-2 .section-1 .part-1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #888c97;
  position: relative;
  z-index: 5;
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-1 {
    display: none;
  }
}
main .block-2 .section-1 .part-1 .options-container {
  display: flex;
  justify-content: space-between;
}
main .block-2 .section-1 .part-1 .options-container .option h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
main .block-2 .section-1 .part-1 .options-container .option p {
  font-size: 14px;
  line-height: 18px;
}
main .block-2 .section-1 .part-1 .reset-options-container {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 25px;
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-1 .reset-options-container {
    display: none;
  }
}
main .block-2 .section-1 .part-1 .reset-options-container a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
main .block-2 .section-1 .part-2 {
  position: relative;
}
main .block-2 .section-1 .part-2 .reset-options-container {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .reset-options-container {
    display: block;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .reset-options-container {
    display: none;
  }
}
main .block-2 .section-1 .part-2 .reset-options-container a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
main .block-2 .section-1 .part-2 .links-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .links-container {
    justify-content: start;
  }
}
main .block-2 .section-1 .part-2 .links-container img {
  width: 18px;
}
main .block-2 .section-1 .part-2 .product-main-product {
  padding: 27px 0 46px;
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .evo-container .product-desc {
    margin-bottom: 24px !important;
  }
  main .block-2 .section-1 .part-2 .product-main-product .evo-container .blue-btn-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .wav-container .product-desc {
    margin-bottom: 67px !important;
  }
  main .block-2 .section-1 .part-2 .product-main-product .wav-container .blue-btn-container {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product {
    flex-direction: column;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .center-part {
  display: flex;
  align-items: end;
  margin: 0 60px;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .product-main-product .center-part {
    margin: 0 30px;
    align-items: center;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .center-part {
    position: absolute;
    left: 303px;
    min-height: 320px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .center-part {
    position: relative;
    left: 0;
    margin: 0 auto;
    max-width: 100px;
    left: -124px;
    margin-top: -280px;
    min-height: unset;
    align-items: start;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .product-main-product .center-part img {
    margin-bottom: 30px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .center-part img {
    height: 320px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .center-part img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .center-part.r7-container {
    max-width: 86px;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .right-part {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .product-main-product .right-part {
    justify-content: center;
    position: relative;
    margin-top: 62px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .right-part {
    flex-direction: column-reverse;
    justify-content: end;
    margin-top: 75px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .right-part {
    margin: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .right-part .add-features {
  max-width: 262px;
  margin-bottom: 74px;
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .right-part .add-features {
    margin: 0;
    margin-left: 50px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .right-part .add-features {
    margin-left: 0;
    margin-top: 31px;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .right-part .add-features h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
main .block-2 .section-1 .part-2 .product-main-product .right-part .product-buttons-container {
  display: flex;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .product-main-product .right-part .product-buttons-container {
    width: 339px;
    position: absolute;
    right: 0;
    bottom: 0;
    justify-content: end;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .right-part .product-buttons-container {
    position: relative;
    flex-direction: column;
    align-items: end;
    flex: 1;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .right-part .product-buttons-container {
    width: 100%;
    align-items: center;
    right: 0;
    flex-direction: revert;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  main .block-2 .section-1 .part-2 .product-main-product .right-part .product-buttons-container .reset-options-container {
    top: 100%;
    left: 0;
    margin-top: 19px;
  }
  main .block-2 .section-1 .part-2 .product-main-product .right-part .product-buttons-container .blue-btn-container {
    margin: 0 !important;
  }
  main .block-2 .section-1 .part-2 .product-main-product .right-part .product-buttons-container a {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .right-part .product-buttons-container .blue-btn-container {
  margin-right: 15px;
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .right-part .product-buttons-container .blue-btn-container {
    margin: 0;
    margin-bottom: 23px;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .left-part {
  max-width: 459px;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part {
    max-width: 358px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part {
    max-width: 334px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part {
    max-width: unset;
    text-align: center;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .recommend {
  width: 257px;
  font-size: 19px;
  color: #272727;
  background-color: white;
  padding: 13px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .recommend {
    margin: 0 auto;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .left-part h2 {
  margin: 20px 0 0px;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .sub-title {
  color: #b3b3b3;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .product-desc {
  margin: 18px 0 38px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .product-desc {
    margin: 6px 0 20px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .product-desc {
    margin-bottom: 50px;
    max-width: 282px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .product-desc {
    margin-bottom: 25px;
    max-width: unset;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .features-details-container {
    text-align: left;
    max-width: 213px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    right: -49px;
    position: relative;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .features {
  font-size: 18px;
  line-height: 24px;
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block {
  margin-top: 9px;
  border: 2px solid #b3b3b3;
  min-width: 459px;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block {
    min-width: 358px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block {
    min-width: 334px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block {
    min-width: unset;
    width: 100%;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block .the-features {
  padding: 19px 19px 23px;
  font-weight: bold;
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block .the-features {
    padding: 14px;
    font-size: 13px;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block .links-container {
  padding: 20px 19px;
  border-top: 2px solid #b3b3b3;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block .links-container {
    flex-direction: column;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block .links-container {
    padding: 10px 14px;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block .links-container a {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 15px;
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block .links-container a {
    font-size: 14px;
  }
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block .links-container a img {
  margin-bottom: 4px;
}
main .block-2 .section-1 .part-2 .product-main-product .left-part .features-block .links-container a:last-child {
  margin-right: 18px;
}
main .block-2 .section-1 .part-2 .email-text-msg br {
  display: none;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .email-text-msg br {
    display: block;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .email-text-msg {
    text-align: center;
    font-size: 18px;
  }
  main .block-2 .section-1 .part-2 .email-text-msg br {
    display: none;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container {
  padding-top: 40px;
}
main .block-2 .section-1 .part-2 .sub-products-container .recommend-sub-products {
  font-size: 16px;
  line-height: 20px;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products {
  margin-top: 47px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products {
    flex-direction: column;
    margin-top: -12px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products {
    margin-top: 20px;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product {
  max-width: 367px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product {
    max-width: unset;
    position: relative;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product {
    margin-bottom: 43px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product > div:first-child {
    margin-left: 157px;
    position: absolute;
    top: 22px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product > div:first-child {
    top: 25px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product > div:first-child {
    position: relative;
    margin: 0;
    top: 0 !important;
    text-align: center;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product > div:last-child {
    display: flex;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product > div:last-child {
    flex-direction: column-reverse;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product > div:last-child {
    margin-top: 20px;
    flex-direction: column;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product h2 {
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  line-height: 40px;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product h3 {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product p.desc {
  line-height: 20px;
  font-size: 15px;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .sub-title {
  margin-bottom: 20px;
  color: #a4a4a4;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 46px;
  align-items: end;
}
@media (min-width: 1250px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container {
    justify-content: end;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container {
    flex: 1;
    justify-content: start;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container {
    position: relative;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container {
    margin: 0 !important;
    align-items: start;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container {
  max-width: 250px;
  margin-top: 9px;
  border: 1px solid #4d4d4d;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container {
    max-width: unset;
    flex: 1;
    min-height: unset;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container {
    margin-right: 0;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container {
    margin: 0 !important;
    min-width: 220px !important;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container {
  flex-direction: column;
  padding: 12px 18px;
  border-top: 1px solid #4d4d4d;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container {
    flex-direction: row;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container {
    flex-direction: revert;
    justify-content: start;
    padding: 12px 13px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container {
    flex-direction: column;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container a {
  text-decoration: none;
  font-size: 14px;
  color: #005eb8;
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container a:first-child {
    margin-bottom: 0;
    margin-right: 48px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container a {
    margin-right: 25px !important;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container a {
    margin-right: 16px !important;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container a {
    display: flex;
    align-items: start;
  }
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container a img {
    margin-right: 5px;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container a:last-child {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .links-container a:last-child img {
  margin-left: 5px !important;
  margin-right: 7px !important;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .the-features {
  padding: 14px 18px;
  font-size: 12px;
  line-height: 16px;
  flex: 1;
  font-weight: bold;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .the-features p {
  margin-bottom: 10px;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .product-features-container .the-features p:last-child {
  margin-bottom: 0;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .img-container {
  max-width: 100px;
}
@media (min-width: 1250px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .img-container {
    height: 247px;
    display: flex;
    align-items: end;
    margin-right: 15px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .img-container {
    min-width: 133px;
    margin-right: 24px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .img-container {
    min-width: 124px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .img-container {
    width: 86px;
    min-width: unset;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .product-details-container .img-container img {
  max-width: 100%;
  max-height: 100%;
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .btns-container {
  display: flex;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .btns-container {
    flex-direction: column;
    justify-content: end;
    margin-bottom: 46px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .btns-container {
    position: absolute;
    right: 0;
    top: 24px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .btns-container {
    position: relative;
    flex-direction: revert;
    justify-content: space-between;
  }
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .btns-container > div {
    margin: 0 !important;
  }
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .btns-container > div a {
    padding: 17px 36px !important;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .btns-container .clear-btn-container {
  margin-left: 10px;
  margin-right: 15px;
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product .btns-container .clear-btn-container {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.ion .img-container img {
    width: 117px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.ion .img-container img {
    width: 100% !important;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.ion .btns-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.ion .product-details-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.r7 .img-container {
    align-self: start;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.r7 .img-container {
    height: 227px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.r7 .img-container img {
    width: 113px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.r7 .img-container img {
    width: 100px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.r7 .img-container img {
    max-width: 100%;
    max-height: 100%;
    width: unset;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.ion > div:first-child, main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.r7 > div:first-child {
    top: 52px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.ion > div:first-child, main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.r7 > div:first-child {
    top: 25px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.ion .product-features-container, main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.r7 .product-features-container {
    margin-top: 180px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.ion .product-features-container, main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.r7 .product-features-container {
    margin-top: 149px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.evo .product-features-container {
    margin-bottom: -37px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.evo .btns-container {
    margin-bottom: 17px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.wav .product-features-container {
    margin-bottom: -62px;
  }
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.wav .btns-container {
    margin-bottom: -7px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.wav {
    margin-bottom: 43px;
  }
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.wav .product-features-container {
    margin-bottom: -86px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.evo {
    margin-bottom: 43px;
  }
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.evo .product-features-container {
    margin-bottom: -67px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.evo .btns-container {
    margin-bottom: 17px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.evo .product-details-container {
    margin-bottom: 40px;
  }
}
main .block-2 .section-1 .part-2 .sub-products-container .sub-products .sub-product.sub-product-2 {
  margin-bottom: 0;
}
main .block-2 .section-2 {
  position: relative;
  z-index: 1;
  padding: 24px 0 44px;
}
@media (max-width: 949px) {
  main .block-2 .section-2 {
    padding: 0;
    min-height: 571px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 {
    min-height: 780px;
  }
}
main .block-2 .section-2 .part-1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #888c97;
  position: relative;
  z-index: 5;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-1 {
    display: none;
  }
}
main .block-2 .section-2 .part-1 .options-container {
  display: flex;
  justify-content: space-between;
}
main .block-2 .section-2 .part-1 .options-container .option {
  cursor: pointer;
}
main .block-2 .section-2 .part-1 .options-container .option h3 {
  color: #005eb8;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
main .block-2 .section-2 .part-1 .options-container .option p {
  color: #888c97;
  font-size: 14px;
  line-height: 18px;
}
main .block-2 .section-2 .part-1 .reset-options-container {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 3px;
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-1 .reset-options-container {
    display: none;
  }
}
main .block-2 .section-2 .part-1 .reset-options-container a {
  text-decoration: none;
  color: #005eb8;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
main .block-2 .section-2 .part-2 {
  padding: 41px 0 23px;
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2.thankyou-active .reset-options-container {
    display: block !important;
    bottom: 40px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 {
    flex: 1;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 {
    order: 2;
    padding: 0;
    margin-bottom: 30px;
  }
  main .block-2 .section-2 .part-2 .the-question {
    padding-top: 0;
  }
}
main .block-2 .section-2 .part-2 .reset-options-container {
  display: none;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .reset-options-container {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 25px;
    display: block;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .reset-options-container {
    display: none;
    bottom: 90px;
    top: unset;
    text-align: center;
    left: 0;
  }
}
main .block-2 .section-2 .part-2 .reset-options-container a {
  text-decoration: none;
  color: #005eb8;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
main .block-2 .section-2 .part-2 .the-question {
  position: relative;
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
main .block-2 .section-2 .part-2 .the-question h2 {
  border-bottom: 5px solid #005eb8;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 6px;
  z-index: 5;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question h2 {
    position: unset;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
main .block-2 .section-2 .part-2 .the-question h2 span {
  color: #005eb8;
  font-weight: bold;
}
main .block-2 .section-2 .part-2 .the-question.question-other {
  display: flex;
  min-height: 370px;
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question.question-other {
    min-height: unset;
  }
}
main .block-2 .section-2 .part-2 .the-question.question-other .thankyou {
  position: absolute;
  width: 221px;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 20px;
  margin-top: 60px;
  margin-left: 60px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .thankyou {
    margin-left: 0;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .thankyou {
    margin: 0 auto;
    position: unset;
    margin-top: 100px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .thankyou p {
    margin-bottom: 32px;
  }
}
main .block-2 .section-2 .part-2 .the-question.question-other h2 {
  position: unset;
}
main .block-2 .section-2 .part-2 .the-question.question-other .industry-building {
  height: 360px;
  position: relative;
  left: 400px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .industry-building {
    max-width: 525px;
    left: 317px;
    top: 37px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .industry-building {
    max-width: 473px;
    right: 0;
    top: 161px;
    left: 0;
    margin: 0 auto;
    margin-left: 208px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .industry-building {
    display: none;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .industry-building.hospitality {
    left: 380px !important;
    top: 5px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .industry-building.hospitality {
    left: 48px !important;
    top: 85px;
  }
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .industry-building.other {
    left: 391px !important;
    top: 17px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .industry-building.other {
    left: 48px !important;
    top: 85px;
  }
}
main .block-2 .section-2 .part-2 .the-question.question-other .industry-building img {
  margin-top: -105px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .industry-building img {
    width: 100%;
  }
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text {
  width: 312px;
  position: absolute;
  left: 0;
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .question-text {
    position: unset;
    margin: 0 15px;
    width: auto;
  }
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-img {
  padding: 41px 73px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-img {
    padding: 0;
    justify-content: start;
    padding-top: 28px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-img {
    justify-content: center;
    padding-top: 100px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-img img {
    max-width: 164px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-img.voice img {
    max-width: 275px;
  }
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-options {
  margin-top: 15px;
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-options .dropdown .dropdown-toggle::after {
  border-top: 0.6em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  top: 10px;
  position: absolute;
  right: 12px;
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-options .dropdown ul {
  width: 100%;
  border-radius: 0;
  background-color: #1b293e;
  padding: 0;
  border: 0;
  top: 4px !important;
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-options .dropdown ul li a {
  color: white;
  border-bottom: 1px solid #535d6a;
  height: 28px;
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-options .dropdown ul li a:hover {
  background-color: #868f99;
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-options .dropdown ul li:last-child a {
  border-bottom: 0;
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-options button {
  width: 100%;
  text-align: left;
  border-radius: 0;
  height: 28px;
  padding: 0 12px;
  border: 1px solid #535d6a;
  background-color: #1b293e;
}
main .block-2 .section-2 .part-2 .the-question.question-other .question-text .question-options button.show::after {
  transform: rotate(180deg);
}
main .block-2 .section-2 .part-2 .the-question .industries-container {
  position: relative;
  min-height: 370px;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 580px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 287px;
    margin: 0 auto;
    padding-top: 32px;
    justify-content: space-between;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry {
    position: unset;
    margin: 0 !important;
    flex-direction: column-reverse;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry .title {
  position: absolute;
  bottom: 100%;
  width: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  background-color: white;
  color: black;
  border-radius: 4px;
  border: 1px solid #c6c8cd;
  margin-bottom: 18px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry .title {
    margin-bottom: 13px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry .title {
    background: none;
    border: none;
    position: unset;
    align-items: start;
    margin-top: 5px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry .title {
    margin-bottom: 0;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry .title p {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #272727;
  cursor: pointer;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry .title p {
    color: #fff;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry .title::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  display: block;
  position: absolute;
  top: 100%;
  transform: rotate(45deg);
  margin-top: -6px;
  border: 1px solid #888c97;
  z-index: -1;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry .title::before {
    display: none;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-1 {
  left: 32px;
  top: 50%;
  margin-top: -47px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-1 {
    margin-top: -1px;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-2 {
  left: 191px;
  bottom: 105px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-2 {
    left: 150px;
    bottom: 179px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-2 {
    order: 3;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-3 {
  left: 350px;
  bottom: 27px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-3 {
    left: 183px;
    bottom: 13px;
  }
}
@media (min-width: 760px) and (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-3 {
    order: 10;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-3 {
    order: 10;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-4 {
  left: 368px;
  top: 50%;
  margin-top: -123px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-4 {
    left: 312px;
    margin-top: -154px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-4 {
    order: 5;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-5 {
  left: 518px;
  bottom: 67px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-5 {
    left: 335px;
    bottom: 58px;
  }
}
@media (min-width: 760px) and (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-5 {
    order: 7;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-5 {
    order: 4;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-6 {
  left: 632px;
  top: 50%;
  margin-top: -102px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-6 {
    left: 448px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-6 {
    order: 7;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-7 {
  left: 750px;
  bottom: 62px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-7 {
    left: 535px;
    bottom: 46px;
  }
}
@media (min-width: 760px) and (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-7 {
    order: 8;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-7 {
    order: 6;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-8 {
  left: 926px;
  bottom: 23px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-8 {
    left: 672px;
    bottom: 5px;
  }
}
@media (min-width: 760px) and (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-8 {
    order: 9;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-8 {
    order: 8;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-9 {
  right: 190px;
  top: 78px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-9 {
    top: 38px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-9 {
    order: 9;
  }
}
main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-10 {
  right: 41px;
  top: 50%;
  margin-top: -41px;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-10 {
    margin-top: -102px;
  }
}
@media (min-width: 760px) and (max-width: 1249px) {
  main .block-2 .section-2 .part-2 .the-question .industries-container .industry.industry-10 {
    order: 6;
  }
}
main .block-2 .section-2 .part-2 .icon {
  position: relative;
  max-width: 77px;
  max-height: 97px;
  cursor: pointer;
}
main .block-2 .section-2 .part-2 .icon img.geo-icon {
  width: 100%;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .icon img.geo-icon {
    display: none;
  }
}
main .block-2 .section-2 .part-2 .icon .industry-icon-cotainer {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .icon .industry-icon-cotainer {
    display: none;
  }
}
main .block-2 .section-2 .part-2 .icon .industry-icon-cotainer img {
  max-width: 90%;
  max-height: 90%;
}
main .block-2 .section-2 .part-2 .icon .industry-icon-phone-container {
  display: none;
}
main .block-2 .section-2 .part-2 .icon .industry-icon-phone-container img {
  width: 100%;
  height: 100%;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-2 .icon .industry-icon-phone-container {
    display: block;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-3 {
    order: 1;
    margin-bottom: 35px;
    margin-top: 28px;
  }
  main .block-2 .section-2 .part-3 .options-dots-container {
    max-width: unset !important;
    margin: 0 18px !important;
  }
}
main .block-2 .section-2 .part-3 .back-button {
  border: 1px solid #005eb8;
  border-radius: 24.608px;
  width: 101.4192px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 44px;
  left: 0;
}
@media (max-width: 1249px) {
  main .block-2 .section-2 .part-3 .back-button {
    bottom: 90px;
  }
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-3 .back-button {
    bottom: 103px;
    left: 50px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-3 .back-button {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 80px;
  }
}
main .block-2 .section-2 .part-3 .back-button a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  width: 100%;
  padding: 17px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .block-2 .section-2 .part-3 .back-button a img {
  margin-right: 7px;
}
main .block-2 .section-2 .part-3 .options-dots-container {
  display: flex;
  justify-content: space-between;
  max-width: 710px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-3 .options-dots-container {
    max-width: 580px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-3 .options-dots-container {
    max-width: 340px;
  }
}
main .block-2 .section-2 .part-3 .options-dots-container hr {
  position: absolute;
  width: 95%;
  border-width: 2.5px;
  border-color: #1e1e1e;
  border-style: solid;
  z-index: -1;
  top: 50%;
  margin-top: -2.5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #1e1e1e;
  opacity: 1;
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-3 .options-dots-container hr {
    border-width: 1px;
  }
}
main .block-2 .section-2 .part-3 .options-dots-container hr.active {
  width: 100px;
  left: 15px;
  border-color: #005eb8;
  background-color: #005eb8;
  right: unset;
  margin-right: unset;
  margin-left: unset;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-3 .options-dots-container hr.active {
    width: 77px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-3 .options-dots-container hr.active {
    width: 31px;
  }
}
main .block-2 .section-2 .part-3 .options-dots-container .option-dot {
  position: relative;
}
@media (max-width: 949px) {
  main .block-2 .section-2 .part-3 .options-dots-container .option-dot {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-3 .options-dots-container .option-dot {
    width: 16px;
    height: 30px;
  }
}
main .block-2 .section-2 .part-3 .options-dots-container .option-dot .step {
  max-width: 33px;
}
@media (max-width: 759px) {
  main .block-2 .section-2 .part-3 .options-dots-container .option-dot .step {
    max-width: 16px;
  }
}
main .block-2 .section-2 .part-3 .options-dots-container .option-dot .step img {
  width: 100%;
}
main .block-2 .section-2 .part-3 .options-dots-container .option-dot .step.current {
  display: none;
}
main .block-2 .section-2 .part-3 .options-dots-container .option-dot.current-option .step {
  display: none;
}
main .block-2 .section-2 .part-3 .options-dots-container .option-dot.current-option .step.current {
  display: block;
}
main .block-3 .text-cta-container {
  min-height: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
@media (max-width: 949px) {
  main .block-3 .text-cta-container {
    flex-direction: column;
  }
}
@media (max-width: 759px) {
  main .block-3 .text-cta-container {
    margin: 0 45px;
    text-align: center;
  }
}
main .block-3 .text-cta-container h3 {
  margin-right: 97px;
}
@media (max-width: 949px) {
  main .block-3 .text-cta-container h3 {
    margin: 0;
  }
}
@media (max-width: 949px) {
  main .block-3 .text-cta-container .btn-container {
    margin-top: 30px;
  }
}
main .gated-form {
  background-color: #00010a;
  overflow: hidden;
  /* End of Motorola Eloqua form styles */
  /* start of form style */
  /* #menu-toggle:checked+.menu-button-container .menu-button::before {
      margin-top: 0px;
      transform: rotate(405deg);
  } */
  /* end of form style */
  /* general template starts here */
  /* Media styles */
  /* for 1024px to 1170px */
  /* for 768px to 1000px */
  /* for 375px to 500px */
}
main .gated-form.full-height {
  min-height: 100vh;
}
main .gated-form body p,
main .gated-form html p {
  /* margin: 0; */
}
main .gated-form body a,
main .gated-form html a {
  /* margin: 0; */
}
main .gated-form .form-holder {
  padding: 10px 0 0;
}
main .gated-form .form-holder .container-fluid {
  padding: 0;
}
main .gated-form .form-holder .container-fluid .form-element-layout {
  margin-bottom: 10px !important;
  /* padding: 0; */
  padding-left: 0;
  padding-right: 0;
}
main .gated-form .form-holder .container-fluid .elq-form .elq-field-style {
  padding: 0;
}
main .gated-form .form-holder .container-fluid .single-checkbox-row {
  margin: 10px 0 5px;
}
main .gated-form .form-holder .container-fluid label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-weight: 100;
  margin-bottom: 5px;
  padding-left: 46px !important;
}
main .gated-form .form-holder .container-fluid input,
main .gated-form .form-holder .container-fluid input[type=date],
main .gated-form .form-holder .container-fluid input[type=datetime-local],
main .gated-form .form-holder .container-fluid input[type=datetime],
main .gated-form .form-holder .container-fluid input[type=email],
main .gated-form .form-holder .container-fluid input[type=month],
main .gated-form .form-holder .container-fluid input[type=number],
main .gated-form .form-holder .container-fluid input[type=password],
main .gated-form .form-holder .container-fluid input[type=range],
main .gated-form .form-holder .container-fluid input[type=search],
main .gated-form .form-holder .container-fluid input[type=tel],
main .gated-form .form-holder .container-fluid input[type=text],
main .gated-form .form-holder .container-fluid input[type=time],
main .gated-form .form-holder .container-fluid input[type=url],
main .gated-form .form-holder .container-fluid input[type=week],
main .gated-form .form-holder .container-fluid textarea,
main .gated-form .form-holder .container-fluid select {
  box-sizing: border-box;
}
main .gated-form .form-holder .container-fluid input:focus,
main .gated-form .form-holder .container-fluid input[type=date]:focus,
main .gated-form .form-holder .container-fluid input[type=datetime-local]:focus,
main .gated-form .form-holder .container-fluid input[type=datetime]:focus,
main .gated-form .form-holder .container-fluid input[type=email]:focus,
main .gated-form .form-holder .container-fluid input[type=month]:focus,
main .gated-form .form-holder .container-fluid input[type=number]:focus,
main .gated-form .form-holder .container-fluid input[type=password]:focus,
main .gated-form .form-holder .container-fluid input[type=range]:focus,
main .gated-form .form-holder .container-fluid input[type=search]:focus,
main .gated-form .form-holder .container-fluid input[type=tel]:focus,
main .gated-form .form-holder .container-fluid input[type=text]:focus,
main .gated-form .form-holder .container-fluid input[type=time]:focus,
main .gated-form .form-holder .container-fluid input[type=url]:focus,
main .gated-form .form-holder .container-fluid input[type=week]:focus,
main .gated-form .form-holder .container-fluid textarea:focus,
main .gated-form .form-holder .container-fluid select:focus {
  border: 1px solid #00a3e0;
  box-shadow: 0 0 0 2px rgba(0, 163, 224, 0.5);
  outline: 0;
}
main .gated-form .form-holder .container-fluid input:hover {
  /* border: 1px solid #000; */
}
main .gated-form .form-holder .container-fluid .select-wrap {
  position: relative;
}
main .gated-form .form-holder .container-fluid .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main .gated-form .form-holder .container-fluid :-ms-input-placeholder {
  color: #000;
}
main .gated-form .form-holder .container-fluid ::-moz-placeholder {
  color: #000;
}
main .gated-form .form-holder .container-fluid ::placeholder {
  color: #000;
}
main .gated-form .form-holder .container-fluid .form-control:focus {
  border-color: #004281;
  box-shadow: 0 0 1px 1px #004281;
  outline: 0;
}
main .gated-form .single-checkbox-row {
  margin: 20px 0 40px;
}
main .gated-form .single-checkbox-row input[type=checkbox] {
  color: #000;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  z-index: 10;
  z-index: 1;
}
main .gated-form .single-checkbox-row label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
  text-align: left;
  text-transform: none;
}
main .gated-form .single-checkbox-row label a {
  color: #fff;
  position: relative;
  text-decoration: underline;
  transition: all 0.3s ease;
  z-index: 5;
}
main .gated-form .single-checkbox-row label a:hover {
  color: #00a3e0;
}
main .gated-form .single-checkbox-row label:after,
main .gated-form .single-checkbox-row label:before {
  content: "";
  display: inline-block;
  position: absolute;
}
main .gated-form .single-checkbox-row label:before {
  background-color: transparent;
  border: 3px solid #fff;
  height: 22px;
  left: 0;
  top: 0;
  width: 22px;
}
main .gated-form .single-checkbox-row label:after {
  border-color: #fff;
  border-bottom: 2px solid;
  border-left: 2px solid;
  color: #fff;
  height: 7px;
  left: 5px;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}
main .gated-form .single-checkbox-row input[type=checkbox] + label:after {
  content: none;
}
main .gated-form .single-checkbox-row input[type=checkbox]:checked + label:after {
  content: "";
}
main .gated-form .single-checkbox-row input[type=checkbox]:focus + label:before {
  border: 3px solid #fff;
}
main .gated-form .single-checkbox-row input[type=checkbox]:checked + label:before {
  /* outline: 3px auto #fff; */
}
main .gated-form .radio label {
  cursor: pointer;
  padding: 0 0 0 40px;
  position: relative;
}
main .gated-form .radio label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #004281;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin: 0 0 0 -40px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 2px;
  transition: all 0.3s ease;
  width: 22px;
}
main .gated-form .radio label input:after {
  background: #fff;
  content: "";
  transition: all 0.5s ease;
}
main .gated-form .radio label input:checked:before,
main .gated-form .radio label input:hover:after {
  background: #004281;
  border-radius: 100px;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 12px;
}
main .gated-form .radio label input:checked,
main .gated-form .radio label input:hover {
  background-color: #fff;
}
main .gated-form .field-control-wrapper {
  position: relative;
}
main .gated-form .field-control-wrapper [type=email],
main .gated-form .field-control-wrapper [type=text] {
  background-position: 100%;
}
main .gated-form .field-control-wrapper .parsley-error {
  border: 1px solid #db7076 !important;
}
main .gated-form .field-control-wrapper .parsley-error:focus {
  box-shadow: 0 0 0 2px rgba(226, 62, 79, 0.5) !important;
}
main .gated-form .field-control-wrapper [type=email].parsley-error,
main .gated-form .field-control-wrapper [type=text].parsley-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23e23e4f' class='fill-primary' d='M23.837 22.146 16.611 9.154c-.077-.154-.308-.154-.385 0L9 22.146v.23l.23.154h14.453l.231-.153v-.231h-.077zm-6.765-8.533-.307 4.997h-.692l-.308-4.997h1.384-.077zm-.692 7.457a.689.689 0 0 1-.692-.692.69.69 0 0 1 .692-.692c.385 0 .692.307.692.692a.689.689 0 0 1-.692.692z'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
}
main .gated-form .field-control-wrapper span.msg-is-invalid {
  bottom: -21px;
  color: #db7076;
  font-size: 11px;
  left: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
main .gated-form .res-container {
  margin-bottom: 0;
  position: absoulte;
  width: 100%;
}

main .gated-form header {
  height: 72px;
}
main .gated-form .wrap {
  max-width: 1206px;
  width: 100%;
  margin: 0 auto;
  padding: 0 33px;
}
main .gated-form .header-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
main .gated-form header .logo {
  margin-right: 10px;
}
main .gated-form header .logo img.mobile {
  display: none;
}
main .gated-form header .menu-options {
  white-space: nowrap;
  display: flex;
  align-items: center;
  overflow-x: auto;
  background-color: #fff;
}
main .gated-form header .menu-options a {
  color: #808080;
  font-size: 14px;
  text-decoration: none;
  margin: 0 22.5px;
}
main .gated-form .headerBtn {
  padding: 15px 35.1px;
  background-color: #000000;
  color: white !important;
  text-decoration: none;
  border-radius: 1.3125rem;
  font-size: 14px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 10px;
  display: block;
}
main .gated-form .headerBtn:hover {
  background-color: #4d4d4d;
}
main .gated-form .button-black {
  padding: 15px 37px;
  background-color: #000000;
  color: white !important;
  text-decoration: none;
  border-radius: 1.3125rem;
  font-size: 14px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 10px;
  display: block;
}
main .gated-form .button-black:hover {
  background-color: #4d4d4d;
}
main .gated-form .block-background-image-1,
main .gated-form .block-background-image {
  position: relative;
}
main .gated-form .block-background-image-1::before,
main .gated-form .block-background-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  background-size: cover;
}
main .gated-form .wh-100 {
  width: 100%;
  height: 100%;
}
main .gated-form .bg-darkBlue {
  padding-bottom: 0.1px;
}
main .gated-form .bg-lightBlue {
  background-color: rgba(0, 163, 224, 0.8);
  padding-bottom: 0.1px;
}
main .gated-form .bg-darkGreen {
  background-color: rgba(109, 113, 46, 0.8);
  padding-bottom: 0.1px;
}
main .gated-form .bg-lightGreen {
  background-color: rgba(183, 191, 16, 0.8);
  padding-bottom: 0.1px;
}
main .gated-form .bg-orange {
  background-color: rgba(255, 130, 0, 0.8);
  padding-bottom: 0.1px;
}
main .gated-form .bg-midnightBlue {
  background-color: rgba(36, 19, 95, 0.8);
  padding-bottom: 0.1px;
}
main .gated-form .bg-brown {
  background-color: rgba(109, 79, 71, 0.8);
  padding-bottom: 0.1px;
}
main .gated-form .bg-red {
  background-color: rgba(203, 51, 59, 0.8);
  padding-bottom: 0.1px;
}
main .gated-form .text-img-block {
  padding-top: 64px;
  display: flex;
  color: white;
  justify-content: space-between;
  align-items: center;
}
main .gated-form .text-img-block .thankyou-text {
  margin-bottom: 48px;
}
main .gated-form .text-img-block .thankyou-text p {
  margin: 0;
  display: flex;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 33px !important;
  max-width: 579px;
  margin: 30px 0 35px;
}
main .gated-form .text-img-block .thankyou-text .checkbox-container {
  display: inline-flex;
  margin-right: 20px;
  align-items: center;
}
main .gated-form .text-img-block .text-block h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
}
main .gated-form .text-img-block .text-block h5 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  line-height: 21px;
  margin-bottom: 15px;
  color: #00a3e0;
}
main .gated-form .text-img-block .text-block p {
  font-size: 16px;
  line-height: 24px;
  max-width: 579px;
}
main .gated-form .text-img-block .img-block {
  margin-left: 50px;
  max-width: calc(100% - 660px);
}
main .gated-form .text-img-block .img-block img {
  max-width: 100%;
}
main .gated-form form {
  margin: 0;
}
main .gated-form .form-container {
  color: white;
  background-color: rgba(0, 163, 224, 0.3019607843);
  margin-top: 10px;
  margin-left: -33px;
  margin-right: -33px;
  padding: 35px 33px;
  margin-bottom: 43px;
}
main .gated-form .form-container input,
main .gated-form .form-container select,
main .gated-form .form-container textarea {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  color: white;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 19px;
}
main .gated-form .LV_validation_message {
  display: none;
}
main .gated-form .form-container .consentContainer select {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid white !important;
  color: white !important;
}
main .gated-form .form-container input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  line-height: 19px;
  color: white !important;
  opacity: 1;
  /* Firefox */
}
main .gated-form .form-container input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  line-height: 19px;
  color: white !important;
  opacity: 1;
  /* Firefox */
}
main .gated-form .form-container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  line-height: 19px;
  color: white !important;
  opacity: 1;
  /* Firefox */
}
main .gated-form .form-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  line-height: 19px;
  color: white !important;
}
main .gated-form .form-container textarea::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  /* Firefox */
}
main .gated-form .form-container textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  /* Firefox */
}
main .gated-form .form-container textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  /* Firefox */
}
main .gated-form .form-container textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important;
}
main .gated-form .form-container textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white !important;
}
main .gated-form .form-container select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 98% 55%;
}
main .gated-form .form-container select:focus-visible,
main .gated-form .form-container input:focus-visible {
  outline: none;
}
main .gated-form .form-container .linkedin-holder {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 27px;
}
main .gated-form .form-container .linkedin-holder .linkedin-holder__button {
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 9px 36px;
  display: flex;
  align-items: center;
}
main .gated-form .form-container .linkedin-holder .linkedin-holder__button img {
  width: 32px;
  margin-right: 8px;
}
main .gated-form .form-container .linkedin-holder .linkedin-holder__iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 290px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  height: 32px;
  left: 39px;
  margin: 0 auto;
  opacity: 0.001;
  position: absolute;
  right: 0;
  top: 8px;
  width: 176px;
}
main .gated-form .form-container iframe {
  width: 100% !important;
  height: 100% !important;
}
main .gated-form .full-width {
  width: 100% !important;
}
main .gated-form .texts-columns-blocks-container {
  background-color: #151515;
  color: white;
  padding: 60px 0;
}
main .gated-form .texts-columns-blocks-container .texts-block {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
main .gated-form .texts-columns-blocks-container .texts-block h2 {
  font-size: 41px;
  line-height: 49px;
  margin-bottom: 25px;
}
main .gated-form .texts-columns-blocks-container .texts-block p {
  font-size: 16px;
  margin: 0;
}
main .gated-form .texts-columns-blocks-container .columns-block {
  display: flex;
  margin: 40px -10px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .gated-form .texts-columns-blocks-container .columns-block .img-container {
  max-width: 216px;
  max-height: 114px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 24px;
}
main .gated-form .texts-columns-blocks-container .columns-block .img-container.center {
  align-items: center;
}
main .gated-form .texts-columns-blocks-container .columns-block .img-container.top {
  align-items: start;
}
main .gated-form .texts-columns-blocks-container .columns-block .img-container.bottom {
  align-items: end;
}
main .gated-form .texts-columns-blocks-container .columns-block .img-container img {
  max-width: 100%;
  display: block;
}
main .gated-form .texts-columns-blocks-container .columns-block .column {
  /* max-width: 250px; */
  width: 25%;
  /* justify-content: space-between; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}
main .gated-form .texts-columns-blocks-container .columns-block .column h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
main .gated-form .texts-columns-blocks-container .columns-block .column p {
  margin: 0;
}
main .gated-form .texts-columns-blocks-container .button-block {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
main .gated-form .texts-columns-blocks-container .columns-block .column:nth-child(n+5) {
  display: none;
}
main .gated-form .texts-columns-blocks-container .columns-block.three-columns .column:nth-child(n+4) {
  display: none;
}
main .gated-form .texts-columns-blocks-container .columns-block.two-columns {
  justify-content: space-around;
}
main .gated-form .texts-columns-blocks-container .columns-block.two-columns .column:nth-child(n+3),
main .gated-form .texts-columns-blocks-container .columns-block.two-columns .column:nth-child(n+4) {
  display: none;
}
main .gated-form .texts-columns-blocks-container .columns-block.one-columns {
  justify-content: center;
}
main .gated-form .texts-columns-blocks-container .columns-block.one-columns .column:nth-child(n+2),
main .gated-form .texts-columns-blocks-container .columns-block.one-columns .column:nth-child(n+3),
main .gated-form .texts-columns-blocks-container .columns-block.one-columns .column:nth-child(n+4) {
  display: none;
}
main .gated-form .button-style {
  font-size: 12px;
  /* min-width: 180px; */
  padding: 17px 41px;
  display: inline-block;
  line-height: 14px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
}
main .gated-form .button-style:hover {
  text-decoration: none;
}
main .gated-form .button-white {
  background-color: white;
  color: #000;
}
main .gated-form .button-white:hover {
  color: #fff;
  background-color: #000 !important;
}
main .gated-form .button-white.transparent-button {
  border: 1px solid white;
}
main .gated-form .button-white.transparent-button:hover {
  background: none !important;
  border: 1px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
}
main .gated-form .wrap-form {
  display: none;
}
main .gated-form .form-container .form-holder {
  padding: 0;
}
main .gated-form .form-container .row > * {
  padding: 0 !important;
}
main .gated-form .form-container .form-holder .grid-layout-col {
  margin: 0;
}
main .gated-form .form-container .layout > .row {
  margin: 0;
  flex-wrap: nowrap;
  display: flex;
}
main .gated-form .form-container .elq-form .row {
  margin: 0;
}
main .gated-form .form-container .grid-layout-col {
  width: 50%;
  margin: 16px 0;
}
main .gated-form .form-container .grid-layout-col:first-child {
  padding-right: 15px !important;
}
main .gated-form .form-container .grid-layout-col:last-child {
  padding-left: 15px !important;
}
main .gated-form .single-checkbox-row input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
main .gated-form .single-checkbox-row label {
  position: relative;
  margin: 0;
  padding-left: 43px;
  font-size: 12px;
  line-height: 14.5px;
  padding-top: 3.25px;
}
main .gated-form .single-checkbox-row label:after,
main .gated-form .single-checkbox-row label:before {
  content: "";
  display: inline-block;
  position: absolute;
}
main .gated-form .single-checkbox-row label:before {
  height: 25px;
  left: 0;
  top: 0;
  width: 25px;
  background-color: white;
}
main .gated-form .single-checkbox-row label:after {
  border-color: #fff;
  border-bottom: 3px solid;
  border-left: 3px solid;
  color: #000;
  height: 9px;
  left: 5px;
  top: 6px;
  transform: rotate(-45deg);
  width: 16px;
}
main .gated-form .single-checkbox-row input[type=checkbox] + label:after {
  content: none;
}
main .gated-form .single-checkbox-row input[type=checkbox]:checked + label:after {
  content: "";
}
main .gated-form .form-container .submit-button-style {
  font-size: 16px;
  color: white;
  background-color: #00a3e0;
  border: none;
  text-transform: uppercase;
  line-height: 14.4px;
  padding: 18px 80px;
  border-radius: 25px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
main .gated-form .form-container .submit-button-style:hover {
  background: none;
  border: 1px solid #00a3e0;
  padding-top: 17px;
  padding-bottom: 17px;
}
main .gated-form .form-container .single-checkbox-row a {
  color: white;
  text-decoration: underline;
}
main .gated-form .form-container .checkbox-container {
  margin-top: 10px !important;
  min-height: 25px;
  margin-bottom: 30px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
main .gated-form header .menu-options > a {
  margin: 0 1rem;
  overflow: hidden;
}
main .gated-form .menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .gated-form #menu-toggle {
  display: none;
}
main .gated-form .menu-button-container {
  margin: 0;
}
main .gated-form #menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
main .gated-form #menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
main .gated-form .block-background-image.no-greyscale::before {
  filter: none;
}
main .gated-form .block-background-image-2::before {
  background-image: url("../img/col-img-1.jpg");
}
main .gated-form .block-background-image-3::before {
  background-image: url("../img/warehouse.png");
}
main .gated-form .block-background-image.center::before {
  background-position: center center;
}
main .gated-form .block-background-image.bottom::before {
  background-position: bottom center;
}
main .gated-form .block-background-image.top::before {
  background-position: top center;
}
main .gated-form .bg-grey {
  background-color: rgba(0, 0, 0, 0.6);
  padding-bottom: 0.1px;
}
main .gated-form .btn-black-border {
  border: 1px solid black;
}
main .gated-form .block-1 .text-container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  color: white;
}
main .gated-form .block-1 .text-container .text-block h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 13px;
}
main .gated-form .block-2 .top-part .text-container h2 {
  font-size: 41px;
  margin-bottom: 20px;
}
main .gated-form .block-2 .top-part .text-container p {
  font-size: 19px;
}
main .gated-form .block-2 .top-part .column .text-container p {
  font-size: 16px;
}
main .gated-form .block-1 .text-container .text-block h5 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  line-height: 21px;
  margin-bottom: 15px;
}
main .gated-form .block-1 .text-container .text-block {
  max-width: 385px;
  width: 100%;
}
main .gated-form .block-1 .text-container .text-block p {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 28px;
}
main .gated-form .hide {
  display: none;
}
main .gated-form .block-2 .text-container {
  color: #422727;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 65px 0;
}
main .gated-form .block-2 img {
  width: 100%;
}
main .gated-form .block-2 .column {
  max-width: 525px;
  width: 100%;
  box-shadow: 2px 4px 20px 5px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-bottom: 68px;
}
main .gated-form .block-2 .columns-container {
  display: flex;
  justify-content: space-between;
}
main .gated-form .block-2 .column .img-container {
  max-height: 230px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: start;
}
main .gated-form .block-2 .column .text-container {
  padding: 40px 70px 0;
}
main .gated-form .block-2 .column .text-container h3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}
main .gated-form .block-2 .column .img-container.center {
  align-items: center;
}
main .gated-form .block-2 .column .img-container.bottom {
  align-items: end;
}
main .gated-form .block-2 .column .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 31px;
  flex: 1;
  align-items: end;
  margin-bottom: 40px;
}
main .gated-form .block-2 .column .links-container {
  padding: 0 80px 40px;
  display: flex;
  justify-content: space-between;
}
main .gated-form .block-2 .column .links-container a {
  color: #005eb8;
}
main .gated-form .block-2 .column .links-container a:hover {
  text-decoration: none;
}
main .gated-form .block-2 .column .links-container a:after {
  content: "";
  display: block;
  border-bottom: 1px dotted #005cb9;
  width: 0;
  transition: 0.5s ease;
}
main .gated-form .block-2 .column .links-container a:hover:after {
  width: 100%;
}
main .gated-form .block-2 .top-part {
  position: relative;
  z-index: 1;
}
main .gated-form .block-2 .bottom-part {
  position: relative;
  z-index: 0;
}
main .gated-form .block-2 .bottom-part h3,
main .gated-form .block-2 .bottom-part p {
  color: white;
}
main .gated-form .block-2 .bottom-part h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}
main .gated-form .block-2 .bottom-part p {
  margin-bottom: 36px;
  font-size: 19px;
}
main .gated-form .block-2 .bottom-part .wrap {
  min-height: 630px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  margin-top: -329px;
}
main .gated-form .block-2 .bottom-part .btn-container {
  margin-bottom: 111px;
}
main .gated-form .block-2 .bottom-part .text-container {
  padding: 0;
}
main .gated-form .black-bg {
  background-color: #151515 !important;
  color: white !important;
}
main .gated-form .block-3 {
  padding-top: 65px;
  padding-bottom: 0.1px;
  background-color: #ebebeb;
}
main .gated-form .block-3 .top-part .button-style.button-white {
  background-color: transparent;
}
main .gated-form .texts-columns-blocks-container .button-style.button-white {
  background-color: white;
  border: 1px solid white;
}
main .gated-form .texts-columns-blocks-container .button-style.button-white:hover {
  background-color: black;
}
main .gated-form .block-3.black-bg .top-part .button-style.button-white {
  background-color: white;
}
main .gated-form .block-3.black-bg .top-part .button-style.button-white:hover {
  background-color: black;
  border-color: white;
}
main .gated-form .block-3 .top-part .text-container {
  text-align: center;
}
main .gated-form .block-3 .top-part .text-container h2 {
  font-size: 41px;
  margin-bottom: 20px;
}
main .gated-form .block-3 .top-part .text-container p {
  font-size: 19px;
}
main .gated-form .block-3 .top-part .img-container img {
  width: 100%;
}
main .gated-form .block-3 .top-part .rows {
  display: flex;
  margin-top: 70px;
  margin-bottom: 80px;
  justify-content: center;
}
main .gated-form .block-3 .top-part .rows .img-container {
  box-shadow: 2px 4px 13px 5px rgba(0, 0, 0, 0.18);
  margin-right: 117px;
  flex-shrink: 0;
  max-width: 448px;
  width: 100%;
  max-height: 267px;
  height: 100%;
  overflow: hidden;
  align-items: start;
  display: flex;
}
main .gated-form .texts-container {
  max-width: 448px;
}
main .gated-form .block-3 .top-part .rows .img-container.center {
  align-items: center;
}
main .gated-form .block-3 .top-part .rows .img-container.bottom {
  align-items: end;
}
main .gated-form .block-3 .top-part .rows .texts-container h3 {
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 10px;
}
main .gated-form .block-3 .top-part .rows .texts-container a {
  margin-top: 32px;
  font-size: 16px;
}
main .gated-form .block-3 .top-part .rows.right-img {
  flex-direction: row-reverse;
}
main .gated-form .block-3 .top-part .rows.right-img .img-container {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 117px;
}
main .gated-form .block-3 .bottom-part {
  position: relative;
  z-index: 0;
}
main .gated-form .block-3 .bottom-part h3,
main .gated-form .block-3 .bottom-part p {
  color: white;
}
main .gated-form .block-3 .bottom-part h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
main .gated-form .block-3 .bottom-part p {
  font-size: 19px;
  margin-bottom: 38px;
}
main .gated-form .block-3 .bottom-part .btn-container {
  margin-bottom: 74px;
  display: flex;
  justify-content: center;
}
main .gated-form .block-3 .bottom-part .text-container {
  padding: 0;
  padding-top: 80px;
  text-align: center;
}
main .gated-form main {
  min-height: calc(100% - 72px - 262px);
  display: flex !important;
  flex-direction: column;
}
main .gated-form .customFlexCenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  main .gated-form .text-img-block .img-block {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .gated-form .text-img-block .img-block img {
    max-width: 100%;
  }
  main .gated-form header .logo img {
    display: none;
  }
  main .gated-form header .logo img.mobile {
    display: block;
  }
  main .gated-form .menu-button-container {
    display: flex;
  }
  main .gated-form header .menu-options {
    position: absolute;
    top: 0;
    margin-top: 72px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  main .gated-form header #menu-toggle ~ .menu-options a {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  main .gated-form header #menu-toggle:checked ~ .menu-options a {
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  main .gated-form header #menu-toggle:checked ~ .menu-options a.headerBtn {
    height: 30px;
    margin-bottom: 20px;
    min-width: 180px;
  }
  main .gated-form header .menu-options > a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 768px) {
  main .gated-form .texts-columns-blocks-container .columns-block .column {
    width: 49%;
  }
  main .gated-form .texts-columns-blocks-container .columns-block {
    justify-content: space-around;
  }
}
@media screen and (max-width: 949px) {
  main .gated-form .texts-columns-blocks-container .columns-block .column {
    width: 100%;
  }
  main .gated-form .form-container .grid-layout-col {
    width: 100%;
  }
  main .gated-form .form-container .grid-layout-col:first-child,
main .gated-form .form-container .grid-layout-col:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }
  main .gated-form .form-container .elq-form .row {
    flex-direction: column;
  }
}
@media (max-width: 1170px) {
  main .gated-form .text-img-block .img-block {
    margin-left: 10px;
  }
  main .gated-form .block-2 .column {
    max-width: 448px;
  }
  main .gated-form .block-2 .column-1 {
    margin-right: 20px;
  }
  main .gated-form .block-2 .column-2 {
    margin-left: 20px;
  }
  main .gated-form .block-2 .columns-container {
    justify-content: center;
  }
  main .gated-form .block-3 .top-part .rows .img-container {
    margin-right: 88px;
  }
  main .gated-form .block-3 .top-part .rows.right-img .img-container {
    margin-left: 88px;
  }
}
@media (max-width: 1000px) {
  main .gated-form .block-2 .columns-container {
    flex-direction: column;
    align-items: center;
  }
  main .gated-form .block-2 .column {
    margin-right: auto;
    margin-left: auto;
    max-width: 452px;
  }
  main .gated-form .block-3 .top-part .rows {
    flex-direction: column !important;
    align-items: center;
  }
  main .gated-form .block-3 .top-part .rows .img-container {
    margin: 0 !important;
  }
  main .gated-form .block-3 .top-part .rows .texts-container {
    margin-top: 55px;
    text-align: center;
  }
  main .gated-form .block-3 .top-part .rows {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  main .gated-form .text-img-block {
    display: block;
  }
  main .gated-form .header-block {
    padding-bottom: 15px;
  }
  main .gated-form .text-img-block .img-block {
    margin: 0;
  }
  main .gated-form .text-img-block .thankyou-text {
    margin-bottom: 26px;
  }
}
@media (max-width: 500px) {
  main .gated-form .wrap {
    padding: 0 15px;
  }
  main .gated-form .header-block {
    padding-top: 52px;
  }
  main .gated-form .block-1 .text-container {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  main .gated-form .block-2 .column {
    max-width: 340px;
    padding: 12px 15px 30px;
  }
  main .gated-form .block-2 .column .img-container {
    max-width: 307px;
    max-height: 211px;
  }
  main .gated-form .block-2 .column .text-container {
    padding: 30px 15px 24px !important;
  }
  main .gated-form .block-2 .column .btn-container {
    margin-top: 0;
    margin-bottom: 34px;
  }
  main .gated-form .block-2 .column .links-container {
    padding: 0 30px;
  }
  main .gated-form .block-2 .bottom-part .btn-container {
    margin-bottom: 60px;
  }
  main .gated-form .block-2 .bottom-part h3 {
    margin-bottom: 48px;
  }
  main .gated-form .block-2 .bottom-part p {
    margin-bottom: 31px;
  }
  main .gated-form .block-3 .top-part .rows {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  main .gated-form .block-3 .top-part .rows .texts-container {
    margin-top: 33px;
  }
  main .gated-form .block-3 .top-part .rows .texts-container a {
    margin-top: 26px;
  }
  main .gated-form .block-3 .bottom-part {
    margin-top: 50px;
  }
  main .gated-form .block-3 .bottom-part .text-container {
    padding-top: 60px;
  }
  main .gated-form .block-3 .bottom-part .btn-container {
    margin-bottom: 58px;
  }
  main .gated-form .block-3 .bottom-part .wrap {
    padding: 35px;
  }
}
main .gated-form .background-img-container {
  position: absolute;
  top: -72px;
  left: -8%;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}
main .gated-form .background-img-container img {
  width: 110%;
}
@media (max-width: 1249px) {
  main .gated-form .block-background-image {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 949px) {
  main .gated-form .block-background-image {
    margin: 0;
  }
}
@media (max-width: 949px) {
  main .gated-form .background-img-container {
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
  }
  main .gated-form .background-img-container img {
    width: 190%;
  }
}
main .gated-form .header-block .part-1 {
  display: flex;
  align-items: end;
  min-width: 660px;
  margin-bottom: 34px;
}
main .gated-form .header-block .part-1 .r7-img {
  width: 95px;
  margin-right: 28px;
  flex-shrink: 0;
}
main .gated-form .header-block .part-1 .r7-img img {
  width: 100%;
}
main .gated-form .header-block .form-container.show-thankyou .wrap-form {
  display: none !important;
}
main .gated-form .header-block .form-container:not(.show-thankyou) .warp-thankyou {
  display: none;
}
main .gated-form .header-block .form-container .elq-item-input,
main .gated-form .header-block .form-container .elq-item-select {
  margin-bottom: 33px !important;
}
main .gated-form .header-block .form-container .form-element-layout {
  margin-bottom: 0 !important;
}
main .gated-form .header-block .form-container .submit-button-style {
  margin-top: 30px;
}
main .gated-form .header-block .form-container .r7-form-text-holder {
  max-width: 675px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 34px;
}
@media (max-width: 949px) {
  main .gated-form .header-block .form-container .r7-form-text-holder {
    flex-direction: column;
    text-align: center;
  }
}
main .gated-form .header-block .form-container .r7-form-text-holder .r7-logo-img {
  margin-right: 40px;
}
@media (max-width: 949px) {
  main .gated-form .header-block .form-container .r7-form-text-holder .r7-logo-img {
    margin: 0;
    margin-bottom: 27px;
  }
}
main .gated-form .header-block .form-container .r7-form-text-holder .r7-form-texts h3 {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 24px;
  margin-top: 5px;
}
main .gated-form .header-block .form-container .r7-form-text-holder .r7-form-texts p {
  line-height: 17px;
}
main .gated-form .header-block .form-container .warp-thankyou {
  display: flex;
  margin: 0 auto;
  max-width: 890px;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 1249px) {
  main .gated-form .header-block .form-container .warp-thankyou {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 759px) {
  main .gated-form .header-block .form-container .warp-thankyou {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .gated-form .header-block .form-container .warp-thankyou .btn-container {
  margin-top: 20px;
}
@media (max-width: 949px) {
  main .gated-form .header-block .form-container .warp-thankyou .btn-container {
    width: 100%;
    text-align: center;
  }
}
main .gated-form .header-block .form-container .warp-thankyou .btn-container a {
  font-size: 16px;
}
main .gated-form .header-block .form-container .warp-thankyou .r7-logo {
  margin-right: 45px;
}
@media (max-width: 759px) {
  main .gated-form .header-block .form-container .warp-thankyou .r7-logo {
    margin-right: 0 !important;
  }
}
main .gated-form .header-block .form-container .warp-thankyou .texts {
  max-width: 294px;
  margin-right: 85px;
}
@media (max-width: 949px) {
  main .gated-form .header-block .form-container .warp-thankyou .texts {
    margin-right: 0 !important;
  }
}
@media (max-width: 759px) {
  main .gated-form .header-block .form-container .warp-thankyou .texts {
    margin-top: 37px;
    margin-right: 0 !important;
    text-align: center;
  }
}
main .gated-form .header-block .form-container .warp-thankyou .texts h3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}
main .gated-form .header-block .form-container .warp-thankyou .texts p {
  line-height: 17px;
}
@media (max-width: 1249px) {
  main .gated-form .header-block .text-img-block {
    position: relative;
  }
  main .gated-form .header-block .text-img-block .text-block {
    align-items: start;
  }
  main .gated-form .header-block .text-img-block .text-block .r7-text h1 {
    max-width: 273px;
  }
  main .gated-form .header-block .text-img-block .text-block .r7-text h5 {
    max-width: 209px;
  }
  main .gated-form .header-block .part-2.img-block {
    max-width: 360px;
    position: absolute;
    left: 460px;
    top: 0;
    margin-top: 64px;
    margin-left: 0;
  }
  main .gated-form .header-block .part-2.img-block img {
    width: 100%;
  }
  main .gated-form .header-block .warp-thankyou .texts {
    margin-right: 47px !important;
  }
}
@media (max-width: 949px) {
  main .gated-form .header-block .text-img-block {
    margin-bottom: 227px;
  }
  main .gated-form .header-block .text-img-block .text-block {
    min-width: unset;
    margin-bottom: 0;
  }
  main .gated-form .header-block .text-img-block .text-block .r7-text h1 {
    margin: 0;
    max-width: unset;
  }
  main .gated-form .header-block .text-img-block .text-block .r7-text h5 {
    max-width: unset;
  }
  main .gated-form .header-block .text-img-block .text-block .r7-text p {
    max-width: unset;
  }
  main .gated-form .header-block .part-2.img-block {
    top: 100%;
    margin-top: 19px !important;
    left: 15px;
    right: 15px;
    margin: 0 auto;
  }
}
@media (max-width: 759px) {
  main .gated-form .header-block .text-img-block {
    margin-bottom: 227px;
  }
  main .gated-form .header-block .text-img-block .text-block {
    min-width: unset;
    margin-bottom: 0;
  }
  main .gated-form .header-block .text-img-block .text-block .r7-img {
    position: absolute;
    width: 65px;
    bottom: 0;
  }
  main .gated-form .header-block .text-img-block .text-block .r7-text h1 {
    margin: 0;
    max-width: unset;
    text-align: center;
  }
  main .gated-form .header-block .text-img-block .text-block .r7-text h5 {
    max-width: unset;
    text-align: center;
  }
  main .gated-form .header-block .text-img-block .text-block .r7-text p {
    max-width: unset;
    margin-left: 90px;
  }
  main .gated-form .header-block .part-2.img-block {
    top: 100%;
    margin-top: 19px !important;
    left: 15px;
    right: 15px;
    margin: 0 auto;
  }
}
main .gated-form .euro-consent-container {
  position: relative;
}
main .gated-form .euro-consent-container .error-msg {
  top: 100%;
}
main .gated-form .euro-consent-container.error .error-msg {
  display: block;
}
main .gated-form .euro-consent {
  display: flex;
}
@media (max-width: 949px) {
  main .gated-form .euro-consent {
    display: block;
  }
}
main .gated-form .euro-consent .select-wrap {
  width: 137px;
  margin-right: 17px;
}
@media (max-width: 949px) {
  main .gated-form .euro-consent .select-wrap {
    width: 100%;
    margin-right: 0;
  }
}
main .gated-form.euro-form .noneuro-consent-container {
  display: none !important;
}
main .gated-form:not(.euro-form) .euro-consent-container {
  display: none !important;
}
main .gated-form .error-msg {
  display: none;
  position: absolute;
  top: 57%;
  font-size: 12px;
  color: red;
  right: 0;
}
main .gated-form .field-control-wrapper.error .error-msg {
  display: block;
}
main .gated-form .field-control-wrapper.error input,
main .gated-form .field-control-wrapper.error select {
  border-color: red;
}

@media (max-width: 949px) {
  main .gated-form .form-container .grid-layout-col:first-child,
main .gated-form .form-container .grid-layout-col:last-child {
    padding: 0 !important;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header .logo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 64px;
  padding: 0 30px;
}
header .logo-bar .logo {
  width: 257px;
  height: 48px;
  background: url("../img/logo.svg") left no-repeat;
  background-size: contain;
}
header .logo-bar form {
  position: relative;
  display: inline;
}
header .logo-bar form input[type=text] {
  border: 1px solid #ccc;
  outline: none;
  box-shadow: 0 8px 16px 0 rgba(35, 35, 35, 0.04);
  border-radius: 25px;
  width: 250px;
  box-sizing: border-box;
  padding: 7px 60px 7px 20px;
  font-size: 12px;
  line-height: 15px;
}
header .logo-bar form button {
  position: absolute;
  right: 5px;
  border: none;
  height: 30px;
  width: 50px;
  border-radius: 25px;
  background: url("../img/search.svg") center no-repeat #232323;
  background-size: auto 100%;
  cursor: pointer;
}
header .logo-bar .support {
  position: relative;
  display: inline-block;
}
header .logo-bar .support div {
  position: absolute;
  display: none;
  top: 110%;
  top: calc(100% + 15px);
  right: 0;
  background: #fff;
  z-index: 11;
  width: 230px;
  padding: 8px 0;
  border-radius: 3px;
  box-shadow: 0 0 16px 0 rgba(35, 35, 35, 0.2);
}
header .logo-bar .support > a {
  padding-left: 18px;
  background: url("../img/support.svg") left no-repeat;
  background-size: 13px 13px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  margin-left: 30px;
}
header .logo-bar .support.open div {
  display: block;
}
header .logo-bar .support.open div:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}
header .logo-bar .support.open div a {
  display: block;
  font-size: 14px;
  color: #005eb8;
  text-decoration: none;
  padding: 8px 20px;
}
header .logo-bar .support.open div a.icon {
  padding-left: 42px;
}
header .logo-bar .support.open div a.icon.icon-tel {
  background: url("../img/tel.svg") 20px 50% no-repeat;
  background-size: auto 18px;
}
header .logo-bar .support.open div a.icon.icon-post {
  background: url("../img/post.svg") 20px 50% no-repeat;
  background-size: auto 18px;
}
header .logo-bar .support.open div hr {
  height: 1px;
  margin: 8px 0;
  padding: 0;
  opacity: 1;
  border: none;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  header .logo-bar .logo {
    width: 64px;
    background: url("../img/logo_sm.svg") left no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  header .logo-bar {
    padding: 0 25px;
  }
  header .logo-bar form {
    display: none;
  }
}
header .ribbon {
  display: flex;
  justify-content: left;
  background: #f2f2f2;
  height: 64px;
  padding: 0 30px;
}
header .ribbon a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  transition: all 0.2s;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
header .ribbon a span {
  display: block;
  position: relative;
}
header .ribbon a:last-child {
  margin-right: 0;
}
header .ribbon a.open {
  color: #000;
  border-bottom: 3px solid rgb(0, 0, 0);
}
header .ribbon a:hover {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1000px) {
  header .ribbon {
    justify-content: flex-end;
    align-items: center;
  }
  header .ribbon a {
    display: none;
  }
  header .ribbon a.indus {
    display: block;
  }
  header .ribbon a.how {
    display: block;
    background: #000;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  header .ribbon {
    padding: 0 25px;
  }
}
header .menus {
  position: absolute;
  bootom: 100%;
  width: 100%;
}
header .menus .menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
}
header .menus .menu .cols {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  font-size: 12px;
  display: flex;
  border-bottom: 1px;
}
header .menus .menu .cols .col-first {
  position: relative;
  padding: 30px;
  color: #222;
  max-width: 250px;
  box-sizing: border-box;
  text-align: center;
}
header .menus .menu .cols .col-first .title {
  color: #000;
  padding: 6px 0;
  font-weight: 400;
  font-size: 19px;
}
header .menus .menu .cols .col-first a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #aaa;
  border-radius: 20px;
  color: #222;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-decoration: none;
  transition: all 0.2s;
  font-family: "Roboto", sans-serif;
}
header .menus .menu .cols .col-first a:hover {
  border-color: #000;
  color: #fff;
  background: #000;
}
header .menus .menu .cols .col-first::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #ccc;
}
header .menus .menu .cols .col {
  position: relative;
  padding: 30px;
  color: #222;
  max-width: 250px;
  box-sizing: border-box;
}
header .menus .menu .cols .col .title {
  color: #000;
  padding: 6px 0;
  font-weight: 700;
  letter-spacing: 1px;
}
header .menus .menu .cols .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .menus .menu .cols .col ul li {
  margin: 0;
  padding: 8px 0;
}
header .menus .menu .cols .col a {
  color: #222;
  text-decoration: none;
}
header .menus .menu .cols .col a:hover {
  color: #005eb8;
  text-decoration: underline;
}
header .menus .menu .cols .col-pack {
  flex-grow: 1;
}
header .menus .menu .cols .col-last {
  position: relative;
  padding: 30px;
  color: #222;
  max-width: 250px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.02);
}
header .menus .menu .cols .col-last img {
  max-width: 100%;
  height: auto;
}
header .menus .menu .cols .col-last .title {
  color: #000;
  padding: 6px 0;
  font-weight: 700;
  letter-spacing: 1px;
}
header .menus .menu .cols .col-last a {
  color: #005eb8;
  text-decoration: none;
}
header .menus .menu .cols .col-last a:hover {
  color: #005eb8;
  text-decoration: underline;
}
header .menus .menu.open {
  height: auto;
  opacity: 1;
}
header .menus .menu.open .cols {
  position: relative;
}
header .menus .menu.opening {
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  header .menus {
    display: none;
  }
}

.offsetAnchor {
  display: block;
  position: relative;
  top: -128px;
  visibility: hidden;
}

footer {
  background-color: #232323;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #808080;
  font-size: 12px;
}
footer .footer-social__icons a {
  text-decoration: none;
}
footer .footer-social__icons a svg path {
  fill: grey;
}
footer .part-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
footer .social-links {
  display: flex;
  align-items: center;
  font-size: 13px;
}
footer .social-links p {
  margin-right: 15px !important;
  font-size: 12px;
}
footer .legal-links {
  display: flex;
  justify-content: center;
}
footer .legal-links a {
  display: flex;
  justify-content: center;
  color: #808080;
  text-decoration: none;
  font-size: 12px;
  margin: 0 12px;
}
footer .legal-links:hover {
  color: #fff;
}
footer .footer-social__icons {
  display: flex;
  align-items: center;
}
footer .footer-social__icons a {
  margin: 6px;
  display: flex;
}
footer .footer-social__icons a .hover-img {
  display: none;
}
footer .footer-social__icons a:hover img:not(.hover-img) {
  display: none;
}
footer .footer-social__icons a:hover img.hover-img {
  display: block;
}
footer .legal-text p {
  margin: 0;
  text-align: center;
  margin-bottom: 16px;
}
footer .legal-text p.copyright {
  margin-top: 12px;
  margin-bottom: 36px;
}
footer .legal-links .seperator {
  background-color: #808080;
  height: 10px;
  width: 1px;
  margin-top: 4px;
}
@media screen and (max-width: 700px) {
  footer {
    padding-bottom: 40px;
  }
  footer .part-1,
footer .social-links {
    flex-direction: column;
  }
  footer .social-links {
    width: 100%;
    max-width: 350px;
  }
  footer .social-links p {
    padding: 15px 0;
    margin-right: 0 !important;
  }
  footer .footer-social__icons {
    width: 100%;
    justify-content: space-between;
  }
  footer .legal-links {
    flex-direction: column;
  }
  footer .legal-links a {
    padding-bottom: 15px;
  }
  footer .legal-links:last-child {
    padding-bottom: 0;
  }
  footer .legal-links .seperator {
    display: none;
  }
}

.show-mobile {
  display: none !important;
}

@media (max-width: 759px) {
  .show-mobile {
    display: block !important;
  }
}
.no-scroll {
  height: 100vh;
  overflow: hidden;
}

#pageForm {
  max-width: unset;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10;
  align-items: center;
  height: 100vh;
  overflow: auto;
  display: flex;
  justify-content: center;
  /* End of Motorola Eloqua form styles */
  /* start of form style */
  /* end of form style */
  /* general template starts here */
  /* Media styles */
  /* for 1024px to 1170px */
  /* for 768px to 1000px */
  /* for 375px to 500px */
}
#pageForm .thankyou-text {
  color: white;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  #pageForm .thankyou-text {
    padding: 0 70px;
  }
}
#pageForm .thankyou-text h3 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  color: #005eb8;
}
#pageForm .thankyou-text p {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  margin-bottom: 40px;
}
#pageForm .thankyou-text .view-results-btn {
  background-color: #005eb8;
  border-width: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 15px 28px;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  text-decoration: none;
  max-width: 160px;
}
#pageForm.show-thankyou .thankyou-text {
  display: block;
}
#pageForm.show-thankyou .form-container {
  display: none !important;
}
#pageForm.show-thankyou .close-btn-contianer {
  display: none;
}
#pageForm .close-btn-contianer {
  position: absolute;
  top: 19%;
  right: 0;
  cursor: pointer;
  width: 1041px;
  text-align: right;
  left: 0;
  margin: 0 auto;
  z-index: 10;
}
#pageForm .close-btn-contianer img {
  width: 100%;
  max-width: 40px;
}
@media (max-width: 1139px) {
  #pageForm .close-btn-contianer {
    width: unset;
    top: 15px;
    right: 15px;
    left: unset;
  }
}
@media (max-width: 767px) {
  #pageForm .close-btn-contianer {
    width: 30px;
  }
}
#pageForm .row {
  --bs-gutter-x: unset;
  --bs-gutter-y: unset;
}
#pageForm .row > * {
  flex-shrink: unset;
}
#pageForm .form-texts h3 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  color: #005eb8;
}
#pageForm .form-texts p {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  margin-bottom: 73px;
}
#pageForm .elq-form .elq-required {
  color: red !important;
  display: inline;
  float: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#pageForm .elq-form #elq-FormLastRow {
  position: absolute;
  left: -80%;
  top: -80%;
}
#pageForm .elq-form .elq-label {
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
  box-sizing: border-box;
  margin-bottom: 0;
}
#pageForm .elq-form .elq-label-top {
  padding-bottom: 3px;
}
#pageForm .elq-form .elq-item-label {
  max-width: 100%;
  font-weight: 400;
  box-sizing: border-box;
}
#pageForm .elq-form .list-order {
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#pageForm .elq-form .one-column {
  width: 100%;
  clear: both;
}
#pageForm .elq-form .two-column {
  float: left;
  width: 38%;
}
#pageForm .elq-form .three-column {
  float: left;
  width: 30%;
}
#pageForm .elq-form .elq-item-textarea {
  resize: vertical;
  min-height: 48px;
  max-height: 360px;
  box-sizing: border-box;
}
#pageForm .elq-form .elq-item-input,
#pageForm .elq-form .elq-item-select,
#pageForm .elq-form .elq-item-textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font: inherit;
  margin: 0;
}
#pageForm .elq-form .elq-item-select {
  text-transform: none;
}
#pageForm .elq-form .row.single-checkbox-row {
  margin-left: 0;
}
#pageForm .elq-form .elq-field-style {
  padding-bottom: 10px;
}
#pageForm .elq-form .elq-field-style input[type=submit] {
  -webkit-appearance: square-button;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
#pageForm .elq-form .loader {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#pageForm .elq-form input[type=checkbox],
#pageForm .elq-form input[type=radio] {
  margin: 0;
}
#pageForm .elq-form .list-order input[type=radio] {
  margin-left: 1px;
}
#pageForm .elq-form *,
#pageForm .elq-form :after,
#pageForm .elq-form :before {
  box-sizing: border-box;
}
#pageForm .elq-form html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
#pageForm .elq-form body {
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}
#pageForm .elq-form button,
#pageForm .elq-form input,
#pageForm .elq-form select,
#pageForm .elq-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#pageForm .elq-form a {
  color: #337ab7;
  text-decoration: none;
}
#pageForm .elq-form a:focus,
#pageForm .elq-form a:hover {
  color: #23527c;
  text-decoration: underline;
}
#pageForm .elq-form a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#pageForm .elq-form figure {
  margin: 0;
}
#pageForm .elq-form img {
  vertical-align: middle;
}
#pageForm .elq-form .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#pageForm .elq-form .img-rounded {
  border-radius: 6px;
}
#pageForm .elq-form .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#pageForm .elq-form .img-circle {
  border-radius: 50%;
}
#pageForm .elq-form hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
#pageForm .elq-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#pageForm .elq-form .sr-only-focusable:active,
#pageForm .elq-form .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#pageForm .elq-form [role=button] {
  cursor: pointer;
}
#pageForm .elq-form .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#pageForm .elq-form .container:after,
#pageForm .elq-form .container:before {
  display: table;
  content: " ";
}
#pageForm .elq-form .container:after {
  clear: both;
}
@media (min-width: 768px) {
  #pageForm .elq-form .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #pageForm .elq-form .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #pageForm .elq-form .container {
    width: 1170px;
  }
}
#pageForm .elq-form .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#pageForm .elq-form .container-fluid:after,
#pageForm .elq-form .container-fluid:before {
  display: table;
  content: " ";
}
#pageForm .elq-form .container-fluid:after {
  clear: both;
}
#pageForm .elq-form .row {
  margin-right: -15px;
  margin-left: -15px;
}
#pageForm .elq-form .row:after,
#pageForm .elq-form .row:before {
  display: table;
  content: " ";
}
#pageForm .elq-form .row:after {
  clear: both;
}
#pageForm .elq-form .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
#pageForm .elq-form .row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
#pageForm .elq-form .col-lg-1,
#pageForm .elq-form .col-lg-2,
#pageForm .elq-form .col-lg-3,
#pageForm .elq-form .col-lg-4,
#pageForm .elq-form .col-lg-5,
#pageForm .elq-form .col-lg-6,
#pageForm .elq-form .col-lg-7,
#pageForm .elq-form .col-lg-8,
#pageForm .elq-form .col-lg-9,
#pageForm .elq-form .col-lg-10,
#pageForm .elq-form .col-lg-11,
#pageForm .elq-form .col-lg-12,
#pageForm .elq-form .col-md-1,
#pageForm .elq-form .col-md-2,
#pageForm .elq-form .col-md-3,
#pageForm .elq-form .col-md-4,
#pageForm .elq-form .col-md-5,
#pageForm .elq-form .col-md-6,
#pageForm .elq-form .col-md-7,
#pageForm .elq-form .col-md-8,
#pageForm .elq-form .col-md-9,
#pageForm .elq-form .col-md-10,
#pageForm .elq-form .col-md-11,
#pageForm .elq-form .col-md-12,
#pageForm .elq-form .col-sm-1,
#pageForm .elq-form .col-sm-2,
#pageForm .elq-form .col-sm-3,
#pageForm .elq-form .col-sm-4,
#pageForm .elq-form .col-sm-5,
#pageForm .elq-form .col-sm-6,
#pageForm .elq-form .col-sm-7,
#pageForm .elq-form .col-sm-8,
#pageForm .elq-form .col-sm-9,
#pageForm .elq-form .col-sm-10,
#pageForm .elq-form .col-sm-11,
#pageForm .elq-form .col-sm-12,
#pageForm .elq-form .col-xs-1,
#pageForm .elq-form .col-xs-2,
#pageForm .elq-form .col-xs-3,
#pageForm .elq-form .col-xs-4,
#pageForm .elq-form .col-xs-5,
#pageForm .elq-form .col-xs-6,
#pageForm .elq-form .col-xs-7,
#pageForm .elq-form .col-xs-8,
#pageForm .elq-form .col-xs-9,
#pageForm .elq-form .col-xs-10,
#pageForm .elq-form .col-xs-11,
#pageForm .elq-form .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#pageForm .elq-form .col-xs-1,
#pageForm .elq-form .col-xs-2,
#pageForm .elq-form .col-xs-3,
#pageForm .elq-form .col-xs-4,
#pageForm .elq-form .col-xs-5,
#pageForm .elq-form .col-xs-6,
#pageForm .elq-form .col-xs-7,
#pageForm .elq-form .col-xs-8,
#pageForm .elq-form .col-xs-9,
#pageForm .elq-form .col-xs-10,
#pageForm .elq-form .col-xs-11,
#pageForm .elq-form .col-xs-12 {
  float: left;
}
#pageForm .elq-form .col-xs-1 {
  width: 8.33333%;
}
#pageForm .elq-form .col-xs-2 {
  width: 16.66667%;
}
#pageForm .elq-form .col-xs-3 {
  width: 25%;
}
#pageForm .elq-form .col-xs-4 {
  width: 33.33333%;
}
#pageForm .elq-form .col-xs-5 {
  width: 41.66667%;
}
#pageForm .elq-form .col-xs-6 {
  width: 50%;
}
#pageForm .elq-form .col-xs-7 {
  width: 58.33333%;
}
#pageForm .elq-form .col-xs-8 {
  width: 66.66667%;
}
#pageForm .elq-form .col-xs-9 {
  width: 75%;
}
#pageForm .elq-form .col-xs-10 {
  width: 83.33333%;
}
#pageForm .elq-form .col-xs-11 {
  width: 91.66667%;
}
#pageForm .elq-form .col-xs-12 {
  width: 100%;
}
#pageForm .elq-form .col-xs-pull-0 {
  right: auto;
}
#pageForm .elq-form .col-xs-pull-1 {
  right: 8.33333%;
}
#pageForm .elq-form .col-xs-pull-2 {
  right: 16.66667%;
}
#pageForm .elq-form .col-xs-pull-3 {
  right: 25%;
}
#pageForm .elq-form .col-xs-pull-4 {
  right: 33.33333%;
}
#pageForm .elq-form .col-xs-pull-5 {
  right: 41.66667%;
}
#pageForm .elq-form .col-xs-pull-6 {
  right: 50%;
}
#pageForm .elq-form .col-xs-pull-7 {
  right: 58.33333%;
}
#pageForm .elq-form .col-xs-pull-8 {
  right: 66.66667%;
}
#pageForm .elq-form .col-xs-pull-9 {
  right: 75%;
}
#pageForm .elq-form .col-xs-pull-10 {
  right: 83.33333%;
}
#pageForm .elq-form .col-xs-pull-11 {
  right: 91.66667%;
}
#pageForm .elq-form .col-xs-pull-12 {
  right: 100%;
}
#pageForm .elq-form .col-xs-push-0 {
  left: auto;
}
#pageForm .elq-form .col-xs-push-1 {
  left: 8.33333%;
}
#pageForm .elq-form .col-xs-push-2 {
  left: 16.66667%;
}
#pageForm .elq-form .col-xs-push-3 {
  left: 25%;
}
#pageForm .elq-form .col-xs-push-4 {
  left: 33.33333%;
}
#pageForm .elq-form .col-xs-push-5 {
  left: 41.66667%;
}
#pageForm .elq-form .col-xs-push-6 {
  left: 50%;
}
#pageForm .elq-form .col-xs-push-7 {
  left: 58.33333%;
}
#pageForm .elq-form .col-xs-push-8 {
  left: 66.66667%;
}
#pageForm .elq-form .col-xs-push-9 {
  left: 75%;
}
#pageForm .elq-form .col-xs-push-10 {
  left: 83.33333%;
}
#pageForm .elq-form .col-xs-push-11 {
  left: 91.66667%;
}
#pageForm .elq-form .col-xs-push-12 {
  left: 100%;
}
#pageForm .elq-form .col-xs-offset-0 {
  margin-left: 0;
}
#pageForm .elq-form .col-xs-offset-1 {
  margin-left: 8.33333%;
}
#pageForm .elq-form .col-xs-offset-2 {
  margin-left: 16.66667%;
}
#pageForm .elq-form .col-xs-offset-3 {
  margin-left: 25%;
}
#pageForm .elq-form .col-xs-offset-4 {
  margin-left: 33.33333%;
}
#pageForm .elq-form .col-xs-offset-5 {
  margin-left: 41.66667%;
}
#pageForm .elq-form .col-xs-offset-6 {
  margin-left: 50%;
}
#pageForm .elq-form .col-xs-offset-7 {
  margin-left: 58.33333%;
}
#pageForm .elq-form .col-xs-offset-8 {
  margin-left: 66.66667%;
}
#pageForm .elq-form .col-xs-offset-9 {
  margin-left: 75%;
}
#pageForm .elq-form .col-xs-offset-10 {
  margin-left: 83.33333%;
}
#pageForm .elq-form .col-xs-offset-11 {
  margin-left: 91.66667%;
}
#pageForm .elq-form .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  #pageForm .elq-form .col-sm-1,
#pageForm .elq-form .col-sm-2,
#pageForm .elq-form .col-sm-3,
#pageForm .elq-form .col-sm-4,
#pageForm .elq-form .col-sm-5,
#pageForm .elq-form .col-sm-6,
#pageForm .elq-form .col-sm-7,
#pageForm .elq-form .col-sm-8,
#pageForm .elq-form .col-sm-9,
#pageForm .elq-form .col-sm-10,
#pageForm .elq-form .col-sm-11,
#pageForm .elq-form .col-sm-12 {
    float: left;
  }
  #pageForm .elq-form .col-sm-1 {
    width: 8.33333%;
  }
  #pageForm .elq-form .col-sm-2 {
    width: 16.66667%;
  }
  #pageForm .elq-form .col-sm-3 {
    width: 25%;
  }
  #pageForm .elq-form .col-sm-4 {
    width: 33.33333%;
  }
  #pageForm .elq-form .col-sm-5 {
    width: 41.66667%;
  }
  #pageForm .elq-form .col-sm-6 {
    width: 50%;
  }
  #pageForm .elq-form .col-sm-7 {
    width: 58.33333%;
  }
  #pageForm .elq-form .col-sm-8 {
    width: 66.66667%;
  }
  #pageForm .elq-form .col-sm-9 {
    width: 75%;
  }
  #pageForm .elq-form .col-sm-10 {
    width: 83.33333%;
  }
  #pageForm .elq-form .col-sm-11 {
    width: 91.66667%;
  }
  #pageForm .elq-form .col-sm-12 {
    width: 100%;
  }
  #pageForm .elq-form .col-sm-pull-0 {
    right: auto;
  }
  #pageForm .elq-form .col-sm-pull-1 {
    right: 8.33333%;
  }
  #pageForm .elq-form .col-sm-pull-2 {
    right: 16.66667%;
  }
  #pageForm .elq-form .col-sm-pull-3 {
    right: 25%;
  }
  #pageForm .elq-form .col-sm-pull-4 {
    right: 33.33333%;
  }
  #pageForm .elq-form .col-sm-pull-5 {
    right: 41.66667%;
  }
  #pageForm .elq-form .col-sm-pull-6 {
    right: 50%;
  }
  #pageForm .elq-form .col-sm-pull-7 {
    right: 58.33333%;
  }
  #pageForm .elq-form .col-sm-pull-8 {
    right: 66.66667%;
  }
  #pageForm .elq-form .col-sm-pull-9 {
    right: 75%;
  }
  #pageForm .elq-form .col-sm-pull-10 {
    right: 83.33333%;
  }
  #pageForm .elq-form .col-sm-pull-11 {
    right: 91.66667%;
  }
  #pageForm .elq-form .col-sm-pull-12 {
    right: 100%;
  }
  #pageForm .elq-form .col-sm-push-0 {
    left: auto;
  }
  #pageForm .elq-form .col-sm-push-1 {
    left: 8.33333%;
  }
  #pageForm .elq-form .col-sm-push-2 {
    left: 16.66667%;
  }
  #pageForm .elq-form .col-sm-push-3 {
    left: 25%;
  }
  #pageForm .elq-form .col-sm-push-4 {
    left: 33.33333%;
  }
  #pageForm .elq-form .col-sm-push-5 {
    left: 41.66667%;
  }
  #pageForm .elq-form .col-sm-push-6 {
    left: 50%;
  }
  #pageForm .elq-form .col-sm-push-7 {
    left: 58.33333%;
  }
  #pageForm .elq-form .col-sm-push-8 {
    left: 66.66667%;
  }
  #pageForm .elq-form .col-sm-push-9 {
    left: 75%;
  }
  #pageForm .elq-form .col-sm-push-10 {
    left: 83.33333%;
  }
  #pageForm .elq-form .col-sm-push-11 {
    left: 91.66667%;
  }
  #pageForm .elq-form .col-sm-push-12 {
    left: 100%;
  }
  #pageForm .elq-form .col-sm-offset-0 {
    margin-left: 0;
  }
  #pageForm .elq-form .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  #pageForm .elq-form .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  #pageForm .elq-form .col-sm-offset-3 {
    margin-left: 25%;
  }
  #pageForm .elq-form .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  #pageForm .elq-form .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  #pageForm .elq-form .col-sm-offset-6 {
    margin-left: 50%;
  }
  #pageForm .elq-form .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  #pageForm .elq-form .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  #pageForm .elq-form .col-sm-offset-9 {
    margin-left: 75%;
  }
  #pageForm .elq-form .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  #pageForm .elq-form .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  #pageForm .elq-form .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  #pageForm .elq-form .col-md-1,
#pageForm .elq-form .col-md-2,
#pageForm .elq-form .col-md-3,
#pageForm .elq-form .col-md-4,
#pageForm .elq-form .col-md-5,
#pageForm .elq-form .col-md-6,
#pageForm .elq-form .col-md-7,
#pageForm .elq-form .col-md-8,
#pageForm .elq-form .col-md-9,
#pageForm .elq-form .col-md-10,
#pageForm .elq-form .col-md-11,
#pageForm .elq-form .col-md-12 {
    float: left;
  }
  #pageForm .elq-form .col-md-1 {
    width: 8.33333%;
  }
  #pageForm .elq-form .col-md-2 {
    width: 16.66667%;
  }
  #pageForm .elq-form .col-md-3 {
    width: 25%;
  }
  #pageForm .elq-form .col-md-4 {
    width: 33.33333%;
  }
  #pageForm .elq-form .col-md-5 {
    width: 41.66667%;
  }
  #pageForm .elq-form .col-md-6 {
    width: 50%;
  }
  #pageForm .elq-form .col-md-7 {
    width: 58.33333%;
  }
  #pageForm .elq-form .col-md-8 {
    width: 66.66667%;
  }
  #pageForm .elq-form .col-md-9 {
    width: 75%;
  }
  #pageForm .elq-form .col-md-10 {
    width: 83.33333%;
  }
  #pageForm .elq-form .col-md-11 {
    width: 91.66667%;
  }
  #pageForm .elq-form .col-md-12 {
    width: 100%;
  }
  #pageForm .elq-form .col-md-pull-0 {
    right: auto;
  }
  #pageForm .elq-form .col-md-pull-1 {
    right: 8.33333%;
  }
  #pageForm .elq-form .col-md-pull-2 {
    right: 16.66667%;
  }
  #pageForm .elq-form .col-md-pull-3 {
    right: 25%;
  }
  #pageForm .elq-form .col-md-pull-4 {
    right: 33.33333%;
  }
  #pageForm .elq-form .col-md-pull-5 {
    right: 41.66667%;
  }
  #pageForm .elq-form .col-md-pull-6 {
    right: 50%;
  }
  #pageForm .elq-form .col-md-pull-7 {
    right: 58.33333%;
  }
  #pageForm .elq-form .col-md-pull-8 {
    right: 66.66667%;
  }
  #pageForm .elq-form .col-md-pull-9 {
    right: 75%;
  }
  #pageForm .elq-form .col-md-pull-10 {
    right: 83.33333%;
  }
  #pageForm .elq-form .col-md-pull-11 {
    right: 91.66667%;
  }
  #pageForm .elq-form .col-md-pull-12 {
    right: 100%;
  }
  #pageForm .elq-form .col-md-push-0 {
    left: auto;
  }
  #pageForm .elq-form .col-md-push-1 {
    left: 8.33333%;
  }
  #pageForm .elq-form .col-md-push-2 {
    left: 16.66667%;
  }
  #pageForm .elq-form .col-md-push-3 {
    left: 25%;
  }
  #pageForm .elq-form .col-md-push-4 {
    left: 33.33333%;
  }
  #pageForm .elq-form .col-md-push-5 {
    left: 41.66667%;
  }
  #pageForm .elq-form .col-md-push-6 {
    left: 50%;
  }
  #pageForm .elq-form .col-md-push-7 {
    left: 58.33333%;
  }
  #pageForm .elq-form .col-md-push-8 {
    left: 66.66667%;
  }
  #pageForm .elq-form .col-md-push-9 {
    left: 75%;
  }
  #pageForm .elq-form .col-md-push-10 {
    left: 83.33333%;
  }
  #pageForm .elq-form .col-md-push-11 {
    left: 91.66667%;
  }
  #pageForm .elq-form .col-md-push-12 {
    left: 100%;
  }
  #pageForm .elq-form .col-md-offset-0 {
    margin-left: 0;
  }
  #pageForm .elq-form .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  #pageForm .elq-form .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  #pageForm .elq-form .col-md-offset-3 {
    margin-left: 25%;
  }
  #pageForm .elq-form .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  #pageForm .elq-form .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  #pageForm .elq-form .col-md-offset-6 {
    margin-left: 50%;
  }
  #pageForm .elq-form .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  #pageForm .elq-form .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  #pageForm .elq-form .col-md-offset-9 {
    margin-left: 75%;
  }
  #pageForm .elq-form .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  #pageForm .elq-form .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  #pageForm .elq-form .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  #pageForm .elq-form .col-lg-1,
#pageForm .elq-form .col-lg-2,
#pageForm .elq-form .col-lg-3,
#pageForm .elq-form .col-lg-4,
#pageForm .elq-form .col-lg-5,
#pageForm .elq-form .col-lg-6,
#pageForm .elq-form .col-lg-7,
#pageForm .elq-form .col-lg-8,
#pageForm .elq-form .col-lg-9,
#pageForm .elq-form .col-lg-10,
#pageForm .elq-form .col-lg-11,
#pageForm .elq-form .col-lg-12 {
    float: left;
  }
  #pageForm .elq-form .col-lg-1 {
    width: 8.33333%;
  }
  #pageForm .elq-form .col-lg-2 {
    width: 16.66667%;
  }
  #pageForm .elq-form .col-lg-3 {
    width: 25%;
  }
  #pageForm .elq-form .col-lg-4 {
    width: 33.33333%;
  }
  #pageForm .elq-form .col-lg-5 {
    width: 41.66667%;
  }
  #pageForm .elq-form .col-lg-6 {
    width: 50%;
  }
  #pageForm .elq-form .col-lg-7 {
    width: 58.33333%;
  }
  #pageForm .elq-form .col-lg-8 {
    width: 66.66667%;
  }
  #pageForm .elq-form .col-lg-9 {
    width: 75%;
  }
  #pageForm .elq-form .col-lg-10 {
    width: 83.33333%;
  }
  #pageForm .elq-form .col-lg-11 {
    width: 91.66667%;
  }
  #pageForm .elq-form .col-lg-12 {
    width: 100%;
  }
  #pageForm .elq-form .col-lg-pull-0 {
    right: auto;
  }
  #pageForm .elq-form .col-lg-pull-1 {
    right: 8.33333%;
  }
  #pageForm .elq-form .col-lg-pull-2 {
    right: 16.66667%;
  }
  #pageForm .elq-form .col-lg-pull-3 {
    right: 25%;
  }
  #pageForm .elq-form .col-lg-pull-4 {
    right: 33.33333%;
  }
  #pageForm .elq-form .col-lg-pull-5 {
    right: 41.66667%;
  }
  #pageForm .elq-form .col-lg-pull-6 {
    right: 50%;
  }
  #pageForm .elq-form .col-lg-pull-7 {
    right: 58.33333%;
  }
  #pageForm .elq-form .col-lg-pull-8 {
    right: 66.66667%;
  }
  #pageForm .elq-form .col-lg-pull-9 {
    right: 75%;
  }
  #pageForm .elq-form .col-lg-pull-10 {
    right: 83.33333%;
  }
  #pageForm .elq-form .col-lg-pull-11 {
    right: 91.66667%;
  }
  #pageForm .elq-form .col-lg-pull-12 {
    right: 100%;
  }
  #pageForm .elq-form .col-lg-push-0 {
    left: auto;
  }
  #pageForm .elq-form .col-lg-push-1 {
    left: 8.33333%;
  }
  #pageForm .elq-form .col-lg-push-2 {
    left: 16.66667%;
  }
  #pageForm .elq-form .col-lg-push-3 {
    left: 25%;
  }
  #pageForm .elq-form .col-lg-push-4 {
    left: 33.33333%;
  }
  #pageForm .elq-form .col-lg-push-5 {
    left: 41.66667%;
  }
  #pageForm .elq-form .col-lg-push-6 {
    left: 50%;
  }
  #pageForm .elq-form .col-lg-push-7 {
    left: 58.33333%;
  }
  #pageForm .elq-form .col-lg-push-8 {
    left: 66.66667%;
  }
  #pageForm .elq-form .col-lg-push-9 {
    left: 75%;
  }
  #pageForm .elq-form .col-lg-push-10 {
    left: 83.33333%;
  }
  #pageForm .elq-form .col-lg-push-11 {
    left: 91.66667%;
  }
  #pageForm .elq-form .col-lg-push-12 {
    left: 100%;
  }
  #pageForm .elq-form .col-lg-offset-0 {
    margin-left: 0;
  }
  #pageForm .elq-form .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  #pageForm .elq-form .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  #pageForm .elq-form .col-lg-offset-3 {
    margin-left: 25%;
  }
  #pageForm .elq-form .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  #pageForm .elq-form .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  #pageForm .elq-form .col-lg-offset-6 {
    margin-left: 50%;
  }
  #pageForm .elq-form .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  #pageForm .elq-form .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  #pageForm .elq-form .col-lg-offset-9 {
    margin-left: 75%;
  }
  #pageForm .elq-form .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  #pageForm .elq-form .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  #pageForm .elq-form .col-lg-offset-12 {
    margin-left: 100%;
  }
}
#pageForm .elq-form .row {
  display: inherit;
}
#pageForm .LV_invalid_field,
#pageForm input.LV_invalid_field:active,
#pageForm input.LV_invalid_field:hover,
#pageForm textarea.LV_invalid_field:active,
#pageForm textarea.LV_invalid_field:hover {
  outline: 1px solid #c00;
}
#pageForm .LV_validation_message {
  font-weight: 700;
  margin: 0 0 0 5px;
}
#pageForm .LV_valid {
  display: none;
}
#pageForm .LV_invalid {
  color: #c00;
  font-size: 10px;
}
#pageForm .submit-button-style {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #232323;
  border-radius: 50px;
  color: #232323;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 15px 30px;
  transition: all 0.3s ease;
}
#pageForm .checkbox-aligned {
  margin-left: 5px;
  display: inline;
}
#pageForm .form-element-layout {
  padding: 5px 10px;
}
#pageForm .form-element-instruction {
  font-size: 10px;
}
#pageForm .form-element-form-text {
  margin: 0;
}
#pageForm .form-field-visible-xs-block {
  display: none;
}
#pageForm .elq-form-design-field .list-order input[type=radio] {
  margin-left: 1px;
}
@media (max-width: 767px) {
  #pageForm .form-field-visible-xs-block {
    display: block;
  }
}
#pageForm .form-field-hidden-xs {
  display: block;
}
@media (max-width: 767px) {
  #pageForm .form-field-hidden-xs {
    display: none;
  }
}
#pageForm .custom-overlay {
  margin-left: 2px;
  background: #fff;
  box-shadow: 0 0 4px 0 #777;
  border-radius: 2px;
  max-width: 256px;
}
#pageForm .form-holder {
  font-family: "Roboto Light", sans-serif;
  padding: 10px 0 0;
}
#pageForm .form-holder .container-fluid {
  padding: 0;
}
#pageForm .form-holder .container-fluid .form-element-layout {
  margin-bottom: 20px !important;
  /* padding: 0; */
  padding-left: 0;
  padding-right: 0;
}
#pageForm .form-holder .container-fluid .elq-form .elq-field-style {
  padding: 0;
}
#pageForm .form-holder .container-fluid .single-checkbox-row {
  margin: 10px 0 5px;
}
#pageForm .form-holder .container-fluid label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-weight: 100;
  margin-bottom: 5px;
}
#pageForm .form-holder .container-fluid input,
#pageForm .form-holder .container-fluid input[type=date],
#pageForm .form-holder .container-fluid input[type=datetime-local],
#pageForm .form-holder .container-fluid input[type=datetime],
#pageForm .form-holder .container-fluid input[type=email],
#pageForm .form-holder .container-fluid input[type=month],
#pageForm .form-holder .container-fluid input[type=number],
#pageForm .form-holder .container-fluid input[type=password],
#pageForm .form-holder .container-fluid input[type=range],
#pageForm .form-holder .container-fluid input[type=search],
#pageForm .form-holder .container-fluid input[type=tel],
#pageForm .form-holder .container-fluid input[type=text],
#pageForm .form-holder .container-fluid input[type=time],
#pageForm .form-holder .container-fluid input[type=url],
#pageForm .form-holder .container-fluid input[type=week],
#pageForm .form-holder .container-fluid textarea,
#pageForm .form-holder .container-fluid select {
  box-sizing: border-box;
}
#pageForm .form-holder .container-fluid input:focus,
#pageForm .form-holder .container-fluid input[type=date]:focus,
#pageForm .form-holder .container-fluid input[type=datetime-local]:focus,
#pageForm .form-holder .container-fluid input[type=datetime]:focus,
#pageForm .form-holder .container-fluid input[type=email]:focus,
#pageForm .form-holder .container-fluid input[type=month]:focus,
#pageForm .form-holder .container-fluid input[type=number]:focus,
#pageForm .form-holder .container-fluid input[type=password]:focus,
#pageForm .form-holder .container-fluid input[type=range]:focus,
#pageForm .form-holder .container-fluid input[type=search]:focus,
#pageForm .form-holder .container-fluid input[type=tel]:focus,
#pageForm .form-holder .container-fluid input[type=text]:focus,
#pageForm .form-holder .container-fluid input[type=time]:focus,
#pageForm .form-holder .container-fluid input[type=url]:focus,
#pageForm .form-holder .container-fluid input[type=week]:focus,
#pageForm .form-holder .container-fluid textarea:focus,
#pageForm .form-holder .container-fluid select:focus {
  border: 1px solid #00a3e0;
  box-shadow: 0 0 0 2px rgba(0, 163, 224, 0.5);
  outline: 0;
}
#pageForm .form-holder .container-fluid input:hover {
  /* border: 1px solid #000; */
}
#pageForm .form-holder .container-fluid .select-wrap {
  position: relative;
}
#pageForm .form-holder .container-fluid .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#pageForm .form-holder .container-fluid :-ms-input-placeholder {
  color: #000;
}
#pageForm .form-holder .container-fluid ::-moz-placeholder {
  color: #000;
}
#pageForm .form-holder .container-fluid ::placeholder {
  color: #000;
}
#pageForm .form-holder .container-fluid .form-control:focus {
  border-color: #004281;
  box-shadow: 0 0 1px 1px #004281;
  outline: 0;
}
#pageForm .single-checkbox-row {
  margin: 20px 0 40px;
}
#pageForm .single-checkbox-row input[type=checkbox] {
  color: #000;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  z-index: 10;
  z-index: 1;
  width: 2px;
}
#pageForm .single-checkbox-row label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
  text-align: left;
  text-transform: none;
}
#pageForm .single-checkbox-row label a {
  color: #fff;
  position: relative;
  text-decoration: underline;
  transition: all 0.3s ease;
  z-index: 5;
}
#pageForm .single-checkbox-row label a:hover {
  color: #00a3e0;
}
#pageForm .single-checkbox-row label:after,
#pageForm .single-checkbox-row label:before {
  content: "";
  display: inline-block;
  position: absolute;
}
#pageForm .single-checkbox-row label:before {
  background-color: transparent;
  border: 3px solid #fff;
  height: 22px;
  left: 0;
  top: 0;
  width: 22px;
}
#pageForm .single-checkbox-row label:after {
  border-color: #fff;
  border-bottom: 2px solid;
  border-left: 2px solid;
  color: #fff;
  height: 7px;
  left: 5px;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}
#pageForm .single-checkbox-row input[type=checkbox] + label:after {
  content: none;
}
#pageForm .single-checkbox-row input[type=checkbox]:checked + label:after {
  content: "";
}
#pageForm .single-checkbox-row input[type=checkbox]:focus + label:before {
  border: 3px solid #fff;
}
#pageForm .single-checkbox-row input[type=checkbox]:checked + label:before {
  /* outline: 3px auto #fff; */
}
#pageForm .radio label {
  cursor: pointer;
  padding: 0 0 0 40px;
  position: relative;
}
#pageForm .radio label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #004281;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin: 0 0 0 -40px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 2px;
  transition: all 0.3s ease;
  width: 22px;
}
#pageForm .radio label input:after {
  background: #fff;
  content: "";
  transition: all 0.5s ease;
}
#pageForm .radio label input:checked:before,
#pageForm .radio label input:hover:after {
  background: #004281;
  border-radius: 100px;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 12px;
}
#pageForm .radio label input:checked,
#pageForm .radio label input:hover {
  background-color: #fff;
}
#pageForm .field-control-wrapper {
  position: relative;
}
#pageForm .field-control-wrapper [type=email],
#pageForm .field-control-wrapper [type=text] {
  background-position: 100%;
}
#pageForm .field-control-wrapper .parsley-error {
  border: 1px solid #db7076 !important;
}
#pageForm .field-control-wrapper .parsley-error:focus {
  box-shadow: 0 0 0 2px rgba(226, 62, 79, 0.5) !important;
}
#pageForm .field-control-wrapper [type=email].parsley-error,
#pageForm .field-control-wrapper [type=text].parsley-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23e23e4f' class='fill-primary' d='M23.837 22.146 16.611 9.154c-.077-.154-.308-.154-.385 0L9 22.146v.23l.23.154h14.453l.231-.153v-.231h-.077zm-6.765-8.533-.307 4.997h-.692l-.308-4.997h1.384-.077zm-.692 7.457a.689.689 0 0 1-.692-.692.69.69 0 0 1 .692-.692c.385 0 .692.307.692.692a.689.689 0 0 1-.692.692z'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
}
#pageForm .field-control-wrapper span.msg-is-invalid {
  bottom: -21px;
  color: #db7076;
  font-size: 11px;
  left: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
#pageForm .res-container {
  margin-bottom: 0;
  position: absoulte;
  width: 100%;
}
#pageForm .wrap {
  max-width: 1206px;
  width: 100%;
  margin: 0 auto;
  padding: 0 33px;
}
#pageForm .button-black {
  padding: 15px 37px;
  background-color: #000000;
  color: white !important;
  text-decoration: none;
  border-radius: 1.3125rem;
  font-size: 14px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 10px;
  display: block;
}
#pageForm .button-black:hover {
  background-color: #4d4d4d;
}
#pageForm .wh-100 {
  width: 100%;
  height: 100%;
}
#pageForm .text-img-block {
  padding-top: 64px;
  display: flex;
  color: white;
  justify-content: space-between;
}
#pageForm .text-img-block .thankyou-text {
  margin-bottom: 48px;
}
#pageForm .text-img-block .thankyou-text p {
  margin: 0;
  display: flex;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 33px !important;
  max-width: 579px;
  margin: 30px 0 35px;
}
#pageForm .text-img-block .thankyou-text .checkbox-container {
  display: inline-flex;
  margin-right: 20px;
  align-items: center;
}
#pageForm .text-img-block .text-block h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
}
#pageForm .text-img-block .text-block h5 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  line-height: 21px;
  margin-bottom: 15px;
}
#pageForm .text-img-block .text-block p {
  font-size: 16px;
  line-height: 24px;
  max-width: 579px;
}
#pageForm .text-img-block .img-block {
  margin-left: 100px;
}
#pageForm form {
  margin: 0;
}
#pageForm .form-container {
  position: relative;
  color: white;
  margin-top: 10px;
  padding: 15px 47px;
  max-width: 1140px;
  margin: auto;
}
#pageForm .form-container h3 br {
  display: none;
}
@media (max-width: 1023px) {
  #pageForm .form-container {
    padding: 15px;
  }
  #pageForm .form-container h3 br {
    display: block;
  }
}
@media (max-width: 767px) {
  #pageForm .form-container {
    padding: 15px;
    padding-top: 35px;
  }
  #pageForm .form-container h3 br {
    display: none;
  }
}
#pageForm .form-container input,
#pageForm .form-container select,
#pageForm .form-container textarea {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  color: white;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 19px;
}
#pageForm .LV_validation_message {
  display: none;
}
#pageForm .form-container .consentContainer select {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid white;
  color: white !important;
}
#pageForm .form-container input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  line-height: 19px;
  color: white !important;
  opacity: 1;
  /* Firefox */
}
#pageForm .form-container input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  line-height: 19px;
  color: white !important;
  opacity: 1;
  /* Firefox */
}
#pageForm .form-container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  line-height: 19px;
  color: white !important;
  opacity: 1;
  /* Firefox */
}
#pageForm .form-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  line-height: 19px;
  color: white !important;
}
#pageForm .form-container textarea::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  /* Firefox */
}
#pageForm .form-container textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  /* Firefox */
}
#pageForm .form-container textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  /* Firefox */
}
#pageForm .form-container textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important;
}
#pageForm .form-container textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white !important;
}
#pageForm .form-container select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 98% 55%;
}
#pageForm .form-container select:focus-visible,
#pageForm .form-container input:focus-visible {
  outline: none;
}
#pageForm .form-container .linkedin-holder {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 27px;
}
#pageForm .form-container .linkedin-holder .linkedin-holder__button {
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 9px 36px;
  display: flex;
  align-items: center;
}
#pageForm .form-container .linkedin-holder .linkedin-holder__button img {
  width: 32px;
  margin-right: 8px;
}
#pageForm .form-container .linkedin-holder .linkedin-holder__iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 290px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  height: 32px;
  left: 39px;
  margin: 0 auto;
  opacity: 0.001;
  position: absolute;
  right: 0;
  top: 8px;
  width: 176px;
}
#pageForm .form-container iframe {
  width: 100% !important;
  height: 100% !important;
}
#pageForm .full-width {
  width: 100% !important;
}
#pageForm .button-style {
  font-size: 12px;
  /* min-width: 180px; */
  padding: 17px 41px;
  display: inline-block;
  line-height: 14px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
}
#pageForm .button-style:hover {
  text-decoration: none;
}
#pageForm .button-white {
  background-color: white;
  color: #000;
}
#pageForm .button-white:hover {
  color: #fff;
  background-color: #000 !important;
}
#pageForm .button-white.transparent-button {
  border: 1px solid white;
}
#pageForm .button-white.transparent-button:hover {
  background: none !important;
  border: 1px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
}
#pageForm .eu-consent-select-container {
  position: relative;
  align-self: start;
}
#pageForm .eu-consent-select-container .parsley-required {
  top: 100% !important;
}
#pageForm .form-holder .container-fluid .select-wrap:after {
  display: none;
}
#pageForm .form-container .form-holder {
  padding: 0;
}
#pageForm .form-container .form-holder .grid-layout-col {
  margin: 0;
}
@media (max-width: 767px) {
  #pageForm .form-holder-elq .container-fluid > .row {
    margin: 0 !important;
    flex: 100% !important;
  }
}
#pageForm .form-container .layout > .row {
  margin: 0;
  flex-wrap: nowrap;
  display: flex;
}
#pageForm .form-container .elq-form .row {
  margin: 0;
}
#pageForm .form-container .grid-layout-col {
  width: 50%;
  margin: 16px 0;
}
#pageForm .form-container .grid-layout-col:first-child {
  margin-right: 15px;
}
#pageForm .form-container .grid-layout-col:last-child {
  margin-left: 15px;
}
#pageForm .single-checkbox-row input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#pageForm .single-checkbox-row label {
  position: relative;
  margin: 0;
  padding-left: 43px;
  font-family: "Roboto Light", sans-serif;
  font-size: 12px;
  line-height: 14.5px;
  padding-top: 3.25px;
}
#pageForm .single-checkbox-row label:after,
#pageForm .single-checkbox-row label:before {
  content: "";
  display: inline-block;
  position: absolute;
}
#pageForm .single-checkbox-row label:before {
  height: 25px;
  left: 0;
  top: 0;
  width: 25px;
  background-color: white;
}
#pageForm .single-checkbox-row label:after {
  border-color: #fff;
  border-bottom: 3px solid;
  border-left: 3px solid;
  color: #000;
  height: 9px;
  left: 5px;
  top: 6px;
  transform: rotate(-45deg);
  width: 16px;
}
#pageForm .single-checkbox-row input[type=checkbox] + label:after {
  content: none;
}
#pageForm .single-checkbox-row input[type=checkbox]:checked + label:after {
  content: "";
}
#pageForm .form-container .submit-button-style {
  background-color: #005eb8;
  border-width: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 15px 42px;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
#pageForm .form-container .single-checkbox-row a {
  color: white;
  text-decoration: underline;
}
#pageForm .form-container .checkbox-container {
  margin-top: 10px !important;
  min-height: 25px;
  margin-bottom: 30px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#pageForm header .menu-options > a {
  margin: 0 1rem;
  overflow: hidden;
}
#pageForm .menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#pageForm #menu-toggle {
  display: none;
}
#pageForm .menu-button-container {
  margin: 0;
}
#pageForm #menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#pageForm #menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
#pageForm .block-background-image.no-greyscale::before {
  filter: none;
}
#pageForm .block-background-image-2::before {
  background-image: url("../img/col-img-1.jpg");
}
#pageForm .block-background-image-3::before {
  background-image: url("../img/warehouse.png");
}
#pageForm .block-background-image.center::before {
  background-position: center center;
}
#pageForm .block-background-image.bottom::before {
  background-position: bottom center;
}
#pageForm .block-background-image.top::before {
  background-position: top center;
}
#pageForm .bg-grey {
  background-color: rgba(0, 0, 0, 0.6);
  padding-bottom: 0.1px;
}
#pageForm .btn-black-border {
  border: 1px solid black;
}
#pageForm .hide {
  display: none;
}
#pageForm .black-bg {
  background-color: #151515 !important;
  color: white !important;
}
#pageForm .customFlexCenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  #pageForm .text-img-block .img-block {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #pageForm .text-img-block .img-block img {
    max-width: 100%;
  }
  #pageForm header .logo img {
    display: none;
  }
  #pageForm header .logo img.mobile {
    display: block;
  }
  #pageForm .menu-button-container {
    display: flex;
  }
  #pageForm header .menu-options {
    position: absolute;
    top: 0;
    margin-top: 72px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  #pageForm header #menu-toggle ~ .menu-options a {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #pageForm header #menu-toggle:checked ~ .menu-options a {
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #pageForm header #menu-toggle:checked ~ .menu-options a.headerBtn {
    height: 30px;
    margin-bottom: 20px;
    min-width: 180px;
  }
  #pageForm header .menu-options > a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 768px) {
  #pageForm .texts-columns-blocks-container .columns-block .column {
    width: 49%;
  }
  #pageForm .texts-columns-blocks-container .columns-block {
    justify-content: space-around;
  }
}
@media screen and (max-width: 700px) {
  #pageForm .texts-columns-blocks-container .columns-block .column {
    width: 100%;
  }
  #pageForm .form-container .grid-layout-col {
    width: 100%;
  }
  #pageForm .form-container .grid-layout-col:first-child,
#pageForm .form-container .grid-layout-col:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }
  #pageForm .form-container .elq-form .row {
    flex-direction: column;
  }
  #pageForm footer .part-1,
#pageForm footer .social-links {
    flex-direction: column;
  }
  #pageForm footer .social-links {
    width: 100%;
    max-width: 350px;
  }
  #pageForm footer .footer-social__icons {
    width: 100%;
    justify-content: space-between;
  }
  #pageForm footer .social-links p {
    padding: 15px 0;
    margin-right: 0 !important;
  }
  #pageForm footer {
    padding-bottom: 40px;
  }
  #pageForm footer .legal-links {
    flex-direction: column;
  }
  #pageForm footer .legal-links a {
    padding-bottom: 15px;
  }
  #pageForm footer .legal-links a:last-child {
    padding-bottom: 0;
  }
  #pageForm footer .legal-links .seperator {
    display: none;
  }
}
@media (max-width: 1170px) {
  #pageForm .text-img-block .img-block {
    margin-left: 10px;
  }
  #pageForm .block-2 .column {
    max-width: 448px;
  }
  #pageForm .block-2 .column-1 {
    margin-right: 20px;
  }
  #pageForm .block-2 .column-2 {
    margin-left: 20px;
  }
  #pageForm .block-2 .columns-container {
    justify-content: center;
  }
  #pageForm .block-3 .top-part .rows .img-container {
    margin-right: 88px;
  }
  #pageForm .block-3 .top-part .rows.right-img .img-container {
    margin-left: 88px;
  }
}
@media (max-width: 1000px) {
  #pageForm .block-2 .columns-container {
    flex-direction: column;
    align-items: center;
  }
  #pageForm .block-2 .column {
    margin-right: auto;
    margin-left: auto;
    max-width: 452px;
  }
  #pageForm .block-3 .top-part .rows {
    flex-direction: column !important;
    align-items: center;
  }
  #pageForm .block-3 .top-part .rows .img-container {
    margin: 0 !important;
  }
  #pageForm .block-3 .top-part .rows .texts-container {
    margin-top: 55px;
    text-align: center;
  }
  #pageForm .block-3 .top-part .rows {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #pageForm .text-img-block {
    display: block;
  }
  #pageForm .header-block {
    padding-bottom: 15px;
  }
  #pageForm .text-img-block .img-block {
    margin: 0;
  }
  #pageForm .text-img-block .thankyou-text {
    margin-bottom: 26px;
  }
}
@media (max-width: 500px) {
  #pageForm .wrap {
    padding: 0 15px;
  }
  #pageForm .header-block {
    padding-top: 52px;
  }
  #pageForm .block-1 .text-container {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #pageForm .block-2 .column {
    max-width: 340px;
    padding: 12px 15px 30px;
  }
  #pageForm .block-2 .column .img-container {
    max-width: 307px;
    max-height: 211px;
  }
  #pageForm .block-2 .column .text-container {
    padding: 30px 15px 24px !important;
  }
  #pageForm .block-2 .column .btn-container {
    margin-top: 0;
    margin-bottom: 34px;
  }
  #pageForm .block-2 .column .links-container {
    padding: 0 30px;
  }
  #pageForm .block-2 .bottom-part .btn-container {
    margin-bottom: 60px;
  }
  #pageForm .block-2 .bottom-part h3 {
    margin-bottom: 48px;
  }
  #pageForm .block-2 .bottom-part p {
    margin-bottom: 31px;
  }
  #pageForm .block-3 .top-part .rows {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #pageForm .block-3 .top-part .rows .texts-container {
    margin-top: 33px;
  }
  #pageForm .block-3 .top-part .rows .texts-container a {
    margin-top: 26px;
  }
  #pageForm .block-3 .bottom-part {
    margin-top: 50px;
  }
  #pageForm .block-3 .bottom-part .text-container {
    padding-top: 60px;
  }
  #pageForm .block-3 .bottom-part .btn-container {
    margin-bottom: 58px;
  }
  #pageForm .block-3 .bottom-part .wrap {
    padding: 35px;
  }
}

.header .header-link-text {
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s ease;
}

.des .bg-dark .bg-light .header-link-text, .header .header-link-text {
  background-image: linear-gradient(transparent calc(100% - 1px), rgba(0, 94, 184, 0.5) 1px);
}

.des .bg-dark .header-link-text {
  background-image: linear-gradient(transparent calc(100% - 1px), rgba(0, 163, 224, 0.5) 1px);
}

.header .header-link:hover .header-link-text {
  background-size: 100% 100%;
}

@-webkit-keyframes header-dropdown {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes header-dropdown {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header .header-alert-badge, .header .header-cart-badge, .header .header-notifications-badge, .header .header-ribbon-menu-badge, .header .header-user-button-badge {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  color: hsla(0deg, 0%, 100%, 0.95);
  background-color: #005eb8;
}

.header .header-ribbon-menu-badge {
  height: 20px;
  min-width: 20px;
  padding: 0 8px;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.06938rem;
}

.header .header-alert-badge, .header .header-cart-badge, .header .header-notifications-badge {
  height: 16px;
  min-width: 16px;
  padding: 0 4px;
  border-radius: 1rem;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: normal;
  position: absolute;
  left: 22px;
  top: 4px;
}

@media (min-width: 1280px) {
  .header .header-alert-badge, .header .header-cart-badge, .header .header-notifications-badge {
    left: 16px;
    top: 7px;
  }
}
.header .header-user-button-badge {
  min-height: 32px;
  min-width: 32px;
  line-height: 32px;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
}

.header .header-minicart-td {
  display: block;
}

.header .header-minicart-td:first-child {
  width: 220px;
  padding-left: 24px;
  text-align: left;
}

.header .header-minicart-td:nth-child(2) {
  width: 68px;
  text-align: center;
}

.header .header-minicart-td:last-child {
  width: 130px;
  padding-right: 24px;
  text-align: right;
}

.header .header-alerts-button, .header .header-apps-item, .header .header-cart-button, .header .header-locale-button, .header .header-megamenu-link, .header .header-menu-button, .header .header-menu-header-button, .header .header-menu-submenu-button, .header .header-notifications-button, .header .header-quicklinks-button, .header .header-quicklinks-item, .header .header-resources-button, .header .header-ribbon-menu-button:not(.header-dropdown-toggle), .header .header-ribbon-submenu-reset, .header .header-search-button, .header .header-search-close-button, .header .header-support-button, .header .header-user-button {
  position: relative;
}

.header .header-alerts-button:focus, .header .header-apps-item:focus, .header .header-cart-button:focus, .header .header-locale-button:focus, .header .header-megamenu-link:focus, .header .header-menu-button:focus, .header .header-menu-header-button:focus, .header .header-menu-submenu-button:focus, .header .header-notifications-button:focus, .header .header-quicklinks-button:focus, .header .header-quicklinks-item:focus, .header .header-resources-button:focus, .header .header-ribbon-menu-button:focus:not(.header-dropdown-toggle), .header .header-ribbon-submenu-reset:focus, .header .header-search-button:focus, .header .header-search-close-button:focus, .header .header-support-button:focus, .header .header-user-button:focus {
  outline: none;
}

.header .header-alerts-button:focus:after, .header .header-apps-item:focus:after, .header .header-cart-button:focus:after, .header .header-locale-button:focus:after, .header .header-megamenu-link:focus:after, .header .header-menu-button:focus:after, .header .header-menu-header-button:focus:after, .header .header-menu-submenu-button:focus:after, .header .header-notifications-button:focus:after, .header .header-quicklinks-button:focus:after, .header .header-quicklinks-item:focus:after, .header .header-resources-button:focus:after, .header .header-ribbon-menu-button:not(.header-dropdown-toggle):focus:after, .header .header-ribbon-submenu-reset:focus:after, .header .header-search-button:focus:after, .header .header-search-close-button:focus:after, .header .header-support-button:focus:after, .header .header-user-button:focus:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

body.user-is-tabbing .header .header-alerts-button:focus:after, body.user-is-tabbing .header .header-apps-item:focus:after, body.user-is-tabbing .header .header-cart-button:focus:after, body.user-is-tabbing .header .header-locale-button:focus:after, body.user-is-tabbing .header .header-megamenu-link:focus:after, body.user-is-tabbing .header .header-menu-button:focus:after, body.user-is-tabbing .header .header-menu-header-button:focus:after, body.user-is-tabbing .header .header-menu-submenu-button:focus:after, body.user-is-tabbing .header .header-notifications-button:focus:after, body.user-is-tabbing .header .header-quicklinks-button:focus:after, body.user-is-tabbing .header .header-quicklinks-item:focus:after, body.user-is-tabbing .header .header-resources-button:focus:after, body.user-is-tabbing .header .header-ribbon-menu-button:not(.header-dropdown-toggle):focus:after, body.user-is-tabbing .header .header-ribbon-submenu-reset:focus:after, body.user-is-tabbing .header .header-search-button:focus:after, body.user-is-tabbing .header .header-search-close-button:focus:after, body.user-is-tabbing .header .header-support-button:focus:after, body.user-is-tabbing .header .header-user-button:focus:after {
  border: 1px solid #00a3e0;
  box-shadow: 0 0 0 2px rgba(0, 163, 224, 0.5);
}

.header .header-ribbon-menu-button:not(.header-dropdown-toggle):focus:after {
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
}

.header .header-link, .header .header-ribbon-menu-button.header-dropdown-toggle, .header .header-ribbon-submenu-button {
  position: relative;
}

.header .header-link:focus, .header .header-ribbon-menu-button.header-dropdown-toggle:focus, .header .header-ribbon-submenu-button:focus {
  outline: none;
}

.header .header-link:focus:before, .header .header-ribbon-menu-button.header-dropdown-toggle:focus:before, .header .header-ribbon-submenu-button:focus:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

body.user-is-tabbing .header .header-link:focus:before, body.user-is-tabbing .header .header-ribbon-menu-button.header-dropdown-toggle:focus:before, body.user-is-tabbing .header .header-ribbon-submenu-button:focus:before {
  border: 1px solid #00a3e0;
  box-shadow: 0 0 0 2px rgba(0, 163, 224, 0.5);
}

.header .header-ribbon-menu-button.header-dropdown-toggle:focus:before {
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
}

@media (min-width: 1024px) {
  .header .header-dropdown, .header .header-locale-items, .header .header-minicart, .header .header-quicklinks-items, .header .header-support-items, .header .header-user-menu {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 1060;
    padding: 16px;
    border-radius: 3px;
    background-color: #fff;
    min-width: 64px;
  }
  .header .header-dropdown:not(.header-show), .header .header-locale-items:not(.header-show), .header .header-minicart:not(.header-show), .header .header-quicklinks-items:not(.header-show), .header .header-support-items:not(.header-show), .header .header-user-menu:not(.header-show) {
    display: none;
  }
  .header .header-show.header-show.header-dropdown, .header .header-show.header-show.header-locale-items, .header .header-show.header-show.header-minicart, .header .header-show.header-show.header-quicklinks-items, .header .header-show.header-show.header-support-items, .header .header-show.header-show.header-user-menu {
    -webkit-animation-name: header-dropdown;
    animation-name: header-dropdown;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    box-shadow: 0 0 16px 0 rgba(35, 35, 35, 0.2);
  }
}
.header .header-alerts-button, .header .header-cart-button, .header .header-locale-button, .header .header-menu-button, .header .header-menu-header-button, .header .header-notifications-button, .header .header-quicklinks-button, .header .header-resources-button, .header .header-ribbon-submenu-button, .header .header-ribbon-submenu-reset, .header .header-search-button, .header .header-search-close-button, .header .header-support-button, .header .header-user-button {
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: inherit;
  display: inline-block;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
  letter-spacing: inherit;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  transition: color 0.15s ease-in-out;
}

.header .header-actions-button, .header .header-alerts-button, .header .header-cart-button, .header .header-locale-button, .header .header-menu-button, .header .header-menu-header-button, .header .header-notifications-button, .header .header-quicklinks-button, .header .header-resources-button, .header .header-search-button, .header .header-search-close-button, .header .header-support-button, .header .header-user-button.header-anonymous {
  font-size: 0;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: inherit;
  line-height: 48px;
  vertical-align: initial;
}

.header .header-actions-button:hover, .header .header-active.header-actions-button, .header .header-active.header-alerts-button, .header .header-active.header-cart-button, .header .header-active.header-locale-button, .header .header-active.header-menu-button, .header .header-active.header-menu-header-button, .header .header-active.header-notifications-button, .header .header-active.header-quicklinks-button, .header .header-active.header-resources-button, .header .header-active.header-search-button, .header .header-active.header-search-close-button, .header .header-active.header-support-button, .header .header-active.header-user-button.header-anonymous, .header .header-alerts-button:hover, .header .header-cart-button:hover, .header .header-locale-button:hover, .header .header-menu-button:hover, .header .header-menu-header-button:hover, .header .header-notifications-button:hover, .header .header-quicklinks-button:hover, .header .header-resources-button:hover, .header .header-search-button:hover, .header .header-search-close-button:hover, .header .header-support-button:hover, .header .header-user-button.header-anonymous:hover {
  color: rgba(0, 0, 0, 0.95);
}

@media (min-width: 1280px) {
  .header .header-actions-button, .header .header-alerts-button, .header .header-cart-button, .header .header-locale-button, .header .header-menu-button, .header .header-menu-header-button, .header .header-notifications-button, .header .header-quicklinks-button, .header .header-resources-button, .header .header-search-button, .header .header-search-close-button, .header .header-support-button, .header .header-user-button.header-anonymous {
    font-size: inherit;
  }
}
.header .header-actions-button:before, .header .header-alerts-button:before, .header .header-cart-button:before, .header .header-locale-button:before, .header .header-menu-button:before, .header .header-menu-header-button:before, .header .header-notifications-button:before, .header .header-quicklinks-button:before, .header .header-resources-button:before, .header .header-search-button:before, .header .header-search-close-button:before, .header .header-support-button:before, .header .header-user-button.header-anonymous:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 12px;
}

@media (min-width: 1280px) {
  .header .header-actions-button:before, .header .header-alerts-button:before, .header .header-cart-button:before, .header .header-locale-button:before, .header .header-menu-button:before, .header .header-menu-header-button:before, .header .header-notifications-button:before, .header .header-quicklinks-button:before, .header .header-resources-button:before, .header .header-search-button:before, .header .header-search-close-button:before, .header .header-support-button:before, .header .header-user-button.header-anonymous:before {
    position: static;
    margin: 0 8px;
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1280px) {
  .header .header-actions-button, .header .header-alerts-button, .header .header-cart-button, .header .header-locale-button, .header .header-menu-button, .header .header-menu-header-button, .header .header-notifications-button, .header .header-quicklinks-button, .header .header-resources-button, .header .header-search-button, .header .header-search-close-button, .header .header-support-button, .header .header-user-button.header-anonymous {
    padding-right: 8px;
  }
}
.header .header-apps-item, .header .header-dropdown-toggle, .header .header-link, .header .header-menu-item, .header .header-menu-submenu-button, .header .header-ribbon-menu-button, .header .header-ribbon-submenu-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.header .header-apps-item, .header .header-apps-item:hover, .header .header-dropdown-toggle, .header .header-dropdown-toggle:hover, .header .header-link, .header .header-link:hover, .header .header-menu-item, .header .header-menu-item:hover, .header .header-menu-submenu-button, .header .header-menu-submenu-button:hover, .header .header-ribbon-menu-button, .header .header-ribbon-menu-button:hover, .header .header-ribbon-submenu-button, .header .header-ribbon-submenu-button:hover {
  text-decoration: none;
}

.header .header-apps-item:focus, .header .header-dropdown-toggle:focus, .header .header-link:focus, .header .header-menu-item:focus, .header .header-menu-submenu-button:focus, .header .header-ribbon-menu-button:focus, .header .header-ribbon-submenu-button:focus {
  outline: none;
}

.header .header-apps-item, .header .header-dropdown-toggle, .header .header-menu-item, .header .header-menu-submenu-button, .header .header-ribbon-menu-button, .header .header-ribbon-submenu-button {
  transition: color 0.15s ease-in-out;
}

.header .header-apps-item, .header .header-apps-item:link, .header .header-apps-item:visited, .header .header-dropdown-toggle, .header .header-dropdown-toggle:link, .header .header-dropdown-toggle:visited, .header .header-menu-item, .header .header-menu-item:link, .header .header-menu-item:visited, .header .header-menu-submenu-button, .header .header-menu-submenu-button:link, .header .header-menu-submenu-button:visited, .header .header-ribbon-menu-button, .header .header-ribbon-menu-button:link, .header .header-ribbon-menu-button:visited, .header .header-ribbon-submenu-button, .header .header-ribbon-submenu-button:link, .header .header-ribbon-submenu-button:visited {
  color: rgba(0, 0, 0, 0.6);
}

.header .header-active.header-apps-item, .header .header-active.header-dropdown-toggle, .header .header-active.header-menu-item, .header .header-active.header-menu-submenu-button, .header .header-active.header-ribbon-menu-button, .header .header-active.header-ribbon-submenu-button, .header .header-apps-item:active, .header .header-apps-item:hover, .header .header-dropdown-toggle:active, .header .header-dropdown-toggle:hover, .header .header-menu-item:active, .header .header-menu-item:hover, .header .header-menu-submenu-button:active, .header .header-menu-submenu-button:hover, .header .header-ribbon-menu-button:active, .header .header-ribbon-menu-button:hover, .header .header-ribbon-submenu-button:active, .header .header-ribbon-submenu-button:hover {
  color: rgba(0, 0, 0, 0.95);
}

.header .header-menu-divider, .header .header-quicklinks-divider, .header .header-ribbon-menu-divider, .header .header-support-divider, .header .header-user-divider {
  margin: 8px 0;
  padding: 0;
  border: 0;
  opacity: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header .header-menu-divider, .header .header-user-divider {
  background-color: inherit;
  width: inherit;
  height: inherit;
  color: inherit;
  margin: 8px 15px;
}

@media (min-width: 768px) {
  .header .header-menu-divider, .header .header-user-divider {
    margin: 8px 24px;
  }
}
.header .header-megamenu, .header .header-minicart-tbody, .header .header-quicklinks-scroll, .header .header-scroll {
  overflow-y: auto;
  scrollbar-width: thin;
}

.header .header-megamenu::-webkit-scrollbar, .header .header-minicart-tbody::-webkit-scrollbar, .header .header-quicklinks-scroll::-webkit-scrollbar, .header .header-scroll::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 5px;
}

.header .header-megamenu::-webkit-scrollbar-thumb, .header .header-minicart-tbody::-webkit-scrollbar-thumb, .header .header-quicklinks-scroll::-webkit-scrollbar-thumb, .header .header-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.header .header-menu-item, .header .header-menu-submenu-button, .header .header-ribbon-submenu-button, .header .header-ribbon-submenu-input {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0125rem;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  border: none;
  min-height: 48px;
  padding: 0 12px;
  white-space: nowrap;
  display: flex;
  width: 100%;
  vertical-align: initial;
}

.header .header-menu-item:active, .header .header-menu-item:hover, .header .header-menu-submenu-button:active, .header .header-menu-submenu-button:hover, .header .header-ribbon-submenu-button:active, .header .header-ribbon-submenu-button:hover, .header .header-ribbon-submenu-input:active, .header .header-ribbon-submenu-input:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.header .header-menu-item:active.header-disabled, .header .header-menu-item:hover.header-disabled, .header .header-menu-submenu-button:active.header-disabled, .header .header-menu-submenu-button:hover.header-disabled, .header .header-ribbon-submenu-button:active.header-disabled, .header .header-ribbon-submenu-button:hover.header-disabled, .header .header-ribbon-submenu-input:active.header-disabled, .header .header-ribbon-submenu-input:hover.header-disabled {
  background-color: transparent;
}

.header .header-menu-item:focus, .header .header-menu-submenu-button:focus, .header .header-ribbon-submenu-button:focus, .header .header-ribbon-submenu-input:focus {
  outline: none;
}

.header .header-menu-item, .header .header-menu-submenu-button, .header .header-user-menu-heading, .header .header-user-menu-label {
  display: flex;
  min-height: 48px;
  align-items: center;
}

@media (min-width: 768px) {
  .header .header-menu-item, .header .header-menu-submenu-button, .header .header-user-menu-heading, .header .header-user-menu-label {
    min-height: 56px;
  }
}
.header .header-locale-heading, .header .header-menu-footer, .header .header-menu-header, .header .header-menu-item, .header .header-menu-item-info, .header .header-menu-submenu-button, .header .header-menu-submenu-title, .header .header-user-menu-body, .header .header-user-menu-footer, .header .header-user-menu-heading, .header .header-user-menu-label {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .header .header-locale-heading, .header .header-menu-footer, .header .header-menu-header, .header .header-menu-item, .header .header-menu-item-info, .header .header-menu-submenu-button, .header .header-menu-submenu-title, .header .header-user-menu-body, .header .header-user-menu-footer, .header .header-user-menu-heading, .header .header-user-menu-label {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .header .header-locale-heading, .header .header-menu-footer, .header .header-menu-header, .header .header-menu-item, .header .header-menu-item-info, .header .header-menu-submenu-button, .header .header-menu-submenu-title, .header .header-user-menu-body, .header .header-user-menu-footer, .header .header-user-menu-heading, .header .header-user-menu-label {
    padding-right: 30px;
  }
}
.header .header-dropdown-toggle, .header .header-menu-item.header-external, .header .header-menu-item.header-has-children {
  display: flex;
  align-items: center;
  vertical-align: initial;
}

.header .header-dropdown-toggle:after, .header .header-menu-item.header-external:after, .header .header-menu-item.header-has-children:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M9.002 5l6.498 7L9 19' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke='%23000'/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  content: "";
  width: 24px;
  height: 24px;
}

.header .header-dropdown-toggle:after {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='none' stroke-linecap='square' stroke='%23000' d='M3 6l5 4 5-4'/%3E%3C/svg%3E");
  opacity: 0.6;
  margin-left: 8px;
}

.header .header-active.header-dropdown-toggle:after, .header .header-dropdown-toggle:hover:after {
  opacity: 0.95;
}

@-webkit-keyframes header-bottom-ribbon-zindex-change {
  0% {
    position: -webkit-sticky;
    position: sticky;
    z-index: -1;
  }
}
@keyframes header-bottom-ribbon-zindex-change {
  0% {
    position: -webkit-sticky;
    position: sticky;
    z-index: -1;
  }
}
.header {
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 10px 0 rgba(35, 35, 35, 0.15);
}

.header, .header-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.header *, .header :after, .header :before {
  box-sizing: border-box;
}

.header :focus {
  outline: none;
}

.header svg {
  overflow: hidden;
  vertical-align: middle;
}

.header .header-heading {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: normal;
  font-family: inherit;
  text-transform: none;
  color: rgba(0, 0, 0, 0.95);
  margin: 0;
}

.header .header-link {
  display: inline-flex;
}

.header .header-link svg g, .header .header-link svg path {
  fill: #005eb8;
  stroke: #005eb8;
  --fill-primary: #005eb8;
  --stroke-primary: #005eb8 ;
}

.header .header-link, .header .header-link:active, .header .header-link:hover, .header .header-link:link, .header .header-link:visited {
  color: #005eb8;
}

.header .header-link.header-disabled {
  color: rgba(0, 0, 0, 0.25);
}

.header .header-link.header-disabled .header-link-text {
  background-image: none;
}

.header .header-link.header-active, .header .header-link.header-active:link, .header .header-link.header-active:visited {
  color: #005eb8;
}

.header .header-link.header-selected:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath stroke='%23005eb8' d='M9.5 16.5l-4-4.5m4 4.5l8.5-9' fill='none' fill-rule='evenodd' stroke-linecap='square'/%3E%3C/svg%3E");
  margin-left: 8px;
}

.header .header-popover-link {
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0125rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 24px;
}

.header .header-popover-link-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.header .header-popover-link-icon svg g, .header .header-popover-link-icon svg path {
  fill: none;
  stroke: #005eb8;
  --fill-primary: none;
  --stroke-primary: #005eb8 ;
}

.header .header-popover-info {
  display: inline-block;
  padding: 0 24px 4px;
}

.header .header-disabled {
  color: rgba(0, 0, 0, 0.25);
}

.header .header-disabled svg g, .header .header-disabled svg path {
  fill: rgba(0, 0, 0, 0.25);
  stroke: rgba(0, 0, 0, 0.25);
  --fill-primary: rgba(0,0,0,0.25);
  --stroke-primary: rgba(0,0,0,0.25) ;
}

.header .header-apps {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  height: 48px;
  background-color: #f2f2f2;
  line-height: 48px;
  margin-right: auto;
}

@media (min-width: 768px) {
  .header .header-apps {
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .header .header-apps {
    position: static;
    height: auto;
    padding-left: 0;
    background-color: #fff;
    line-height: 64px;
  }
}
.header .header-apps-item {
  display: block;
  padding: 0 16px;
  background-color: transparent;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header .header-apps-item {
    padding: 0 12px;
  }
}
.header .header-apps-item.header-active {
  font-weight: 700;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .header .header-apps-item.header-active {
    background-color: #f2f2f2;
  }
}
.header .header-skip-ribbon {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: normal;
  padding: 0 30px;
  height: 0;
  background-color: #232323;
  display: flex;
  align-items: center;
  color: #fff;
  transition: height 0.4s ease-in-out;
}

.header .header-skip-ribbon:focus-within {
  height: 48px;
}

.header .header-skip-link {
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid transparent;
}

.header .header-skip-link, .header .header-skip-link:active, .header .header-skip-link:hover, .header .header-skip-link:link, .header .header-skip-link:visited {
  color: #fff;
}

.header .header-skip-link:focus {
  border-color: #fff;
  outline: none;
}

.header .header-skip-link:first-of-type {
  margin-left: 16px;
}

.header .header-top-ribbon {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.03125rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  height: 112px;
  padding-top: 48px;
  padding-right: 3px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .header .header-top-ribbon {
    padding-right: 12px;
  }
}
@media (min-width: 1024px) {
  .header .header-top-ribbon {
    padding-top: 0;
    padding-right: 18px;
    height: 64px;
  }
}
@media (min-width: 1280px) {
  .header .header-top-ribbon {
    padding-right: 22px;
  }
}
.header .header-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 90px;
  margin-right: auto;
}

.header .header-brand:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='48'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M28.018 27.774c-7.614 0-13.809-6.2-13.809-13.817 0-7.603 6.195-13.791 13.809-13.791 7.609 0 13.801 6.188 13.801 13.79 0 7.619-6.192 13.818-13.801 13.818'/%3E%3Cpath fill='%23000' d='M36.065 20.527s-.647-2.889-1.681-4.623c-.566-.918-1.433-1.684-2.597-1.655-.83.01-1.541.444-2.415 1.688-.543.75-1.358 2.641-1.358 2.641s-.815-1.892-1.357-2.641c-.891-1.243-1.597-1.678-2.411-1.688-1.172-.03-2.036.737-2.611 1.655-1.03 1.735-1.672 4.623-1.672 4.623h-.942L24.076 3.94l3.913 12.95.025.029.03-.03 3.903-12.95 5.056 16.59h-.938zM28.018 0c-7.716 0-13.974 6.258-13.974 13.957 0 7.723 6.258 13.982 13.974 13.982 7.714 0 13.967-6.26 13.967-13.982C41.985 6.304 35.834 0 28.018 0zM.041 39.271l1.364-4.656h2.362l.589 1.978 1.716-2.002h2.497l-1.3 4.673-1.889.007.692-2.411-2.182 2.411h-.943l-.678-2.568-.759 2.568zm16.633-4.68l5.798.023-.346 1.498h-1.99l-.819 3.159h-1.831l.759-3.148H16.28zm19.702 1.231c.137-1.116-1.153-1.208-1.153-1.208H30.76l-1.326 4.657h1.73l.397-1.4 1.382.025c.503-.05.528.301.528.301s-.009.314-.043.644c-.023.362.32.422.32.422h1.88c-.15-.12-.153-.358-.153-.51 0-.118.195-.4.131-.846-.044-.39-.485-.487-.547-.54-.058-.023.017-.09.017-.09s1.187-.339 1.301-1.455m-2.379.762h-1.994l.232-.897 1.921.014s.375-.028.347.354c-.025.444-.506.53-.506.53m11.373-1.97h1.793l-.861 3.377h2.913l-.34 1.279h-4.708zm9.524-.024h-2.18l-3.158 4.68h1.57l.539-.815.016-.023h2.231v.023l.2.815h1.846l-1.064-4.68zm-1.266 2.753H52.44l-.025-.01.92-1.373.316 1.372-.022.011zm-37.76-1.153c-.27-1.284-1.782-1.773-3.153-1.773-.355.003-.77.045-1.093.112-1.395.277-3.148 1.526-2.84 3.141.254 1.353 2.09 2.084 4.15 1.678 1.937-.369 3.196-1.852 2.936-3.158m-2.895 1.893c-.8.408-2.012.27-2.147-.545-.143-.781.472-1.562.975-1.745.354-.121.644-.189.904-.152.563 0 1.132.268 1.204.697.274 1.285-1.108 1.826-.936 1.745m16.368-1.893c-.256-1.284-1.768-1.773-3.13-1.773a6.108 6.108 0 00-1.104.112c-1.386.277-3.146 1.526-2.843 3.141.265 1.353 2.1 2.084 4.162 1.678 1.93-.369 3.186-1.852 2.915-3.158m-2.882 1.893c-.798.408-2.022.27-2.147-.545-.138-.781.471-1.562.976-1.745.347-.121.646-.189.912-.152.555 0 1.115.268 1.195.697.283 1.285-1.1 1.826-.936 1.745m17.542-1.893c-.254-1.284-1.77-1.773-3.128-1.773a6.26 6.26 0 00-1.11.112c-1.377.277-3.13 1.526-2.826 3.141.256 1.353 2.094 2.084 4.146 1.678 1.936-.369 3.195-1.852 2.918-3.158m-2.884 1.893c-.79.408-2 .27-2.143-.545-.143-.781.466-1.562.97-1.745.423-.152.594-.189.915-.181.567.045 1.118.297 1.208.726.261 1.285-1.106 1.826-.95 1.745M5.984 47.998c-1.178-.002-1.835-.392-1.837-1.21 0-.106.012-.222.035-.343l.003-.021h.767l-.007.032a.816.816 0 00-.025.203c0 .477.463.755 1.245.756.967 0 1.595-.38 1.726-.875a.532.532 0 00.02-.146c.012-.454-.746-.511-1.526-.607-.772-.098-1.568-.25-1.572-.983 0-.103.016-.217.05-.341.246-.916 1.165-1.438 2.449-1.438.876 0 1.758.237 1.76 1.092 0 .095-.011.196-.033.305l-.005.02H8.27l.005-.028a.917.917 0 00.012-.142c-.001-.51-.555-.664-1.255-.664-.66-.001-1.303.327-1.436.828a.572.572 0 00-.02.133c.003.188.124.364.569.444l1.665.298c.59.103.87.418.869.846 0 .103-.016.212-.045.325-.255.949-1.256 1.516-2.65 1.516h-.001zm42.779 0c-1.176-.002-1.834-.391-1.836-1.208 0-.108.012-.224.035-.345l.004-.021h.767l-.008.032a.816.816 0 00-.025.203c.001.477.463.755 1.246.756.966 0 1.595-.38 1.725-.875a.503.503 0 00.022-.146c.01-.454-.747-.511-1.528-.607-.77-.098-1.568-.25-1.572-.983 0-.103.016-.217.051-.341.245-.916 1.165-1.438 2.447-1.438.877 0 1.76.237 1.761 1.092 0 .095-.01.196-.033.305l-.005.02h-.764l.005-.03a.697.697 0 00.012-.14c0-.511-.554-.664-1.254-.664-.66-.001-1.302.328-1.436.828a.624.624 0 00-.018.133c.001.188.123.364.568.444l1.664.298c.591.103.871.418.87.847 0 .102-.016.21-.047.325-.254.948-1.255 1.515-2.649 1.515h-.002zm-36.708-.58c1.123 0 2.105-.77 2.413-1.911.055-.206.082-.4.082-.58-.003-.808-.54-1.314-1.459-1.316-1.123 0-2.105.767-2.413 1.91-.056.207-.083.4-.083.579.002.809.54 1.315 1.46 1.318zm-.144.583c-.78 0-1.306-.213-1.636-.542-.328-.33-.46-.774-.46-1.23 0-.242.037-.487.1-.722.301-1.121 1.341-2.48 3.32-2.48.781 0 1.305.213 1.635.543.33.33.46.774.46 1.229 0 .242-.037.487-.099.722-.302 1.123-1.34 2.48-3.319 2.48zm3.857-.126l1.265-4.708.005-.019h.727l-1.113 4.144h3.516l-.156.583zm6.986.125c-1.058-.002-1.755-.473-1.757-1.403 0-.193.03-.407.093-.638l.754-2.81h.727l-.766 2.856a1.8 1.8 0 00-.068.468c.002.596.385.94 1.161.943.956 0 1.628-.54 1.867-1.424l.758-2.824.004-.019h.728l-.757 2.823c-.36 1.345-1.462 2.027-2.74 2.027h-.004zm5.351-.122l1.103-4.106h-1.985l.167-.621h4.695l-.165.621h-1.985l-1.102 4.106zm3.898 0l1.265-4.708.005-.019H34l-1.27 4.727zm7.259-2.372c-.307 1.142-1.289 1.911-2.413 1.911-.92-.003-1.457-.51-1.459-1.319 0-.179.026-.372.081-.579.308-1.142 1.292-1.91 2.415-1.91.92.002 1.456.508 1.458 1.318 0 .179-.026.372-.082.579m.402-1.938c-.329-.33-.854-.543-1.635-.543-1.98 0-3.02 1.359-3.32 2.481-.063.235-.099.48-.099.721 0 .457.131.901.461 1.23.328.329.854.542 1.636.541 1.98.001 3.018-1.357 3.32-2.479.061-.235.097-.479.097-.721 0-.457-.13-.9-.46-1.23m4.457 4.307l-1.78-3.957-1.064 3.957h-.726l1.268-4.727h.956l1.783 3.957 1.057-3.938.006-.019h.727l-1.269 4.727z'/%3E%3C/g%3E%3C/svg%3E");
  width: 56px;
  height: 48px;
}

@media (min-width: 768px) {
  .header .header-brand:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='263' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M255.418 17.172c-2.54-.002-3.96-.845-3.963-2.61 0-.233.022-.48.073-.741l.008-.046h1.655l-.016.066a1.894 1.894 0 00-.054.44c.002 1.031 1 1.63 2.69 1.635 2.088 0 3.444-.822 3.726-1.89.032-.118.046-.22.046-.317.024-.98-1.612-1.103-3.298-1.31-1.666-.212-3.387-.542-3.394-2.124 0-.223.034-.466.108-.737.532-1.978 2.517-3.105 5.286-3.103 1.892.002 3.797.511 3.803 2.358 0 .204-.023.423-.073.66l-.01.044h-1.65l.012-.066a1.96 1.96 0 00.026-.304c-.003-1.103-1.198-1.433-2.709-1.434-1.427-.002-2.812.709-3.1 1.79-.027.097-.04.191-.04.287.002.406.266.784 1.227.958l3.594.643c1.275.222 1.88.903 1.877 1.827 0 .22-.034.456-.1.703-.547 2.047-2.71 3.27-5.72 3.27h-.004zm-10.026-.266l-3.845-8.543-2.293 8.543h-1.572l2.74-10.207h2.066l3.847 8.544 2.282-8.502.012-.042h1.571l-2.74 10.207zm-10.49-5.114c-.662 2.465-2.784 4.125-5.21 4.125-1.987-.004-3.147-1.1-3.152-2.848 0-.385.059-.804.176-1.248.665-2.467 2.79-4.126 5.212-4.126 1.987.006 3.147 1.098 3.153 2.847 0 .386-.06.804-.179 1.25m.87-4.186c-.712-.711-1.845-1.17-3.534-1.17-4.273 0-6.518 2.933-7.166 5.356a6.013 6.013 0 00-.215 1.559c0 .984.28 1.943.994 2.654.71.71 1.844 1.17 3.533 1.169h.002c4.27.002 6.514-2.932 7.164-5.353a6.103 6.103 0 00.214-1.558c0-.986-.282-1.945-.992-2.657m-16.545 9.306l2.733-10.167.008-.04h1.572l-2.742 10.207zm-8.418 0l2.382-8.866h-4.285l.36-1.341h10.141l-.36 1.341h-4.286l-2.381 8.866zm-11.552.264c-2.285-.004-3.789-1.02-3.793-3.029 0-.416.064-.877.198-1.375l1.63-6.069h1.57l-1.654 6.168a3.89 3.89 0 00-.149 1.01c.006 1.287.834 2.029 2.505 2.036 2.065-.002 3.519-1.17 4.035-3.076l1.633-6.096.012-.042h1.57l-1.632 6.097c-.78 2.902-3.157 4.377-5.918 4.377h-.006zm-15.085-.27l2.73-10.165.01-.042h1.572l-2.405 8.95h7.593l-.337 1.257zm-8.018-.986c2.424 0 4.55-1.66 5.21-4.125a4.89 4.89 0 00.178-1.252c-.006-1.747-1.165-2.839-3.149-2.844-2.428 0-4.55 1.659-5.212 4.123a4.756 4.756 0 00-.178 1.252c.004 1.747 1.162 2.841 3.15 2.845zm-.308 1.26c-1.688 0-2.823-.461-3.534-1.172-.712-.711-.994-1.671-.994-2.656 0-.522.08-1.052.214-1.557.65-2.422 2.896-5.356 7.167-5.356 1.687 0 2.822.46 3.534 1.173.71.71.992 1.668.992 2.654 0 .523-.078 1.05-.213 1.556-.65 2.423-2.893 5.357-7.165 5.357h-.001zm-12.801-.008c-2.543-.002-3.962-.846-3.966-2.612 0-.233.024-.478.074-.74l.01-.045h1.653l-.015.066a1.842 1.842 0 00-.055.438c.003 1.034 1.002 1.633 2.69 1.635 2.089.002 3.443-.82 3.727-1.888.031-.118.045-.22.045-.317.025-.98-1.613-1.103-3.298-1.31-1.666-.211-3.386-.54-3.394-2.124 0-.223.035-.466.11-.737.529-1.978 2.514-3.105 5.285-3.103 1.892.002 3.797.511 3.802 2.358 0 .204-.023.423-.073.66l-.01.044h-1.648l.012-.065c.016-.108.026-.21.026-.304-.004-1.102-1.199-1.434-2.71-1.435-1.427-.002-2.813.707-3.1 1.79a1.06 1.06 0 00-.042.287c.003.406.267.784 1.227.958l3.596.643c1.274.222 1.879.903 1.877 1.825 0 .223-.036.458-.1.704-.55 2.048-2.712 3.272-5.718 3.272h-.005zm-12.271-10.42h-4.705l-6.82 10.105h3.39l1.164-1.76.033-.049h4.817v.05l.432 1.76h3.988l-2.299-10.107zm-2.73 5.943h-2.569l-.055-.022 1.987-2.963.68 2.963-.044.022zm-17.835-5.891h3.871l-1.857 7.292h6.288l-.734 2.762h-10.164zm-2.956 3.402c-.546-2.773-3.82-3.827-6.75-3.827-.797.006-1.667.096-2.402.241-2.972.6-6.759 3.295-6.098 6.784.554 2.92 4.522 4.496 8.95 3.622 4.18-.798 6.9-4.002 6.3-6.82m-6.227 4.087c-1.705.881-4.319.584-4.625-1.176-.309-1.685 1.006-3.373 2.092-3.77.917-.326 1.287-.404 1.98-.39 1.22.099 2.411.642 2.608 1.568.563 2.776-2.39 3.945-2.055 3.768M110.79 9.41c.297-2.407-2.49-2.606-2.49-2.606h-9.64l-2.864 10.055h3.736l.856-3.022 2.989.053c1.083-.11 1.134.65 1.134.65s-.016.68-.09 1.389c-.048.783.69.911.69.911h4.06c-.324-.26-.33-.77-.33-1.099 0-.255.42-.863.281-1.826-.094-.842-1.045-1.053-1.182-1.167-.122-.051.04-.197.04-.197s2.563-.729 2.81-3.14m-5.136 1.646h-4.31l.505-1.938 4.147.032s.81-.063.748.766c-.056.956-1.09 1.14-1.09 1.14M95.6 10.206c-.552-2.773-3.815-3.827-6.757-3.827a13.12 13.12 0 00-2.385.241c-2.993.6-6.79 3.295-6.138 6.784.572 2.92 4.534 4.496 8.986 3.622 4.169-.798 6.882-4.002 6.296-6.82m-6.222 4.087c-1.724.881-4.37.584-4.638-1.176-.296-1.685 1.019-3.373 2.11-3.77.748-.26 1.391-.404 1.968-.326 1.197 0 2.406.578 2.579 1.504.61 2.776-2.378 3.945-2.02 3.768M68.248 6.752l12.52.052-.75 3.232h-4.296l-1.768 6.821h-3.956l1.64-6.797h-4.241zm-1.74 3.454c-.582-2.773-3.85-3.827-6.809-3.827-.766.006-1.662.096-2.362.241-3.009.6-6.796 3.295-6.131 6.784.548 2.92 4.514 4.496 8.962 3.622 4.18-.798 6.9-4.002 6.34-6.82m-6.25 4.087c-1.73.881-4.346.584-4.637-1.176-.308-1.685 1.018-3.373 2.103-3.77.767-.26 1.393-.404 1.953-.326 1.22 0 2.445.578 2.6 1.504.593 2.776-2.393 3.945-2.018 3.768m-27.93 2.565l2.949-10.055h5.097l1.275 4.274 3.704-4.324h5.393l-2.809 10.086-4.078.019 1.494-5.206-4.709 5.206h-2.039l-1.466-5.546-1.638 5.546z' fill='%23231F20' fill-rule='nonzero'/%3E%3Cpath fill='%23000' d='M18.546 17.455s-.13-2.295-1.024-3.774c-.483-.804-1.237-1.696-2.25-1.68-.71.012-1.297.638-2.073 1.696-.458.645-1.163 2.667-1.163 2.667s-.708-2.022-1.166-2.667c-.754-1.058-1.436-1.684-2.143-1.697-1.016-.015-1.694.877-2.176 1.68-.895 1.48-1.097 3.775-1.097 3.775h-1.09L8.727 3.273l3.286 10.909h.046l3.214-10.91 4.364 14.183h-1.091zM12.036 0C5.393 0 0 5.368 0 12c0 6.633 5.393 12 12.036 12C18.678 24 24 18.633 24 12c0-6.588-5.219-12-11.964-12z'/%3E%3C/g%3E%3C/svg%3E");
    width: 263px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .header .header-brand {
    width: 317px;
  }
}
@media (min-width: 1024px) {
  .header .header-brand {
    margin-right: 0;
  }
}
.header .header-search {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1030;
  opacity: 0;
  pointer-events: none;
}

.header .header-search:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 1280px) {
  .header .header-search {
    position: static;
    top: unset;
    bottom: unset;
    z-index: auto;
    background-color: transparent;
    width: auto;
    opacity: 1;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 24px;
    flex: 0 1 255px;
  }
  .header .header-search:before {
    display: none;
  }
}
.header .header-search-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1050;
  transform: translateY(-100%);
  will-change: transform;
  pointer-events: none;
  width: 100%;
  padding: 0 24px;
  margin-top: 104px;
}

@media (min-width: 1280px) {
  .header .header-search-wrapper {
    position: relative;
    pointer-events: auto;
    transform: none;
    justify-content: flex-start;
    margin-top: 0;
    padding: 0;
  }
}
.header .header-search-reset, .header .header-search-submit {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
  flex: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 1px solid transparent;
}

.header .header-search-reset.focus, .header .header-search-reset:focus, .header .header-search-submit.focus, .header .header-search-submit:focus, body.user-is-tabbing .header .header-search-reset:focus, body.user-is-tabbing .header .header-search-submit:focus {
  border: 1px solid #00a3e0;
  box-shadow: 0 0 0 2px rgba(0, 163, 224, 0.5);
}

.header .header-search-reset:focus, .header .header-search-submit:focus {
  outline: none;
}

.header .header-search-reset:before, .header .header-search-submit:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 48px;
  width: max(100%, 48px);
  transform: translate(-50%, -50%);
}

body.user-is-touching .header .header-search-reset:before, body.user-is-touching .header .header-search-submit:before {
  content: "";
}

@media (prefers-reduced-motion: reduce) {
  .header .header-search-reset, .header .header-search-submit {
    transition: none;
  }
}
.header .header-search-reset:after, .header .header-search-submit:after {
  display: block;
  content: "";
}

.header .header-search-reset {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  transition: background-color 0.15s ease-in-out;
}

.header .header-search-reset.focus, .header .header-search-reset:focus, body.user-is-tabbing .header .header-search-reset:focus {
  border: 1px solid #00a3e0;
  box-shadow: 0 0 0 2px rgba(0, 163, 224, 0.5);
}

.header .header-search-reset:focus {
  outline: none;
}

.header .header-search-reset:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M18.5 18.5l-13-13m0 13l13-13' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke='%23000'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  opacity: 0.6;
  transition: opacity 0.15s ease-in-out;
}

@media (min-width: 1280px) {
  .header .header-search-reset {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  .header .header-search-reset:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg stroke='%23000'%3E%3Cpath d='M12.5 12.5l-9-9M3.5 12.5l9-9'/%3E%3C/g%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
  }
}
.header .header-search-reset:focus, .header .header-search-reset:hover {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.header .header-search-reset:focus:after, .header .header-search-reset:hover:after {
  opacity: 0.95;
}

.header .header-search-submit {
  width: 80px;
  height: 48px;
  border-radius: 24px;
  background-color: #ccc;
  color: hsla(0deg, 0%, 100%, 0.95);
}

.header .header-search-submit:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg stroke='%23000' fill='none'%3E%3Cpath d='M23.5 15a8.5 8.5 0 11-17.001-.001A8.5 8.5 0 0123.5 15zM27 27l-6-6'/%3E%3C/g%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
  opacity: 0.95;
}

.header .header-search-submit:hover {
  background: #999;
}

.header .header-search-submit:focus {
  outline: none;
}

@media (min-width: 1280px) {
  .header .header-search-submit {
    width: 48px;
    height: 32px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.95);
  }
  .header .header-search-submit:hover {
    background: rgba(66, 66, 66, 0.9625);
  }
  .header .header-search-submit:not(:hover):active {
    background: rgba(0, 0, 0, 0.95);
  }
  .header .header-search-submit:after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='none' d='M4 28h24V4H4z'/%3E%3Cpath d='M17.5 11a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0zm2.75 9.25L15.5 15.5' stroke='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.header .header-search-input {
  flex: 0 1 540px;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 124px;
  margin-right: -120px;
  height: 48px;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.95);
  vertical-align: initial;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: normal;
}

.header .header-search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.header .header-search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.header .header-search-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.header .header-search-input.focus, .header .header-search-input:focus {
  outline: none;
  border: 1px solid #00a3e0;
  box-shadow: 0 0 0 2px rgba(0, 163, 224, 0.5);
}

.header .header-search-input:-moz-placeholder-shown {
  padding-right: 92px;
}

.header .header-search-input:-ms-input-placeholder {
  padding-right: 92px;
}

.header .header-search-input:placeholder-shown {
  padding-right: 92px;
}

.header .header-search-input:-moz-placeholder-shown ~ .header-search-reset {
  visibility: hidden;
}

.header .header-search-input:-ms-input-placeholder ~ .header-search-reset {
  visibility: hidden;
}

.header .header-search-input:placeholder-shown ~ .header-search-reset {
  visibility: hidden;
}

html.ie .header .header-search-input {
  padding-top: 4px;
  padding-bottom: 4px;
}

.header .header-search-input:hover:not(:focus) {
  border-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1280px) {
  .header .header-search-input {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.0125rem;
    width: 100%;
    margin-right: -76px;
    height: 32px;
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 80px;
    flex-basis: auto;
  }
  .header .header-search-input:-moz-placeholder-shown {
    padding-right: 56px;
  }
  .header .header-search-input:-ms-input-placeholder {
    padding-right: 56px;
  }
  .header .header-search-input:placeholder-shown {
    padding-right: 56px;
  }
}
.header .header-search.header-animatable {
  transition: opacity 0.15s linear;
}

.header .header-search.header-animatable .header-search-wrapper {
  transition: transform 0.3s ease-out;
}

.header .header-search.header-show {
  opacity: 1;
  pointer-events: auto;
}

.header .header-search.header-show .header-search-wrapper {
  pointer-events: auto;
  transform: none;
}

@media (min-width: 1280px) {
  .header .header-search-button, .header .header-search-close-button {
    display: none;
  }
}
.header .header-search-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='none' d='M4 28h24V4H4z'/%3E%3Cpath d='M17.5 11a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0zm2.75 9.25L15.5 15.5' stroke='%23000'/%3E%3C/g%3E%3C/svg%3E");
}

.header .header-search-close-button {
  position: fixed;
  top: 20px;
  right: 20px;
}

.header .header-search-close-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M20.85 2.65l-18.2 18.2m18.2 0L2.65 2.65' fill='none' fill-rule='evenodd' opacity='.988' stroke='%23FFF' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E");
}

.header .header-section {
  height: 48px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 0 12px 0 8px;
  margin-left: auto;
  margin-right: 8px;
}

.header .header-locale, .header .header-quicklinks, .header .header-support {
  display: none;
  position: relative;
}

@media (min-width: 1024px) {
  .header .header-locale, .header .header-quicklinks, .header .header-support {
    display: block;
  }
}
.header .header-support-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath stroke='%23111' d='M9.471 7.91c.469-1.077 1.15-1.6 2.43-1.6C13.622 6.31 15 7.384 15 9.076s-1.275 3.267-2.994 3.267v1.498'/%3E%3Cpath stroke='%23111' stroke-width='.6' d='M11.97 17.688a.75.75 0 100-1.5.75.75 0 000 1.5z'/%3E%3Cpath stroke='%23000' d='M12 3.375A8.624 8.624 0 0120.625 12 8.624 8.624 0 0112 20.625 8.624 8.624 0 013.375 12 8.624 8.624 0 0112 3.375z'/%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 1280px) {
  .header .header-support-button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23111' stroke-linecap='square' d='M6 5.73c.313-.717 1.063-1.23 1.917-1.23C9.063 4.5 10 5.423 10 6.551c0 1.129-.938 2.052-2.083 2.052v.85'/%3E%3Cpath stroke='%23111' stroke-linecap='square' stroke-width='.6' d='M8 11.7a.6.6 0 10-.001-1.201A.6.6 0 008 11.7z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M8 2.5a5.5 5.5 0 11-.001 11.001A5.5 5.5 0 018 2.5z'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.header .header-support-items {
  padding: 16px 0;
}

.header .header-locale-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23111'%3E%3Cpath d='M11.5 4v17M3 12.5h17'/%3E%3Cg stroke-linecap='square'%3E%3Cpath d='M11.5 3.5c2.761 0 5 4.029 5 9s-2.239 9-5 9-5-4.029-5-9 2.239-9 5-9z'/%3E%3Cpath d='M11.5 3.5a9 9 0 019 9 9 9 0 01-9 9 9 9 0 01-9-9 9 9 0 019-9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 1280px) {
  .header .header-locale-button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23111'%3E%3Cpath d='M7.5 2.5v12M1.5 8.5h12'/%3E%3Cpath d='M7.5 2.5c1.657 0 3 2.687 3 6s-1.343 6-3 6-3-2.687-3-6 1.343-6 3-6z' stroke-linecap='square'/%3E%3Cpath d='M7.5 2.5a6 6 0 010 12 6 6 0 010-12z' stroke-linecap='square'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.header .header-locale-items {
  padding: 24px 0 16px;
}

.header .header-locale-heading {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.95);
  padding: 0 24px 12px;
}

.header .header-quicklinks-icon {
  width: 32px;
  height: 32px;
  opacity: 0.6;
  transition: opacity 0.15s ease-in-out;
}

.header .header-quicklinks-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M16.5 19.5h3v-3h-3zm-12 0h3v-3h-3zm6 0h3v-3h-3zm6-12h3v-3h-3zm-12 0h3v-3h-3zm6 0h3v-3h-3zm6 6h3v-3h-3zm-12 0h3v-3h-3zm6 0h3v-3h-3z' fill='none' fill-rule='evenodd' stroke='%23000'/%3E%3C/svg%3E");
}

@media (min-width: 1280px) {
  .header .header-quicklinks-button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M11 13h2v-2h-2zm-8 0h2v-2H3zm4 0h2v-2H7zm4-8h2V3h-2zM3 5h2V3H3zm4 0h2V3H7zm4 4h2V7h-2zM3 9h2V7H3zm4 0h2V7H7z'/%3E%3C/svg%3E");
  }
}
.header .header-quicklinks-divider {
  margin: 8px 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .header .header-quicklinks-divider {
    margin: 8px 24px;
  }
}
@media (min-width: 1024px) {
  .header .header-quicklinks-divider {
    margin: 8px 0;
  }
}
.header .header-quicklinks-heading {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  padding: 8px 12px 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
}

.header .header-quicklinks-scroll {
  max-height: calc(100vh - 100px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.header .header-quicklinks-items {
  padding: 12px 0 0;
}

.header .header-quicklinks-items-wrapper {
  padding-bottom: 12px;
  max-height: calc(100vh - 100px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .header .header-quicklinks-items-wrapper {
    width: 312px;
    justify-content: flex-start;
    margin: 0 4px;
  }
}
.header .header-quicklinks-item {
  border: 1px solid transparent;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96px;
  min-height: 96px;
  padding: 16px 4px 4px;
  margin: 4px;
}

.header .header-quicklinks-item, .header .header-quicklinks-item:active, .header .header-quicklinks-item:hover, .header .header-quicklinks-item:link, .header .header-quicklinks-item:visited {
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
}

.header .header-quicklinks-item.header-selected {
  border-color: rgba(0, 0, 0, 0.6);
}

.header .header-quicklinks-item:hover {
  background-color: #f2f2f2;
}

.header .header-quicklinks-item.header-selected .header-quicklinks-icon, .header .header-quicklinks-item:hover .header-quicklinks-icon {
  opacity: 0.95;
}

.header .header-quicklinks-item:focus {
  outline: none;
}

.header .header-quicklinks-text {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.03125rem;
  display: flex;
  min-height: 38px;
  flex-grow: 1;
  align-items: center;
  text-align: center;
  margin-top: 4px;
}

.header .header-minicart {
  padding: 0;
  display: none;
}

@media (min-width: 1024px) {
  .header .header-minicart {
    display: block;
  }
}
.header .header-minicart-table {
  display: block;
}

.header .header-minicart-tr {
  display: flex;
}

.header .header-minicart-tfoot {
  display: block;
}

.header .header-minicart-tfoot-td {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0125rem;
  padding-top: 16px;
  background-color: #f2f2f2;
}

.header .header-minicart-thead {
  display: block;
}

.header .header-minicart-thead-td {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.95);
  padding: 24px 6px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .header-minicart-thead-td:first-child {
  padding-left: 24px;
}

.header .header-minicart-thead-td:last-child {
  padding-right: 24px;
}

.header .header-minicart-tbody {
  display: block;
  max-height: 300px;
}

.header .header-minicart-tbody.can-scroll-top {
  box-shadow: inset 0 16px 16px -16px rgba(35, 35, 35, 0.2);
}

.header .header-minicart-tbody.can-scroll-bottom {
  box-shadow: inset 0 -16px 16px -16px rgba(35, 35, 35, 0.2);
}

.header .header-minicart-tbody.can-scroll-top.can-scroll-bottom {
  box-shadow: inset 0 16px 16px -16px rgba(35, 35, 35, 0.2), inset 0 -16px 16px -16px rgba(35, 35, 35, 0.2);
}

.header .header-minicart-tbody-td {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0125rem;
  padding: 16px 6px;
  position: relative;
}

.header .header-minicart-tbody-td:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  right: 0;
}

.header .header-minicart-tbody-td:first-child:after {
  left: 24px;
}

.header .header-minicart-tbody-td:last-child:after {
  right: 24px;
}

.header .header-minicart-tbody-tr:last-child .header-minicart-td:after {
  display: none;
}

.header .header-minicart-thumbnail {
  width: 48px;
  height: 48px;
  float: left;
  position: relative;
  z-index: -1;
  margin-right: 12px;
}

.header .header-minicart-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.625rem;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0125rem;
}

.header .header-minicart-price, .header .header-minicart-price-total {
  color: rgba(0, 0, 0, 0.95);
  margin: 0;
}

.header .header-minicart-price {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0125rem;
}

.header .header-minicart-price-total {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  letter-spacing: normal;
}

.header .header-minicart-empty {
  padding: 24px 24px 16px;
}

.header .header-minicart-empty:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cg stroke='rgba(0,0,0,0.25)' stroke-linecap='square' stroke-width='1.5' fill='none' fill-rule='evenodd'%3E%3Cpath d='M6 6h5v21h-.5a2.5 2.5 0 100 5H42m-27 4a3 3 0 110 6 3 3 0 010-6zm23 0a3 3 0 110 6 3 3 0 010-6z'/%3E%3Cpath stroke-linejoin='round' d='M11 13h26.453l-3.111 14H11'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  margin: auto;
  content: "";
  width: 48px;
  height: 48px;
}

.header .header-minicart-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 24px;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: normal;
  background-color: #f2f2f2;
}

.header .header-minicart-footer-info {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  letter-spacing: normal;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.95);
  margin: 0;
}

.header .header-cart {
  display: flex;
  align-items: center;
}

.header .header-cart, .header .header-cart-button {
  position: relative;
}

.header .header-cart-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M7.5 18a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 017.5 18M18 18a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 0118 18M7.5 15.264a.75.75 0 01-.75-.75v-.75h10.5a.75.75 0 00.728-.567l1.5-6a.75.75 0 00-.728-.933h-12v-2.25a.75.75 0 00-.75-.75H3v1.5h2.25v9.75a2.25 2.25 0 002.25 2.25H20v-1.5H7.5z'/%3E%3C/svg%3E");
}

@media (min-width: 1280px) {
  .header .header-cart-button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23000' d='M5.5 12a1 1 0 110 2 1 1 0 110-2m7 0a1 1 0 110 2 1 1 0 110-2M5 10a.5.5 0 01-.5-.5V9h7a.5.5 0 00.485-.379l1-4A.5.5 0 0012.5 4h-8V2.5A.5.5 0 004 2H2v1h1.5v6.5A1.5 1.5 0 005 11h8.5v-1H5z' fill-rule='evenodd'/%3E%3C/svg%3E");
  }
}
.header .header-menu, .header .header-menu-submenu {
  background-color: #fff;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  will-change: transform;
  pointer-events: none;
  transition: transform 0.2s ease-in;
}

@media (min-width: 1024px) {
  .header .header-menu, .header .header-menu-submenu {
    left: calc(100% - 396px);
  }
}
.header .header-menu-submenu.header-show, .header .header-menu.header-show {
  pointer-events: auto;
  transform: none;
  transition: transform 0.4s ease-out;
}

.header .header-menu, .header .header-menu-submenu.header-covered, .header .header-menu.header-covered {
  overflow-y: hidden;
}

.header .header-menu {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: normal;
  position: fixed;
  top: 48px;
  bottom: 0;
  z-index: 1030;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .header .header-menu.header-show {
    box-shadow: 0 12px 16px 0 rgba(35, 35, 35, 0.2);
  }
}
@media (min-width: 1024px) {
  .header .header-menu {
    top: 0;
  }
}
@media (min-width: 1280px) {
  .header .header-menu {
    display: none;
  }
}
.header .header-menu-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 17.5h9m-18-5h18m-18-5h18' fill='none' fill-rule='evenodd' stroke-linejoin='round' stroke='%23000'/%3E%3C/svg%3E");
}

@media (min-width: 1280px) {
  .header .header-menu-button {
    display: none;
  }
}
.header .header-menu-header, .header .header-menu-submenu-button, .header .header-menu-submenu-title {
  display: flex;
  align-items: center;
}

.header .header-menu-header {
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  flex: none;
}

.header .header-menu-header-label {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  text-transform: none;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.95);
}

.header .header-menu-header-button {
  margin-left: auto;
  margin-right: -12px;
}

.header .header-menu-header-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M18.5 18.5l-13-13m0 13l13-13' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke='%23000'/%3E%3C/svg%3E");
}

.header .header-menu-wrapper {
  overflow-y: auto;
  padding-top: 8px;
}

@media (min-width: 1024px) {
  .header .header-menu-substitute {
    display: none;
  }
}
.header .header-menu-item {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .header .header-menu-item {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: normal;
  }
}
.header .header-menu-item.header-disabled {
  color: rgba(0, 0, 0, 0.25);
}

.header .header-menu-item-info {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.03125rem;
  margin: -12px 0 8px;
}

@media (min-width: 768px) {
  .header .header-menu-item-info {
    margin-bottom: 16px;
  }
}
.header .header-menu-item.header-external:after, .header .header-menu-item.header-has-children:after {
  opacity: 0.6;
}

.header .header-menu-item.header-external:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' stroke='%23000'%3E%3Cpath d='M4.5 19.5l14-15'/%3E%3Cpath stroke-linecap='square' d='M18.5 13.5v-9h-9'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
  .header .header-menu-item.header-popover-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1023.98px) {
  .header .header-menu-item.header-popover-link, .header .header-menu-item.header-popover-link:active, .header .header-menu-item.header-popover-link:hover, .header .header-menu-item.header-popover-link:link, .header .header-menu-item.header-popover-link:visited {
    color: rgba(0, 0, 0, 0.6);
  }
  .header .header-menu-item.header-popover-link .header-link-text {
    background-image: none;
  }
}
@media (min-width: 1024px) {
  .header .header-menu-item.header-popover-link {
    min-height: 0;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.0125rem;
  }
  .header .header-menu-item.header-popover-link:hover {
    background-color: transparent;
  }
}
.header .header-menu-item.header-selected {
  color: rgba(0, 0, 0, 0.95);
}

.header .header-menu-item.header-selected:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath stroke='%23000' d='M9.5 16.5l-4-4.5m4 4.5l8.5-9' fill='none' fill-rule='evenodd' stroke-linecap='square'/%3E%3C/svg%3E");
  margin-left: 4px;
}

.header .header-menu-submenu {
  position: absolute;
  top: 64px;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  bottom: 0;
  z-index: 1;
}

.header .header-menu-submenu-button, .header .header-menu-submenu-title {
  min-height: 48px;
}

@media (min-width: 768px) {
  .header .header-menu-submenu-button, .header .header-menu-submenu-title {
    min-height: 56px;
  }
}
.header .header-menu-submenu-button {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .header .header-menu-submenu-button {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: normal;
  }
}
.header .header-menu-submenu-button, .header .header-menu-submenu-button:hover {
  color: #005eb8;
}

.header .header-menu-submenu-button:before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg stroke='%23005eb8' fill='none' fill-rule='evenodd'%3E%3Cpath d='M3.667 7.667h9.666'/%3E%3Cpath stroke-linecap='square' d='M7.333 11L3.667 7.667l3.666-3.338'/%3E%3C/g%3E%3C/svg%3E");
  margin: 0 4px;
}

@media (min-width: 768px) {
  .header .header-menu-submenu-button:before {
    width: 24px;
    height: 24px;
    margin: 0 8px;
    background-size: 24px 24px;
  }
}
.header .header-menu-submenu-quicklinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 24px;
}

.header .header-menu-submenu-quicklinks .header-quicklinks-heading {
  text-align: center;
}

.header .header-menu-submenu-title {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.95);
}

.header .header-menu-submenu .header-menu-submenu {
  height: 100%;
  bottom: auto;
  top: 0;
}

.header .header-menu-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.15s;
}

.header .header-menu-backdrop:before {
  top: 0;
  bottom: 0;
  opacity: 0.25;
  background-color: #000;
  transition: opacity 0.15s linear;
}

.header .header-menu-backdrop:after, .header .header-menu-backdrop:before {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: "";
}

.header .header-menu-backdrop:after {
  top: 100%;
  height: 50%;
  background-color: #fff;
}

.header .header-menu-backdrop:not(.header-show) {
  transform: rotate(0);
  bottom: 0;
  pointer-events: none;
}

.header .header-menu-backdrop:not(.header-show):before {
  opacity: 0;
}

.header .header-menu-backdrop.header-fade {
  transform: rotate(0);
}

.header .header-menu-backdrop.header-fade:before {
  opacity: 0;
}

.header .header-menu-lead {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.95);
  text-align: center;
  margin: 48px 80px 24px;
}

@media (min-width: 576px) {
  .header .header-menu-lead {
    margin-top: 40px;
  }
}
.header .header-menu-footer {
  display: flex;
  justify-content: center;
}

.header .header-menu-footer-button {
  flex-grow: 1;
}

@media (min-width: 576px) {
  .header .header-menu-footer-button {
    flex-grow: 0;
  }
}
.header .header-user {
  display: flex;
  align-items: center;
  position: relative;
}

.header .header-user-button.header-anonymous:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000'%3E%3Cpath d='M15.5 8.5c0 1.841-1.431 5-3.5 5s-3.5-3.159-3.5-5c0-1.841 1.457-4 3.5-4s3.5 2.159 3.5 4z'/%3E%3Cpath d='M13.585 12.844s.769.37 1.602.65c1.179.396 2.527.715 3.313 1.506.786.79 1 2.45 1 2.5v2h-15v-2c0-.591.214-1.71 1-2.5.786-.791 2.219-1.11 3.398-1.506.833-.28 1.548-.625 1.548-.625'/%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 1280px) {
  .header .header-user-button.header-anonymous:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath stroke='%23000' d='M10.5 5c0 1.174-1.107 3.5-2.5 3.5S5.5 6.174 5.5 5 6.625 2.5 8 2.5s2.5 1.326 2.5 2.5zM10 9.5s1.489.115 1.977.783c.393.539.492 1.498.492 1.982 0 .486.008 1.265.008 1.265H3.5s.008-.779.008-1.265c0-.484.098-1.443.492-1.982.487-.668 1.992-.783 1.992-.783' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  }
}
.header .header-user-button:not(.header-anonymous) {
  padding: 0 8px;
}

.header .header-user-button:not(.header-anonymous):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 48px;
  width: max(100%, 48px);
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .header .header-user-divider {
    display: none;
  }
}
.header .header-user-menu {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0125rem;
}

@media (max-width: 1023.98px) {
  .header .header-user-menu {
    background-color: #fff;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(100%);
    will-change: transform;
    pointer-events: none;
    transition: transform 0.2s ease-in;
    position: fixed;
    top: 48px;
    bottom: 0;
    z-index: 1030;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
  .header .header-user-menu {
    left: calc(100% - 396px);
  }
}
@media (max-width: 1023.98px) {
  .header .header-user-menu.header-show {
    pointer-events: auto;
    transform: none;
    transition: transform 0.4s ease-out;
  }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
  .header .header-user-menu.header-show {
    box-shadow: 0 12px 16px 0 rgba(35, 35, 35, 0.2);
  }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
  .header .header-user-menu {
    top: 0;
  }
}
@media (min-width: 1024px) {
  .header .header-user-menu {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .header .header-user-menu-heading, .header .header-user-menu-label {
    min-height: 0;
  }
}
.header .header-user-menu-label {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media (min-width: 1024px) {
  .header .header-user-menu-label {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: normal;
    margin-bottom: 16px;
  }
}
.header .header-user-menu-heading {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  color: rgba(0, 0, 0, 0.95);
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .header .header-user-menu-heading {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.0125rem;
  }
}
@media (min-width: 1024px) {
  .header .header-user-menu-heading {
    padding-right: 24px;
    padding-bottom: 8px;
  }
}
.header .header-user-menu-body {
  margin: 24px 0;
}

@media (min-width: 1024px) {
  .header .header-user-menu-body {
    margin-top: 0;
  }
}
.header .header-user-menu-body.header-menu-substitute {
  margin: 32px 0;
}

.header .header-user-menu-footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (min-width: 576px) {
  .header .header-user-menu-footer {
    margin-top: 56px;
  }
}
@media (min-width: 1024px) {
  .header .header-user-menu-footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 56px;
    padding-right: 56px;
  }
}
.header .header-user-menu-button {
  flex-grow: 1;
}

@media (min-width: 576px) {
  .header .header-user-menu-button {
    flex-grow: 0;
  }
}
@media (min-width: 1024px) {
  .header .header-user-menu .header-menu-header {
    display: none;
  }
}
.header .header-user-menu .header-menu-wrapper {
  padding: 8px 0 16px;
}

@media (min-width: 1024px) {
  .header .header-user-menu .header-menu-wrapper {
    padding-top: 24px;
  }
}
.header .header-bottom-ribbon, .header .header-middle-ribbon {
  display: none;
  background-color: #f2f2f2;
  padding: 0 30px;
}

.header .header-bottom-ribbon {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0125rem;
  height: 64px;
  line-height: 64px;
}

@media (min-width: 1024px) {
  .header .header-bottom-ribbon.header-compact {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .header .header-bottom-ribbon {
    display: flex;
    align-items: center;
  }
}
.header .header-middle-ribbon {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.03125rem;
  position: relative;
  height: 48px;
  line-height: 48px;
}

@media (min-width: 1024px) {
  .header .header-middle-ribbon {
    display: flex;
  }
}
.header .header-middle-ribbon .header-menu-backdrop {
  position: absolute;
}

.header .header-middle-ribbon .header-menu-backdrop:after {
  display: none;
}

.header.headroom {
  box-shadow: none;
}

.header.headroom #secondary-nav {
  position: relative;
  z-index: -2;
  top: 0 !important;
}

.header.headroom #secondary-nav, .header.headroom .header-bottom-ribbon {
  transition: transform 0.15s linear;
}

.header.headroom--unpinned #secondary-nav {
  transform: translateY(-64px);
}

.header.headroom--unpinned .header-bottom-ribbon {
  position: relative;
  transform: translateY(-100%);
  z-index: -1;
}

.header.headroom--pinned .header-bottom-ribbon {
  -webkit-animation-name: header-bottom-ribbon-zindex-change;
  animation-name: header-bottom-ribbon-zindex-change;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.header .header-actions-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23000' d='M9 8a1 1 0 11-2 0 1 1 0 012 0zm0-4a1 1 0 11-2 0 1 1 0 012 0zm0 8a1 1 0 11-2 0 1 1 0 012 0z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.header .header-ribbon-menu-divider {
  margin: 0;
}

.header .header-ribbon-menu-button {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .header-ribbon-menu-underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 3px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.95);
}

.header .header-ribbon-menu-underline.header-active:before, .header .header-ribbon-menu-underline.header-current:before {
  opacity: 1;
  transition: opacity 0.15s linear;
}

.header .header-ribbon-menu-badge {
  margin-right: -4px;
}

.header .header-ribbon-menu-item {
  position: relative;
}

.header .header-ribbon-menu-item:first-child {
  margin-left: -12px;
}

.header .header-ribbon-menu-item:last-child {
  margin-right: -12px;
}

.header .header-ribbon-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 12px 16px 0 rgba(35, 35, 35, 0.2);
}

.header .header-ribbon-submenu-aside {
  right: 0;
  left: auto;
}

.header .header-ribbon-submenu.header-show {
  display: block;
  -webkit-animation-name: header-dropdown;
  animation-name: header-dropdown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.header .header-ribbon-submenu .header-ribbon-submenu {
  top: 0;
  left: 100%;
  margin-top: 0;
  display: block;
  pointer-events: none;
  opacity: 0;
}

.header .header-ribbon-submenu-input {
  border: 1px solid transparent;
  padding: 0 11px;
}

.header .header-ribbon-submenu-input.focus, .header .header-ribbon-submenu-input:focus, body.user-is-tabbing .header .header-ribbon-submenu-input:focus {
  border: 1px solid #00a3e0;
  box-shadow: 0 0 0 2px rgba(0, 163, 224, 0.5);
}

.header .header-ribbon-submenu-input:focus {
  outline: none;
}

.header .header-ribbon-submenu-input, .header .header-ribbon-submenu-input:hover {
  color: rgba(0, 0, 0, 0.95);
}

.header .header-ribbon-submenu-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.header .header-ribbon-submenu-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.header .header-ribbon-submenu-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.header .header-ribbon-submenu-input:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.6);
}

.header .header-ribbon-submenu-input:not(:-moz-placeholder-shown) {
  padding-right: 48px;
}

.header .header-ribbon-submenu-input:not(:-ms-input-placeholder) {
  padding-right: 48px;
}

.header .header-ribbon-submenu-input:not(:placeholder-shown) {
  padding-right: 48px;
}

.header .header-ribbon-submenu-reset {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.des :-moz-placeholder-shown + .header-ribbon-submenu-reset {
  display: none;
}

.des :-ms-input-placeholder + .header-ribbon-submenu-reset {
  display: none;
}

.des :placeholder-shown + .header-ribbon-submenu-reset {
  display: none;
}

.header .header-ribbon-submenu-reset:before {
  opacity: 0.6;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M18.5 18.5l-13-13m0 13l13-13' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke='%23000'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}

.header .header-ribbon-submenu-reset:hover:before {
  opacity: 0.95;
}

.header .header-ribbon-submenu-button {
  align-items: center;
  background-color: transparent;
  justify-content: space-between;
  line-height: 48px;
}

.header .header-ribbon-submenu-button.header-selected {
  color: rgba(0, 0, 0, 0.95);
  background-color: rgba(0, 0, 0, 0.1);
}

.header .header-ribbon-submenu-button.header-has-children {
  padding-right: 8px;
}

.header .header-ribbon-submenu-button.header-has-children:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath stroke='%23000' d='M6 3l4 5-4 5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-left: 8px;
  opacity: 0.6;
}

.header .header-ribbon-submenu-button.header-external {
  padding-right: 8px;
}

.header .header-ribbon-submenu-button.header-external:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' stroke='%23111'%3E%3Cpath d='M12.5 3.5l-9 9M6.5 3.5h6v6'/%3E%3C/g%3E%3C/svg%3E");
  margin-left: 8px;
  opacity: 0.6;
}

.header .header-ribbon-submenu-item {
  position: relative;
}

.header .header-ribbon-submenu-item:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: -12px;
  top: 0;
  bottom: 0;
}

.header .header-ribbon-submenu-item:focus-within .header-ribbon-submenu-button.header-has-children {
  background-color: rgba(0, 0, 0, 0.05);
}

.header .header-ribbon-submenu-item:focus-within .header-ribbon-submenu-button.header-has-children:after {
  border-left-color: rgba(0, 0, 0, 0.95);
}

.header .header-ribbon-submenu-item:focus-within .header-ribbon-submenu {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.header .header-ribbon-submenu-item:hover .header-ribbon-submenu-button.header-has-children {
  background-color: rgba(0, 0, 0, 0.05);
}

.header .header-ribbon-submenu-item:hover .header-ribbon-submenu-button.header-has-children:after {
  border-left-color: rgba(0, 0, 0, 0.95);
}

.header .header-ribbon-submenu-item:hover .header-ribbon-submenu {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.header .header-dropdown-toggle.header-active:after {
  transform: rotate(180deg);
}

.header .header-middle-ribbon .header-dropdown-toggle:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23000' d='M3 5l5 6 5-6z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.header .header-dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  transform: translateX(8px);
}

.header .header-alerts-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-linecap='square' d='M4 19.5l8.5-15 8.5 15zm8.5-9.937V14.5'/%3E%3Cpath fill='%23000' d='M12.5 16.688a.562.562 0 110 1.126.562.562 0 010-1.127'/%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 1280px) {
  .header .header-alerts-button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-linecap='square' d='M2.5 13.5l6-11 6 11z'/%3E%3Cpath fill='%23000' d='M8.5 10.98a.515.515 0 110 1.028.515.515 0 010-1.027'/%3E%3Cpath stroke='%23000' stroke-linecap='square' d='M8.5 7.5v2'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.header .header-notifications-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' d='M10 18.5c0 1.1.9 2 2 2s2-.9 2-2'/%3E%3Cpath stroke='%23000' stroke-linecap='square' d='M14.91 16.5H20s-1.85-2.71-1.85-4.87V8.92c0-.74-.17-1.48-.51-2.16-.62-1.26-1.72-2.2-3.03-2.74l-.15-.06c-3.12-1.19-6.75.06-8.1 2.8-.34.68-.51 1.41-.51 2.16v2.71C5.85 13.79 4 16.5 4 16.5h10.91z'/%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 1280px) {
  .header .header-notifications-button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M6.5 12.5c.287.78 1.191 1.19 2.021.92.458-.15.82-.49.979-.92m-6.84-2H13.5m0 0a2.15 2.15 0 01-2-2V6c0-1.93-1.57-3.5-3.5-3.5S4.5 4.07 4.5 6v2.5a2.15 2.15 0 01-2 2'/%3E%3Cpath d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.header .header-resources-button {
  display: none;
}

.header .header-resources-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg stroke='%23111' stroke-linecap='square' fill='none'%3E%3Cpath d='M17.5 20.982L11 16.428l-6.5 4.554V7.75A2.25 2.25 0 016.75 5.5h8.5a2.25 2.25 0 012.25 2.25v13.232z'/%3E%3Cpath d='M9.5 3.5H18A1.5 1.5 0 0119.5 5v12.5'/%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 1280px) {
  .header .header-resources-button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23111' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11.5 13.821L7 10.786l-4.5 3.035v-8.82A1.5 1.5 0 014 3.5h6A1.5 1.5 0 0111.5 5v8.82z'/%3E%3Cpath d='M6.5 1.5h6a1 1 0 011 1v8'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (min-width: 1024px) {
  .header .header-resources-button {
    display: flex;
  }
}
.header .header-notifications-badge {
  background-color: #000;
}

.header .header-alert-badge {
  background-color: #e23e4f;
}

.header .header-btn {
  position: relative;
  padding: 11px 31px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 1.5625rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.075rem;
  border: 1px solid transparent;
}

.header .header-btn.focus, .header .header-btn:focus, body.user-is-tabbing .header .header-btn:focus {
  border: 1px solid #00a3e0;
  box-shadow: 0 0 0 2px rgba(0, 163, 224, 0.5);
}

.header .header-btn:focus {
  outline: none;
}

.header .header-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 48px;
  width: max(100%, 48px);
  transform: translate(-50%, -50%);
}

body.user-is-touching .header .header-btn:before {
  content: "";
}

@media (min-width: 576px) {
  .header .header-btn {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    border-radius: 1.3125rem;
    padding: 8px 23px 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header .header-btn {
    transition: none;
  }
}
.header .header-btn-sm {
  letter-spacing: 0.06938rem;
  padding: 7px 19px;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 1.1875rem;
}

.header .header-btn-primary {
  color: hsla(0deg, 0%, 100%, 0.95);
  background: rgba(0, 0, 0, 0.95);
}

.header .header-btn-primary:hover {
  color: hsla(0deg, 0%, 100%, 0.9625);
  background: rgba(66, 66, 66, 0.9625);
}

.header .header-btn-primary:not(:hover):active {
  color: hsla(0deg, 0%, 100%, 0.95);
  background: rgba(0, 0, 0, 0.95);
}

.header .header-btn-secondary {
  color: rgba(0, 0, 0, 0.95);
  background: transparent;
  border-color: rgba(0, 0, 0, 0.4);
}

.header .header-btn-secondary:hover {
  color: hsla(0deg, 0%, 100%, 0.95);
  background: rgba(0, 0, 0, 0.95);
}

.header .header-btn-secondary:not(:hover):active {
  color: hsla(0deg, 0%, 100%, 0.9625);
  background: rgba(66, 66, 66, 0.9625);
}

.header .header-btn-tertiary {
  color: rgba(0, 0, 0, 0.95);
  background: #ccc;
}

.header .header-btn-tertiary:hover {
  color: rgba(0, 0, 0, 0.9625);
  background: #999;
}

.header .header-btn-tertiary:not(:hover):active {
  color: rgba(0, 0, 0, 0.95);
  background: #ccc;
}

@media (max-width: 1679.98px) {
  body.header-menu-open {
    overflow: hidden;
  }
}
.header .header-menu-item[href="#chat-live"], .header .header-popover-link[href="#chat-live"] {
  display: none;
}

body.chat-present .header .header-menu-item[href="#chat-live"], body.chat-present .header .header-popover-link[href="#chat-live"] {
  display: flex;
}

body:not(.chat-available) .header .header-menu-item[href="#chat-live"], body:not(.chat-available) .header .header-popover-link[href="#chat-live"] {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  cursor: default;
}

body:not(.chat-available) .header .header-menu-item[href="#chat-live"] svg g, body:not(.chat-available) .header .header-menu-item[href="#chat-live"] svg path, body:not(.chat-available) .header .header-popover-link[href="#chat-live"] svg g, body:not(.chat-available) .header .header-popover-link[href="#chat-live"] svg path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.25);
  --fill-primary: none;
  --stroke-primary: rgba(0,0,0,0.25) ;
}

.header .header-menu-item[href="#chat-live"] + .header-menu-item-info, .header .header-popover-link[href="#chat-live"] + .header-popover-info {
  display: none;
}

body.chat-present:not(.chat-available) .header .header-menu-item[href="#chat-live"] + .header-menu-item-info, body.chat-present:not(.chat-available) .header .header-popover-link[href="#chat-live"] + .header-popover-info {
  display: block;
}

.header .header-media-arrow-link, .header .header-megamenu-arrow-link {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: normal;
}

@media (min-width: 1680px) {
  .header .header-media-arrow-link, .header .header-megamenu-arrow-link {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: normal;
  }
}
.header .header-media-arrow-link:after, .header .header-megamenu-arrow-link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23005eb8'%3E%3Cpath d='M18.5 11.5H4'/%3E%3Cpath stroke-linecap='square' d='M13 16.5l5.5-5L13 6.493'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  margin-left: 4px;
  content: "";
  width: 16px;
  height: 16px;
}

@media (min-width: 1680px) {
  .header .header-media-arrow-link:after, .header .header-megamenu-arrow-link:after {
    margin-left: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23005eb8'%3E%3Cpath d='M18.5 11.5H4'/%3E%3Cpath stroke-linecap='square' d='M13 16.5l5.5-5L13 6.493'/%3E%3C/g%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
  }
}
.header .header-megamenu-arrow-link {
  padding: 5px 8px 6px;
}

@media (min-width: 1680px) {
  .header .header-megamenu-arrow-link {
    padding: 8px;
  }
}
.header .header-media-arrow-link {
  margin-top: 8px;
  margin-bottom: 32px;
}

.header .header-media, .header .header-megamenu {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.025rem;
}

@media (min-width: 1680px) {
  .header .header-media, .header .header-megamenu {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.0125rem;
  }
}
.header .header-media {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}

@media (min-width: 2560px) {
  .header .header-media {
    margin-bottom: 32px;
  }
}
.header .header-media-wrapper {
  padding: 24px 15px;
  border-top: 24px solid #fff;
  background-color: rgba(0, 0, 0, 0.02);
  flex-grow: 1;
}

@media (min-width: 768px) {
  .header .header-media-wrapper {
    padding: 24px;
  }
}
.header .header-media-wrapper .header-menu-submenu-title {
  padding: 0 8px;
}

.header .header-menu-submenu-button + .header-media-wrapper {
  border-top: 0;
  padding-top: 0;
}

.header .header-media:last-child {
  margin-bottom: 0;
}

.header .header-media-col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0 8px;
}

.header .header-media-body {
  margin-top: 16px;
}

.header .header-media-body.header-media-col {
  margin-top: 0;
}

.header .header-media-row {
  flex-direction: row;
  margin: 0 -8px;
}

.header .header-media-row .header-media-col {
  flex: 0 0 45%;
  max-width: 45%;
}

.header .header-media-row .header-media-body {
  flex: 0 0 55%;
  max-width: 55%;
}

@media (min-width: 2560px) {
  .header .header-media-column {
    flex-direction: column;
    margin: 0;
  }
  .header .header-media-column .header-media-col {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header .header-media-column .header-media-body {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}
.header .header-media-embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.header .header-media-embed:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.header .header-media-embed-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .header-media-heading {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.125rem;
  margin-bottom: 8px;
}

.header .header-media-text {
  margin-bottom: 8px;
}

.header .header-megamenu {
  top: 128px;
  left: 0;
  right: 0;
  background-color: #fff;
  visibility: hidden;
  transform: translateY(-101%) translateZ(0);
  transition: none;
  z-index: -1;
  max-height: calc(100vh - 128px);
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-left: 15px;
  pointer-events: none;
}

.header .header-megamenu.header-show {
  visibility: visible;
  transform: none;
  transition: transform 0.3s linear;
  box-shadow: 0 10px 20px 0 rgba(35, 35, 35, 0.08);
  pointer-events: auto;
}

html.ie .header .header-megamenu.header-show {
  transition-property: none;
  z-index: 1;
}

.header .header-megamenu-row {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 15px;
  padding-right: 23px;
}

@media (min-width: 1680px) {
  .header .header-megamenu-row {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-right: 33px;
  }
}
.header .header-megamenu-col {
  min-width: 220px;
  max-width: 246px;
  position: relative;
  padding-right: 32px;
}

@media (min-width: 1680px) {
  .header .header-megamenu-col {
    max-width: 292px;
    padding-right: 40px;
  }
}
.header .header-megamenu-item {
  margin-bottom: 16px;
}

.header .header-megamenu-item:last-child {
  margin-bottom: 0;
}

.header .header-megamenu-items-heading {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.125rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: 24px;
}

@media (min-width: 1680px) {
  .header .header-megamenu-items-heading {
    margin-bottom: 32px;
  }
}
.header .header-megamenu-link {
  transition: color 0.15s ease-in-out;
}

.header .header-megamenu-link, .header .header-megamenu-link:link, .header .header-megamenu-link:visited {
  color: rgba(0, 0, 0, 0.95);
}

.header .header-megamenu-link:active, .header .header-megamenu-link:hover {
  color: #005eb8;
}

.header .header-megamenu-aside {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  min-width: 16.66667%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0 30px 0 15px;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 1680px) {
  .header .header-megamenu-aside {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.header .header-megamenu-aside-heading {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  letter-spacing: normal;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.95);
}

@media (min-width: 1680px) {
  .header .header-megamenu-aside-heading {
    margin-bottom: 32px;
  }
}
.header .header-megamenu-aside-body {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.025rem;
  margin-bottom: 32px;
}

@media (min-width: 1680px) {
  .header .header-megamenu-aside-body {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.0125rem;
    margin-bottom: 40px;
  }
}
.header .header-megamenu-aside + .header-megamenu-row {
  padding-left: 40px;
}

@media (min-width: 1680px) {
  .header .header-megamenu-aside + .header-megamenu-row {
    padding-left: 56px;
  }
}
.header .header-megamenu-tabs {
  flex-grow: 0;
  flex-shrink: 0;
  width: 25%;
  padding: 32px 15px;
  max-width: 100%;
  min-height: 1px;
  position: relative;
}

@media (min-width: 1680px) {
  .header .header-megamenu-tabs {
    padding: 48px 15px;
  }
}
@media (min-width: 2560px) {
  .header .header-megamenu-tabs {
    width: 16.66667%;
  }
}
.header .header-megamenu-tabs .header-megamenu-items-heading {
  margin-bottom: 24px;
}

.header .header-megamenu-tabs .header-megamenu-item {
  margin-bottom: 12px;
}

@media (min-width: 1680px) {
  .header .header-megamenu-tabs .header-megamenu-item {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.0125rem;
  }
}
.header .header-megamenu-right-content {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 15px;
  max-width: 100%;
  min-height: 1px;
  position: relative;
  width: 16.66667%;
  margin: 0 0 0 auto;
}

@media (min-width: 1680px) {
  .header .header-megamenu-right-content {
    padding: 48px 15px;
  }
}
.header .header-megamenu-right-content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  left: -15px;
  right: -15px;
  background-color: rgba(0, 0, 0, 0.02);
}

.header .header-megamenu-tabpanel {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.header .header-megamenu-tabpanel-wrapper {
  position: relative;
  flex-grow: 1;
  padding-bottom: 0;
}

.header .header-megamenu-tabpanel-header {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
}

.header .header-megamenu-tabpanel-media {
  width: 50%;
  float: left;
  padding: 12px;
}

@media (min-width: 2560px) {
  .header .header-megamenu-tabpanel-media {
    width: 33.33333%;
    padding: 16px;
  }
}
.header .header-megamenu-tabpanel-media-wrapper {
  overflow: hidden;
  margin: -12px;
}

@media (min-width: 2560px) {
  .header .header-megamenu-tabpanel-media-wrapper {
    margin: -16px;
  }
}
.header .header-text-strong {
  color: rgba(0, 0, 0, 0.95);
}

.header .header-text-muted {
  color: rgba(0, 0, 0, 0.25);
}

.header .header-ml-auto {
  margin-left: auto;
}

.header .header-pt-32p {
  padding-top: 32px;
}

.header .header-bg-secondary {
  background-color: #fafafa;
}

.header .header-item-desktop-show {
  display: none !important;
}

@media (min-width: 1280px) {
  .header .header-item-desktop-show {
    display: block !important;
  }
}
.header .header-item-desktop-hide {
  display: block !important;
}

@media (min-width: 1280px) {
  .header .header-item-desktop-hide {
    display: none !important;
  }
}
.header .header-item-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=header.sealed.css.map*//*# sourceMappingURL=style-apacAnz.css.map */