:root {
  --color-primary: 0, 116, 192;
  --color-primary-hover: #0062a3;
  --gradient-color: rgba(0, 0, 0, 0.8);
  --main-font: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  --paddingCompensation: 0px;
  --background-white: #fff;
  --background-grey: #6e6e6e;
  --background-primary: RGB(var(--color-primary));
  --text-white: #fff;
  --text-black: #262626;
  --text-lighter-black: #393939;
  --text-grey: #6e6e6e;
  --text-primary: RGB(var(--color-primary));
}
.font-secondary {
  --main-font: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.tos,
.tos-app {
  min-height: 100vh;
  position: relative;
}
.tos-app {
  background: rgba(6, 56, 96, 0.6);
  background: linear-gradient(0deg, rgba(6, 56, 96, 0.6), rgba(6, 56, 96, 0.6)),
    url(/content/dam/pmicom/custom-code/global/tools-for-science/1-0-6/static/img/bg-toolsscience-mobile.png);
  background-blend-mode: overlay, normal;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 451px) {
  .tos-app {
    background: linear-gradient(
        0deg,
        rgba(6, 56, 96, 0.6),
        rgba(6, 56, 96, 0.6)
      ),
      url(/content/dam/pmicom/custom-code/global/tools-for-science/1-0-6/static/img/bg-toolsscience-desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1921px) {
  .tos-app {
    background: linear-gradient(
        0deg,
        rgba(6, 56, 96, 0.6),
        rgba(6, 56, 96, 0.6)
      ),
      url(/content/dam/pmicom/custom-code/global/tools-for-science/1-0-6/static/img/bg-toolsscience-large.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.tos-app:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.tos-app h1 {
  line-height: 1.1;
}
.tos-app a {
  text-decoration: none;
}
.tos-app ul {
  list-style-type: none;
}
.tos-app img {
  display: block;
  height: auto;
  max-width: 100%;
}
.tos-app button {
  cursor: pointer;
}
.tos-font-big {
  font-size: 32px;
}
@media screen and (min-width: 1000px) {
  .tos-font-big {
    font-size: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-font-big {
    font-size: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-font-big {
    font-size: 65px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-font-big {
    font-size: 3.3vw;
  }
}
.tos-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
  padding: 0 16px;
}
@media screen and (min-width: 1000px) {
  .tos-container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-container {
    padding: 0;
  }
}
@media screen and (min-width: 1921px) {
  .tos-container {
    max-width: 63.3vw;
  }
}
.tos-content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}
@media screen and (min-width: 1921px) {
  .tos-content {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    width: 100%;
  }
}
.tos-full-screen .nav-layout {
  display: none;
}
.tos-full-screen .page-main {
  margin-top: 0 !important;
  transition: none;
}
.tos-full-screen .footer-layout {
  display: none;
}
.tos-hide-before-animated {
  opacity: 0;
}
@media screen and (min-width: 1265px) {
  .tos-update .nav-layout {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .tos-update .page-main {
    margin-top: 88px;
    padding: 0;
  }
  .tos-update.scrolled .page-main {
    margin-top: 50px;
    transition: margin-top 0.6s ease-in-out;
  }
}
@media screen and (max-width: 1200px) {
  .tos-update .page-main {
    padding: 0;
  }
  .tos-update .footer-layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .tos-update .footer-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tos-tooltip {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.tos-tooltip__content {
  background: #032c77;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  min-width: 235px;
  padding: 30px 15px 15px;
  position: absolute;
  text-align: left;
  z-index: 100;
}
@media screen and (min-width: 1921px) {
  .tos-tooltip__content {
    font-size: 0.6vw;
    min-width: 12.2vw;
    padding: 1.5vw 0.7vw 0.7vw;
  }
}
.tos-tooltip__content:before {
  border: 8px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
@media screen and (min-width: 1600px) {
  .tos-tooltip__content {
    font-size: 15px;
    min-width: 300px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-tooltip__content {
    font-size: 0.7vw;
    min-width: 15.6vw;
  }
}
.tos-tooltip__close-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media screen and (min-width: 1000px) {
  .tos-tooltip__close-btn {
    font-size: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-tooltip__close-btn {
    font-size: 1.5vw;
    right: 0.7vw;
    top: 0.7vw;
  }
}
@media screen and (min-width: 1000px) {
  .tos-tooltip__content--top {
    top: -100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.tos-tooltip__content--top:before {
  border-top-color: #032c77;
  top: 100%;
}
.tos-tooltip__content--right {
  left: calc(100% + 15px);
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
@media screen and (min-width: 1921px) {
  .tos-tooltip__content--right {
    left: calc(100% + 0.7vw);
  }
}
.tos-tooltip__content--right:before {
  border-right-color: #032c77;
  left: -16px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.tos-tooltip__content--bottom {
  bottom: -100px;
}
.tos-tooltip__content--bottom:before {
  border-bottom-color: #032c77;
  bottom: 100%;
}
.tos-tooltip__content--left {
  left: auto;
  right: calc(100% + 15px);
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
@media screen and (min-width: 1921px) {
  .tos-tooltip__content--left {
    right: calc(100% + 0.7vw);
  }
}
.tos-tooltip__content--left:before {
  border-left-color: #032c77;
  left: auto;
  right: -16px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.tos-tooltip__icon {
  align-items: center;
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  right: 8px;
  top: 8px;
  transition: background 0.2s ease-in;
  width: 24px;
}
.tos-tooltip__icon:focus-visible {
  outline: 2px solid orange;
}
@media screen and (min-width: 1000px) {
  .tos-tooltip__icon {
    position: static;
  }
}
@media screen and (min-width: 1921px) {
  .tos-tooltip__icon {
    height: 1.25vw;
    right: 0.4vw;
    top: 0.4vw;
    width: 1.25vw;
  }
}
.tos-tooltip__icon svg {
  pointer-events: none;
}
.tos-tooltip__icon svg path {
  transition: fill 0.2s ease-in;
}
.tos-tooltip__icon:hover {
  background-color: #fff;
}
.tos-tooltip__icon:hover svg path {
  fill: #0074c2;
}
.tos-tooltip__icon--active {
  background-color: #fff;
}
.tos-tooltip__icon--active svg path {
  fill: #0074c2;
}
.tos-button {
  align-items: center;
  background-color: #fff;
  border: 1.2px solid transparent;
  color: #0074c2;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.tos-button span {
  display: block;
}
@media screen and (min-width: 1000px) {
  .tos-button {
    font-size: 10px;
    padding: 16px 50px;
    width: auto;
  }
}
@media screen and (min-width: 1400px) {
  .tos-button {
    font-size: 12px;
    padding: 20px 60px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-button {
    border-width: 0.0625vw;
    font-size: 0.625vw;
    padding: 1vw 3vw;
  }
}
.tos-button--hover {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.tos-button--hover:hover {
  background-color: transparent;
  border: 1.2px solid #fff;
  color: #fff;
}
@media screen and (min-width: 1921px) {
  .tos-button--hover:hover {
    border-width: 0.0625vw;
  }
}
.tos-button--hover:hover svg {
  -webkit-animation: animesRight 0.2s linear 0.1s;
  animation: animesRight 0.2s linear 0.1s;
}
.tos-button--hover:hover svg path {
  stroke: #fff;
}
.tos-button--hover:focus-visible {
  outline: 2px solid orange;
}
@media screen and (min-width: 1921px) {
  .tos-button--hover:focus-visible {
    outline: 0.1vw solid orange;
  }
}
.tos-button--secondary {
  background-color: transparent;
  border: 1.2px solid transparent;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .tos-button--secondary {
    border: 1.2px solid #fff;
  }
}
@media screen and (min-width: 1921px) {
  .tos-button--secondary {
    border-width: 0.0625vw;
  }
}
.tos-button--secondary.tos-button--hover.tos-button--left:hover {
  background: #fff;
  color: #0074c2;
}
.tos-button--secondary.tos-button--hover.tos-button--left:hover svg {
  -webkit-animation: animesLeft 0.2s linear 0.1s;
  animation: animesLeft 0.2s linear 0.1s;
}
.tos-button--secondary.tos-button--hover.tos-button--left:hover svg path {
  stroke: #0074c2;
}
.tos-button--left svg {
  margin-right: 10px;
}
@media screen and (min-width: 1400px) {
  .tos-button--left svg {
    margin-right: 13px;
  }
}
.tos-button--right svg {
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  .tos-button--right svg {
    margin-left: 13px;
  }
}
.tos-button--active {
  background-color: #fff;
  color: #0074c2;
}
.tos-button--small {
  background-color: transparent;
  color: #fff;
  margin-left: auto;
  margin-right: 15px;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 375px) {
  .tos-button--small {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-button--small {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-button--small {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-button--small {
    margin-right: 2.6vw;
  }
}
.tos-button--small:last-child {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .tos-button--hideTextOnMobile span {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .tos-button--has-children {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}
@-webkit-keyframes animesRight {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animesRight {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes animesLeft {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animesLeft {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.tos-element {
  display: flex;
  margin-top: auto;
}
@media screen and (width: 1280px) and (height: 960px) {
  .tos-element {
    margin-top: 150px;
  }
}
@media screen and (width: 1280px) and (height: 1024px) {
  .tos-element {
    margin-top: 160px;
  }
}
@media screen and (width: 1366px) and (height: 768px) {
  .tos-element {
    margin-top: 80px;
  }
}
@media screen and (width: 1920px) and (height: 1080px) {
  .tos-element {
    margin-top: 130px;
  }
}
@media screen and (width: 1920px) and (height: 1200px) {
  .tos-element {
    margin-top: 180px;
  }
}
.tos-element__content {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .tos-element__content {
    margin: 55px 70px 0;
    padding-left: 148px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__content {
    margin: auto 100px 0;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__content {
    margin: auto 5vw 0;
    padding-left: 7vw;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__title {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__title {
    margin-top: 2.6vw;
  }
}
.tos-element__pagination {
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  bottom: 0;
  font-size: 10px;
  left: 80px;
  padding: 5px 10px;
  position: absolute;
}
@media screen and (width: 1280px) and (height: 960px) {
  .tos-element__pagination {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    bottom: -110px;
  }
}
@media screen and (width: 1280px) and (height: 1024px) {
  .tos-element__pagination {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    bottom: -180px;
  }
}
@media screen and (width: 1366px) and (height: 768px) {
  .tos-element__pagination {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    bottom: -40px;
  }
}
@media screen and (width: 1920px) and (height: 1080px) {
  .tos-element__pagination {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    bottom: -40px;
  }
}
@media screen and (width: 1920px) and (height: 1200px) {
  .tos-element__pagination {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    bottom: -80px;
  }
}
@media screen and (max-width: 999px) {
  .tos-element__pagination {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__pagination {
    font-size: 13px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__pagination {
    font-size: 0.67vw;
    left: 4vw;
  }
}
@media screen and (width: 1280px) and (height: 960px) {
  .tos-full-screen .tos-element__pagination {
    bottom: -80px;
  }
}
@media screen and (width: 1280px) and (height: 1024px) {
  .tos-full-screen .tos-element__pagination {
    bottom: -130px;
  }
}
@media screen and (width: 1366px) and (height: 768px) {
  .tos-full-screen .tos-element__pagination {
    bottom: 10px;
  }
}
@media screen and (width: 1920px) and (height: 1080px) {
  .tos-full-screen .tos-element__pagination {
    bottom: 20px;
  }
}
@media screen and (width: 1920px) and (height: 1200px) {
  .tos-full-screen .tos-element__pagination {
    bottom: 0;
  }
}
.tos-element__subtitle {
  display: block;
  font-size: 16px;
  font-weight: 800;
}
@media screen and (min-width: 1400px) {
  .tos-element__subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__subtitle {
    font-size: 1vw;
  }
}
.tos-element__bottom,
.tos-element__middle-wrapper,
.tos-element__top {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .tos-element__bottom,
  .tos-element__middle-wrapper,
  .tos-element__top {
    max-width: 62.5vw;
  }
}
.tos-element__top {
  margin: 20px auto 0;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .tos-element__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 40px;
    padding-left: 60px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__top {
    margin: 40px auto 60px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element__top {
    padding-right: 0;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__top {
    margin: 2vw auto 3vw;
    padding-left: 3vw;
  }
}
.tos-element__top-text {
  display: none;
  font-size: 32px;
  font-weight: 800;
  padding: 0 16px;
}
@media screen and (min-width: 1000px) {
  .tos-element__top-text {
    display: block;
    font-size: 26px;
    max-width: 225px;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__top-text {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element__top-text {
    font-size: 40px;
    max-width: 300px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__top-text {
    font-size: 2vw;
    max-width: 15.6vw;
  }
}
.tos-element__separator {
  display: none;
}
@media screen and (min-width: 1000px) {
  .tos-element__separator {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 40px 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) and (min-width: 1400px) {
  .tos-element__separator {
    padding: 40px 0 50px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1921px) {
  .tos-element__separator {
    padding: 2vw 0 2.5vw;
  }
}
.tos-element__separator span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  font-size: 50px;
  font-weight: 700;
  opacity: 0.5;
}
@media screen and (min-width: 1400px) {
  .tos-element__separator span {
    font-size: 70px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__separator span {
    font-size: 3.64vw;
  }
}
.tos-element__separator-line {
  background: hsla(0, 0%, 100%, 0.3);
  height: 30px;
  opacity: 0;
  position: absolute;
  width: 1.2px;
}
@media screen and (min-width: 1000px) {
  .tos-element__separator-line {
    height: 1.2px;
    width: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__separator-line {
    width: 120px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__separator-line {
    height: 0.0625vw;
    width: 6.25vw;
  }
}
.tos-element__separator-line--left {
  top: 15px;
}
@media screen and (min-width: 1000px) {
  .tos-element__separator-line--left {
    left: -100px;
    top: auto;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__separator-line--left {
    left: -140px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__separator-line--left {
    left: -7.3vw;
  }
}
.tos-element__separator-line--right {
  bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .tos-element__separator-line--right {
    bottom: auto;
    right: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__separator-line--right {
    right: -140px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__separator-line--right {
    right: -7.3vw;
  }
}
.tos-element__separator-bottom-line {
  background-color: hsla(0, 0%, 100%, 0.3);
  bottom: 0;
  height: 40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.2px;
}
@media screen and (min-width: 1400px) {
  .tos-element__separator-bottom-line {
    bottom: -10px;
    height: 64px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element__separator-bottom-line {
    bottom: -21px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__separator-bottom-line {
    bottom: -1vw;
    height: 3.3vw;
    width: 0.0625vw;
  }
}
.tos-element__middle {
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order: 1;
  padding: 40px 16px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .tos-element__middle {
    align-items: flex-start;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    flex-direction: column;
    margin: 0 auto 10px;
    max-width: 385px;
    order: 0;
    padding: 30px 20px;
    width: auto;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1400px) {
  .tos-element__middle {
    margin: 0 auto 40px;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1600px) {
  .tos-element__middle {
    max-width: 410px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1921px) {
  .tos-element__middle {
    margin-bottom: 2vw;
    max-width: 21.3vw;
    padding: 2vw 1vw;
  }
}
@media screen and (min-width: 1000px) {
  .tos-element__middle:has(.tos-tooltip--active) {
    border-color: transparent;
  }
}
.tos-element__middle p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 30px;
  max-width: 220px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .tos-element__middle p {
    line-height: 1.7;
    margin: 0;
    max-width: none;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element__middle p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__middle p {
    font-size: 0.8vw;
    margin-left: 1.5vw;
    max-width: 11.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .tos-element__middle--no-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__middle--no-info {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__middle--no-info {
    margin-bottom: 4vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}
.tos-element__middle--no-info .tos-element__middle-num {
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1400px) {
  .tos-element__middle--no-info .tos-element__middle-top {
    margin: 0;
  }
}
.tos-element__middle--no-info
  .tos-element__middle__tooltip.tos-tooltip--active
  .tos-tooltip__content {
  bottom: auto;
  height: 100%;
  top: auto;
}
@media screen and (min-width: 1000px) {
  .tos-element__middle--no-info
    .tos-element__middle__tooltip.tos-tooltip--active
    .tos-tooltip__content {
    left: auto;
    top: 0;
    width: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element__middle--no-info
    .tos-element__middle__tooltip.tos-tooltip--active
    .tos-tooltip__content {
    width: 500px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__middle--no-info
    .tos-element__middle__tooltip.tos-tooltip--active
    .tos-tooltip__content {
    width: 26vw;
  }
}
.tos-element__middle-num {
  align-items: flex-end;
  display: flex;
  margin-bottom: 20px;
}
.tos-element__middle-top {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 30px;
  margin-right: 5px;
  max-width: 40px;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .tos-element__middle-top {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__middle-top {
    font-size: 0.625vw;
    margin-bottom: 0.5vw;
    max-width: 2vw;
  }
}
.tos-element__middle-title {
  font-size: 45px;
}
@media screen and (min-width: 1400px) {
  .tos-element__middle-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element__middle-title {
    font-size: 68px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__middle-title {
    font-size: 3.5vw;
  }
}
.tos-element__middle-title span {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 1921px) {
  .tos-element__middle-title span {
    font-size: 1.1vw;
  }
}
.tos-element__middle-reduction {
  display: inline-block;
  min-width: 92px;
}
@media screen and (min-width: 1400px) {
  .tos-element__middle-reduction {
    min-width: 122px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element__middle-reduction {
    min-width: 138px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__middle-reduction {
    min-width: 7vw;
  }
}
.tos-element__middle-reduction-text {
  display: flex;
}
.tos-element__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
@media screen and (min-width: 1000px) {
  .tos-element__bottom {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__bottom {
    margin-bottom: 64px;
    margin-top: 100px;
    margin-top: auto;
    padding: 0 20px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element__bottom {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__bottom {
    margin-bottom: 3vw;
    margin-top: 5.2vw;
    padding: 0 1vw;
  }
}
.tos-full-screen .tos-element__bottom {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .tos-full-screen .tos-element__bottom {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-full-screen .tos-element__bottom {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-full-screen .tos-element__bottom {
    margin-bottom: 9vw;
  }
}
.tos-element__bottom-text {
  background: hsla(0, 0%, 100%, 0.08);
  display: none;
  padding: 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .tos-element__bottom-text {
    display: block;
    min-width: 260px;
    padding: 20px 30px;
    width: auto;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__bottom-text {
    min-height: 130px;
    min-width: 280px;
    padding: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__bottom-text {
    min-height: 6.7vw;
    min-width: 14.5vw;
    padding: 1.5vw;
  }
}
.tos-element__bottom-title {
  font-size: 40px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1000px) {
  .tos-element__bottom-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__bottom-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__bottom-title {
    font-size: 2vw;
    margin-bottom: 0.6vw;
  }
}
.tos-element__bottom-num {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
.tos-element__bottom-left {
  display: block;
  font-size: 11px;
  margin-bottom: 18px;
  max-width: 40px;
  text-align: left;
}
@media screen and (min-width: 1921px) {
  .tos-element__bottom-left {
    font-size: 0.56vw;
    margin-bottom: 1vw;
    max-width: 2vw;
  }
}
.tos-element__bottom-text--active {
  display: block;
}
.tos-element__bottom-text-small {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1921px) {
  .tos-element__bottom-text-small {
    font-size: 1vw;
  }
}
.tos-element__bottom-text-xsmall {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
}
@media screen and (min-width: 1921px) {
  .tos-element__bottom-text-xsmall {
    font-size: 0.8vw;
  }
}
.tos-element__buttons {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  display: flex;
  justify-content: flex-end;
  margin: 26px 0 0;
  max-height: 57px;
}
@media screen and (min-width: 1000px) {
  .tos-element__buttons {
    display: none;
  }
}
.tos-element__buttons button {
  max-height: 57px;
  width: 100%;
}
.tos-element__buttons button:first-child,
.tos-element__buttons button:first-child:last-child {
  flex: 1 1 50%;
}
.cmp-element__tooltip {
  display: none;
  position: absolute !important;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .cmp-element__tooltip {
    display: block;
    top: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .cmp-element__tooltip {
    top: -40px;
  }
}
@media screen and (min-width: 1921px) {
  .cmp-element__tooltip {
    top: -2vw;
  }
}
.cmp-element__tooltip .tos-tooltip__close-btn {
  font-size: 20px;
  right: 10px;
  top: 10px;
}
@media screen and (min-width: 1921px) {
  .cmp-element__tooltip .tos-tooltip__close-btn {
    font-size: 1vw;
    right: 0.5vw;
    top: 0.5vw;
  }
}
.tos-element__tooltip--left {
  left: 15px;
}
@media screen and (min-width: 800px) {
  .tos-element__tooltip--left {
    left: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-element__tooltip--left {
    left: 0;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element__tooltip--left {
    left: -40px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element__tooltip--left {
    left: -80px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__tooltip--left {
    left: 0;
  }
}
.cmp-element__tooltip--right {
  right: 15px;
}
@media screen and (min-width: 800px) {
  .cmp-element__tooltip--right {
    right: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .cmp-element__tooltip--right {
    right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .cmp-element__tooltip--right {
    right: -40px;
  }
}
@media screen and (min-width: 1600px) {
  .cmp-element__tooltip--right {
    right: -80px;
  }
}
@media screen and (min-width: 1921px) {
  .cmp-element__tooltip--right {
    right: -4vw;
  }
}
.tos-element__middle__tooltip {
  position: absolute !important;
  right: 10px;
  top: 10px;
}
@media screen and (min-width: 1400px) {
  .tos-element__middle__tooltip {
    right: 15px;
    top: 15px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element__middle__tooltip {
    right: 0.7vw;
    top: 0.7vw;
  }
}
.tos-element__middle__tooltip.tos-tooltip--active {
  bottom: -1px;
  left: 0;
  right: 0;
  top: -1px;
}
.tos-element__middle__tooltip.tos-tooltip--active .tos-tooltip__content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  min-width: auto;
  padding-left: 13px;
  padding-right: 13px;
  position: absolute;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .tos-element__middle__tooltip.tos-tooltip--active .tos-tooltip__content {
    padding-left: 0.6vw;
    padding-right: 0.6vw;
  }
}
.tos-element__middle__tooltip.tos-tooltip--active .tos-tooltip__content p {
  margin: 0 16px 16px;
  max-width: none;
  width: auto;
}
@media screen and (min-width: 1921px) {
  .tos-element__middle__tooltip.tos-tooltip--active .tos-tooltip__content p {
    margin: 0 0.6vw 0.6vw;
  }
}
.tos-element__middle__tooltip.tos-tooltip--active
  .tos-tooltip__content
  p:last-child {
  margin-bottom: 0;
}
.tos-element__middle__tooltip.tos-tooltip--active .tos-tooltip__content:before {
  content: none;
}
.tos-element__middle__tooltip .tos-tooltip__close-btn {
  right: 10px;
  top: 5px;
}
@media screen and (min-width: 1921px) {
  .tos-element__middle__tooltip .tos-tooltip__close-btn {
    right: 0.5vw;
    top: 0.25vw;
  }
}
.tos-element__middle__tooltip--left {
  left: 0;
  right: auto;
}
.tos-element__middle-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .tos-element__middle-wrapper {
    flex-direction: row;
  }
}
.tos-element-video {
  display: none;
  margin: 20px 0;
  order: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .tos-element-video {
    display: block;
    margin: 0;
    order: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element-video {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@media screen and (min-width: 1921px) {
  .tos-element-video {
    -webkit-transform: translateY(-1.3vw);
    transform: translateY(-1.3vw);
  }
}
.tos-element-video--left {
  left: -30px;
}
@media screen and (min-width: 1000px) {
  .tos-element-video--left {
    left: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element-video--left {
    left: -80px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element-video--left {
    left: -160px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element-video--left {
    left: -8.3vw;
  }
}
.tos-element-video--right {
  right: -30px;
}
@media screen and (min-width: 1000px) {
  .tos-element-video--right {
    right: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-element-video--right {
    right: -80px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-element-video--right {
    right: -160px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-element-video--right {
    right: -8.3vw;
  }
}
.cmp-element__tooltip--active,
.tos-element-video--active {
  display: block;
}
.tos-sidebar {
  bottom: 57px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .tos-sidebar {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .tos-sidebar {
    bottom: 69px;
    width: 180px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-sidebar {
    bottom: 0;
    width: 9vw;
  }
}
.tos-sidebar__list {
  -ms-overflow-style: none;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  height: calc(100% - 90px);
  margin-bottom: 45px;
  margin-top: 45px;
  overflow: auto;
  scrollbar-width: none;
}
@media screen and (min-width: 1921px) {
  .tos-sidebar__list {
    height: calc(100% - 4.6875vw);
    margin-bottom: 2.34375vw;
    margin-top: 2.34375vw;
  }
}
.tos-sidebar__list::-webkit-scrollbar {
  display: none;
}
.tos-sidebar__list li {
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  justify-content: center;
  word-break: break-all;
}
.tos-sidebar__list li:first-child {
  border-top: none;
}
.tos-sidebar__list-button {
  word-wrap: break-word;
  align-items: center;
  background: transparent;
  border: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 108px;
  justify-content: center;
  opacity: 0.6;
  padding: 10px;
  text-align: center;
  transition: background 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .tos-sidebar__list-button {
    height: 5.6vw;
    padding: 0.5vw;
  }
}
.tos-sidebar__list-button:hover {
  background: #fff;
  color: #0074c2;
  opacity: 1;
}
.tos-sidebar__list-button span {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .tos-sidebar__list-button span.tos-sidebar__list-button--large {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-sidebar__list-button span.tos-sidebar__list-button--large {
    font-size: 15px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-sidebar__list-button span.tos-sidebar__list-button--large {
    font-size: 0.7vw;
  }
}
@media screen and (min-width: 1000px) {
  .tos-sidebar__list-button span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-sidebar__list-button span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-sidebar__list-button span {
    font-size: 0.7vw;
  }
}
.tos-sidebar__list-button small {
  font-size: 10px;
}
@media screen and (min-width: 1921px) {
  .tos-sidebar__list-button small {
    font-size: 0.5vw;
  }
}
li.tos-sidebar__button--active {
  background-color: #fff;
  border-top: 1px solid #0074c2;
  color: #0074c2;
  opacity: 1;
}
li.tos-sidebar__button--active:focus-visible {
  border: 2px solid orange;
  outline: 2px solid orange;
}
@media screen and (min-width: 1921px) {
  li.tos-sidebar__button--active:focus-visible {
    border: 0.1vw solid orange;
    outline: 0.1vw solid orange;
  }
}
li.tos-sidebar__button--active .tos-sidebar__list-button {
  color: #0074c2;
  opacity: 1;
}
.tos-sidebar__button {
  align-items: center;
  background: transparent;
  border: none;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 45px;
  justify-content: center;
  position: absolute;
  transition: background 0.2s ease-in;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 1921px) {
  .tos-sidebar__button {
    font-size: 0.8vw;
    height: 2.3vw;
  }
}
.tos-sidebar__button:hover {
  background: hsla(0, 0%, 100%, 0.08);
}
.tos-sidebar__button--top {
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  top: 0;
}
.tos-sidebar__button--bottom {
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  bottom: 0;
}
.tos-footer {
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  margin-top: auto;
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .tos-footer {
    max-height: 71px;
    padding: 22px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .tos-footer:not(.footer--details) .footer__share {
    margin: 0;
  }
}
.tos-footer button {
  background-color: transparent;
  border: none;
}
.tos-footer__button {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 1921px) {
  .tos-footer__button {
    font-size: 0.6vw;
  }
}
.tos-footer__button:hover {
  text-decoration: underline;
}
.tos-footer__button:hover .tos-footer__button-icon {
  background: #fff;
}
.tos-footer__button:hover .tos-footer__button-icon svg path {
  fill: #0074c2;
}
.tos-footer__button span {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .tos-footer__button span {
    display: none;
  }
}
.tos-footer__button-icon {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  transition: background 0.2s ease;
  width: 24px;
}
@media screen and (min-width: 1000px) {
  .tos-footer__button-icon {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__button-icon {
    height: 1.25vw;
    margin-right: 0.5vw;
    width: 1.25vw;
  }
}
.tos-footer__button--active .tos-footer__button-icon {
  background: #fff;
}
.tos-footer__button--active .tos-footer__button-icon svg path {
  fill: #0074c2;
}
.tos-footer__button--active .svg-iconFull {
  opacity: 0 !important;
  opacity: 1 !important;
}
.tos-footer__button--active .svg-iconFill {
  opacity: 0 !important;
}
.tos-footer__button--active span {
  text-decoration: underline;
}
.tos-footer__copyright {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-left: auto;
  opacity: 0.5;
}
@media screen and (min-width: 1000px) {
  .tos-footer__copyright {
    margin-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__copyright {
    font-size: 0.625vw;
  }
}
.tos-footer__tooltip {
  background: #032c77;
  color: #fff;
  font-size: 12px;
  left: -70px;
  line-height: 1.5;
  min-width: 220px;
  padding: 20px 15px;
  position: absolute;
  text-align: left;
  top: -100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 100;
}
@media screen and (min-width: 1600px) {
  .tos-footer__tooltip {
    left: -136px;
    max-width: 250px;
    top: -105%;
    -webkit-transform: translate(-50%, -105%);
    transform: translate(-50%, -105%);
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__tooltip {
    font-size: 0.6vw;
    max-width: 13vw;
    padding: 1vw 0.8vw;
  }
}
.tos-footer__tooltip:before {
  border: 13px solid transparent;
  border-top-color: #032c77;
  content: "";
  height: 0;
  left: 25px;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
@media screen and (min-width: 1000px) {
  .tos-footer__tooltip:before {
    border-width: 8px;
    margin-top: 0;
  }
}
@media screen and (min-width: 451px) {
  .tos-footer__tooltip:before {
    left: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-footer__tooltip:before {
    left: 92px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__tooltip:before {
    left: 4vw;
  }
}
.tos-footer__tooltip-close {
  color: #fff;
  font-size: 20px;
  padding: 1px 6px 0 0;
  position: absolute;
  right: 10px;
  top: 5px;
}
@media screen and (min-width: 1000px) {
  .tos-footer__tooltip-close {
    top: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__tooltip-close {
    font-size: 0.8vw;
  }
}
.tos-footer__info {
  margin-right: 30px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .tos-footer__info {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .tos-footer__info:has(.tos-footer__info-tooltip-list--open) {
    position: static;
  }
  .tos-footer__info:has(.tos-footer__info-tooltip-list--open)
    .tos-footer__tooltip--info {
    left: 0;
    margin-left: 0;
    min-width: auto;
    top: 20px;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
  .tos-footer__info:has(.tos-footer__info-tooltip-list--open)
    .tos-footer__tooltip--info:before {
    left: 20px;
  }
}
.tos-footer__tooltip.tos-footer__tooltip--info {
  left: 0;
  margin-left: -20px;
  min-width: 300px;
  padding-top: 40px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (min-width: 375px) {
  .tos-footer__tooltip.tos-footer__tooltip--info {
    min-width: 340px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-footer__tooltip.tos-footer__tooltip--info {
    margin-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .tos-footer__tooltip.tos-footer__tooltip--info {
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__tooltip.tos-footer__tooltip--info {
    min-width: 17.7vw;
    padding-top: 2vw;
  }
}
@media screen and (max-width: 999px) {
  .tos-footer__tooltip.tos-footer__tooltip--info:before {
    left: 25px;
  }
}
.tos-footer__tooltip.tos-footer__tooltip--info:has(
    .tos-footer__info-tooltip-list--open
  ) {
  min-width: auto;
  padding: 50px 15px 30px;
}
@media screen and (min-width: 375px) {
  .tos-footer__tooltip.tos-footer__tooltip--info:has(
      .tos-footer__info-tooltip-list--open
    ) {
    min-width: 420px;
    padding: 50px 20px 30px 30px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__tooltip.tos-footer__tooltip--info:has(
      .tos-footer__info-tooltip-list--open
    ) {
    min-width: 22vw;
    padding: 2.6vw 1vw 1.5vw;
  }
}
.tos-footer__info-tooltip-list {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.tos-footer__info-tooltip-list li {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .tos-footer__info-tooltip-list li {
    margin-bottom: 0.5vw;
  }
}
.tos-footer__info-tooltip-list li:last-child {
  margin-bottom: 0;
}
.tos-footer__info-tooltip-list button {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 1px 6px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .tos-footer__info-tooltip-list button {
    font-size: 0.7vw;
  }
}
.tos-footer__info-tooltip-list button:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin-right: -1px;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1921px) {
  .tos-footer__info-tooltip-list button:after {
    border-width: 0 0.1vw 0.1vw 0;
    padding: 0.1vw;
  }
}
.tos-footer__info-content--inactive,
.tos-footer__info-tooltip-list--open {
  display: none;
}
.tos-footer__info-title-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (min-width: 1921px) {
  .tos-footer__info-title-wrapper {
    margin-bottom: 0.5vw;
  }
}
.tos-footer__info-title-wrapper .tos-footer__button-icon {
  margin-right: 10px;
}
@media screen and (min-width: 1921px) {
  .tos-footer__info-title-wrapper .tos-footer__button-icon {
    margin-right: 0.5vw;
  }
}
.tos-footer__info-content-btn {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  left: 10px;
  padding: 1px 6px;
  position: absolute;
  top: 15px;
}
@media screen and (min-width: 375px) {
  .tos-footer__info-content-btn {
    left: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__info-content-btn {
    font-size: 0.7vw;
    left: 1vw;
    top: 0.7vw;
  }
}
.tos-footer__info-content-btn:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin-right: 10px;
  padding: 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 1921px) {
  .tos-footer__info-content-btn:before {
    border-width: 0 0.1vw 0.1vw 0;
    padding: 0.1vw;
  }
}
.tos-footer__info-title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1921px) {
  .tos-footer__info-title {
    font-size: 1vw;
  }
}
.tos-footer__info-paragraph {
  font-size: 14px;
}
@media screen and (min-width: 1921px) {
  .tos-footer__info-paragraph {
    font-size: 0.7vw;
  }
}
.tos-footer__button-main-icon {
  height: 24px;
  position: relative;
  width: 24px;
}
@media screen and (min-width: 1921px) {
  .tos-footer__button-main-icon {
    height: 1.25vw;
    width: 1.25vw;
  }
}
.tos-footer__button-main-icon svg {
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1921px) {
  .tos-footer__button-main-icon svg {
    height: 1.25vw;
    width: 1.25vw;
  }
}
.svg-iconFull {
  opacity: 0;
}
.tos-footer__button-icon-title {
  margin-left: 10px;
}
@media screen and (min-width: 1921px) {
  .tos-footer__button-icon-title {
    margin-left: 0.5vw;
  }
}
.tos-footer__share {
  position: static;
}
@media screen and (min-width: 451px) {
  .tos-footer__share {
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .tos-footer__share {
    margin-left: auto;
    margin-right: 50px;
  }
}
@media screen and (max-width: 451px) {
  .tos-footer--details .tos-footer__tooltip--share:before {
    left: 92px;
  }
}
.tos-footer__tooltip--share {
  display: none;
}
@media screen and (max-width: 451px) {
  .tos-footer__tooltip--share {
    top: -10px;
  }
}
@media screen and (min-width: 451px) {
  .tos-footer__tooltip--share {
    min-width: 375px;
  }
}
@media screen and (max-width: 999px) {
  .tos-footer__tooltip--share {
    left: -4px;
    right: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .tos-footer__tooltip--share {
    left: -323px;
    right: auto;
  }
}
@media screen and (width: 1600px) {
  .tos-footer__tooltip--share {
    left: -136px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__tooltip--share {
    min-width: 19vw;
  }
}
.tos-footer__tooltip--share:before {
  left: 25px;
}
@media screen and (min-width: 451px) {
  .tos-footer__tooltip--share:before {
    left: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-footer__tooltip--share:before {
    left: 91%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.tos-footer__tooltip--open {
  display: block;
}
.tos-footer__share-wrapper {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .tos-footer__share-wrapper {
    gap: 15px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-footer__share-wrapper {
    gap: 0.8vw;
  }
}
.tos-footer__share-text {
  display: none;
  font-size: 14px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .tos-footer__share-text {
    display: block;
    margin-top: -7px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-footer__share-text {
    font-size: 16px;
  }
}
.tos-footer__share-social {
  display: flex;
  margin-top: 3px;
}
.tos-footer__share-social li {
  margin-right: 10px;
}
.tos-footer__share-social li:last-child {
  margin-right: 0;
}
.tos-footer__share-social svg {
  pointer-events: none;
}
.tos-footer__share-social button {
  display: block;
  padding: 0;
}
.tos-footer__share-social button:focus-visible {
  outline: 2px solid orange;
}
.tos-footer__share-social button.twitter .icon-x {
  background: #fff;
  border-radius: 2px;
}
.tos-footer__share-copy {
  align-items: center;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  display: flex;
  height: 29px;
  justify-content: center;
  width: 100%;
}
.tos-footer .tos-footer__share-copy-btn {
  background: #fff;
  border: 1px solid #fff;
  color: #0074c2;
  font-size: 10px;
  font-weight: 700;
  height: 100%;
  padding: 2px 8px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media screen and (min-width: 1600px) {
  .tos-footer .tos-footer__share-copy-btn {
    font-size: 14px;
  }
}
.tos-footer .tos-footer__share-copy-btn:hover {
  background: #0074c2;
  color: #fff;
}
.tos-footer .tos-footer__share-copy-btn:focus-visible {
  border: 2px solid orange;
  outline: 2px solid orange;
}
.tos-footer .tos-footer__share-copy-btn span {
  font-weight: 400;
}
.tos-footer__share-text-helper {
  background: #0074c2;
  color: #fff;
  left: 0;
  padding: 4px;
  position: absolute;
  top: -100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tos-footer__share-text-helper:before {
  border: 8px solid transparent;
  border-top-color: #0074c2;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  pointer-events: none;
  position: absolute;
  top: 99%;
  width: 0;
}
.tos-footer__share-url {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 8px;
  height: 14px;
  justify-content: center;
  margin-left: 8px;
  overflow: hidden;
  resize: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .tos-footer__share-url {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.tos-header {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .tos-header {
    position: absolute;
    right: 0;
    width: auto;
  }
  .tos-header .cmp-button--right svg {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .tos-header {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .tos-header {
    padding: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-header {
    margin: 0 auto;
    max-width: 1920px;
    position: static;
    width: 100%;
  }
}
.tos-header:not(.tos-header--details) .tos-button--hideTextOnMobile span {
  display: block;
}
@media screen and (width: 1366px) and (height: 768px) {
  .tos-full-screen .tos-header > .tos-button--has-children {
    padding-top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .tos-full-screen .tos-header {
    padding-top: 20px;
  }
}
.tos-header--details {
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .tos-header--details {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1921px) {
  .tos-header--details {
    position: absolute;
    right: calc(50% - 960px);
    width: auto;
  }
}
.tos-header__buttons {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .tos-header__buttons {
    display: none;
  }
}
@media screen and (max-width: 378px) {
  .tos-header__buttons .tos-button {
    font-size: 10px;
  }
}
.tos-header__button {
  margin-left: 20px;
  margin-right: 0;
}
.tos-header__pagination {
  font-size: 9px;
  margin-right: 15px;
}
@media screen and (min-width: 375px) {
  .tos-header__pagination {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-header__pagination {
    display: none;
  }
}
.tos-header__button--safari-mobile {
  display: none;
}
.tos-homepage {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  margin-top: auto;
}
.tos-homepage__button {
  margin-top: auto;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .tos-homepage__button {
    margin: auto auto 64px;
    width: auto;
  }
}
.tos-homepage__button span {
  margin: 0;
}
.tos-homepage__title {
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .tos-homepage__title {
    margin-bottom: 0;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-homepage__title {
    font-size: 112px;
    margin-top: 170px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-homepage__title {
    font-size: 5.8vw;
  }
}
.tos-homepage__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 68px;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .tos-homepage__content {
    overflow: hidden;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-homepage__content {
    flex: 1 1;
    flex-direction: row;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1921px) {
  .tos-homepage__content {
    max-width: 50.5vw;
  }
}
.tos-homepage__content-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tos-homepage__content-text {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-homepage__content-text:first-child {
    margin-left: 50px;
  }
}
.tos-homepage__content-text h2 {
  font-size: 28px;
  line-height: 180%;
}
@media screen and (min-width: 1000px) {
  .tos-homepage__content-text h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-homepage__content-text h2 {
    font-size: 2vw;
  }
}
.tos-homepage__content-text h2 span {
  font-size: inherit;
}
.tos-homepage__content-text span {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .tos-homepage__content-text span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-homepage__content-text span {
    font-size: 1vw;
  }
}
.tos-homepage__separator {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 40px 0 50px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tos-homepage__separator {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-homepage__separator {
    left: 50%;
    margin-top: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .tos-homepage__separator {
    padding: 2vw 0 2.6vw;
  }
}
.tos-homepage__separator span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  font-size: 50px;
  font-weight: 700;
  opacity: 0.5;
}
@media screen and (min-width: 1000px) {
  .tos-homepage__separator span {
    font-size: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-homepage__separator span {
    font-size: 70px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-homepage__separator span {
    font-size: 3.6vw;
  }
}
.tos-homepage__separator-line {
  background: hsla(0, 0%, 100%, 0.3);
  content: "";
  height: 30px;
  position: absolute;
  width: 1.2px;
}
@media screen and (min-width: 1000px) {
  .tos-homepage__separator-line {
    height: 1.2px;
    width: 82px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-homepage__separator-line {
    height: 0.0625vw;
    width: 4.3vw;
  }
}
.tos-homepage__separator-line--before {
  top: 8px;
}
@media screen and (min-width: 1000px) {
  .tos-homepage__separator-line--before {
    left: -100px;
    top: auto;
  }
}
@media screen and (min-width: 1921px) {
  .tos-homepage__separator-line--before {
    left: -5.2vw;
  }
}
.tos-homepage__separator-line--after {
  bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .tos-homepage__separator-line--after {
    bottom: auto;
    right: -100px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-homepage__separator-line--after {
    right: -5.2vw;
  }
}
.tos__homepage-video {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.tos__homepage-video--left {
  top: -140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tos__homepage-video--left {
    top: -70px;
  }
}
@media screen and (min-width: 1000px) {
  .tos__homepage-video--left {
    left: -30px;
    top: auto;
  }
}
@media screen and (min-width: 1200px) {
  .tos__homepage-video--left {
    left: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .tos__homepage-video--left {
    left: -180px;
  }
}
@media screen and (min-width: 1921px) {
  .tos__homepage-video--left {
    left: -9.3vw;
  }
}
.tos__homepage-video--right {
  bottom: -140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tos__homepage-video--right {
    bottom: -180px;
  }
}
@media screen and (min-width: 1000px) {
  .tos__homepage-video--right {
    bottom: auto;
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .tos__homepage-video--right {
    right: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .tos__homepage-video--right {
    right: -180px;
  }
}
@media screen and (min-width: 1921px) {
  .tos__homepage-video--right {
    right: -9.3vw;
  }
}
.tos-loading {
  margin-bottom: auto;
  margin-top: auto;
  padding: 16px;
}
.tos-loader {
  -webkit-animation: load 1s linear infinite;
  animation: load 1s linear infinite;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-mask: conic-gradient(transparent, #000),
    linear-gradient(#000 0 0) content-box;
  mask: conic-gradient(transparent, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  padding: 8px;
  width: 70px;
}
@media screen and (min-width: 451px) {
  .tos-loader {
    padding: 12px;
    width: 120px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-loader {
    padding: 0.625vw;
    width: 6.25vw;
  }
}
@-webkit-keyframes load {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes load {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.tos-loader__text {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 15px;
  opacity: 0.5;
  text-transform: uppercase;
}
@media screen and (min-width: 451px) {
  .tos-loader__text {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-loader__text {
    font-size: 0.67vw;
    margin-top: 1.3vw;
  }
}
.tos-loading__text {
  background: hsla(0, 0%, 100%, 0.08);
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 1.4;
  margin: 30px auto 0;
  max-width: 870px;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 376px) {
  .tos-loading__text {
    margin-top: 60px;
    padding: 55px 25px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-loading__text {
    border: none;
    padding: 30px 60px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-loading__text {
    font-size: 0.8vw;
    max-width: 45.3vw;
    padding: 1.5vw 3vw;
  }
}
.tos-loading__text p {
  margin-bottom: 15px;
}
@media screen and (min-width: 1921px) {
  .tos-loading__text p {
    margin-bottom: 0.8vw;
  }
}
.tos-loading__text p:last-child {
  margin-bottom: 0;
}
.tos-menu {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .tos-menu {
    margin-top: auto;
  }
}
@media screen and (min-width: 1000px) {
  .tos-menu {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-menu {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu {
    margin-top: auto;
    padding-top: 3vw;
  }
}
.tos-menu__title {
  margin: 20px 0 40px;
}
@media screen and (min-width: 1000px) {
  .tos-menu__title {
    margin: 78px 0 64px;
  }
}
@media screen and (min-width: 800px) {
  .tos-menu__lists {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    margin-top: auto;
  }
}
@media screen and (min-width: 1000px) {
  .tos-menu__lists {
    grid-template-columns: repeat(auto-fill, minmax(9vw, 1fr));
  }
}
@media screen and (min-width: 1920px) {
  .tos-menu__lists {
    grid-template-columns: repeat(auto-fill, minmax(7vw, 1fr));
  }
}
@media screen and (max-width: 799px) {
  .tns-item:not(.tns-slide-active)
    + .tns-slide-active
    + .tns-slide-active
    .tos-menu__lists-button {
    background: #fff;
    color: #0074c2;
    font-size: 18px;
    font-weight: 700;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .tns-item:not(.tns-slide-active)
    + .tns-slide-active
    + .tns-slide-active
    .tos-menu__lists-button:focus {
    border: 2px solid #000;
    outline: 2px solid #000;
  }
  .tns-item:not(.tns-slide-active)
    + .tns-slide-active
    + .tns-slide-active
    .tos-menu__lists-button
    small {
    display: flex;
  }
}
@media screen and (max-width: 451px) {
  .tns-item:not(.tns-slide-active)
    + .tns-slide-active
    + .tns-slide-active
    .tos-menu__lists-button {
    font-size: 16px;
  }
}
.tns-liveregion,
.tns-nav {
  display: none;
}
.tns-inner {
  overflow: hidden;
}
.tos-menu__lists-button {
  word-wrap: break-word;
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 16px;
  height: 280px;
  line-height: 1.3;
  opacity: 0.6;
  padding: 5px;
  position: relative;
  text-align: center;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .tos-menu__lists-button {
    height: 200px;
    padding: 5px 23px;
  }
}
@media screen and (min-width: 800px) {
  .tos-menu__lists-button {
    font-weight: 400;
    height: 85px;
    opacity: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1400px) {
  .tos-menu__lists-button {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-menu__lists-button {
    height: 8vw;
  }
  .tos-full-screen .tos-menu__lists-button {
    height: 8.5vw;
  }
  .tos-menu__lists-button {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-menu__lists-button {
    height: 6.5vw;
  }
  .tos-full-screen .tos-menu__lists-button {
    height: 7.5vw;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__lists-button {
    font-size: 0.7vw;
  }
}
.tos-menu__lists-button:hover {
  background: #fff;
  color: #0074c2;
}
.tos-menu__lists-button:hover small {
  display: flex;
}
.tos-menu__lists-button span {
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .tos-menu__lists-button span {
    font-size: 8px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__lists-button span {
    font-size: 0.5vw;
  }
}
.tos-menu__lists-button small {
  align-items: center;
  display: none;
  font-size: 10px;
  font-weight: 700;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  .tos-menu__lists-button small {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-menu__lists-button small {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__lists-button small {
    font-size: 0.5vw;
  }
}
.tos-menu__lists-button small svg {
  margin-left: 5px;
}
@media screen and (min-width: 1400px) {
  .tos-menu__lists-button--large {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__lists-button--large {
    font-size: 0.7vw;
  }
}
@media screen and (min-width: 1000px) {
  .tos-menu__lists-button--Xlarge {
    font-size: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-menu__lists-button--Xlarge {
    font-size: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__lists-button--Xlarge {
    font-size: 0.6vw;
  }
}
.tos-menu__largeBlock {
  background: hsla(0, 0%, 100%, 0.08);
  display: flex;
  flex-direction: column;
  grid-column: 1/-1;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  text-align: left;
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .tos-menu__largeBlock {
    grid-row: 1;
  }
}
@media screen and (min-width: 1000px) {
  .tos-menu__largeBlock {
    grid-column: 1/7;
    grid-row: 5/55;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .tos-menu__largeBlock {
    justify-content: flex-start;
    padding-top: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-menu__largeBlock {
    grid-column: 1/7;
    padding: 35px 50px 20px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-menu__largeBlock {
    grid-row: 5/55;
  }
}
@media screen and (min-width: 1920px) {
  .tos-menu__largeBlock {
    grid-column: 1/9;
    grid-row: 4/55;
    justify-content: center;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__largeBlock {
    grid-column: 1/7;
    grid-row: 6/13;
    padding: 1vw 2.6vw;
  }
}
.tos-menu__largeBlock h2 {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .tos-menu__largeBlock h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-menu__largeBlock h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__largeBlock h2 {
    font-size: 1.4vw;
    margin-bottom: 1vw;
  }
}
.tos-menu__largeBlock-content {
  max-width: 576px;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .tos-menu__largeBlock-content {
    max-width: 700px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__largeBlock-content {
    max-width: 30vw;
  }
}
.tos-menu__largeBlock-content p {
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 1400px) {
  .tos-menu__largeBlock-content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__largeBlock-content p {
    font-size: 0.6vw;
  }
}
.tos-menu__largeBlock-content small {
  display: block;
  font-size: 11px;
  line-height: 1.2;
}
@media screen and (min-width: 1400px) {
  .tos-menu__largeBlock-content small {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__largeBlock-content small {
    font-size: 0.6vw;
  }
}
.tos-menu__smallBlock {
  background: hsla(0, 0%, 100%, 0.08);
  grid-column: 1/-1;
  opacity: 0;
  padding: 30px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .tos-menu__smallBlock {
    grid-column: 7/12;
  }
}
@media screen and (min-width: 1400px) {
  .tos-menu__smallBlock {
    padding: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-menu__smallBlock {
    grid-row: 7/55;
  }
}
@media screen and (min-width: 1920px) {
  .tos-menu__smallBlock {
    grid-column: 9/-1;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__smallBlock {
    grid-column: 7/-1;
    grid-row: 8/13;
  }
}
.tos-menu__smallBlock h2 {
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .tos-menu__smallBlock h2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-menu__smallBlock h2 {
    font-size: 0.8vw;
    padding: 1.5vw;
  }
}
.tos-menu__slider-controler {
  display: flex;
}
.tos-menu__slider-button {
  align-items: center;
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 50%;
}
@media screen and (min-width: 375px) {
  .tos-menu__slider-button {
    padding: 27px;
  }
}
.tos-menu__slider-pagination {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: inline-block;
  font-size: 10px;
  margin-left: auto;
  padding: 5px 10px;
}
.tos-menu__slider-pagination span {
  font-weight: 700;
}
.tos-menu__content {
  margin-bottom: 40px;
  padding: 0 16px;
  text-align: left;
}
@media screen and (min-width: 1921px) {
  .tos-menu__content {
    margin-bottom: 2vw;
  }
}
.tos-menu__paragraph {
  margin-bottom: 10px;
}
.tos-menu__paragraph,
.tos-menu__paragraph + small {
  font-size: 14px;
  line-height: 1.2;
}
.tos-slider__wrapper {
  margin-top: auto;
  text-align: right;
}
@media screen and (width: 1280px) and (height: 960px) {
  .tos-slider__wrapper {
    margin-top: 60px;
  }
}
@media screen and (width: 1280px) and (height: 1024px) {
  .tos-slider__wrapper {
    margin-top: 90px;
  }
}
@media screen and (width: 1366px) and (height: 768px) {
  .tos-slider__wrapper {
    margin-top: 10px;
  }
}
@media screen and (width: 1920px) and (height: 1080px) {
  .tos-slider__wrapper {
    margin-top: 90px;
  }
}
@media screen and (width: 1920px) and (height: 1200px) {
  .tos-slider__wrapper {
    margin-top: 130px;
  }
}
@media screen and (width: 1920px) and (height: 1080px) {
  .tos-full-screen .tos-slider__wrapper {
    margin-top: 60px;
  }
}
@media screen and (width: 1920px) and (height: 1200px) {
  .tos-full-screen .tos-slider__wrapper {
    margin-top: 110px;
  }
}
.tos-overview {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}
.tos-overview,
.tos-overview__wrapper {
  margin-top: auto;
}
.tos-overview__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .tos-overview__title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-overview__title {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    margin-right: 40px;
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  .tos-overview__title {
    font-size: 65px;
    margin-bottom: 110px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1921px) {
  .tos-overview__title {
    font-size: 3.4vw;
    margin-bottom: 5.7vw;
  }
}
.tos-overview__title strong {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  .tos-overview__title strong {
    font-size: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .tos-overview__title strong {
    font-size: 75px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-overview__title strong {
    font-size: 3.9vw;
  }
}
@media screen and (min-width: 1000px) {
  .tos-overview__title-sliced .tos-hide-desktop {
    display: none;
  }
  .tos-overview__title-sliced:last-child {
    display: block;
    margin-right: 125px;
    text-transform: none;
  }
}
@media screen and (min-width: 1400px) {
  .tos-overview__title-sliced:last-child {
    margin-right: auto;
  }
}
.tos-overview__content {
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .tos-overview__content {
    display: flex;
    margin: 0 -32px;
    width: 100%;
  }
}
@media screen and (min-width: 1921px) {
  .tos-overview__content {
    margin: 0 -1.6vw;
  }
}
.tos-overview__content p {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  margin: 0 0 20px;
}
@media screen and (min-width: 800px) {
  .tos-overview__content p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-overview__content p {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    flex: 1 1 50%;
    margin: 0 32px;
    page-break-inside: avoid;
  }
}
@media screen and (min-width: 1400px) {
  .tos-overview__content p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-overview__content p {
    font-size: 1.3vw;
    margin: 0 1.6vw;
  }
}
.tos-overview__content p:last-child {
  margin-bottom: 0;
}
.tos-overview__buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: auto -16px 0;
}
@media screen and (min-width: 1000px) {
  .tos-overview__buttons {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-overview__buttons {
    margin-left: -0.8vw;
    margin-right: -0.8vw;
  }
}
.tos-overview__buttons button {
  margin: 0;
}
@media screen and (max-width: 999px) {
  .tos-overview__buttons button {
    width: 100%;
  }
}
.tos-overview__buttons button:first-child {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  flex: 1 1 30%;
}
@media screen and (max-width: 999px) {
  .tos-overview__buttons button:first-child svg {
    height: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .tos-overview__buttons button:first-child {
    border-color: #fff;
    flex: none;
    margin-right: 20px;
  }
}
.tos-overview__buttons button:last-child {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .tos-overview__buttons button:last-child {
    flex: 1 1 70%;
  }
}
.tos-overview__title-animated {
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-position: 50%;
  background-size: cover;
  color: transparent;
}
.tos-overview__title-animated--burn {
  background-image: url(/content/dam/pmicom/custom-code/global/tools-for-science/1-0-6/static/img/burns.gif);
}
.tos-overview__title-animated--heat {
  background-image: url(/content/dam/pmicom/custom-code/global/tools-for-science/1-0-6/static/img/heats.gif);
}
.tos-video {
  height: 260px;
  pointer-events: none;
  width: 260px;
}
@media screen and (min-width: 768px) {
  .tos-video {
    height: 390px;
    width: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .tos-video {
    height: 500px;
    width: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .tos-video {
    height: 650px;
    width: 650px;
  }
}
@media screen and (min-width: 1921px) {
  .tos-video {
    height: 33.8vw;
    width: 33.8vw;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  outline: none;
}
canvas,
img,
video {
  max-width: 100%;
}
body {
  margin: 0;
}
*,
body {
  -webkit-text-size-adjust: 100%;
  font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
/*# sourceMappingURL=main.css.map*/
