/*=========================================================================
  HTML Elementtt
//=======================================================================*/
body {
  font: 100% inherit;
  border: 0 none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-align: left;
  font-family: ObjectSans-Regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  /* font-smoothing: antialiased; */
}

/*heading*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222;
}

h1 {
  font-size: 5rem;
  line-height: 5.5rem;
  font-family: "ObjectSans-Heavy";
  margin-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h1 span {
  /* font-family: "TiemposFineTest-Light"; */
  font-weight: 400;
}

h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  margin-top: 1.25rem;
  font-family: "ObjectSans-Heavy";
}
h6 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 600px) {
  h6 {
    font-size: 1.4rem;
  }
}

ul {
  width: 100%;
  display: inline-block;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  padding: 0 0;
  margin-bottom: 0.313rem;
  width: 100%;
  transition: all 0.6s;
  line-height: 2rem;
}
.bold {
  font-weight: bold;
}
a {
  text-decoration: none;
  transition: all 0.6s;
}

.stickyMenu {
  position: fixed;
  left: calc(50% - 0.5rem);
  bottom: 1.25rem;
  z-index: 1000;
}
.clickbtn {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  border: 0.125rem solid #ffcbff;
  margin-bottom: 0.188rem;
  cursor: pointer;
}
.stickyMenu .clickbtn.bluedots {
  background-color: #000096;
}
.box-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .box-content {
    align-items: flex-start;
  }
}
.one .box-content,
.ten .box-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

#menu .link.active {
  background-color: blue;
  cursor: pointer;
}
.leftOffset {
  width: 50%;
  float: left;
}
.rightOffset {
  width: 30rem;
  margin-left: calc(50% + 1rem);
}
.rightOffset p {
  margin-top: 3.125rem;
  padding-right: 12%;
  box-sizing: border-box;
  display: inline-block;
}

/***** lottie-animation *****/

.rightcontent .main.controls .toolbar {
  display: none !important;
}

/***** General css *****/

.full-section {
  width: 100%;
  display: inline-block;
}
.home-logo {
  width: 21rem;
}
.white-para {
  color: #fff;
}
.center-text {
  text-align: center;
}

/***** Landing page  *****/

/***** Inner pages *****/
#main {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.header {
  width: 100%;
  display: inline-block;
  text-align: left;
  position: fixed;
  z-index: 200;
  height: 5rem;
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}

#menu-container {
  display: none;
  opacity: 0;
  transition: all 500ms linear;
}
#menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 12rem;
  height: 12rem;
}

.menu-bg-image-pink {
  background-image: url(../images/menu-bg-pink.svg);
  color: #000096;
}
.menu-bg-image-green {
  background-image: url(../images/menu-bg-green.svg);
  color: #dce9ae;
}
.menu-bg-image-blue {
  background-image: url(../images/menu-bg-blue.svg);
  color: #ffcbff;
}

#menu-button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.5rem;
  cursor: pointer;
}

img.menu-image {
  display: none;
}

#menu ul {
  text-align: center;
}

#menu ul li {
  cursor: pointer;
}

#menu ul li:hover {
  font-weight: bold;
}

#navbar {
  overflow: visible;
}

.inner-main {
  text-align: left;
  margin-top: 10rem;
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .inner-main {
    margin-top: 6rem;
    margin-bottom: 8rem;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.inner-logo {
  width: 12.375rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  visibility: hidden;
}
@media only screen and (max-width: 600px) {
  .inner-logo {
    display: none;
  }
}
.leftcontent-container,
.rightcontent-container {
  width: 50%;
  display: flex;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 1rem;
}
.leftcontent-container {
  justify-content: flex-end;
  padding-right: 12.5rem;
}

@media only screen and (max-width: 600px) {
  .leftcontent-container,
  .rightcontent-container {
    width: 100%;
    justify-content: flex-start;
    padding-left: 3rem;
  }
  .leftcontent-container {
    padding-right: 3rem;
  }
}

.leftcontent {
  text-align: left;
}
.rightcontent {
  width: 26rem;
}
.rightcontent {
  margin-top: 12%;
  padding-right: 10%;
}
@media only screen and (max-width: 600px) {
  .rightcontent {
    margin-top: 0;
    padding-right: 0%;
  }
}
.two.content * {
  color: #000096;
}
.two .rightcontent {
  margin-top: 14rem;
}
.two .rightcontent img {
  width: 100%;
}
#you-lottie-player {
  width: 32rem;
  height: 17rem;
}
@media only screen and (max-width: 600px) {
  .two .rightcontent-container {
    padding-left: 3rem;
    padding-right: 3rem;
    justify-content: center;
    flex: 1;
  }
  #you-lottie-player {
    height: 14rem;
    width: 25rem;
  }
  .two .rightcontent {
    margin-top: 6rem;
  }
}
.three.content * {
  color: #00484e;
}
.three.content .rightcontent {
  margin-top: 9rem;
}
@media only screen and (max-width: 600px) {
  .three .mobile-only {
    display: block;
  }
  .three .desktop-only {
    display: none;
  }
  .three .leftcontent-container {
    padding-right: 0rem;
  }
  .three .rightcontent-container {
    padding-left: 7rem;
  }
  .three.content .rightcontent {
    margin-top: 2rem;
  }
  .three h1 {
    margin-top: 3rem;
  }
  .three h2 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
.three.content li span {
  padding: 0 0.3125rem;
  position: relative;
}
.three.content li a:hover {
  transition: all 0.6s;
  background-color: #dce9ae;
}
.three.content h1 span {
  position: relative;
  z-index: 1;
}
.three.content .highlighter_green:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
  left: 0;
  top: 1.875rem;
  padding: 0 2px;
  margin: 0 -2px;
  -webkit-animation: highlightingGreen 1000ms ease-in-out forwards;
  -moz-animation: highlightingGreen 1000ms ease-in-out forwards;
  animation: highlightingGreen 1000ms ease-in-out forwards;
  background: transparent;
  background: -webkit-linear-gradient(90deg, transparent 50%, #dce9ae 50%);
  background: -moz-linear-gradient(90deg, transparent 50%, #dce9ae 50%);
  background: -o-linear-gradient(90deg, transparent 50%, #dce9ae 50%);
  background: linear-gradient(90deg, transparent 50%, #dce9ae 50%);
  background-repeat: repeat;
  -webkit-background-size: 200% 100%;
  -moz-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: 0 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.three.content .highlighter_green_span:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2rem;
  z-index: -1;
  left: 0;
  top: -0.5rem;
  padding: 0 2px;
  margin: 0 -2px;
  background: #dce9ae;
  -webkit-animation: fadein 0.3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.3s; /* Firefox < 16 */
  -ms-animation: fadein 0.3s; /* Internet Explorer */
  -o-animation: fadein 0.3s; /* Opera < 12.1 */
  animation: fadein 0.3s;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.three.content h1 span.orange-bg:before {
  background-color: #ff4400;
}

@-webkit-keyframes highlightingGreen {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

@-moz-keyframes highlightingGreen {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

@keyframes highlightingGreen {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.three.content h1 span.highlighter_Orange:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
  left: 0;
  top: 1.875rem;
  padding: 0 2px;
  margin: 0 -2px;
  -webkit-animation: highlightingOrange 1000ms ease-in-out forwards;
  -moz-animation: highlightingOrange 1000ms ease-in-out forwards;
  animation: highlightingOrange 1000ms ease-in-out forwards;
  background: transparent;
  background: -webkit-linear-gradient(90deg, transparent 50%, #ff4400 50%);
  background: -moz-linear-gradient(90deg, transparent 50%, #ff4400 50%);
  background: -o-linear-gradient(90deg, transparent 50%, #ff4400 50%);
  background: linear-gradient(90deg, transparent 50%, #ff4400 50%);
  background-repeat: repeat;
  -webkit-background-size: 200% 100%;
  -moz-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: 0 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@-webkit-keyframes highlightingOrange {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

@-moz-keyframes highlightingOrange {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

@keyframes highlightingOrange {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

.three.content h2 {
  padding: 0 0.3125rem;
}
.four .inner-main {
  flex-direction: column;
}
.four.content h1 {
  color: rgb(76, 127, 131, 1);
}
.four.content h6,
.four.content p {
  color: #ffcbff;
}
.highlightedDiv {
  width: 50rem;
  padding-left: calc(50% - 30rem);
}
@media only screen and (max-width: 600px) {
  .highlightedDiv,
  .rightOffset {
    margin-left: 3rem;
  }
  #slide-four-anmiate-items {
    margin-top: 3rem;
  }
}

.highlightedDiv ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.highlightedDiv ul li {
  display: inline-block;
  list-style-type: none;
  width: auto;
  font-size: 5rem;
  line-height: 5.5rem;
  font-family: "ObjectSans-Heavy";
  color: rgb(255, 255, 255, 0.3);
}
@media only screen and (max-width: 600px) {
  .highlightedDiv ul {
    display: block;
  }

  .highlightedDiv ul li {
    display: block;
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 0;
    margin-top: 0rem;
  }
}
.highlightedDiv ul .slide-four-selected {
  color: #ffcbff;
}
.five.content *,
.six.content *,
.seven.content *,
.eight.content * {
  color: #ffcbff;
}

.five.content .rightcontent {
  margin-top: 10rem;
}
.five .we-are-content .copy-element {
  visibility: hidden;
}

.five .five-kdcap-container .rightcontent {
  width: 35rem;
}

.five .five-kdcap-container img {
  margin-left: -2rem;
}

.five .five-kdcap-container h6 {
  margin-top: 5rem;
  width: 26rem;
}

@media only screen and (max-width: 600px) {
  .five .leftcontent-container {
    padding-right: 3rem;
  }
  .five .box-content {
    align-items: flex-start;
  }

  .five.content .rightcontent {
    margin-top: 2rem;
  }
  .linkedin-button-container {
    text-align: center;
  }
  .linkedin-button.desktop-only {
    display: none;
  }
}

.nine.content * {
  color: #000096;
}
.nine .rightcontent {
  margin-top: 7.5rem;
}
.nine .leftcontent-container {
  padding-left: 3rem;
  padding-right: 6rem;
}
.nine .leftcontent-container h1 {
  font-size: 4rem;
  line-height: 4.5rem;
}

@media only screen and (max-width: 600px) {
  .nine .leftcontent-container {
    padding-right: 3rem;
  }
  .nine .leftcontent-container h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .nine .rightcontent {
    margin-top: 3rem;
    padding-left: 3rem;
    padding-right: 5rem;
  }
  .contact-us-container {
    text-align: center;
  }
}
.eight.content .rightcontent {
  margin-top: 5%;
}
.eight.content .rightcontent img {
  margin-left: -5%;
  margin-bottom: 10%;
}
.nine.content .rightcontent h6 {
  margin-bottom: 2.5rem;
}
.nine.content .rightcontent h6 b {
  position: relative;
  z-index: 1;
}
#nine-positive {
  position: relative;
}
#positive-lottie-player {
  width: 12rem;
  height: 8rem;
}
#nine-slide-lottie-player-container {
  position: absolute;
  top: -3.5rem;
  left: -3.5rem;
}
@media only screen and (max-width: 600px) {
  #nine-slide-lottie-player-container {
    left: -3rem;
    top: -3.5rem;
  }
}
/* @media only screen and (max-width: 350px) {
  #positive-lottie-player {
    height: 10rem;
  }
  #nine-slide-lottie-player-container {
    left: -3rem;
    top: -2.3rem;
  }
}

@media only screen and (max-width: 320px) {
  #positive-lottie-player {
    height: 10rem;
  }
  #nine-slide-lottie-player-container {
    left: 14rem;
    top: -4rem;
  }
} */
.ten.content * {
  color: #fff;
}
.eleven .box-content {
  overflow: auto;
}
.eleven .box-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.eleven .inner-main {
  flex-direction: column;
  width: 80rem;
}

.eleven .leftcontent h6 {
  width: 40rem;
}
@media only screen and (max-width: 600px) {
  .eleven {
    overflow: auto;
  }
  .eleven.content {
    position: fixed;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    margin-top: 6rem;
  }

  .eleven .box-content {
    height: auto;
  }
  .eleven .inner-main {
    width: auto;
    padding: 0 3rem;
    margin: 0;
    height: 100%;
    /*scroll-behavior: smooth; */
  }
  .eleven .leftcontent h6 {
    width: auto;
  }
  .eleven .contact-form {
    margin-bottom: 5rem;
  }
  .spacer-8rem {
    height: 2rem;
  }
}

.founderButton {
  width: 15.625rem;
  height: 3.438rem;
  font-size: 0.875rem;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  vertical-align: middle;
  line-height: 3.125rem;
  margin-top: 3.125rem;
  font-family: "ObjectSans-Heavy";
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  cursor: pointer;
}
a.founderButton {
  transition: all 100ms linear;
}
@media only screen and (max-width: 600px) {
  a.founderButton {
    transition: none;
  }
}
.linkedin-button {
  width: 21rem;
  height: 4.438rem;
  font-size: 1.2rem;
  padding-top: 1rem;
}
.contact-button {
  width: 21rem;
  height: 4.438rem;
  font-size: 1.2rem;
  padding-top: 1rem;
  margin-top: 0;
}
.contact-button.active,
.linkedin-button.active {
  padding-top: 1.5rem;
}
.submit-button.active {
  padding-top: 1rem;
}

.button-large-pink.active {
  color: #000096;
  background-image: url(../images/button-pressed-large-pink.svg);
}
.button-large-blue.active {
  color: #ffcbff;
  background-image: url(../images/button-pressed-large-blue.svg);
}
.button-large-green.active {
  color: #dce9ae;
  background-image: url(../images/button-pressed-large-green.svg);
}

@media (hover: hover) and (pointer: fine) {
  .contact-button:hover,
  .linkedin-button:hover {
    padding-top: 1.5rem;
  }
  .submit-button:hover {
    padding-top: 0.8rem;
  }
}
/* smartphones, touchscreens */
/* @media (hover: none) and (pointer: coarse) {
  .contact-button:active,
  .linkedin-button:active,
  .submit-button:active {
    padding-top: 1.5rem;
  }
} */

.submit-button {
  width: 21rem;
  height: 4.438rem;
  font-size: 1.2rem;
  padding-top: 0.5rem;
  margin-top: 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .submit-button {
    margin-top: 0;
  }
}
.button-large-pink {
  background-image: url(../images/button-large-pink.svg);
}
.button-large-blue {
  background-image: url(../images/button-large-blue.svg);
}
.button-large-green {
  background-image: url(../images/button-large-green.svg);
}

@media (hover: hover) and (pointer: fine) {
  .button-large-pink:active,
  .button-large-pink:hover {
    color: #000096;
    background-image: url(../images/button-pressed-large-pink.svg);
  }
  .button-large-pink:active span,
  .button-large-pink:hover span {
    color: #000096;
  }
  .button-large-blue:active,
  .button-large-blue:hover {
    color: #ffcbff;
    background-image: url(../images/button-pressed-large-blue.svg);
  }
  .button-large-green:active,
  .button-large-green:hover {
    color: #dce9ae;
    background-image: url(../images/button-pressed-large-green.svg);
  }
}

/* smartphones, touchscreens */
/* @media (hover: none) and (pointer: coarse) {
  .button-large-pink:active {
    color: #000096;
    background-image: url(../images/button-pressed-large-pink.svg);
  }
  .button-large-blue:active {
    color: #ffcbff;
    background-image: url(../images/button-pressed-large-blue.svg);
  }
  .button-large-green:active {
    color: #dce9ae;
    background-image: url(../images/button-pressed-large-green.svg);
  }
} */

/*Contact-form*/

.contactSection * {
  color: #ffcbff;
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.form-group-row {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .form-group-row {
    display: flex;
    flex-direction: column;
  }
}
.form-group-row .grid-6 {
  box-sizing: border-box;
}
.contact-form .fieldgrid {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  .contact-form .fieldgrid {
    align-items: center;
  }
}
.contact-form .grid-6:first-child {
  margin-right: 10rem;
}
@media only screen and (max-width: 600px) {
  .contact-form .grid-6:first-child {
    margin-right: 0;
  }
}
.contact-form .fieldgrid:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .contact-form .fieldgrid:last-child {
    margin-bottom: 2rem;
  }
}
.contact-form label {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
}
.contact-form label span {
  position: absolute;
  color: red;
  top: 0;
}
.contact-form input,
.contact-form textarea {
  font-size: 1.2rem;
  font-family: ObjectSans-Regular, sans-serif;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 150, 0.5);
  padding: 0.7rem 1rem 0.5rem 1rem;
  margin-top: 0.4rem;
  width: 25rem;
  /* transition: all 0.6s; */
  background-color: rgb(255, 255, 255, 0.3);
}

/* @media (hover: hover) and (pointer: fine) {
  .contact-form input:-webkit-autofill,
  .contact-form input:-webkit-autofill:hover,
  .contact-form input:-webkit-autofill:focus,
  .contact-form textarea:-webkit-autofill,
  .contact-form textarea:-webkit-autofill:hover,
  .contact-form textarea:-webkit-autofill:focus {
    transition: background-color 5000s;
  }
} */

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffcbff;
  transition: background-color 5000s;
}

@media only screen and (max-width: 600px) {
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
.contact-form input:focus,
.contact-form input:active,
.contact-form input:hover,
.contact-form textarea:focus,
.contact-form textarea:active,
.contact-form textarea:hover {
  border: 1px solid #00484e;
}
.requiredFields span {
  color: red;
}
.requiredFields {
  font-size: 0.875rem;
}

.error_message_container {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .error_message_container {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}

#error_message,
#errors,
#ajax_error {
  color: red;
  display: none;
}
#errors ul {
  margin: 0 0 0 0;
  padding-left: 2rem;
}
#errors ul li {
  list-style: disc;
  display: list-item;
  margin: 0;
  line-height: inherit;
  color: red;
}
.success {
  color: green;
  display: none;
}

/* #we-are {
  padding-right: 3rem;
} */

.width-20 {
  width: 20rem;
}

/** prefetch image. */

.prefetch-image {
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.prefetch-linkedin-button {
  background-image: url(../images/button-pressed-large-pink.svg);
}
.prefetch-contact-button {
  background-image: url(../images/button-pressed-large-blue.svg);
}
.prefetch-submit-button {
  background-image: url(../images/button-pressed-large-green.svg);
}
