h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 34px;
  line-height: 50px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: 'Ul moderat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

a {
  font-family: 'Ul moderat', sans-serif;
  text-decoration: underline;
}

.pep-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pep-header.hide {
  display: none;
}

.ths07-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths07-hero-slider {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* max-width: 1440px;
  min-height: 800px; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2e323d;
}

.ths07-hero-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ths07-hero-slide-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ths07-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Mulish, sans-serif;
  color: #e5e5e5;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.ths07-logo {
  width: 200px;
  margin-right: 20px;
}

.ths07-navigation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths07-hero-slider-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 50px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.ths07-hero-slider-arrow:hover {
  opacity: 0.8;
}

.ths07-hero-slider-arrow.next {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #01e6eb;
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ths07-hero-slider-arrow.prev {
  margin-left: 20px;
  background-color: #6891ae;
  background-image: url('../images/arrow-back.svg');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ths07-hero-slider-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 6px;
}

.ths07-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Mulish, sans-serif;
  color: #e5e5e5;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.ths07-nav-link:hover {
  color: #fff;
}

.ths07-search-icon {
  width: 50px;
  height: 50px;
  margin-left: 40px;
  border-radius: 50%;
  background-color: #e5e5e5;
  background-image: url('../images/ths_07_ico_search_dark.svg');
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
}

.ths07-search-icon:hover {
  background-color: #fff;
}

.ths07-menu-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.ths07-nav-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths07-menu-close-icon {
  position: absolute;
  width: 25px;
}

.ths07-menu-icon {
  width: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ths07-search {
  position: absolute;
  left: 0%;
  top: -350px;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.ths07-search-input {
  height: 100px;
  margin-bottom: 0px;
  padding: 20px 0px;
  border: 1px none #000;
  background-color: transparent;
  font-family: Mulish, sans-serif;
  color: #333;
  font-size: 70px;
  font-weight: 200;
  letter-spacing: -1px;
}

.ths07-search-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}

.ths07-search-input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}

.ths07-search-input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}

.ths07-search-input::placeholder {
  color: rgba(51, 51, 51, 0.2);
}

.ths07-search-button {
  display: none;
}

.ths07-search-close-icon {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  width: 30px;
  opacity: 0.65;
  cursor: pointer;
}

.ths07-nav-link-hover-dor {
  position: absolute;
  left: auto;
  top: 28px;
  right: auto;
  bottom: 0%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e5e5e5;
}

.ths07-hero-slide-content-wrapper {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ths07-hero-slide-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths07-hero-slide-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #e5e5e5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.ths07-divider-white {
  width: 40px;
  height: 1px;
  margin-right: 25px;
  margin-left: 25px;
  background-color: #b8b8b8;
}

.ths07-hero-slide-paragraph {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #e5e5e5;
  font-weight: 400;
  text-align: left;
}

.ths07-hero-slide-paragraph.bit-bigger {
  font-size: 22px;
  line-height: 36px;
}

.ths07-heading-h1 {
  z-index: 9;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e5e5e5;
}

.ths07-hero-slide-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: transparent;
}

.ths07-cta-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths07-cta-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Mulish, sans-serif;
  color: #e5e5e5;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.ths07-cta-link-icon-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -65px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 92%, 0.2);
}

.ths07-cta-link-icon {
  width: 25px;
  margin-top: -1px;
}

.ths07-images-lighbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 89.8%, 0.7);
  border-radius: 50%;
  -webkit-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
  font-family: Mulish, sans-serif;
  color: #e5e5e5;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.ths07-images-lighbox:hover {
  border-color: transparent;
  background-color: hsla(0, 0%, 93.7%, 0.2);
}

.ths07-images-lighbox-icon {
  width: 25px;
  opacity: 0.9;
}

.ths07-cta-link-text {
  position: relative;
  z-index: 1;
}

.ths07-hero-slide-stats-wrapper {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 400px;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #efefef;
}

.ths07-heading-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.ths07-stats-paragraph {
  margin-top: 5px;
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #555;
  font-size: 15px;
  line-height: 22px;
}

.ths07-stats-paragraph.ths07-last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.ths07-stats-title {
  font-family: Mulish, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ths07-heading-h3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths07-stats-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ths07-stats-icon-bar {
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}

.ths07-stats-icon-bar.ths07-small {
  width: 12px;
}

.ths07-slide-numbering {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 230px;
  height: 200px;
  margin-left: 20px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #efefef;
}

.ths07-slide-number-title {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-family: Mulish, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.ths07-slide-number-wrapper {
  position: relative;
  margin-top: 30px;
}

.ths07-slide-number {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: -2px;
}

.ths07-slide-number-total {
  position: absolute;
  left: auto;
  top: -10px;
  right: -60px;
  bottom: auto;
  font-family: Lato, sans-serif;
  color: #555;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.ths07-hero-slider-arrow-icon {
  width: 20px;
}

.ths07-hero-slider-arrow-icon.ths07-rotated {
  margin-right: 20px;
  margin-left: 0px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ths07-video-lighbox {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 400px;
  height: 200px;
  max-width: 400px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.ths07-video-lightbox-thumbnail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ths07-content-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 5px;
  background-color: #efefef;
}

.ths07-social-share-wrapper {
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 164px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #efefef;
  font-family: Mulish, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.ths07-slide-bg-blocks-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ths07-bg-line-block {
  width: 1px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.ths07-video-lightbox-icon {
  position: relative;
  width: 66px;
}

.ths07-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  text-decoration: none;
}

.ths07-social-link:hover {
  opacity: 1;
}

.ths07-social-icon {
  width: 20px;
}

.ths07-hero-slide-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ths07-hero-slide-content-block.ths07-absolute {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  /* padding-top: 30px; */
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ths07-hero-slide-content-block.ths07-hero-slide-content-block-right {
  max-width: 630px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(46, 50, 61, 0)), color-stop(27%, #2e323d));
  background-image: linear-gradient(90deg, rgba(46, 50, 61, 0), #2e323d 27%);
}

.ths07-hero-slide-more-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ths07-images-lightox-tooltip {
  position: absolute;
  left: auto;
  top: 0%;
  right: -65px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths07-content-bg-circle {
  position: absolute;
  left: auto;
  top: -50px;
  right: -50px;
  bottom: auto;
  z-index: -1;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e93d3c), to(#041c35));
  background-image: linear-gradient(180deg, #e93d3c, #041c35);
  opacity: 0.08;
}

.ths07-content-bg-circle.ths07-bottom {
  left: -50px;
  top: auto;
  right: auto;
  bottom: -50px;
}

.ths07-slide-number-inner-wrapper {
  position: relative;
  overflow: hidden;
}

.ths07-hero-slide-content-block-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 834px;
  /* padding-top: 30px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pep-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.ths07-preloader-bg-video {
  position: absolute;
  top: auto;
  z-index: 10;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ths07-preloader-bg-video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f2027), color-stop(50%, #203a43), to(#2c5364));
  background-image: linear-gradient(180deg, #0f2027, #203a43 50%, #2c5364);
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.ths07-preloader-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.ths07-preloader-logo {
  display: none;
  width: 200px;
  margin-bottom: 40px;
}

.ths07-preloader-title {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  color: #e5e5e5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.ths07-preloader-heading {
  z-index: 9;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Ul moderat', sans-serif;
  color: #e5e5e5;
  font-size: 68px;
  line-height: 80px;
  font-weight: 400;
  text-align: left;
}

.ths07-preloader-heading.ths07-bold {
  font-family: Maveltext;
  font-weight: 500;
}

.ths07-preloader-heading.smaller {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.body {
  background-color: #e3e7ec;
  overflow: hidden;
}

.btn-text {
  padding-right: 20px;
  padding-left: 20px;
}

.tooltip-content---right {
  position: absolute;
  left: 60%;
  top: 20%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip-content---right.slide2-2 {
  left: auto;
  top: 8%;
  right: 30%;
  bottom: auto;
}

.tooltip-content---right.slide1-1 {
  left: 55%;
  top: 25%;
}

.tooltip-content---right.slide1-4 {
  left: 51%;
  top: 45%;
}

.tooltip-content---right.slide1-6 {
  left: 44%;
  top: 66%;
}

.tooltip-content---right.slide1-2 {
  left: 55%;
  top: 31%;
}

.tooltip-content---right.slide2-4 {
  left: auto;
  top: auto;
  right: 43%;
  bottom: 25%;
}

.text-200 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
  cursor: pointer;
}

.text-50 {
  font-family: 'Ul moderat', sans-serif;
  color: #0a32ff;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
}

.text-50.bold.mg-bottom-8px {
  margin-bottom: 8px;
}

.text-50.white {
  color: #fff;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: #4a3aff;
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.12);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-primary:hover {
  background-color: #3527d8;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-primary.extra-small {
  padding: 10px 16px;
  font-size: 12px;
  line-height: 14px;
}

.grid-two-columns {
  position: absolute;
  left: 141px;
  top: 0%;
  justify-items: center;
  grid-column-gap: 200px;
  grid-row-gap: 80px;
}

.paragraph-small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-small.mg-bottom-12px {
  margin-bottom: 12px;
}

.tooltip-arrow {
  position: absolute;
  left: -8px;
  top: 34%;
  right: auto;
  bottom: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.tooltip-arrow.v3 {
  left: -8px;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.tooltip-arrow.v3.right {
  left: auto;
  top: 0%;
  right: -8px;
  bottom: 0%;
}

.tooltip-arrow.v3.top {
  left: 0%;
  top: -8px;
  right: 0%;
  bottom: auto;
}

.tooltip-arrow.v3.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -8px;
}

.tooltip-float-v3 {
  position: absolute;
  z-index: 1;
  display: none;
  max-width: 280px;
  min-width: 260px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tooltip-float-v3.top {
  left: -115px;
  top: auto;
  right: 0%;
  bottom: 45px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tooltip-float-v3.right {
  left: 118%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  max-width: 320px;
  min-width: 300px;
}

.tooltip-float-v3.right.wide {
  max-width: 380px;
  min-width: 360px;
  margin-top: -39px;
}

.tooltip-float-v3.right.wide-2 {
  max-width: 380px;
  min-width: 360px;
  margin-top: -5px;
}

.tooltip-float-v3.bottom {
  left: -161%;
  top: 170%;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.tooltip-float-v3.left {
  left: auto;
  top: 0%;
  right: 113%;
  bottom: 0%;
  display: none;
}

.tooltip-float-v3.left.wide {
  max-width: 360px;
  min-width: 360px;
  margin-top: -30px;
}

.tooltip-float-v3.left.wide-2 {
  max-width: 360px;
  min-width: 360px;
  margin-top: -20px;
}

.tooltip-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 4px 4px 14px 0 rgba(8, 15, 52, 0.04), 1px 1px 1px 0 rgba(23, 15, 73, 0.04), 0 0 1px 0 rgba(23, 15, 73, 0.03);
}

.tooltip-v3.transparent {
  position: relative;
  top: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
}

.tooltip-content---left {
  position: absolute;
  top: 23%;
  right: 43%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip-content---left.slide2-1 {
  left: 30.5%;
  top: 8%;
  right: auto;
  bottom: auto;
}

.tooltip-content---left.slide1-3 {
  left: 49%;
  top: 38%;
  right: auto;
  bottom: auto;
}

.tooltip-content---left.slide1-5 {
  left: 44%;
  top: 59%;
  right: auto;
  bottom: auto;
}

.tooltip-content---left.slide1-1 {
  left: 55%;
  top: 25%;
  right: auto;
  bottom: auto;
}

.tooltip-content---left.slide2-3 {
  left: 49.5%;
  top: 78%;
  right: auto;
  bottom: auto;
}

.tooltip-content---left.slide2-4 {
  left: auto;
  top: auto;
  right: 39%;
  bottom: 25%;
}

.tooltip-content---top {
  position: absolute;
  left: 29%;
  top: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tooltip-content---top.slide2-3 {
  left: 49.5%;
  top: 76%;
}

.tooltip-content---top.slide2-4 {
  left: auto;
  top: auto;
  right: 39%;
  bottom: 25%;
}

.tooltip-content---top.hide {
  display: none;
}

.tooltip-content---top.slide1-1 {
  left: 55%;
  top: 24%;
}

.tooltip-content---bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 33%;
  bottom: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip-content---bottom.slide1-2 {
  left: 55%;
  top: 31%;
  right: auto;
  bottom: auto;
}

.icon {
  display: block;
  width: 26px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #160042;
}

.tooltip-icon {
  width: 30px;
}

.custom-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a32ff;
  background-image: url('../images/arrow-back.svg');
  background-position: 0% 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.custom-next.slide-1 {
  position: absolute;
  left: 47%;
  top: 9%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 55px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-weight: 500;
}

.custom-next.slide-1:hover {
  background-color: rgba(10, 50, 255, 0.65);
  color: #aebbff;
}

.custom-next.slide-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 19%;
  bottom: 15%;
  z-index: 1;
  height: 55px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-weight: 500;
}

.custom-next.slide-4:hover {
  background-color: rgba(10, 50, 255, 0.65);
  color: #aebbff;
}

.custom-next.slide-3 {
  position: absolute;
  left: 47%;
  top: 12%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 55px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-weight: 500;
}

.custom-next.slide-3:hover {
  background-color: rgba(10, 50, 255, 0.65);
  color: #aebbff;
}

.custom-next.slide-0 {
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
}

.custom-next.slide-end {
  position: absolute;
  left: 50%;
  bottom: calc(var(--end-screen-anchor) - 55px);
  transform: translateX(-50%);
  z-index: 1;
  height: 55px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-weight: 500;
}

.custom-next.slide-end:hover {
  background-color: rgba(10, 50, 255, 0.65);
  color: #aebbff;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.icon-electrolyte {
  position: relative;
  height: 30px;
  margin-right: 10px;
  margin-left: 0px;
  padding-bottom: 5px;
}

.overflow-container {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.end-screen {
  position: absolute;
  top: auto;
  z-index: 10;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  /* -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */
  --end-screen-anchor: 24%;
}

.end-screen .ths07-preloader-content-wrapper {
  position: absolute;
  left: 50%;
  bottom: calc(var(--end-screen-anchor) + 20px);
  width: 90%;
  transform: translateX(-50%);
}


.electrolyte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.electrolyte.margin-bottom-8 {
  margin-bottom: 10px;
}

.too-small {
  display: none;
  width: 100%;
  padding: 15px;
}

.instructions_text {
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
}

.big {
  color: #6a82ff;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .ths07-hero-slider {
    /* max-width: 900px;
    min-height: 500px; */
  }

  .ths07-hero-slide-content-wrapper {
    /* height: 500px; */
  }

  .ths07-hero-slide-paragraph {
    padding-right: 20px;
    font-size: 16px;
  }

  .ths07-hero-slide-content-block.ths07-hero-slide-content-block-right {
    /* height: 101%; */
    max-width: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ths07-preloader-content-wrapper {
    /* max-width: 550px; */
  }

  .ths07-preloader-heading {
    font-size: 48px;
    line-height: 40px;
  }
  
  .ths07-preloader-heading.smaller {
    font-size: 38px;
    line-height: 42px;
  }

  .tooltip-arrow.v3 {
    left: 20px;
    top: -8px;
    right: auto;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .tooltip-arrow.v3.right {
    left: auto;
    top: -8px;
    right: 20px;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .tooltip-arrow.v3.top {
    left: auto;
    top: -8px;
    right: 20px;
    bottom: auto;
  }

  .tooltip-arrow.v3.bottom {
    left: 20px;
    top: auto;
    right: auto;
    bottom: -8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .tooltip-float-v3.top {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 186%;
  }

  .tooltip-float-v3.right {
    left: 0%;
    top: 158%;
    right: auto;
    bottom: auto;
  }

  .tooltip-float-v3.bottom {
    left: auto;
    top: 187%;
    right: 0%;
    bottom: auto;
  }

  .tooltip-float-v3.left {
    left: auto;
    top: 158%;
    right: 0%;
    bottom: auto;
  }

  .instructions_text {
    font-size: 15px;
    line-height: 120%;
  }
  
  
}

@media screen and (max-width: 767px) {
  .ths07-hero-slider {
    /* max-width: 750px;
    min-height: 400px; */
  }

  .ths07-hero-slide-content-wrapper {
    /* height: 100%; */
  }

  .ths07-hero-slide-paragraph {
    font-size: 13px;
    line-height: 1.6;
  }

  .ths07-hero-slide-content-block {
    /* height: 100%; */
  }

  .ths07-hero-slide-content-block.ths07-hero-slide-content-block-right {
    max-width: 380px;
    padding-top: 0px;
  }

  .ths07-preloader-heading {
    font-size: 36px;
  }
  
  .ths07-preloader-heading.smaller {
    font-size: 26px;
    line-height: 32px;
  }

  .text-50.bold.mg-bottom-8px {
    font-size: 15px;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-small {
    font-size: 12px;
    line-height: 14px;
  }

  .tooltip-arrow.v3 {
    left: 15px;
    top: -8px;
    right: auto;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .tooltip-float-v3.right {
    left: 100%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .tooltip-float-v3.right.wide {
    left: 100%;
    right: auto;
    max-width: 300px;
    min-width: 300px;
  }

  .tooltip-float-v3.right.wide-2 {
    left: 100%;
    top: 0%;
    max-width: 300px;
    min-width: 300px;
  }

  .tooltip-float-v3.left.wide {
    right: 100%;
    max-width: 320px;
    min-width: 320px;
  }

  .tooltip-float-v3.left.wide-2 {
    top: 0%;
    right: 100%;
    max-width: 300px;
    min-width: 300px;
    margin-top: 0px;
  }

  .tooltip-v3 {
    padding: 10px;
  }

  .tooltip-icon {
    width: 20px;
  }

  .custom-next.slide-1 {
    left: auto;
    top: 4%;
    right: 5%;
    width: 150px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .custom-next.slide-0 {
    width: 150px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .too-small {
    width: 100%;
  }
  
  .end-screen {
    --end-screen-anchor: 36%;
  }
  
}

@media screen and (max-width: 660px) {
  
  .overflow-container {
    display: none;
  }
  
  .too-small {
    position: absolute;
    left: 0%;
    top: 33%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: block;
  }
  
}

@media screen and (max-width: 479px) {
  .button-primary {
    padding: 15px 34px 16px;
  }

  .grid-two-columns {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tooltip-arrow.v3.right {
    left: 20px;
    top: -8px;
    right: auto;
    bottom: auto;
  }

  .tooltip-arrow.v3.top {
    left: 20px;
    top: -8px;
    right: auto;
    bottom: auto;
  }

  .tooltip-float-v3 {
    min-width: 300px;
  }

  .tooltip-float-v3.bottom {
    left: 0%;
    top: 186%;
    right: auto;
    bottom: auto;
  }

  .tooltip-float-v3.left {
    left: 0%;
    top: 158%;
    right: auto;
    bottom: auto;
  }

  .tooltip-v3 {
    max-width: 300px;
    min-width: 300px;
  }

  .instructions_text {
    font-family: 'Ul moderat', sans-serif;
    color: #555;
  }
}

#w-node-_19c75acb-9755-963c-1db1-3a44fc075e4e-ac48c275 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2679f5ad-a9b8-f5ac-26b4-8b670c13dcb6-ac48c275 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2679f5ad-a9b8-f5ac-26b4-8b670c13dcae-ac48c275 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2679f5ad-a9b8-f5ac-26b4-8b670c13dcbe-ac48c275 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}