/**
 SASS files that don't get compiled into CSS. Do not put element selectors in here.
 Every file not starting with '_' should import this file if you want to use functions and mixins.
 */
/**
 * SASS variables
 *
 These are only used in the properties and abstract SASS files.
 */
/**
 Breakpoints and columns
 */
/**
 Text
 */
/**
Fill in the header styles, only write the properties you want to override.
 */
/**
 Form
 */
/**
  Buttons
 */
/**
 Breakpoints

 @param {Keyword} $breakpoint - The breakpoint name of the minimum width. Can be any of the names in the $breakpoint variable
 */
/**
  Custom column size.
  Especially handy inside other columns.

  @param {Number|string} $size - the size in columns or 'expand'/'shrink'.
  @param {number} $total - the total size in columns. Ignored when size is 'expand'/'shrink'
 */
/**
  Custom offset size.
  Especially handy inside other columns.

  @param {Number|string} $size - the size of the offset.
  @param {number} $total - the total size in columns.
  @param {string} - the side from the offset.
 */
.node--type-contractor.vm-home {
  padding: 40px;
}
@media (min-width: 992px) {
  .node--type-contractor.vm-home {
    padding: 60px;
  }
}
.node--type-contractor.vm-home {
  position: relative;
}
.node--type-contractor.vm-home .sendlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 30;
}
.node--type-contractor.vm-home .sendlink:hover + .upper .field--name-field-teaser-media {
  opacity: 0.8;
}
.node--type-contractor.vm-home .upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .node--type-contractor.vm-home .upper {
    gap: 40px;
  }
}
.node--type-contractor.vm-home .upper h3 {
  font-weight: 400;
  width: 100%;
  text-align: left;
}
.node--type-contractor.vm-home .upper h3 strong {
  font-weight: 400;
}
.node--type-contractor.vm-home .upper .field--name-field-teaser-media {
  max-width: 160px;
  transition: var(--transition);
}
.node--type-contractor.vm-home .upper .field--name-field-teaser-media img {
  border-radius: 100%;
}
.node--type-contractor.vm-home .field--name-field-teaser-text {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .node--type-contractor.vm-home .field--name-field-teaser-text {
    margin-top: 30px;
  }
}
.node--type-contractor.vm-home .actions-wrapper {
  margin-top: 20px;
}
