html, body {
  font-family: "CircularStd";
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-sm {
  font-size: 0.9em;
}

.text-lg {
  font-size: 1.5em !important;
}

.required {
  color: darkred;
}

.errorlist {
  color: darkred;
  list-style: none;
  padding-left: 0;
}
.errorlist > li {
  list-style: none;
}

.btn-success {
  height: 48px;
  background: linear-gradient(309.13deg, #83E5B8 0%, #5FC567 100%);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 15px;
  text-align: center;
  border-radius: 23px;
  border-color: transparent !important;
  padding-top: 16px;
}

.btn-light {
  height: 48px;
  /*background: linear-gradient(309.13deg, #83E5B8 0%, #5FC567 100%);*/
  background: white !important;
  color: #9EA7B3;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 15px;
  text-align: center;
  border-radius: 23px;
  /*border-color: transparent !important;*/
  padding-top: 16px;
}

.header {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 55px;
  }
}
.header .navbar-nav .nav-item .nav-link {
  color: #9EA7B3;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

.header  .nav-item:last-child {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .header .nav-item:last-child {
    margin-left: 1rem;
    margin-top: -7px;
  }
}
.header .navbar-brand {
  margin-top: -10px;
}


@media screen and (max-width: 767px) {
  .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 1rem 2rem;
    background-color: #f8f9fa;
  }
}


#s1 {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #s1 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #s1 {
    margin-bottom: 150px;
  }
}
#s1 h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  #s1 h1 {
    margin-top: 80px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #s1 h1 {
    margin-top: 120px;
    font-size: 36px;
    line-height: 40px;
  }
}
#s1 h2 {
  color: #727272;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  #s1 h2 {
    margin-top: 15px;
    max-width: 465px;
  }
}
@media screen and (min-width: 1200px) {
  #s1 h2 {
    margin-top: 42px;
    max-width: 465px;
  }
}

#s1 .btn-success {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #s1 .btn-success {
    width: 245px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #s1 .btn-success {
    width: 245px;
    margin-top: 50px;
  }
}


#s2 > .row {
  padding-top: 130px;
  padding-bottom: 130px;
}

#s2 h2 {
  max-width: 600px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #s2 h2 {
    margin-top: 90px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  #s2 h2 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #s2 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 150px;
  }
}

#s2 .btn-success {
  margin-top: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #s2 .btn-success {
    width: 245px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #s2 .btn-success {
    margin-bottom: 150px;
  }
}
iframe {
  height: 200px;
}
@media screen and (min-width: 576px) {
  iframe {
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  iframe {
    height: 210px;
  }
}
@media screen and (min-width: 1200px) {
  iframe {
    height: 250px;
  }
}

#s3.container-fluid {
  padding-top: 32px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #s3.container-fluid {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #s3.container-fluid {
    padding-top: 155px;
    padding-bottom: 100px;
  }
}

#s3 h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  #s3 h2 {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 48px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  #s3 h2 {
    margin-bottom: 100px;
  }
}

/* scroll nav-tabs on mobile
*/
@media screen and (max-width: 576px) {
  #s3 .nav-tabs {
    display: none;
  }
}

#s3 .nav-link .feature-icon {
  opacity: 0.4;
}
#s3 .nav-link.active .feature-icon {
  opacity: 1;
}
#s3 .feature-icon {
  /*width: 34px;*/
  height: 34px;
  margin: 10px;
}

#s3 .feature-illustration {
  margin-top: 10px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #s3 .feature-illustration {
    height: 450px;
  }
}

#s3 .feature-illustration.f0 {
  background-image: url('/static/landing-s3-f1_details.png');
}
#s3 .feature-illustration.f1 {
  background-image: url('/static/landing-s3-f0_details.png');
}
#s3 .feature-illustration.f2 {
  background-image: url('/static/landing-s3-f2_details.png');
}
#s3 .feature-illustration.f3 {
  background-image: url('/static/landing-s3-f3_details.png');
}

#s3 .nav .nav-item,
#s3 .nav .nav-item .nav-link {
  color: #ABAEBB;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#s3 .nav .nav-link {
  border-top: 0;
  border-bottom: 0;
}

#s3 .nav .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #81E3B3;
  font-weight: 500;
  color: black;
}



#s4_bis.container-fluid {
  padding-top: 32px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #s4_bis.container-fluid {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #s4_bis.container-fluid {
    padding-top: 155px;
    padding-bottom: 100px;
  }
}

#s4_bis h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  #s4_bis h2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 700px;
  }
}


.color-cy-green {
  color: #81E3B3;
}

.cy-pre-circle::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0.3em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #81E3B3;
}

.cy-underline {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.cy-underline::before {
  content: ' ';
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -3%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 15px;
  height: 20%;
  max-height: 14%;
  background-image: url("/static/cy-underline.png");
}

.carousel-item .feature-details {
  height: 200px;
}
.carousel-item .container h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .carousel-item .container h3 {
    margin-top: 150px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  #feature3.carousel-item .container h3 {
    margin-top: 100px;
  }
}

.carousel-item .container p,
.carousel-item .container li {
  color: #40444F;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .carousel-item .container p,
  .carousel-item .container li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }
}


#s3 .carousel-control-next-icon,
#s3 .carousel-control-previous-icon {
  background-image: none;
  display: none;
}
#s3 .carousel-control-next > i,
#s3 .carousel-control-prev > i {
  display: none;
}
@media screen and (min-width: 576px) {
  #s3 .carousel-control-next > i,
  #s3 .carousel-control-prev > i {
    display: inline-block;
  }
}
ol.carousel-indicators li {
  background-color: #02131A;
}
ol.carousel-indicators li.active {
  background-color: #81E3B3;;
}


#s4 h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  #s4 h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  #s4 h2 {
    margin-bottom: 30px;
  }
}
#s4 h3 {
  color: black;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #s4 h3 {
    text-align: left;
  }
}


#s4 h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #s4 h4 {
    text-align: left;
  }
}
#s4 ul {
  padding-left: 2rem !important;
}
#s4 ul > li {
  position: relative;
  font-size: 14px;
  font-weight: 300;line-height: 24px;
  margin-bottom: 0.5em;
}
#s4 ul > li::before {
  content: ' ';
  width: 20px;
  height: 20px;
  display: inline-block;
  left: -33px;
  top: 5px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/static/cy-bullet.png');
}

#s4 ul > li .text-muted {
  color: #8C8F95;
}

#s4 > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  #s4 > .container {
    padding-top: 155px;
    padding-bottom: 200px;
  }
}

#s4 .feature-icon {
  /*width: 34px;*/
  height: 90px;
  margin-top: 40px;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #s4 .feature-icon {
    /*width: 34px;*/
    height: 100px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #s4 .feature-icon {
    /*width: 34px;*/
    height: 120px;
    margin-bottom: 80px;
  }
}

#s4 .paper-plane {
  background-image: url('/static/paper-plane.svg');
  background-repeat: no-repeat;
  left: 0;
  top: -80px;
  height: 200px;
  width: 750px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #s4 .paper-plane {
    background-size: contain;
    background-position: left;
  }
}
@media screen and (min-width: 992px) {
  #s4 .paper-plane {
    background-size: contain;
    left: 280px
  }
}


section.bg-dark {
  background-color: #02131A !important;
}
section.bg-light {
  background-color: #F4F7FC !important;
}
.dark {
  color: #02131A;
}


#s5 h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  #s5 h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
#s5 .container {
  padding-top: 350px;
  padding-bottom: 350px;
}
@media screen and (min-width: 768px) {
  #s5 .container {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

#s5 .bubble {
  background-color: white;
}
/* mobile */
#s5 .bubble.hubspot {
  left: 60px;
  top: -30px;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s5 .bubble.hubspot > div {
  margin-top: 53px;
}

#s5 .bubble.sellsy {
  right: 40px;
  top: 60px;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s5 .bubble.sellsy > div {
  margin-top: 15px;
}

#s5 .bubble.salesforce {
  left: 20px;
  top: 140px;
  width: 144px;
  height: 144px;
  border-radius: 72px;
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s5 .bubble.salesforce > div {
  margin-top: 35px;
}

#s5 .bubble.manifone {
  left: 8%;
  bottom: 160px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s5 .bubble.manifone > div {
  margin-top: 30px;
}

#s5 .bubble.diabolocom {
  right: 30px;
  bottom: 200px;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s5 .bubble.diabolocom > div {
  margin-top: 61px;
}

#s5 .bubble.aircall {
  left: 30px;
  bottom: 10px;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s5 .bubble.aircall > div {
  margin-top: 55px;
}
#s5 .bubble.ringover {
  right: 30px;
  bottom: 200px;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s5 .bubble.ringover > div {
  margin-top: 55px;
}
#s5 .bubble.pipedrive {
  right: -5px;
  top: 10px;
  width: 130px;
  height: 130px;
  border-radius: 70px;
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s5 .bubble.pipedrive > div {
  margin-top: -3px;
}

#s5 .bubble.zoom {
  right: 10px;
  bottom: -10px;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s5 .bubble.zoom > div {
  margin-top: 65px;
}

/* ipad vertical */
@media screen and (min-width: 768px) {
  #s5 .bubble.hubspot {
    left: 40%;
    top: -30px;
    width: 150px;
    height: 150px;
    border-radius: 109px;
    box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
  }
  #s5 .bubble.hubspot > div {
    margin-top: 60px;
  }

  #s5 .bubble.salesforce {
    left: 30px;
    bottom: 30px;
    width: 144px;
    height: 144px;
    border-radius: 72px;
    box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
  }
  #s5 .bubble.salesforce > div {
    margin-top: 35px;
  }

  #s5 .bubble.manifone {
    left: 10%;
    bottom: 20%;
    width: 150px;
    height: 150px;
    border-radius: 92px;
    box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
  }
  #s5 .bubble.manifone > div {
    margin-top: 45px;
  }

  #s5 .bubble.diabolocom {
    right: 50%;
    bottom: 45px;
    width: 150px;
    height: 150px;
    border-radius: 88px;
    box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
  }
  #s5 .bubble.diabolocom > div {
    margin-top: 65px;
  }
  #s5 .bubble.ringover {
    right: 20px;
    bottom: 120px;
    width: 176px;
    height: 176px;
    border-radius: 88px;
    box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
  }
  #s5 .bubble.ringover > div {
    margin-top: 75px;
  }
  #s5 .bubble.pipedrive {
    right: -28px;
    top: 5%;
    width: 228px;
    height: 228px;
    border-radius: 114px;
    box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
  }
  #s5 .bubble.pipedrive > div {
    margin-top: 47px;
  }
  #s5 .bubble.zoom {
    right: 25%;
    bottom: -20px;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
  }
  #s5 .bubble.zoom > div {
    margin-top: 65px;
  }
}

/* ipad horizontal */
@media screen and (min-width: 992px) {
  #s5 .bubble.hubspot {
    left: 35%;
    top: -50px;
  }
  #s5 .bubble.salesforce {
    left: 8%;
    bottom: -28px;
  }
  #s5 .bubble.sellsy {
    right: 20%;
    top: 8%;
  }

  #s5 .bubble.manifone {
    left: 15%;
    bottom: 15%;
  }
  #s5 .bubble.diabolocom {
    left: 70%;
    bottom: 25px;
  }
  #s5 .bubble.ringover {
    right: 8%;
    bottom: 40%;
  }
  #s5 .bubble.pipedrive {
    right: -28px;
    top: 5%;
  }
  #s5 .bubble.zoom {
    right: 50%;
    bottom: -20px;
  }
}

#s6 > .container {
  padding-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #s6 > .container {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  #s6 > .container {
    margin-top: 150px;
  }
}
#s6 h2 {
  color: #02131A;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #s6 h2 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #s6 h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
#s6 h3 {
  color: #727272;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #s6 h3 {
    text-align: left;
  }
}
#s6 .btn-success {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #s6 .btn-success {
    width: 210px;
    margin-top: 50px;
  }
}
.landing-img-s6 {
  background-image: url('/static/landing-s6.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .landing-img-s6 {
    margin-top: -100px;
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 992px) {
  .landing-img-s6 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
}
#s7 > .container::before {
  content: ' ';
  width: 65px;
  height: 90px;
  display: inline-block;
  left: 60px;
  top: -45px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/static/shield.png');
}
@media screen and (min-width: 768px) {
  #s7 > .container::before {
    left: 120px;
  }
}
#s7 > .container {
  padding-top: 65px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #s7 > .container {
    padding-top: 125px;
    padding-bottom: 150px;
  }
}
#s7 h2 {
  margin-top: 0;
  color: #02131A;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  max-width: 330px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #s7 h2 {
    font-size: 36px;
    line-height: 44px;
    margin-top: 50px;
    max-width: 430px;
  }
}
@media screen and (min-width: 992px) {
  #s7 h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  #s7 h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
#s7 .card {
  box-shadow: 0 30px 27px 0 rgba(129,227,179,0.13), 0 6px 20px 0 rgba(56,56,56,0.08);
  margin-bottom: 40px;
  background-color: white;
  border-radius: 4px;
  border: none;
}
#s7 .card-body {
  padding: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #s7 .card-body {
    padding: 25px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  #s7 .card-body {
    padding: 50px 30px 50px 50px;
    text-align: left;
  }
}
#s7 .card:last-child {
  margin-bottom: 0;
}
.cy-bullet-img {
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/static/cy-bullet.png');
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cy-bullet-img {
    margin-bottom: 0;
  }
}

#s8 > .container {
  padding-top: 60px;
  padding-bottom: 105px;
}
@media screen and (min-width: 576px) {
  #s8 > .container {
    padding-top: 130px;
    padding-bottom: 180px;
  }
}
#s8 h2 {
  margin-bottom: 50px;
}
@media screen and (min-width: 576px) {
  #s8 h2 {
    margin-bottom: 95px;
  }
}
#s8 h4 {
  color: #031B26;
  font-size: 20px;
  font-weight: 300;
  margin-top: 55px;
  margin-bottom: 30px;
}
#s8 .card-body {
  padding-top: 50px;
  padding-bottom: 50px
}
@media screen and (min-width: 576px) {
  #s8 .card-body {
    padding-top: 105px;
    padding-bottom: 50px
  }
}
#s8 .card {
  border-radius: 4px;
  border: none;
  box-shadow: 0 12px 47px 0 rgba(129,227,179,0.15), 0 29px 78px 0 rgba(129,227,179,0.21), 0 6px 20px 0 rgba(56,56,56,0.08);
}
#s8 hr {
  background-color: #81E3B3;
  height: 2px;
  border: none;
}
.footer {
  background-color: #02131A;
}
.footer hr {
  background-color: #022C3D;
}

.landing-img-s1 {
  background-image: url('/static/landing-s1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.moon-half {
  height: 90px;
  width: 90px;
  background-image: url('/static/moon-half.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.stars {
  height: 90px;
  width: 90px;
  background-image: url('/static/stars.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .stars {
    height: 120px;
    width: 120px;
    top: -80px !important;
    right: -25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .stars {
    height: 160px;
    width: 160px;
    top: -100px !important;
    right: -30px !important;
  }
}

.cy-crossed {
  position: relative;
}
.cy-crossed::before {
  content: ' ';
  position: absolute;
  left: -8px;
  right: -5px;
  bottom: 8px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 15px;
  height: 20%;
  max-height: 14%;
  background-image: url(/static/cy-underline.png);
  transform: rotate(14deg);
}
.cy-crossed::after {
  content: ' ';
  position: absolute;
  left: -8px;
  right: -5px;
  bottom: 8px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 15px;
  height: 20%;
  max-height: 14%;
  background-image: url(/static/cy-underline.png);
  transform: rotate(-14deg);
}

.mt--3,
.my--3 {
  margin-top: -1rem !important;
}
