/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/register/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.register-module-wrapper {
  margin: 0 auto;
  padding: 48px 20px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  background: linear-gradient(var(--module-background-color-1), var(--module-background-color-2));
  color: var(--module-text-color);
}

.register-content-wrapper {
  max-width: 1240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 96px;
}

.register-header-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.register-header-content-title {
  text-align: center;
}

.register-header-content-subtitle {
  font-weight: 700;
  text-align: center;
}

.register-header-content-anchor-included {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--module-text-color);
  color: var(--module-text-color);
  cursor: pointer;
}

.register-header-content-sponsorship-wrapper {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.register-header-content-sponsorship-lead {
  font-size: 14px;
  font-weight: 700;
}

.register-header-content-sponsorship-logo-wrapper {
  max-width: 222px;
}

.register-header-content-sponsorship-logo-wrapper img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.register-boxes-wrapper {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 80px;
}

.register-box-item {
  flex: 0 0 33%;
  max-width: 392px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: #FFF;
  color: #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px 0;
  text-align: center;
}

.register-box-item.w-bug {
  padding: 0 20px;
}

.register-box-item.w-bug .register-box-item-industry {
  padding-top: 32px;
}

.register-box-item-bug {
  background-color: var(--module-bug-color);
  color: var(--module-bug-text-color);
  font-size: 14px;
  width: 188px;
  box-sizing: border-box;
  line-height: 32px;
  margin: -16px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.register-box-item-industry {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-bottom: 24px;
  text-transform: uppercase;
}

.register-box-item-price-wrapper {
  padding-bottom: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.register-box-item-price {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.register-box-item-rack {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: line-through;
  color: #808080;
}

.register-box-item-cta-wrapper {
  position: absolute;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.register-box-item-cta-wrapper a {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: var(--module-accent-color);
  border-radius: var(--global-border-radius);
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.3s;
}

.register-box-item-cta-wrapper a:hover {
  transform: scale(1.03);
}

@media only screen and (max-width: 1080px) {
  .register-boxes-wrapper {
    align-items: center;
    flex-direction: column;
    gap: 42px;
  }
  .register-box-item {
    max-width: 500px;
  }
}
@media only screen and (max-width: 576px) {
  .register-content-wrapper {
    gap: 72px;
  }
  .register-box-item {
    max-width: 90%;
  }
}

/*# sourceMappingURL=style-index.css.map*/