/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 
* Bareblocks Global Styles
* This file is used to import and forward all global styles.
*/
/* base */
/*
** Placeholder styles
** These styles are used for the placeholder block in the editor.
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
}

p,
a,
strong,
b,
span {
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
}

p {
  margin-bottom: 0.5rem;
}

li {
  font-size: 1.2em;
  line-height: 1.5;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a:not(.btn) {
  color: #2e4bef;
  text-decoration: none;
}
a:not(.btn):hover {
  color: adjust(#2e4bef, -10%);
  text-decoration: underline;
}

/* Apply Bootstrap container styles to the default Gutenberg editor container */
.editor-styles-wrapper .wp-block:not(.hero):not(.placeholder) {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .editor-styles-wrapper .wp-block:not(.hero):not(.placeholder) {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .editor-styles-wrapper .wp-block:not(.hero):not(.placeholder) {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .editor-styles-wrapper .wp-block:not(.hero):not(.placeholder) {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .editor-styles-wrapper .wp-block:not(.hero):not(.placeholder) {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .editor-styles-wrapper .wp-block:not(.hero):not(.placeholder) {
    max-width: 1320px;
  }
}

/* modules */
/* blocks */
/*
* Styles for placeholder blocks
*/
.placeholder-block {
  background-color: #f0f0f0;
  color: #999;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
}

.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 80%;
  max-width: 800px;
}

.headline {
  margin-bottom: 1rem;
  color: #fff;
}
.headline--large {
  font-size: 46px;
  line-height: 1.2;
}
.headline--medium {
  font-size: 31px;
  line-height: 1.3;
}
.headline--small {
  font-size: 21px;
  line-height: 1.4;
}

.btn {
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 0.5rem;
}
.btn--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.btn--medium {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.btn--large {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}
.btn--purple {
  background-color: #9a33ff;
  color: white;
  border: none;
}
.btn--purple:hover {
  background-color: #e0bfff;
  color: #9a33ff;
}
.btn--blue {
  background-color: #2e4bef;
  color: white;
  border: none;
}
.btn--blue:hover {
  background-color: rgb(211.8066666667, 217.8, 251.6933333333);
  color: #2e4bef;
}
.btn--pink {
  background-color: #ff1f99;
  color: white;
  border: none;
}
.btn--pink:hover {
  background-color: rgb(255, 209.5, 234.28125);
  color: #ff1f99;
}

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