:root {
  --container-width: 84%;
  --container-width-tablet: 90%;
  --container-width-phone: 94%;
}

*,
.anchornav,
::after,
::before {
  margin: 0;
  padding: 0
}

.anchornav a,
.anchornav li {
  display: block
}

.anchornav a,
.side,
.side a {
  transition: .3s cubic-bezier(.05, .69, .14, 1)
}

.anchornav a,
.pre,
.side {
  text-transform: uppercase
}

@font-face {
  font-family: Anybody;
  src: url("/static/fonts/Anybody.woff2") format("woff2"), url("/static/fonts/Anybody.woff") format("woff");
  font-display: block;
}

*,
.accordion {
  font-family: Anybody;
  outline: 0
}

.accordion,
button,
label {
  cursor: pointer
}

.anchornav,
ul {
  list-style: none
}

.my-form button,
p a {
  font-weight: 700
}


html {
  box-sizing: border-box;
  font-family: Anybody;
  color: #000;
  font-size: 16px
}



.anchornav a,
.h1 a,
.h2 a,
.h3 a,
.h5 a,
.side a,
a,
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit
}

@media (min-width:6.25em) {
  html {
    font-size: 17px
  }
}

@media (min-width:12.5em) {
  html {
    font-size: 18px
  }
}

@media (min-width:18.75em) {
  html {
    font-size: 19px
  }
}

@media (min-width:25em) {
  html {
    font-size: 20px
  }
}

@media (min-width:31.25em) {
  html {
    font-size: 21px
  }
}

@media (min-width:37.5em) {
  html {
    font-size: 22px
  }
}

@media (min-width:43.75em) {
  html {
    font-size: 23px
  }
}

@media (min-width:50em) {
  html {
    font-size: 24px
  }
}

@media (min-width:56.25em) {
  html {
    font-size: 25px
  }
}

@media (min-width:62.5em) {
  html {
    font-size: 26px
  }
}

@media (min-width:68.75em) {
  html {
    font-size: 27px
  }
}

@media (min-width:75em) {
  html {
    font-size: 28px
  }
}

@media (min-width:81.25em) {
  html {
    font-size: 29px
  }
}

@media (min-width:87.5em) {
  html {
    font-size: 30px
  }
}

@media (min-width:93.75em) {
  html {
    font-size: 31px
  }
}

@media (min-width:100em) {
  html {
    font-size: 32px
  }
}

@media (min-width:106.25em) {
  html {
    font-size: 33px
  }
}

@media (min-width:112.5em) {
  html {
    font-size: 34px
  }
}

@media (min-width:118.75em) {
  html {
    font-size: 35px
  }
}

@media (min-width:125em) {
  html {
    font-size: 36px
  }
}

@keyframes flash {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

.responsive-images-container {
  display: flex;
  flex-wrap: wrap;
  gap: 7vw
}

.responsive-image {
  width: 25vw;
  height: auto;
  max-width: 100%
}

.responsive-image:hover {
  filter: brightness(115%);
  width: 25vw;
  height: auto;
  max-width: 100%
}

.cert-image,
.cert-image:hover,
.static-image,
.static-image:hover {
  width: 100vw;
  height: auto;
  max-width: 100%
}

#ss {
  height: 100%;
  overflow: auto
}

.cert-image,
.static-image {
  padding-left: 0 !important
}

.static-image:hover {
  filter: brightness(130%)
}

*,
::after,
::before {
  box-sizing: inherit
}

a {
  text-decoration: none
}

.side {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 50px;
  border-right: 1px dashed #8a8a8a;
  color: #8a8a8a;
  font-family: Anybody;
  letter-spacing: .0875rem;
  font-size: 10px
}

.side:hover {
  color: rgba(0, 0, 0, .5)
}

.side .side__inner {
  position: relative;
  height: 100%;
  white-space: nowrap
}

.side a {
  word-spacing: 0
}

.side .bottom,
.side .top {
  position: absolute;
  left: 0;
  transform: rotate(-90deg) perspective(1px);
  transform-origin: 50px 50px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  word-spacing: 0.5rem
}

.side .top {
  top: 25px;
  text-align: right;
  color: #000
}

.side .bottom {
  top: auto;
  bottom: 75px
}

.side .bottom:hover a {
  color: rgba(0, 0, 0, .2)
}

.side .bottom:hover a:hover {
  color: rgba(0, 0, 0, .8)
}

.anchornav li::after {
  content: "";
  width: 1.3rem;
  display: block;
  height: 2px;
  background: #000
}

.anchornav li:last-child::after {
  display: none
}

.anchornav a {
  padding: 1em 0;
  font-family: Anybody;
  font-size: 12px;
  letter-spacing: 1.4px
}

.anchornav a span {
  display: inline;
  padding: .5em 0 0;
  opacity: .7;
  letter-spacing: normal;
  font-family: Anybody;
  text-transform: none
}

.anchornav a:hover,
.anchornav a:hover span {
  color: rgba(247, 245, 245, .9)
}

.section {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 60vh;
  width: 100%;
  align-content: center;
  padding: 20vh 2.5vw 20vh 75px
}

.accordion,
.pre {
  min-height: 48px
}

.column,
.row {
  padding: 0 4px
}

.section svg.bottom {
  bottom: 0;
  top: auto;
  fill: grey
}

.section .section__inner {
  height: 100%;
  max-width: fit-content;
  margin: auto auto auto 0
}

.section.section--hello {
  display: flex;
  flex-direction: column;
  background-color: #FBFAFF;
  color: #101118;
}

.section.section--intro {
  background-color: #FBFAFF;
  color: #000
}

.section.section--about {
  background-color: #000;
  color: #fff
}

.section.section--about svg {
  fill: black
}

.section.section--clients {
  background-color: #FBFAFF;
  color: #000;
  justify-content: center;
}

.section.section--clients svg {
  fill: white
}

.section.section--portfolio,
.section.section--portfolio1 {
  background-color: #000;
  color: #fff
}

.section.section--contact svg {
  fill: white;
  color: #000
}

.h1,
.h2,
.h3,
.h5,
h1,
h2,
h3,
h4 {
  font-family: Anybody;
  font-weight: 700;
  margin: 0 0 0.25em;
  line-height: 1;
  letter-spacing: -1px;
}

*,
.lead {
  margin: 0
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h5 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
p a:hover {
  border-bottom: .1875rem solid
}

.h1 span,
.h2 span,
.h3 span,
.h5 span,
h1 span,
h2 span,
h3 span,
h4 span {
  color: #000
}

.pre,
p a {
  color: inherit
}

.h1,
.h2,
h1,
h2 {
  font-size: 1.2rem
}

.pre {
  font-size: calc(70vw / 70);
  opacity: .8;
  letter-spacing: 1.4px;
  word-spacing: 0.2rem;
  display: inline-block
}

.pre span {
  font-size: .9em;
  margin-right: .4em;
  opacity: .5
}

.pre:hover {
  opacity: 1
}

p {
  font-size: .75rem;
  line-height: 1.4
}

.lead {
  display: block;
  font-size: .875rem
}

.portfolio {
  font-size: .75rem
}

.portfolio.block {
  display: inline-block;
  width: 100%
}

@media (min-width:30rem) {

  .h1,
  .h2,
  .h3,
  .h5,
  h1,
  h2,
  h3,
  h4 {
    letter-spacing: -2px
  }

  .h1,
  .h2,
  h1,
  h2 {
    font-size: 2.5rem
  }

  p {
    font-size: .875rem
  }

  .lead {
    font-size: 1rem
  }

  .portfolio.block {
    width: 30%
  }
}

.portfolio .link {
  display: block;
  margin: 2em 0 0;
  color: #555;
  letter-spacing: 2px;
  font-size: 12px
}

.portfolio p {
  font-size: inherit;
  color: #fff;
  opacity: .7
}

.row {
  display: flex;
  flex-wrap: wrap
}

.column {
  flex: 25%;
  max-width: 25%
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%
}


h1 {
  font-size: calc(8.33333vw);
  font-variation-settings: "wght" 700;
}


@media screen and (max-width:800px) {
  .column {
    flex: 50%;
    max-width: 50%
  }

  h1 {
    font-size: calc(14.33333vw);
    font-variation-settings: "wght" 700;
  }
}

@media screen and (max-width:600px) {
  .column {
    flex: 100%;
    max-width: 100%
  }

  h1 {
    font-size: calc(12.33333vw);
    font-variation-settings: "wght" 700;
  }
}

.accordion {
  background-color: #fff;
  color: #000;
  width: 100%;
  text-align: left;
  border: none;
  transition: .4s;
  padding: 2vw 0
}

.accordion,
.pre {
  margin: 8px
}

.accordion:hover,
.active {
  background-color: #f0543e;
  color: #fff
}

.panel {
  padding: 0 18px;
  background-color: #fff;
  display: none;
  overflow: hidden
}

table {
  width: 100%;
  border-collapse: collapse
}

table td,
table th {
  padding: .5rem;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7
}

table td+td,
table th+th {
  border-left: 1px solid #e7e7e7
}

:root {
  --white: #000000;
  --red: black;
  --bodyColor: black;
  --borderFormEls: black;
  --bgFormEls: #FBFAFF;
  --bgFormElsFocus: #FFFFFF
}

* {
  src: url("./fonts/Anybody.woff") format("woff2");
  padding: 0;
  box-sizing: border-box
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%
}

select {
  appearance: none
}

select::-ms-expand {
  display: none
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 var(--white)
}

textarea {
  resize: none
}

body {
  background: #FBFAFF !important;
  color: var(--white);
  margin: 1.5rem 0
}

.container {
  max-width: 800px
}

.my-form .grid>:not(:last-child),
.my-form h1,
.my-form li {
  margin-bottom: 1.5rem
}

.my-form button,
.my-form input,
.my-form select,
.my-form textarea {
  width: 100%;
  line-height: 1.5;
  padding: 15px 10px;
  border: 5px solid var(--borderFormEls);
  color: var(--white);
  background: var(--bgFormEls);
  transition: background-color .3s cubic-bezier(.57, .21, .69, 1.25), transform .3s cubic-bezier(.57, .21, .69, 1.25)
}

.my-form textarea {
  height: 170px
}

.my-form ::placeholder {
  color: inherit;
  opacity: 1
}

.my-form input:focus,
.my-form select:focus,
.my-form textarea:focus {
  transform: scale(1.02)
}

.my-form :required,
.my-form select {
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 15px
}

.my-form :required {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg)
}

.my-form select {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg)
}

.my-form :disabled {
  cursor: default;
  filter: blur(2px)
}

.my-form .required-msg {
  display: none;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg) center left/15px 15px no-repeat;
  padding-left: 20px
}

.my-form .btn-grid {
  position: relative;
  overflow: hidden;
  transition: filter .2s
}

.my-form button>* {
  display: inline-block;
  width: 100%;
  transition: transform .4s ease-in-out
}

.my-form button .back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-110%, -50%)
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
  transform: translate(-50%, -50%)
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
  transform: translateX(110%)
}

.my-form input[type=checkbox] {
  position: absolute;
  left: -9999px
}

.my-form input[type=checkbox]+label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  transition: background .3s cubic-bezier(.57, .21, .69, 1.25)
}

.my-form input[type=checkbox]+label::after,
.my-form input[type=checkbox]+label::before {
  content: '';
  position: absolute
}

.my-form input[type=checkbox]+label::before {
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--white)
}

.my-form input[type=checkbox]:checked+label::before {
  background: var(--red)
}

.my-form input[type=checkbox]:checked+label::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 14px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg)
}

@media screen and (min-width:600px) {
  .my-form .grid {
    display: grid;
    grid-gap: 1.5rem
  }

  .my-form .grid-2 {
    grid-template-columns: 1fr 1fr
  }

  .my-form .grid-3 {
    grid-template-columns: auto auto auto;
    align-items: center
  }

  .my-form .grid>:not(:last-child) {
    margin-bottom: 0
  }

  .my-form .required-msg {
    display: block
  }
}



@media screen and (min-width:541px) {
  .my-form input[type=checkbox]+label::before {
    top: 50%;
    transform: translateY(-50%)
  }

  .my-form input[type=checkbox]:checked+label::after {
    top: 3px
  }
}

.btn {
  display: inline-block;
  padding: 1rem 2.3rem;
  background: var(--color-white);
  color: var(--color-black);
  font-weight: 500;
  border-radius: 0.4rem;
  width: 70vw;
}

.btn-primary {
  background: var(--color-black);
  color: var(--color-white);
  transition: all 300ms ease;
  border: 1px solid transparent;
}

.btn-primary:hover {
  background: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-black);
}

.container {
  width: var(--container-width);
  margin: 0 auto;
}

.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 0.5rem;
  width: 100%;
}

.cta span {
  width: 100%;
}

.cta .logo {
  width: 2rem;
}

.cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: left;
  font-weight: 300;
  font-size: 1rem;
  background: #000;
  border-radius: 0.7rem;
  padding: 0.8rem 1.6rem;
}

.cta a:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.cta .logo {
  width: 2rem;
}

.cta a h4 {
  font-weight: 500;
  font-size: 1.4rem;
}

.container {
  width: var(--container-width);
  margin: 0 auto;
}

h1 {
  font-size: 5.6rem;
  line-height: 1;
  color: var(--color-black);
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}

.lead {
  width: 63%;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 1.5rem auto 3rem;
}

a {
  color: var(--color-white);
  font-weight: 300;
}

img {
  width: 100%;
}

/* .btn {
  display: inline-block;
  padding: 1rem 2.3rem;
  background: var(--color-white);
  color: var(--color-black);
  font-weight: 500;
  border-radius: 0.4rem;
  width: 50vw;
} */

.btn-primary {
  background: var(--color-black);
  color: var(--color-white);
  transition: all 300ms ease;
  border: 1px solid transparent;
}

.btn-primary:hover {
  background: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-black);
}

.avatar {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  overflow: hidden;
}

section {
  max-width: 100vw;
  padding-bottom: var(--bottom-section-padding);
}

.realspeak-title {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
}

.realspeak-title h2 {
  font-size: calc(73vw / 11.5);
}

.app-store-small {
  font-size: calc(73vw / 55) !important;
}

.app-store-large {
  font-size: calc(73vw / 30) !important;
}

.play-small {
  font-size: calc(73vw / 55) !important;
}

.play-large {
  font-size: calc(73vw / 30) !important;
}


/* LOTTIE LANDING PAGE */

.abs,
.cards .card figcaption,
.cards .card:after,
.news .card figcaption,
.news .card:after,
.news .article figcaption {
  position: absolute;
}
.rel,
.h2_class,
.cards .card,
.news .card,
.news .article {
  position: relative;
}
.fix {
  position: fixed;
}
.dfix {
  display: inline;
}
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.df,
.cards,
.news {
  display: flex;
}
.dif {
  display: inline-flex;
}
.dg {
  display: grid;
}
.dig {
  display: inline-grid;
}
.vm,
h2,
h2 span {
  vertical-align: middle;
}
body {
  background: black;
}
.wrapper {
  padding: 15px;
}
.lottie_title_class {
  padding: 10px;
  color: white;
  margin: 0;
  /* font-size: calc(73vw / 11.5); */

  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
}
.lottie_title_class span {
  /* font-size: calc(73vw / 11.5); */
  font-size: calc(23vw / 11.5);
  /* background-color: white; */
  margin-left: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
}
.h2_class {
  padding: 10px;
  color: white;
  margin: 0;
  /* font-size: 4em; */
}
h2 span {
  /* font-size: 0.7em; */
  /* background-color: white; */
  color: white;
  margin-left: 10px;
}
.cards,
.news {
  flex-flow: row wrap;
}
.cards .card,
.news .card {
  margin: 20px;
  width: 180px;
  height: 270px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0,0,0,0.8);
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: 0.3s;
}
.cards .card img,
.news .card img {
  width: 100%;
  min-height: 100%;
}
.cards .card figcaption,
.news .card figcaption {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  background: none;
  color: #fff;
  transform: translateY(100%);
  transition: 0.3s;
}
.cards .card:after,
.news .card:after {
  content: '';
  z-index: 10;
  width: 200%;
  height: 100%;
  top: -90%;
  left: -20px;
  opacity: 0.1;
  transform: rotate(45deg);
  background: linear-gradient(to top, transparent, #fff 15%, rgba(255,255,255,0.5));
  transition: 0.3s;
}

.cards .card:hover,
.news .card:hover,
.cards .card:focus,
.news .card:focus,
.cards .card:active,
.news .card:active {
  box-shadow: 0 8px 16px 3px rgba(0,0,0,0.6);
  transform: translateY(-3px) scale(1.05) rotateX(15deg);
}

.cards .card:hover figcaption,
.news .card:hover figcaption,
.cards .card:focus figcaption,
.news .card:focus figcaption,
.cards .card:active figcaption,
.news .card:active figcaption {
  transform: none;
}

.cards .card:hover:after,
.news .card:hover:after,
.cards .card:focus:after,
.news .card:focus:after,
.cards .card:active:after,
.news .card:active:after {
  transform: rotate(25deg);
  top: -40%;
  opacity: 0.15;
}
.news .article {
  overflow: hidden;
  width: 350px;
  height: 235px;
  margin: 20px;
}
.news .article img {
  width: 100%;
  min-height: 100%;
  transition: 0.2s;
}
.news .article figcaption {
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(51,51,51,0.3);
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  background: rgba(6,18,53,0.6);
  opacity: 0;
  transform: scale(1.15);
  transition: 0.2s;
}
.news .article figcaption h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}
.news .article:hover img,
.news .article:focus img,
.news .article:active img {
  filter: blur(3px);
  transform: scale(0.97);
}
.news .article:hover figcaption,
.news .article:focus figcaption,
.news .article:active figcaption {
  opacity: 1;
  transform: none;
}

.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}