/* -- PRIMARY COLORS -- */
/* -- TYPOGRAPHY :: FONT SIZE -- */
/* -- TYPOGRAPHY :: LINE HEIGHT -- */
/* -- TYPOGRAPHY :: FONT FAMILY -- */
/* -- LAYOUT :: BREAKPOINTS -- */
/* -- LAYOUTS -- */
/* -- TYPOGRAPHY -- */
/* -- HIDE SCROLLBAR -- */
/* -- RESET UNORDERED LIST -- */
/* -- BUTTON -- */
:root {
  --color-thw-deep-black: #040002;
  --color-thw-black: #606060;
  --color-thw-gray: #878787;
  --color-thw-blue: #77A9B1;
  --color-thw-yellow: #ECCB47;
  --color-thw-whitesmoke: #F0F0F0;
  --color-thw-white: #FFFFFF;
}

:root {
  --font-size-thw-base: 16px;
  --font-size-thw-h1: 2.25rem;
  --font-size-thw-h2: 2.25rem;
  --font-size-thw-h3: 1.375rem;
  --font-size-thw-h4: 1.25rem;
  --font-size-thw-h5: 1.25rem;
  --line-height-thw-base: 1.375;
  --line-height-thw-h1: 1;
  --line-height-thw-h2: 1;
  --line-height-thw-h3: 1;
  --line-height-thw-h4: 1;
  --line-height-thw-h5: 1;
}
@media (max-width: 767px) {
  :root {
    --font-size-thw-base: 16px;
    --font-size-thw-h1: 1.875rem;
    --font-size-thw-h2: 1.625rem;
    --font-size-thw-h3: 1.25rem;
    --font-size-thw-h4: 1.125rem;
    --font-size-thw-h5: 1rem;
    --line-height-thw-base: 1.375;
    --line-height-thw-h1: 1;
    --line-height-thw-h2: 1;
    --line-height-thw-h3: 1;
    --line-height-thw-h4: 1;
    --line-height-thw-h5: 1;
  }
}

:root {
  --layout-thw-content: 1100px;
}

.thw-is-c-deep-black, .thw-is-c-deep-black * {
  color: #040002 !important;
}

.thw-is-c-black, .thw-is-c-black * {
  color: #606060 !important;
}

.thw-is-c-gray, .thw-is-c-gray * {
  color: #878787 !important;
}

.thw-is-c-blue, .thw-is-c-blue * {
  color: #77A9B1 !important;
}

.thw-is-c-yellow, .thw-is-c-yellow * {
  color: #ECCB47 !important;
}

.thw-is-c-whitesmoke, .thw-is-c-whitesmoke * {
  color: #F0F0F0 !important;
}

.thw-is-c-white, .thw-is-c-white * {
  color: #FFFFFF !important;
}

.thw-is-bg-deep-black {
  background-color: #040002;
}

.thw-is-bg-black {
  background-color: #606060;
}

.thw-is-bg-gray {
  background-color: #878787;
}

.thw-is-bg-blue {
  background-color: #77A9B1;
}

.thw-is-bg-yellow {
  background-color: #ECCB47;
}

.thw-is-bg-whitesmoke {
  background-color: #F0F0F0;
}

.thw-is-bg-white {
  background-color: #FFFFFF;
}

@media (min-width: 767px) {
  .thw-visible-on-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .thw-hide-on-mobile {
    display: none;
  }
}

.thw-typo-base {
  font-size: 16px;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .thw-typo-base {
    font-size: 16px;
    line-height: 1.375;
  }
}

.thw-typo-h1 {
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-typo-h1 {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.thw-typo-h2 {
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-typo-h2 {
    font-size: 1.625rem;
    line-height: 1;
  }
}

.thw-typo-h3 {
  font-size: 1.375rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-typo-h3 {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.thw-typo-h4 {
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-typo-h4 {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.thw-typo-h5 {
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-typo-h5 {
    font-size: 1rem;
    line-height: 1;
  }
}

.thw-typo-small {
  font-size: 0.875rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .thw-typo-small {
    font-size: 0.875rem;
    line-height: 1.1;
  }
}

.thw-accordion__header {
  display: flex;
  cursor: pointer;
}
.thw-accordion__header-toggle {
  margin-right: 1rem;
}
.thw-accordion__header-toggle img {
  width: 1.25rem;
  height: auto;
}
.thw-accordion__header-toggle img:last-of-type {
  display: none;
}
.thw-accordion__header-content {
  font-weight: 600;
}
.thw-accordion--is-open .thw-accordion__header img:first-of-type {
  display: none;
}
.thw-accordion--is-open .thw-accordion__header img:last-of-type {
  display: flex;
}
.thw-accordion__content {
  display: none;
}
.thw-accordion__content-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.35rem;
}

* + .thw-accordion,
.thw-accordion + * {
  margin-top: 1rem;
}

.wp-block-list + .thw-accordion {
  margin-top: 3rem;
}

/* -- BLOCK EDITOR -- */
.block-editor .thw-accordion__content {
  display: block;
}

.thw-animation--has-fade-in {
  position: relative;
  top: 1.5rem;
  opacity: 0;
  transition: 1s;
}
.thw-animation--has-fade-in-visible {
  top: 0;
  opacity: 1;
}

@media (min-width: 767px) {
  .thw-application-interactive__inner {
    display: flex;
  }
}
.thw-application-interactive__controls {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .thw-application-interactive__controls {
    flex-direction: column;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .thw-application-interactive__controls {
    align-items: flex-start;
    gap: 1rem;
  }
}
.thw-application-interactive__control {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: solid 1.5px;
}
.thw-application-interactive__control--is-roof {
  color: #ECCB47;
}
.thw-application-interactive__control--is-floor {
  color: #77A9B1;
}
.thw-application-interactive__control--is-flex {
  color: #878787;
}
.thw-application-interactive__control--is-pool {
  color: #64C6F2;
}
@media (min-width: 767px) {
  .thw-application-interactive__control + .thw-application-interactive__control {
    margin-top: 1rem;
  }
}
.thw-application-interactive[is=roof] .thw-application-interactive__control--is-roof {
  background-color: #ECCB47;
  color: #FFFFFF;
}
.thw-application-interactive[is=floor] .thw-application-interactive__control--is-floor {
  background-color: #77A9B1;
  color: #FFFFFF;
}
.thw-application-interactive[is=flex] .thw-application-interactive__control--is-flex {
  background-color: #878787;
  color: #FFFFFF;
}
.thw-application-interactive[is=pool] .thw-application-interactive__control--is-pool {
  background-color: #64C6F2;
  color: #FFFFFF;
}
.thw-application-interactive__figure {
  flex: 1;
}
.thw-application-interactive__figure-vector {
  height: 0;
}
.thw-application-interactive__figure-vector svg {
  position: relative;
  z-index: 1;
}
.thw-application-interactive__figure-vector svg .thw-application-layer {
  opacity: 0;
  transition: 0.6s;
  cursor: pointer;
}
.thw-application-interactive__figure > img {
  width: 100%;
  height: auto;
}
.thw-application-interactive__figure-info {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
}
.thw-application-interactive__figure-info img {
  width: 0.75rem;
  height: auto;
  margin-top: 0.35rem;
  margin-right: 0.5rem;
}
.thw-application-interactive[is=roof] .thw-application-layer--is-roof, .thw-application-interactive[is=floor] .thw-application-layer--is-floor, .thw-application-interactive[is=flex] .thw-application-layer--is-flex, .thw-application-interactive[is=pool] .thw-application-layer--is-pool {
  opacity: 0.7;
}

.thw-cards-slider__dots {
  position: relative;
  top: -4rem;
  justify-content: flex-end !important;
}
@media (max-width: 1200px) {
  .thw-cards-slider__dots {
    display: none !important;
  }
}
.thw-cards-slider__dots button {
  height: 0.375rem;
  width: 0.375rem;
}
.thw-cards-slider__dots:has(> button:only-child) {
  display: none;
}
.thw-cards-slider__item {
  align-content: unset !important;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .thw-cards-slider__item {
    margin-right: 5rem;
  }
}
@media (max-width: 1200px) {
  .thw-cards-slider__item {
    margin-right: 2rem;
  }
}
.thw-cards-slider__item:last-child {
  margin-right: 0;
}
.thw-cards-slider__item img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.thw-cards-slider__item-title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .thw-cards-slider__item-title {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.thw-cards-slider__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.thw-cards-slider__item-inner::after {
  display: block;
  content: "";
  height: 1.75rem;
  width: 0.4rem;
  background-image: url("../images/dots.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.thw-cards-slider__item-inner > div {
  padding-right: 2em;
}

@media (min-width: 1300px) {
  .alignfull > .thw-cards-slider__dots {
    margin-right: calc(50vw - 555px);
  }
}
@media (min-width: 1300px) {
  .alignfull > .thw-cards-slider .thw-cards-slider__item {
    min-width: 18rem !important;
  }
}
@media (min-width: 1300px) {
  .alignfull > .thw-cards-slider .thw-cards-slider__item:first-child {
    margin-left: calc(50vw - 555px);
  }
}
@media (max-width: 1300px) {
  .alignfull > .thw-cards-slider .thw-cards-slider__item:first-child {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1300px) {
  .alignfull > .thw-cards-slider .thw-cards-slider__item:last-child {
    margin-right: calc(50vw - 555px);
  }
}

.has-thw-blue-background-color .thw-cards-slider__dots button.active {
  background-color: #FFFFFF;
}
.has-thw-blue-background-color .thw-cards-slider__item {
  border: solid 1px #FFFFFF;
  border-radius: 2.5rem;
  overflow: hidden;
  margin-right: 2rem;
}
.has-thw-blue-background-color .thw-cards-slider__item * {
  color: #FFFFFF;
}
.has-thw-blue-background-color .thw-cards-slider__item img {
  margin-bottom: 0;
}
.has-thw-blue-background-color .thw-cards-slider__item-inner::after {
  display: none;
}
.has-thw-blue-background-color .thw-cards-slider__item-inner div {
  padding: 1.5rem;
}
.has-thw-blue-background-color .thw-cards-slider .glider-track {
  align-items: unset !important;
}

@media (min-width: 1300px) {
  .wp-block-column .thw-cards-slider {
    margin-right: calc(555px - 50vw);
  }
}
.wp-block-column .thw-cards-slider__item {
  border: solid 1px #606060;
  border-radius: 2rem;
  overflow: hidden;
  margin-right: 2rem;
  max-width: 16rem;
}
.wp-block-column .thw-cards-slider__item-inner {
  display: block;
  height: 100%;
}
.wp-block-column .thw-cards-slider__item-inner::after {
  display: none;
}
.wp-block-column .thw-cards-slider__item-inner div {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  height: 100%;
  box-sizing: border-box;
}
.wp-block-column .thw-cards-slider__item-inner div section {
  margin-top: auto;
}
.wp-block-column .thw-cards-slider__item-title {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .wp-block-column .thw-cards-slider__item-title {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}
.wp-block-column .thw-cards-slider .glider-track {
  align-items: unset !important;
}

.thw-cards-slider + *,
* + .thw-cards-slider {
  margin-top: 1.75rem;
}

/* -- BLOCK EDITOR -- */
.block-editor .thw-cards-slider__items {
  display: flex;
  overflow: scroll;
}

.thw-header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
.thw-header__top-bar {
  background-color: #77A9B1;
}
@media (max-width: 1200px) {
  .thw-header__top-bar {
    display: none;
  }
}
.thw-header__top-bar-inner {
  max-width: 1440px !important;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1300px) {
  .thw-header__top-bar-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .thw-header__top-bar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1300px) and (max-width: 1480px) {
  .thw-header__top-bar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.thw-header__top-bar-inner span {
  font-size: 1.125rem;
  line-height: 1.1;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .thw-header__top-bar-inner span {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}
.thw-header__main {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0);
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .thw-header__main {
    background: linear-gradient(to right, transparent 50%, #FFFFFF 50%);
  }
}
@media (max-width: 1200px) {
  .thw-header__main {
    background-color: #FFFFFF;
    border-radius: 0 0 0 3rem;
    margin-left: 4rem;
  }
}
.thw-header__main-inner {
  max-width: 1440px !important;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1300px) {
  .thw-header__main-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .thw-header__main-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1300px) and (max-width: 1480px) {
  .thw-header__main-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .thw-header__main-inner {
    align-items: flex-end;
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }
}
.thw-header__main-inner::after {
  content: "";
  height: 5.25rem;
  width: 10rem;
  background-color: #FFFFFF;
  border-radius: 0 0 0 2rem;
  position: fixed;
  right: 0;
  z-index: -1;
  transition: 1s;
}
@media (min-width: 1200px) {
  .thw-header__main-inner::after {
    display: block;
  }
}
@media (max-width: 1200px) {
  .thw-header__main-inner::after {
    display: none;
  }
}
.thw-header__logo {
  display: flex;
}
@media (min-width: 1200px) {
  .thw-header__logo {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
  }
}
.thw-header__logo img {
  width: auto;
}
@media (min-width: 1200px) {
  .thw-header__logo img {
    height: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .thw-header__logo img {
    height: 3.75rem;
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .thw-header__logo img.thw-logo {
    display: none;
  }
}
@media (max-width: 1200px) {
  .thw-header__logo img.thw-logo-white {
    display: none;
  }
}
@media (min-width: 1200px) {
  .thw-header__navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #FFFFFF;
    border-radius: 0 0 0 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3rem;
  }
}
@media (max-width: 1200px) {
  .thw-header__navigation {
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 8rem;
    right: 0;
    width: calc(100% - 4rem);
    background: white;
    border-radius: 3rem 0 0 3rem;
    transition: 1s;
  }
}
.thw-header__navigation ul {
  margin: 0;
}
@media (min-width: 1200px) {
  .thw-header__navigation ul {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .thw-header__navigation ul {
    padding: 2rem;
  }
}
.thw-header__navigation ul li {
  display: block;
}
@media (min-width: 1200px) {
  .thw-header__navigation ul li {
    margin-right: 1.375rem;
  }
}
@media (max-width: 1200px) {
  .thw-header__navigation ul li {
    margin-bottom: 1rem;
  }
}
.thw-header__navigation ul li:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .thw-header__navigation ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .thw-header__navigation ul li:last-child {
    margin-bottom: 0;
  }
}
.thw-header__navigation ul li a {
  text-decoration: none;
  color: #040002;
  font-weight: 500;
}
.thw-header__navigation ul li a.thw-is-active {
  color: #77A9B1;
}
.thw-header__navigation ul li.thw-cta a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ECCB47;
  color: #FFFFFF;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  border-radius: 2rem;
  text-transform: uppercase;
  width: fit-content;
  text-align: left;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.25px;
  text-decoration: none;
  font-weight: unset;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  -webkit-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
}
.thw-header__navigation ul li.thw-cta a::after {
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.75rem;
}
.thw-header__hamburger {
  transform: scale(0.875);
}
@media (min-width: 1200px) {
  .thw-header__hamburger {
    display: none;
  }
}
@media (max-width: 1200px) {
  .thw-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3.635rem;
    height: 1.875rem;
    margin-right: 1rem;
  }
}
.thw-header__hamburger span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #606060;
  position: relative;
  top: 0;
  transform: rotate(0deg);
  transition: 0.4s;
  margin-bottom: 0.01rem;
}
.thw-header__hamburger[aria-expanded=true] span {
  width: 100% !important;
}
.thw-header__hamburger[aria-expanded=true] span:nth-child(1) {
  top: 0.85rem;
  transform: rotate(45deg);
}
.thw-header__hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  width: 0 !important;
}
.thw-header__hamburger[aria-expanded=true] span:nth-child(3) {
  top: -0.85rem;
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .thw-body--has-navigation-modal-open .thw-header__main {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 1200px) {
  .thw-body--has-navigation-modal-open .thw-header__navigation {
    height: 24rem;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 1200px) {
  .thw-body--is-scrolling .thw-header__main {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
  }
}
.thw-body--is-scrolling .thw-header__main-inner::after {
  width: calc(100% + 2rem);
}
.thw-body--is-scrolling .thw-header__logo .thw-logo-white {
  display: none;
}
.thw-body--is-scrolling .thw-header__logo .thw-logo {
  display: block;
}
@media (min-width: 1200px) {
  .thw-body--is-scrolling-deep .thw-header__main {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
  }
}

.thw-icon-box {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  width: 10rem;
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.05);
  transition: 0.7s;
}
.thw-icon-box:hover {
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.1);
}
.thw-icon-box.is-style-thw-button {
  background-color: transparent;
  border: solid 2px #FFFFFF;
  border-radius: 2rem;
  width: fit-content;
}
.thw-icon-box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem;
}
.thw-icon-box.is-style-thw-button .thw-icon-box__inner {
  flex-direction: row;
  padding: 0.5rem;
}
.thw-icon-box__image {
  width: 3rem;
  height: auto;
  margin-bottom: 1.25rem;
}
.thw-icon-box.is-style-thw-button .thw-icon-box__image {
  background-color: #FFFFFF;
  width: 1.75rem;
  margin-bottom: 0;
  padding: 0.5rem;
  border-radius: 50%;
}
.thw-icon-box__title {
  text-align: center;
}
.thw-icon-box.is-style-thw-button .thw-icon-box__title {
  margin: 0.25rem 1.75rem;
}

.thw-intro::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/bubble-tuerkis.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 36vw;
  min-height: 20rem;
  width: 36vw;
  min-width: 20rem;
  z-index: -1;
  margin-top: -14rem;
  margin-left: -6vw;
  opacity: 0.8;
}
.thw-intro::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/bubble-yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 36vw;
  min-height: 20rem;
  width: 36vw;
  min-width: 20rem;
  z-index: -1;
  margin-top: -14rem;
  margin-left: -6vw;
}
@media (max-width: 1300px) {
  .thw-intro::after {
    opacity: 0.4;
  }
}
.thw-intro__background, .thw-intro__foreground {
  width: 100%;
}
@media (min-width: 767px) {
  .thw-intro__background, .thw-intro__foreground {
    height: calc(60vh - 4rem);
    min-height: 50rem;
  }
}
@media (max-width: 1300px) {
  .thw-intro__background, .thw-intro__foreground {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .thw-intro__background, .thw-intro__foreground {
    height: 30rem;
  }
}
.thw-intro__background {
  position: absolute;
  z-index: -2;
  background: #EFEFEF;
  background: linear-gradient(180deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%);
  background-size: cover;
  background-position: center;
  will-change: all;
}
.thw-intro__background * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  will-change: all;
}
.thw-intro__foreground {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1300px) {
  .thw-intro__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .thw-intro__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1300px) {
  .thw-intro__inner {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .thw-intro__inner {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .thw-intro__inner {
    padding-bottom: 6rem;
  }
}
.thw-intro__inner .has-thw-h-1-font-size {
  font-size: 1.375rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-intro__inner .has-thw-h-1-font-size {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.thw-intro__claim {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .thw-intro__claim {
    height: 7rem;
    width: auto;
  }
}

/* - BROWSER COMPATIBILITY - */
.thw-is-legacy-browser .thw-intro__background, .thw-is-legacy-browser .thw-intro__content {
  max-width: none !important;
}

.thw-map iframe {
  border: none;
  border-radius: 0.5rem;
  width: 100%;
  height: 40rem;
}

.wp-block-heading + .thw-map {
  margin-top: 2rem;
}

.thw-media.is-style-thw-rounded {
  border-radius: 1rem;
  overflow: hidden;
}
.thw-media img,
.thw-media video {
  width: 100%;
  height: auto;
}

@media (min-width: 767px) {
  .thw-media-text.is-style-thw-big {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  .thw-media-text__inner {
    display: flex;
  }
}
@media (min-width: 767px) {
  .thw-media-text.is-style-thw-reflected .thw-media-text__inner {
    flex-direction: row-reverse;
  }
}
.thw-media-text__media {
  flex: 0.5;
}
@media (max-width: 767px) {
  .thw-media-text__media {
    margin-bottom: 1.5rem;
  }
}
.thw-media-text__media > * {
  height: auto;
}
@media (min-width: 767px) {
  .thw-media-text__media > * {
    width: calc(100% - 2.5rem);
  }
}
.thw-media-text__media > * * {
  width: 100%;
  height: auto;
}
.thw-media-text--is-half-width .thw-media-text__media {
  flex: 1;
}
@media (min-width: 767px) {
  .thw-media-text.is-style-thw-big .thw-media-text__media > * * {
    margin-left: -3rem;
    transform: scale(1.8);
  }
}
.thw-media-text__content {
  flex: 1;
}
@media (min-width: 767px) {
  .thw-media-text__content > div {
    padding-left: 5rem;
  }
}
@media (max-width: 767px) {
  .thw-media-text__content > div {
    padding: 1rem 0;
  }
}
@media (min-width: 767px) {
  .thw-media-text.is-style-thw-reflected .thw-media-text__content > div {
    padding-right: 5rem;
    padding-left: 0;
  }
}
.thw-media-text + .thw-media-text {
  margin-top: 6rem;
}

/* - BROWSER COMPATIBILITY - */
@media (min-width: 767px) {
  .thw-is-legacy-browser .thw-media-text.is-style-thw-big {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
}

.thw-persons__grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1540px) {
  .thw-persons__grid {
    margin: -6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .thw-persons__grid {
    margin: -3rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .thw-persons__grid {
    margin: -2rem;
  }
}
@media (min-width: 1540px) {
  .thw-persons .thw-person {
    margin: 6rem;
    width: calc(33.33% - 12rem);
  }
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .thw-persons .thw-person {
    margin: 3rem;
    width: calc(33.33% - 6rem);
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .thw-persons .thw-person {
    margin: 2rem;
    width: calc(50% - 4rem);
  }
}
.thw-persons .thw-person + .thw-person::before {
  position: absolute;
  display: block;
  content: "";
  height: 1.75rem;
  width: 0.4rem;
  background-image: url("../images/dots.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1540px) {
  .thw-persons .thw-person + .thw-person::before {
    margin-left: -6.15rem;
    margin-top: 12rem;
  }
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .thw-persons .thw-person + .thw-person::before {
    margin-left: -3.075rem;
    margin-top: 12rem;
  }
}
@media (max-width: 1200px) {
  .thw-persons .thw-person + .thw-person::before {
    display: none;
  }
}

.thw-person__image {
  width: 100%;
  height: auto;
}
.thw-person__details {
  padding-top: 0.875rem;
}
.thw-person__name {
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
@media (max-width: 767px) {
  .thw-person__name {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.thw-person__phone, .thw-person__mobile-phone, .thw-person__email {
  margin-bottom: 0.25rem;
}
.thw-person__phone a, .thw-person__mobile-phone a, .thw-person__email a {
  text-decoration: none;
}
.thw-person__phone-label, .thw-person__mobile-phone-label, .thw-person__email-label {
  display: inline-block;
  min-width: 3rem;
}
.thw-person__email {
  color: #77A9B1;
  font-weight: 600;
}

* + .thw-persons,
.thw-persons + * {
  margin-top: 2rem !important;
}

.thw-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}
.thw-product__image {
  width: 8.75rem;
  height: 5rem;
  object-fit: contain;
}
@media (min-width: 767px) {
  .thw-product__image {
    margin-right: 3.25rem;
  }
}
@media (max-width: 767px) {
  .thw-product__image {
    margin-bottom: 1rem;
  }
}
.thw-product__name-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.thw-product__name-wrapper img {
  height: 2.25rem;
  width: auto;
  margin-left: 2rem;
}
.thw-product__name {
  font-size: 1.375rem;
  line-height: 1;
  color: #040002;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .thw-product__name {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.thw-product__description {
  max-width: 26rem;
}
.thw-product__description ul {
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.thw-product__description ul li {
  margin-bottom: 0.5rem;
}
.thw-product__description ul li:last-child {
  margin-bottom: 0;
}
.thw-product__description ul li::marker {
  color: rgba(255, 255, 255, 0);
}
.thw-product__description ul li::before {
  position: relative;
  top: 0.125rem;
  left: -1.75rem;
  margin-right: -1em;
  content: url("../images/bulletpoint.svg");
}
@media (min-width: 767px) {
  .thw-product__actions {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .thw-product__actions {
    width: 100%;
  }
}
.thw-product__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ECCB47;
  color: #FFFFFF;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  border-radius: 2rem;
  text-transform: uppercase;
  width: fit-content;
  text-align: left;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.25px;
  text-decoration: none;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}
.thw-product__action::after {
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.75rem;
}
@media (min-width: 767px) {
  .thw-product__action {
    width: unset;
  }
}
@media (min-width: 767px) {
  .thw-product__action + * {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .thw-product__action + * {
    margin-top: 1rem;
  }
}

.thw-products.is-style-thw-divided .thw-product {
  -webkit-box-shadow: 0px 10px 5px -11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 5px -11px rgba(0, 0, 0, 0.1);
}

.thw-scrollytelling svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

@media (min-width: 767px) and (max-width: 1200px) {
  .thw-steps__items {
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) {
  .thw-steps__items {
    display: flex;
    align-items: flex-start;
  }
}
.thw-steps__item {
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  margin: 0.75rem;
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .thw-steps__item {
    flex: 1;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .thw-steps__item {
    width: calc(50% - 3.5rem);
  }
}
@media (min-width: 1200px) {
  .thw-steps__item:nth-child(even) {
    animation: thw_step_float_even 10s ease-in-out infinite;
  }
}
@media (min-width: 1200px) {
  .thw-steps__item:nth-child(odd) {
    animation: thw_step_float_odd 10s ease-in-out infinite;
  }
}
@media (min-width: 1200px) {
  .thw-steps__item:nth-child(2) {
    margin-top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .thw-steps__item:nth-child(3) {
    margin-top: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .thw-steps__item:nth-child(4) {
    margin-top: 10.25rem;
  }
}
.thw-steps__item:hover {
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.1);
}
.thw-steps__item-index {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
  margin: 0 auto 1rem auto;
  background-color: #ECCB47;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.5rem;
}
.thw-steps__item-content * {
  text-align: center;
}
.thw-steps__item-content p {
  margin-bottom: 0;
}

* + .thw-steps,
.thw-steps + * {
  margin-top: 5.5rem !important;
}

@keyframes thw_step_float_even {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes thw_step_float_odd {
  0% {
    transform: translateY(-1rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-2rem);
  }
}
.thw-systempartner-login form {
  display: flex;
}
.thw-systempartner-login form input {
  flex: 1;
  padding: 1rem 1.25rem !important;
  border-radius: 0.75rem !important;
  border: solid 1px #878787;
  background-color: transparent;
}
.thw-systempartner-login form button {
  display: flex;
  align-items: center;
  background-color: #77A9B1;
  color: #FFFFFF;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  border-radius: 2rem;
  text-transform: uppercase;
  width: fit-content;
  text-align: left;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.25px;
  text-decoration: none;
  border: none;
  margin-left: 1rem;
}
.thw-systempartner-login form button::after {
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.75rem;
}

* + .thw-systempartner-login,
.thw-systempartner-login + * {
  margin-top: 2rem !important;
}

@media (max-width: 1300px) {
  .thw-video-hero__background, .thw-video-hero__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.thw-video-hero__background {
  position: absolute;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .thw-video-hero__background {
    max-height: 40rem;
  }
}
.thw-video-hero__background * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thw-video-hero__content {
  position: relative;
  z-index: 1;
}
.thw-video-hero__content-layer {
  background: #609EA5;
  background: -webkit-linear-gradient(0deg, rgba(96, 158, 165, 0.83) 0%, rgba(96, 158, 165, 0) 64%);
  background: -moz-linear-gradient(0deg, rgba(96, 158, 165, 0.83) 0%, rgba(96, 158, 165, 0) 64%);
  background: linear-gradient(0deg, rgba(96, 158, 165, 0.83) 0%, rgba(96, 158, 165, 0) 64%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#609EA5", endColorstr="#609EA5", GradientType=0);
}
.thw-video-hero__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  width: 100%;
  background-image: url("../images/signet-white.svg");
  background-position: 80% 120%;
  background-repeat: no-repeat;
  background-size: 40vw;
}
@media (max-width: 767px) {
  .thw-video-hero__content-inner {
    max-height: 40rem;
  }
}
.thw-video-hero__content-inner > div {
  background-color: #F0F0F0;
  border-radius: 0 3rem 0 0;
  width: fit-content;
}
@media (max-width: 1300px) {
  .thw-video-hero__content-inner > div {
    padding-left: 2rem;
  }
}
@media (min-width: 767px) {
  .thw-video-hero__content-inner > div {
    padding: 3rem;
  }
}
@media (min-width: 1300px) {
  .thw-video-hero__content-inner > div {
    padding-left: calc(50vw - 555px);
  }
}
@media (max-width: 767px) {
  .thw-video-hero__content-inner > div {
    padding: 2rem 1rem;
    margin-right: 2rem;
  }
}
.thw-video-hero__claim {
  height: auto;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 1300px) {
  .thw-video-hero__claim {
    width: 30rem;
    left: -4rem;
  }
}
@media (min-width: 767px) and (max-width: 1300px) {
  .thw-video-hero__claim {
    width: 20rem;
  }
}
@media (max-width: 767px) {
  .thw-video-hero__claim {
    width: 12rem;
  }
}
@media (min-width: 1300px) {
  .thw-video-hero__claim {
    margin-left: calc(50vw - 555px);
  }
}
@media (max-width: 1300px) {
  .thw-video-hero__claim {
    margin-left: 1rem;
  }
}

/* - BROWSER COMPATIBILITY - */
.thw-is-legacy-browser .thw-video-hero__background, .thw-is-legacy-browser .thw-video-hero__content {
  max-width: none !important;
}

/* -- BLOCK: CONTENT -- */
.site-content {
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .site-content {
    filter: blur(0);
    transition: 1s;
  }
}

.page-id-578 .site-content {
  overflow-x: unset;
}

@media (max-width: 767px) {
  .thw-body--has-navigation-modal-open .site-content {
    filter: blur(0.5rem);
  }
}

/* -- BLOCKS ALGIN -- */
@media (max-width: 1300px) {
  .entry-content > *,
  .thw-balls-background > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: none !important;
  }
  .entry-content > *.alignfull,
  .thw-balls-background > *.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content > *.alignfull > *,
  .thw-balls-background > *.alignfull > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .entry-content > *.alignfull > *.alignfull, .entry-content > *.alignfull > *.thw-cards-slider__items,
  .thw-balls-background > *.alignfull > *.alignfull,
  .thw-balls-background > *.alignfull > *.thw-cards-slider__items {
    padding-left: 0;
    padding-right: 0;
  }
}

/* - BROWSER COMPATIBILITY - */
@media (min-width: 1300px) {
  .thw-is-legacy-browser .entry-content > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  .thw-is-legacy-browser .entry-content > *.alignfull {
    max-width: none;
  }
  .thw-is-legacy-browser .entry-content > *.alignfull > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  .thw-is-legacy-browser .entry-content > *.alignfull > *.alignfull {
    max-width: none;
  }
  .thw-is-legacy-browser .entry-content > *.alignfull > *.alignfull > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  .thw-is-legacy-browser .entry-content > *.alignfull > *.alignfull > .wp-block-group {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  .thw-is-legacy-browser .entry-content > *.alignfull > *.alignfull > .wp-block-group.alignfull {
    max-width: none;
  }
  .thw-is-legacy-browser .entry-content > *.alignfull > *.alignfull > .wp-block-group.alignfull > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  .thw-is-legacy-browser .entry-content > *.alignfull > *.alignfull > .wp-block-group.alignfull > *.alignfull {
    max-width: none;
  }
}

/* -- BLOCK: BUTTON -- */
.wp-block-buttons {
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start;
  }
}
.wp-block-buttons .wp-block-button {
  text-align: left;
  margin-right: 1rem;
}
.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-buttons .wp-block-button .has-thw-yellow-background-color {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ECCB47;
  color: #FFFFFF;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  border-radius: 2rem;
  text-transform: uppercase;
  width: fit-content;
  text-align: left;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.25px;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button .has-thw-yellow-background-color::after {
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.75rem;
}
.wp-block-buttons .wp-block-button .has-thw-blue-background-color {
  display: flex;
  align-items: center;
  background-color: #77A9B1;
  color: #FFFFFF;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  border-radius: 2rem;
  text-transform: uppercase;
  width: fit-content;
  text-align: left;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.25px;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button .has-thw-blue-background-color::after {
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.75rem;
}

.wp-block-list + .wp-block-buttons {
  margin-top: 1.75rem;
}

/* -- BLOCK: COLORS -- */
/* - BROWSER SUPPORT - */
.thw-is-legacy-browser .has-thw-deep-black-color {
  color: #040002;
}
.thw-is-legacy-browser .has-thw-black-color {
  color: #606060;
}
.thw-is-legacy-browser .has-thw-gray-color {
  color: #878787;
}
.thw-is-legacy-browser .has-thw-blue-color {
  color: #77A9B1;
}
.thw-is-legacy-browser .has-thw-blue-light-color {
  color: #d1e8ea;
}
.thw-is-legacy-browser .has-thw-blue-water-color {
  color: #64C6F2;
}
.thw-is-legacy-browser .has-thw-yellow-color {
  color: #ECCB47;
}
.thw-is-legacy-browser .has-thw-whitesmoke-color {
  color: #F0F0F0;
}
.thw-is-legacy-browser .has-thw-white-color {
  color: #FFFFFF;
}
.thw-is-legacy-browser .has-thw-deep-black-background-color {
  background-color: #040002;
}
.thw-is-legacy-browser .has-thw-black-background-color {
  background-color: #606060;
}
.thw-is-legacy-browser .has-thw-gray-background-color {
  background-color: #878787;
}
.thw-is-legacy-browser .has-thw-blue-background-color {
  background-color: #77A9B1;
}
.thw-is-legacy-browser .has-thw-blue-light-background-color {
  background-color: #d1e8ea;
}
.thw-is-legacy-browser .has-thw-blue-water-background-color {
  background-color: #64C6F2;
}
.thw-is-legacy-browser .has-thw-yellow-background-color {
  background-color: #ECCB47;
}
.thw-is-legacy-browser .has-thw-whitesmoke-background-color {
  background-color: #F0F0F0;
}
.thw-is-legacy-browser .has-thw-white-background-color {
  background-color: #FFFFFF;
}

/* -- BLOCK: COLUMNS -- */
@media (min-width: 767px) {
  .wp-block-columns .wp-block-column {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .wp-block-columns .wp-block-column:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column:first-child {
    margin-top: 0;
  }
}
@media (min-width: 767px) {
  .wp-block-columns .wp-block-column:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.wp-block-columns .wp-block-column iframe {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column:has(.thw-cards-slider) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column:has(.thw-cards-slider) .thw-cards-slider__item:first-child {
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .wp-block-columns .wp-block-column:has(.thw-cards-slider)::before {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    height: 23rem;
    width: 5rem;
    margin-left: -1rem;
    background: #FFFFFF;
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1 );
  }
}

/* -- BLOCK: HEADING -- */
.wp-block-heading {
  font-weight: 600;
}
@media (max-width: 767px) {
  .wp-block-heading br {
    display: none;
  }
}
.wp-block-heading + * {
  margin-top: 1rem;
}
.wp-block-heading + *.wp-block-columns {
  margin-top: 3.5rem;
}

/* - BROWSER COMPATIBILITY - */
.thw-is-legacy-browser h1,
.thw-is-legacy-browser .has-thw-h1-font-size {
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-is-legacy-browser h1,
  .thw-is-legacy-browser .has-thw-h1-font-size {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.thw-is-legacy-browser h2,
.thw-is-legacy-browser .has-thw-h2-font-size {
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-is-legacy-browser h2,
  .thw-is-legacy-browser .has-thw-h2-font-size {
    font-size: 1.625rem;
    line-height: 1;
  }
}
.thw-is-legacy-browser h3,
.thw-is-legacy-browser .has-thw-h3-font-size {
  font-size: 1.375rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-is-legacy-browser h3,
  .thw-is-legacy-browser .has-thw-h3-font-size {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.thw-is-legacy-browser h4,
.thw-is-legacy-browser .has-thw-h4-font-size {
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-is-legacy-browser h4,
  .thw-is-legacy-browser .has-thw-h4-font-size {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.thw-is-legacy-browser h5,
.thw-is-legacy-browser .has-thw-h5-font-size {
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .thw-is-legacy-browser h5,
  .thw-is-legacy-browser .has-thw-h5-font-size {
    font-size: 1rem;
    line-height: 1;
  }
}

/* -- BLOCK CSS: FOOTER -- */
.thw-footer * {
  color: #FFFFFF;
}
.thw-footer a {
  text-decoration: none;
}
.thw-footer ul {
  margin: 0;
  padding: 0;
}
.thw-footer ul li {
  display: block;
}
.thw-footer__media img, .thw-footer__media video {
  display: flex;
  width: 100%;
  height: auto;
}
.thw-footer__main {
  background: #365E61;
  background: -webkit-linear-gradient(56deg, rgb(54, 94, 97) 0%, rgb(96, 158, 165) 30%, rgb(96, 158, 165) 70%, rgb(54, 94, 97) 100%);
  background: -moz-linear-gradient(56deg, rgb(54, 94, 97) 0%, rgb(96, 158, 165) 30%, rgb(96, 158, 165) 70%, rgb(54, 94, 97) 100%);
  background: linear-gradient(56deg, rgb(54, 94, 97) 0%, rgb(96, 158, 165) 30%, rgb(96, 158, 165) 70%, rgb(54, 94, 97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#365E61", endColorstr="#365E61", GradientType=0);
}
.thw-footer__main-inner {
  padding-top: 3.75rem;
  padding-bottom: 1.5rem;
  box-sizing: content-box;
}
@media (min-width: 1300px) {
  .thw-footer__main-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .thw-footer__main-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (max-width: 1200px) {
  .thw-footer__main-inner .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1200px) {
  .thw-footer__main-inner .wp-block-columns + .wp-block-columns {
    margin-top: 6.5rem;
  }
}
@media (max-width: 1200px) {
  .thw-footer__main-inner .wp-block-columns + .wp-block-columns {
    margin-top: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .thw-footer__main-inner .wp-block-columns .wp-block-column {
    min-width: 26rem;
    margin: 1rem 0 !important;
  }
}
@media (min-width: 1200px) {
  .thw-footer__main-inner .wp-block-columns:last-child .wp-block-column {
    flex-grow: unset;
    flex-basis: fit-content;
    margin: 0 5rem;
    padding-top: 3rem;
  }
  .thw-footer__main-inner .wp-block-columns:last-child .wp-block-column:has(.thw-footer__logo) {
    flex-grow: 1.5;
    padding-top: 0;
    margin: 0;
  }
}
@media (min-width: 767px) {
  .thw-footer__main-inner .wp-block-columns:last-child .wp-block-column ul {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .thw-footer__main-inner .wp-block-columns:last-child .wp-block-column ul {
    margin-top: 1rem;
  }
}
.thw-footer__main-inner .wp-block-columns:last-child .wp-block-column ul li {
  margin-bottom: 0.25rem;
}
.thw-footer__main-inner .wp-block-columns:last-child .wp-block-column ul + * {
  margin-top: 1rem;
}
.thw-footer__legal {
  background: #878787;
}
.thw-footer__legal-inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-sizing: content-box;
}
@media (min-width: 1300px) {
  .thw-footer__legal-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .thw-footer__legal-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 767px) {
  .thw-footer__legal-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 767px) {
  .thw-footer__legal-inner p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .thw-footer__legal-inner p {
    margin-bottom: 0.5rem;
  }
}
.thw-footer__legal-inner ul {
  display: flex;
}
.thw-footer__legal-inner ul li {
  margin-right: 1rem;
}
.thw-footer__legal-inner ul li:last-child {
  margin-right: 0;
}
.thw-footer__logo {
  max-width: 10rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .thw-footer__logo img {
    width: 8rem;
  }
}

/* - BROWSER COMPATIBILITY - */
@media (min-width: 1200px) {
  .thw-is-legacy-browser .thw-footer__main .wp-block-columns .wp-block-column {
    min-width: 8rem;
  }
}

/* -- BLOCK CSS: PAGE NOT FOUND -- */
.thw-page-not-found {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 767px) {
  .thw-page-not-found {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .thw-page-not-found {
    height: 40rem;
  }
}
.thw-page-not-found video {
  top: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
}
@media (min-width: 767px) {
  .thw-page-not-found video {
    height: calc(100% + 2rem);
  }
}
@media (max-width: 767px) {
  .thw-page-not-found video {
    height: 30rem;
  }
}
.thw-page-not-found__inner {
  padding-bottom: 4rem;
}
@media (min-width: 767px) {
  .thw-page-not-found__inner {
    background: #F0F0F0;
    background: -webkit-linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.76) 28%);
    background: -moz-linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.76) 28%);
    background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.76) 28%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0F0F0", endColorstr="#F0F0F0", GradientType=0);
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .thw-page-not-found__inner {
    background: #F0F0F0;
    background: -webkit-linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgb(240, 240, 240) 14%);
    background: -moz-linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgb(240, 240, 240) 14%);
    background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgb(240, 240, 240) 14%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0F0F0", endColorstr="#F0F0F0", GradientType=0);
    padding-top: 4rem;
  }
}
@media (min-width: 1000px) {
  .thw-page-not-found__inner .wp-block-column:last-child {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .thw-page-not-found__inner .wp-block-column:last-child {
    margin-top: 2rem;
  }
}

/* -- BLOCK CSS: INTERNATIONAL -- */
@media (min-width: 1200px) {
  .thw-international {
    display: flex;
    align-items: center;
  }
}
.thw-international__inner {
  background-color: #77A9B1;
}
@media (min-width: 1000px) {
  .thw-international__inner {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1000px) {
  .thw-international__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1300px) {
  .thw-international__inner {
    padding-left: calc(50vw - 555px);
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .thw-international__inner {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .thw-international__inner {
    padding-right: 20rem;
    max-width: 80%;
    border-radius: 0 4rem 4rem 0;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .thw-international__inner {
    padding: 4rem 4rem 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .thw-international__inner {
    padding: 2rem 2rem 6rem 2rem;
  }
}
.thw-international > .thw-media {
  width: 100%;
  position: relative;
  margin: 0 !important;
  filter: drop-shadow(0 5rem 1.75rem rgba(0, 0, 0, 0.2));
}
@media (min-width: 1200px) {
  .thw-international > .thw-media {
    left: -10rem;
  }
}
@media (max-width: 1200px) {
  .thw-international > .thw-media {
    display: flex;
    justify-content: center;
    position: relative;
    top: -2rem;
  }
}
.thw-international > .thw-media img {
  width: auto;
  animation: thw_earth_float 5s ease-in-out infinite;
}
@media (min-width: 1200px) {
  .thw-international > .thw-media img {
    height: 28rem;
  }
}
@media (max-width: 1200px) {
  .thw-international > .thw-media img {
    height: 18rem;
  }
}

@keyframes thw_earth_float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0);
  }
}
/* -- BLOCK CSS: MEDIA APP -- */
.thw-media.thw-app {
  position: relative;
  top: 8rem;
}

/* -- BLOCK CSS: ICON BOX GRID -- */
.thw-icon-box-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 767px) {
  .thw-icon-box-grid {
    width: 30rem;
  }
}
@media (max-width: 767px) {
  .thw-icon-box-grid > *:nth-child(1) {
    margin-right: 4rem;
  }
}
.thw-icon-box-grid > *:nth-child(2), .thw-icon-box-grid > *:nth-child(4) {
  position: relative;
}
@media (min-width: 767px) {
  .thw-icon-box-grid > *:nth-child(2), .thw-icon-box-grid > *:nth-child(4) {
    top: 5.25rem;
  }
}
@media (max-width: 767px) {
  .thw-icon-box-grid > *:nth-child(2), .thw-icon-box-grid > *:nth-child(4) {
    top: 1rem;
  }
}

.wp-block-column .thw-icon-box-grid {
  width: 22rem;
  justify-content: flex-start;
  margin: 0 auto;
}

/* -- BLOCK CSS: ENERGY GLOBE -- */
@media (min-width: 767px) {
  .thw-energy-globe {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .thw-energy-globe {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .thw-energy-globe .wp-block-column:first-child {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 767px) {
  .thw-energy-globe .wp-block-column:last-child {
    max-width: 40%;
  }
}
.thw-energy-globe .thw-media img {
  width: 10rem;
  height: auto;
}

/* -- BLOCK CSS: CERTIFICATES -- */
.thw-certificates {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  justify-content: space-between;
}
.thw-certificates::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1000px) {
  .thw-certificates {
    overflow: scroll;
  }
}
@media (max-width: 1000px) {
  .thw-certificates .thw-media {
    margin: 1rem;
  }
}
.thw-certificates .thw-media img {
  width: 5rem;
  height: 3rem;
  object-fit: contain;
}
@media (max-width: 1000px) {
  .thw-certificates .thw-media img {
    width: 4rem;
    height: 2rem;
  }
}

/* -- BLOCK CSS: PARTNER -- */
.thw-cards-slider.thw-partner {
  margin-top: 3rem;
}
.thw-cards-slider.thw-partner .thw-cards-slider__item img {
  height: 5rem;
  object-fit: contain;
  object-position: left;
  margin-bottom: 1rem;
}

/* -- BLOCK CSS: BALLS BACKGROUND -- */
.thw-balls-background {
  background-image: url("../images/balls.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.thw-balls-background:has(.thw-systempartner-login) {
  background-position: center 20%;
}

/* -- BLOCK CSS: PRODUCT MATRIX -- */
@media (max-width: 767px) {
  .thw-product-matrix {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    overflow: scroll;
  }
  .thw-product-matrix::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .thw-product-matrix::before {
    content: "";
    position: absolute;
    right: 0;
    width: 5rem;
    height: 25rem;
    background: #FFFFFF;
    background: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0 );
  }
}
.thw-product-matrix th, .thw-product-matrix td {
  color: #040002;
  border-color: #878787;
  text-align: center;
}
.thw-product-matrix tr * {
  width: 6rem;
}
.thw-product-matrix tr *:first-child {
  width: 9rem;
}
.thw-product-matrix thead {
  border-bottom: 1.5px solid #040002;
}
.thw-product-matrix thead th {
  background-color: #d1e8ea;
  vertical-align: top;
  border: none;
  padding-top: 1rem;
}
.thw-product-matrix thead th:first-child {
  text-align: left;
}
.thw-product-matrix tbody tr td {
  border-left: none;
  border-right: none;
}
.thw-product-matrix tbody tr td:first-child {
  text-align: left;
}
.thw-product-matrix tbody tr td:nth-child(even) {
  background-color: #d1e8ea;
}

/* -- BLOCK STYLE: GROUP PADDING -- */
@media (min-width: 1000px) {
  .wp-block-group.is-style-thw-padding-top-bottom {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .wp-block-group.is-style-thw-padding-top-bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-thw-padding-top-bottom {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1000px) {
  .wp-block-group.is-style-thw-padding-top {
    padding-top: 7.5rem;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .wp-block-group.is-style-thw-padding-top {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-thw-padding-top {
    padding-top: 5rem;
  }
}
@media (min-width: 1000px) {
  .wp-block-group.is-style-thw-padding-bottom {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .wp-block-group.is-style-thw-padding-bottom {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-thw-padding-bottom {
    padding-bottom: 5rem;
  }
}

/* -- BLOCK STYLE: LIST -- */
.wp-block-list.is-style-thw-arrow {
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.wp-block-list.is-style-thw-arrow li {
  margin-bottom: 1rem;
}
.wp-block-list.is-style-thw-arrow li:last-child {
  margin-bottom: 0;
}
.wp-block-list.is-style-thw-arrow li::marker {
  color: rgba(255, 255, 255, 0);
}
.wp-block-list.is-style-thw-arrow li::before {
  position: relative;
  top: 0.125rem;
  left: -1.75rem;
  margin-right: -1em;
  content: url("../images/bulletpoint.svg");
}

/* -- BLOCK PROPERTY: FONT SIZE -- */
.has-thw-h-1-font-size {
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .has-thw-h-1-font-size {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.wpforms-field.thw-data-policy legend {
  display: none !important;
}
.wpforms-field.wpforms-field-radio ul {
  display: flex !important;
  flex-wrap: wrap !important;
}
@media (min-width: 767px) {
  .wpforms-field.wpforms-field-radio ul li {
    width: 25% !important;
  }
}
.wpforms-field label {
  display: none !important;
}
.wpforms-field input[type=text],
.wpforms-field input[type=email],
.wpforms-field textarea {
  background-color: transparent !important;
  max-width: unset !important;
  border-radius: 0.75rem !important;
  border-width: 1.5px !important;
}
@media (min-width: 767px) {
  .wpforms-field input[type=text],
  .wpforms-field input[type=email],
  .wpforms-field textarea {
    padding: 2rem !important;
  }
}
@media (max-width: 767px) {
  .wpforms-field input[type=text],
  .wpforms-field input[type=email],
  .wpforms-field textarea {
    padding: 1.5rem 1.25rem !important;
  }
}
.wpforms-field textarea {
  min-height: 20rem !important;
}
.wpforms-field li label {
  display: block !important;
}

.wpforms-submit {
  display: flex;
  align-items: center;
  background-color: #77A9B1;
  color: #FFFFFF;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  border-radius: 2rem;
  text-transform: uppercase;
  width: fit-content;
  text-align: left;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.25px;
  text-decoration: none;
  background-color: #77A9B1 !important;
  color: #FFFFFF !important;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem !important;
  border-radius: 2rem !important;
  text-transform: uppercase !important;
}
.wpforms-submit::after {
  content: "";
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.75rem;
}

div.wpforms-container-full input[type=checkbox]:checked:before,
div.wpforms-container-full input[type=radio]:checked:before {
  border-color: #77A9B1 !important;
  box-shadow: 0 0 0 1px #77A9B1, 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}

div.wpforms-container-full input[type=radio]:checked:after {
  background-color: #77A9B1 !important;
}

.glider, .glider-contain {
  margin: 0 auto;
  position: relative;
}

.glider, .glider-track {
  transform: translateZ(0);
}

.glider-dot, .glider-next, .glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}

.glider-contain {
  width: 100%;
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-next, .glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
  color: #ccc;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:focus, .glider-dot:hover {
  background: #ddd;
}

.glider-dot.active {
  background: black;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}

.glider-track {
  max-width: none !important;
  align-items: flex-start;
}

/*# sourceMappingURL=main.css.map */
