@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Fira+Sans:wght@400;700&display=swap");
@font-face {
  font-family: 'Just tell';
  src: url("fonts/Just tell me what.eot");
  src: url("fonts/Just tell me what.eot?#iefix") format("embedded-opentype"), url("fonts/Just tell me what.woff2") format("woff2"), url("fonts/Just tell me what.woff") format("woff"), url("fonts/Just tell me what.svg#Just tell me what") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0021-0326; }
@font-face {
  font-family: 'Amasis MT Pro';
  src: url("fonts/AmasisMTPro-Medium.woff2") format("woff2"), url("fonts/AmasisMTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html {
  overflow-y: auto;
  min-height: 100%; }

body {
  font-family: "Amasis MT Pro", Calibri, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #05486a;
  margin: 0px;
  padding: 0px;
  color: #333;
  overflow: hidden; }

select, input, textarea {
  font-family: "Amasis MT Pro", Calibri, Arial, Helvetica, sans-serif; }

a {
  text-decoration: none; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.wow {
  visibility: hidden; }

.hello, .forbidden {
  width: 100%;
  height: auto;
  line-height: 26px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold; }

.hello {
  background-color: #1c344d;
  background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%); }

.forbidden {
  background-color: #d00; }

.start-holder {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  background-color: #1c344d;
  background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%);
  animation-name: introSlideOut;
  animation-duration: 2s;
  animation-fill-mode: forwards; }

@keyframes introSlideOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(calc(-100% - 350px)); } }
.intro-svg-wrapper-holder {
  width: 100%;
  position: absolute;
  height: 350px;
  left: 0;
  bottom: -340px; }

.intro-svg-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 0; }

.bounceInDown_sec {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-direction: normal;
  will-change: transform;
  -webkit-animation-name: bounceInDown2;
  -webkit-animation-duration: 1s;
  animation-name: bounceInDown2;
  animation-duration: 1s; }

@-webkit-keyframes bounceInDown2 {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform; }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown2 {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform; }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.splash-holder {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: calc(-100vh - 400px);
  left: 0;
  z-index: 1000;
  background-color: #1c344d;
  background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%); }

.splash-holder-active {
  top: 0; }

.splash-svg-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1000;
  bottom: -35vh;
  left: 0; }

.search-holder {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: fixed;
  top: 15px;
  right: 55px;
  z-index: 101;
  overflow: hidden;
  transition: 0.3s ease-in-out all; }

.search-holder-open {
  width: 300px; }

.search-btn {
  position: absolute;
  width: 30px;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer; }

.search-form {
  width: 300px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between; }

.search-form-open {
  display: flex; }

.search-input {
  width: 269px;
  height: 30px;
  border: none;
  padding: 0 8px;
  font-size: 16px; }

.search-submit {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  margin: 0;
  cursor: pointer; }

.search-submit-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0; }

.back-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  z-index: 101;
  cursor: pointer; }

/* ------------------------------------------------------------------------------- menu ------------------------------------------------------------------------------- */
.menu-btn {
  display: none !important; }

.menu-holder {
  width: 160px;
  height: 100vh;
  position: fixed;
  left: -200px;
  top: 0;
  z-index: 999;
  transition: 0.3s ease-in-out all;
  z-index: 4000; }

.menu-holder-closed {
  transform: translateX(-500px); }

.logo {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url(../../Images/logo.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #19293d; }

.logo2 {
  position: fixed;
  z-index: 999;
  top: 40px;
  left: 30px;
  width: 100px; }

.menu-svg-holder {
  display: none;
  width: 120vh;
  height: 216px;
  position: absolute;
  top: -10vh;
  left: -120vh;
  transform: rotate(-90deg);
  transform-origin: top right;
  background-color: #1c344d;
  background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%); }

.menu-svg-wrapper {
  width: 100%;
  position: absolute;
  top: 215px; }

.menu-wave {
  position: absolute;
  top: 0;
  height: 100vh;
  right: -11.85vh; }

.menu-holder:hover {
  left: 0; }

.menu {
  display: none;
  width: 40px;
  height: 378px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 210px;
  transition: 0.3s ease-in-out all; }

.menu a {
  color: #fff; }

.menu-item {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 30px; }

.menu-icon {
  width: 36px;
  float: left;
  margin-right: 10px;
  transition: 0.3s ease-in-out all; }

.menu-text {
  opacity: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 7px;
  text-transform: uppercase;
  transition: 0.1s ease-in-out all; }

.menu-text-solo {
  line-height: 40px;
  padding-top: 0; }

.menu-text font {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none; }

.menu-holder:hover .menu {
  left: 20px;
  width: 240px; }

.menu-holder:hover .menu-text {
  opacity: 1;
  transition: 0.3s ease-in-out all 0.3s; }

.menu-item:hover {
  transform: scale(1.1, 1.1);
  transform-origin: center left; }

.menu-item:hover .menu-icon {
  filter: grayscale(100%) brightness(500%); }

.menu-item:hover .menu-text {
  color: #fff; }

.menu-social-icon {
  width: 18px;
  margin-right: 8px;
  margin-top: 4px; }

/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.center-text {
  text-align: center; }

.left-text {
  text-align: left; }

.right-text {
  text-align: right; }

.gray-text {
  color: #aaa; }

.no-border {
  border: none; }

.no-border-bottom {
  border-bottom: none; }

.no-padd {
  padding: 0; }

.no-background {
  background-color: transparent; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.marg-top-25 {
  margin-top: 25px; }

.opac-0 {
  opacity: 0; }

.inverted {
  filter: invert(100%); }

.hr-divider {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 25px 0; }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between; }

.flex-container-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around; }

.clear {
  clear: both; }

.center-element {
  margin: 0 auto; }

.blue-bg {
  background-color: #4fa8e7;
  transition: 0.3s ease-in-out background; }

.purple-bg {
  background-color: #ac58e6;
  transition: 0.3s ease-in-out background; }

.orange-bg {
  background-color: #e6a258;
  transition: 0.3s ease-in-out background; }

.red-bg {
  background-color: #dc4242;
  transition: 0.3s ease-in-out background; }

.green-bg {
  background-color: #8bcc7a;
  transition: 0.3s ease-in-out background; }

.blue-bg:hover {
  background-color: #008ae1; }

.purple-bg:hover {
  background-color: #8434bc; }

.orange-bg:hover {
  background-color: #d37c1e; }

.red-bg:hover {
  background-color: #ad0c0c; }

.green-bg:hover {
  background-color: #58bb3d; }

.red-hover {
  color: inherit; }

.orange-text {
  color: #e6a258; }

.green-text {
  color: #8bcc7a; }

.red-text, .red-hover:hover {
  color: #dc4242; }

.blue-text {
  color: #008ae1; }

.purple-text {
  color: #ac58e6; }

.border-bottom-3 {
  border-bottom: 3px solid; }

.orange-border {
  border-color: #e6a258; }

.green-border {
  border-color: #8bcc7a; }

.red-border {
  border-color: #dc4242; }

.blue-border {
  border-color: #008ae1; }

.purple-border {
  border-color: #ac58e6; }

.cat-menu-container {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 11;
  padding: 0 15px;
  border-bottom: 1px solid #f9f9f9; }

.disp-mob {
  display: none; }

.disp-desk {
  display: block; }

@media screen and (max-width: 1030px) {
  .disp-mob {
    display: block; }

  .disp-desk {
    display: none; }

  .search-holder {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    right: 100px;
    z-index: 1000; }

  .search-holder-open {
    width: calc(100% - 110px); }

  .search-btn {
    width: 36px; }

  .search-form {
    width: 100%;
    height: 36px;
    display: flex;
    top: -100px; }

  .search-form-open {
    display: flex;
    top: 0; }

  .search-input {
    width: calc(100% - 40px);
    height: 36px;
    border: none;
    padding: 0 8px;
    font-size: 16px; }

  .search-submit {
    width: 36px;
    height: 36px; }

  .search-submit-icon {
    width: 36px;
    height: 36px; }

  .back-btn {
    position: fixed;
    top: 15px;
    right: 55px;
    width: 36px;
    z-index: 1000;
    cursor: pointer; }

  /* ------------------------------------------------------------------------------- menu ------------------------------------------------------------------------------- */
  .menu-holder {
    width: 100vw;
    height: calc(100vh + 30px);
    position: fixed;
    left: 0;
    top: -100vh;
    transition: 0.8s ease-in-out all; }

  .menu-holder-open {
    top: 0; }

  .logo {
    transform: scale(0.7, 0.7);
    transform-origin: top left;
    top: 10px;
    left: 10px; }

  .menu-btn {
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 100;
    width: 36px; }

  .menu-svg-holder {
    width: 110vw;
    height: calc(100vh + 30px);
    position: absolute;
    top: 0;
    left: -5vw;
    transform: rotate(0deg); }

  .menu-svg-wrapper {
    top: calc(100vh + 20px); }

  .menu-wave {
    position: absolute;
    top: 0;
    height: 100vh;
    right: -11.85vh; }

  .menu-holder:hover {
    left: 0; }

  .menu {
    width: 240px;
    left: 40px;
    top: -60px; }

  .menu-holder:hover .menu {
    left: 40px; }

  .menu-text {
    opacity: 1;
    color: #fff; }

  .menu-item {
    transform: scale(1.1, 1.1); }

  .menu-icon {
    filter: grayscale(100%) brightness(500%); } }
.just-tell {
  font-family: 'Just tell'; }

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../../Images/bg-first.jpg");
  background-position: center center;
  background-size: cover; }
  .background .bg_blur {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.6s all ease;
    display: none;
    opacity: 0;
    background-image: url("../../Images/bg-first.jpg");
    background-position: center center;
    background-size: cover; }
    .background .bg_blur.show {
      display: block; }
    .background .bg_blur.animate {
      opacity: 1; }
  .background.new_bg {
    background-image: url("../../Images/bg-pezziepoezie-min.jpg"); }
    .background.new_bg .bg_blur {
      background-image: url("../../Images/bg-pezziepoezie-min.jpg"); }
  .background .bg_no_blur {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.6s all ease;
    display: none;
    opacity: 0;
    background-image: url("../../Images/bg_no_blur.jpg");
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .background .bg_no_blur {
        background-position: top center;
        background-image: url("../../Images/bg_mobile.jpg"); } }
    .background .bg_no_blur.show {
      display: block; }
    .background .bg_no_blur.animate {
      opacity: 1; }

.go-away {
  transform: translateX(-250%); }

.footer_splash {
  position: fixed;
  height: 810px;
  width: 100%;
  bottom: 0px;
  pointer-events: none;
  z-index: 2000;
  transition: all 0.5s ease; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .footer_splash {
      background-position: right -23px bottom -32px; } }
  .footer_splash .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 1;
    background-image: url("../../Images/bottom_bg_new.png");
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 1.3s ease; }
    .footer_splash .bg.hide_anim {
      opacity: 0;
      top: 350px; }
  .footer_splash .image_pack {
    position: absolute;
    width: 16vw;
    right: 20px;
    padding-top: 23%;
    bottom: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: calc(18vw / 3);
    right: 1vw; }
  .footer_splash .footer_zodiac {
    position: absolute;
    width: 50%;
    height: 50%;
    bottom: 70px;
    right: 0px;
    opacity: 1;
    background-image: url("../../Images/zodiac_round.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: all 1.3s ease;
    z-index: -1;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .footer_splash .footer_zodiac {
        width: 80%;
        height: 50%;
        bottom: 10px; } }
  .footer_splash .splash_left {
    position: absolute;
    width: 90%;
    height: 810px;
    left: 0px;
    bottom: 0px;
    opacity: 1;
    background-image: url("../../Images/splash_left_new_v2.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    transition: all 1.3s ease;
    z-index: -1;
    background-size: 100%;
    left: -100%; }
    .footer_splash .splash_left.go_in {
      left: 0px; }

.campaign {
  position: relative;
  font-family: 'Fira Sans';
  color: #fff;
  width: 100vw;
  z-index: 200;
  min-height: 82vh; }
  .campaign a {
    color: #fff; }
    .campaign a:hover, .campaign a:focus {
      color: #fff; }

.bttn_red {
  position: relative;
  background: #E22313;
  padding: 11px 19px 8px 19px;
  font-size: 20px;
  border-radius: 30px;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px; }
  .bttn_red.fullwidth {
    width: 100%; }
  .bttn_red.capitalize {
    text-transform: uppercase; }
  .bttn_red:hover, .bttn_red:active, .bttn_red:focus {
    text-decoration: none; }
  .bttn_red span.arrow {
    background-image: url("../../Images/arrows_btn.png");
    position: absolute;
    width: 40px;
    height: 30px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px center;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

.bttn_transparent {
  position: relative;
  background: transparent;
  padding: 9px 79px 10px 39px;
  font-size: 19px;
  border-radius: 30px;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #fff; }
  .bttn_transparent.fullwidth {
    width: 100%; }
  .bttn_transparent.capitalize {
    text-transform: uppercase; }
  .bttn_transparent:hover, .bttn_transparent:active, .bttn_transparent:focus {
    text-decoration: none; }
  .bttn_transparent span.arrow {
    background-image: url("../../Images/arrows_btn.png");
    position: absolute;
    width: 40px;
    height: 30px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px center;
    right: 13px;
    top: 50%;
    transform: translateY(-50%); }

.title_global,
.subtitle_global {
  text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }

.title_global {
  font-size: 2.8vw;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .title_global {
      font-size: 7.3vw; } }

.subtitle_global {
  font-size: 2.15vw;
  line-height: 1.5vw;
  margin-top: 20px;
  margin-bottom: 2vw; }
  @media screen and (max-width: 767px) {
    .subtitle_global {
      font-size: 5.8vw;
      line-height: 6.3vw;
      margin-top: 0px;
      margin-bottom: 4vw; } }
  .subtitle_global span {
    color: #E22313;
    text-shadow: 2px 2px 0 #FFFFFF,  2px -2px 0 #FFFFFF,  -2px 2px 0 #FFFFFF,  -2px -2px 0 #FFFFFF,  2px 0px 0 #FFFFFF,  0px 2px 0 #FFFFFF,  -2px 0px 0 #FFFFFF,  0px -2px 0 #FFFFFF; }

.container_step_0 {
  position: relative;
  height: 100vh;
  width: 100%; }

.step-0 {
  display: block;
  position: relative;
  z-index: 200000;
  margin-top: 15vh;
  margin-left: 28vw;
  width: 44vw;
  transition: .6s;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .step-0 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      margin-top: 120px;
      min-height: calc(100vh - 95px); } }
  .step-0 h1 {
    font-size: 2.8vw;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .step-0 h1 {
        font-size: 7.8vw;
        margin-bottom: 10vw; } }
  .step-0 .custom_intro-img {
    width: 100%;
    max-width: 750px;
    display: block;
    margin: auto;
    margin-bottom: 20px; }
  .step-0 p {
    font-size: 20px;
    margin-bottom: 20px; }
  .step-0 .button_start {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 200px; }
    @media (max-width: 767px) {
      .step-0 .button_start {
        margin-bottom: 50px; } }
  .step-0 .custom_prize1-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -140px;
    max-width: 170px; }
    .step-0 .custom_prize1-img.desktop_img {
      display: block; }
    .step-0 .custom_prize1-img.mobile_img {
      display: none; }
    @media (max-width: 1600px) {
      .step-0 .custom_prize1-img {
        left: -100px;
        max-width: 150px; } }
    @media (max-width: 1199px) {
      .step-0 .custom_prize1-img {
        left: -170px;
        max-width: 150px; } }
    @media (max-width: 767px) {
      .step-0 .custom_prize1-img {
        max-width: 250px;
        position: static;
        display: block;
        margin: auto;
        width: 100%;
        margin-bottom: 200px; }
        .step-0 .custom_prize1-img.desktop_img {
          display: none; }
        .step-0 .custom_prize1-img.mobile_img {
          display: block; } }
  .step-0 .custom_prize2-img {
    position: absolute;
    z-index: 1;
    top: 70px;
    right: -170px;
    max-width: 170px; }
    .step-0 .custom_prize2-img.desktop_img {
      display: block; }
    .step-0 .custom_prize2-img.mobile_img {
      display: none; }
    @media (max-width: 1600px) {
      .step-0 .custom_prize2-img {
        right: -170px;
        max-width: 150px; } }
    @media (max-width: 1199px) {
      .step-0 .custom_prize2-img {
        right: -170px;
        max-width: 150px; } }
    @media (max-width: 767px) {
      .step-0 .custom_prize2-img {
        max-width: 250px;
        position: static;
        display: block;
        margin: auto;
        margin-bottom: 50px;
        width: 100%; }
        .step-0 .custom_prize2-img.desktop_img {
          display: none; }
        .step-0 .custom_prize2-img.mobile_img {
          display: block; } }

.step-1 {
  display: none;
  margin-left: 20vw;
  margin-top: 9vh;
  margin-bottom: 9vw;
  width: 54%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-1 {
      margin-top: 8vh;
      margin-left: 18vw;
      width: 62%; } }
  @media screen and (max-width: 767px) {
    .step-1 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      margin-top: 150px;
      min-height: calc(100vh - 95px); } }
  .step-1 h2 {
    font-size: 2.2vw;
    margin-bottom: 2.8vw;
    display: none; }
    .step-1 h2.active {
      display: block; }
    @media screen and (max-width: 767px) {
      .step-1 h2 {
        font-size: 7.8vw;
        margin-bottom: 10vw; } }
    @media screen and (max-width: 500px) {
      .step-1 h2 {
        font-size: 5.8vw;
        margin-bottom: 6vw; } }
  .step-1 .col-md-3, .step-1 .col-xs-6 {
    padding-left: 7px;
    padding-right: 7px; }
  .step-1 a {
    margin-top: 20px;
    padding-right: 19px;
    display: inline-block; }
  .step-1 .box_tip_zodie {
    position: relative;
    border-radius: 15px;
    padding: 40px 0px;
    border: 1px solid #447fa2;
    background: #195E87;
    transition: all 0.1s ease;
    font-size: 22px;
    cursor: pointer;
    z-index: 2; }
    @media screen and (max-height: 730px) and (min-width: 1031px) {
      .step-1 .box_tip_zodie {
        padding: 20px 0px; } }
    @media screen and (max-width: 767px) {
      .step-1 .box_tip_zodie {
        padding: 20px 0px;
        margin-bottom: 15px; } }
    .step-1 .box_tip_zodie .icon {
      display: block;
      margin: 0px auto;
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      opacity: 0.4; }
      .step-1 .box_tip_zodie .icon img {
        max-width: 100%; }
      @media screen and (max-height: 730px) and (min-width: 1031px) {
        .step-1 .box_tip_zodie .icon {
          margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .step-1 .box_tip_zodie .icon {
          margin-bottom: 10px;
          width: 60px;
          height: 60px; } }
    .step-1 .box_tip_zodie p {
      padding-bottom: 20px;
      padding-top: 20px; }
      @media screen and (max-height: 730px) and (min-width: 1031px) {
        .step-1 .box_tip_zodie p {
          padding-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .step-1 .box_tip_zodie p {
          padding-bottom: 10px; } }
      @media screen and (max-width: 500px) {
        .step-1 .box_tip_zodie p {
          padding-bottom: 0;
          font-size: 18px; } }
    .step-1 .box_tip_zodie .zodii {
      font-size: 20px;
      padding-left: 4px;
      padding-right: 4px;
      text-align: center; }
      @media screen and (max-height: 730px) and (min-width: 1031px) {
        .step-1 .box_tip_zodie .zodii {
          max-width: 210px;
          margin: 0px auto; } }
      @media screen and (max-width: 767px) {
        .step-1 .box_tip_zodie .zodii {
          max-width: 210px;
          margin: 0px auto; } }
      .step-1 .box_tip_zodie .zodii span {
        display: inline-block;
        width: calc(33.3% - 5px);
        font-size: 14.5px;
        float: left;
        border-radius: 11px;
        border: 1px solid white;
        margin-left: 5px;
        padding: 1px 2px; }
        @media screen and (max-height: 730px) and (min-width: 1031px) {
          .step-1 .box_tip_zodie .zodii span {
            float: none;
            width: auto;
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 2px;
            padding: 1px 9px; } }
        @media screen and (max-width: 767px) {
          .step-1 .box_tip_zodie .zodii span {
            float: none;
            width: auto;
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 2px;
            padding: 1px 9px; } }
    .step-1 .box_tip_zodie:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0px;
      opacity: 0.02;
      border-radius: 15px;
      transition: opacity 0.2s ease;
      background: white;
      background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5242471989) 41%, rgba(0, 0, 0, 0.8155637255) 80%, rgba(65, 65, 65, 0.9360119048) 100%);
      background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5242471989) 41%, rgba(0, 0, 0, 0.8155637255) 80%, rgba(65, 65, 65, 0.9360119048) 100%);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5242471989) 41%, rgba(0, 0, 0, 0.8155637255) 80%, rgba(65, 65, 65, 0.9360119048) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#414141",GradientType=1);
      z-index: -1; }
    .step-1 .box_tip_zodie.pamant:hover, .step-1 .box_tip_zodie.pamant.selected {
      background-color: #195E87; }
      .step-1 .box_tip_zodie.pamant:hover .icon, .step-1 .box_tip_zodie.pamant.selected .icon {
        opacity: 1; }
      .step-1 .box_tip_zodie.pamant:hover:before, .step-1 .box_tip_zodie.pamant.selected:before {
        opacity: 0.25; }
    .step-1 .box_tip_zodie.apa:hover, .step-1 .box_tip_zodie.apa.selected {
      background-color: #19C6F5; }
      .step-1 .box_tip_zodie.apa:hover .icon, .step-1 .box_tip_zodie.apa.selected .icon {
        opacity: 1; }
      .step-1 .box_tip_zodie.apa:hover:before, .step-1 .box_tip_zodie.apa.selected:before {
        opacity: 0.25; }
    .step-1 .box_tip_zodie.foc:hover, .step-1 .box_tip_zodie.foc.selected {
      background-color: #B28034; }
      .step-1 .box_tip_zodie.foc:hover .icon, .step-1 .box_tip_zodie.foc.selected .icon {
        opacity: 1; }
      .step-1 .box_tip_zodie.foc:hover:before, .step-1 .box_tip_zodie.foc.selected:before {
        opacity: 0.25; }
    .step-1 .box_tip_zodie.aer:hover, .step-1 .box_tip_zodie.aer.selected {
      background-color: #6BF5E6; }
      .step-1 .box_tip_zodie.aer:hover .icon, .step-1 .box_tip_zodie.aer.selected .icon {
        opacity: 1; }
      .step-1 .box_tip_zodie.aer:hover:before, .step-1 .box_tip_zodie.aer.selected:before {
        opacity: 0.25; }
  .step-1 .questions_dots {
    text-align: left;
    font-size: 0;
    position: absolute;
    bottom: 33px;
    left: 15px; }
    @media (max-width: 1199px) {
      .step-1 .questions_dots {
        display: none; } }
    .step-1 .questions_dots .question_dot {
      display: block;
      width: 20px;
      height: 20px;
      background: #fff;
      border-radius: 50%;
      display: inline-block;
      margin: 0 5px; }
      .step-1 .questions_dots .question_dot.active {
        background: #FF211C; }
  .step-1 .questions_dots-mobile {
    display: none;
    margin-top: 70px; }
    @media (max-width: 1199px) {
      .step-1 .questions_dots-mobile {
        display: block; } }
    .step-1 .questions_dots-mobile .question_dot {
      display: inline-block;
      width: 20px;
      vertical-align: middle; }
      .step-1 .questions_dots-mobile .question_dot svg {
        display: block;
        width: 100%; }
      .step-1 .questions_dots-mobile .question_dot .filled_heart {
        display: none; }
      .step-1 .questions_dots-mobile .question_dot.active .filled_heart {
        display: block; }
      .step-1 .questions_dots-mobile .question_dot.active .transparent_heart {
        display: none; }
  .step-1 .answers_list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .step-1 .answers_list .answer_item {
      border-radius: 89px;
      font-size: 18px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      padding: 12px 30px;
      margin-bottom: 20px;
      cursor: pointer;
      transition: .3s; }
      @media (max-width: 767px) {
        .step-1 .answers_list .answer_item {
          margin-bottom: 10px;
          padding: 12px 20px; } }
      .step-1 .answers_list .answer_item.active {
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.2); }
      .step-1 .answers_list .answer_item:hover {
        background: rgba(255, 255, 255, 0.2); }
      .step-1 .answers_list .answer_item:last-child {
        margin-bottom: 0; }
  .step-1 .test_wrapper .custom_answers {
    display: none; }
    .step-1 .test_wrapper .custom_answers.active {
      display: block; }
  .step-1 .error_campain {
    display: none;
    background: red;
    border-radius: 50px;
    padding: 12px 19px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    max-width: 300px;
    margin: 20px auto 0 auto; }
  @media screen and (max-width: 767px) {
    .step-1 .button_start {
      margin-bottom: 100px; } }

.step-2 {
  position: absolute;
  display: block;
  opacity: 0;
  margin-left: 23vw;
  margin-top: 17vh;
  width: 54%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-2 {
      margin-top: 17vh; } }
  @media screen and (max-width: 767px) {
    .step-2 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 120px;
      text-align: center;
      min-height: calc(100vh - 95px); } }
  .step-2 h1 {
    font-size: 2.6vw;
    margin-bottom: 2.6vw; }
    @media screen and (max-width: 767px) {
      .step-2 h1 {
        font-size: 7.8vw;
        margin-bottom: 10vw; } }
  .step-2 p {
    font-size: 20px;
    margin-bottom: 20px; }
  .step-2 a {
    margin-top: 20px;
    padding-right: 19px; }
  .step-2 .carousel_perg {
    position: relative;
    max-width: 600px;
    margin: 0px auto; }
    .step-2 .carousel_perg .stilou {
      position: absolute;
      z-index: 20;
      width: 50%;
      left: -18%;
      top: -30%;
      pointer-events: none; }
      @media screen and (max-width: 750px) {
        .step-2 .carousel_perg .stilou {
          width: 50%;
          top: 3%;
          left: -15%; } }
  @media screen and (max-width: 767px) {
    .step-2 .container_pergament {
      padding-right: 0px;
      padding-left: 0px; } }
  .step-2 .pergament {
    position: relative;
    margin: 0px auto;
    height: 20px;
    max-width: 520px;
    background-image: url("../../Images/pergament.png");
    padding-top: 49%;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .step-2 .pergament {
        padding-top: 82%; } }
    .step-2 .pergament .texts {
      opacity: 0;
      visibility: hidden;
      color: #000;
      position: absolute;
      top: 45%;
      transform: translateX(-50%) translateY(-50%);
      left: 50%;
      width: 60%;
      text-align: center;
      font-size: 17px;
      color: #581A1A;
      padding-top: 30px;
      transition: all 2.2s ease;
      height: auto;
      overflow: hidden;
      				/*&.show {  
      					height: 150px;
      	 				@media screen and (max-width: 767px){  
      	 					// height: 190px;
      
          						height: 41vw;
      	 				}
      				}*/ }
      .step-2 .pergament .texts.active {
        opacity: 1;
        visibility: visible; }
      .step-2 .pergament .texts.dnone {
        display: none; }
      @media screen and (max-width: 767px) {
        .step-2 .pergament .texts {
          font-size: 2.8vw; } }
      @media screen and (max-width: 550px) {
        .step-2 .pergament .texts {
          font-size: 3.8vw; } }
  .step-2 .checkbox_area {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 125px;
    top: 8px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .step-2 .checkbox_area {
        right: 45px;
        top: -2px; } }
  .step-2 .checkbox {
    position: absolute;
    top: 12px;
    left: 25px;
    width: 50px;
    height: 50px;
    z-index: 20;
    background-image: url("../../Images/checkboxes_pergament.png");
    background-size: 100px;
    background-position: -1px -3px; }
    .step-2 .checkbox.active {
      background-position: -46px -3px; }
  .step-2 .error_campain {
    position: absolute;
    display: none;
    margin: 0 !important;
    background: red;
    border-radius: 50px;
    padding: 12px 19px;
    color: #fff;
    opacity: 1 !important;
    z-index: 1000;
    top: 30px;
    right: 180px;
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      .step-2 .error_campain {
        top: 19px;
        right: 100px; } }
  @media screen and (max-width: 767px) {
    .step-2 .button_start {
      margin-bottom: 100px; } }
  .step-2 .owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #D9D9D9;
    width: 50px;
    height: 6px;
    transition: all .5s ease; }
  .step-2 .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    width: 100px;
    background: #EB010F; }
  .step-2 .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #EB010F; }
  .step-2 .owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2000;
    height: 0px; }
    @media screen and (max-width: 767px) {
      .step-2 .owl-carousel.owl-theme .owl-nav {
        position: relative;
        height: 80px;
        max-width: 0px;
        margin: 0px auto;
        top: 0px;
        transform: none; } }
    .step-2 .owl-carousel.owl-theme .owl-nav button {
      padding: 20px !important;
      border-radius: 100px !important;
      overflow: hidden;
      background: rgba(0, 0, 0, 0.14);
      width: 90px;
      height: 90px;
      position: absolute;
      left: -120px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("../../Images/arrow_slider.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 50%; }
      @media screen and (max-width: 767px) {
        .step-2 .owl-carousel.owl-theme .owl-nav button {
          width: 50px;
          height: 50px;
          left: -70px;
          top: 0px;
          transform: none; } }
      .step-2 .owl-carousel.owl-theme .owl-nav button span {
        opacity: 0; }
      .step-2 .owl-carousel.owl-theme .owl-nav button.owl-next {
        right: -120px;
        left: auto; }
        @media screen and (max-width: 767px) {
          .step-2 .owl-carousel.owl-theme .owl-nav button.owl-next {
            right: -70px; } }
      .step-2 .owl-carousel.owl-theme .owl-nav button.owl-prev {
        transform: translateY(-50%) rotate(180deg); }
        @media screen and (max-width: 767px) {
          .step-2 .owl-carousel.owl-theme .owl-nav button.owl-prev {
            transform: rotate(180deg); } }

.step-3, .step-4, .step-5 {
  display: none;
  margin-left: 23vw;
  margin-top: 13vh;
  width: 54%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-3, .step-4, .step-5 {
      margin-top: 3vh; } }
  @media screen and (max-width: 767px) {
    .step-3, .step-4, .step-5 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 120px;
      text-align: center;
      min-height: calc(100vh - 95px); } }
  .step-3 h1, .step-4 h1, .step-5 h1 {
    font-size: 2.6vw;
    margin-bottom: 2.6vw; }
    @media screen and (max-width: 767px) {
      .step-3 h1, .step-4 h1, .step-5 h1 {
        font-size: 7.8vw;
        margin-bottom: 10vw; } }
  .step-3 .questions, .step-4 .questions, .step-5 .questions {
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 670px; }
    .step-3 .questions .question, .step-4 .questions .question, .step-5 .questions .question {
      cursor: pointer;
      padding: 10px 20px;
      border-radius: 40px;
      border: 1px solid white;
      margin-bottom: 20px;
      font-size: 18px;
      background: #286992;
      transition: all .2s ease; }
      .step-3 .questions .question.selected, .step-4 .questions .question.selected, .step-5 .questions .question.selected {
        background: #E22313; }
  .step-3 .error_campain, .step-4 .error_campain, .step-5 .error_campain {
    display: none;
    background: red;
    border-radius: 50px;
    padding: 12px 19px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    max-width: 300px;
    margin: -10px auto 10px auto; }
  @media screen and (max-width: 767px) {
    .step-3 .button_start, .step-4 .button_start, .step-5 .button_start {
      margin-bottom: 100px; } }

.step-6 {
  display: none;
  margin-left: 13vw;
  margin-top: 16vh;
  width: 70%;
  transition: .6s; }
  @media screen and (max-width: 767px) {
    .step-6 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 120px;
      text-align: center;
      min-height: calc(100vh - 95px); } }
  .step-6 h1 {
    font-size: 2.6vw;
    margin-bottom: 2.6vw; }
    @media screen and (max-width: 767px) {
      .step-6 h1 {
        font-size: 7.8vw;
        margin-bottom: 10vw; } }
  .step-6 p {
    font-size: 20px;
    max-width: 500px;
    margin: 0px auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .step-6 p {
        font-size: 17px; } }
  @media screen and (max-width: 767px) {
    .step-6 .button_start {
      margin-bottom: 30px; } }

.step-7 {
  display: none;
  margin-left: 23vw;
  margin-top: 13vh;
  width: 45%;
  position: relative;
  transition: .6s; }
  @media screen and (max-width: 767px) {
    .step-7 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 120px;
      text-align: center;
      min-height: calc(100vh - 95px); } }
  .step-7 h1 {
    font-size: 2.6vw;
    margin-bottom: 2.6vw;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .step-7 h1 {
        font-size: 7.8vw;
        margin-bottom: 10vw; } }
  .step-7 form {
    margin-bottom: 200px; }
    @media (max-width: 767px) {
      .step-7 form {
        margin-bottom: 50px; } }
    .step-7 form input {
      font-family: 'Fira Sans'; }
    .step-7 form input.input_design {
      width: 100%;
      margin-bottom: 20px;
      border-radius: 20px;
      padding: 11px 14px 10px 14px;
      border: 1px solid #707070;
      color: #464646;
      font-family: 'Fira Sans';
      font-size: 18px; }
    .step-7 form .radio_container {
      position: relative;
      margin-bottom: 5px;
      display: inline-block; }
      .step-7 form .radio_container label {
        position: relative;
        display: block;
        margin-top: 2px;
        margin-bottom: 0px;
        margin-left: 30px;
        font-weight: 400;
        text-align: left;
        line-height: 22px;
        color: #fff; }
        .step-7 form .radio_container label a {
          color: #fff;
          font-weight: bold;
          text-decoration: underline; }
        .step-7 form .radio_container label.checked:before {
          display: inline-block;
          background-position: -12px -58px; }
        .step-7 form .radio_container label:before {
          content: "";
          position: absolute;
          display: inline-block;
          top: 0px;
          left: -30px;
          width: 28px;
          height: 25px;
          background: transparent url(../../Images/sprite_checkbox.png) no-repeat center;
          background-position: -12px -8px;
          background-size: 102px; }
      .step-7 form .radio_container input[type="radio"] {
        position: absolute;
        height: 0px;
        width: 0px;
        left: 0px;
        top: 0px;
        opacity: 0; }
    .step-7 form .checkbox_container {
      position: relative;
      margin-bottom: 5px; }
      .step-7 form .checkbox_container label {
        position: relative;
        display: block;
        margin-top: 2px;
        margin-bottom: 0px;
        margin-left: 30px;
        font-weight: 400;
        text-align: left;
        line-height: 22px;
        color: #fff; }
        .step-7 form .checkbox_container label a {
          color: #fff;
          font-weight: bold;
          text-decoration: underline; }
        .step-7 form .checkbox_container label.checked:before {
          display: inline-block;
          background-position: -60px -7px; }
        .step-7 form .checkbox_container label:before {
          content: "";
          position: absolute;
          display: inline-block;
          top: 0px;
          left: -30px;
          width: 28px;
          height: 25px;
          background: transparent url(../../Images/sprite_checkbox.png) no-repeat center;
          background-position: -60px -56px;
          background-size: 102px; }
      .step-7 form .checkbox_container input[type="checkbox"] {
        position: absolute;
        height: 0px;
        width: 0px;
        left: 0px;
        top: 0px;
        opacity: 0; }
    .step-7 form .submit_form {
      display: block;
      position: relative; }
      .step-7 form .submit_form input.bttn_red {
        border: 0px;
        margin-top: 20px;
        display: block;
        width: 100%; }
      .step-7 form .submit_form .arrow {
        content: '';
        position: absolute;
        width: 40px;
        height: 30px;
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: 0px center;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
    .step-7 form .formError {
      left: auto !important;
      right: 0 !important;
      margin: 0 !important;
      min-width: 200px;
      background: red;
      border-radius: 10px;
      padding: 2px 9px;
      font-size: 12px;
      color: #fff;
      top: -16px !important;
      opacity: 1 !important;
      z-index: 1000; }
    .step-7 form .checkbox_container .formError {
      top: 0px !important;
      margin-top: 4px !important;
      margin-bottom: 10px !important; }
    .step-7 form .fake_error_container .formError {
      position: relative !important;
      top: 0px !important; }
  .step-7 .custom_prize1-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -120px;
    max-width: 170px; }
    .step-7 .custom_prize1-img.desktop_img {
      display: block; }
    .step-7 .custom_prize1-img.mobile_img {
      display: none; }
    @media (max-width: 1600px) {
      .step-7 .custom_prize1-img {
        left: -120px;
        max-width: 150px; } }
    @media (max-width: 1199px) {
      .step-7 .custom_prize1-img {
        left: -180px;
        max-width: 150px; } }
    @media (max-width: 767px) {
      .step-7 .custom_prize1-img {
        max-width: 250px;
        position: static;
        display: block;
        margin: auto;
        margin-bottom: 200px;
        width: 100%; }
        .step-7 .custom_prize1-img.desktop_img {
          display: none; }
        .step-7 .custom_prize1-img.mobile_img {
          display: block; } }
  .step-7 .custom_prize2-img {
    position: absolute;
    z-index: 1;
    top: 70px;
    right: -150px;
    max-width: 170px; }
    .step-7 .custom_prize2-img.desktop_img {
      display: block; }
    .step-7 .custom_prize2-img.mobile_img {
      display: none; }
    @media (max-width: 1600px) {
      .step-7 .custom_prize2-img {
        right: -170px;
        max-width: 150px; } }
    @media (max-width: 1199px) {
      .step-7 .custom_prize2-img {
        right: -170px;
        max-width: 150px; } }
    @media (max-width: 767px) {
      .step-7 .custom_prize2-img {
        max-width: 250px;
        position: static;
        display: block;
        margin: auto;
        margin-bottom: 50px;
        width: 100%; }
        .step-7 .custom_prize2-img.desktop_img {
          display: none; }
        .step-7 .custom_prize2-img.mobile_img {
          display: block; } }

.step-8 {
  display: none;
  margin-left: 23vw;
  margin-top: 10vh;
  width: 54%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-8 {
      margin-top: 10vh; } }
  @media screen and (max-width: 767px) {
    .step-8 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 95px;
      text-align: center;
      min-height: calc(100vh - 95px);
      padding-bottom: 100px; } }
  .step-8 .results_container {
    margin-bottom: 200px; }
  .step-8 h2 {
    font-size: 2.6vw;
    margin-bottom: 2vw; }
    @media (max-width: 767px) {
      .step-8 h2 {
        font-size: 30px;
        margin-bottom: 20px; } }
    @media (max-width: 500px) {
      .step-8 h2 {
        font-size: 24px; } }
  .step-8 .custom_results {
    display: none; }
    .step-8 .custom_results.active {
      display: block; }
    .step-8 .custom_results img {
      max-width: 240px;
      display: block;
      margin: auto; }
    .step-8 .custom_results p {
      font-size: 20px; }
      @media (max-width: 767px) {
        .step-8 .custom_results p {
          font-size: 18px;
          margin-bottom: 20px; } }
      @media (max-width: 500px) {
        .step-8 .custom_results p {
          font-size: 16px; } }
  .step-8 .bttn_red {
    max-width: 320px;
    display: block;
    margin: auto;
    margin-top: 2vw;
    margin-bottom: 10px; }
    @media (max-width: 500px) {
      .step-8 .bttn_red {
        font-size: 16px;
        max-width: 270px; } }
  .step-8 .bttn_white {
    max-width: 320px;
    display: block;
    margin: auto;
    position: relative;
    background: #FFFFFF;
    padding: 11px 19px 8px 19px;
    font-size: 20px;
    border-radius: 30px;
    color: #072E56 !important;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 500px) {
      .step-8 .bttn_white {
        font-size: 16px;
        max-width: 270px; } }
    .step-8 .bttn_white:hover {
      text-decoration: none; }

.step-9 {
  display: none;
  margin-left: 23vw;
  margin-top: 13vh;
  width: 54%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-9 {
      margin-top: 13vh; } }
  @media screen and (max-width: 1480px) {
    .step-9 {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .step-9 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 95px;
      text-align: center;
      min-height: calc(100vh - 95px);
      padding-bottom: 100px; } }
  .step-9 .inspiration_container {
    margin-bottom: 200px;
    width: 100%;
    margin-left: 0;
    text-align: center; }
  .step-9 h2 {
    font-size: 2.6vw;
    margin-bottom: 2vw; }
  .step-9 .custom_inspiration {
    display: none;
    position: relative; }
    .step-9 .custom_inspiration:after {
      content: '';
      display: block;
      clear: both; }
    .step-9 .custom_inspiration.active {
      display: inline-block; }
      @media (max-width: 1480px) {
        .step-9 .custom_inspiration.active {
          display: block; } }
    .step-9 .custom_inspiration h4 {
      font-size: 34px; }
    .step-9 .custom_inspiration .box_left {
      float: left;
      width: 47%;
      background: #fff;
      border-radius: 26px;
      padding: 40px;
      padding-top: 160px;
      transform: rotate(-5deg);
      margin-right: 28px; }
      @media (max-width: 1750px) {
        .step-9 .custom_inspiration .box_left {
          margin-right: 23px; } }
      @media (max-width: 1480px) {
        .step-9 .custom_inspiration .box_left {
          padding-top: 40px;
          padding-bottom: 60px;
          transform: none;
          text-align: center !important; } }
      .step-9 .custom_inspiration .box_left h4 {
        color: #13487F;
        margin: 0;
        padding: 0;
        margin-bottom: 20px; }
      .step-9 .custom_inspiration .box_left p {
        color: #000;
        font-size: 16px; }
      .step-9 .custom_inspiration .box_left .bttn_red {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px; }
        @media (max-width: 1750px) {
          .step-9 .custom_inspiration .box_left .bttn_red {
            font-size: 18px; } }
        @media (max-width: 1480px) {
          .step-9 .custom_inspiration .box_left .bttn_red {
            position: static; } }
    .step-9 .custom_inspiration .box_right {
      float: right;
      width: 47%;
      background: #0A54A1;
      border-radius: 26px;
      padding: 40px;
      transform: rotate(5deg);
      margin-left: 28px; }
      @media (max-width: 1750px) {
        .step-9 .custom_inspiration .box_right {
          margin-left: 23px; } }
      @media (max-width: 1480px) {
        .step-9 .custom_inspiration .box_right {
          transform: none !important;
          margin-top: -75px !important;
          padding-top: 60px !important; } }
      .step-9 .custom_inspiration .box_right img {
        width: 70px;
        display: block;
        margin: auto;
        margin-bottom: 20px; }
      .step-9 .custom_inspiration .box_right h4 {
        text-align: center;
        margin: 0;
        padding: 0 30px;
        margin-bottom: 20px; }
        @media (max-width: 1750px) {
          .step-9 .custom_inspiration .box_right h4 {
            padding: 0; } }
      .step-9 .custom_inspiration .box_right .gift_ideas {
        margin-bottom: 0; }
        @media (max-width: 1750px) {
          .step-9 .custom_inspiration .box_right .gift_ideas {
            padding-left: 10px; } }
    .step-9 .custom_inspiration .box_left, .step-9 .custom_inspiration .box_right {
      height: 560px;
      width: 430px;
      text-align: left;
      position: relative; }
      @media (max-width: 1750px) {
        .step-9 .custom_inspiration .box_left, .step-9 .custom_inspiration .box_right {
          width: 370px; } }
      @media (max-width: 1480px) {
        .step-9 .custom_inspiration .box_left, .step-9 .custom_inspiration .box_right {
          width: 100%;
          float: none;
          max-width: 400px;
          height: auto;
          margin: 0;
          display: block;
          margin: auto; } }
      @media (max-width: 390px) {
        .step-9 .custom_inspiration .box_left, .step-9 .custom_inspiration .box_right {
          padding-left: 20px;
          padding-right: 20px; } }
    .step-9 .custom_inspiration .heart_container {
      background: none;
      width: 200px;
      height: auto;
      transform: translateX(-50%);
      top: -100px;
      left: 50%;
      position: absolute;
      z-index: 1; }
      @media (max-width: 1480px) {
        .step-9 .custom_inspiration .heart_container {
          position: relative;
          transform: none;
          left: 0;
          top: -21px;
          margin: auto;
          z-index: 1;
          width: 150px; } }
      .step-9 .custom_inspiration .heart_container img {
        width: 100%;
        display: block; }
  .step-9 .bttn_red {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 2vw; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.step-2-old {
  margin-left: 7vw;
  margin-top: 0vh;
  width: 86%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-2-old {
      margin-top: 3vh; } }
  @media screen and (max-width: 1030px) {
    .step-2-old {
      margin-top: 22vw;
      width: 90%;
      margin-left: 5vw; } }
  @media screen and (max-width: 767px) {
    .step-2-old {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 95px;
      text-align: center;
      min-height: calc(100vh - 95px); } }
  .step-2-old .texts {
    display: none; }
    .step-2-old .texts:first-of-type {
      display: block; }
  .step-2-old .title {
    font-size: 2.3vw;
    text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 991px) {
      .step-2-old .title {
        font-size: 5.3vw; } }
    @media screen and (max-width: 767px) {
      .step-2-old .title {
        font-size: 9.3vw;
        padding-right: 0vw; } }
  .step-2-old .subtitle {
    font-size: 1vw;
    line-height: 1.2vw; }
    @media screen and (max-width: 991px) {
      .step-2-old .subtitle {
        font-size: 3.3vw;
        line-height: 3.5vw; } }
    @media screen and (max-width: 767px) {
      .step-2-old .subtitle {
        font-size: 3.8vw;
        line-height: 5vw;
        margin-bottom: 4vw; } }
  .step-2-old .subtitle_global {
    margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .step-2-old .subtitle_global {
        margin-bottom: 60px; } }
  .step-2-old .carousel {
    margin-top: -20px; }
    @media screen and (max-width: 767px) {
      .step-2-old .carousel {
        display: none; } }
    .step-2-old .carousel .carousel-item {
      width: 350px !important;
      height: auto !important;
      background: #fff;
      border-radius: 30px;
      overflow: hidden; }
      .step-2-old .carousel .carousel-item .title {
        font-weight: 400;
        font-size: 22px;
        color: #124B8F;
        text-shadow: none;
        padding: 10px 14px 7px 14px; }
      .step-2-old .carousel .carousel-item .img_container {
        position: relative; }
        .step-2-old .carousel .carousel-item .img_container img {
          max-width: 100%; }
        .step-2-old .carousel .carousel-item .img_container:after {
          content: '';
          position: absolute;
          pointer-events: none;
          background: transparent url(../../Images/play_btn2.png) no-repeat center;
          background-size: 100%;
          width: 90px;
          height: 90px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -55%); }
  .step-2-old .btn_share {
    position: relative;
    top: -30px; }
  .step-2-old .share_btn_mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .step-2-old .share_btn_mobile {
        display: block;
        position: absolute;
        width: 44px;
        height: 44px;
        top: -22px;
        right: 0px;
        z-index: 2000;
        background: transparent url(../../Images/share_btn.png) no-repeat center;
        background-size: contain; } }
  .step-2-old .slick-carousel {
    display: none;
    /* CSS rule for the third element in the Slick Slider */
    /* CSS rule for the third element in the Slick Slider */ }
    @media screen and (max-width: 767px) {
      .step-2-old .slick-carousel {
        display: block;
        position: absolute;
        left: 0px;
        opacity: 0; } }
    .step-2-old .slick-carousel .item a {
      display: block;
      background: #fff;
      border-radius: 30px;
      overflow: hidden;
      transition: all 0.4s ease;
      outline: none !important; }
      .step-2-old .slick-carousel .item a .title {
        font-weight: 400;
        font-size: 22px;
        color: #124B8F;
        text-shadow: none;
        min-height: 80px;
        padding: 10px 14px 7px 14px;
        display: table; }
        .step-2-old .slick-carousel .item a .title span {
          display: table-cell;
          vertical-align: middle; }
      .step-2-old .slick-carousel .item a .img_container {
        position: relative; }
        .step-2-old .slick-carousel .item a .img_container img {
          max-width: 100%; }
        .step-2-old .slick-carousel .item a .img_container:after {
          content: '';
          position: absolute;
          pointer-events: none;
          background: transparent url(../../Images/play_btn2.png) no-repeat center;
          background-size: 100%;
          width: 110px;
          height: 110px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -55%); }
    .step-2-old .slick-carousel .item.slick-slide.slick-active:not(.slick-cloned):not(.slick-current) + .item.slick-slide.slick-active + .item.slick-slide.slick-active a {
      /* Your styles here */
      transform: scale(0.6); }
    .step-2-old .slick-carousel .item.slick-slide.slick-active:not(.slick-current) a {
      /* second elem */
      transform: scale(0.8) translateY(10%);
      opacity: 0.8;
      filter: blur(3px); }
    .step-2-old .slick-carousel .item.slick-slide.slick-active:not(.slick-current) + .item.slick-slide.slick-active a {
      /* third elem */
      transform: scale(0.6) translateY(-30%);
      opacity: 0.6;
      filter: blur(5px); }
    .step-2-old .slick-carousel .item.slick-slide:not(.slick-active) a {
      transform: scale(0.6) translateY(-30%);
      opacity: 0.6;
      filter: blur(5px); }
    .step-2-old .slick-carousel .slick-prev {
      position: absolute;
      margin-top: -53px;
      width: 100%;
      left: 0px;
      top: 0px;
      background-image: url("../../Images/arrow_down.png");
      height: 40px;
      width: 100%;
      transform: rotate(180deg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50px;
      z-index: 2000; }
      .step-2-old .slick-carousel .slick-prev:before {
        display: none; }
    .step-2-old .slick-carousel .slick-next {
      position: absolute;
      margin-top: calc(62.6% + 80px);
      width: 100%;
      left: 0px;
      top: 0px;
      background-image: url("../../Images/arrow_down.png");
      height: 40px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50px;
      z-index: 2000; }
      .step-2-old .slick-carousel .slick-next:before {
        display: none; }
  .step-2-old .checkbox_area {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -25px;
    top: -7px;
    cursor: pointer; }
  .step-2-old .checkbox {
    position: absolute;
    top: 12px;
    left: 25px;
    width: 30px;
    height: 30px;
    border: 3px solid white;
    background: transparent; }
    .step-2-old .checkbox.active:after {
      content: '';
      position: absolute;
      display: block;
      left: 7px;
      top: 0px;
      width: 11px;
      height: 16px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .step-2-old .error_campain {
    position: absolute;
    display: none;
    margin: 0 !important;
    background: red;
    border-radius: 50px;
    padding: 12px 19px;
    color: #fff;
    opacity: 1 !important;
    z-index: 1000;
    top: 6px;
    left: 40px;
    font-size: 15px; }
  .step-2-old .img-slider {
    width: calc(100% - 50px);
    margin-left: 50px; }
  @media screen and (max-width: 767px) {
    .step-2-old .bttn_red {
      margin-top: 25px; } }
  .step-2-old .disclaimer {
    position: absolute;
    top: -60px;
    border: 2px solid white;
    display: inline-block;
    padding: 10px 7px 7px; }
    @media screen and (max-width: 991px) {
      .step-2-old .disclaimer {
        position: relative;
        font-size: 14px;
        top: 0px;
        max-width: 205px;
        line-height: 16px;
        text-align: left;
        display: block;
        margin-top: 40px;
        margin-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .step-2-old .disclaimer {
        margin-top: 20px; } }
  .step-2-old .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ffffff; }
  .step-2-old .owl-theme .owl-dots .owl-dot.active span,
  .step-2-old .owl-theme .owl-dots .owl-dot:hover span {
    background: #e22313; }
  .step-2-old .owl-carousel .owl-item img {
    cursor: pointer; }

.step-3-odl {
  display: none;
  margin-left: 13vw;
  margin-top: 16vh;
  width: 70%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-3-odl {
      margin-top: 6vh; } }
  @media screen and (max-width: 1030px) {
    .step-3-odl {
      margin-top: 22vw; } }
  @media screen and (max-width: 767px) {
    .step-3-odl {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      text-align: left; } }
  .step-3-odl .title {
    font-size: 2.3vw;
    text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 1199px) {
      .step-3-odl .title {
        font-size: 7.3vw;
        padding-right: 0vw; }
        .step-3-odl .title br {
          display: none; } }
  .step-3-odl .subtitle {
    font-size: 24px;
    line-height: 28px; }
    @media screen and (max-width: 1199px) {
      .step-3-odl .subtitle {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 4vw; } }
  @media screen and (max-width: 1199px) {
    .step-3-odl .form_title {
      font-size: 19px; } }

.step-4 {
  display: none;
  margin-left: 13vw;
  margin-top: 16vh;
  width: 70%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-4 {
      margin-top: 6vh; } }
  @media screen and (max-width: 1030px) {
    .step-4 {
      margin-top: 22vw; } }
  @media screen and (max-width: 767px) {
    .step-4 {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  .step-4 .title {
    font-size: 2.3vw;
    text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 767px) {
      .step-4 .title {
        font-size: 9.3vw;
        padding-right: 0vw; } }
  .step-4 .inscriere_share, .step-4 .success_inscriere {
    display: none; }
  .step-4 .subtitle {
    font-size: 1vw;
    line-height: 1.2vw; }
    @media screen and (max-width: 767px) {
      .step-4 .subtitle {
        font-size: 5.3vw;
        line-height: 6.3vw;
        margin-bottom: 4vw; } }
  .step-4 .fb_login_container {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px; }
    .step-4 .fb_login_container .icon {
      position: absolute;
      display: inline-block;
      max-width: 130px;
      margin-top: 0px; }
      @media screen and (max-width: 767px) {
        .step-4 .fb_login_container .icon {
          position: relative;
          margin: 0px auto;
          display: block;
          margin-bottom: 10px; } }
    .step-4 .fb_login_container .fblogin {
      display: inline-block;
      background: #124b8f;
      padding: 10px 12px;
      border-radius: 8px;
      border: 1px solid #fff;
      font-family: 'Fira Sans';
      font-weight: bold;
      padding-left: 40px;
      text-decoration: none;
      background-image: url("../../Images/fbicon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: 7px 7px; }
    .step-4 .fb_login_container .texts {
      display: inline-block;
      margin-left: 100px;
      line-height: 21px;
      margin-top: 1px;
      margin-bottom: 4px;
      font-weight: bold;
      font-size: 19px; }
      @media screen and (max-width: 767px) {
        .step-4 .fb_login_container .texts {
          margin-left: 0px; } }
  .step-4 .sharer {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px; }
    .step-4 .sharer .icon {
      position: absolute;
      display: inline-block;
      max-width: 70px;
      margin-top: 0px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .step-4 .sharer .icon {
          position: relative;
          margin: 0px auto;
          display: block;
          margin-bottom: 10px; } }
    .step-4 .sharer .texts {
      display: inline-block;
      margin-left: 80px;
      line-height: 21px;
      margin-top: 1px;
      margin-bottom: 4px;
      font-weight: bold;
      font-size: 19px; }
      @media screen and (max-width: 767px) {
        .step-4 .sharer .texts {
          margin-left: 0px; } }
  .step-4 .img_thank_you {
    position: relative;
    width: 140%;
    top: -20%;
    margin-top: -11%;
    left: -20%; }
    @media screen and (max-width: 1600px) {
      .step-4 .img_thank_you {
        margin-top: -4%; } }
    @media screen and (max-width: 1300px) {
      .step-4 .img_thank_you {
        left: 0px; } }
    @media screen and (max-width: 767px) {
      .step-4 .img_thank_you {
        width: 100%;
        margin-top: 30px;
        left: 0px;
        margin-bottom: 80px; } }

.page-video {
  margin-left: 13vw;
  margin-top: 16vh;
  width: 70%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .page-video {
      margin-top: 6vh; } }
  @media screen and (max-width: 1030px) {
    .page-video {
      margin-top: 22vw; } }
  @media screen and (max-width: 767px) {
    .page-video {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 32vw; } }
  .page-video .texts {
    display: none; }
    .page-video .texts:first-of-type {
      display: block; }
  .page-video .title {
    font-size: 2.3vw;
    text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 767px) {
      .page-video .title {
        font-size: 9.3vw;
        padding-right: 0vw; } }
  .page-video .subtitle {
    font-size: 1vw;
    line-height: 1.2vw; }
    @media screen and (max-width: 767px) {
      .page-video .subtitle {
        font-size: 5.3vw;
        line-height: 6.3vw;
        margin-bottom: 4vw; } }
  .page-video .checkbox_area {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -25px;
    top: -7px;
    cursor: pointer; }
  .page-video .checkbox {
    position: absolute;
    top: 12px;
    left: 25px;
    width: 30px;
    height: 30px;
    border: 3px solid white;
    background: transparent; }
    .page-video .checkbox.active:after {
      content: '';
      position: absolute;
      display: block;
      left: 7px;
      top: 0px;
      width: 11px;
      height: 16px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .page-video .error_campain {
    position: absolute;
    display: none;
    margin: 0 !important;
    background: red;
    border-radius: 50px;
    padding: 12px 19px;
    color: #fff;
    opacity: 1 !important;
    z-index: 1000;
    top: 6px;
    left: 40px;
    font-size: 15px; }
  .page-video .img-slider {
    width: calc(100% - 50px);
    margin-left: 50px; }
    @media screen and (max-width: 767px) {
      .page-video .img-slider {
        width: 100%;
        margin-left: 0px;
        height: 50vh;
        overflow: hidden;
        border-radius: 50px; } }
    @media screen and (max-width: 600px) {
      .page-video .img-slider {
        height: 45vh;
        border-radius: 30px; } }
    @media screen and (max-width: 400px) {
      .page-video .img-slider {
        height: 36vh;
        border-radius: 25px; } }
    @media screen and (max-width: 350px) {
      .page-video .img-slider {
        height: 33vh;
        border-radius: 30px; } }
    .page-video .img-slider img {
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .page-video .img-slider img {
          width: auto;
          height: 100%;
          max-width: initial;
          position: relative;
          left: 50%;
          transform: translateX(-50%); } }
  .page-video .disclaimer {
    position: absolute;
    top: -120px;
    border: 2px solid white;
    display: inline-block;
    padding: 10px 7px 7px; }
    @media screen and (max-width: 991px) {
      .page-video .disclaimer {
        position: relative;
        font-size: 14px;
        top: 0px;
        max-width: 205px;
        line-height: 16px;
        text-align: left;
        display: block;
        margin-top: 40px;
        margin-bottom: 100px; } }
  .page-video .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ffffff; }
  .page-video .owl-theme .owl-dots .owl-dot.active span,
  .page-video .owl-theme .owl-dots .owl-dot:hover span {
    background: #e22313; }

.message_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .message_popup .bg_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 800px;
    min-height: 400px;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.45);
    background-image: url("../../Images/bg_no_blur.jpg");
    background-position: center center;
    background-size: 1400px; }
    @media screen and (max-width: 767px) {
      .message_popup .bg_container {
        height: auto; } }
  .message_popup h2 {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    margin-top: 140px; }
    @media screen and (max-width: 767px) {
      .message_popup h2 {
        width: 90%;
        margin-top: 80px; } }
  .message_popup .close {
    position: absolute;
    right: 0px;
    top: -5px;
    color: #fff;
    padding: 30px;
    line-height: 5px;
    font-size: 50px;
    font-family: 'Just tell';
    cursor: pointer; }
  .message_popup.popup_pasi {
    display: none; }
    .message_popup.popup_pasi h2 {
      text-align: left;
      margin-top: 40px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .message_popup.popup_pasi h2 {
          margin-top: 30px; } }
    .message_popup.popup_pasi p {
      width: 80%;
      margin: 0px auto;
      color: #fff;
      margin-top: 10px;
      text-align: left;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .message_popup.popup_pasi p {
          width: 90%; } }
      .message_popup.popup_pasi p.disclaimer {
        margin-top: 30px;
        font-size: 14px; }
        .message_popup.popup_pasi p.disclaimer a {
          color: #fff !important;
          font-weight: bold; }
  @media screen and (max-width: 767px) {
    .message_popup.popup_premii .bg_container {
      max-height: 100%;
      overflow: scroll; } }
  .message_popup.popup_premii h2 {
    margin-top: 10px;
    margin-bottom: 20px; }
  .message_popup.popup_premii .premii-carousel {
    margin-top: 50px; }
  .message_popup.popup_premii .container_premii {
    text-align: center; }
    .message_popup.popup_premii .container_premii img {
      max-width: 80%;
      margin: 0px auto; }
    .message_popup.popup_premii .container_premii p {
      color: #fff;
      font-size: 18px;
      line-height: 20px;
      margin-top: 5px;
      margin-bottom: 21px; }
    .message_popup.popup_premii .container_premii .icon img {
      max-width: 90px;
      margin-top: 5px;
      margin-bottom: 20px;
      margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .message_popup.popup_premii .container_premii .clearfix {
        display: none; } }
  .message_popup.popup_premii .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2000;
    height: 0px; }
    .message_popup.popup_premii .owl-nav button {
      font-size: 100px;
      color: #fff;
      left: 0px;
      position: absolute;
      transform: translateY(-50%); }
      .message_popup.popup_premii .owl-nav button.owl-next {
        right: 0px;
        left: auto; }
      .message_popup.popup_premii .owl-nav button:hover {
        background: transparent !important; }

/* Video Player */
.hp_video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.85);
  display: none; }
  .hp_video-popup .video_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 1400px;
    height: auto;
    padding: 15px; }
    .hp_video-popup .video_container .video_resp {
      position: relative;
      width: 100%;
      padding-top: 56.2%;
      border-radius: 14px;
      overflow: hidden; }
      .hp_video-popup .video_container .video_resp iframe {
        position: absolute;
        display: block;
        top: 0px;
        width: 100%;
        height: 100%; }

/* Video Player */
.sharer_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .sharer_popup .bg_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 800px;
    min-height: 370px;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.45);
    background-image: url("../../Images/bg_blurred.jpg");
    background-position: center center;
    background-size: 1400px; }
    @media screen and (max-width: 767px) {
      .sharer_popup .bg_container {
        height: auto;
        max-width: 94%; } }
  .sharer_popup h2 {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    margin-top: 70px;
    font-size: 37px; }
    @media screen and (max-width: 767px) {
      .sharer_popup h2 {
        font-size: 27px;
        width: 90%;
        margin-top: 60px; } }
  .sharer_popup h3 {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    font-size: 37px; }
    @media screen and (max-width: 767px) {
      .sharer_popup h3 {
        font-size: 27px;
        width: 90%;
        margin-top: 60px; } }
  .sharer_popup .icon_box {
    width: 80%;
    text-align: center;
    margin: 30px auto 0px auto; }
    .sharer_popup .icon_box .social_icon {
      display: inline-block;
      width: 38px;
      height: 38px;
      margin: 0px 6px;
      padding: 25px;
      background-image: url("../../Images/icons_social.png");
      background-repeat: no-repeat;
      background-size: 450px; }
      .sharer_popup .icon_box .social_icon.icon_fb {
        background-position: 7px 7px; }
      .sharer_popup .icon_box .social_icon.icon_insta {
        background-position: -131px 7px; }
      .sharer_popup .icon_box .social_icon.icon_tiktok {
        background-position: -199px 7px; }
      .sharer_popup .icon_box .social_icon.icon_whatsup {
        background-position: -268px 7px; }
        @media screen and (min-width: 768px) {
          .sharer_popup .icon_box .social_icon.icon_whatsup {
            display: none; } }
      .sharer_popup .icon_box .social_icon.icon_mail {
        background-position: -360px 6px;
        background-size: 480px; }
      .sharer_popup .icon_box .social_icon.icon_copy {
        background-position: -407px 7px;
        background-position: -426px 6px;
        background-size: 470px; }
  .sharer_popup .close {
    position: absolute;
    right: 0px;
    top: -5px;
    color: #fff;
    padding: 30px;
    line-height: 5px;
    font-size: 50px;
    font-family: 'Just tell';
    cursor: pointer; }

.prizes {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    .prizes {
      opacity: 0 !important;
      display: none !important;
      height: 0px !important; } }
  .prizes .prize {
    font-family: 'Fira Sans'; }
    .prizes .prize .prize_content {
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      left: 50%;
      text-align: center;
      color: #fff;
      font-size: 15px;
      min-width: 170px; }
      .prizes .prize .prize_content .tooltip {
        position: absolute;
        right: 19px;
        top: 12px;
        font-size: 31px;
        z-index: 2;
        background: #E22313;
        border-radius: 60px;
        height: 50px;
        width: 50px;
        padding: 3px 0px; }
        .prizes .prize .prize_content .tooltip span {
          background: transparent;
          padding: 0px; }
      .prizes .prize .prize_content img {
        max-width: 130%;
        position: relative;
        left: -15%; }
      .prizes .prize .prize_content span {
        display: inline-block;
        background: #2587C3;
        border-radius: 13px;
        color: #fff;
        padding: 5px 10px 2px 10px;
        margin-bottom: 5px; }
      .prizes .prize .prize_content p {
        font-size: 17px; }
    .prizes .prize.prize1 {
      position: absolute;
      width: 20px;
      height: 20px;
      left: 9vw;
      top: 35vh; }
      .prizes .prize.prize1 .prize_content .tooltip {
        font-size: 36px;
        height: 60px;
        width: 60px;
        right: 0px;
        top: -3px; }
    .prizes .prize.prize2 {
      position: absolute;
      background: blue;
      width: 20px;
      height: 20px;
      right: 42vw;
      top: 29vh; }
    .prizes .prize.prize3 {
      position: absolute;
      background: blue;
      width: 20px;
      height: 20px;
      right: 29vw;
      top: 17vh; }
  .prizes.screen_2 .prize.prize1 {
    left: 11vw; }
    .prizes.screen_2 .prize.prize1 .prize_content {
      min-width: 250px; }
  .prizes.screen_2 .prize.prize2 {
    right: 23vw; }
  .prizes.screen_2 .prize.prize3 {
    right: 9vw; }

.premii_mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .premii_mobile {
      display: block; }
      .premii_mobile img {
        width: 100%;
        margin-bottom: 200px;
        max-width: 500px; } }

@media (max-width: 767px) {
  .logo2 {
    position: absolute !important; }

  .menu-holder {
    position: absolute;
    height: auto;
    top: 0; } }
@media (max-width: 500px) {
  .succes_heading {
    position: relative;
    top: 15px; } }
.show_desktop {
  display: block; }
  @media (max-width: 767px) {
    .show_desktop {
      display: none; } }

.show_mobile {
  display: none; }
  @media (max-width: 767px) {
    .show_mobile {
      display: block; } }

/* HEADER MENU */
.header_menu {
  position: fixed;
  z-index: 999;
  top: 60px;
  left: 170px; }
  @media (max-width: 1199px) {
    .header_menu {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("../../Images/bg-first.jpg");
      background-position: center center;
      background-size: cover;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transition: .3s; }
      .header_menu.hide {
        display: block !important; }
      .header_menu.active {
        opacity: 1;
        visibility: visible; } }
  .header_menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 1199px) {
      .header_menu ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center; } }
    .header_menu ul:after {
      content: '';
      display: block;
      clear: both; }
    .header_menu ul li {
      float: left;
      margin-right: 15px; }
      @media (max-width: 1199px) {
        .header_menu ul li {
          display: block;
          float: none;
          margin: 10px 0; } }
      .header_menu ul li a {
        color: #fff;
        font-size: 16px; }
        @media (max-width: 1199px) {
          .header_menu ul li a {
            font-size: 20px; } }
        .header_menu ul li a:hover {
          text-decoration: none; }
  .header_menu .close_btn {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    font-weight: bold;
    display: none; }
    @media (max-width: 1199px) {
      .header_menu .close_btn {
        display: block; } }

.mobile_trigger {
  position: fixed;
  z-index: 999;
  top: 40px;
  left: 150px;
  width: 100px;
  display: none !important; }
  @media (max-width: 1199px) {
    .mobile_trigger {
      display: block !important; } }
  @media (max-width: 767px) {
    .mobile_trigger {
      left: auto;
      right: 0;
      position: absolute; } }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*# sourceMappingURL=style.css.map */
