/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
section.gt-block.hero-section {
  /* #component HERO SECTION ======================================================================= */
  /*	Defined widths
  --------------------------------------- */
  /*	Slider settings
  --------------------------------------- */
  /*	Colors
  --------------------------------------- */
  /*	Breakpoints
  --------------------------------------- */
  /*	Other
  --------------------------------------- */
}
section.gt-block.hero-section .section-hero {
  position: relative;
  container-type: inline-size;
  padding-bottom: clamp(3.2rem, calc(2.962962963vi + 2.1333333333rem), 6.4rem);
  padding-top: 0;
}
section.gt-block.hero-section .section-hero .container {
  position: relative;
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11.2rem;
}
@container (max-width: 1200px) {
  section.gt-block.hero-section .section-hero .container {
    gap: 3.2rem;
  }
}
section.gt-block.hero-section .section-hero__left-col {
  container-type: inline-size;
  flex: 0 0 62rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@container (max-width: 1200px) {
  section.gt-block.hero-section .section-hero__left-col {
    flex: 0 0 53.7rem;
  }
}
@container (max-width: 900px) {
  section.gt-block.hero-section .section-hero__left-col {
    flex: 0 0 calc(50% - 1.6rem);
  }
}
@container (max-width: 710px) {
  section.gt-block.hero-section .section-hero__left-col {
    flex: 0 0 100%;
  }
}
section.gt-block.hero-section .section-hero__left-col .text-xl-light {
  padding-bottom: clamp(1.2rem, calc(1.1111111111vi + 0.8rem), 2.4rem);
}
section.gt-block.hero-section .section-hero__left-col .logo {
  inline-size: 100%;
  max-inline-size: 28rem;
  block-size: auto;
}
section.gt-block.hero-section .section-hero__left-col .logo svg,
section.gt-block.hero-section .section-hero__left-col .logo img {
  inline-size: 100%;
  block-size: auto;
  max-inline-size: 28rem;
}
section.gt-block.hero-section .section-hero__right-col {
  display: flex;
  justify-content: center;
  flex: 1;
  font-size: 0;
}
@container (max-width: 900px) {
  section.gt-block.hero-section .section-hero__right-col {
    flex: 0 0 calc(50% - 1.6rem);
  }
}
@container (max-width: 710px) {
  section.gt-block.hero-section .section-hero__right-col {
    flex: 0 0 100%;
  }
}
section.gt-block.hero-section .section-hero__right-col img {
  max-width: fit-content;
  height: auto;
  width: 100%;
  object-fit: cover;
}
section.gt-block.hero-section .section-hero__right-col svg {
  max-width: 35.7rem;
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 357/65.91;
}
section.gt-block.hero-section .section-hero__right-col .static-image img {
  max-width: 35.7rem;
  height: auto;
  width: 100%;
  object-fit: cover;
}
section.gt-block.hero-section .section-hero__right-col .static-image svg {
  max-width: 35.7rem;
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 357/65.91;
}
section.gt-block.hero-section .section-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
section.gt-block.hero-section .house-animation-container {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  overflow: visible;
  border-radius: 2rem;
}
section.gt-block.hero-section .house-platform {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gt-block.hero-section .house-image {
  width: auto;
  height: 40rem;
  position: relative;
  z-index: 1;
  transform: scale(0);
  opacity: 0;
  transform-origin: center bottom;
}
section.gt-block.hero-section .house-image.animate {
  animation: houseScaleIn 1.2s ease-out forwards;
}
@keyframes houseScaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes binaryFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6rem);
  }
}
@keyframes binaryScroll {
  to {
    left: 100%;
  }
}
section.gt-block.hero-section .bubbles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
section.gt-block.hero-section .bubble-group {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
section.gt-block.hero-section .bubble-group.active {
  opacity: 1;
  visibility: visible;
}
section.gt-block.hero-section .bubble {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  inline-size: 100%;
  max-inline-size: 22rem;
  padding: 2.4rem 1.6rem;
  border-radius: 4.7rem;
  border: 0.175rem solid var(--blue-600-primary, #0b465d);
  background: linear-gradient(131deg, rgba(11, 70, 93, 0.9) 6.11%, rgba(11, 70, 93, 0.6) 98.89%);
  backdrop-filter: blur(1.5rem);
  box-shadow: 0 0.4rem 1.5rem rgba(44, 95, 124, 0.3);
  font-family: var(--secondary-font);
  font-size: 14px;
  font-style: normal;
  line-height: 1.1666666667;
  letter-spacing: 0.06rem;
  color: var(--Blue-500, #227798);
  font-weight: 700;
  color: var(--base-white, #fff);
  text-align: center;
  pointer-events: auto;
  z-index: 5;
  opacity: 1;
  transform: scale(1) translateY(0);
  animation: bubbleAppear 0.6s ease-out backwards;
  transition: all 0.4s ease-out;
  will-change: transform, box-shadow;
}
section.gt-block.hero-section .bubble-1 {
  right: 23%;
  top: 19%;
  animation-delay: 0.2s;
}
section.gt-block.hero-section .bubble-2 {
  top: 40%;
  left: -8%;
  animation-delay: 0.4s;
}
section.gt-block.hero-section .bubble-3 {
  bottom: 30%;
  right: -7%;
  animation-delay: 0.6s;
}
section.gt-block.hero-section .bubble.clickable {
  cursor: pointer;
}
section.gt-block.hero-section .bubble.clickable:hover {
  transform: translateY(-0.2rem) scale(1.02);
  box-shadow: 0 0.6rem 2rem rgba(44, 95, 124, 0.36);
}
section.gt-block.hero-section .bubble.clickable:hover .arrow-icon {
  transform: translateX(0.2rem);
}
section.gt-block.hero-section .bubble.clickable::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease-out;
}
section.gt-block.hero-section .bubble.clickable:hover::before {
  transform: scale(1.05);
  opacity: 1;
}
section.gt-block.hero-section .bubble.non-clickable {
  cursor: default;
}
section.gt-block.hero-section .arrow-icon {
  flex-shrink: 0;
  transition: all 0.4s ease-out;
}
section.gt-block.hero-section .arrow-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
@keyframes bubbleAppear {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media screen and (max-width: 1005px) {
  section.gt-block.hero-section .bubble-2 {
    top: 40%;
    left: 0%;
  }
  section.gt-block.hero-section .bubble-3 {
    bottom: 25%;
    right: 0%;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.hero-section .house-animation-container {
    padding: 2rem 1rem;
  }
  section.gt-block.hero-section .house-platform {
    height: 40rem;
  }
  section.gt-block.hero-section .house-image {
    height: 30rem;
  }
  section.gt-block.hero-section .bubble {
    font-size: 1.2rem;
    padding: 1rem 1.6rem;
  }
  section.gt-block.hero-section .bubble-1 {
    right: 10%;
    top: 18%;
  }
  section.gt-block.hero-section .bubble-2 {
    top: 40%;
    left: -8%;
  }
  section.gt-block.hero-section .bubble-3 {
    bottom: 25%;
    right: 10%;
  }
}
@media screen and (max-width: 741px) {
  section.gt-block.hero-section .bubble-1 {
    right: 20%;
    top: 13%;
  }
  section.gt-block.hero-section .bubble-3 {
    bottom: 25%;
    right: 0%;
  }
}
@media screen and (max-width: 550px) {
  section.gt-block.hero-section .bubble-2 {
    top: 40%;
    left: 0%;
  }
}
@media screen and (max-width: 480px) {
  section.gt-block.hero-section .house-animation-container {
    padding: 2rem 1rem;
  }
  section.gt-block.hero-section .house-platform {
    height: 40rem;
  }
  section.gt-block.hero-section .house-image {
    height: 30rem;
  }
}
@media screen and (max-width: 445px) {
  section.gt-block.hero-section .bubble-1 {
    right: 0;
    top: 15%;
  }
}
section.gt-block.hero-section .house-animation-container.changing-bubbles .bubble {
  opacity: 0.5;
}
section.gt-block.hero-section .loading-indicator {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}
section.gt-block.hero-section .loading-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(44, 95, 124, 0.3);
  animation: loadingPulse 1.5s ease-in-out infinite;
}
section.gt-block.hero-section .loading-dot:nth-child(2) {
  animation-delay: 0.2s;
}
section.gt-block.hero-section .loading-dot:nth-child(3) {
  animation-delay: 0.4s;
}
section.gt-block.hero-section .rotation-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 41rem;
  height: 0.175rem;
  background: rgba(11, 70, 93, 0.3);
  border-radius: 0.1rem;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}
section.gt-block.hero-section .rotation-indicator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue-600-primary, #0b465d) 0%, var(--orange-400-primary, #ff793c) 43.75%);
  border-radius: 0.1rem;
  transition: width 0.1s linear;
}
section.gt-block.hero-section .rotation-indicator.active::before {
  animation: progressFill 3.6s linear forwards;
}
section.gt-block.hero-section .rotation-indicator.active.paused::before {
  animation-play-state: paused;
}
section.gt-block.hero-section .rotation-indicator:hover {
  background: rgba(11, 70, 93, 0.5);
}
@media screen and (max-width: 768px) {
  section.gt-block.hero-section .rotation-indicator {
    bottom: 1rem;
    width: 10rem;
  }
}
@media screen and (max-width: 480px) {
  section.gt-block.hero-section .rotation-indicator {
    position: absolute;
    margin: 2rem auto 0;
    transform: none;
    width: 100%;
    left: 0;
  }
}
section.gt-block.hero-section .indicator-dot {
  display: none;
}
@keyframes loadingPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}
@keyframes progressFill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
section.gt-block.hero-section {
  /* #endcomponent */
}

/*# sourceMappingURL=hero-section.css.map */
