* {
  --primary-color: #008a9c;
  --primary-color-rgb: 0, 138, 156;
  --secondary-color: #EAA638;
  --secondary-color-rgb: 59, 157, 31;
}

.subtitle {
    position: relative;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: var(--body-font);
    color: #666666;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-bottom: 20px;
}

a,
a:hover {
  color:var(--secondary-color);
  text-decoration: none;
  outline: none;
}

a.btn-main.btn-dark-trans:hover{
    background: var(--secondary-color);
}

.gradient-edge-top {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(34,34,34, 1) 0%, rgba(34,34,34, 0) 100%);
}

.gradient-edge-left {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(34,34,34,1) 0%, rgba(34,34,34, 0) 100%);
}
