body.template-page\.prediction .wrapperMain_content {
  padding-bottom: 0; }

.block-starting {
  padding-bottom: 50px; }
  @media (max-width: 992px) {
    .block-starting {
      padding-top: 30px; } }
  .block-starting .wrapper {
    padding: 30px 40px 50px 40px;
    border-radius: 12px;
    min-height: 540px;
    align-content: center;
    background: linear-gradient(225.15deg, #E9EAFD 3.74%, #C2CBEB 97.28%);
    background-image: var(--bgUrl);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 992px) {
      .block-starting .wrapper {
        padding: 30px 15px 30px 15px; } }
  .block-starting .subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 14.95px;
    text-transform: uppercase; }
    .block-starting .subtitle img {
      margin: 0 5px; }
  .block-starting .title {
    padding-top: 50px;
    font-size: 45px;
    font-weight: 300;
    line-height: 51.75px;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .block-starting .title {
        padding-top: 25px;
        font-size: 36px;
        line-height: 40px; } }
  .block-starting .desc {
    padding-top: 25px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 300;
    line-height: 20.7px; }
    @media (max-width: 992px) {
      .block-starting .desc {
        font-size: 14px; } }
  .block-starting .action {
    padding-top: 50px; }
    @media (max-width: 992px) {
      .block-starting .action {
        padding-top: 30px; } }
    .block-starting .action button {
      padding: 12px 20px 12px 20px;
      border-radius: 10px;
      font-size: 13px;
      font-weight: 400;
      line-height: 14.95px;
      background: white;
      text-transform: uppercase;
      border: 1px solid transparent;
      transition: .3s all; }
      .block-starting .action button:hover {
        background: #000;
        color: white;
        border: 1px solid #000;
        transition: .3s all; }

.block-steps {
  display: none;
  padding-bottom: 50px; }
  .block-steps .js-background {
    background-image: var(--bgUrl);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .block-steps .step-content {
    display: none; }
    .block-steps .step-content.active {
      display: block; }
  .block-steps .step-navs ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px; }
    @media (max-width: 992px) {
      .block-steps .step-navs ul {
        overflow-y: auto; }
        .block-steps .step-navs ul::-webkit-scrollbar {
          display: none; } }
    .block-steps .step-navs ul li {
      text-align: center;
      font-family: Helvetica;
      font-size: 24px;
      font-weight: 400;
      line-height: 19.55px;
      padding: 20px 5px;
      transition: .3s all; }
      @media (max-width: 992px) {
        .block-steps .step-navs ul li {
          white-space: nowrap;
          padding: 15px 10px;
          font-size: 15px; } }
      .block-steps .step-navs ul li.active {
        color: #CC2D30;
        font-weight: bold; }
      .block-steps .step-navs ul li:hover {
        cursor: pointer;
        color: #CC2D30;
        transition: .3s all; }
  .block-steps .step-content {
    border-top: 1px solid white;
    padding: 45px 30px 30px;
    align-content: center; }
    @media (max-width: 1281px) {
      .block-steps .step-content {
        padding: 15px 10px 15px; } }
    .block-steps .step-content .stepContent--wrapper.stepContent--wrapper-full .block-line {
      display: none; }
    .block-steps .step-content .stepContent--wrapper {
      margin: auto; }
      .block-steps .step-content .stepContent--wrapper .block-content {
        display: flex;
        gap: 55px;
        justify-content: space-between;
        position: relative; }
        @media (max-width: 1366px) {
          .block-steps .step-content .stepContent--wrapper .block-content {
            gap: 30px; } }
        @media (max-width: 992px) {
          .block-steps .step-content .stepContent--wrapper .block-content {
            flex-direction: column;
            gap: 50px; } }
        .block-steps .step-content .stepContent--wrapper .block-content .block--left {
          flex: 1; }
        .block-steps .step-content .stepContent--wrapper .block-content .block--right {
          flex: 1; }
      .block-steps .step-content .stepContent--wrapper .block-line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
        top: 0;
        border-right: 1.5px dotted #fff; }
        @media (max-width: 992px) {
          .block-steps .step-content .stepContent--wrapper .block-line {
            height: 1px;
            width: 100%;
            left: 0;
            top: 50%;
            border-right: none;
            border-top: 1.5px dotted #fff;
            transform: translate(0, -50%); } }
        .block-steps .step-content .stepContent--wrapper .block-line .line-dot {
          width: 5px;
          height: 5px;
          background: #fff;
          position: absolute;
          left: 50%;
          transform: translateX(-40%);
          border-radius: 50%; }
          .block-steps .step-content .stepContent--wrapper .block-line .line-dot:first-child {
            top: 0; }
            @media (max-width: 992px) {
              .block-steps .step-content .stepContent--wrapper .block-line .line-dot:first-child {
                left: 0;
                top: -3px; } }
          .block-steps .step-content .stepContent--wrapper .block-line .line-dot:last-child {
            top: 100%; }
            @media (max-width: 992px) {
              .block-steps .step-content .stepContent--wrapper .block-line .line-dot:last-child {
                left: auto;
                right: 0;
                top: -3px;
                right: -3px; } }
      .block-steps .step-content .stepContent--wrapper .block-tag {
        margin-top: 30px;
        text-align: center; }
        .block-steps .step-content .stepContent--wrapper .block-tag .content {
          display: inline-block;
          padding: 10px 20px 10px 20px;
          border-radius: 20px;
          background-color: #E7DFDF;
          font-size: 14px;
          font-weight: 400; }
      .block-steps .step-content .stepContent--wrapper .block-action {
        text-align: center;
        margin-top: 10%;
        display: flex;
        justify-content: center;
        gap: 30px; }
        @media (max-width: 992px) {
          .block-steps .step-content .stepContent--wrapper .block-action {
            gap: 15px;
            margin-top: 25px; } }
        .block-steps .step-content .stepContent--wrapper .block-action button {
          min-width: 130px;
          padding: 8px 15px 8px 15px;
          border-radius: 30px;
          background-color: white;
          color: #111;
          transition: .3s all; }
          .block-steps .step-content .stepContent--wrapper .block-action button:first-child svg {
            margin-right: 13px; }
          .block-steps .step-content .stepContent--wrapper .block-action button:last-child svg {
            margin-left: 13px; }
          .block-steps .step-content .stepContent--wrapper .block-action button:hover {
            background: #000;
            color: #FFF;
            transition: .3s all; }
      .block-steps .step-content .stepContent--wrapper .bigtitle {
        text-align: center;
        font-size: 30px;
        font-weight: 400;
        line-height: 34.5px;
        margin-bottom: 35px; }
        @media (max-width: 1366px) {
          .block-steps .step-content .stepContent--wrapper .bigtitle {
            font-size: 24px;
            margin-bottom: 15px; } }
      .block-steps .step-content .stepContent--wrapper .step-content-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.1px;
        text-align: center;
        margin-bottom: 20px; }
      .block-steps .step-content .stepContent--wrapper .step-list-type {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 35px; }
        @media (max-width: 1281px) {
          .block-steps .step-content .stepContent--wrapper .step-list-type {
            gap: 15px; } }
        @media (max-width: 992px) {
          .block-steps .step-content .stepContent--wrapper .step-list-type {
            gap: 10px;
            flex-wrap: nowrap;
            overflow-y: auto;
            justify-content: space-around; }
            .block-steps .step-content .stepContent--wrapper .step-list-type::-webkit-scrollbar {
              display: none; } }
        .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item {
          padding: 0 10px;
          cursor: pointer; }
          .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item .image {
            margin-bottom: 15px;
            text-align: center; }
            .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image {
              border-radius: 100%;
              overflow: hidden;
              max-width: 107px;
              max-height: 107px;
              margin: auto;
              position: relative; }
              @media (max-width: 1281px) {
                .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image {
                  max-width: 100px;
                  max-height: 100px; } }
              .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image img {
                max-width: 107px;
                max-height: 107px; }
                @media (max-width: 1281px) {
                  .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image img {
                    max-width: 100px;
                    max-height: 100px; } }
              .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image:before {
                content: "";
                position: absolute;
                border-radius: 100%;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: 30px;
                background-position: center;
                background-color: rgba(255, 255, 255, 0.5);
                background-image: url('data:image/svg+xml,<svg width="126px" height="126px" viewBox="-1.5 -1.5 18.00 18.00" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="transparent"><g id="SVGRepo_bgCarrier" stroke-width="0" transform="translate(3.75,3.75), scale(0.5)"><rect x="-1.5" y="-1.5" width="18.00" height="18.00" rx="9" fill="%23FFFFFF" strokewidth="0"></rect></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="%23CCCCCC" stroke-width="0.03"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 7.5C0 3.35786 3.35786 0 7.5 0C11.6421 0 15 3.35786 15 7.5C15 11.6421 11.6421 15 7.5 15C3.35786 15 0 11.6421 0 7.5ZM7.0718 10.7106L11.3905 5.31232L10.6096 4.68762L6.92825 9.2893L4.32012 7.11586L3.67993 7.88408L7.0718 10.7106Z" fill="%2353b82e"></path></g></svg>');
                opacity: 0;
                visibility: hidden;
                z-index: -1;
                transition: .3s all; }
          .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item .title {
            font-size: 14px;
            font-weight: 400;
            text-align: center; }
            @media (max-width: 992px) {
              .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item .title {
                white-space: nowrap; } }
          .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item:hover .ratio--image:before, .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item.selected .ratio--image:before {
            opacity: 1;
            visibility: visible;
            z-index: 2;
            transition: .3s all; }
          .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item:hover .title, .block-steps .step-content .stepContent--wrapper .step-list-type .stye-type--item.selected .title {
            font-weight: bold; }
  .block-steps .step-content.step-result .stepContent--wrapper .block-content .block--left .step-content-title {
    margin-bottom: 30px; }
  .block-steps .step-content.step-result .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image {
    border-radius: unset; }
    .block-steps .step-content.step-result .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image:before {
      background-color: unset;
      display: none; }
    .block-steps .step-content.step-result .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image img {
      border-radius: unset; }
  .block-steps .step-content.step-result .block-result .swiper-wrapper {
    padding-bottom: 40px; }
  .block-steps .step-content.step-result.show-result .block-result {
    display: block; }
    .block-steps .step-content.step-result.show-result .block-result .swiper:not(.swiper-initialized) {
      gap: 17px; }
  .block-steps .step-content.step-result.show-result .block-content {
    display: none; }
  .block-steps .block-errors {
    margin-top: 30px;
    text-align: center; }
    .block-steps .block-errors .notify-error {
      background: #e5d93f;
      border-radius: 4px;
      padding: 5px 8px;
      font-size: 14px;
      display: inline-block; }

.block-steps .block-logo {
  max-width: 60%;
  margin: auto;
  padding-top: 15px; }

.btn-step-next {
  display: none; }

.block-steps #step-result.step-content .stepContent--wrapper .step-list-type {
  margin-bottom: 30px; }
  .block-steps #step-result.step-content .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image {
    max-width: unset;
    max-height: unset; }
    .block-steps #step-result.step-content .stepContent--wrapper .step-list-type .stye-type--item .image .ratio--image img {
      max-width: unset;
      max-height: unset; }

.block-steps #step-result .block-action {
  margin-top: 50px; }

.block-steps .step-content:is(.step-1, .step-2, .step-3) {
  min-height: 500px; }
  @media (max-width: 992px) {
    .block-steps .step-content:is(.step-1, .step-2, .step-3) {
      min-height: 400px; } }

.block-steps .step-content:is(.step-2, .step-3) .stepContent--wrapper .step-list-type {
  gap: 10px; }
  .block-steps .step-content:is(.step-2, .step-3) .stepContent--wrapper .step-list-type .stye-type--item {
    padding: 0;
    flex: 1; }
    .block-steps .step-content:is(.step-2, .step-3) .stepContent--wrapper .step-list-type .stye-type--item .image {
      display: none; }
    .block-steps .step-content:is(.step-2, .step-3) .stepContent--wrapper .step-list-type .stye-type--item .title {
      text-align: center;
      padding: 20px 5px;
      background: white;
      font-size: 16px;
      border-radius: 14px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
