.accessibilityMsg {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 0;
}
html.noScrollIOS {
  height: 100%;
  overflow: hidden !important;
  position: relative;
  width: 100%;
}
body.popInOpened {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  touch-action: none;
}
.TS-popIn {
  z-index: 10000;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.TS-popInContent {
  position: relative;
  max-width: 67rem;
  margin: 15% auto;
  padding: 2rem 3rem;
  color: #696969;
  background-color: #FFFFFF;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.TS-popInContent a {
  text-decoration: underline;
}
.TS-popInContent a:hover {
  text-decoration: none;
}
body.popInOpened .TS-popIn {
  animation: modalFade 0.5s ease-in-out 0.5s forwards;
}
.popInTitle {
  margin: 0 3rem 1rem 0;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 800;
}
.popInText {
  margin: 0 3rem 1rem 0;
  line-height: 1.4;
}
.popInCloseButton {
  position: absolute;
  right: 1rem;
  top: 0.3rem;
  padding: 0.1rem;
  border: 0;
  font-size: 4rem;
  line-height: 1;
  color: #0071B3;
  background-color: transparent;
}
.popInCloseButton:before {
  font-family: 'TScomUIicons';
  content: "\E919";
}
.popInCloseButton:hover,
.popInCloseButton:focus {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.popInThumbnail {
  float: left;
  width: 19.2rem;
  height: 19.2rem;
  margin: -5.1rem 2.5rem 1rem -5.5rem;
  border-radius: 50%;
  border: 1rem solid white;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EEEEEE;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.2);
}
#newsletterPopInForm {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
}
#newsletterPopInForm .row {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
#newsletterPopInForm .column {
  position: relative;
  display: table-cell;
  float: left;
  margin-right: 3rem;
  width: calc(50% - 1.5rem);
}
#newsletterPopInForm .column:last-child {
  margin-right: 0;
}
#newsletterPopInForm .column.error input[type="text"],
#newsletterPopInForm .column.error input[type="email"] {
  border-bottom-color: #C50000;
}
#newsletterPopInForm label {
  position: absolute;
  top: 2.2rem;
  min-height: 4.4rem;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 0.7;
  color: #696969;
  font-weight: 400;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s ease;
}
#newsletterPopInForm input[type="text"],
#newsletterPopInForm input[type="email"] {
  top: 0;
  display: block;
  height: 4.8rem;
  max-height: 4.8rem;
  width: 100%;
  padding: 1.4rem 2.5rem 1rem 0;
  border: none;
  border-radius: 0;
  border-bottom: solid 0.3rem #C2C2C2;
  font-size: 1.8rem;
  color: #002855;
  background-color: #FFFFFF;
  cursor: pointer;
  box-shadow: none;
  transition: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#newsletterPopInForm input[type="text"]::placeholder,
#newsletterPopInForm input[type="email"]::placeholder {
  color: #696969 !important;
  text-align: left !important;
}
#newsletterPopInForm input[type="text"]::-webkit-input-placeholder,
#newsletterPopInForm input[type="email"]::-webkit-input-placeholder {
  color: #696969 !important;
  text-align: left !important;
}
#newsletterPopInForm input[type="text"]::-moz-placeholder,
#newsletterPopInForm input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #696969 !important;
  text-align: left !important;
}
#newsletterPopInForm input[type="text"]:-moz-placeholder,
#newsletterPopInForm input[type="email"]:-moz-placeholder {
  opacity: 1;
  color: #696969 !important;
  text-align: left !important;
}
#newsletterPopInForm input[type="text"]:-ms-input-placeholder,
#newsletterPopInForm input[type="email"]:-ms-input-placeholder {
  color: #696969 !important;
  text-align: left !important;
}
#newsletterPopInForm input[type="text"]::-ms-clear,
#newsletterPopInForm input[type="email"]::-ms-clear {
  display: none;
}
#newsletterPopInForm input[type="text"]:required ~ label:after,
#newsletterPopInForm input[type="email"]:required ~ label:after {
  content: '\2605';
  position: relative;
  top: -0.6rem;
  padding-left: 0.3rem;
  font-size: 0.9rem;
  color: #696969;
}
#newsletterPopInForm input[type="text"]:focus,
#newsletterPopInForm input[type="email"]:focus,
#newsletterPopInForm input[type="text"]:active,
#newsletterPopInForm input[type="email"]:active,
#newsletterPopInForm input[type="text"].filled,
#newsletterPopInForm input[type="email"].filled {
  outline: 0;
  border-color: #0071B3;
  box-shadow: none;
}
#newsletterPopInForm input[type="text"]:focus ~ label,
#newsletterPopInForm input[type="email"]:focus ~ label,
#newsletterPopInForm input[type="text"]:active ~ label,
#newsletterPopInForm input[type="email"]:active ~ label,
#newsletterPopInForm input[type="text"].filled ~ label,
#newsletterPopInForm input[type="email"].filled ~ label {
  left: 0;
  top: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
#newsletterPopInForm input[type="text"]:focus:required ~ label:after,
#newsletterPopInForm input[type="email"]:focus:required ~ label:after,
#newsletterPopInForm input[type="text"]:active:required ~ label:after,
#newsletterPopInForm input[type="email"]:active:required ~ label:after,
#newsletterPopInForm input[type="text"].filled:required ~ label:after,
#newsletterPopInForm input[type="email"].filled:required ~ label:after {
  top: -0.3rem;
  font-size: 0.8rem;
}
#newsletterPopInForm input[type="text"]:focus,
#newsletterPopInForm input[type="email"]:focus,
#newsletterPopInForm input[type="text"]:active,
#newsletterPopInForm input[type="email"]:active {
  border-color: #002855;
}
#newsletterPopInForm .error {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #C50000;
}
.popInSubmitBtn {
  display: block;
  margin: 1rem auto;
  padding: 1rem 2rem;
  border: 0.3rem solid transparent;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  background-color: #0071B3;
  transition: all 0.2s ease;
}
.popInSubmitBtn:hover {
  border: 0.3rem solid #C2C2C2;
  color: #0071B3;
  background-color: #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.popInSubmitBtn:focus {
  border: 0.3rem solid #3FBBEF;
  color: #0071B3;
  background-color: #FFFFFF;
}
#newsletterPopInLegalText {
  padding: 2rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.TS-popInToaster {
  z-index: 100;
  position: fixed;
  top: 100%;
  right: 0;
  left: 0;
  opacity: 0;
  width: calc(100% - 2rem);
  max-width: 52rem;
  margin: 1.2rem auto;
  border-radius: 3rem 3rem 0 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.TS-popInToaster .popInThumbnail {
  float: none;
  position: absolute;
  width: 8.4rem;
  height: 8.4rem;
  margin: -2rem 1rem 1rem -2rem;
  border-width: 0.3rem;
}
.TS-popInToaster .popInTitle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 3.6rem;
  margin: 0 0 0.8rem 0;
  padding-left: 7.6rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 800;
  color: #0071B3;
}
.TS-popInToaster .btnPlus {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin-left: calc(50% + 0.7rem);
  font-size: 3.6rem;
  line-height: 1;
  color: #0071B3;
  text-align: center;
  background-color: #EEEEEE;
  border-radius: 50%;
  border: 0.3rem solid #EEEEEE;
}
.TS-popInToaster .btnPlus:before {
  display: block;
  content: "+";
  margin-top: -0.6rem;
}
.TS-popInToaster #popInToasterOpenButton {
  display: block;
  width: calc(100% - 5rem);
  padding: 1rem 0 3rem 1.5rem;
  border: 0;
  text-align: left;
  background-color: transparent;
}
.TS-popInToaster #popInToasterOpenButton:hover .btnPlus,
.TS-popInToaster #popInToasterOpenButton:focus .btnPlus {
  color: #FFFFFF;
  background-color: #0071B3;
}
.TS-popInToaster #popInToasterOpenButton:hover .popInTitle {
  text-decoration: underline;
}
.TS-popInToaster #popInToasterOpenButton:hover .btnPlus {
  border-color: #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.TS-popInToaster #popInToasterOpenButton:focus .btnPlus {
  border-color: #3FBBEF;
}
.TS-popInToaster .popInCloseButton {
  font-size: 3.4rem;
}
.popInToasterOpened .TS-popInToaster {
  animation: popInToasterAppears 0.5s ease-out 1s forwards;
  top: calc(100% - 11rem);
}
#newsLetterPopInLoader {
  background-color: #FFFFFF;
  height: calc(100% - 4rem);
  margin-top: 4rem;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.squareSpinner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 51;
}
.squareSpinner.macroSpinnerAbsolute {
  position: absolute;
  height: 10rem;
  left: calc(50% - 5rem);
  top: calc(50% - 5rem);
  width: 10rem;
}
.squareSpinner > span {
  width: 33.33%;
  height: 33.33%;
  background-color: #c2c2c2;
  display: block;
  float: left;
  animation: squareGridScaleDelay 1.3s infinite ease-in-out;
}
.squareSpinner > span:nth-child(1) {
  animation-delay: 0.2s;
}
.squareSpinner > span:nth-child(2) {
  animation-delay: 0.3s;
}
.squareSpinner > span:nth-child(3) {
  animation-delay: 0.4s;
}
.squareSpinner > span:nth-child(4) {
  animation-delay: 0.1s;
}
.squareSpinner > span:nth-child(5) {
  animation-delay: 0.2s;
}
.squareSpinner > span:nth-child(6) {
  animation-delay: 0.3s;
}
.squareSpinner > span:nth-child(7) {
  animation-delay: 0s;
}
.squareSpinner > span:nth-child(8) {
  animation-delay: 0.1s;
}
.squareSpinner > span:nth-child(9) {
  animation-delay: 0.2s;
}
@-webkit-keyframes squareGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
    opacity: 0;
  }
}
@keyframes squareGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .TS-popInContent {
    width: calc(100% - 2rem);
    max-width: 52rem;
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    box-shadow: 0px 0rem 1rem 0 rgba(0, 0, 0, 0.2);
  }
  .popInCloseButton {
    font-size: 3.4rem;
  }
  .popInThumbnail {
    float: none;
    position: absolute;
    width: 8.4rem;
    height: 8.4rem;
    margin: -2rem 1rem 1rem -2rem;
    border-width: 0.3rem;
  }
  .popInTitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 3.6rem;
    margin-bottom: 0.8rem;
    padding-left: 7.6rem;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .popInText {
    clear: both;
    padding-top: 0;
    margin: 3.5rem 0 1rem 0;
    line-height: 1.2;
  }
  #newsletterPopInForm .column {
    margin-right: 2rem;
    width: calc(50% - 1rem);
  }
  #newsletterPopInLegalText {
    padding: 0;
  }
  #newsLetterPopInLoader {
    height: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .TS-popInContent {
    max-width: 40rem;
  }
  #newsletterPopInForm .row {
    margin-bottom: 1rem;
  }
  #newsletterPopInForm .column {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #newsletterPopInForm .column:first-child {
    margin-bottom: 1rem;
  }
  .popInSubmitBtn {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .popInTitle,
  .TS-popInToaster .popInTitle {
    font-size: 1.6rem;
  }
}
@keyframes modalFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popInToasterAppears {
  from {
    opacity: 0;
    top: 100%;
  }
  to {
    opacity: 1;
    top: calc(100% - 11rem);
  }
}

