@charset "UTF-8";

.bg-image-center {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}

.bg-image-center > img {
  height: 100%;
}

.bg-image-z {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}

.scaled-width-25 {
  width: 25%;
}

.scaled-width-20 {
  width: 20%;
}

.to-right {
  float: right;
}

.transform-to-bottom {
  transform: translate(0%, 50%);
}

.text-breaking {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.dot-size {
  font-size: 80%;
  vertical-align: 10%;
}

.square-size {
  width: 25%;
}

@media (max-width: 767px) {
  .scaled-width-25 {
    width: 40%;
  }
  .scaled-width-20 {
    width: 35%;
  }
  .text-breaking {
    font-size: 70%;
  }
  .dot-size {
    font-size: 60%;
  }
  .square-size {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .scaled-width-25 {
    width: 35%;
  }
  .scaled-width-20 {
    width: 30%;
  }
  .text-breaking {
    font-size: 80%;
  }
  .dot-size {
    font-size: 60%;
  }
  .square-size {
    width: 100px;
  }
}

@media (min-width: 992px) {
  .scaled-width-25 {
    width: 30%;
  }
  .scaled-width-20 {
    width: 25%;
  }
  .text-breaking {
    font-size: 90%;
  }
  .dot-size {
    font-size: 80%;
  }
  .square-size {
    width: 100px;
  }
}

@media (min-width: 1200px) {
  .scaled-width-25 {
    width: 25%;
  }
  .scaled-width-20 {
    width: 20%;
  }
  .text-breaking {
    font-size: 85%;
  }
  .dot-size {
    font-size: 80%;
  }
}

.zindex-10 {
  z-index: 10;
  position: relative;;
}

.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square > .content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.square > .content > .large {
  padding-left: 10%;
  height: 40%;
  font-size: 120%;
}

.square > .content > .small {
  line-height: 1.1;
}

.width-height-100 {
  max-width: 100%;
  min-height: 100%;
}

.btn-social > img {
  width: 100%;
}
