/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
section.gt-block {
  container-type: inline-size;
  /* #component MODULS ======================================================================= */
  /*	Defined widths
  --------------------------------------- */
  /*	Slider settings
  --------------------------------------- */
  /*	Colors
  --------------------------------------- */
  /*	Breakpoints
  --------------------------------------- */
  /*	Other
  --------------------------------------- */
}
section.gt-block .moduly {
  container-type: inline-size;
}
section.gt-block .moduly__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.gt-block .moduly__content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  gap: clamp(2rem, calc(1.8518518519vi + 1.3333333333rem), 4rem);
}
section.gt-block .moduly__content-desc-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@container (max-width: 500px) {
  section.gt-block .moduly__content-desc-headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.gt-block .moduly__content-desc-headline h2 {
  inline-size: 100%;
  max-inline-size: -webkit-fit-content;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  padding-left: clamp(3.2rem, calc(2.962962963vi + 2.1333333333rem), 6.4rem);
  padding-right: clamp(3.2rem, calc(2.962962963vi + 2.1333333333rem), 6.4rem);
}
@media screen and (max-width: 768px) {
  section.gt-block .moduly__content-desc-headline h2 {
    padding: 0;
    text-align: center;
  }
}
section.gt-block .moduly__content-desc .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.gt-block .moduly__content-desc .boxes__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: 100%;
  min-inline-size: 27.2rem;
  max-inline-size: -webkit-fit-content;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  padding: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0.8rem, calc(0.7407407407vi + 0.5333333333rem), 1.6rem);
  border-radius: 2rem;
  border: 1.75px solid var(--Grey-200, #e4ebf0);
  background: rgba(246, 249, 251, 0.2);
  backdrop-filter: blur(4px);
}
section.gt-block .moduly__content-desc .boxes__box.link {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
section.gt-block .moduly__content-desc .boxes__box.link:hover {
  border-radius: 1.4rem;
  border: 1.75px solid var(--green-400-secondary, #46bf1a);
  background: rgba(70, 191, 26, 0.1);
}
section.gt-block .moduly__content-desc .boxes__box.link:hover svg g path {
  stroke: #46bf1a;
}
section.gt-block .moduly__content-desc .boxes__box.link:hover .h5 {
  color: #46bf1a;
}
section.gt-block .moduly__content-desc .boxes__box-icon {
  inline-size: 100%;
  max-inline-size: 2.4rem;
  block-size: 2.4rem;
}
section.gt-block .moduly__content-desc .boxes__box-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
section.gt-block .moduly__content-desc .boxes__box-icon svg g path {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
section.gt-block .moduly__content-desc .boxes__box .h5 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
section.gt-block .moduly__content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.gt-block .moduly__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.gt-block .moduly__tab {
  cursor: pointer;
}
section.gt-block .moduly__tabs-content {
  width: 100%;
}
section.gt-block .moduly__tab-content {
  display: none;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
section.gt-block .moduly__tab-content.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
section.gt-block .moduly__tab-content.transitioning {
  display: block;
}
@media screen and (max-width: 768px) {
  section.gt-block .moduly__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0.8rem;
  }
  section.gt-block .moduly__tab {
    text-align: center;
  }
}
section.gt-block {
  /* #endcomponent */
}