@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,700&display=swap");
.banner {
  display: relative;
  margin-top: 20vh;
}

.blog-highlight {
  -webkit-text-decoration-color: teal;
          text-decoration-color: teal;
  background-color: rgba(0, 128, 128, 0.1);
}

a {
  color: #8656b1;
}

ol {
  word-break: break-word;
}

.normal-li {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  font-size: 1.2em;
  margin-left: 35px;
  margin-bottom: 15px;
}

.numbered-li {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  font-size: 1.2em;
  margin-left: 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .blog-main-post {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
  }
  .blog-main-post .responsive-top {
    width: 100%;
    height: auto;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-bottom: 150px;
  }
  .grid-half-container {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: auto auto;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    padding-top: 20vh;
    overflow-x: hidden;
  }
  .corona-spacer {
    height: 150px;
  }
  .grid-featured-blog {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
    margin-left: 9vw;
    margin-right: 9vw;
  }
  .grid-featured-blog-full {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
    background-color: #FAFAFA;
  }
  .grid-featured-blog-left {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    margin-left: 9vw;
    margin-right: 9vw;
  }
  .grid-featured-blog-left2 {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    margin-left: 9vw;
    margin-right: 9vw;
  }
  .grid-featured-blog-left3 {
    margin-top: 20vh;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    margin-left: 9vw;
    margin-right: 9vw;
  }
  .grid-featured-blog-left4 {
    margin-top: 20vh;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    margin-left: 9vw;
    margin-right: 9vw;
  }
  .grid-left1 {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    margin-left: 9vw;
    padding-right: 50px;
  }
  .grid-left2 {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 3;
    margin: 10vw 6vw;
  }
  .grid-right1 {
    margin-top: 1rem;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    margin-right: 9vw;
    padding-left: 50px;
    -webkit-box-shadow: -1px 0 0 0 #d3d3d3;
            box-shadow: -1px 0 0 0 #d3d3d3;
  }
  .grid-right2 {
    margin-top: 1rem;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 3;
    margin: 10vw 6vw;
  }
  .responsive-cover {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .blog-copy-small {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 1.0em;
  }
  .blog-copy-small .fab {
    color: rgba(134, 86, 177, 0.7);
  }
  /* End New Blog Desktop */
}

@media only screen and (min-width: 1200px) {
  .grid-half-container-corona {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: auto auto;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    padding-top: 10vh;
    overflow-x: hidden;
    background-color: #FAFAFA;
  }
  .grid-featured-blog-full {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
    background-color: #FAFAFA;
  }
  .grid-featured-blog-left {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
    margin-left: 9vw;
    margin-right: 9vw;
  }
  .grid-featured-blog-left2 {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    margin-left: 9vw;
    margin-right: 9vw;
  }
  .grid-featured-blog-left3 {
    margin-top: 20vh;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    margin-left: 9vw;
    margin-right: 9vw;
  }
  .grid-featured-blog-left4 {
    margin-top: 20vh;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    margin-left: 9vw;
    margin-right: 9vw;
  }
}

@media only screen and (max-width: 1199px) {
  .grid-half-container-corona {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    overflow-x: hidden;
    background-color: #FAFAFA;
  }
}

@media only screen and (max-width: 767px) {
  .blog-main-post {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
  }
  /* Begin Blog Mobile */
  .grid-half-container {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    padding-top: 20vh;
    overflow-x: hidden;
  }
  .press-release-details {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 0.9em;
  }
  .mainh2-blog-small-top-margin-quote {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.7rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    margin-top: 7vh;
    margin-left: 9vw;
    margin-right: 9vw;
  }
  .corona-spacer {
    height: 15px;
  }
  .grid-featured-blog-left2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    margin-left: 9vw;
    margin-right: 9vw;
    color: rgba(0, 0, 0, 0.7);
  }
  .grid-featured-blog {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #FAFAFA;
  }
  .grid-featured-blog-full {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #FAFAFA;
  }
  .grid-featured-blog-left {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    margin-left: 7vw;
    margin-right: 7vw;
    background-color: #FAFAFA;
  }
  .grid-left1 {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-left2 {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 3;
    margin: 10vw 6vw;
  }
  .grid-right1 {
    margin-top: 1rem;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 3;
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-right2 {
    margin-top: 1rem;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    margin: 10vw 6vw;
  }
  .blog-copy-small {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 1.0em;
  }
  .responsive-cover {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  /* End New Blog Mobile */
  .responsive-top {
    width: 100%;
    height: auto;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-bottom: 30px;
  }
  .normal-li {
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 16px;
    margin-left: 35px;
    margin-bottom: 15px;
  }
  .numbered-li {
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .desktop-spacer {
    height: 100px;
  }
  .vertical-photo {
    display: block;
  }
  .grid-full-blog {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    grid-column: 1/1;
    grid-row: auto;
    margin-top: 100px;
    overflow-x: hidden;
  }
  .grid-full-blog .blog-profile-image {
    width: 100%;
  }
  .grid-full-blog-no-photo {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    grid-column: 1/1;
    grid-row: auto;
    overflow-x: hidden;
  }
  .grid-full-blog-no-photo .blog-profile-image {
    width: 100%;
  }
  .hr-blog {
    margin-top: 100px;
    margin-bottom: 100px;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 5;
  }
  .grid-blog {
    display: grid;
    -ms-grid-columns: 15% 20% 30% 10% 25%;
        grid-template-columns: 15% 20% 30% 10% 25%;
    grid-template-rows: auto;
    position: relative;
    display: -ms-grid;
    -ms-grid-columns: 15% 20% 30% 20% 15%;
    -ms-grid-rows: auto;
  }
  .grid-blog .blog-title {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
  }
  .grid-blog .blog-title-right {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    text-align: right;
  }
  .grid-blog .blog-main {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
    margin-left: -5vw;
  }
  .grid-blog .blog-main-full {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
  }
  .grid-blog .blog-main-right {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
    margin-left: 15px;
    margin-right: 30px;
  }
  .mainh2-blog {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    margin-top: 17vh;
  }
  .mainh2-blog-small-top-margin {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.7rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    margin-top: 7vh;
  }
  .mainh2-blog-small-top-margin-quote {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.7rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    margin-top: 7vh;
    margin-left: 9vw;
    margin-right: 9vw;
    margin-bottom: 150px;
  }
  .mainh2-blog-small-top-margin-2 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    margin-top: 7vh;
  }
  .mainh3-blog {
    color: rgba(134, 86, 177, 0.7) !important;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .mainh2-blog-impact {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: -100px;
    margin-top: -350px;
    height: 200px;
    background: #FAFAFA;
    padding-top: 30px;
    padding-right: 55px;
  }
  h3 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
  }
  .mainh2-blog-sub {
    font-size: 1.8rem;
    color: #787878;
  }
  .mainh2-blog-sub-title {
    font-size: 1.15rem;
    color: #787878;
    line-height: 1.125;
    letter-spacing: .8px;
    text-transform: uppercase;
  }
  .sophya-question {
    color: black;
    font-size: 1em;
    font-weight: 600;
    opacity: 0.7;
  }
  .blog-copy {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 1.2em;
  }
  .blog-copy-first {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 1.2em;
    padding-left: 15px;
    -webkit-box-shadow: -1px 0 0 0 rgba(134, 86, 177, 0.7);
            box-shadow: -1px 0 0 0 rgba(134, 86, 177, 0.7);
  }
  .press-release-details {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 0.9em;
  }
  .blog-copy-first-teal {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 1.2em;
    padding-left: 15px;
    -webkit-box-shadow: -1px 0 0 0 teal;
            box-shadow: -1px 0 0 0 teal;
  }
  .blog-copy1 {
    margin-bottom: 5vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-size: 1.2em;
    border-left: 2px solid #8656b1;
    padding-left: 15px;
  }
  .blog-italics {
    margin-top: 15px;
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-style: italic;
  }
  .blog-title-image {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    margin-top: 1rem;
    overflow-x: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-title-image-right {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .grid-full-blog {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-row: auto;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    overflow-x: hidden;
    padding-top: 20vh;
  }
  .vertical-photo {
    width: 100%;
    height: auto;
  }
  .grid-full-blog-no-photo {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-row: auto;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    overflow-x: hidden;
    padding-top: 15vh;
  }
  .blog-italics {
    margin-top: 15px;
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4em;
    font-style: italic;
  }
  .desktop-spacer {
    height: 0;
  }
  .blog-profile-image {
    width: 100%;
  }
  .grid-blog {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    margin-left: 2em;
    margin-right: 2em;
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto;
  }
  .grid-blog .blog-title {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
  }
  .grid-blog .blog-main {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 2vh;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .grid-blog .blog-main-full {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 2vh;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .grid-blog .blog-main-right {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 2vh;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .mainh2-blog {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .mainh2-blog-small-top-margin {
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    margin-top: 30px;
  }
  h3 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
  }
  .mainh2-blog-sub {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.8rem;
    color: #787878;
  }
  .sophya-question {
    color: black;
    font-size: 1em;
  }
  .blog-copy {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
  }
  .blog-copy-first {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
  }
  .blog-copy-first-teal {
    margin-bottom: 4vh;
    color: rgba(0, 0, 0, 0.7);
  }
  .blog-title-image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    margin-top: 1rem;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .blog-title-image-right {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    margin-top: 1rem;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

/*Arrows*/
.arrow {
  position: relative;
  width: 180px;
  background: rgba(134, 86, 177, 0.7);
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  margin-left: 20%;
}

/*top arrow*/
.arrow-top:before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(134, 86, 177, 0.7);
}

/*bottom arrow*/
.arrow-bottom:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(134, 86, 177, 0.7);
}

/*right arrow*/
.arrow-right:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(134, 86, 177, 0.7);
}

/*left arrow*/
.arrow-left:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid rgba(134, 86, 177, 0.7);
}

#myAnimation {
  position: absolute;
  display: none;
  font-size: 26px;
}

#myAnimationEmma {
  position: absolute;
  display: none;
  font-size: 26px;
}

#myAnimationMark {
  position: absolute;
  display: none;
  font-size: 26px;
}

.turn-on {
  display: inline-block !important;
}

h4 {
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
}

/* New About Section */
.blog-copy-sophya {
  margin-bottom: 4vh;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  font-size: 1.0em;
}

.blog-copy-team {
  margin-bottom: 4vh;
  display: none;
}

.switch-on {
  display: block;
}

.switch-off {
  display: none;
}

.border-on {
  background-color: rgba(134, 86, 177, 0.7);
  color: #FAFAFA;
}

.border-off {
  background-color: #d3d3d3;
  color: rgba(0, 0, 0, 0.7);
}

#sophya {
  border: none;
  cursor: pointer;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px;
  outline: none;
}

#team {
  border: none;
  cursor: pointer;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px;
  outline: none;
}

/*End New About Section */
@media only screen and (max-width: 767px) {
  .mainh2-splash-pricing {
    -ms-grid-column-align: left;
        justify-self: left;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.8rem;
    padding-top: 20vh;
  }
}

@media only screen and (min-width: 768px) {
  .mainh2-splash-pricing {
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.center-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.caveat {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.8em;
}

.center-button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
}

.center-button3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

.u-margin-top-big {
  margin-top: 5rem !important;
}

h4 {
  font-style: normal !important;
}

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  letter-spacing: 0.2rem;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #eee;
}

.btn, .btn:link, .btn:visited {
  text-decoration: none;
  padding: 1.0rem 1.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  font-size: 1.5em;
  border: none;
  cursor: pointer;
}

.btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn:active, .btn:focus {
  outline: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn--white {
  background-color: #fff;
  color: #777;
}

.btn--white::after {
  background-color: #fff;
}

.btn--green {
  background: -webkit-gradient(linear, left top, right top, from(#fc466b), to(#3f5efb));
  background: linear-gradient(to right, #fc466b, #3f5efb);
  color: #fff;
}

.btn--green::after {
  background-color: #55c57a;
}

.section-plans {
  background-color: #FAFAFA;
  padding: 4rem 4rem 4rem 4rem;
}

.card__side--front {
  background-color: #fff;
}

.card__side--front-1 {
  background: linear-gradient(-45deg, #FAFAFA, #FAFAFA);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.card__side--front-2 {
  background: linear-gradient(-45deg, #FAFAFA, #FAFAFA);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.card__side--front-3 {
  background: linear-gradient(-45deg, #FAFAFA, #FAFAFA);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.card__side--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card__side--back-1 {
  background: linear-gradient(-45deg, #8656b1, #8656b1);
}

.card__side--back-2 {
  background: linear-gradient(-45deg, #8656b1, #8656b1);
}

.card__side--back-3 {
  background: linear-gradient(-45deg, #8656b1, #8656b1);
}

.card:hover .card__side--front-1,
.card:hover .card__side--front-2,
.card:hover .card__side--front-3 {
  background: linear-gradient(-45deg, #d3d3d3, #d3d3d3);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  border-radius: 10px;
}

.card:hover .card__side--front-1 .card__heading,
.card:hover .card__side--front-2 .card__heading,
.card:hover .card__side--front-3 .card__heading {
  -webkit-transform: scale(1.65);
          transform: scale(1.65);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.main-button-pricing {
  background-color: #8656b1;
  color: #FAFAFA;
  border-color: transparent;
  padding: 15px 35px;
  margin-left: 10px;
  font-weight: 700;
  webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  z-index: 100;
  border: 1px solid #FAFAFA;
}

.main-button-pricing:hover {
  background-color: #FAFAFA;
  color: #8656b1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #8656b1;
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
  transition: 0.3s;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.card__title {
  height: 14rem;
  padding: 4rem 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__title--1 .fas {
  font-size: 5rem;
}

.card__title--2 .fas {
  font-size: 5rem;
}

.card__title--3 .fas {
  font-size: 5rem;
}

.card__heading {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 10px;
  padding-top: 10px;
  width: 75%;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  border-radius: 10px;
}

.card__heading-h4 {
  font-size: 2.25em;
  font-weight: 400;
  text-align: center;
  color: #000;
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 1.17;
  letter-spacing: 0.00735em;
}

.card__sub_heading {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: rgba(134, 86, 177, 0.7);
  width: 100%;
}

.card__heading-span {
  padding: 1rem 1.0rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.card__details {
  padding: 0 2rem 2rem;
  position: relative;
}

.card__details ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.card__details ul li {
  font-size: 1.0em;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.card__details ul li:not(:last-child) {
  /* border-bottom: 1px solid #eee; */
}

.card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.card__price-box {
  text-align: center;
  color: #fff;
  margin-bottom: 8rem;
}

.card__price-only {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.card__price-value {
  font-size: 6rem;
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  .row {
    display: grid;
    grid-template-columns: 100%;
    display: -ms-grid;
    -ms-grid-columns: 100%;
  }
  .card__side {
    height: 47rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .card {
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
    height: 52rem;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .row .col-1-of-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1199px) {
  .buffer {
    padding-top: 17vh;
  }
  .row {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    display: -ms-grid;
    -ms-grid-columns: 33% 33% 33%;
  }
  .card {
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
    height: 52rem;
  }
  .row .col-1-of-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .buffer {
    padding-top: 0;
  }
  .pricing {
    background-color: #FAFAFA;
  }
  .row {
    display: grid;
    grid-template-columns: 100%;
    background-color: #FAFAFA;
    display: -ms-grid;
    -ms-grid-columns: 100%;
  }
  .section-plans {
    padding: 0;
    background-color: #FAFAFA;
  }
  .row .col-1-of-3 {
    width: 100%;
    background-color: #FAFAFA;
  }
  .card {
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
    height: 47rem;
    background-color: #FAFAFA;
  }
  .card__side {
    height: 47rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .accordion dt {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .accordion dt {
    margin-top: 0px;
  }
}

.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 0px solid #ddd;
}

.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #02abb0;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 0em 1em 0em 1em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.container {
  margin: 0 auto;
}

.accordionTitle,
.accordion__Heading {
  background-color: #8656b1;
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  font-size: 22px;
  border-bottom: 1px solid #f2f2f2;
}

.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: rgba(108, 67, 145, 0.7);
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #6c4391;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 50em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.logo {
  margin-left: -20px;
  width: 64px;
  height: 61px;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #FAFAFA;
}

.container-all {
  position: relative;
  z-index: 1 !important;
  background-color: #FAFAFA;
}

.container {
  width: 100%;
  z-index: 1;
}

.container p {
  margin: 1rem 0;
  z-index: 1;
}

.all-content-wrapper {
  position: relative;
  z-index: 1;
}

.spacer {
  height: 150px;
}

input {
  height: 30px;
  width: 225px;
  padding: 1em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-family: inherit;
  font-size: 15px;
  line-height: normal;
  outline: none;
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .main-button-splash-bottom {
    background-color: #8656b1;
    color: #FAFAFA;
    border-color: transparent;
    padding: 10px 15px;
    margin-bottom: 120px;
    font-weight: 700;
    webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #8656b1;
  }
  .main-button-splash-bottom:hover {
    background-color: #FAFAFA;
    color: #8656b1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #8656b1;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    transition: 0.3s;
  }
  .mobile-spacer {
    height: 0;
  }
}

.main-h4-blog {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(134, 86, 177, 0.7);
  width: 100%;
}

.press-spacer {
  height: 200px;
}

@media screen and (max-width: 767px) {
  .main-button-splash-bottom {
    background-color: #8656b1;
    color: #FAFAFA;
    border-color: transparent;
    padding: 10px 15px;
    margin-bottom: 120px;
    font-weight: 700;
    webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #8656b1;
    margin-top: 20px;
  }
  .mobile-spacer {
    height: 10vh;
  }
  .press-spacer {
    height: 50px;
  }
  .main-button-splash-bottom:hover {
    background-color: #FAFAFA;
    color: #8656b1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #8656b1;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .main-button-splash {
    background-color: #8656b1;
    color: #FAFAFA;
    border-color: transparent;
    padding: 10px 15px;
    margin-left: 45vw;
    font-weight: 700;
    webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #8656b1;
  }
  .main-button-splash:hover {
    background-color: #FAFAFA;
    color: #8656b1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #8656b1;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .main-button-splash {
    background-color: #8656b1;
    color: #FAFAFA;
    border-color: transparent;
    padding: 10px 15px;
    margin-left: 30%;
    font-weight: 700;
    webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #8656b1;
    margin-top: 20px;
  }
  .main-button-splash:hover {
    background-color: #FAFAFA;
    color: #8656b1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #8656b1;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    transition: 0.3s;
  }
}

.main-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  width: 100vw;
  padding: 0 10vw;
  color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.main-header a {
  text-decoration: none;
  color: inherit;
}

.main-header .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.main-header .nav-links .nav-link a {
  margin: .2rem;
  padding: 1rem .5rem;
  z-index: 500;
  border-radius: 10px;
  white-space: nowrap;
}

.main-header .nav-links .nav-link a:hover {
  background: #eeeeee;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
  .main-header .main-button {
    background-color: #8656b1;
    color: #FAFAFA;
    border-color: transparent;
    padding: 10px 15px;
    margin-left: 40%;
    font-weight: 700;
    webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  .main-header .main-button:hover {
    background-color: #FAFAFA;
    color: #8656b1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #8656b1;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    transition: 0.3s;
  }
}

@media screen and (min-width: 1200px) {
  .main-header .main-button {
    background-color: #8656b1;
    color: #FAFAFA;
    border-color: transparent;
    padding: 10px 15px;
    margin-left: 70%;
    font-weight: 700;
    webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  .main-header .main-button:hover {
    background-color: #FAFAFA;
    color: #8656b1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #8656b1;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    transition: 0.3s;
  }
}

.main-header .menu-icon {
  position: relative;
  padding: 26px 10px;
  cursor: pointer;
  z-index: 1;
  display: none;
  left: 80%;
}

.main-header .menu-icon__line {
  display: block;
  position: relative;
  background: #000;
  height: 2px;
  width: 20px;
  border-radius: 4px;
}

.main-header .menu-icon__line::before, .main-header .menu-icon__line::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: #000;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.main-header .menu-icon__line::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.main-header .menu-icon__line::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-header .menu-btn {
  display: none;
}

.main-header.scrolled {
  height: 85px;
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.7);
  z-index: 500;
}

.main-header.scrolled .menu-icon__line, .main-header.scrolled .menu-icon__line::before, .main-header.scrolled .menu-icon__line::after {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
  .main-button {
    background-color: #8656b1;
    color: #FAFAFA;
    border-color: transparent;
    padding: 10px 15px;
    margin-left: 40%;
    font-weight: 700;
    webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
  }
  .header h1 {
    position: relative;
    font-size: 3rem;
    text-align: left !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 50px !important;
    color: rgba(0, 0, 0, 0.7);
  }
  .header h4 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(0, 0, 0, 0.7);
    z-index: 500;
  }
  .main-header .menu-icon {
    display: block;
  }
  .main-header .menu-icon__line {
    -webkit-animation: closedMid 0.4s backwards;
            animation: closedMid 0.4s backwards;
    animation-direction: reverse;
  }
  .main-header .menu-icon__line::before {
    -webkit-animation: closedTop 0.4s backwards;
            animation: closedTop 0.4s backwards;
    animation-direction: reverse;
  }
  .main-header .menu-icon__line::after {
    -webkit-animation: closedBtm 0.4s backwards;
            animation: closedBtm 0.4s backwards;
    animation-direction: reverse;
  }
  .main-header .nav-links {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10rem 0;
    width: 100vw;
    height: 100vh;
    font-size: 2rem;
    color: #FAFAFA;
    background: #272727;
    -webkit-transition: opacity .4s .3s, -webkit-clip-path .5s .3s;
    transition: opacity .4s .3s, -webkit-clip-path .5s .3s;
    transition: opacity .4s .3s, clip-path .5s .3s;
    transition: opacity .4s .3s, clip-path .5s .3s, -webkit-clip-path .5s .3s;
    -webkit-clip-path: circle(200px at top right);
            clip-path: circle(200px at top right);
  }
  .main-header .nav-links .nav-link {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    text-align: center;
  }
  .main-header .nav-links .nav-link a {
    display: block;
    padding: 2rem 0;
  }
  .main-header .menu-btn:checked ~ .nav-links {
    opacity: 1;
    -webkit-clip-path: circle(100% at center);
            clip-path: circle(100% at center);
    z-index: 5;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.4s cubic-bezier(0.175, 0.085, 0.32, 1.275);
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.4s cubic-bezier(0.175, 0.085, 0.32, 1.275);
    transition: opacity 0.3s ease-in-out, transform 0.4s cubic-bezier(0.175, 0.085, 0.32, 1.275);
    transition: opacity 0.3s ease-in-out, transform 0.4s cubic-bezier(0.175, 0.085, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.085, 0.32, 1.275);
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(1) {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(2) {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(3) {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(4) {
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(5) {
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }
  .main-header .menu-btn:checked ~ .menu-icon {
    border-radius: 50%;
    -webkit-animation: pulse 1s;
            animation: pulse 1s;
    z-index: 6;
  }
  .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line {
    background: #FAFAFA;
    -webkit-animation: openMid 0.4s forwards;
            animation: openMid 0.4s forwards;
    z-index: 5;
  }
  .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::before {
    background: #FAFAFA;
    -webkit-animation: openTop 0.4s forwards;
            animation: openTop 0.4s forwards;
    z-index: 5;
  }
  .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::after {
    background: #FAFAFA;
    -webkit-animation: openBtm 0.4s forwards;
            animation: openBtm 0.4s forwards;
    z-index: 5;
  }
}

/*End Mobile */
@-webkit-keyframes pulse {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
  }
  to {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
  }
  to {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes openTop {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}

@keyframes openTop {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}

@-webkit-keyframes closedTop {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}

@keyframes closedTop {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}

@-webkit-keyframes openMid {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes openMid {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes closedMid {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes closedMid {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes openBtm {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}

@keyframes openBtm {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}

@-webkit-keyframes closedBtm {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}

@keyframes closedBtm {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}

.header {
  position: relative;
  text-align: center;
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.7);
}

.header h1 {
  position: relative;
  font-size: 3rem;
  text-align: center;
  margin-left: 35vw;
  margin-right: 35vw;
}

.header .main-button-try {
  background-color: #8656b1;
  color: #FAFAFA;
  border-color: transparent;
  padding: 15px 35px;
  margin-left: 10px;
  font-weight: 700;
  webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  z-index: 100;
  border: 1px solid #FAFAFA;
}

.header .main-button-try:hover {
  background-color: #FAFAFA;
  color: #8656b1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #8656b1;
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
  transition: 0.3s;
  cursor: pointer;
  z-index: 100;
}

.inner-header {
  height: 720px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  /*Flexbox for containers*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex h4 {
  margin-top: 35px;
  margin-bottom: 15px;
  z-index: 1;
}

/* Begin Main Page Grid */
.parent-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  display: -ms-grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
}

.grid-full {
  display: grid;
  -ms-grid-column: 1;
  grid-column: 1/1;
  grid-row: auto;
  margin-top: 10vh;
  display: -ms-grid;
  -ms-grid-columns: 100%;
  -ms-grid-rows: auto;
}

.splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.splash-2 {
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .mainh2 {
    -ms-grid-column-align: left;
        justify-self: left;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.8rem;
  }
  .mainh2-corona {
    -ms-grid-column-align: left;
        justify-self: left;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 2rem;
    margin-right: 15px;
    font-size: 1.8rem;
    margin-top: 50px;
  }
  .splash-mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .mainh2 {
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
  .mainh2-corona {
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
  .splash-mobile-button {
    display: none;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .mainh2-testimonial {
    -ms-grid-column-align: left;
        justify-self: left;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .mainh2-testimonial {
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    margin-top: 180px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .mainh2-splash {
    -ms-grid-column-align: left;
        justify-self: left;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.8rem;
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .mainh2-splash {
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 2.2rem;
    margin-top: 120px;
    margin-bottom: 20px;
    padding-top: 120px;
  }
}

/*animation testing */
.responsive {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.emoji {
  width: 25px;
  height: 25px;
  z-index: 0;
  opacity: 0.9;
  display: none;
}

.displayEmoji {
  display: block;
}

.home-email {
  height: 40px !important;
  margin-top: 25px;
  border-radius: 4px;
  border-width: thin;
  border: 1px solid rgba(0, 0, 0, 0.7);
  padding-left: 10px;
  width: 200px;
}

/*end animation testing


  /*Vertical Tabs */
.tabtitles {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 1.5em;
}

@media only screen and (max-width: 1199px) {
  .vtabsbody-corona {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Roboto', sans-serif;
    padding: 0;
  }
  .vtabsbody-corona .ux-vertical-tabs .maincontent .tabcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    margin-bottom: 55px;
    opacity: 1;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .vtabsbody-corona .ux-vertical-tabs .maincontent .tabcontent.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}

@media only screen and (max-width: 1199px) {
  .vtabsbody {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Roboto', sans-serif;
    padding: 0;
  }
  .vtabsbody .ux-vertical-tabs .maincontent .tabcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    margin-bottom: 55px;
    opacity: 1;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .vtabsbody .ux-vertical-tabs .maincontent .tabcontent.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}

@media only screen and (min-width: 1200px) {
  .vtabsbody {
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
  }
  .vtabsbody h2 {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .vtabsbody-corona {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
  }
  .vtabsbody-corona h2 {
    display: block;
  }
}

.container {
  position: relative;
}

.maxwidth {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) and (min-width: 450px) {
  .ux-text {
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.ux-text h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .6rem;
  color: #444;
  text-align: center;
}

.ux-text h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #8755b2;
}

.ux-text p {
  color: #666;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.ux-text p:last-child {
  margin: 0;
}

.ux-text-corona {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.ux-text-corona h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .6rem;
  color: #444;
  text-align: center;
}

.ux-text-corona h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #8755b2;
}

.ux-text-corona p {
  color: #666;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.ux-text-corona p:last-child {
  margin: 0;
}

.ux-vertical-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(to bottom, #FAFAFA, #FAFAFA 200px);
}

.ux-vertical-tabs .tabs {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Roboto', sans-serif;
}

.ux-vertical-tabs .tabs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto', sans-serif;
  background: #FAFAFA;
  padding: 1.2rem;
  width: 100%;
  outline: none;
  text-align: left;
  cursor: pointer;
  border: 0;
  font-size: 1em;
  color: #666;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
}

.ux-vertical-tabs .tabs button:hover {
  background: rgba(134, 86, 177, 0.3);
}

.ux-vertical-tabs .tabs button.active {
  background: white;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  font-size: 1em;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.ux-vertical-tabs .tabs button.empty {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  pointer-events: none;
}

.ux-vertical-tabs .tabs button:hover.empty {
  background: none;
}

.ux-vertical-tabs .tabs button span {
  width: 0;
  height: 0;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  opacity: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.ux-vertical-tabs .tabs button:hover span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.ux-vertical-tabs .tabs button.active span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ux-vertical-tabs .maincontent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem;
  overflow: hidden;
}

.ux-vertical-tabs .maincontent .tabcontent {
  display: none;
}

.ux-vertical-tabs .maincontent .tabcontent.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

@media (max-width: 1199px) {
  .ux-vertical-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }
  .ux-vertical-tabs .tabs {
    display: none;
  }
  .ux-vertical-tabs .tabs button.empty {
    display: block;
  }
  .ux-vertical-tabs .maincontent {
    background: #FAFAFA;
  }
  .ux-vertical-tabs .tabs button {
    padding: 1rem;
  }
  .ux-vertical-tabs .tabs button.active {
    background: #FAFAFA;
  }
  .ux-vertical-tabs .tabs button span {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .ux-vertical-tabs .tabs button:hover span {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .ux-vertical-tabs .tabs button.active span {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .ux-vertical-tabs .maincontent {
    padding: 1rem;
  }
}

/* Testimonial */
@media only screen and (min-width: 768px) {
  hr {
    border-width: 0 0 0 1px;
    height: 0px;
    border-radius: 2px;
    color: #d3d3d3;
    border: 2px solid rgba(134, 86, 177, 0.7);
    width: 100%;
  }
  .container-testimonial {
    width: 80vw;
    margin: 0 auto;
    display: grid;
    -ms-grid-columns: (minmax(400px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    display: -ms-grid;
    -ms-grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    -ms-grid-rows: auto;
  }
  .container-testimonial .box {
    position: relative;
    padding: 80px 40px 40px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    background: #fff;
  }
  .container-testimonial .box:hover {
    background: #8656b1;
  }
  .container-testimonial .box p {
    margin: 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .container-testimonial .box h4 {
    margin: 20px 0 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #f7377b;
  }
  .container-testimonial .box h4 span {
    font-weight: 600;
    font-size: 14px;
    color: #c5c5c5;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media only screen and (max-width: 767px) {
  .container-testimonial {
    width: 100vw;
    margin: 0 auto;
    display: grid;
    -ms-grid-columns: (minmax(300px, 767px))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(300px, 767px));
    grid-gap: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    display: -ms-grid;
  }
  .container-testimonial .box {
    position: relative;
    padding: 80px 40px 40px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    background: #fff;
  }
  .container-testimonial .box:hover {
    background: #8656b1;
  }
  .container-testimonial .box p {
    margin: 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .container-testimonial .box h4 {
    margin: 20px 0 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ff0057;
  }
  .container-testimonial .box h4 span {
    font-weight: 600;
    font-size: 14px;
    color: #c5c5c5;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

.container-testimonial .box:hover p,
.container-testimonial .box:hover h4,
.container-testimonial .box:hover h4 span {
  color: #fff;
}

.container-testimonial .box .imgBox {
  position: absolute;
  width: 120px;
  height: 120px;
  overflow: hidden;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}

.container-testimonial .box .imgBox img {
  width: 100%;
}

.container-testimonial .box::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 40px;
  width: 80px;
  height: 80px;
  background: url(https://www.sophya.ai/images/q.png);
  background-size: cover;
  opacity: .05;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: none;
}

.container-testimonial .box:hover::before {
  opacity: 1;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.container-testimonial .box::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 80px;
  height: 80px;
  background: url(https://sophya.ai/images/q.png);
  background-size: cover;
  opacity: .05;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: none;
  -webkit-transform: rotate(180deg) translateY(0);
          transform: rotate(180deg) translateY(0);
}

.container-testimonial .box:hover::after {
  opacity: 1;
  -webkit-transform: rotate(180deg) translateY(-60px);
          transform: rotate(180deg) translateY(-60px);
}

@media (max-width: 768px) {
  .container-testimonial .box {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    background-color: #FAFAFA;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto;
  }
  hr {
    border-width: 0 0 0 1px;
    height: 0px;
    border-radius: 2px;
    color: #d3d3d3;
    border: 2px solid rgba(134, 86, 177, 0.7);
    width: 100%;
    margin-bottom: 50px;
  }
  .footer-body-1-3 {
    padding: 2vh 0;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .footer-body-1-3 a:link {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
  }
  .footer-body-1-3 a:active {
    color: rgba(0, 0, 0, 0.7);
  }
  .footer-body-1-3 a {
    color: rgba(0, 0, 0, 0.7);
  }
  .footer-body-3-3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding: 2vh 0vw;
  }
  .footer-body-3-3 a:link {
    text-decoration: none;
  }
  .footer-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: grid;
    font-size: 14px;
    display: -ms-grid;
  }
  .footer-copyright {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
  }
  .footer-spacing {
    width: 100%;
    background-color: #FAFAFA;
    height: 200px;
  }
}

.fas {
  color: rgba(134, 86, 177, 0.7);
  margin: 0 5px;
}

.footer-stuff {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}

/* CONTAINERS */
@media only screen and (min-width: 200px) {
  .main {
    margin: auto;
    max-width: 380px;
  }
}

section {
  background: #fff;
  border-radius: .25em;
  -webkit-box-shadow: 0 0.15em 0.175em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15em 0.175em rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-bottom: 50px;
  margin-top: 50px;
}

section h1 {
  font-size: 1.6em;
  letter-spacing: -.05em;
  line-height: 1;
  margin: .25em 0;
  color: rgba(0, 0, 0, 0.7);
}

section p {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.7);
}

section img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

section:hover {
  -webkit-box-shadow: 0 0 15px rgba(134, 86, 177, 0.7);
          box-shadow: 0 0 15px rgba(134, 86, 177, 0.7);
}

figure {
  height: 12.5em;
}

article {
  padding: 2em;
}

.span {
  color: #bbb;
  font-size: .75em;
  text-transform: uppercase;
  word-spacing: .0625em;
}

@supports (display: grid) or (display: -ms-grid) {
  @media only screen and (min-width: 768px) {
    .main {
      display: grid;
      -ms-grid-columns: minmax(260px, 1fr) [auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      grid-gap: 5em;
      max-width: 80vw;
      padding: 1.5em;
      display: -ms-grid;
    }
    section {
      margin: 0;
    }
  }
}

.hrFooter {
  position: relative;
  z-index: 400;
  margin: 24px auto 0px auto;
  padding: 0 24px;
  border: 1px solid #d4d4d4;
  clear: both;
  max-width: 1540px;
}

/* CSS Scroll Button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #FAFAFA;
  color: #00877d;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

/* Footer 2 */
.footer-wrapper {
  background-color: #8656b1;
  display: -ms-grid;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
      grid-template-areas: "section-1" "section-2" "section-3" "social" "copyright";
  -ms-grid-columns: fit-content;
      grid-template-columns: -webkit-fit-content;
      grid-template-columns: fit-content;
  justify-items: stretch;
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  width: inherit;
}

@media screen and (min-width: 600px) {
  .footer-wrapper {
        grid-template-areas: "section-1 section-1" "section-2 section-3" "copyright social";
  }
}

@media screen and (min-width: 1200px) {
  .footer-wrapper {
        grid-template-areas: "section-1 section-2 section-3" "copyright social social";
  }
}

.footer-wrapper div[class^="section"] {
  font-size: 1.1rem;
}

.footer-wrapper > div {
  padding: 1rem;
  text-align: center;
}

.footer-wrapper .section-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: section-1;
}

@media screen and (min-width: 600px) {
  .footer-wrapper .section-1 {
    text-align: left;
    margin-left: 9vw;
    margin-top: 15px;
  }
}

.footer-wrapper .section-2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: section-2;
}

@media screen and (min-width: 600px) {
  .footer-wrapper .section-2 {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .footer-wrapper .section-2 {
    text-align: center;
  }
}

.footer-wrapper .section-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: section-3;
}

@media screen and (min-width: 600px) {
  .footer-wrapper .section-3 {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .footer-wrapper .section-3 {
    text-align: right;
    margin-right: 11vw;
  }
}

.footer-wrapper .social {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: social;
}

.footer-wrapper .copyright {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: copyright;
}

@media screen and (min-width: 600px) {
  .footer-wrapper .copyright {
    text-align: left;
  }
}

.fab {
  font-family: "Roboto", sans-serif;
  color: white;
}

.fa-3x {
  font-size: 3em;
  color: white;
}

.social-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: minmax(30px, 1fr);
  grid-gap: 1rem;
  -ms-grid-columns: (minmax(30px, max-content))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30px, -webkit-max-content));
      grid-template-columns: repeat(auto-fit, minmax(30px, max-content));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-top: 15px;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .social-group {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

.social-group .social-item {
  font-size: 0.5rem;
}

.copyright > sub > span {
  color: white;
}

.copyright > sub {
  color: #98fb00;
}

.main-button-try-footer {
  background-color: #FAFAFA;
  color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  padding: 15px 35px;
  margin-left: 10px;
  font-weight: 700;
  webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 27px;
  z-index: 100;
  border: 1px solid #FAFAFA;
}

.main-button-try-footer:hover {
  background-color: #FAFAFA;
  color: #8656b1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #8656b1;
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
  transition: 0.3s;
  cursor: pointer;
  z-index: 100;
}

.h2-footer {
  color: white;
  margin-bottom: 15px;
}

.footer-text {
  color: #FAFAFA;
}
/*# sourceMappingURL=styles.css.map */