/*#region fonts */
@font-face {
  font-family: TeleGroteskNext-Thin;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/telegrotesknext-thin.woff2") format("woff2"),
       url("../fonts/telegrotesknext-thin.woff") format("woff");
}

@font-face {
  font-family: TeleGroteskNext-Regular;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/telegrotesknext-regular.woff2") format("woff2"),
       url("../fonts/telegrotesknext-regular.woff") format("woff");
}

@font-face {
  font-family: TeleGroteskNext-Medium;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/telegrotesknext-medium.woff2") format("woff2"),
       url("../fonts/telegrotesknext-medium.woff") format("woff");
}

@font-face {
  font-family: TeleGroteskNext-Bold;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/telegrotesknext-bold.woff2") format("woff2"),
       url("../fonts/telegrotesknext-bold.woff") format("woff");
}

@font-face {
  font-family: TeleGroteskNext-Ultra;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/telegrotesknext-ultra.woff2") format("woff2"),
       url("../fonts/telegrotesknext-ultra.woff") format("woff");
}

@font-face {
  font-family: TeleIcon-Outline;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/teleIcon-outline.eot") format("eot"),
       url("../fonts/teleIcon-outline.ttf") format("truetype");
}

:root {
  font-size: 100%;
}

/* h1 */
h1,
.h1 {
  margin: 1.4em 0 .6em;
  color: #262626;
  font-family: TeleGroteskNext-Ultra, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1em;
}

@media only screen and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

/* h2 */
h2,
.h2 {
  margin: 1.4167em 0 .5833em;
  color: #262626;
  font-family: TeleGroteskNext-Ultra, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

@media only screen and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

/* h3 */
h3,
.h3 {
  margin: 1.4em 0 .6em;
  color: #262626;
  font-family: TeleGroteskNext-Ultra, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1em;
}

@media only screen and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

/* h4 */
h4,
.h4 {
  margin: 2em 0 .6em;
  color: #262626;
  font-family: TeleGroteskNext-Ultra, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.133333em;
}

@media only screen and (max-width: 1023px) {
  h4,
  .h4 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.625rem;
  }
}

/* h5 */
h5,
.h5 {
  margin: 2em 0 .6em;
  color: #262626;
  font-family: TeleGroteskNext-Ultra, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.153846em;
}

@media only screen and (max-width: 1023px) {
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}

/* h6 */
h6,
.h6 {
  margin: 2em 0 .6em;
  color: #262626;
  font-family: TeleGroteskNext-Ultra, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.166666em;
}

@media only screen and (max-width: 1023px) {
  h6,
  .h6 {
    font-size: 1.375rem;
  }
}

/* bodycopy */
body {
  color: #262626;
  font-family: TeleGroteskNext-Regular, sans-serif;
  font-size: 1.5rem;
  line-height: 1.333333em;
  background-size: 100%;
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
  body {
    zoom: .85;
  }
}

p,
.bodycopy,
.back-link,
input,
select,
address,
textarea {
  margin: .4em 0 0;
  color: #262626;
  font-family: TeleGroteskNext-Regular, sans-serif;
  font-size: 1.5rem;
  line-height: 1.333333em;
}

mark {
  color: #e20074;
  background-color: transparent;
}

.moduleiframe {
  margin: 6rem 0;
}

iframe {
  width: 100%;
  border: 1px solid #d0d0d0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1023px) {
  p,
  .bodycopy,
  .back-link,
  input {
    font-size: 1.375rem;
  }
}

.element.dnadesign__elemental__models__elementcontent {
  margin: 3rem auto 5rem;
}

p img.ss-htmleditorfield-file.image {
  margin: 2rem 0;
}

p img.center {
  margin: 2.5rem auto 3rem !important;
  display: table;
}

div > img.ss-htmleditorfield-file.image,
p > img.ss-htmleditorfield-file.image {
  width: 70%;
  height: auto;
}

@media screen and (max-width: 919px) {
  div > img.ss-htmleditorfield-file.image,
  p > img.ss-htmleditorfield-file.image {
    width: 100%;
  }
}

.captionImage {
  margin: 2.5rem 0 2.2rem;
  width: 100% !important;
}

.captionImage.center {
  margin: 2.5rem auto .6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.captionImage img {
  margin: 0 auto 0;
}

.captionImage.rightAlone {
  display: grid;
  justify-content: flex-end;
  width: 100% !important;
}

.caption {
  margin: 0;
  color: #6b6b6b;
}

img + .caption {
  margin-top: .4em !important;
}

.left.ss-htmleditorfield-file.image {
  margin: 1rem 1.8rem 1rem 0;
  float: left;
  clear: right;
  width: 45%;
}

.right.ss-htmleditorfield-file.image {
  margin: 1rem 0 1rem 1.8rem;
  float: right;
  clear: left;
  width: 45%;
}

@media screen and (max-width: 799px) {
  .left.ss-htmleditorfield-file.image,
  .right.ss-htmleditorfield-file.image {
    width: 50%;
  }
}

@media screen and (max-width: 649px) {
  .left.ss-htmleditorfield-file.image,
  .right.ss-htmleditorfield-file.image {
    width: 100%;
  }
}

div[thumbnail].embed {
  margin: 2rem 0 3rem;
  padding-bottom: 50.625%;
  position: relative;
  width: 90% !important;
  height: 0;
}

h1 + div[thumbnail].embed,
h2 + div[thumbnail].embed,
h3 + div[thumbnail].embed,
h4 + div[thumbnail].embed,
h5 + div[thumbnail].embed,
h6 + div[thumbnail].embed {
  margin-top: 0;
}

@media screen and (max-width: 919px) {
  div[thumbnail].embed {
    padding-bottom: 56.25%;
    width: 100% !important;
  }
}

div[thumbnail].embed.center.embed {
  margin: 3rem auto;
}

div[thumbnail].embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* bodycopy.small */
pre,
.caption {
  color: #6b6b6b;
}

pre,
.caption,
small,
.small,
.bodycopy.small {
  margin: .4em 0 2em;
  font-family: TeleGroteskNext-Regular, sans-serif;
  font-size: 1.1875rem;
  white-space: normal;
  line-height: 1.1em;
}

@media only screen and (max-width: 1023px) {
  pre,
  .caption,
  small,
  .small,
  .bodycopy.small {
    font-size: 1.0625rem;
  }
}

@media only screen and (max-width: 767px) {
  pre,
  .caption,
  small,
  .small,
  .bodycopy.small {
    font-size: 1.0625rem;
  }
}

ul,
ol {
  margin: 1rem 0 3rem;
  padding-inline-start: 1.1em;
  -webkit-padding-start: 1.1em;
}

ul,
.bullet {
  list-style-type: square;
}

li {
  margin: 1.1em 0 1.1em;
  color: #262626;
  font-family: TeleGroteskNext-Regular, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1em;
}

li.text-center {
  margin-left: -1.1em;
  text-align: center;
  list-style-position: inside;
}

@media only screen and (max-width: 1023px) {
  li {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px) {
  li {
    font-size: 1.375rem;
  }
}

/* text-link */
a,
.text-link {
  color: #00739f;
  text-decoration: none;
}

a:hover,
.text-link:focus,
.text-link:hover {
  color: #004966;
  text-decoration: underline;
}

a:visited,
.text-link:visited {
  color: #00739f;
}

a:visited:hover,
.text-link:visited:focus,
.text-link:visited:hover {
  color: #004966;
  text-decoration: underline;
}

.text-link.dark-bg {
  color: #31c3f7;
}

.text-link.dark-bg:focus,
.text-link.dark-bg:hover {
  color: #00a8eb;
}

.text-link.dark-bg:visited {
  color: #31c3f7;
}

.text-link.dark-bg:visited:focus,
.text-link.dark-bg:visited:hover {
  color: #00a8eb;
  text-decoration: underline;
}

.back-link:first-of-type {
  margin-top: -30px;
}

.back-link {
  display: block;
}

.back-link:last-of-type {
  margin: 2em 0 3em;
}

.back-link:focus,
.back-link:hover {
  color: #e20074;
  text-decoration: none;
  outline: none;
}

.back-link span {
  position: relative;
  top: 3px;
  border: none;
  font-family: TeleIcon-Outline;
  text-decoration: none;
}

.back-link + article > h1 {
  margin-top: .6em;
}
/*#endregion*/

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.hidden {
  display: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #66afe9;
  outline-color: #66afe9;
}

.container {
  margin: auto;
  padding: 0 60px;
  max-width: calc(1560px - 5%);
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: -0.5rem;
    padding: 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .container {
    padding: 0 12px;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

strong {
  font-family: TeleGroteskNext-Bold, sans-serif;
}

.text-white {
  color: #fff;
}

article ul a::after {
  content: "\A7";
  position: relative;
  left: 5px;
  color: #262626;
  font-family: TeleIcon-Outline;
}

address {
  font-style: normal;
}

/* #region buttons */
button {
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.button {
  margin: 3px 0;
  padding: 0 .9em;
  display: inline-block;
  border: 1px solid #e20074;
  border-radius: 4px;
  box-sizing: content-box;
  color: #e20074;
  font-family: TeleGroteskNext-Regular, sans-serif;
  font-size: 1.5rem;
  white-space: nowrap;
  line-height: 49px;
  cursor: pointer;
  background-color: transparent;
}

.button:focus,
.button:hover {
  border-color: transparent;
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #e20074;
}

.button a:focus {
  outline: none;
}

.button:visited
.button a,
.button a:visited {
  color: #e20074;
}

.button:active a,
.button:active a:visited {
  color: #fff;
}

.button:visited:hover {
  color: #fff;
}

.button:hover a,
.button:hover a:visited,
.button:focus a,
.button:focus a:visited,
.button a:hover,
.button a:visited:hover,
.button a:focus
.button a:visited:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.button:active {
  color: #fff;
  background-color: #d0006a;
}

.button.external-link {
  padding-right: .815em;
  color: #e20074;
}

.button.solid {
  border: none;
  color: #fff;
  background-color: #e20074;
}

.button.solid:focus,
.button.solid:hover {
  outline: none;
  background-color: #d1006c;
}

.button.solid:hover,
.button.solid:visited,
.button.solid:visited:hover {
  color: #fff;
  text-decoration: none;
}

.button.solid:active {
  background-color: #bd0061;
}

.button.solid a {
  color: #fff;
}

.button[name=action_process] {
  margin-right: 18px;
  border: none;
  color: #fff;
  background-color: #e20074;
}

.button[name=action_process]:disabled {
  opacity: 0.7;
  pointer-events: none;
}

.button.white,
.button.white a {
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.button.white:focus,
.button.white:hover,
.button.white a:focus {
  color: #fff;
  outline: none;
  background-color: #ffffff12;
}

.button.white:visited,
.button.white:visited:hover,
.button.white a:visited,
.button.white a:visited:hover {
  color: #fff;
}

.button.white:active {
  background-color: #ffffff26;
}

.button.grey,
.button.grey a {
  border-color: #b2b2b2;
  color: #262626;
}

.button.grey:focus,
.button.grey:hover {
  border-color: transparent;
  color: #262626;
  text-decoration: none;
  outline: none;
  background-color: #dbdbdb;
}

.button.grey:visited,
.button.grey:visited:hover,
.button.grey a:visited,
.button.grey a:visited:hover {
  color: #262626;
}

.button.grey:active {
  border-color: #c7c7c7;
  background-color: #c7c7c7;
}

.button.external-link:hover {
  padding-right: .815em;
  color: #fff;
}

.button.external-link::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 22px;
  height: 22px;
  background-image: url(../img/icon-external-link-magenta.svg);
  background-size: cover;
}

.button.external-link:hover::after,
.button.solid.external-link::after {
  background-image: url(../img/icon-external-link-white.svg);
}

.button.grey.external-link::after {
  background-image: url(../img/icon-external-link-black.svg);
}

.button-close {
  padding: 0 !important;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  background-image: url("../img/icon-close.svg");
  background-position: center;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.button-close:focus,
.button-close:hover {
  background-color: #dbdbdb;
}

.actions .button {
  margin-top: 1.125rem;
}
/*#endregion*/

hr,
.divider {
  margin: 3.625rem 0;
  height: 1px;
  border: none;
  background-color: #d0d0d0;
}

@media screen and (max-width: 599px) {
  hr,
  .divider {
    margin: 2rem 0;
  }
}

/* IE check */
#outdated {
  padding: 0 24px 24px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1500;
  text-align: center;
  background-color: #4b4b4b !important;
  transition-duration: .5s;
}

#outdated.fullscreen {
  height: 100%;
}

#outdated .vertical-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#outdated h6 {
  margin: 24px 0 8px;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 36px;
}

#outdated p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
}

#outdated #buttonUpdateBrowser {
  margin: 30px auto 0;
  padding: 10px 20px;
  display: block;
  position: relative;
  width: 230px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

#outdated #buttonUpdateBrowser:hover {
  color: #e20074;
  background-color: white;
}

#outdated .last {
  display: inline-table;
  position: absolute;
  top: 20px;
  right: 70px;
  width: auto;
  height: 20px;
}

#outdated .last[dir=rtl] {
  right: auto !important;
  left: 25px !important;
}

#outdated #buttonCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 50px;
  text-decoration: none;
  line-height: 36px;
  cursor: pointer;
}

/* tooltip */
.tooltip {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #262626;
  line-height: 110%;
}

.tooltip-text-wrapper {
  display: flex;
  justify-content: center;
}

.tooltip-text {
  padding: 10px;
  position: absolute;
  bottom: 125%;
  min-width: 30ch;
  max-width: 65ch;
  visibility: hidden;
  border-radius: 4px;
  z-index: 1;
  color: #fff;
  opacity: 0;
  font-size: 16px;
  text-align: center;
  line-height: 120%;
  background-color: #262626;
  transition: opacity .3s;
}

.tooltip-text::after {
  content: "";
  margin-left: -10px;
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 9px;
  border-style: solid;
  border-color: #262626 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 599px) {
  .tooltip-text {
    min-width: 20ch;
    max-width: 65ch;
  }
}
