@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.quoteSmallBlock {
  margin: 50px 0 50px;
}
.quoteSmallBlock.aos-animate .quote {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.quoteSmallBlock.aos-animate .quote:after {
  height: calc(100% - 8px);
}
.quoteSmallBlock.aos-animate .icon {
  opacity: 1;
  margin-top: 0px;
}
.quoteSmallBlock .contentWrapper {
  position: relative;
}
.quoteSmallBlock .quote {
  position: relative;
  padding-left: 35px;
  max-width: 550px;
  color: #134053;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
.quoteSmallBlock .quote:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: auto;
  width: 2px;
  bottom: 4px;
  background: #fbbc43;
  -webkit-transition: height 0.3s ease-out 0.6s;
  -moz-transition: height 0.3s ease-out 0.6s;
  -o-transition: height 0.3s ease-out 0.6s;
  transition: height 0.3s ease-out 0.6s;
}
.quoteSmallBlock .icon {
  height: auto;
  left: auto;
  position: absolute;
  top: calc(50% - 10px);
  width: 276px;
  right: 200px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
  -moz-transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
  -ms-transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
  -o-transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
  transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
}
.quoteSmallBlock .icon svg {
  width: 100%;
  opacity: 0.05;
}
.quoteSmallBlock .icon svg path {
  fill: transparent;
  stroke: #1F1F1F;
  stroke-width: 2px;
}
@media all and (max-width: 1215px) {
  .quoteSmallBlock .icon {
    right: 0;
  }
}
@media all and (max-width: 768px) {
  .quoteSmallBlock .icon {
    display: none;
  }
}
/*# sourceMappingURL=quote_small_block.css.map */