/** COLORS: */
/** COLORS; */
/** GRADIENTS: */
/** GRADIENTS; */
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: 0.1s linear all;
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
/*helpers*/
/*@import "helpers/_extend_ns";*/
.designers-contacts {
  display: flex;
  background-color: #000;
}
@media (max-width: 1199.98px) {
  .designers-contacts {
    flex-direction: column;
  }
}
.designers-contacts-title {
  flex-shrink: 0;
  padding: 46px 105px;
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  color: #FFF;
  border-right: 1px solid #333333;
}
@media (max-width: 1199.98px) {
  .designers-contacts-title {
    padding: 14px 15px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    border-right: 0;
    border-bottom: 1px solid #333333;
  }
}
@media (max-width: 639.98px) {
  .designers-contacts-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.designers-contacts-links {
  display: flex;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  --move-initial: -10%;
  --move-final: -60%;
}
.designers-contacts-links:after,
.designers-contacts-links:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.designers-contacts-links:before {
  left: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.designers-contacts-links:after {
  right: 0;
  background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.designers-contacts-links-inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: textRepeat 25s linear infinite;
}
.designers-contacts-links-inner:hover {
  animation-play-state: paused;
}
.designers-contacts-links-content {
  display: flex;
  align-items: center;
}
.designers-contacts-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
  height: 100%;
  font-weight: 900;
  font-size: 24px;
  line-height: 22px;
  color: #666666;
  transition: 0.3s linear color, 0.3s linear background-color;
}
@media (max-width: 1599.98px) {
  .designers-contacts-link {
    padding: 0 50px;
  }
}
@media (max-width: 1199.98px) {
  .designers-contacts-link {
    padding: 39px 50px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 989.98px) {
  .designers-contacts-link {
    padding: 39px 30px;
  }
}
@media (max-width: 639.98px) {
  .designers-contacts-link {
    padding: 39px 25px;
  }
}
.designers-contacts-link:hover {
  color: #FFF;
  background: rgba(255, 255, 255, 0.1);
}
@keyframes textRepeat {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.designers-top-slide {
  position: relative;
  height: 850px;
  padding-top: 186px;
  background-color: #FAFAFA;
}
@media (max-width: 989.98px) {
  .designers-top-slide {
    padding-top: 100px;
  }
}
@media (max-width: 639.98px) {
  .designers-top-slide {
    height: 1062px;
    padding-top: 60px;
  }
}
.designers-top-slide-container {
  position: relative;
  z-index: 1;
  margin-left: 35px;
}
@media (min-width: 1600px) {
  .designers-top-slide-container {
    margin-left: 100px;
  }
}
@media (min-width: 1920px) {
  .designers-top-slide-container {
    margin-left: 250px;
  }
}
@media (max-width: 989.98px) {
  .designers-top-slide-container {
    margin-left: 35px;
  }
}
@media (max-width: 639.98px) {
  .designers-top-slide-container {
    margin-left: 15px;
  }
}
.designers-top-slide-title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #000;
}
@media (max-width: 1199.98px) {
  .designers-top-slide-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 639.98px) {
  .designers-top-slide-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.designers-top-slide-description {
  margin-bottom: 60px;
  max-width: 615px;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  color: #a6a6a6;
}
@media (max-width: 1199.98px) {
  .designers-top-slide-description {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    max-width: 468px;
  }
}
@media (max-width: 639.98px) {
  .designers-top-slide-description {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }
}
.designers-top-slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.designers-top-slide-photos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 989.98px) {
  .designers-top-slide-photos {
    top: auto;
    bottom: 69px;
    left: 50%;
    transform: translateX(-270px);
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    max-height: 270px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 639.98px) {
  .designers-top-slide-photos {
    max-height: none;
    max-width: 270px;
    transform: translateX(-135px);
    flex-direction: row;
  }
}
.designers-top-slide-ribbon,
.designers-top-slide-line {
  position: absolute;
  width: 2022.5px;
  height: 910.59px;
  top: 38px;
  right: -459px;
}
@media (min-width: 1600px) {
  .designers-top-slide-ribbon,
  .designers-top-slide-line {
    right: -177px;
  }
}
@media (min-width: 1920px) {
  .designers-top-slide-ribbon,
  .designers-top-slide-line {
    right: -25px;
    top: 29px;
  }
}
@media (max-width: 1199.98px) {
  .designers-top-slide-ribbon,
  .designers-top-slide-line {
    right: -509px;
  }
}
@media (max-width: 989.98px) {
  .designers-top-slide-ribbon,
  .designers-top-slide-line {
    right: -684px;
  }
}
@media (max-width: 639.98px) {
  .designers-top-slide-ribbon,
  .designers-top-slide-line {
    top: 245px;
    right: -779px;
  }
}
.designers-top-slide-line {
  z-index: 11;
}
.designers-top-slide-photo {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.designers-top-slide-photo-cover {
  position: absolute;
}
@media (max-width: 989.98px) {
  .designers-top-slide-photo-cover {
    position: relative;
    top: auto !important;
    right: auto !important;
    transform: translateY(0) !important;
  }
}
.designers-top-slide-photo-cover-1 {
  width: 400px;
  right: 428px;
  top: 173px;
  z-index: 10;
}
@media (min-width: 1920px) {
  .designers-top-slide-photo-cover-1 {
    right: 580px;
  }
}
@media (max-width: 1599.98px) {
  .designers-top-slide-photo-cover-1 {
    top: 189px;
    right: 216px;
    width: 304px;
  }
}
@media (max-width: 1199.98px) {
  .designers-top-slide-photo-cover-1 {
    right: 166px;
  }
}
@media (max-width: 989.98px) {
  .designers-top-slide-photo-cover-1 {
    width: 270px;
    margin-right: 5px;
  }
}
@media (max-width: 639.98px) {
  .designers-top-slide-photo-cover-1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.designers-top-slide-photo-cover-2 {
  width: 225px;
  right: 236px;
  top: -5px;
  z-index: -1;
}
@media (min-width: 1920px) {
  .designers-top-slide-photo-cover-2 {
    right: 338px;
  }
}
@media (max-width: 1599.98px) {
  .designers-top-slide-photo-cover-2 {
    top: 26px;
    right: 124px;
    width: 163px;
  }
}
@media (max-width: 1199.98px) {
  .designers-top-slide-photo-cover-2 {
    right: 74px;
  }
}
@media (max-width: 989.98px) {
  .designers-top-slide-photo-cover-2 {
    width: 130px;
    margin-right: 5px;
  }
}
@media (max-width: 639.98px) {
  .designers-top-slide-photo-cover-2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.designers-top-slide-photo-cover-3 {
  width: 300px;
  right: -7px;
  top: 119px;
}
@media (min-width: 1920px) {
  .designers-top-slide-photo-cover-3 {
    right: 145px;
  }
}
@media (max-width: 1599.98px) {
  .designers-top-slide-photo-cover-3 {
    top: 204px;
    right: -52px;
    width: 217px;
  }
}
@media (max-width: 1199.98px) {
  .designers-top-slide-photo-cover-3 {
    right: -102px;
  }
}
@media (max-width: 989.98px) {
  .designers-top-slide-photo-cover-3 {
    width: 130px;
    margin-right: 5px;
  }
}
@media (max-width: 639.98px) {
  .designers-top-slide-photo-cover-3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.designers-top-slide-photo-cover-4 {
  width: 135px;
  right: 205px;
  top: 328px;
}
@media (min-width: 1920px) {
  .designers-top-slide-photo-cover-4 {
    right: 357px;
  }
}
@media (max-width: 1599.98px) {
  .designers-top-slide-photo-cover-4 {
    top: 355px;
    right: 102px;
    width: 97px;
  }
}
@media (max-width: 1199.98px) {
  .designers-top-slide-photo-cover-4 {
    right: 52px;
  }
}
@media (max-width: 989.98px) {
  .designers-top-slide-photo-cover-4 {
    display: none;
  }
}
.designers-top-slide-photo-cover-5 {
  width: 320px;
  right: -27px;
  top: 538px;
  z-index: 10;
}
@media (min-width: 1920px) {
  .designers-top-slide-photo-cover-5 {
    right: 125px;
  }
}
@media (max-width: 1599.98px) {
  .designers-top-slide-photo-cover-5 {
    top: 502px;
    right: -100px;
    width: 265px;
  }
}
@media (max-width: 1199.98px) {
  .designers-top-slide-photo-cover-5 {
    right: -150px;
  }
}
@media (max-width: 989.98px) {
  .designers-top-slide-photo-cover-5 {
    width: 130px;
    justify-self: flex-end;
  }
}
.designers-top-slide-photo-cover-6 {
  width: 156px;
  right: 325px;
  top: 520px;
}
@media (min-width: 1920px) {
  .designers-top-slide-photo-cover-6 {
    right: 477px;
  }
}
@media (max-width: 1599.98px) {
  .designers-top-slide-photo-cover-6 {
    top: 612px;
    right: 188px;
    width: 113px;
  }
}
@media (max-width: 1199.98px) {
  .designers-top-slide-photo-cover-6 {
    right: 138px;
  }
}
@media (max-width: 989.98px) {
  .designers-top-slide-photo-cover-6 {
    width: 130px;
    justify-self: flex-end;
  }
}
.designers-top-slide-photo-cover-6 .designers-top-slide-photo {
  position: relative;
  padding-top: 250px;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .designers-top-slide-photo-cover-6 .designers-top-slide-photo {
    padding-top: 181px;
  }
}
@media (max-width: 989.98px) {
  .designers-top-slide-photo-cover-6 .designers-top-slide-photo {
    padding-top: 100%;
  }
}
.designers-top-slide-photo-cover-6-copy {
  position: absolute;
  overflow: hidden;
  height: 135px;
  width: 100%;
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1599.98px) {
  .designers-top-slide-photo-cover-6-copy {
    display: none;
  }
}
.designers-top-slide-photo-cover-6-copy .designers-top-slide-photo {
  position: absolute;
  padding-top: 250px;
  bottom: 0;
  left: 0;
}
.designers-conditions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 650px;
  padding: 0 15px;
  background-image: -webkit-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
  background-image: -moz-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
  background-image: -ms-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
  background-image: -o-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
  background-image: linear-gradient(92.52deg, #5BC8FF, #1470CC);
  text-align: center;
}
.designers-conditions-title {
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  /*margin-bottom: 40px;*/
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .designers-conditions-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 639.98px) {
  .designers-conditions-title {
    /*margin-bottom: 20px;*/
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }
}
.designers-conditions-description {
  margin-bottom: 60px;
  max-width: 600px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.75;
}
@media (max-width: 639.98px) {
  .designers-conditions-description {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
.designers-conditions-btn {
  background: transparent !important;
}
.designers-conditions-btn > span {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  transition: 0.3s linear background-color, 0.3s linear border-color;
}
.designers-conditions-btn:hover > span {
  background: rgba(255, 255, 255, 0.35) !important;
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}
.designers-manager {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 700px;
  background-color: #FAFAFA;
  text-align: center;
}
@media (max-width: 639.98px) {
  .designers-manager {
    height: 600px;
  }
}
.designers-manager-description {
  max-width: 1200px;
  margin: 0 35px 60px;
  font-size: 32px;
  line-height: 48px;
  color: #BFBFBF;
}
@media (max-width: 1199.98px) {
  .designers-manager-description {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 639.98px) {
  .designers-manager-description {
    margin: 0 15px 40px;
    font-size: 18px;
    line-height: 28px;
  }
}
.designers-manager-description > span {
  font-weight: bold;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .designers-manager-description > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(92.52deg, #5BC8FF, #1470CC);
  }
}
.designers-review {
  padding-top: 150px;
  padding-bottom: 130px;
}
@media (max-width: 1199.98px) {
  .designers-review {
    padding-top: 100px;
  }
}
@media (max-width: 639.98px) {
  .designers-review {
    padding-bottom: 40px;
  }
}
.designers-review-title {
  margin-bottom: 80px;
  text-align: center;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #000;
}
@media (max-width: 1199.98px) {
  .designers-review-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 639.98px) {
  .designers-review-title {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 42px;
  }
}
.designers-review-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1050px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .designers-review-list {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 639.98px) {
  .designers-review-list {
    max-width: none;
  }
}
.designers-review-column {
  width: calc(50% - 25px);
}
@media (max-width: 1199.98px) {
  .designers-review-column {
    width: 100%;
  }
}
.designers-review-item {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
.designers-review-item-head {
  border: 1px solid #DBDBDB;
  border-radius: 10px 10px 0 0;
  display: flex;
}
@media (max-width: 639.98px) {
  .designers-review-item-head {
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    border-width: 1px 0 0;
    text-align: center;
  }
}
.designers-review-item-head-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 639.98px) {
  .designers-review-item-head-bottom {
    justify-content: center;
  }
}
.designers-review-item-person-photo {
  flex-shrink: 0;
  width: 115px;
  height: 115px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
}
@media (max-width: 639.98px) {
  .designers-review-item-person-photo {
    width: 75px;
    height: 75px;
    border-top-left-radius: 0;
  }
}
.designers-review-item-info {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.designers-review-item-name {
  margin-top: 34px;
  margin-bottom: 18px;
  font-weight: 900;
  font-size: 28px;
  line-height: 28px;
  color: #000;
}
@media (max-width: 639.98px) {
  .designers-review-item-name {
    margin-top: 5px;
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 30px;
  }
}
.designers-review-item-city {
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .designers-review-item-city {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(92.52deg, #5BC8FF, #1470CC);
  }
}
.designers-review-item-city:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../../img/design/landing/designers/reviews/city.png');
}
.designers-review-item-date {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #BFBFBF;
}
@media (max-width: 639.98px) {
  .designers-review-item-date {
    margin-bottom: 20px;
  }
}
.designers-review-item-body {
  padding: 26px 20px 40px 20px;
  border: 1px solid #DBDBDB;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 639.98px) {
  .designers-review-item-body {
    border: none;
    padding: 35px 15px 79px 15px;
  }
}
.designers-review-item-text {
  margin-bottom: 20px;
  color: #a6a6a6;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
}
@media (max-width: 639.98px) {
  .designers-review-item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.designers-review-item-text > span {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 639.98px) {
  .designers-review-item-text > span {
    margin-bottom: 7px;
  }
}
.designers-review-item-photos {
  display: flex;
  flex-wrap: wrap;
}
.designers-review-item-photo {
  display: block;
  width: 75px;
  height: 75px;
  margin-right: 4px;
  margin-bottom: 4px;
  background-size: cover;
  background-position: center;
}
.designers-review-item-footer {
  border: 1px solid #DBDBDB;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  width: 100%;
  padding: 13px 0 15px;
  background-color: #FAFAFA;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  transition: 0.3s linear border-color;
}
@media (max-width: 639.98px) {
  .designers-review-item-footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 14px;
    width: 240px;
    border-radius: 3px;
  }
}
.designers-review-item-footer:hover {
  border-color: #000;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .designers-review-item-footer:hover > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #000, #000);
    background-image: -moz-linear-gradient(0deg, #000, #000);
    background-image: -ms-linear-gradient(0deg, #000, #000);
    background-image: -o-linear-gradient(0deg, #000, #000);
    background-image: linear-gradient(90deg, #000, #000);
  }
}
.designers-review-item-footer:hover > span:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%2010.956V15H1V1h4.044%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.3%22%2F%3E%3C%2Fsvg%3E");
}
.designers-review-item-footer:hover > span:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.473%201.65h-5.43V.35h7.65V8h-1.3V2.569l-6.591%206.59-.92-.919%206.591-6.59z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  transform: translate(2px, -2px);
}
.designers-review-item-footer > span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .designers-review-item-footer > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #F1602F, #A21196);
    background-image: -moz-linear-gradient(0deg, #F1602F, #A21196);
    background-image: -ms-linear-gradient(0deg, #F1602F, #A21196);
    background-image: -o-linear-gradient(0deg, #F1602F, #A21196);
    background-image: linear-gradient(90deg, #F1602F, #A21196);
  }
}
.designers-review-item-footer > span:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%2010.956V15H1V1h4.044%22%20stroke%3D%22%23BFBFBF%22%20stroke-width%3D%221.3%22%2F%3E%3C%2Fsvg%3E");
  top: 0;
  right: 0;
}
.designers-review-item-footer > span:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.473%201.65h-5.43V.35h7.65V8h-1.3V2.569l-6.591%206.59-.92-.919%206.591-6.59z%22%20fill%3D%22%23BFBFBF%22%2F%3E%3C%2Fsvg%3E");
  top: 0;
  right: 0;
  transition: 0.1s linear transform;
}
.designers-aesthetics {
  height: 1414px;
  display: flex;
}
@media (max-width: 639.98px) {
  .designers-aesthetics {
    height: auto;
    flex-direction: column-reverse;
  }
}
.designers-aesthetics-doors {
  display: flex;
  overflow: hidden;
  position: relative;
  margin-left: -102px;
  margin-right: 80px;
}
@media (min-width: 1920px) {
  .designers-aesthetics-doors {
    margin-left: 50px;
  }
}
@media (max-width: 1599.98px) {
  .designers-aesthetics-doors {
    margin-left: -272px;
    margin-right: 56px;
  }
}
@media (max-width: 1199.98px) {
  .designers-aesthetics-doors {
    margin-left: -377px;
    margin-right: 30px;
  }
}
@media (max-width: 989.98px) {
  .designers-aesthetics-doors {
    margin-left: -552px;
    margin-right: 0;
  }
}
@media (max-width: 639.98px) {
  .designers-aesthetics-doors {
    margin-left: -17px;
    height: 1078px;
    margin-bottom: 100px;
  }
  .designers-aesthetics-doors > * {
    flex-shrink: 0;
  }
}
.designers-aesthetics-door {
  background-position: center 0;
  background-repeat: repeat-y;
  background-size: contain;
  --max-height: 1448px;
  height: var(--max-height);
  animation: var(--animate-time, 0s) infinite linear moveAnimate;
}
@keyframes moveAnimate {
  0% {
    background-position-y: var(--max-height);
  }
  100% {
    background-position-y: 0;
  }
}
@media (max-width: 639.98px) {
  .designers-aesthetics-door {
    animation: none !important;
  }
}
.designers-aesthetics-door.reverse {
  animation-direction: reverse;
}
.designers-aesthetics-door-cover {
  margin-right: 30px;
  width: var(--max-width);
}
@media (max-width: 639.98px) {
  .designers-aesthetics-door-cover {
    width: calc(var(--max-width) * 0.76);
    margin-right: 20px;
  }
}
@media (max-width: 1599.98px) {
  .designers-aesthetics-door-cover-1 {
    display: none;
  }
}
.designers-aesthetics-info {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .designers-aesthetics-info {
    padding-top: 60px;
  }
}
@media (max-width: 989.98px) {
  .designers-aesthetics-info {
    padding-top: 40px;
  }
}
@media (max-width: 639.98px) {
  .designers-aesthetics-info {
    height: 817px;
    margin-left: 15px;
    margin-bottom: 40px;
  }
}
.designers-aesthetics-info-top {
  position: relative;
  margin-bottom: 40px;
  flex-grow: 2;
}
.designers-aesthetics-title {
  position: sticky;
  top: 50px;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #BFBFBF;
}
@media (max-width: 1199.98px) {
  .designers-aesthetics-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 989.98px) {
  .designers-aesthetics-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 639.98px) {
  .designers-aesthetics-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.designers-aesthetics-title span {
  color: #000;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s linear opacity, 0.3s linear transform;
}
.showed .designers-aesthetics-title span {
  transform: translateY(0);
  opacity: 1;
}
.designers-aesthetics-pluses {
  padding-top: 30px;
  padding-bottom: 76px;
  border-top: 2px solid #F0F0F0;
}
.designers-aesthetics-pluses li {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s linear opacity, 0.3s linear transform;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .designers-aesthetics-pluses li {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(92.52deg, #5BC8FF, #1470CC);
  }
}
@media (max-width: 639.98px) {
  .designers-aesthetics-pluses li {
    font-size: 20px;
    line-height: 30px;
  }
}
.showed .designers-aesthetics-pluses li {
  transform: translateY(0);
  opacity: 1;
}
.designers-aesthetics-pluses li:before {
  content: '— ';
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .designers-aesthetics-pluses li:before {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-2.519999999999996deg, #DBDBDB, #DBDBDB);
    background-image: -moz-linear-gradient(-2.519999999999996deg, #DBDBDB, #DBDBDB);
    background-image: -ms-linear-gradient(-2.519999999999996deg, #DBDBDB, #DBDBDB);
    background-image: -o-linear-gradient(-2.519999999999996deg, #DBDBDB, #DBDBDB);
    background-image: linear-gradient(92.52deg, #DBDBDB, #DBDBDB);
  }
}
.designers-advantages {
  position: relative;
  padding-top: 131px;
  padding-bottom: 170px;
  background-color: #FAFAFA;
  overflow: hidden;
}
@media (max-width: 989.98px) {
  .designers-advantages {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
@media (max-width: 639.98px) {
  .designers-advantages {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.designers-advantages-title {
  position: relative;
  z-index: 10;
  margin-bottom: 80px;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #000;
}
@media (max-width: 989.98px) {
  .designers-advantages-title {
    margin-bottom: 68px;
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 639.98px) {
  .designers-advantages-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }
}
.designers-advantages-title span {
  font-weight: 200;
}
.designers-advantages-item {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1100px;
  width: calc(100% - 70px);
  height: 200px;
  margin: 0 auto 20px;
  padding: 0 60px;
  background-color: #FFF;
  border: 1px solid #F0F0F0;
  z-index: 1;
}
@media (max-width: 989.98px) {
  .designers-advantages-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 569px;
  }
}
@media (max-width: 639.98px) {
  .designers-advantages-item {
    width: calc(100% - 30px);
    max-width: 290px;
    padding-left: 34px;
    padding-right: 32px;
    padding-top: 37px;
    justify-content: flex-start;
  }
}
.designers-advantages-item:nth-of-type(2n) {
  z-index: 0;
}
.designers-advantages-item:last-child {
  margin-bottom: 0;
}
.designers-advantages-item-title {
  width: 340px;
  font-weight: 900;
  font-size: 28px;
  line-height: 33px;
  color: #000;
  position: relative;
  padding-right: 140px;
  flex-shrink: 0;
}
@media (max-width: 989.98px) {
  .designers-advantages-item-title {
    width: auto;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 639.98px) {
  .designers-advantages-item-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.designers-advantages-item-title:before {
  content: attr(data-number);
  position: absolute;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  top: -7px;
  left: -14px;
  font-weight: normal;
}
.designers-advantages-item-description {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  color: #a6a6a6;
}
@media (max-width: 639.98px) {
  .designers-advantages-item-description {
    font-size: 14px;
    line-height: 22px;
  }
}
.designers-advantages-ribbon {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: -10px;
  height: 1856px;
  background-position: calc(50% + 90px) top;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url('../../img/design/landing/designers/advantages-bg.png');
}
@media (max-width: 1199.98px) {
  .designers-advantages-ribbon {
    background-position: 50px top;
    background-image: url('../../img/design/landing/designers/advantages-bg-sm.png');
  }
}
@media (max-width: 989.98px) {
  .designers-advantages-ribbon {
    top: -20px;
    background-position: calc(50% + 50px) top;
    background-image: url('../../img/design/landing/designers/advantages-bg-tb.png');
  }
}
@media (max-width: 639.98px) {
  .designers-advantages-ribbon {
    background-position: 50% top;
    background-image: url('../../img/design/landing/designers/advantages-bg-ph.png');
  }
}
.designers-advantages-ribbon-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.designers-slider-container {
  position: relative;
}
.designers-slider-paginate {
  position: absolute;
  width: auto;
  bottom: auto;
  top: 100px;
  left: 100px;
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 1599.98px) {
  .designers-slider-paginate {
    left: 35px;
  }
}
@media (max-width: 639.98px) {
  .designers-slider-paginate {
    top: 28px;
    left: 15px;
    font-size: 24px;
    line-height: 34px;
  }
}
.designers-slider-slide {
  height: 874px;
  padding-left: 100px;
  padding-top: 202px;
}
@media (max-width: 1599.98px) {
  .designers-slider-slide {
    padding: 202px 35px;
  }
}
@media (max-width: 1199.98px) {
  .designers-slider-slide {
    padding-top: 263px;
  }
}
@media (max-width: 639.98px) {
  .designers-slider-slide {
    padding: 135px 30px 0 15px;
    height: 700px;
  }
}
.designers-slider-slide-title {
  max-width: 689px;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  .designers-slider-slide-title {
    max-width: 483px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 639.98px) {
  .designers-slider-slide-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.designers-slider-slide-description {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .designers-slider-slide-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.designers-slider-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: 66% center;
}
.designers-slider-slide-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0.1);
}
.designers-slider-btn {
  background: transparent !important;
}
.designers-slider-btn > span {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  transition: 0.3s linear background-color, 0.3s linear border-color;
}
@media (max-width: 639.98px) {
  .designers-slider-btn {
    min-width: 240px !important;
  }
}
.designers-slider-btn:hover > span {
  background: rgba(255, 255, 255, 0.35) !important;
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}
.designers-slider-prev,
.designers-slider-next {
  width: 60px;
  height: 60px;
  position: relative;
  margin-top: 0;
  border: 1px solid #FFFFFF;
  transition: 0.3s background-color;
  background: rgba(255, 255, 255, 0.1);
}
.designers-slider-prev:after,
.designers-slider-next:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2024%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M5%2012.4l9.1%209.4-2.2%202L1.8%2013.5l-1-1.1%201-1.1L11.9%201l2.2%202z%22%2F%3E%3C%2Fsvg%3E%0A");
}
.designers-slider-prev:hover,
.designers-slider-next:hover {
  background: rgba(255, 255, 255, 0.35);
}
.designers-slider-buttons {
  position: absolute;
  display: flex;
  bottom: 100px;
  top: auto !important;
  left: 100px;
  z-index: 10;
}
@media (max-width: 1599.98px) {
  .designers-slider-buttons {
    left: 35px;
  }
}
@media (max-width: 639.98px) {
  .designers-slider-buttons {
    bottom: 35px;
    left: 15px;
  }
}
.designers-slider-prev {
  left: 0;
}
.designers-slider-next {
  right: 0;
  margin-left: 15px;
  transform: rotate(180deg);
}
.designers-chat {
  overflow: hidden;
  padding: 150px 35px;
}
@media (max-width: 1199.98px) {
  .designers-chat {
    padding-top: 100px;
  }
}
@media (max-width: 639.98px) {
  .designers-chat {
    padding: 100px 35px;
  }
}
.designers-chat-title {
  margin-bottom: 65px;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #000;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .designers-chat-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 989.98px) {
  .designers-chat-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 639.98px) {
  .designers-chat-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.designers-chat-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1114px;
  margin: auto;
}
.designers-chat-item {
  display: flex;
  margin-bottom: 30px;
  transform: translateX(100vw);
}
.designers-chat-item.designers-chat-item-types {
  animation: showToLeft 0.3s linear;
  transform: translateX(0);
}
.designers-chat-item-manager {
  transform: translateX(-100vw);
  align-self: flex-start;
  flex-direction: row-reverse;
}
.designers-chat-item-manager.designers-chat-item-types {
  animation: showToRight 0.3s linear;
}
.designers-chat-item-name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #A2CC7A;
}
@media (max-width: 639.98px) {
  .designers-chat-item-name {
    font-size: 16px;
    line-height: 16px;
  }
}
.designers-chat-item-manager .designers-chat-item-name {
  color: #BFBFBF;
  align-self: flex-end;
}
@media (max-width: 639.98px) {
  .designers-chat-item-manager .designers-chat-item-name {
    align-self: flex-start;
  }
}
.designers-chat-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
}
@media (max-width: 639.98px) {
  .designers-chat-item-info {
    align-items: flex-end;
    margin-right: 0;
  }
}
.designers-chat-item-manager .designers-chat-item-info {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 639.98px) {
  .designers-chat-item-manager .designers-chat-item-info {
    margin-left: 0;
  }
}
.designers-chat-item-message {
  position: relative;
  padding: 15px 58px 20px 20px;
  background: #E2FFC7;
  border-radius: 12px 0 12px 12px;
  min-height: 72px;
  min-width: 268px;
}
@media (max-width: 989.98px) {
  .designers-chat-item-message {
    padding-right: 20px;
    min-height: 55px;
    min-width: 209px;
  }
}
@media (max-width: 639.98px) {
  .designers-chat-item-message {
    padding: 15px 17px 20px 14px;
  }
}
.designers-chat-item-types .designers-chat-item-message {
  min-height: auto;
  min-width: auto;
  padding: 15px 20px;
}
.designers-chat-item-loaded .designers-chat-item-message {
  padding: 15px 58px 20px 20px;
  min-height: 72px;
  min-width: 268px;
}
@media (max-width: 989.98px) {
  .designers-chat-item-loaded .designers-chat-item-message {
    padding-right: 20px;
    min-height: 55px;
    min-width: 209px;
  }
}
@media (max-width: 639.98px) {
  .designers-chat-item-loaded .designers-chat-item-message {
    padding: 15px 17px 20px 14px;
  }
}
.designers-chat-item-manager .designers-chat-item-message {
  background: #FAFAFA;
  border-radius: 0 12px 12px 12px;
}
.designers-chat-item-manager .designers-chat-item-message:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2225%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.407%200H0v24.103L16.67%204.97C18.36%203.03%2016.981%200%2014.406%200z%22%20fill%3D%22%23FAFAFA%22%2F%3E%3C%2Fsvg%3E");
  top: 0;
  left: auto;
  right: 100%;
  transform: scaleX(-1);
}
.designers-chat-item-message:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2225%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.407%200H0v24.103L16.67%204.97C18.36%203.03%2016.981%200%2014.406%200z%22%20fill%3D%22%23E2FFC7%22%2F%3E%3C%2Fsvg%3E");
  width: 18px;
  height: 25px;
  top: 0;
  left: 100%;
}
.designers-chat-item-message:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%207.154L5%2011l8-10M19%201l-7.682%2010L10%209.68%22%20stroke%3D%22%235BC8FF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 12px;
  bottom: 16px;
  right: 20px;
}
.designers-chat-item-types .designers-chat-item-message:before {
  opacity: 0;
}
.designers-chat-item-loaded .designers-chat-item-message:before {
  opacity: 1;
}
@media (max-width: 639.98px) {
  .designers-chat-item-message:before {
    bottom: 11px;
    right: 14px;
  }
}
.designers-chat-item-message-animate {
  display: none;
}
.designers-chat-item-types .designers-chat-item-message-animate {
  display: flex;
}
.designers-chat-item-loaded .designers-chat-item-message-animate {
  display: none;
}
.designers-chat-item-message-animate > div {
  margin-right: 10px;
  height: 15px;
  width: 15px;
  background-color: #A0BF7C;
  animation: chatAnimate 1.5s infinite;
  border-radius: 50%;
  opacity: 1;
  transition: 0.1s linear opacity;
}
.designers-chat-item-manager .designers-chat-item-message-animate > div {
  background-color: #BFBFBF;
}
.designers-chat-item-message-animate > div:last-child {
  margin-right: 0;
}
.designers-chat-item-message-animate :nth-child(1) {
  animation-delay: 0.5s;
}
.designers-chat-item-message-animate :nth-child(2) {
  animation-delay: 1s;
}
.designers-chat-item-message-animate :nth-child(3) {
  animation-delay: 1.5s;
}
.designers-chat-item-text {
  max-width: 549px;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}
@media (max-width: 989.98px) {
  .designers-chat-item-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.designers-chat-item-types .designers-chat-item-text {
  display: none;
}
.designers-chat-item-loaded .designers-chat-item-text {
  display: block;
}
.designers-chat-item-time {
  position: absolute;
  color: #000000;
  opacity: 0.35;
  font-size: 16px;
  line-height: 22px;
  bottom: 9px;
  right: 43px;
}
@media (max-width: 989.98px) {
  .designers-chat-item-time {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 639.98px) {
  .designers-chat-item-time {
    bottom: 4px;
    right: 37px;
  }
}
.designers-chat-item-types .designers-chat-item-time {
  display: none;
}
.designers-chat-item-loaded .designers-chat-item-time {
  display: block;
}
.designers-chat-item-photo {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.designers-chat-item-photo-column {
  position: relative;
}
@media (max-width: 639.98px) {
  .designers-chat-item-photo-column {
    display: none;
  }
}
.designers-chat-item-photo-name {
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #BFBFBF;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}
.designers-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 110px 15px 0;
  height: 800px;
  color: #FFF;
  background-image: -webkit-linear-gradient(-4.730000000000004deg, #5BC8FF, #1470CC);
  background-image: -moz-linear-gradient(-4.730000000000004deg, #5BC8FF, #1470CC);
  background-image: -ms-linear-gradient(-4.730000000000004deg, #5BC8FF, #1470CC);
  background-image: -o-linear-gradient(-4.730000000000004deg, #5BC8FF, #1470CC);
  background-image: linear-gradient(94.73deg, #5BC8FF, #1470CC);
}
@media (max-width: 1199.98px) {
  .designers-download {
    height: auto;
    padding: 150px 15px 150px;
  }
}
@media (max-width: 639.98px) {
  .designers-download {
    padding: 80px 15px 80px;
  }
}
.designers-download-title {
  text-align: center;
  font-weight: 900;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .designers-download-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 639.98px) {
  .designers-download-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.designers-download-description {
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
  opacity: 0.75;
  max-width: 730px;
  margin: 0 auto 40px;
  text-align: center;
}
.designers-download-form {
  max-width: 350px;
}
.designers-download-form .checkbox-styled-wrapper {
  margin-bottom: 60px;
  padding: 0 0 0 25px;
}
.designers-download-form .checkbox-confirm ~ .checkbox-styled-pointer {
  width: 15px;
  height: 15px;
  left: 0 !important;
  top: 2px !important;
  border-color: #FFF !important;
}
.designers-download-form .checkbox-confirm ~ .checkbox-styled-pointer:hover {
  border-color: #FFF !important;
}
.designers-download-form .checkbox-confirm:checked ~ .checkbox-styled-pointer {
  border-color: transparent !important;
}
.designers-download-form .checkbox-confirm:checked ~ .checkbox-styled-pointer:hover {
  border-color: transparent !important;
}
.designers-download-form .checkbox-confirm.check-error ~ .checkbox-styled-pointer {
  border-color: #E52222 !important;
}
.designers-download-form .checkbox-confirm.check-error ~ .checkbox-styled-pointer:hover {
  border-color: #E52222 !important;
}
.designers-download-form .checkbox-confirm ~ .checkbox-styled-text {
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
}
.designers-download-form .checkbox-confirm ~ .checkbox-styled-text a {
  color: #FFF;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: 0.3s linear color, 0.3s linear border-color;
  cursor: pointer;
}
.designers-download-form .checkbox-confirm ~ .checkbox-styled-text a:hover {
  border-color: transparent;
}
.designers-download-row {
  margin-bottom: 15px;
}
.designers-download-row:last-of-type {
  margin-bottom: 30px;
}
.designers-download-input {
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  color: #FFF;
  font-size: 18px;
  line-height: 32px;
  border-color: rgba(255, 255, 255, 0.35) !important;
}
.designers-download-input.check-error {
  border-color: #E52222 !important;
}
.designers-download-input ~ .input-placeholder {
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  padding-left: 0;
  left: 0 !important;
  color: #FFF;
  font-size: 18px;
  line-height: 32px;
}
.designers-download-btn {
  display: block;
  margin: auto;
  background: none !important;
  min-width: 240px;
}
.designers-download-btn > span {
  padding: 17px 21px;
  border-radius: 3px;
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #299BD4;
}
.designers-download-btn:hover > span {
  background-color: transparent;
  color: #FFF !important;
}
.designers-btn {
  min-width: 250px;
}
@media (max-width: 639.98px) {
  .designers-btn {
    min-width: 180px;
    display: block;
  }
}
.designers-btn > span {
  padding: 17px 21px;
}
@media (max-width: 639.98px) {
  .designers-btn > span {
    padding: 12px 14px;
  }
}
@keyframes chatAnimate {
  33% {
    opacity: 0.65;
  }
  66% {
    opacity: 0.35;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showToRight {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes showToLeft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
/*# sourceMappingURL=landing_designers.css.map */