* {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

#error-message {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100vw;
}

.aplication {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.aplication__slides {
  display: flex;
  flex-direction: row;
  transition: 0.6s;
  flex-wrap: nowrap;
}

.transformAnimation {
  -webkit-animation: translateY 0.6s linear;
          animation: translateY 0.6s linear;
  transition: 0.8s;
  opacity: 1 !important;
}

.transformAnimationSmall {
  -webkit-animation: translateSmallY 0.6s linear;
          animation: translateSmallY 0.6s linear;
  transition: 0.4s;
  opacity: 1 !important;
}

.slide {
  position: relative;
  min-width: 100vw;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.logoReset {
  cursor: pointer;
}

.slide_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100vw;
  background-color: #4734f7;
  height: 100vh;
  display: none;
  flex-direction: column;
  justify-content: center;
}
.slide_modal__background {
  width: 40%;
  height: auto;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 1;
}
.slide_modal__header {
  position: absolute;
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.slide_modal__header .logo {
  position: absolute;
  top: 88px;
  left: 40px;
  width: 108px;
  height: 20.58px;
  display: block;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .slide_modal__header .logo {
    display: none;
  }
}
.slide_modal__header .logoMobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .slide_modal__header .logoMobile {
    display: block;
    left: 0;
    top: 75px;
  }
}
.slide_modal h1 {
  width: 100%;
  max-width: 1069px;
  color: #ffffff;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 64px;
  line-height: 80px;
  position: relative;
  margin: 56px auto 0 auto;
  padding: 0 16px;
  text-align: center;
  opacity: 0;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .slide_modal h1 {
    font-size: 55px;
    line-height: 130%;
  }
}
@media only screen and (max-width: 600px) {
  .slide_modal h1 {
    font-size: 48px;
    line-height: 53px;
    text-align: left;
    width: auto;
    margin: 24px auto 0 auto;
    height: auto;
  }
}
.slide_modal p {
  width: 100%;
  max-width: 1069px;
  text-align: center;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 16px;
  opacity: 0;
  margin: 56px auto 0 auto;
}
@media only screen and (max-width: 991px) {
  .slide_modal p {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
}
.slide_modal button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 23px 41px;
  gap: 8px;
  width: 261px;
  height: 88px;
  background: #e6ff27;
  border-radius: 83px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42.24px;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
  position: relative;
  cursor: pointer;
  z-index: 2;
  border: 0;
  opacity: 0;
  margin: 56px auto 0 auto;
}
@media only screen and (max-width: 991px) {
  .slide_modal button {
    margin: 80px auto 0 auto;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    max-width: 341px;
    padding: 16px 0;
    height: auto;
  }
}

.slide1 {
  width: 100vw;
  background-color: #4734f7;
  height: 100vh;
  overflow: hidden;
}
.slide1__background {
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.slide1__backgroundDesktop {
  display: block;
}
@media only screen and (max-width: 991px) {
  .slide1__backgroundDesktop {
    width: 250%;
  }
}
.slide1__scroll {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
}
.slide1__scroll::-webkit-scrollbar {
  opacity: 0;
}
.slide1 h1 {
  width: 960px;
  height: 276px;
  color: #ffffff;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 84px;
  line-height: 92px;
  z-index: 20;
  position: relative;
  margin-top: 120px;
  margin-left: 40px;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .slide1 h1 {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
    margin-top: 151px;
  }
}
@media only screen and (max-width: 800px) {
  .slide1 h1 {
    font-size: 48px;
    line-height: 53px;
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .slide1 h1 {
    font-size: 40px;
    line-height: 130%;
    height: auto;
  }
}
.slide1 p {
  max-width: 526px;
  height: 72px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-left: 40px;
  position: relative;
  z-index: 2;
  margin-top: 64px;
  box-sizing: border-box;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .slide1 p {
    width: calc(100% - 80px);
    margin-top: 32px;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 800px) {
  .slide1 p {
    font-size: 24px;
    line-height: 36px;
    height: auto;
  }
}
.slide1__acceptable {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 35px;
  z-index: 10;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .slide1__acceptable {
    margin-left: 16px;
  }
}
.slide1__acceptable a {
  color: #ecfc5b;
}
.slide1__acceptable input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.slide1__acceptable .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #000;
}
.slide1__acceptable .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.slide1__acceptable input:checked ~ .checkmark:after {
  display: block;
}
.slide1__acceptable .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.slide1 button {
  display: flex;
  flex-direction: row;
  margin-left: 40px;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  gap: 8px;
  width: 286px;
  height: 72px;
  background: #e6ff27;
  border-radius: 83px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
  position: relative;
  cursor: pointer;
  z-index: 2;
  border: 0;
  margin-top: 64px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .slide1 button {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .slide1 button {
    margin-top: 32px;
    width: calc(100% - 80px);
  }
}
.slide1 .bottomLogo {
  position: absolute;
  top: 56px;
  right: 40px;
  z-index: 2;
  cursor: default !important;
}
@media only screen and (max-width: 991px) {
  .slide1 .bottomLogo {
    bottom: auto;
    top: 56px;
    width: 54px;
    height: 54px;
    right: 0;
  }
}
.slide1 .logoAnimation {
  -webkit-animation: rotate 8s infinite linear;
          animation: rotate 8s infinite linear;
}
.slide1__header {
  position: relative;
  max-width: 1346px;
  margin-top: 88px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .slide1__header {
    padding: 0 16px;
  }
}
.slide1__header .logo {
  position: relative;
  margin-top: 88px;
  left: 0;
  width: 108px;
  height: 20.58px;
  z-index: 2;
  display: block;
  cursor: default !important;
}
@media only screen and (max-width: 991px) {
  .slide1__header .logo {
    display: none;
    margin-top: 0;
    width: auto;
  }
}
.slide1__header .logoMobile {
  display: none;
  top: 75px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .slide1__header .logoMobile {
    display: block;
  }
}

.slide2 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slide2__scroll {
  height: 100vh;
  overflow-y: scroll;
  position: relative;
}
.slide2__conteiner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 170px;
  min-height: 60%;
}
@media only screen and (max-width: 991px) {
  .slide2__conteiner {
    min-height: 40%;
    padding-bottom: 150px;
  }
}
.slide2__header {
  position: relative;
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
.slide2__header .logo {
  position: absolute;
  top: 88px;
  left: 40px;
  width: 108px;
  height: 20.58px;
  z-index: 2;
  display: block;
}
@media only screen and (max-width: 991px) {
  .slide2__header .logo {
    display: none;
  }
}
.slide2__header .logoMobile {
  display: none;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .slide2__header .logoMobile {
    display: block;
  }
}
.slide2__header__previous {
  display: flex;
  align-items: center;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 24px;
  line-height: 132%;
  position: absolute;
  top: 84px;
  right: 0;
  cursor: pointer;
  display: none;
  transition: 0.2s;
  opacity: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .slide2__header__previous span {
    display: none;
  }
}
.slide2__header__previous img {
  margin-right: 15px;
}
.slide2 h1 {
  width: 960px;
  height: 276px;
  color: #ffffff;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 84px;
  line-height: 92px;
  z-index: 20;
  position: relative;
  margin-top: 228px;
  margin-left: 40px;
}
.slide2__counter {
  display: flex;
  margin: 0px auto 0 auto;
  max-width: 250px;
  text-align: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .slide2__counter {
    margin: 0px 0 0 16px !important;
  }
}
.slide2__counter__logo {
  display: flex;
  align-items: center;
}
.slide2__counter__logo__logoBox {
  height: 24px;
  width: 0;
  background-color: #000000;
  transition: 0.6s;
  margin-left: 9px;
}
@media only screen and (max-width: 800px) {
  .slide2__counter {
    margin: 124px auto 0 auto;
  }
}
.slide2__counter__number {
  color: #000000;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 24px;
  line-height: 132%;
  margin-left: 0;
  width: 80px;
  min-width: 80px;
  text-align: right;
}
.slide2__question {
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 52px;
  line-height: 132%;
  text-align: center;
  color: #000000;
  max-width: 1212px;
  margin: 30px auto 30px auto;
  transition: 0.8s;
  opacity: 0;
  padding: 0 16px;
}
@media only screen and (max-width: 1400px) {
  .slide2__question {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .slide2__question {
    font-size: 32px;
    width: calc(100% - 32px);
    margin: 52px auto 80px auto;
  }
}
@media only screen and (max-width: 480px) {
  .slide2__question {
    font-size: 32px;
    width: calc(100% - 32px);
    margin: 52px auto 80px auto;
    text-align: left;
  }
}
.slide2__punctation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.6s;
  opacity: 0;
}
@media only screen and (max-width: 800px) {
  .slide2__punctation {
    justify-content: space-between;
    width: calc(100% - 32px);
    margin: 0 auto;
    max-width: 400px;
  }
}
.slide2__punctation button {
  cursor: pointer;
  transition: 0.3s;
  background: #ffffff;
}
.slide2__punctation button:hover {
  transform: scale(1.2);
}
.slide2__punctation span {
  color: #000000;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 24px;
  line-height: 132%;
}
@media only screen and (max-width: 800px) {
  .slide2__punctation span {
    position: absolute;
    font-size: 20px;
    top: 65px;
  }
}
.slide2__punctation__textLeft {
  left: 0;
}
.slide2__punctation__textRight {
  right: 0;
}
.slide2__punctation__bigLeft, .slide2__punctation__bigRight {
  width: 67px !important;
  min-width: 67px !important;
  height: 67px !important;
  border: 3px solid #000000 !important;
  border-radius: 50% !important;
}
@media only screen and (max-width: 800px) {
  .slide2__punctation__bigLeft, .slide2__punctation__bigRight {
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
  }
}
.slide2__punctation__bigLeft {
  margin-left: 80px;
}
.slide2__punctation__bigLeft:hover {
  background: #fbfaff !important;
}
@media only screen and (max-width: 1400px) {
  .slide2__punctation__bigLeft:hover {
    background: #ffffff !important;
  }
}
@media only screen and (max-width: 800px) {
  .slide2__punctation__bigLeft {
    margin: 0;
  }
}
.slide2__punctation__bigRight {
  margin-right: 80px;
}
.slide2__punctation__bigRight:hover {
  background: #4734f7 !important;
}
@media only screen and (max-width: 1400px) {
  .slide2__punctation__bigRight:hover {
    background: #ffffff !important;
  }
}
@media only screen and (max-width: 800px) {
  .slide2__punctation__bigRight {
    margin: 0;
  }
}
.slide2__punctation__mediumLeft, .slide2__punctation__mediumRight {
  width: 43px !important;
  height: 43px !important;
  border-radius: 50% !important;
  border: 3px solid #000000 !important;
}
@media only screen and (max-width: 800px) {
  .slide2__punctation__mediumLeft, .slide2__punctation__mediumRight {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
  }
}
.slide2__punctation__mediumLeft {
  margin: 0 0 0 48px;
}
.slide2__punctation__mediumLeft:hover {
  background: #cec9fd !important;
}
@media only screen and (max-width: 1400px) {
  .slide2__punctation__mediumLeft:hover {
    background: #ffffff !important;
  }
}
@media only screen and (max-width: 800px) {
  .slide2__punctation__mediumLeft {
    margin: 0;
  }
}
.slide2__punctation__mediumRight {
  margin: 0 48px 0 0;
}
.slide2__punctation__mediumRight:hover {
  background: #7567f9 !important;
}
@media only screen and (max-width: 1400px) {
  .slide2__punctation__mediumRight:hover {
    background: #ffffff !important;
  }
}
@media only screen and (max-width: 800px) {
  .slide2__punctation__mediumRight {
    margin: 0;
  }
}
.slide2__punctation__small {
  width: 29px !important;
  height: 29px !important;
  border-radius: 50% !important;
  border: 3px solid #000000 !important;
  margin: 0 48px;
}
.slide2__punctation__small:hover {
  background: #a298fb !important;
}
@media only screen and (max-width: 1400px) {
  .slide2__punctation__small:hover {
    background: #ffffff !important;
  }
}
@media only screen and (max-width: 800px) {
  .slide2__punctation__small {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    height: 24px !important;
    margin: 0;
  }
}

.slide3 {
  background: #4734f7;
  position: relative;
}
.slide3__scroll {
  height: 100vh;
  overflow-y: scroll;
  position: relative;
}
.slide3__number {
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 180px;
  line-height: 180px;
  margin: 0;
  color: #ffffff;
  position: absolute;
  left: 40px;
}
@media only screen and (max-width: 991px) {
  .slide3__number {
    font-size: 120px;
  }
}
.slide3__loader {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 80px;
  left: 40px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .slide3__loader {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .slide3__loader {
    bottom: 150px;
  }
}
.slide3__loader__img {
  max-width: 90%;
  height: 15px;
  min-height: 15px;
  background-color: #ffffff;
  margin: 0 2px;
}

.slide4 {
  overflow: hidden;
  width: 100vw;
}
.slide4__scroll {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.slide4__header {
  position: relative;
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.slide4__header .logo {
  position: absolute;
  top: 88px;
  left: 40px;
  width: 108px;
  height: 20.58px;
  display: block;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .slide4__header .logo {
    display: none;
  }
}
.slide4__header .logoMobile {
  display: none;
  left: 0px;
  top: 75px;
}
@media only screen and (max-width: 991px) {
  .slide4__header .logoMobile {
    display: block;
    left: 0;
  }
}
.slide4__img {
  position: absolute;
  width: 1232px;
  height: auto;
  right: 0px;
  top: 350px;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .slide4__img {
    top: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .slide4__img {
    width: 110%;
    top: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .slide4__img {
    width: 120%;
    top: 355px;
  }
}
.slide4__title {
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  height: 1506px;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .slide4__title {
    height: 1150px;
  }
}
@media only screen and (max-width: 480px) {
  .slide4__title {
    height: 839px;
  }
}
.slide4__title h1 {
  position: absolute;
  top: 189px;
  left: 150px;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 84px;
  line-height: 92px;
  max-width: 852px;
  margin: 0;
  opacity: 1 !important;
}
@media only screen and (max-width: 1600px) {
  .slide4__title h1 {
    font-size: 62px;
    line-height: 130%;
  }
}
@media only screen and (max-width: 1100px) {
  .slide4__title h1 {
    font-size: 52px;
    line-height: 130%;
  }
}
@media only screen and (max-width: 991px) {
  .slide4__title h1 {
    left: 16px;
    top: 135px;
    font-size: 48px;
    line-height: 52.8px;
  }
}
@media only screen and (max-width: 700px) {
  .slide4__title h1 {
    left: 16px;
    top: 135px;
    font-size: 31px;
    line-height: 140%;
  }
}
.slide4__title h1 .bold {
  font-weight: bold;
  display: inline;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  .slide4__title h1 .bold {
    white-space: normal;
  }
}
.slide4__title h1 .bold::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 105%;
  height: 8px;
  background-color: #4042ed;
}
@media only screen and (max-width: 991px) {
  .slide4__title h1 .bold::after {
    height: 4px;
  }
}
@media only screen and (max-width: 500px) {
  .slide4__title h1 .bold::after {
    display: none;
  }
}
.slide4__content {
  width: 850px;
  padding: 0 16px;
  margin: 0 auto 100px auto;
}
@media only screen and (max-width: 991px) {
  .slide4__content {
    font-size: 40px;
    line-height: 44px;
    width: auto;
    margin: 0 auto 64px auto;
  }
}
.slide4__content__bck {
  position: absolute;
  top: 1982px;
  left: 0;
  z-index: -1;
  width: 713px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .slide4__content__bck {
    top: 1349px;
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .slide4__content__bck {
    top: 1049px;
    width: 60%;
  }
}
.slide4__content h1 {
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 84px;
  line-height: 92px;
  color: #000000;
  width: 852px;
  margin: 140px 0 116px 0;
}
@media only screen and (max-width: 991px) {
  .slide4__content h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 64px 0 32px 0;
    width: 100%;
    font-weight: bold;
  }
}
.slide4__content h2 {
  color: #000000;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 64px;
  line-height: 80px;
  margin: 82px 0 40px 0;
}
@media only screen and (max-width: 991px) {
  .slide4__content h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 32px 0 64px 0;
    font-weight: bold;
  }
}
.slide4__content__signature {
  display: flex;
  align-items: center;
  margin: 40px 0 116px 0;
}
@media only screen and (max-width: 991px) {
  .slide4__content__signature {
    margin: 31px 0 52px 0;
  }
}
.slide4__content__signature__box {
  height: 10px;
  width: 109px;
  background: #000000;
  margin-right: 6.8px;
}
.slide4__content__signature span {
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 17.8655px;
  line-height: 21px;
  color: #000000;
}
.slide4__content p {
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .slide4__content p {
    font-size: 22px;
    margin-top: 30px;
    line-height: 33px;
  }
}
.slide4__content .bold {
  font-weight: bold;
}
.slide4__content__imageWithtext {
  position: relative;
}
.slide4__content__imageWithtext img {
  transform: translateX(100px);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .slide4__content__imageWithtext img {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -75%);
  }
}
@media only screen and (max-width: 480px) {
  .slide4__content__imageWithtext img {
    position: absolute;
    width: 130%;
    left: 50%;
    top: 0;
    transform: translate(-50%, -86%);
  }
}
.slide4__content__imageWithtext__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .slide4__content__imageWithtext__text {
    position: relative;
    width: 130%;
    margin-left: 0%;
    margin-top: 40%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 600px) {
  .slide4__content__imageWithtext__text {
    position: relative;
    width: 100%;
    margin-left: 0%;
    margin-top: 40%;
    transform: translate(-50%, -50%);
  }
}
.slide4__content__imageWithtext__text span {
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 52px;
  line-height: 132%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .slide4__content__imageWithtext__text span {
    width: 100%;
    position: relative;
    transform: translate(0%, 0%);
    left: 0;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin: 0;
  }
}
@media only screen and (max-width: 480) {
  .slide4__content__imageWithtext__text span {
    width: 100%;
    text-align: left;
    position: relative;
    transform: translate(0%, 0%);
    left: 0;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    margin: 0;
  }
}
.slide4__choose__title {
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 84px;
  line-height: 92px;
  text-align: center;
  color: #000000;
  margin: 0 0 116px 0;
}
@media only screen and (max-width: 991px) {
  .slide4__choose__title {
    text-align: left;
    font-size: 40px;
    line-height: 44px;
    width: 100%;
    font-weight: bold;
    padding: 0 16px;
    margin: 0 0 32px 0;
  }
}
.slide4__choose__buttons {
  width: 714px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 123px;
}
@media only screen and (max-width: 991px) {
  .slide4__choose__buttons {
    flex-direction: column;
    width: auto;
    padding: 0 16px;
  }
}
.slide4__choose__buttons__left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px;
  justify-content: center;
  gap: 8px;
  width: 333px;
  max-width: 333px;
  height: 88px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 83px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 132%;
  color: #000000;
  margin-right: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .slide4__choose__buttons__left {
    margin-bottom: 16px;
    width: auto;
    max-width: 100%;
    font-size: 24px;
    line-height: 132%;
    height: auto;
    padding: 16px 0px;
    margin: 0 0 16px 0;
  }
}
@media only screen and (max-width: 600px) {
  .slide4__choose__buttons__left {
    width: 100%;
  }
}
.slide4__choose__buttons__right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px;
  justify-content: center;
  gap: 8px;
  min-width: 391px;
  max-width: 391px;
  width: 391px;
  height: 88px;
  background: #4042ed;
  border-radius: 83px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 132%;
  color: #ffffff;
  border: 4px solid rgb(64, 66, 237);
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .slide4__choose__buttons__right {
    margin-bottom: 16px;
    width: auto;
    max-width: 100%;
    font-size: 24px;
    line-height: 132%;
    min-width: auto;
    height: auto;
    padding: 16px 0px;
  }
}
@media only screen and (max-width: 600px) {
  .slide4__choose__buttons__right {
    width: 100%;
  }
}

.slide5 {
  width: 100vw;
  background-color: #4734f7;
  height: 100vh;
  overflow: hidden;
}
.slide5__background {
  width: 77.34%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .slide5__background {
    top: 53%;
    width: 175%;
    left: 37.5%;
  }
}
.slide5__content {
  margin: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.slide5 h1 {
  width: 100%;
  max-width: 1130px;
  height: auto;
  color: #ffffff;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 84px;
  line-height: 92px;
  z-index: 20;
  position: relative;
  margin: 103px auto 0 auto;
  padding: 0 16px;
  text-align: center;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .slide5 h1 {
    width: auto;
    font-size: 44px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 991px) {
  .slide5 h1 {
    width: auto;
    font-size: 32px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
  .slide5 h1 {
    font-size: 36px;
    line-height: 53px;
    text-align: left;
    width: auto;
    margin: 24px auto 0 auto;
    height: auto;
  }
}
.slide5 p {
  width: 100%;
  text-align: center;
  height: 32px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 315;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: 153px;
  padding: 0 16px;
  opacity: 0;
  margin: 0px auto 0 auto;
}
@media only screen and (max-width: 480px) {
  .slide5 p {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
}
.slide5 button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 23px 41px;
  gap: 8px;
  width: 440px;
  height: 72px;
  background: #e6ff27;
  border-radius: 83px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42.24px;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
  position: relative;
  cursor: pointer;
  z-index: 2;
  border: 0;
  opacity: 0;
  margin: 103px auto 0 auto;
}
@media only screen and (max-width: 991px) {
  .slide5 button {
    margin: 112px auto 0 auto;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    max-width: 341px;
    padding: 16px 0;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .slide5 button {
    margin: 60px 0 0 0;
  }
}
.slide5 .bottomLogo {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
}
.slide5__header {
  position: relative;
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.slide5__header .logo {
  position: absolute;
  top: 88px;
  left: 40px;
  width: 108px;
  height: 20.58px;
  display: block;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .slide5__header .logo {
    display: none;
  }
}
.slide5__header .logoMobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .slide5__header .logoMobile {
    display: block;
    left: 0;
    top: 75px;
  }
}

.slide6 {
  overflow: visible !important;
  margin-bottom: 40px;
  position: relative;
}
.slide6__scroll {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.slide6__content_personDescription {
  padding-top: 44px;
}
.slide6__header {
  position: relative;
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
.slide6__header .logo {
  position: absolute;
  top: 88px;
  left: 40px;
  width: 108px;
  height: 20.58px;
  z-index: 2;
  display: block;
}
@media only screen and (max-width: 991px) {
  .slide6__header .logo {
    display: none;
  }
}
.slide6__header .logoMobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .slide6__header .logoMobile {
    display: block;
    top: 75px;
    left: 0px;
  }
}
.slide6__img {
  position: relative;
  width: 428px;
  height: auto;
  margin: 204px auto 0 auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .slide6__img {
    width: 220px;
    margin-top: 143px;
  }
}
.slide6__img__person {
  width: 100%;
  height: auto;
}
.slide6__img__wide {
  position: absolute;
  top: 214px;
  left: 214px;
  width: 462.79px;
  height: auto;
  opacity: 0;
  transition: 0.6s;
}
@media only screen and (max-width: 991px) {
  .slide6__img__wide {
    width: 286px;
    left: 50%;
    transform: translate(-50%, 50%) !important;
    top: auto;
    bottom: 25px;
  }
}
.slide6 h2 {
  width: 673px;
  height: 237px;
  font-family: "Sequel";
  font-style: normal;
  font-weight: 315;
  font-size: 100px;
  line-height: 103px;
  text-align: center;
  margin: 80px auto 32px auto;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .slide6 h2 {
    font-size: 48px;
    line-height: 53px;
    margin: 72px auto 32px auto;
    width: auto;
    height: auto;
  }
}
.slide6 p {
  width: 852px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0 auto 28px auto;
}
@media only screen and (max-width: 991px) {
  .slide6 p {
    font-size: 22px;
    line-height: 33px;
    width: auto;
    margin: 0 auto 32px auto;
    padding: 0 16px;
  }
}
.slide6__choose__buttons {
  width: 714px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 auto;
  padding-bottom: 229px;
}
@media only screen and (max-width: 991px) {
  .slide6__choose__buttons {
    flex-direction: column;
    width: auto;
    padding: 0 16px;
    padding-bottom: 150px;
    margin-bottom: 31px;
  }
}
.slide6__choose__buttons__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 23px 0;
  gap: 8px;
  text-align: center;
  justify-content: center;
  width: 349px;
  height: 88px;
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: 83px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 132%;
  color: #000000;
  margin-right: 24px;
  margin-top: 20px;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .slide6__choose__buttons__left {
    width: 100%;
    font-size: 24px;
    line-height: 132%;
    padding: 16px 0;
    height: auto;
  }
}
.slide6__choose__buttons__right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 23px 0;
  gap: 8px;
  width: 349px;
  height: 88px;
  background: #4042ed;
  border-radius: 83px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  font-size: 32px;
  line-height: 132%;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .slide6__choose__buttons__right {
    width: 100%;
    font-size: 24px;
    line-height: 132%;
    height: auto;
    padding: 16px 0;
  }
}
.slide6__footer {
  position: relative;
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .slide6__footer {
    display: none;
  }
}
.slide6__footer__reserved {
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #727774;
  width: 181px;
}
.slide6__footer__links a {
  margin: 0 8px;
}
.slide6__footer__logo {
  width: 108.45px;
  height: auto;
}
.slide6__emailModal {
  position: fixed;
  top: 0;
  left: 500vw;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6901960784);
  z-index: 1;
  display: none;
  overflow-y: scroll;
  padding: 51px 18px;
  z-index: 10;
}
.slide6__emailModal h3 {
  padding: 60px 0 12px 0;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  margin: 0;
  text-align: left;
}
.slide6__emailModal__conteiner {
  width: 100%;
  max-width: 859px;
  position: relative;
  left: 50%;
  margin-top: 0px;
  transform: translateX(-50%);
  background-color: #ffffff;
  text-align: center;
  padding: 96px 112px;
  border-radius: 16px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .slide6__emailModal__conteiner {
    padding: 40px 24px;
  }
}
.slide6__emailModal__conteiner__close {
  position: absolute;
  top: 49px;
  right: 49px;
  cursor: pointer;
  width: 21px;
  height: 21px;
}
.slide6__emailModal__conteiner__logo {
  margin-bottom: 38px;
  width: 144px;
  height: 144px;
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
}
@media only screen and (max-width: 991px) {
  .slide6__emailModal__conteiner__logo {
    width: 100px;
    height: 100px;
  }
}
.slide6__emailModal__conteiner h1 {
  font-size: 40px;
  line-height: 44px;
  font-family: "Sequel";
  font-style: normal;
  color: #000000;
  font-weight: 315;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 991px) {
  .slide6__emailModal__conteiner h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.slide6__emailModal__conteiner p {
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .slide6__emailModal__conteiner p {
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 18px 0;
  }
}
.slide6__emailModal__conteiner form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.slide6__emailModal__conteiner form input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #000000;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 132%;
  color: #000000;
  outline: none;
  padding: 16px 8px;
}
@media only screen and (max-width: 991px) {
  .slide6__emailModal__conteiner form input {
    font-size: 24px;
    line-height: 132%;
  }
}
.slide6__emailModal__conteiner form input:focus {
  border-bottom: 2px solid #4734f7;
}
.slide6__emailModal__conteiner form input::-moz-placeholder {
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 132%;
  color: #8b918d;
}
.slide6__emailModal__conteiner form input:-ms-input-placeholder {
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 132%;
  color: #8b918d;
}
.slide6__emailModal__conteiner form input::placeholder {
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 132%;
  color: #8b918d;
}
@media only screen and (max-width: 991px) {
  .slide6__emailModal__conteiner form input::-moz-placeholder {
    font-size: 24px;
    line-height: 132%;
  }
  .slide6__emailModal__conteiner form input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 132%;
  }
  .slide6__emailModal__conteiner form input::placeholder {
    font-size: 24px;
    line-height: 132%;
  }
}
.slide6__emailModal__conteiner form input[type=submit] {
  padding: 23px 0px;
  text-align: center;
  gap: 8px;
  max-width: 635px;
  width: 100%;
  height: 88px;
  background: #4734f7;
  border-radius: 83px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 132%;
  color: #ffffff;
  margin-top: 76px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .slide6__emailModal__conteiner form input[type=submit] {
    font-size: 24px;
    margin-top: 16px;
    padding: 16px 0px;
    text-align: center;
    line-height: 132%;
    height: auto;
  }
}
.slide6__emailModal .form__role {
  display: flex;
  justify-content: space-between;
  position: pointer;
  flex-wrap: wrap;
}
.slide6__emailModal .form__role__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(25% - 6px);
  align-items: center;
  background: #f7f8f7;
  border-radius: 8px;
  height: 152px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .slide6__emailModal .form__role__image {
    width: calc(50% - 6px);
    margin: 6px 0;
  }
}
@media only screen and (max-width: 600px) {
  .slide6__emailModal .form__role__image {
    width: calc(50% - 6px);
    margin: 6px 0;
    height: 122px;
  }
}
.slide6__emailModal .form__role__image:hover {
  border: 2px solid #4042ed;
  background-color: #f2f0fe;
}
.slide6__emailModal .form__role__image svg path {
  fill: #22272f;
}
.slide6__emailModal .form__role__image:hover svg path {
  fill: #4734f7;
}
.slide6__emailModal .form__role__image:last-child {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .slide6__emailModal .form__role__image:last-child {
    width: calc(50% - 6px);
  }
}
.slide6__emailModal .form__role__image p {
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  margin: 0;
  margin-top: 7px;
}
.slide6__emailModal .form__role__image__active {
  border: 2px solid #4042ed;
  background-color: #f2f0fe;
}
.slide6__emailModal .form__role__image__active svg path {
  fill: #4734f7;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes translateY {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translateY {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes translateSmallY {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translateSmallY {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
.sib-input input {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 2px solid #000000 !important;
  font-family: "Galano Grotesque" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 32px !important;
  line-height: 132% !important;
  color: #000000 !important;
  outline: none !important;
  padding: 16px 8px !important;
  height: auto !important;
}

.sib-input .entry__field {
  border: 0 !important;
  outline: none !important;
}

.sib-form {
  padding: 0 !important;
  background-color: transparent !important;
}

.sib-form-block__button {
  padding: 23px 0px !important;
  text-align: center !important;
  gap: 8px;
  max-width: 635px;
  width: 100%;
  height: 88px !important;
  background: #4734f7 !important;
  border-radius: 83px;
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 500;
  font-size: 32px !important;
  line-height: 132% !important;
  color: #ffffff;
  margin-top: 46px !important;
  border-radius: 73px !important;
  box-sizing: border-box !important;
  cursor: pointer;
}

.entry__choice__conteiner {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .entry__choice__conteiner {
    flex-wrap: wrap;
  }
}

#sib-container {
  border: 0 !important;
  padding: 0 !important;
  max-width: 1000% !important;
  outline: none;
}

.sib-form-block {
  padding: 0 !important;
}

.sib-form .input_replaced {
  opacity: 0;
  position: absolute !important;
  width: 30px !important;
  z-index: 232 !important;
  display: block;
  cursor: pointer;
}

.clickable__icon {
  width: 100% !important;
  height: 100% !important;
  margin-right: 0 !important;
}

.entry__choice {
  width: 25% !important;
  padding-left: 0 !important;
  margin: 0 !important;
  text-indent: 0 !important;
}
@media only screen and (max-width: 991px) {
  .entry__choice {
    width: 50% !important;
  }
}

.entry__choice .form__role__image {
  width: calc(100% - 6px) !important;
}

.entry__label[for=ROLE] {
  padding: 40px 0 12px 0 !important;
  font-family: "Galano Grotesque" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 33px !important;
  margin: 0 !important;
  text-align: left !important;
}

.term {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 1000;
  background-color: #ffffff;
  display: none;
}
.term__scroll {
  height: 100vh;
  overflow-y: scroll;
  position: relative;
}
.term__header {
  width: 100%;
  max-width: 1366px;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.term__header .logo {
  position: absolute;
  top: 88px;
  left: 40px;
  width: 108px;
  height: 20.58px;
  z-index: 2;
  display: block;
}
@media only screen and (max-width: 991px) {
  .term__header .logo {
    display: none;
  }
}
.term__header .logoMobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .term__header .logoMobile {
    display: block;
    top: 75px;
    left: 0px;
  }
}
.term__header__close {
  position: absolute;
  right: 40px;
  top: 88px;
}
.term__header__close:hover__line {
  transform: rotate(90deg) !important;
}
.term__header__close__line {
  height: 16.5px;
  width: 2px;
  background-color: #29302c;
  position: absolute;
  top: 0;
  transition: 0.3s;
  left: 0;
  cursor: pointer;
}
.term__header__close__line:first-child {
  transform: rotate(45deg);
}
.term__header__close__line:last-child {
  transform: rotate(-45deg);
}
.term__conteiner {
  width: 100%;
  max-width: 1082px;
  margin: 0 auto 116px auto;
  position: relative;
  padding-top: 200px;
  height: auto;
}
.term__conteiner p {
  font-family: "Galano Grotesque";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}

.sib-form-block a {
  color: rgb(71, 52, 247) !important;
}

.sib-optin .entry__choice {
  width: 100% !important;
}

span[data-required="*"] {
  display: none !important;
}

.sib-form .input {
  padding: 16px 8px !important;
  font-family: "Galano Grotesque" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  outline: none !important;
}

.sib-form .input:focus {
  border-color: #4734f7 !important;
}

.sib-form .input::-moz-placeholder {
  font-family: "Galano Grotesque" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #8b918d !important;
}

.sib-form .input:-ms-input-placeholder {
  font-family: "Galano Grotesque" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #8b918d !important;
}

.sib-form .input::placeholder {
  font-family: "Galano Grotesque" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #8b918d !important;
}

.sib-form-block__button {
  position: relative;
}

.sib-form-block__button-with-loader svg {
  position: absolute !important;
  display: none !important;
  top: 0 !important;
  right: 0 !important;
}

#PERSONALITY {
  display: none !important;
}

#SLUG {
  display: none !important;
}

.entry__error {
  background-color: transparent !important;
}

@media only screen and (max-width: 600px) {
  .slide6__emailModal .form__role__image p {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 600px) {
  .slide6__emailModal__conteiner p {
    font-size: 16px !important;
  }
}/*# sourceMappingURL=style.css.map */