/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./assets/styles/src/style-blocks-conditional.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
/*
 * style-blocks-conditional.scss
 *
 * Block partials whose styles only need to load when their block is actually
 * present on the rendered page. Enqueued conditionally via has_block()
 * checks in lib/functions/load-assets.php.
 */
/*** COMMON ***/
/*
input,
textarea {
    @include input-placeholder {
        color: $grey;
    }
}
*/
/*** STYLING ***/
/*
.screen-reader-text {
  @include screen-reader-text;
}
*/
/*
@include keyframes(move) {
  0%   { left: 0; }
  100% { left: 100px; }
}

.box {
  @include animation(move 0.5s ease infinite alternate);
}
*/
/*
div {
  @include font( $base-font, 16px, #fff, 700, 18px );
}
*/
/*
.module, header[role="banner"] {
  @include box-emboss(0.3, 0.6);
}
*/
/*
.fade {
  @include opacity(.4);
}
*/
/*
*:before {
  @extend %pseudos;
}
*/
/*
.test {
  @include skew(25,10);
  @include transform-origin(top left);
}
*/
/*
a {
  @include transition(background-color 1s .5s, color 2s);
}
*/
/*
div {
  @include linear-gradient(45deg, black, white);
}
*/
/*
a {
  @include hover {
    border: 1px solid red;
    color: blue;
  }
}
*/
/*
.site-header {
  padding: 2rem;
  font-size: 1.8rem;
  @include breakpoint('tablet-wide') {
    padding-top: 4rem;
    font-size: 2.4rem;
  }
}
*/
/*
 * style-blocks-conditional.scss
 *
 * Block partials whose styles only need to load when their block is actually
 * present on the rendered page. Enqueued conditionally via has_block()
 * checks in lib/functions/load-assets.php.
 */
.block-ebook .wp-block-columns {
  border: 1px solid #e2eaee;
  border-radius: 1.3333333333em;
  position: relative;
  background-image: linear-gradient(194.8deg, rgba(235, 247, 253, 0) 11.63%, #ebf7fd 71.93%);
  padding-bottom: 2.1111111111em;
}
.block-ebook .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
  flex-basis: 100% !important;
}
@media (min-width: 600px) and (max-width: 781px) {
  .block-ebook .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .block-ebook .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important;
  }
  .block-ebook .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 50% !important;
  }
}
@media (min-width: 900px) {
  .block-ebook .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 60% !important;
  }
  .block-ebook .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 60% !important;
  }
  .block-ebook .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-of-type {
    flex-basis: 40% !important;
  }
}
@media (min-width: 1240px) {
  .block-ebook .wp-block-columns {
    background-image: linear-gradient(273deg, rgba(235, 247, 253, 0) 11.63%, #ebf7fd 71.93%);
  }
}
@media (min-width: 900px) {
  .block-ebook .wp-block-columns::after {
    content: url("assets/images/bg/bg-st-6.svg");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 321px;
    height: 284px;
    overflow: hidden;
    z-index: 1;
  }
}
@media (min-width: 1512px) {
  .block-ebook .wp-block-columns {
    margin-bottom: 5.3333333333em;
  }
}
.block-ebook .wp-block-columns .wp-block-column:first-of-type {
  padding-top: 1.3333333333em;
  padding-left: 1.3333333333em;
  padding-right: 1.3333333333em;
}
@media (min-width: 640px) {
  .block-ebook .wp-block-columns .wp-block-column:first-of-type {
    padding-left: 4.4444444444em;
    padding-bottom: 1.7222222222em;
  }
}
@media (min-width: 768px) {
  .block-ebook .wp-block-columns .wp-block-column:first-of-type {
    margin-bottom: initial;
  }
}
@media (min-width: 900px) {
  .block-ebook .wp-block-columns .wp-block-column:first-of-type {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .block-ebook .wp-block-columns .wp-block-column:first-of-type {
    margin-bottom: 2.5em;
    padding-top: 4.4444444444em;
  }
}
.block-ebook .wp-block-columns .wp-block-column:first-of-type h2 {
  padding-top: 0.75em;
  font-size: 2.4rem;
  line-height: 32px;
}
@media (min-width: 640px) {
  .block-ebook .wp-block-columns .wp-block-column:first-of-type h2 {
    font-size: 4rem;
    line-height: 48px;
  }
}
.block-ebook .wp-block-columns .wp-block-column:first-of-type ul {
  margin-bottom: 1.6666666667em;
}
.block-ebook .wp-block-columns .wp-block-column:first-of-type p {
  margin-bottom: 0.4em;
}
.block-ebook .wp-block-columns .wp-block-column:first-of-type .wp-block-buttons {
  display: none;
}
@media (min-width: 640px) {
  .block-ebook .wp-block-columns .wp-block-column:first-of-type .wp-block-buttons {
    display: block;
  }
}
.block-ebook .wp-block-columns .wp-block-column:last-of-type {
  position: relative;
  background: linear-gradient(0deg, #ebf7fd 11.63%, rgba(235, 247, 253, 0) 71.93%);
  margin-left: 0;
}
@media (min-width: 768px) {
  .block-ebook .wp-block-columns .wp-block-column:last-of-type {
    background: none;
    border-radius: 1.3333333333em;
    margin-bottom: initial;
  }
}
@media (min-width: 1024px) {
  .block-ebook .wp-block-columns .wp-block-column:last-of-type {
    margin-bottom: 2.5em;
  }
}
.block-ebook .wp-block-columns .wp-block-column:last-of-type::after {
  content: url("assets/images/bg/bg-st-6-small.svg");
  position: absolute;
  right: 0;
  top: auto;
  bottom: -1px;
  width: 124px;
  height: 156px;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-ebook .wp-block-columns .wp-block-column:last-of-type::after {
    display: none;
  }
}
.block-ebook .wp-block-columns .wp-block-column:last-of-type figure {
  border-radius: initial;
  margin-top: 1.6666666667em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 74%;
}
@media (min-width: 768px) {
  .block-ebook .wp-block-columns .wp-block-column:last-of-type figure {
    background-color: transparent;
    height: auto;
    max-width: initial;
  }
}
@media (min-width: 900px) {
  .block-ebook .wp-block-columns .wp-block-column:last-of-type figure {
    position: absolute;
    top: -46px;
    width: 110%;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .block-ebook .wp-block-columns .wp-block-column:last-of-type figure {
    top: -47px;
    width: 108%;
  }
}
@media (min-width: 1240px) {
  .block-ebook .wp-block-columns .wp-block-column:last-of-type figure {
    top: -22px;
    margin-top: 0;
    width: 113%;
  }
}
@media (min-width: 1512px) {
  .block-ebook .wp-block-columns .wp-block-column:last-of-type figure {
    top: -24px;
    width: 145%;
  }
}
.block-ebook .wp-block-columns .wp-block-column figure.wp-block-image::after {
  display: none;
}
.block-ebook .wp-block-columns .wp-block-column figure.wp-block-image img {
  position: relative;
  z-index: 2;
}

/*
 * style-blocks-conditional.scss
 *
 * Block partials whose styles only need to load when their block is actually
 * present on the rendered page. Enqueued conditionally via has_block()
 * checks in lib/functions/load-assets.php.
 */
.block-contact-form {
  background-image: linear-gradient(0deg, #ebf7fd 0.01%, rgba(235, 247, 253, 0) 91.41%);
}
.block-contact-form .wrap {
  border-top: 1px solid #e2eaee;
  border-bottom: 1px solid #e2eaee;
  padding-top: 5.8333333333em;
  padding-bottom: 2.2222222222em;
}
.block-contact-form .wp-block-columns.is-not-stacked-on-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .block-contact-form .wp-block-columns.is-not-stacked-on-mobile {
    display: flex;
  }
}
.block-contact-form .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:first-of-type {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
@media (min-width: 1024px) {
  .block-contact-form .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:first-of-type {
    margin-left: inherit;
    margin-right: inherit;
    width: auto;
  }
}
.block-contact-form .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:not(:first-child) {
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .block-contact-form .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
.block-contact-form .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:not(:first-child) .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 9px;
}
.block-contact-form .wp-block-column:first-of-type {
  padding-right: 0;
  padding-bottom: 1.5555555556em;
}
@media (min-width: 768px) {
  .block-contact-form .wp-block-column:first-of-type {
    padding-bottom: initial;
  }
}
@media (min-width: 1024px) {
  .block-contact-form .wp-block-column:not(:first-of-type) {
    padding-left: 8.4418%;
  }
}
.block-contact-form .wp-block-column:last-of-type {
  margin-top: 1.5em;
}
.block-contact-form figure {
  border-radius: 50%;
  position: relative;
}
.block-contact-form figure img {
  position: relative;
  z-index: 2;
}
.block-contact-form figure::before {
  content: "";
  height: 85%;
  width: 85%;
  border-radius: 50%;
  position: absolute;
  left: 1.9444444444em;
  right: 0;
  top: 2.7777777778em;
  bottom: 0;
}
@media (min-width: 768px) {
  .block-contact-form figure::before {
    left: 3.4444444444em;
    top: 4.9444444444em;
  }
}
.block-contact-form figure::after {
  content: "";
  border-radius: 50%;
  width: 85%;
  height: 85%;
  left: 3em;
  right: 0;
  top: 4.2777777778em;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-contact-form figure::after {
    left: 5.1666666667em;
    top: 7.2222222222em;
    width: 86%;
    height: 86%;
  }
}

/*
 * style-blocks-conditional.scss
 *
 * Block partials whose styles only need to load when their block is actually
 * present on the rendered page. Enqueued conditionally via has_block()
 * checks in lib/functions/load-assets.php.
 */
.team {
  border-top: 1px solid #e2eaee;
}
@media (min-width: 768px) {
  .team {
    margin-top: 5em;
    padding-top: 2.0555555556em;
  }
}
.entry-content .team-heading h2 {
  font-size: 4rem;
  line-height: 48px;
  text-align: center;
}
.team-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .team-wrap {
    padding-left: 2.8888888889em;
    padding-right: 2.8888888889em;
    padding-top: 5.1666666667em;
  }
}
@media (min-width: 1024px) {
  .team-wrap {
    padding-left: 8.4444444444em;
    padding-right: 8.4444444444em;
  }
}

.member {
  margin-bottom: 2.7222222222em;
  text-align: center;
  width: 100%;
}
@media (min-width: 640px) {
  .member {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .member {
    width: calc(33% - 20px);
  }
}
.member-visual {
  border-radius: 100%;
  margin-bottom: 1.7222222222em;
}
.member-visual img {
  border-radius: 100%;
}
.member-name p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
}
.entry-content .member-name p {
  margin-bottom: 0.125em;
}
.member-position p {
  color: rgba(44, 50, 57, 0.6);
}

/*
 * style-blocks-conditional.scss
 *
 * Block partials whose styles only need to load when their block is actually
 * present on the rendered page. Enqueued conditionally via has_block()
 * checks in lib/functions/load-assets.php.
 */
.single-testimonial {
  max-width: 38.3888888889em;
  margin-right: auto;
  margin-left: auto;
}
.single-testimonial-quote {
  background-color: #f8f8f8;
  border: 1px solid #ebebec;
  border-radius: 0.4444444444em;
  margin-bottom: 1.2222222222em;
  position: relative;
  z-index: 2;
  padding: 1.3888888889em 1.3888888889em 1.0555555556em;
}
.single-testimonial-quote::before {
  content: "";
  position: absolute;
  left: 45px;
  bottom: -29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
  border-color: #f8f8f8 transparent transparent transparent;
  z-index: 3;
}
.single-testimonial-quote::after {
  content: "";
  position: absolute;
  left: 44px;
  bottom: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px;
  border-color: #ebebeb transparent transparent transparent;
  z-index: 2;
}
.single-testimonial-quote > .wp-block-image {
  margin-bottom: 1.2777777778em;
  width: 5.5555555556em;
}
.single-testimonial blockquote {
  margin: 0;
}
.single-testimonial blockquote::before, .single-testimonial blockquote::after {
  display: none;
}
.single-testimonial blockquote p {
  margin-bottom: 1em;
  line-height: 30px;
  position: relative;
}
.single-testimonial blockquote p::before, .single-testimonial blockquote p::after {
  content: '"';
  position: absolute;
}
.single-testimonial blockquote p::before {
  top: 0;
  left: -5px;
}
.single-testimonial blockquote cite {
  color: #000;
  font-size: 1.4rem;
  line-height: 18px;
  font-style: normal;
}
.single-testimonial blockquote cite strong {
  font-weight: 400;
}
.entry-content .single-testimonial p.verified {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.single-testimonial p.verified a {
  color: #15be7d;
  text-decoration: none;
}
.single-testimonial p.verified a:hover, .single-testimonial p.verified a:focus {
  text-decoration: underline;
}
.single-testimonial > .wp-block-image {
  margin-left: 1.3888888889em;
}
.single-testimonial-dynamic > .wp-block-image {
  width: 80px;
}

.verified {
  background-image: url("/wp-content/themes/cloudweb-theme/assets/images/sprite.svg#sprite-verified-icon-fragment");
  background-position: 0 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin-top: 0.1111111111em;
  padding-left: 1.6666666667em;
  color: #15be7d;
  line-height: 20px;
}

/*
 * style-blocks-conditional.scss
 *
 * Block partials whose styles only need to load when their block is actually
 * present on the rendered page. Enqueued conditionally via has_block()
 * checks in lib/functions/load-assets.php.
 */
.downloads {
  margin-top: 2.1111111111em;
}
@media (min-width: 1024px) {
  .downloads {
    display: grid;
    grid-template-columns: 65.8064% minmax(31.6129%, 392px);
    column-gap: 1.8888888889em;
  }
}
@media (min-width: 1240px) {
  .downloads {
    margin-top: 6.6666666667em;
  }
}
.downloads-wrap {
  margin-bottom: 1.6666666667em;
}
@media (min-width: 768px) {
  .downloads-wrap {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.6666666667em;
  }
}
.downloads article {
  background-color: #fff;
  border: 1px solid #e2eaee;
  border-radius: 0.8888888889em;
  display: flex;
  flex-direction: column;
  padding: 0.4444444444em 0.3888888889em 1.5em 0.3888888889em;
  margin-bottom: 1.6666666667em;
}
@media (min-width: 768px) {
  .downloads article {
    margin-bottom: initial;
  }
}
.has-downloads-block .downloads article h2 {
  font-size: 2rem;
  margin-bottom: 0;
  padding: 0.6em 0.95em 0.7em 0.95em;
  line-height: 28px;
}
.downloads article img {
  border-top-left-radius: 0.4444444444em;
  border-top-right-radius: 0.4444444444em;
  margin-bottom: 1em;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .downloads article img {
    min-height: 12.2222222222em;
  }
}
.downloads article .entry-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}
.downloads article .entry-content p {
  font-size: 1.8rem;
}
.downloads article .entry-header {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}
.downloads article .entry-title {
  margin-left: 0;
  padding-top: 0;
}
.downloads article .entry-title:hover a, .downloads article .entry-title:focus a {
  color: #009fe3;
}
.downloads article .entry-footer {
  margin-top: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.downloads article .entry-meta {
  margin-bottom: 0.6111111111em;
  display: inline-flex;
  place-items: center;
}
.downloads article .entry-meta span {
  font-size: 1.6rem;
}
.downloads article .entry-meta span a {
  display: none;
}
.downloads article .entry-meta span a:first-of-type {
  display: block;
  text-decoration: none;
}
.downloads article .entry-meta span a:first-of-type:hover, .downloads article .entry-meta span a:first-of-type:focus {
  text-decoration: underline;
}
.downloads article time {
  background-color: rgba(127, 131, 136, 0.1);
  font-size: 1.6rem;
  border-radius: 0.2222222222em;
  margin-right: 0.4444444444em;
  padding: 0.3333333333em 0.8333333333em 0.1111111111em 0.8333333333em;
  color: #7f8388;
  font-weight: 700;
}
.downloads article a.entry-title-link {
  color: #2c3239;
  text-transform: initial;
}

.entry-content .downloads article .button.button-secondary:hover, .entry-content .downloads article .button.button-secondary:focus {
  color: #009fe3;
}
.entry-content .downloads aside ul {
  margin-bottom: 0;
  margin-left: 0;
}
.entry-content .downloads aside li::before {
  display: none;
}

/*# sourceMappingURL=style-blocks-conditional.css.map*/