.contact {
  background-blend-mode: darken;
  background-image: radial-gradient(at 0 0, #f9f9f9, #f9f9f9), url("../assets/desat-prod-invert-robot.jpg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

@media screen and (width <= 768px) {
  .contact {
    background-blend-mode: darken;
    background-image: radial-gradient(at 0 0, #f9f9f9, #f9f9f9), url("../assets/desat-prod-invert-robot-mobile.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    width: 100%;
  }
}

.robot-container {
  -o-object-fit: contain;
  object-fit: contain;
  grid-area: 1 / 2 / 4 / 4;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.robot-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c--cc--pagewrapper {
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c--cic--temp--logo__wrapper {
  color: #67a0b8;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .c--cic--temp--logo__wrapper {
    align-self: flex-start;
    margin: 0 auto;
    padding: 4vh 4vh 4vh 6vh;
    font-size: 1.5rem;
  }
}

.c--cc--leadtext__wrapper {
  padding: 8.5vh 16vw 9vh;
  display: grid;
}

@media screen and (width <= 768px) {
  .c--cc--leadtext__wrapper {
    padding: 4vh 12vw;
  }
}

.c--cc--leadtext {
  border: 1px solid var(--sky-blue-crayola);
  text-align: center;
  backdrop-filter: blur(10px);
  background-blend-mode: multiply;
  background-image: radial-gradient(at 0 0, #f9f9f95c, #f9f9f94f);
  max-width: 1280px;
  margin: 0 auto;
  padding: 4vh 4vh 4vh 6vh;
  position: relative;
}

@media screen and (width <= 768px) {
  .c--cc--leadtext {
    color: #fffc;
    cursor: pointer;
    padding: 2vh 3vw;
  }
}

.c--cc--leadtext--title {
  z-index: 9;
  color: #7cc2de;
  text-align: center;
  text-wrap: nowrap;
  font-family: rift, sans-serif;
  font-size: 1.85rem;
  font-style: normal;
  font-weight: 600;
  position: relative;
}

@media screen and (width <= 768px) {
  .c--cc--leadtext--title {
    margin: 0 auto;
    font-size: 1.5rem;
  }
}

.c--cc--paragraph {
  color: #5e5e60;
  padding-top: 3vh;
  padding-bottom: 3vh;
  font-size: 1rem;
}

.c--cc--leadtext--paragraph {
  z-index: 9;
  color: #7cc2de;
  text-align: center;
  margin: 0;
  font-size: 1rem;
  position: relative;
}

@media screen and (width <= 768px) {
  .c--cc--leadtext--paragraph {
    margin: 0 auto;
  }
}

.c--cc--paragraph a {
  color: var(--sky-blue-crayola);
  text-decoration: none;
}

.medium-btn-desktop:hover {
  -webkit-transition: background .7s ease-in-out;
  transition: background .7s ease-in-out;
}

#formbutton:hover {
  background: #af98d544;
}

.c--cc--formbutton__wrapper {
  grid-area: 3 / 1 / 4 / 2;
  padding: 4vh 4vh 4vh 12vh;
}

.c--cc--formbutton {
  backdrop-filter: blur(5px);
  text-transform: uppercase;
  cursor: pointer;
  z-index: 5;
  color: #67a0b8;
  background: #7cc2de33;
  width: 250px;
  height: 50px;
  font-family: articulat-cf, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  position: relative;
  -webkit-box-shadow: 0 2px 60px #ebfdff6e;
  box-shadow: 0 2px 60px #ebfdff6e;
}

.c--cc--formbutton:hover, .c--cc--formbutton:active, .c--cc--formbutton:focus, .c--cc--formbutton:visited {
  color: #558498;
  background: #7cc2de66;
  border: 2px solid #7cc2deb3;
}

.direct--contact__wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.direct--contact--links {
  color: #000;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: articulat-cf, sans-serif;
  font-size: .6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (width <= 768px) {
  .direct--contact--links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px 0;
  }
}

.direct--contact--links li i {
  padding: 0 25px 0 0;
}

.direct--contact--links li a {
  color: #96d1ea;
  text-decoration: none;
}

.direct--contact {
  padding: 25px 25px 0;
  font-size: 2.8em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (width <= 768px) {
  .direct--contact {
    padding: 15px 25px;
    font-size: 1.15rem;
  }
}

.c--cic--copyright__wrapper {
  backdrop-filter: blur(30px);
  text-align: center;
  background: #666bb6cc;
  border: 1px solid #9ca1f4;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
}

.c--cic--copyrighttext {
  text-align: center;
  color: #96d1ea;
  font-family: articulat-cf, sans-serif;
}

.c--cic--copyrightlink {
  color: #6786b7;
  pointer-events: all;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .777s;
  transition: all .777s;
  display: inline-block;
  position: relative;
}

.c--cic--copyrightlink:visited, .c--cic--copyrightlink:hover, .cc--cic--copyrightlink:active {
  color: #7cc2de;
}
