/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.welcome {
  padding-top: 4.5rem;
  min-height: 100vh;
}
.welcome__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 75vw;
  height: 100%;
  min-height: 100vh;
  z-index: -1;
}
.welcome__click-icon-container {
  background-repeat: no-repeat;
  height: auto;
  min-width: 6.6875rem;
  position: absolute;
  top: 0.25rem;
  right: 5%;
}
.welcome__click-icon-container__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.welcome__click-icon-container__icon {
  width: 1.5rem;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.welcome__click-icon-container__text {
  color: #E63748;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 29%;
  left: 0;
  width: 100%;
}
.lang-es .welcome__click-icon-container__text {
  font-size: 0.8125rem;
}
.welcome__content-wrapper {
  min-height: 75vh;
}
.welcome__subtitle {
  margin-bottom: 1.125rem;
}
.welcome__subtitle__browser-icon {
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5625rem;
}
.welcome__subtitle__text {
  line-height: 1.875rem;
  font-size: 1.125rem;
  display: inline-block;
  color: #1D2023;
}
.welcome__title {
  line-height: 3.75rem;
  font-size: 2.8125rem;
  margin-bottom: 2.375rem;
  max-width: 54rem;
}
.lang-pl .welcome__title, .lang-it .welcome__title {
  max-width: 57rem;
}
.welcome__step-container {
  margin-bottom: 6.25rem;
}
.welcome__step {
  background-color: #fff;
  border: 0.0625rem solid #DEDEDE;
  border-radius: 0.3125rem;
  box-shadow: 0.125rem 0.125rem 1.25rem #DEDEDE;
  min-height: 19.375rem;
  padding: 1.1875rem 0.9375rem 0.9375rem;
  width: 30%;
  max-width: 18rem;
  display: flex;
  flex-direction: column;
}
.welcome__step__number {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  color: #1D2023;
  letter-spacing: 0.125rem;
  padding: 0 0.5rem;
}
.welcome__step__name {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.welcome__step__description {
  color: #5a636d;
  margin-bottom: 2.125rem;
  padding: 0 0.5rem;
}
.welcome__step__image-section {
  margin: auto 0 0;
  width: 100%;
}
.welcome__footer {
  color: #979797;
}
.welcome__footer link {
  color: #979797;
  margin-right: 1.25rem;
}