[data-scroll]:not(.is-inview) {
  opacity: 0;
}

[data-scroll].is-inview {
  opacity: 1;
  transition: opacity 0.5s;
}

a,
a:hover {
  color: #ededed;
}

ul {
  color: #ededed;
  line-height: 33px;
  list-style-type: disc !important;
  margin-bottom: 50px;
}

.caption {
  text-transform: uppercase;
}

.vertical-item:last-of-type {
  margin-bottom: 0;
}

.vertical-item:nth-child(even) .vertical-item-description,
.vertical-item:nth-child(even) .vertical-item-quote,
.vertical-item:not(:nth-child(even)) .vertical-item-image {
  float: left;
}

.vertical-item:not(:nth-child(even)) .vertical-item-description,
.vertical-item:not(:nth-child(even)) .vertical-item-quote,
.vertical-item:nth-child(even) .vertical-item-image {
  float: right;
}

.vertical-item-cta {
  margin-bottom: 100px;
}

.vertical-item-cta,
.vertical-item-description {
  display: block;
  -webkit-transition: transform 0.6s ease 0.6s;
  -o-transition: transform 0.6s ease 0.6s;
  -webkit-transition: -webkit-transform 0.6s ease 0.6s;
  transition: -webkit-transform 0.6s ease 0.6s;
  transition: transform 0.6s ease 0.6s;
  transition: transform 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
}

.vertical-item-footer img {
  width: 200px;
}

.vertical-item-quote {
  font-style: italic;
}

@media only screen and (max-width: 850px) {
  .vertical-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .vertical-item:not(:nth-child(even)) .vertical-item-meta {
    left: 50%;
  }

  .vertical-item:nth-child(even) .vertical-item-meta {
    right: 50%;
  }

  .vertical-item-cta {
    font-size: 30px;
    line-height: 50px;
  }

  .vertical-item-footer img {
    margin-bottom: 10px;
    margin-top: 25px;
    width: 150px;
  }

  .vertical-item-cta,
  .vertical-item-description,
  .vertical-item-footer,
  .vertical-item-quote {
    clear: both;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .vertical-item-meta {
    top: 220px;
    width: calc(50% - 15px);
  }

  .vertical-item-title {
    font-size: 20px;
    line-height: 33px;
  }

  .vertical-projects {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 851px) {
  .vertical-item {
    margin-bottom: 200px;
  }

  .vertical-item-description {
    width: 35%;
  }

  .vertical-item-footer-left {
    float: left;
  }

  .vertical-item-footer-right {
    float: right;
  }
}

/* Sections */

@media only screen and (min-width: 851px) {
  #opening {
    margin-top: 50px;
  }

  #services {
    margin-bottom: 300px;
  }

  #opening .vertical-item-meta,
  #services .vertical-item-meta {
    width: 50%;
  }

  #services .vertical-item-title {
    font-size: 30px;
  }
}

#atmosphere {
  height: 200px;
  margin: auto;
  position: absolute;
  left: 65%;
  width: 200px;
}

@media only screen and (min-width: 851px) {
  #atmosphere {
    bottom: 0;
    top: 0;
  }
}

#spaceship {
  height: 101px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 15px;
}

#earth {
  height: 200px;
  border-radius: 50%;
  box-shadow: -5px 0 10px -5px lightskyblue;
  width: 200px;
}

@media only screen and (max-width: 850px) {
  #earth {
    margin-top: 150px;
  }
}

#satellite {
  bottom: 0;
  height: 90px;
  left: 25%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 78px;
}

#spaceman {
  height: 90px;
  width: 78px;
}

@keyframes radiant {
  0%,
  100% {
    box-shadow: 0 0 25px 5px orange, 25px 0 50px orange;
  }
  25% {
    box-shadow: 0 0 25px 5px orange, 0 -25px 50px orange;
  }
  50% {
    box-shadow: 0 0 25px 5px orange, -25px 0 50px orange;
  }
  75% {
    box-shadow: 0 0 25px 5px orange, 0 25 50px orange;
  }
}

#sun {
  animation: radiant linear 5s infinite;
  background-image: radial-gradient(red, orange);
  border-radius: 50%;
  bottom: -150px;
  box-shadow: 0 0 25px 5px orange;
  padding-bottom: 300px;
  position: absolute;
  left: -150px;
  width: 300px;
}

@media only screen and (min-width: 851px) {
  #trainings {
    margin-top: 400px;
  }
}

#about {
  margin-top: 400px;
}

@media only screen and (max-width: 850px) {
  #about {
    margin-bottom: 200px;
    margin-top: 300px;
  }
}

@media only screen and (min-width: 851px) {
  #about-quote {
    color: rgba(255, 255, 255, 0.49);
    bottom: 25px;
    position: absolute;
    right: 0;
    width: 50%;
  }
}

#uranus {
  background-color: #d9f7f7;
  box-shadow: inset 5px -5px 5px -5px #40545c,
    inset 20px -20px 15px -5px #8db1b9, inset 10px -5px 5px #749c9c;
  border-radius: 50%;
  height: 90px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 90px;
}

@media only screen and (max-width: 850px) {
  #uranus {
    top: -145px;
  }
}

/* https://codepen.io/Davide_sd/pen/QWrXjG */

#saturn {
  width: 400px;
  height: 400px;
  position: relative;
  transform: rotateZ(-15deg);
}

@media only screen and (max-width: 850px) {
  #saturn {
    margin-bottom: -150px;
    top: -100px;
  }
}

.rings {
  position: relative;
  width: 100%;
  height: 100%;

  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(24, 19, 25, 0) 0%,
    rgba(53, 52, 51, 0) 34%,
    rgba(55, 54, 52, 1) 36%,
    rgba(56, 55, 53, 1) 37%,
    rgba(68, 67, 66, 1) 38%,
    rgba(56, 55, 53, 1) 39%,
    rgba(68, 67, 66, 1) 40%,
    rgba(56, 55, 53, 1) 41%,
    rgba(87, 77, 76, 1) 42%,
    rgba(87, 77, 76, 1) 44%,
    rgba(113, 110, 103, 1) 46%,
    rgba(113, 110, 103, 1) 48%,
    rgba(113, 98, 93, 1) 49%,
    rgba(113, 98, 93, 1) 51%,
    rgba(122, 115, 105, 1) 52%,
    rgba(113, 98, 93, 1) 53%,
    rgba(113, 98, 93, 1) 54%,
    rgba(122, 115, 105, 1) 55%,
    rgba(106, 99, 89, 1) 56%,
    rgba(106, 99, 89, 1) 58%,
    rgba(79, 76, 76, 0) 60%,
    rgba(65, 64, 70, 1) 61%,
    rgba(65, 64, 70, 1) 62%,
    rgba(90, 85, 89, 1) 63%,
    rgba(78, 74, 73, 1) 65%,
    rgba(78, 73, 74, 1) 67%,
    rgba(78, 73, 74, 0) 68%,
    rgba(78, 73, 75, 1) 69%,
    rgba(78, 73, 75, 1) 70%,
    rgba(78, 73, 76, 0) 71%,
    rgba(77, 72, 76, 0) 72%,
    rgba(24, 19, 25, 0) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(24, 19, 25, 0)),
    color-stop(34%, rgba(53, 52, 51, 0)),
    color-stop(36%, rgba(55, 54, 52, 1)),
    color-stop(37%, rgba(56, 55, 53, 1)),
    color-stop(38%, rgba(68, 67, 66, 1)),
    color-stop(39%, rgba(56, 55, 53, 1)),
    color-stop(40%, rgba(68, 67, 66, 1)),
    color-stop(41%, rgba(56, 55, 53, 1)),
    color-stop(42%, rgba(87, 77, 76, 1)),
    color-stop(44%, rgba(87, 77, 76, 1)),
    color-stop(46%, rgba(113, 110, 103, 1)),
    color-stop(48%, rgba(113, 110, 103, 1)),
    color-stop(49%, rgba(113, 98, 93, 1)),
    color-stop(51%, rgba(113, 98, 93, 1)),
    color-stop(52%, rgba(122, 115, 105, 1)),
    color-stop(53%, rgba(113, 98, 93, 1)),
    color-stop(54%, rgba(113, 98, 93, 1)),
    color-stop(55%, rgba(122, 115, 105, 1)),
    color-stop(56%, rgba(106, 99, 89, 1)),
    color-stop(58%, rgba(106, 99, 89, 1)),
    color-stop(60%, rgba(79, 76, 76, 0)),
    color-stop(61%, rgba(65, 64, 70, 1)),
    color-stop(62%, rgba(65, 64, 70, 1)),
    color-stop(63%, rgba(90, 85, 89, 1)),
    color-stop(65%, rgba(78, 74, 73, 1)),
    color-stop(67%, rgba(78, 73, 74, 1)),
    color-stop(68%, rgba(78, 73, 74, 0)),
    color-stop(69%, rgba(78, 73, 75, 1)),
    color-stop(70%, rgba(78, 73, 75, 1)),
    color-stop(71%, rgba(78, 73, 76, 0)),
    color-stop(72%, rgba(77, 72, 76, 0)),
    color-stop(100%, rgba(24, 19, 25, 0))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(24, 19, 25, 0) 0%,
    rgba(53, 52, 51, 0) 34%,
    rgba(55, 54, 52, 1) 36%,
    rgba(56, 55, 53, 1) 37%,
    rgba(68, 67, 66, 1) 38%,
    rgba(56, 55, 53, 1) 39%,
    rgba(68, 67, 66, 1) 40%,
    rgba(56, 55, 53, 1) 41%,
    rgba(87, 77, 76, 1) 42%,
    rgba(87, 77, 76, 1) 44%,
    rgba(113, 110, 103, 1) 46%,
    rgba(113, 110, 103, 1) 48%,
    rgba(113, 98, 93, 1) 49%,
    rgba(113, 98, 93, 1) 51%,
    rgba(122, 115, 105, 1) 52%,
    rgba(113, 98, 93, 1) 53%,
    rgba(113, 98, 93, 1) 54%,
    rgba(122, 115, 105, 1) 55%,
    rgba(106, 99, 89, 1) 56%,
    rgba(106, 99, 89, 1) 58%,
    rgba(79, 76, 76, 0) 60%,
    rgba(65, 64, 70, 1) 61%,
    rgba(65, 64, 70, 1) 62%,
    rgba(90, 85, 89, 1) 63%,
    rgba(78, 74, 73, 1) 65%,
    rgba(78, 73, 74, 1) 67%,
    rgba(78, 73, 74, 0) 68%,
    rgba(78, 73, 75, 1) 69%,
    rgba(78, 73, 75, 1) 70%,
    rgba(78, 73, 76, 0) 71%,
    rgba(77, 72, 76, 0) 72%,
    rgba(24, 19, 25, 0) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(24, 19, 25, 0) 0%,
    rgba(53, 52, 51, 0) 34%,
    rgba(55, 54, 52, 1) 36%,
    rgba(56, 55, 53, 1) 37%,
    rgba(68, 67, 66, 1) 38%,
    rgba(56, 55, 53, 1) 39%,
    rgba(68, 67, 66, 1) 40%,
    rgba(56, 55, 53, 1) 41%,
    rgba(87, 77, 76, 1) 42%,
    rgba(87, 77, 76, 1) 44%,
    rgba(113, 110, 103, 1) 46%,
    rgba(113, 110, 103, 1) 48%,
    rgba(113, 98, 93, 1) 49%,
    rgba(113, 98, 93, 1) 51%,
    rgba(122, 115, 105, 1) 52%,
    rgba(113, 98, 93, 1) 53%,
    rgba(113, 98, 93, 1) 54%,
    rgba(122, 115, 105, 1) 55%,
    rgba(106, 99, 89, 1) 56%,
    rgba(106, 99, 89, 1) 58%,
    rgba(79, 76, 76, 0) 60%,
    rgba(65, 64, 70, 1) 61%,
    rgba(65, 64, 70, 1) 62%,
    rgba(90, 85, 89, 1) 63%,
    rgba(78, 74, 73, 1) 65%,
    rgba(78, 73, 74, 1) 67%,
    rgba(78, 73, 74, 0) 68%,
    rgba(78, 73, 75, 1) 69%,
    rgba(78, 73, 75, 1) 70%,
    rgba(78, 73, 76, 0) 71%,
    rgba(77, 72, 76, 0) 72%,
    rgba(24, 19, 25, 0) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(24, 19, 25, 0) 0%,
    rgba(53, 52, 51, 0) 34%,
    rgba(55, 54, 52, 1) 36%,
    rgba(56, 55, 53, 1) 37%,
    rgba(68, 67, 66, 1) 38%,
    rgba(56, 55, 53, 1) 39%,
    rgba(68, 67, 66, 1) 40%,
    rgba(56, 55, 53, 1) 41%,
    rgba(87, 77, 76, 1) 42%,
    rgba(87, 77, 76, 1) 44%,
    rgba(113, 110, 103, 1) 46%,
    rgba(113, 110, 103, 1) 48%,
    rgba(113, 98, 93, 1) 49%,
    rgba(113, 98, 93, 1) 51%,
    rgba(122, 115, 105, 1) 52%,
    rgba(113, 98, 93, 1) 53%,
    rgba(113, 98, 93, 1) 54%,
    rgba(122, 115, 105, 1) 55%,
    rgba(106, 99, 89, 1) 56%,
    rgba(106, 99, 89, 1) 58%,
    rgba(79, 76, 76, 0) 60%,
    rgba(65, 64, 70, 1) 61%,
    rgba(65, 64, 70, 1) 62%,
    rgba(90, 85, 89, 1) 63%,
    rgba(78, 74, 73, 1) 65%,
    rgba(78, 73, 74, 1) 67%,
    rgba(78, 73, 74, 0) 68%,
    rgba(78, 73, 75, 1) 69%,
    rgba(78, 73, 75, 1) 70%,
    rgba(78, 73, 76, 0) 71%,
    rgba(77, 72, 76, 0) 72%,
    rgba(24, 19, 25, 0) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(24, 19, 25, 0) 0%,
    rgba(53, 52, 51, 0) 34%,
    rgba(55, 54, 52, 1) 36%,
    rgba(56, 55, 53, 1) 37%,
    rgba(68, 67, 66, 1) 38%,
    rgba(56, 55, 53, 1) 39%,
    rgba(68, 67, 66, 1) 40%,
    rgba(56, 55, 53, 1) 41%,
    rgba(87, 77, 76, 1) 42%,
    rgba(87, 77, 76, 1) 44%,
    rgba(113, 110, 103, 1) 46%,
    rgba(113, 110, 103, 1) 48%,
    rgba(113, 98, 93, 1) 49%,
    rgba(113, 98, 93, 1) 51%,
    rgba(122, 115, 105, 1) 52%,
    rgba(113, 98, 93, 1) 53%,
    rgba(113, 98, 93, 1) 54%,
    rgba(122, 115, 105, 1) 55%,
    rgba(106, 99, 89, 1) 56%,
    rgba(106, 99, 89, 1) 58%,
    rgba(79, 76, 76, 0) 60%,
    rgba(65, 64, 70, 1) 61%,
    rgba(65, 64, 70, 1) 62%,
    rgba(90, 85, 89, 1) 63%,
    rgba(78, 74, 73, 1) 65%,
    rgba(78, 73, 74, 1) 67%,
    rgba(78, 73, 74, 0) 68%,
    rgba(78, 73, 75, 1) 69%,
    rgba(78, 73, 75, 1) 70%,
    rgba(78, 73, 76, 0) 71%,
    rgba(77, 72, 76, 0) 72%,
    rgba(24, 19, 25, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00181319', endColorstr='#00181319',GradientType=1 );

  transform: rotateX(75deg);
}

.planet {
  background: green;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 110px;
  left: 110px;
  border-radius: 50%;
}

.top {
  clip: rect(0px, 180px, 90px, 0px);
}

.bottom {
  clip: rect(90px, 180px, 180px, 0px);
}

.planet-bg {
  background: -moz-radial-gradient(
      top,
      circle cover,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 1) 100%
    ),
    -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(
            0,
            0,
            0,
            0
          )
          62%, rgba(0, 0, 0, 1) 100%),
    -moz-linear-gradient(bottom, rgba(131, 129, 117, 1) 0%, rgba(
            131,
            129,
            117,
            1
          )
          3%, rgba(150, 144, 130, 1) 5%, rgba(150, 144, 130, 1) 9%, rgba(
            190,
            177,
            145,
            1
          )
          20%, rgba(190, 177, 145, 1) 32%, rgba(202, 176, 153, 1) 35%, rgba(
            202,
            176,
            153,
            1
          )
          47%, rgba(205, 186, 156, 1) 48%, rgba(205, 186, 156, 1) 49%, rgba(
            211,
            184,
            157,
            1
          )
          51%, rgba(211, 184, 157, 1) 59%, rgba(218, 188, 162, 1) 61%, rgba(
            218,
            188,
            162,
            1
          )
          63%, rgba(208, 180, 158, 1) 64%, rgba(208, 180, 158, 1) 68%, rgba(
            213,
            181,
            143,
            1
          )
          74%, rgba(213, 181, 143, 1) 78%, rgba(221, 203, 157, 1) 83%, rgba(
            221,
            203,
            157,
            1
          )
          85%, rgba(212, 203, 174, 1) 90%, rgba(212, 203, 174, 1) 100%);
  background: -webkit-radial-gradient(
      top,
      circle cover,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 1) 100%
    ),
    -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(
            0,
            0,
            0,
            0
          )
          62%, rgba(0, 0, 0, 1) 100%),
    -webkit-linear-gradient(bottom, rgba(131, 129, 117, 1) 0%, rgba(
            131,
            129,
            117,
            1
          )
          3%, rgba(150, 144, 130, 1) 5%, rgba(150, 144, 130, 1) 9%, rgba(
            190,
            177,
            145,
            1
          )
          20%, rgba(190, 177, 145, 1) 32%, rgba(202, 176, 153, 1) 35%, rgba(
            202,
            176,
            153,
            1
          )
          47%, rgba(205, 186, 156, 1) 48%, rgba(205, 186, 156, 1) 49%, rgba(
            211,
            184,
            157,
            1
          )
          51%, rgba(211, 184, 157, 1) 59%, rgba(218, 188, 162, 1) 61%, rgba(
            218,
            188,
            162,
            1
          )
          63%, rgba(208, 180, 158, 1) 64%, rgba(208, 180, 158, 1) 68%, rgba(
            213,
            181,
            143,
            1
          )
          74%, rgba(213, 181, 143, 1) 78%, rgba(221, 203, 157, 1) 83%, rgba(
            221,
            203,
            157,
            1
          )
          85%, rgba(212, 203, 174, 1) 90%, rgba(212, 203, 174, 1) 100%);
  background: -o-radial-gradient(
      top,
      circle cover,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 1) 100%
    ),
    -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(
            0,
            0,
            0,
            0
          )
          62%, rgba(0, 0, 0, 1) 100%),
    -o-linear-gradient(bottom, rgba(131, 129, 117, 1) 0%, rgba(131, 129, 117, 1)
          3%, rgba(150, 144, 130, 1) 5%, rgba(150, 144, 130, 1) 9%, rgba(
            190,
            177,
            145,
            1
          )
          20%, rgba(190, 177, 145, 1) 32%, rgba(202, 176, 153, 1) 35%, rgba(
            202,
            176,
            153,
            1
          )
          47%, rgba(205, 186, 156, 1) 48%, rgba(205, 186, 156, 1) 49%, rgba(
            211,
            184,
            157,
            1
          )
          51%, rgba(211, 184, 157, 1) 59%, rgba(218, 188, 162, 1) 61%, rgba(
            218,
            188,
            162,
            1
          )
          63%, rgba(208, 180, 158, 1) 64%, rgba(208, 180, 158, 1) 68%, rgba(
            213,
            181,
            143,
            1
          )
          74%, rgba(213, 181, 143, 1) 78%, rgba(221, 203, 157, 1) 83%, rgba(
            221,
            203,
            157,
            1
          )
          85%, rgba(212, 203, 174, 1) 90%, rgba(212, 203, 174, 1) 100%);
  background: -ms-radial-gradient(
      top,
      circle cover,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 1) 100%
    ),
    -ms-radial-gradient(center, circle cover, rgba(0, 0, 0, 0) 0%, rgba(
            0,
            0,
            0,
            0
          )
          62%, rgba(0, 0, 0, 1) 100%),
    -ms-linear-gradient(bottom, rgba(131, 129, 117, 1) 0%, rgba(
            131,
            129,
            117,
            1
          )
          3%, rgba(150, 144, 130, 1) 5%, rgba(150, 144, 130, 1) 9%, rgba(
            190,
            177,
            145,
            1
          )
          20%, rgba(190, 177, 145, 1) 32%, rgba(202, 176, 153, 1) 35%, rgba(
            202,
            176,
            153,
            1
          )
          47%, rgba(205, 186, 156, 1) 48%, rgba(205, 186, 156, 1) 49%, rgba(
            211,
            184,
            157,
            1
          )
          51%, rgba(211, 184, 157, 1) 59%, rgba(218, 188, 162, 1) 61%, rgba(
            218,
            188,
            162,
            1
          )
          63%, rgba(208, 180, 158, 1) 64%, rgba(208, 180, 158, 1) 68%, rgba(
            213,
            181,
            143,
            1
          )
          74%, rgba(213, 181, 143, 1) 78%, rgba(221, 203, 157, 1) 83%, rgba(
            221,
            203,
            157,
            1
          )
          85%, rgba(212, 203, 174, 1) 90%, rgba(212, 203, 174, 1) 100%);
  background: radial-gradient(
      circle at top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 1) 100%
    ),
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 62%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      to top,
      rgba(131, 129, 117, 1) 0%,
      rgba(131, 129, 117, 1) 3%,
      rgba(150, 144, 130, 1) 5%,
      rgba(150, 144, 130, 1) 9%,
      rgba(190, 177, 145, 1) 20%,
      rgba(190, 177, 145, 1) 32%,
      rgba(202, 176, 153, 1) 35%,
      rgba(202, 176, 153, 1) 47%,
      rgba(205, 186, 156, 1) 48%,
      rgba(205, 186, 156, 1) 49%,
      rgba(211, 184, 157, 1) 51%,
      rgba(211, 184, 157, 1) 59%,
      rgba(218, 188, 162, 1) 61%,
      rgba(218, 188, 162, 1) 63%,
      rgba(208, 180, 158, 1) 64%,
      rgba(208, 180, 158, 1) 68%,
      rgba(213, 181, 143, 1) 74%,
      rgba(213, 181, 143, 1) 78%,
      rgba(221, 203, 157, 1) 83%,
      rgba(221, 203, 157, 1) 85%,
      rgba(212, 203, 174, 1) 90%,
      rgba(212, 203, 174, 1) 100%
    );
}
