/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/elementor-widgets/welcome-intro.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/*---------------------------------
	New Refreshed Colors Variables
-----------------------------------*/
/* Parent Shades */
/* End Parent Shades */
/* Midnight Blue Shades */
/* End Midnight Blue Shades */
/* Automotive Silver Shades */
/* Automotive Silver Shades */
/* Onyx Shades */
/* End Onyx Shades */
/* Sky Blue Shades */
/* End Sky Blue Shades */
/* Electric Blue Shades */
/* End Electric Blue Shades */
/* Amber Shades */
/* End Amber Shades */
/*---------------------------------
End New Refreshed Colors Variables
-----------------------------------*/
/**
* Characters to escape from SVGs
* Source: https://github.com/Threespot/frontline-sass/blob/master/src/functions/_inline-svg.scss
*/
/**
 * URL-encode SVG code
 */
/**
 * Helper to get URL-escaped inline SVG code for use with `background-image`
 */
.bubbles {
  list-style: none;
  margin-top: auto;
  width: 45%;
}

.bubbles__item {
  position: relative;
  color: #07124a;
  max-width: 55rem;
  margin-left: auto;
}
.bubbles__item.bubbles__item--full {
  max-width: none;
}
.bubbles__item .bubbles__wrapper {
  overflow: hidden;
  padding-bottom: 3rem;
}
.bubbles__item p {
  background: #FFF;
  border-radius: 10px;
  padding: 2rem 3rem;
  position: relative;
}
.bubbles__item p::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  bottom: -22px;
  border-top: 22px solid #fff;
  border-left: 22px solid transparent;
}
.bubbles__item::before {
  content: "";
  position: absolute;
  width: 80%;
  left: 10%;
  z-index: -1;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.3);
  height: 20px;
  filter: blur(20px);
}

.bubbles__items.is-hidden {
  display: none;
}

.bubbles__item.is-hidden {
  display: none;
}

.section {
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .section {
    padding: 30px;
  }
}
@media (min-width: 1250px) {
  .section {
    padding: 60px;
    padding-top: 2.5rem;
  }
}

.section-full {
  max-width: none;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-left: 6rem;
  height: 100%;
  width: 100%;
}

.actions {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 4rem;
  max-width: 55rem;
  margin-right: 55%;
}

.actions.is-hidden {
  display: none;
}

.actions__list {
  padding-right: 2rem;
  font-size: 1.6rem;
}

.actions__list p + p {
  margin-top: 2rem;
}

.actions__icon-subtitles {
  width: 2.8rem;
  vertical-align: middle;
  margin-right: 0.6rem;
}

.actions__icon-sound {
  width: 2.2rem;
  vertical-align: middle;
  margin-right: 0.9rem;
  margin-left: 0.3rem;
}

.actions .button {
  margin: 0;
}

.welcome-step--bubbles .actions {
  margin-left: auto;
}

.octavalidate-txt-error {
  font-size: 13px;
}

.welcome {
  padding: 0;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.welcome-video_background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  pointer-events: none;
}
.welcome-video_background video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome.isLooping .welcome-step .button-looping {
  display: block;
}

.welcome-step {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  max-width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translate(0vw, 0);
}
.welcome-step.welcome-step--contained {
  max-width: 55rem;
}
.welcome-step.is-hidden {
  display: none;
}
.welcome-step .button-looping {
  display: none;
}

.welcome-step--first {
  padding: 4.5rem 5.5rem 8rem;
  border-radius: 20px;
  background-color: white;
}

.welcome__text {
  max-width: 42rem;
  margin-bottom: 3rem;
}

.welcome__tag {
  color: white;
  font-weight: 400;
  padding: 6px 20px;
  margin-bottom: 5rem;
  position: relative;
  margin-left: -7.5rem;
  font-family: "owners-wide", sans-serif;
}
.welcome__tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #104ad4;
  transform: skew(-20deg);
  z-index: 0;
}
.welcome__tag span {
  display: block;
  position: relative;
  z-index: 1;
}

.welcome__form {
  width: 100%;
}

.welcome__fields {
  display: flex;
}

.welcome__legend {
  font-size: 1.6rem;
  font-weight: 700;
  color: #07124a;
  width: 100%;
  margin-bottom: 1rem;
}

.welcome__field {
  flex-grow: 1;
  margin-right: 1.8rem;
}

.welcome__input {
  margin: 0;
  border: 1px solid rgba(205, 205, 205, 0.5);
  border-radius: 10px;
  font-size: 1.6rem;
  padding: 1.7rem 1.5rem;
  height: auto;
  transition: none;
  box-shadow: none;
}
.welcome__input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #8a8a8a !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.welcome__input:-webkit-autofill:focus, .welcome__input:-webkit-autofill:active {
  box-shadow: inset 0px 0px 0px 2px #104ad4, 0 0 0 30px white inset !important;
  -webkit-box-shadow: inset 0px 0px 0px 2px #104ad4, 0 0 0 30px white inset !important;
}
.welcome__input:focus {
  box-shadow: inset 0px 0px 0px 2px #104ad4;
}

.welcome-message-form-filled .welcome__message-alt {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #07124a;
  padding-bottom: 10px;
  font-family: "owners-wide", sans-serif;
}

.welcome-nav {
  display: flex;
  align-items: center;
  width: 100%;
}
.welcome-nav ul {
  list-style: none;
  margin-left: 0px;
  counter-reset: my-awesome-counter;
  width: 100%;
}
.welcome-nav ul li {
  width: 100%;
  padding: 8px 0px;
  font-family: "owners-wide", sans-serif;
}
.welcome-nav ul li:first-child {
  padding-top: 0;
}
.welcome-nav ul li:last-child {
  padding-bottom: 0;
}
.welcome-nav ul li:not(:first-of-type) {
  counter-increment: my-awesome-counter;
}

.welcome-nav__heading {
  font-size: 3.2rem;
  line-height: 1.3846153846;
  margin-bottom: 1.6rem;
}

.welcome-step--bubbles {
  max-width: none;
  height: 100%;
  justify-content: flex-end;
}

.welcome-nav__title {
  font-weight: 700;
  font-size: 1.6rem;
}

.welcome-nav__duration {
  font-size: 0.7em;
  padding-left: 20px;
  margin-left: auto;
  font-size: 1.4rem;
}

.welcome-nav .button__arrow {
  margin-left: 1rem;
}

.welcome-nav__link {
  border-radius: 10px;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translate(0px, 0);
  transition: all 0.2s linear;
  background-color: #ffffff;
  color: #07124a;
}
.welcome-nav__link:before {
  width: 40px;
  height: 40px;
  color: #1d3e74;
  content: counter(my-awesome-counter);
  font-size: 1.3rem;
  font-weight: bold;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  border: 2px solid #cbdeea;
}
.welcome-nav__link:hover {
  color: #104ad4;
  transform: scale(0.98);
}

.welcome-nav__item.is-waiting {
  opacity: 0;
}

.container {
  height: calc(100vh - 60px - 72px);
}

/*# sourceMappingURL=welcome-intro.css.map*/