.cto-colored {
    color: var(--primary-color);
}

.cto-shortcode-outer-wrapper {
    background-image: url('../img/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 40px;
}

@media (max-width: 1255px) {
  .cto-shortcode-outer-wrapper {
    background-size: contain;
  }
}

@media (max-width: 700px) {
  .cto-shortcode-outer-wrapper {
    background-size: 850px;
    background-position-x: 50%;
  }
}

.cto-shortcode-container {
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.58);
  color: white;
  position: relative;
}

.cto-shortcode-container h2 {
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
}

.cto-shortcode-container h2.cto-first {
  font-size: 36px;
  margin: 30px auto 70px;
  max-width: 400px;
  line-height: 35px;
}

@media (min-width: 744px) {
  .cto-shortcode-container h2.cto-first {
    font-size: 48px;
    max-width: 500px;
    margin: 0 auto 70px;
    line-height: 45px;
  }
}

.cto-shortcode-container p.text {
    font-weight: 300;
    max-width: 400px;
    margin: 30px auto;
}

@media (min-width: 744px) {
    .cto-shortcode-container p.text {
        font-size: 24px;
        line-height: 33px;
        max-width: 700px;
    }
}

@media (min-width: 1440px) {
    .cto-shortcode-container p.text {
        font-size: 36px;
        max-width: 1000px;
    }
}


.cto-offer {
  font-family: "Radio Canada", sans-serif;
  font-size: 34px;
  font-weight: 400;
  margin: 0 auto;
}
@media (min-width: 744px) {
  .cto-offer {
    font-size: 48px;
  }
}

.cto-membership-option {
    border-radius: 15px;
    padding: 40px 20px 30px;
    border: 1px solid white;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    max-width: 570px;
    margin: 0 auto;
}

@media (min-width: 600px) {
  .cto-description-points {
    padding: 0 50px;
  }
}

.cto-membership-option h4 {
    font-size: 1.56rem;
    font-weight: 500;
    margin-bottom: 0;
}

.cto-description-point {
    margin: 25px 0;
    opacity: 0;
    animation: opacity 2s ease-out;

    transform: translateY(-30px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
    will-change: opacity, transform
}

.cto-description-point.animated  {
  opacity: 1;
  transform: translateY(0);
}

.cto-desc-point-one-line {
    display: flex;
    line-height: 1.2em;
    gap: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
@media (min-width: 744px) {
    .cto-desc-point-one-line {
        font-size: 20px;
    }
}

.cto-checkbox {
    color: var(--notice-success-text-color);
    background-color: var(--primary-color);
    padding: 0.4em 0.15em 0;
    line-height: 0.4em;
    border-radius: 12px;
    height: 1em;
    margin-top: 1px;
}

@media (min-width: 1255px) {

    .cto-description-points {
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .cto-description-point {
        margin: 15px 0;
    }

}

.cto-shortcode-outer-wrapper .buttons-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.cto-shortcode-outer-wrapper .btn {
  text-transform: none;
  display: flex;
  gap: 10px;
  padding: 12px 15px;
}

@media (min-width: 744px) {
  .cto-shortcode-outer-wrapper .btn {
    font-size: 20px;
  }
}

.cto-shortcode-container h2.cto-second {
  margin: 50px auto 30px;
  font-size: 36px;
  line-height: 40px;
}

@media (min-width: 1440px) {
  .cto-shortcode-container h2.cto-second {
    font-size: 64px;
    line-height: 66px;
    margin: 60px auto 100px;
  }
}


.white-big-btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .white-big-btn-wrapper {
    max-width: inherit;
    flex-direction: row;
    gap: 200px;
  }
}

.white-big-btn {
  background-color: white;
  border-radius: 15px;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Radio Canada", sans-serif;
  font-weight: 500;

  transform: translateY(160px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform
}
.white-big-btn,
.white-big-btn:hover,
.white-big-btn:active,
.white-big-btn:focus {
  color: #3e3e3e;
}

.white-big-btn.animated {
  opacity: 1;
  transform: translateY(0);
}



@media (min-width: 1440px) {
  .white-big-btn {
    width: 400px;
    padding: 20px 60px;
  }
}

.cto-shortcode-container h2.last {
  margin: 50px auto 10px;
  max-width: 300px;
  font-family: "Radio Canada", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

@media (min-width: 1440px) {
  .cto-shortcode-container h2.last {
    font-size: 48px;
    max-width: inherit;
    margin-bottom: 0;
    line-height: 50px;
  }
}
.cto-shortcode-container .end-text {
  margin: 0 auto;
  max-width: 280px;
  font-family: "Radio Canada", sans-serif;
  font-weight: 400;
  text-align: center;;
}

@media (min-width: 1440px) {
  .cto-shortcode-container .end-text {
    max-width: inherit;
    font-size: 24px;
  }
}