@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap");
html {
  font-size: calc(10 / 1920 * 100vw);
}

@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.8rem;
  text-align: justify;
  line-height: 1.75;
}

section {
  position: relative;
}

header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.hide {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.en {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.25em;
}

.leftside_textbox-wrap {
  position: absolute;
  top: 9rem;
  padding-left: 1rem;
  width: 100%;
  height: 430%;
  z-index: 50;
  pointer-events: none;
}

.leftside_textbox-wrap .leftside_textbox {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  left: -13.5%;
}

.leftside_textbox-wrap .leftside_textbox span {
  position: relative;
  padding-top: 9rem;
  font-size: 2.8rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.leftside_textbox-wrap .leftside_textbox span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 45%;
  height: 7rem;
  border-right: 0.2rem solid #000000;
}

.leftside_textbox-wrap2 {
  position: absolute;
  top: 9rem;
  padding-left: 1rem;
  width: 100%;
  height: 430%;
  z-index: 50;
  pointer-events: none;
}

.leftside_textbox-wrap2 .leftside_textbox2 {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  left: -13.5%;
}

.leftside_textbox-wrap2 .leftside_textbox2 span {
  position: relative;
  padding-top: 9rem;
  font-size: 2.8rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #000000;
}

.leftside_textbox-wrap2 .leftside_textbox2 span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 45%;
  height: 7rem;
  border-right: 0.2rem solid #000000;
}

/*******************************************************************
*
* sec_visu
*
********************************************************************/
.sec_visu {
  position: relative;
  height: 110rem;
  z-index: 40;
}

.sec_visu .logocon {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 27.5%;
}

.sec_visu .logocon-logo {
  width: 100%;
  margin-bottom: 7.5rem;
}

.sec_visu .logocon-logo img {
  display: block;
  width: 50%;
  margin: auto;
}

.sec_visu .logocon-text {
  font-size: 1.6rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.sec_visu .rightcon {
  position: absolute;
  top: 55%;
  right: 0;
  width: 100%;
  height: 45%;
  background-color: #61331f;
}

.sec_visu .rightcon-logo {
  width: 100%;
  margin-bottom: 7.5rem;
}

.sec_visu .rightcon-logo img {
  display: block;
  width: 60%;
  margin: auto;
}

.sec_visu .rightcon-text {
  position: absolute;
  display: block;
  top: 38%;
  left: 5%;
}

.sec_visu .rightcon-text span, .sec_visu .rightcon-text p, .sec_visu .rightcon-text i {
  color: #ffffff;
  margin: 0;
  letter-spacing: 2px;
}

.sec_visu .rightcon-text p, .sec_visu .rightcon-text i {
  font-size: 2.8rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}

.sec_visu .rightcon-text span {
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

.sec_visu .rightcon-img {
  position: absolute;
  display: block;
  top: 34%;
  right: 4%;
  width: 36%;
}

.sec_visu .rightcon-img img {
  width: 100%;
}

.sec_visu .slidecon {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
}

.sec_visu .slidecon-visuslide-slide img {
  display: block;
  width: 100%;
}

.sec_visu .slidecon-btnbox {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2rem;
}

.sec_visu .slidecon-btnbox-btn {
  display: block;
  position: absolute;
  top: 0.95rem !important;
  left: 67% !important;
  width: 12.5rem;
  height: 0.25rem;
  margin-right: 0.5rem;
  background-color: #9e9e9e;
  cursor: pointer;
  opacity: 1 !important;
}

.sec_visu .slidecon-btnbox-btn:nth-last-of-type(1) {
  margin-right: 0;
}

.sec_visu .slidecon-btnbox-btn.slick-current {
  background-color: #d4003b;
  top: 0.75rem !important;
  height: 0.5rem;
}

.sec_visu .slidecon-btnbox .slick-list {
  width: inherit !important;
  height: 100%;
}

.sec_visu .slidecon-btnbox .slick-list .slick-track {
  width: inherit !important;
  height: 100%;
  position: relative;
}

/*******************************************************************
*
* sec_bland
*
********************************************************************/
.sec_bland {
  position: relative;
  z-index: 20;
  margin-bottom: 10rem;
}

.sec_bland.first {
  z-index: 30;
}

.sec_bland.bg-blown {
  z-index: 20;
}

.sec_bland.bg-blown::before {
  content: '';
  position: absolute;
  top: 14rem;
  right: 0;
  width: 50%;
  height: 106rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #61331f;
}

.sec_bland.bg-blown02 {
  z-index: 20;
}

.sec_bland.bg-blown02::before {
  content: '';
  position: absolute;
  top: 40rem;
  right: 7rem;
  width: 90%;
  height: 78rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #61331f;
}

.sec_bland .bland_textbox {
  display: block;
  width: 100%;
  text-align: right;
}

.sec_bland .bland_textbox .bland_title {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}

.sec_bland .bland_textbox .bland_title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 0%;
  height: 10px;
  background: #d4003b;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sec_bland .bland_textbox .bland_title.isActive:after {
  width: 100%;
}

.sec_bland .bland_textbox02 {
  display: block;
  width: 100%;
}

.sec_bland .bland_textbox02 .bland_title {
  position: relative;
  display: inline-block;
  margin-left: 55px;
}

.sec_bland .bland_textbox02 .bland_title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 0%;
  height: 10px;
  background: #d4003b;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sec_bland .bland_textbox02 .bland_title.isActive:after {
  width: 100%;
}

.sec_bland .backimgbox {
  margin: 0 0px 0 auto;
}

.sec_bland .backimgbox02,
.sec_bland .backimgbox03 {
  margin: 0 auto 0 0px;
}

.sec_bland .backimgbox,
.sec_bland .backimgbox02,
.sec_bland .backimgbox03 {
  position: relative;
  width: 90%;
  z-index: 20;
}

.sec_bland .backimgbox-bg,
.sec_bland .backimgbox02-bg,
.sec_bland .backimgbox03-bg {
  position: relative;
  max-height: 90rem;
  overflow: hidden;
}

.sec_bland .backimgbox-bg img,
.sec_bland .backimgbox02-bg img,
.sec_bland .backimgbox03-bg img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sec_bland .backimgbox-text,
.sec_bland .backimgbox02-text,
.sec_bland .backimgbox03-text {
  position: absolute;
  bottom: 10%;
  left: 8%;
  width: 18%;
  z-index: 20;
}

.sec_bland .backimgbox-text.c-white p i,
.sec_bland .backimgbox02-text.c-white p i,
.sec_bland .backimgbox03-text.c-white p i {
  color: #ffffff;
}

.sec_bland .backimgbox-text p i,
.sec_bland .backimgbox02-text p i,
.sec_bland .backimgbox03-text p i {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.sec_bland .backimg-border {
  position: absolute;
  content: "";
  width: 90%;
  height: 90rem;
  border: 1px solid #000000;
  top: 25%;
  left: 5%;
}

.sec_bland .fadein {
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}

.sec_bland .fadein.slideIn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.sec_bland .no_left,
.sec_bland .no_right,
.sec_bland .no_left_slidecon,
.sec_bland .no_left_slidecon02,
.sec_bland .no_left_slidecon03 {
  position: absolute;
  z-index: 50;
}

.sec_bland .no_left,
.sec_bland .no_right {
  width: 10%;
  bottom: 50px;
}

.sec_bland .no_left {
  left: 5%;
}

.sec_bland .no_right {
  right: 5%;
}

.sec_bland .no_left_slidecon {
  width: 53%;
  left: 55%;
  bottom: -66px;
}

.sec_bland .no_left_slidecon02 {
  width: 38%;
  left: 43%;
  bottom: 18px;
}

.sec_bland .no_left_slidecon03 {
  width: 20%;
  bottom: 0;
  left: 0;
}

.sec_bland .fade_u {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}

.sec_bland .fade_u.slideIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.sec_bland .blanditem {
  width: 17%;
  left: 4%;
}

.sec_bland .blanditem02 {
  width: 24%;
  left: 4%;
}

.sec_bland .blanditem,
.sec_bland .blanditem02 {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30;
  -webkit-box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.3);
}

.sec_bland .blanditem.white,
.sec_bland .blanditem02.white {
  background-color: #FEF9F2;
}

.sec_bland .blanditem-name,
.sec_bland .blanditem02-name {
  position: absolute;
  top: 0;
  left: -10.8rem;
}

.sec_bland .blanditem-name h2,
.sec_bland .blanditem02-name h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  background-color: #d4003b;
  letter-spacing: 0.25em;
}

.sec_bland .blanditem-img,
.sec_bland .blanditem02-img {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.sec_bland .blanditem-img img,
.sec_bland .blanditem02-img img {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_bland .blanditem-img02,
.sec_bland .blanditem02-img02 {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.sec_bland .blanditem-img02 img,
.sec_bland .blanditem02-img02 img {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_bland .blanditem-btn,
.sec_bland .blanditem02-btn {
  margin-bottom: 3rem;
}

.sec_bland .blanditem-btn span,
.sec_bland .blanditem02-btn span {
  position: relative;
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-right: 4rem;
  letter-spacing: 0.25em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_bland .blanditem-btn span::before,
.sec_bland .blanditem02-btn span::before {
  content: '';
  position: absolute;
  top: 125%;
  left: 0;
  width: 100%;
  border-top: 0.2rem solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_bland .blanditem-btn span::after,
.sec_bland .blanditem02-btn span::after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/ic_arrow.svg);
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_bland .blanditem-imgbox,
.sec_bland .blanditem02-imgbox {
  padding: 5rem 7rem 14rem 7rem;
}

.sec_bland .blanditem a,
.sec_bland .blanditem02 a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_bland .blanditem a:hover,
.sec_bland .blanditem02 a:hover {
  -webkit-filter: contrast(1.3);
          filter: contrast(1.3);
}

.sec_bland .blanditem a:hover .blanditem-img img,
.sec_bland .blanditem02 a:hover .blanditem-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.sec_bland .blanditem a:hover .blanditem02-img img,
.sec_bland .blanditem02 a:hover .blanditem02-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.sec_bland .blanditem a:hover .blanditem-btn span,
.sec_bland .blanditem02 a:hover .blanditem-btn span {
  color: #d4003b;
}

.sec_bland .blanditem a:hover .blanditem-btn span::before,
.sec_bland .blanditem02 a:hover .blanditem-btn span::before {
  left: auto;
  right: 0%;
  width: 0%;
}

.sec_bland .blanditem a:hover .blanditem-btn span::after,
.sec_bland .blanditem02 a:hover .blanditem-btn span::after {
  background-image: url(../img/ic_arrow_red.svg);
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.sec_bland.inversion .backimgbox {
  margin-right: 0px;
}

.sec_bland.inversion .backimgbox02 {
  margin-left: 0px;
}

.sec_bland.inversion .blanditem {
  right: auto;
  left: 0;
}

.sec_bland.inversion .blanditem-name {
  left: auto;
  right: -10.8rem;
}

/*******************************************************************
*
* sec_factory
*
********************************************************************/
.sec_factory {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(../img/factory.jpg);
  height: 420px;
  padding: 80px 0;
  margin-top: 235px;
}

.sec_factory::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sec_factory .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_factory .inner p {
  position: relative;
  width: 70%;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.75em;
}

.sec_factory .inner .txtimg {
  position: absolute;
  top: -270px;
  left: 10px;
  width: 390px;
  height: 150px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.sec_factory .inner div {
  width: 30%;
  text-align: center;
}

.sec_factory .inner div a {
  display: block;
  border: 1px solid #ffffff;
  padding: 1em 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 3px;
}

.sec_factory .inner div a:hover {
  background-color: #d4003b;
  border: 1px solid #d4003b;
}

/*******************************************************************
*
* sec_fb
*
********************************************************************/
.sec_fb {
  background: -webkit-linear-gradient(125deg, #f1f1e2, #fefefc);
  background: linear-gradient(-35deg, #f1f1e2, #fefefc);
  padding-bottom: 0;
  padding: 80px 0;
}

.sec_fb .inner {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}

.sec_fb .inner .imgbox {
  width: 530px;
  height: 550px;
  -webkit-box-shadow: 5px 5px 15px 0px #cccccc;
          box-shadow: 5px 5px 15px 0px #cccccc;
}

.sec_fb .inner .imgbox img {
  width: 100%;
}

.sec_fb .btn03 a {
  font-weight: 300;
  font-family: 'Lato',sans-serif;
  -ms-font-feature-settings: "normal";
  font-size: 30px;
  letter-spacing: 0.25em;
}

.sec_fb .inner .fb-page {
  -webkit-box-shadow: 5px 5px 15px 0px #cccccc;
          box-shadow: 5px 5px 15px 0px #cccccc;
}

.anim {
  opacity: 0;
}

.anim.move {
  opacity: 1;
}

.anim.move.anim-fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim.move.anim-fade-up {
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.anim.move.anim-fade-left {
  -webkit-animation-name: fade-left;
          animation-name: fade-left;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(10rem, 0);
            transform: translate(10rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(10rem, 0);
            transform: translate(10rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.anim.move.anim-fade-right {
  -webkit-animation-name: fade-right;
          animation-name: fade-right;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10rem, 0);
            transform: translate(-10rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10rem, 0);
            transform: translate(-10rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.anim.move.anim-slidein_wrap {
  -webkit-animation-name: slidein_wrap;
          animation-name: slidein_wrap;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  overflow: hidden;
  display: inline-block;
}

@-webkit-keyframes slidein_wrap {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

@keyframes slidein_wrap {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

.anim.move.anim-slidein_wrap .slidein {
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

@keyframes slidein {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

.anim.move.anim.anim-typingtext i {
  font-style: normal;
  -webkit-animation-name: typingtext;
          animation-name: typingtext;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes typingtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes typingtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim.move.anim.anim-typingtext i:nth-of-type(1) {
  -webkit-animation-delay: 4250ms;
          animation-delay: 4250ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(2) {
  -webkit-animation-delay: 4280ms;
          animation-delay: 4280ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(3) {
  -webkit-animation-delay: 4310ms;
          animation-delay: 4310ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(4) {
  -webkit-animation-delay: 4340ms;
          animation-delay: 4340ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(5) {
  -webkit-animation-delay: 4370ms;
          animation-delay: 4370ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(6) {
  -webkit-animation-delay: 4400ms;
          animation-delay: 4400ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(7) {
  -webkit-animation-delay: 4430ms;
          animation-delay: 4430ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(8) {
  -webkit-animation-delay: 4460ms;
          animation-delay: 4460ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(9) {
  -webkit-animation-delay: 4490ms;
          animation-delay: 4490ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(10) {
  -webkit-animation-delay: 4520ms;
          animation-delay: 4520ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(11) {
  -webkit-animation-delay: 4550ms;
          animation-delay: 4550ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(12) {
  -webkit-animation-delay: 4580ms;
          animation-delay: 4580ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(13) {
  -webkit-animation-delay: 4610ms;
          animation-delay: 4610ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(14) {
  -webkit-animation-delay: 4640ms;
          animation-delay: 4640ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(15) {
  -webkit-animation-delay: 4670ms;
          animation-delay: 4670ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(16) {
  -webkit-animation-delay: 4700ms;
          animation-delay: 4700ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(17) {
  -webkit-animation-delay: 4730ms;
          animation-delay: 4730ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(18) {
  -webkit-animation-delay: 4760ms;
          animation-delay: 4760ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(19) {
  -webkit-animation-delay: 4790ms;
          animation-delay: 4790ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(20) {
  -webkit-animation-delay: 4820ms;
          animation-delay: 4820ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(21) {
  -webkit-animation-delay: 4850ms;
          animation-delay: 4850ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(22) {
  -webkit-animation-delay: 4880ms;
          animation-delay: 4880ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(23) {
  -webkit-animation-delay: 4910ms;
          animation-delay: 4910ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(24) {
  -webkit-animation-delay: 4940ms;
          animation-delay: 4940ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(25) {
  -webkit-animation-delay: 4970ms;
          animation-delay: 4970ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(26) {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(27) {
  -webkit-animation-delay: 5030ms;
          animation-delay: 5030ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(28) {
  -webkit-animation-delay: 5060ms;
          animation-delay: 5060ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(29) {
  -webkit-animation-delay: 5090ms;
          animation-delay: 5090ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(30) {
  -webkit-animation-delay: 5120ms;
          animation-delay: 5120ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(31) {
  -webkit-animation-delay: 5150ms;
          animation-delay: 5150ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(32) {
  -webkit-animation-delay: 5180ms;
          animation-delay: 5180ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(33) {
  -webkit-animation-delay: 5210ms;
          animation-delay: 5210ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(34) {
  -webkit-animation-delay: 5240ms;
          animation-delay: 5240ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(35) {
  -webkit-animation-delay: 5270ms;
          animation-delay: 5270ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(36) {
  -webkit-animation-delay: 5300ms;
          animation-delay: 5300ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(37) {
  -webkit-animation-delay: 5330ms;
          animation-delay: 5330ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(38) {
  -webkit-animation-delay: 5360ms;
          animation-delay: 5360ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(39) {
  -webkit-animation-delay: 5390ms;
          animation-delay: 5390ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(40) {
  -webkit-animation-delay: 5420ms;
          animation-delay: 5420ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(41) {
  -webkit-animation-delay: 5450ms;
          animation-delay: 5450ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(42) {
  -webkit-animation-delay: 5480ms;
          animation-delay: 5480ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(43) {
  -webkit-animation-delay: 5510ms;
          animation-delay: 5510ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(44) {
  -webkit-animation-delay: 5540ms;
          animation-delay: 5540ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(45) {
  -webkit-animation-delay: 5570ms;
          animation-delay: 5570ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(46) {
  -webkit-animation-delay: 5600ms;
          animation-delay: 5600ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(47) {
  -webkit-animation-delay: 5630ms;
          animation-delay: 5630ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(48) {
  -webkit-animation-delay: 5660ms;
          animation-delay: 5660ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(49) {
  -webkit-animation-delay: 5690ms;
          animation-delay: 5690ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(50) {
  -webkit-animation-delay: 5720ms;
          animation-delay: 5720ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(51) {
  -webkit-animation-delay: 5750ms;
          animation-delay: 5750ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(52) {
  -webkit-animation-delay: 5780ms;
          animation-delay: 5780ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(53) {
  -webkit-animation-delay: 5810ms;
          animation-delay: 5810ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(54) {
  -webkit-animation-delay: 5840ms;
          animation-delay: 5840ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(55) {
  -webkit-animation-delay: 5870ms;
          animation-delay: 5870ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(56) {
  -webkit-animation-delay: 5900ms;
          animation-delay: 5900ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(57) {
  -webkit-animation-delay: 5930ms;
          animation-delay: 5930ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(58) {
  -webkit-animation-delay: 5960ms;
          animation-delay: 5960ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(59) {
  -webkit-animation-delay: 5990ms;
          animation-delay: 5990ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(60) {
  -webkit-animation-delay: 6020ms;
          animation-delay: 6020ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(61) {
  -webkit-animation-delay: 6050ms;
          animation-delay: 6050ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(62) {
  -webkit-animation-delay: 6080ms;
          animation-delay: 6080ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(63) {
  -webkit-animation-delay: 6110ms;
          animation-delay: 6110ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(64) {
  -webkit-animation-delay: 6140ms;
          animation-delay: 6140ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(65) {
  -webkit-animation-delay: 6170ms;
          animation-delay: 6170ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(66) {
  -webkit-animation-delay: 6200ms;
          animation-delay: 6200ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(67) {
  -webkit-animation-delay: 6230ms;
          animation-delay: 6230ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(68) {
  -webkit-animation-delay: 6260ms;
          animation-delay: 6260ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(69) {
  -webkit-animation-delay: 6290ms;
          animation-delay: 6290ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(70) {
  -webkit-animation-delay: 6320ms;
          animation-delay: 6320ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(71) {
  -webkit-animation-delay: 6350ms;
          animation-delay: 6350ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(72) {
  -webkit-animation-delay: 6380ms;
          animation-delay: 6380ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(73) {
  -webkit-animation-delay: 6410ms;
          animation-delay: 6410ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(74) {
  -webkit-animation-delay: 6440ms;
          animation-delay: 6440ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(75) {
  -webkit-animation-delay: 6470ms;
          animation-delay: 6470ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(76) {
  -webkit-animation-delay: 6500ms;
          animation-delay: 6500ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(77) {
  -webkit-animation-delay: 6530ms;
          animation-delay: 6530ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(78) {
  -webkit-animation-delay: 6560ms;
          animation-delay: 6560ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(79) {
  -webkit-animation-delay: 6590ms;
          animation-delay: 6590ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(80) {
  -webkit-animation-delay: 6620ms;
          animation-delay: 6620ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(81) {
  -webkit-animation-delay: 6650ms;
          animation-delay: 6650ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(82) {
  -webkit-animation-delay: 6680ms;
          animation-delay: 6680ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(83) {
  -webkit-animation-delay: 6710ms;
          animation-delay: 6710ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(84) {
  -webkit-animation-delay: 6740ms;
          animation-delay: 6740ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(85) {
  -webkit-animation-delay: 6770ms;
          animation-delay: 6770ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(86) {
  -webkit-animation-delay: 6800ms;
          animation-delay: 6800ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(87) {
  -webkit-animation-delay: 6830ms;
          animation-delay: 6830ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(88) {
  -webkit-animation-delay: 6860ms;
          animation-delay: 6860ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(89) {
  -webkit-animation-delay: 6890ms;
          animation-delay: 6890ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(90) {
  -webkit-animation-delay: 6920ms;
          animation-delay: 6920ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(91) {
  -webkit-animation-delay: 6950ms;
          animation-delay: 6950ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(92) {
  -webkit-animation-delay: 6980ms;
          animation-delay: 6980ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(93) {
  -webkit-animation-delay: 7010ms;
          animation-delay: 7010ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(94) {
  -webkit-animation-delay: 7040ms;
          animation-delay: 7040ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(95) {
  -webkit-animation-delay: 7070ms;
          animation-delay: 7070ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(96) {
  -webkit-animation-delay: 7100ms;
          animation-delay: 7100ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(97) {
  -webkit-animation-delay: 7130ms;
          animation-delay: 7130ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(98) {
  -webkit-animation-delay: 7160ms;
          animation-delay: 7160ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(99) {
  -webkit-animation-delay: 7190ms;
          animation-delay: 7190ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(100) {
  -webkit-animation-delay: 7220ms;
          animation-delay: 7220ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(101) {
  -webkit-animation-delay: 7250ms;
          animation-delay: 7250ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(102) {
  -webkit-animation-delay: 7280ms;
          animation-delay: 7280ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(103) {
  -webkit-animation-delay: 7310ms;
          animation-delay: 7310ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(104) {
  -webkit-animation-delay: 7340ms;
          animation-delay: 7340ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(105) {
  -webkit-animation-delay: 7370ms;
          animation-delay: 7370ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(106) {
  -webkit-animation-delay: 7400ms;
          animation-delay: 7400ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(107) {
  -webkit-animation-delay: 7430ms;
          animation-delay: 7430ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(108) {
  -webkit-animation-delay: 7460ms;
          animation-delay: 7460ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(109) {
  -webkit-animation-delay: 7490ms;
          animation-delay: 7490ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(110) {
  -webkit-animation-delay: 7520ms;
          animation-delay: 7520ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(111) {
  -webkit-animation-delay: 7550ms;
          animation-delay: 7550ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(112) {
  -webkit-animation-delay: 7580ms;
          animation-delay: 7580ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(113) {
  -webkit-animation-delay: 7610ms;
          animation-delay: 7610ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(114) {
  -webkit-animation-delay: 7640ms;
          animation-delay: 7640ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(115) {
  -webkit-animation-delay: 7670ms;
          animation-delay: 7670ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(116) {
  -webkit-animation-delay: 7700ms;
          animation-delay: 7700ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(117) {
  -webkit-animation-delay: 7730ms;
          animation-delay: 7730ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(118) {
  -webkit-animation-delay: 7760ms;
          animation-delay: 7760ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(119) {
  -webkit-animation-delay: 7790ms;
          animation-delay: 7790ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(120) {
  -webkit-animation-delay: 7820ms;
          animation-delay: 7820ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(121) {
  -webkit-animation-delay: 7850ms;
          animation-delay: 7850ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(122) {
  -webkit-animation-delay: 7880ms;
          animation-delay: 7880ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(123) {
  -webkit-animation-delay: 7910ms;
          animation-delay: 7910ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(124) {
  -webkit-animation-delay: 7940ms;
          animation-delay: 7940ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(125) {
  -webkit-animation-delay: 7970ms;
          animation-delay: 7970ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(126) {
  -webkit-animation-delay: 8000ms;
          animation-delay: 8000ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(127) {
  -webkit-animation-delay: 8030ms;
          animation-delay: 8030ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(128) {
  -webkit-animation-delay: 8060ms;
          animation-delay: 8060ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(129) {
  -webkit-animation-delay: 8090ms;
          animation-delay: 8090ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(130) {
  -webkit-animation-delay: 8120ms;
          animation-delay: 8120ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(131) {
  -webkit-animation-delay: 8150ms;
          animation-delay: 8150ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(132) {
  -webkit-animation-delay: 8180ms;
          animation-delay: 8180ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(133) {
  -webkit-animation-delay: 8210ms;
          animation-delay: 8210ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(134) {
  -webkit-animation-delay: 8240ms;
          animation-delay: 8240ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(135) {
  -webkit-animation-delay: 8270ms;
          animation-delay: 8270ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(136) {
  -webkit-animation-delay: 8300ms;
          animation-delay: 8300ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(137) {
  -webkit-animation-delay: 8330ms;
          animation-delay: 8330ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(138) {
  -webkit-animation-delay: 8360ms;
          animation-delay: 8360ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(139) {
  -webkit-animation-delay: 8390ms;
          animation-delay: 8390ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(140) {
  -webkit-animation-delay: 8420ms;
          animation-delay: 8420ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(141) {
  -webkit-animation-delay: 8450ms;
          animation-delay: 8450ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(142) {
  -webkit-animation-delay: 8480ms;
          animation-delay: 8480ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(143) {
  -webkit-animation-delay: 8510ms;
          animation-delay: 8510ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(144) {
  -webkit-animation-delay: 8540ms;
          animation-delay: 8540ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(145) {
  -webkit-animation-delay: 8570ms;
          animation-delay: 8570ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(146) {
  -webkit-animation-delay: 8600ms;
          animation-delay: 8600ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(147) {
  -webkit-animation-delay: 8630ms;
          animation-delay: 8630ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(148) {
  -webkit-animation-delay: 8660ms;
          animation-delay: 8660ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(149) {
  -webkit-animation-delay: 8690ms;
          animation-delay: 8690ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(150) {
  -webkit-animation-delay: 8720ms;
          animation-delay: 8720ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(151) {
  -webkit-animation-delay: 8750ms;
          animation-delay: 8750ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(152) {
  -webkit-animation-delay: 8780ms;
          animation-delay: 8780ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(153) {
  -webkit-animation-delay: 8810ms;
          animation-delay: 8810ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(154) {
  -webkit-animation-delay: 8840ms;
          animation-delay: 8840ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(155) {
  -webkit-animation-delay: 8870ms;
          animation-delay: 8870ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(156) {
  -webkit-animation-delay: 8900ms;
          animation-delay: 8900ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(157) {
  -webkit-animation-delay: 8930ms;
          animation-delay: 8930ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(158) {
  -webkit-animation-delay: 8960ms;
          animation-delay: 8960ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(159) {
  -webkit-animation-delay: 8990ms;
          animation-delay: 8990ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(160) {
  -webkit-animation-delay: 9020ms;
          animation-delay: 9020ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(161) {
  -webkit-animation-delay: 9050ms;
          animation-delay: 9050ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(162) {
  -webkit-animation-delay: 9080ms;
          animation-delay: 9080ms;
}

.anim.move.anim.anim-typingtext i:nth-of-type(163) {
  -webkit-animation-delay: 9110ms;
          animation-delay: 9110ms;
}

.anim.move.anim.anim-typingtext2 i {
  font-style: normal;
  -webkit-animation-name: typingtext;
          animation-name: typingtext;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@keyframes typingtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(2) {
  -webkit-animation-delay: 30ms;
          animation-delay: 30ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(3) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(4) {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(5) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(6) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(7) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(8) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(9) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(10) {
  -webkit-animation-delay: 270ms;
          animation-delay: 270ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(11) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(12) {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(13) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(14) {
  -webkit-animation-delay: 390ms;
          animation-delay: 390ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(15) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(16) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(17) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(18) {
  -webkit-animation-delay: 510ms;
          animation-delay: 510ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(19) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(20) {
  -webkit-animation-delay: 570ms;
          animation-delay: 570ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(21) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(22) {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(23) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(24) {
  -webkit-animation-delay: 690ms;
          animation-delay: 690ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(25) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(26) {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(27) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(28) {
  -webkit-animation-delay: 810ms;
          animation-delay: 810ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(29) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(30) {
  -webkit-animation-delay: 870ms;
          animation-delay: 870ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(31) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(32) {
  -webkit-animation-delay: 930ms;
          animation-delay: 930ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(33) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(34) {
  -webkit-animation-delay: 990ms;
          animation-delay: 990ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(35) {
  -webkit-animation-delay: 1020ms;
          animation-delay: 1020ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(36) {
  -webkit-animation-delay: 1050ms;
          animation-delay: 1050ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(37) {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(38) {
  -webkit-animation-delay: 1110ms;
          animation-delay: 1110ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(39) {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(40) {
  -webkit-animation-delay: 1170ms;
          animation-delay: 1170ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(41) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(42) {
  -webkit-animation-delay: 1230ms;
          animation-delay: 1230ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(43) {
  -webkit-animation-delay: 1260ms;
          animation-delay: 1260ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(44) {
  -webkit-animation-delay: 1290ms;
          animation-delay: 1290ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(45) {
  -webkit-animation-delay: 1320ms;
          animation-delay: 1320ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(46) {
  -webkit-animation-delay: 1350ms;
          animation-delay: 1350ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(47) {
  -webkit-animation-delay: 1380ms;
          animation-delay: 1380ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(48) {
  -webkit-animation-delay: 1410ms;
          animation-delay: 1410ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(49) {
  -webkit-animation-delay: 1440ms;
          animation-delay: 1440ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(50) {
  -webkit-animation-delay: 1470ms;
          animation-delay: 1470ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(51) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(52) {
  -webkit-animation-delay: 1530ms;
          animation-delay: 1530ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(53) {
  -webkit-animation-delay: 1560ms;
          animation-delay: 1560ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(54) {
  -webkit-animation-delay: 1590ms;
          animation-delay: 1590ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(55) {
  -webkit-animation-delay: 1620ms;
          animation-delay: 1620ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(56) {
  -webkit-animation-delay: 1650ms;
          animation-delay: 1650ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(57) {
  -webkit-animation-delay: 1680ms;
          animation-delay: 1680ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(58) {
  -webkit-animation-delay: 1710ms;
          animation-delay: 1710ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(59) {
  -webkit-animation-delay: 1740ms;
          animation-delay: 1740ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(60) {
  -webkit-animation-delay: 1770ms;
          animation-delay: 1770ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(61) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(62) {
  -webkit-animation-delay: 1830ms;
          animation-delay: 1830ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(63) {
  -webkit-animation-delay: 1860ms;
          animation-delay: 1860ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(64) {
  -webkit-animation-delay: 1890ms;
          animation-delay: 1890ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(65) {
  -webkit-animation-delay: 1920ms;
          animation-delay: 1920ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(66) {
  -webkit-animation-delay: 1950ms;
          animation-delay: 1950ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(67) {
  -webkit-animation-delay: 1980ms;
          animation-delay: 1980ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(68) {
  -webkit-animation-delay: 2010ms;
          animation-delay: 2010ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(69) {
  -webkit-animation-delay: 2040ms;
          animation-delay: 2040ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(70) {
  -webkit-animation-delay: 2070ms;
          animation-delay: 2070ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(71) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(72) {
  -webkit-animation-delay: 2130ms;
          animation-delay: 2130ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(73) {
  -webkit-animation-delay: 2160ms;
          animation-delay: 2160ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(74) {
  -webkit-animation-delay: 2190ms;
          animation-delay: 2190ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(75) {
  -webkit-animation-delay: 2220ms;
          animation-delay: 2220ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(76) {
  -webkit-animation-delay: 2250ms;
          animation-delay: 2250ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(77) {
  -webkit-animation-delay: 2280ms;
          animation-delay: 2280ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(78) {
  -webkit-animation-delay: 2310ms;
          animation-delay: 2310ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(79) {
  -webkit-animation-delay: 2340ms;
          animation-delay: 2340ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(80) {
  -webkit-animation-delay: 2370ms;
          animation-delay: 2370ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(81) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(82) {
  -webkit-animation-delay: 2430ms;
          animation-delay: 2430ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(83) {
  -webkit-animation-delay: 2460ms;
          animation-delay: 2460ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(84) {
  -webkit-animation-delay: 2490ms;
          animation-delay: 2490ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(85) {
  -webkit-animation-delay: 2520ms;
          animation-delay: 2520ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(86) {
  -webkit-animation-delay: 2550ms;
          animation-delay: 2550ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(87) {
  -webkit-animation-delay: 2580ms;
          animation-delay: 2580ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(88) {
  -webkit-animation-delay: 2610ms;
          animation-delay: 2610ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(89) {
  -webkit-animation-delay: 2640ms;
          animation-delay: 2640ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(90) {
  -webkit-animation-delay: 2670ms;
          animation-delay: 2670ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(91) {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(92) {
  -webkit-animation-delay: 2730ms;
          animation-delay: 2730ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(93) {
  -webkit-animation-delay: 2760ms;
          animation-delay: 2760ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(94) {
  -webkit-animation-delay: 2790ms;
          animation-delay: 2790ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(95) {
  -webkit-animation-delay: 2820ms;
          animation-delay: 2820ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(96) {
  -webkit-animation-delay: 2850ms;
          animation-delay: 2850ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(97) {
  -webkit-animation-delay: 2880ms;
          animation-delay: 2880ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(98) {
  -webkit-animation-delay: 2910ms;
          animation-delay: 2910ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(99) {
  -webkit-animation-delay: 2940ms;
          animation-delay: 2940ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(100) {
  -webkit-animation-delay: 2970ms;
          animation-delay: 2970ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(101) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(102) {
  -webkit-animation-delay: 3030ms;
          animation-delay: 3030ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(103) {
  -webkit-animation-delay: 3060ms;
          animation-delay: 3060ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(104) {
  -webkit-animation-delay: 3090ms;
          animation-delay: 3090ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(105) {
  -webkit-animation-delay: 3120ms;
          animation-delay: 3120ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(106) {
  -webkit-animation-delay: 3150ms;
          animation-delay: 3150ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(107) {
  -webkit-animation-delay: 3180ms;
          animation-delay: 3180ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(108) {
  -webkit-animation-delay: 3210ms;
          animation-delay: 3210ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(109) {
  -webkit-animation-delay: 3240ms;
          animation-delay: 3240ms;
}

.anim.move.anim.anim-typingtext2 i:nth-of-type(110) {
  -webkit-animation-delay: 3270ms;
          animation-delay: 3270ms;
}

.anim.move.anim.anim-typingtext3 i {
  font-style: normal;
  -webkit-animation-name: typingtext;
          animation-name: typingtext;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@keyframes typingtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(2) {
  -webkit-animation-delay: 30ms;
          animation-delay: 30ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(3) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(4) {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(5) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(6) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(7) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(8) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(9) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(10) {
  -webkit-animation-delay: 270ms;
          animation-delay: 270ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(11) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(12) {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(13) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(14) {
  -webkit-animation-delay: 390ms;
          animation-delay: 390ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(15) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(16) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(17) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(18) {
  -webkit-animation-delay: 510ms;
          animation-delay: 510ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(19) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(20) {
  -webkit-animation-delay: 570ms;
          animation-delay: 570ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(21) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(22) {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(23) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(24) {
  -webkit-animation-delay: 690ms;
          animation-delay: 690ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(25) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(26) {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(27) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(28) {
  -webkit-animation-delay: 810ms;
          animation-delay: 810ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(29) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(30) {
  -webkit-animation-delay: 870ms;
          animation-delay: 870ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(31) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(32) {
  -webkit-animation-delay: 930ms;
          animation-delay: 930ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(33) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(34) {
  -webkit-animation-delay: 990ms;
          animation-delay: 990ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(35) {
  -webkit-animation-delay: 1020ms;
          animation-delay: 1020ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(36) {
  -webkit-animation-delay: 1050ms;
          animation-delay: 1050ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(37) {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(38) {
  -webkit-animation-delay: 1110ms;
          animation-delay: 1110ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(39) {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(40) {
  -webkit-animation-delay: 1170ms;
          animation-delay: 1170ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(41) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(42) {
  -webkit-animation-delay: 1230ms;
          animation-delay: 1230ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(43) {
  -webkit-animation-delay: 1260ms;
          animation-delay: 1260ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(44) {
  -webkit-animation-delay: 1290ms;
          animation-delay: 1290ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(45) {
  -webkit-animation-delay: 1320ms;
          animation-delay: 1320ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(46) {
  -webkit-animation-delay: 1350ms;
          animation-delay: 1350ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(47) {
  -webkit-animation-delay: 1380ms;
          animation-delay: 1380ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(48) {
  -webkit-animation-delay: 1410ms;
          animation-delay: 1410ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(49) {
  -webkit-animation-delay: 1440ms;
          animation-delay: 1440ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(50) {
  -webkit-animation-delay: 1470ms;
          animation-delay: 1470ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(51) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(52) {
  -webkit-animation-delay: 1530ms;
          animation-delay: 1530ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(53) {
  -webkit-animation-delay: 1560ms;
          animation-delay: 1560ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(54) {
  -webkit-animation-delay: 1590ms;
          animation-delay: 1590ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(55) {
  -webkit-animation-delay: 1620ms;
          animation-delay: 1620ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(56) {
  -webkit-animation-delay: 1650ms;
          animation-delay: 1650ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(57) {
  -webkit-animation-delay: 1680ms;
          animation-delay: 1680ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(58) {
  -webkit-animation-delay: 1710ms;
          animation-delay: 1710ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(59) {
  -webkit-animation-delay: 1740ms;
          animation-delay: 1740ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(60) {
  -webkit-animation-delay: 1770ms;
          animation-delay: 1770ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(61) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(62) {
  -webkit-animation-delay: 1830ms;
          animation-delay: 1830ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(63) {
  -webkit-animation-delay: 1860ms;
          animation-delay: 1860ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(64) {
  -webkit-animation-delay: 1890ms;
          animation-delay: 1890ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(65) {
  -webkit-animation-delay: 1920ms;
          animation-delay: 1920ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(66) {
  -webkit-animation-delay: 1950ms;
          animation-delay: 1950ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(67) {
  -webkit-animation-delay: 1980ms;
          animation-delay: 1980ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(68) {
  -webkit-animation-delay: 2010ms;
          animation-delay: 2010ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(69) {
  -webkit-animation-delay: 2040ms;
          animation-delay: 2040ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(70) {
  -webkit-animation-delay: 2070ms;
          animation-delay: 2070ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(71) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(72) {
  -webkit-animation-delay: 2130ms;
          animation-delay: 2130ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(73) {
  -webkit-animation-delay: 2160ms;
          animation-delay: 2160ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(74) {
  -webkit-animation-delay: 2190ms;
          animation-delay: 2190ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(75) {
  -webkit-animation-delay: 2220ms;
          animation-delay: 2220ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(76) {
  -webkit-animation-delay: 2250ms;
          animation-delay: 2250ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(77) {
  -webkit-animation-delay: 2280ms;
          animation-delay: 2280ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(78) {
  -webkit-animation-delay: 2310ms;
          animation-delay: 2310ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(79) {
  -webkit-animation-delay: 2340ms;
          animation-delay: 2340ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(80) {
  -webkit-animation-delay: 2370ms;
          animation-delay: 2370ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(81) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(82) {
  -webkit-animation-delay: 2430ms;
          animation-delay: 2430ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(83) {
  -webkit-animation-delay: 2460ms;
          animation-delay: 2460ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(84) {
  -webkit-animation-delay: 2490ms;
          animation-delay: 2490ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(85) {
  -webkit-animation-delay: 2520ms;
          animation-delay: 2520ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(86) {
  -webkit-animation-delay: 2550ms;
          animation-delay: 2550ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(87) {
  -webkit-animation-delay: 2580ms;
          animation-delay: 2580ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(88) {
  -webkit-animation-delay: 2610ms;
          animation-delay: 2610ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(89) {
  -webkit-animation-delay: 2640ms;
          animation-delay: 2640ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(90) {
  -webkit-animation-delay: 2670ms;
          animation-delay: 2670ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(91) {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(92) {
  -webkit-animation-delay: 2730ms;
          animation-delay: 2730ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(93) {
  -webkit-animation-delay: 2760ms;
          animation-delay: 2760ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(94) {
  -webkit-animation-delay: 2790ms;
          animation-delay: 2790ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(95) {
  -webkit-animation-delay: 2820ms;
          animation-delay: 2820ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(96) {
  -webkit-animation-delay: 2850ms;
          animation-delay: 2850ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(97) {
  -webkit-animation-delay: 2880ms;
          animation-delay: 2880ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(98) {
  -webkit-animation-delay: 2910ms;
          animation-delay: 2910ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(99) {
  -webkit-animation-delay: 2940ms;
          animation-delay: 2940ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(100) {
  -webkit-animation-delay: 2970ms;
          animation-delay: 2970ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(101) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(102) {
  -webkit-animation-delay: 3030ms;
          animation-delay: 3030ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(103) {
  -webkit-animation-delay: 3060ms;
          animation-delay: 3060ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(104) {
  -webkit-animation-delay: 3090ms;
          animation-delay: 3090ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(105) {
  -webkit-animation-delay: 3120ms;
          animation-delay: 3120ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(106) {
  -webkit-animation-delay: 3150ms;
          animation-delay: 3150ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(107) {
  -webkit-animation-delay: 3180ms;
          animation-delay: 3180ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(108) {
  -webkit-animation-delay: 3210ms;
          animation-delay: 3210ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(109) {
  -webkit-animation-delay: 3240ms;
          animation-delay: 3240ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(110) {
  -webkit-animation-delay: 3270ms;
          animation-delay: 3270ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(111) {
  -webkit-animation-delay: 3300ms;
          animation-delay: 3300ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(112) {
  -webkit-animation-delay: 3330ms;
          animation-delay: 3330ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(113) {
  -webkit-animation-delay: 3360ms;
          animation-delay: 3360ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(114) {
  -webkit-animation-delay: 3390ms;
          animation-delay: 3390ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(115) {
  -webkit-animation-delay: 3420ms;
          animation-delay: 3420ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(116) {
  -webkit-animation-delay: 3450ms;
          animation-delay: 3450ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(117) {
  -webkit-animation-delay: 3480ms;
          animation-delay: 3480ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(118) {
  -webkit-animation-delay: 3510ms;
          animation-delay: 3510ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(119) {
  -webkit-animation-delay: 3540ms;
          animation-delay: 3540ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(120) {
  -webkit-animation-delay: 3570ms;
          animation-delay: 3570ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(121) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(122) {
  -webkit-animation-delay: 3630ms;
          animation-delay: 3630ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(123) {
  -webkit-animation-delay: 3660ms;
          animation-delay: 3660ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(124) {
  -webkit-animation-delay: 3690ms;
          animation-delay: 3690ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(125) {
  -webkit-animation-delay: 3720ms;
          animation-delay: 3720ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(126) {
  -webkit-animation-delay: 3750ms;
          animation-delay: 3750ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(127) {
  -webkit-animation-delay: 3780ms;
          animation-delay: 3780ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(128) {
  -webkit-animation-delay: 3810ms;
          animation-delay: 3810ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(129) {
  -webkit-animation-delay: 3840ms;
          animation-delay: 3840ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(130) {
  -webkit-animation-delay: 3870ms;
          animation-delay: 3870ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(131) {
  -webkit-animation-delay: 3900ms;
          animation-delay: 3900ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(132) {
  -webkit-animation-delay: 3930ms;
          animation-delay: 3930ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(133) {
  -webkit-animation-delay: 3960ms;
          animation-delay: 3960ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(134) {
  -webkit-animation-delay: 3990ms;
          animation-delay: 3990ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(135) {
  -webkit-animation-delay: 4020ms;
          animation-delay: 4020ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(136) {
  -webkit-animation-delay: 4050ms;
          animation-delay: 4050ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(137) {
  -webkit-animation-delay: 4080ms;
          animation-delay: 4080ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(138) {
  -webkit-animation-delay: 4110ms;
          animation-delay: 4110ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(139) {
  -webkit-animation-delay: 4140ms;
          animation-delay: 4140ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(140) {
  -webkit-animation-delay: 4170ms;
          animation-delay: 4170ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(141) {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(142) {
  -webkit-animation-delay: 4230ms;
          animation-delay: 4230ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(143) {
  -webkit-animation-delay: 4260ms;
          animation-delay: 4260ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(144) {
  -webkit-animation-delay: 4290ms;
          animation-delay: 4290ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(145) {
  -webkit-animation-delay: 4320ms;
          animation-delay: 4320ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(146) {
  -webkit-animation-delay: 4350ms;
          animation-delay: 4350ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(147) {
  -webkit-animation-delay: 4380ms;
          animation-delay: 4380ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(148) {
  -webkit-animation-delay: 4410ms;
          animation-delay: 4410ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(149) {
  -webkit-animation-delay: 4440ms;
          animation-delay: 4440ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(150) {
  -webkit-animation-delay: 4470ms;
          animation-delay: 4470ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(151) {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(152) {
  -webkit-animation-delay: 4530ms;
          animation-delay: 4530ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(153) {
  -webkit-animation-delay: 4560ms;
          animation-delay: 4560ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(154) {
  -webkit-animation-delay: 4590ms;
          animation-delay: 4590ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(155) {
  -webkit-animation-delay: 4620ms;
          animation-delay: 4620ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(156) {
  -webkit-animation-delay: 4650ms;
          animation-delay: 4650ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(157) {
  -webkit-animation-delay: 4680ms;
          animation-delay: 4680ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(158) {
  -webkit-animation-delay: 4710ms;
          animation-delay: 4710ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(159) {
  -webkit-animation-delay: 4740ms;
          animation-delay: 4740ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(160) {
  -webkit-animation-delay: 4770ms;
          animation-delay: 4770ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(161) {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(162) {
  -webkit-animation-delay: 4830ms;
          animation-delay: 4830ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(163) {
  -webkit-animation-delay: 4860ms;
          animation-delay: 4860ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(164) {
  -webkit-animation-delay: 4890ms;
          animation-delay: 4890ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(165) {
  -webkit-animation-delay: 4920ms;
          animation-delay: 4920ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(166) {
  -webkit-animation-delay: 4950ms;
          animation-delay: 4950ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(167) {
  -webkit-animation-delay: 4980ms;
          animation-delay: 4980ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(168) {
  -webkit-animation-delay: 5010ms;
          animation-delay: 5010ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(169) {
  -webkit-animation-delay: 5040ms;
          animation-delay: 5040ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(170) {
  -webkit-animation-delay: 5070ms;
          animation-delay: 5070ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(171) {
  -webkit-animation-delay: 5100ms;
          animation-delay: 5100ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(172) {
  -webkit-animation-delay: 5130ms;
          animation-delay: 5130ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(173) {
  -webkit-animation-delay: 5160ms;
          animation-delay: 5160ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(174) {
  -webkit-animation-delay: 5190ms;
          animation-delay: 5190ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(175) {
  -webkit-animation-delay: 5220ms;
          animation-delay: 5220ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(176) {
  -webkit-animation-delay: 5250ms;
          animation-delay: 5250ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(177) {
  -webkit-animation-delay: 5280ms;
          animation-delay: 5280ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(178) {
  -webkit-animation-delay: 5310ms;
          animation-delay: 5310ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(179) {
  -webkit-animation-delay: 5340ms;
          animation-delay: 5340ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(180) {
  -webkit-animation-delay: 5370ms;
          animation-delay: 5370ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(181) {
  -webkit-animation-delay: 5400ms;
          animation-delay: 5400ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(182) {
  -webkit-animation-delay: 5430ms;
          animation-delay: 5430ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(183) {
  -webkit-animation-delay: 5460ms;
          animation-delay: 5460ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(184) {
  -webkit-animation-delay: 5490ms;
          animation-delay: 5490ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(185) {
  -webkit-animation-delay: 5520ms;
          animation-delay: 5520ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(186) {
  -webkit-animation-delay: 5550ms;
          animation-delay: 5550ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(187) {
  -webkit-animation-delay: 5580ms;
          animation-delay: 5580ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(188) {
  -webkit-animation-delay: 5610ms;
          animation-delay: 5610ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(189) {
  -webkit-animation-delay: 5640ms;
          animation-delay: 5640ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(190) {
  -webkit-animation-delay: 5670ms;
          animation-delay: 5670ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(191) {
  -webkit-animation-delay: 5700ms;
          animation-delay: 5700ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(192) {
  -webkit-animation-delay: 5730ms;
          animation-delay: 5730ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(193) {
  -webkit-animation-delay: 5760ms;
          animation-delay: 5760ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(194) {
  -webkit-animation-delay: 5790ms;
          animation-delay: 5790ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(195) {
  -webkit-animation-delay: 5820ms;
          animation-delay: 5820ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(196) {
  -webkit-animation-delay: 5850ms;
          animation-delay: 5850ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(197) {
  -webkit-animation-delay: 5880ms;
          animation-delay: 5880ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(198) {
  -webkit-animation-delay: 5910ms;
          animation-delay: 5910ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(199) {
  -webkit-animation-delay: 5940ms;
          animation-delay: 5940ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(200) {
  -webkit-animation-delay: 5970ms;
          animation-delay: 5970ms;
}

.anim.move.anim.anim-typingtext3 i:nth-of-type(201) {
  -webkit-animation-delay: 6000ms;
          animation-delay: 6000ms;
}

.anim.move.anim.anim-typingtext4 span {
  font-family: "Playfair Display", serif;
  font-size: 8rem;
  font-weight: 500;
  font-style: normal;
  -webkit-animation-name: typingtext;
          animation-name: typingtext;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@keyframes typingtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(1) {
  -webkit-animation-delay: 4400ms;
          animation-delay: 4400ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(2) {
  -webkit-animation-delay: 4430ms;
          animation-delay: 4430ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(3) {
  -webkit-animation-delay: 4460ms;
          animation-delay: 4460ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(4) {
  -webkit-animation-delay: 4490ms;
          animation-delay: 4490ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(5) {
  -webkit-animation-delay: 4520ms;
          animation-delay: 4520ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(6) {
  -webkit-animation-delay: 4550ms;
          animation-delay: 4550ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(7) {
  -webkit-animation-delay: 4580ms;
          animation-delay: 4580ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(8) {
  -webkit-animation-delay: 4610ms;
          animation-delay: 4610ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(9) {
  -webkit-animation-delay: 4640ms;
          animation-delay: 4640ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(10) {
  -webkit-animation-delay: 4670ms;
          animation-delay: 4670ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(11) {
  -webkit-animation-delay: 4700ms;
          animation-delay: 4700ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(12) {
  -webkit-animation-delay: 4730ms;
          animation-delay: 4730ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(13) {
  -webkit-animation-delay: 4760ms;
          animation-delay: 4760ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(14) {
  -webkit-animation-delay: 4790ms;
          animation-delay: 4790ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(15) {
  -webkit-animation-delay: 4820ms;
          animation-delay: 4820ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(16) {
  -webkit-animation-delay: 4850ms;
          animation-delay: 4850ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(17) {
  -webkit-animation-delay: 4880ms;
          animation-delay: 4880ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(18) {
  -webkit-animation-delay: 4910ms;
          animation-delay: 4910ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(19) {
  -webkit-animation-delay: 4940ms;
          animation-delay: 4940ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(20) {
  -webkit-animation-delay: 4970ms;
          animation-delay: 4970ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(21) {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(22) {
  -webkit-animation-delay: 5030ms;
          animation-delay: 5030ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(23) {
  -webkit-animation-delay: 5060ms;
          animation-delay: 5060ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(24) {
  -webkit-animation-delay: 5090ms;
          animation-delay: 5090ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(25) {
  -webkit-animation-delay: 5120ms;
          animation-delay: 5120ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(26) {
  -webkit-animation-delay: 5150ms;
          animation-delay: 5150ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(27) {
  -webkit-animation-delay: 5180ms;
          animation-delay: 5180ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(28) {
  -webkit-animation-delay: 5210ms;
          animation-delay: 5210ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(29) {
  -webkit-animation-delay: 5240ms;
          animation-delay: 5240ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(30) {
  -webkit-animation-delay: 5270ms;
          animation-delay: 5270ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(31) {
  -webkit-animation-delay: 5300ms;
          animation-delay: 5300ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(32) {
  -webkit-animation-delay: 5330ms;
          animation-delay: 5330ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(33) {
  -webkit-animation-delay: 5360ms;
          animation-delay: 5360ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(34) {
  -webkit-animation-delay: 5390ms;
          animation-delay: 5390ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(35) {
  -webkit-animation-delay: 5420ms;
          animation-delay: 5420ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(36) {
  -webkit-animation-delay: 5450ms;
          animation-delay: 5450ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(37) {
  -webkit-animation-delay: 5480ms;
          animation-delay: 5480ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(38) {
  -webkit-animation-delay: 5510ms;
          animation-delay: 5510ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(39) {
  -webkit-animation-delay: 5540ms;
          animation-delay: 5540ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(40) {
  -webkit-animation-delay: 5570ms;
          animation-delay: 5570ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(41) {
  -webkit-animation-delay: 5600ms;
          animation-delay: 5600ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(42) {
  -webkit-animation-delay: 5630ms;
          animation-delay: 5630ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(43) {
  -webkit-animation-delay: 5660ms;
          animation-delay: 5660ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(44) {
  -webkit-animation-delay: 5690ms;
          animation-delay: 5690ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(45) {
  -webkit-animation-delay: 5720ms;
          animation-delay: 5720ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(46) {
  -webkit-animation-delay: 5750ms;
          animation-delay: 5750ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(47) {
  -webkit-animation-delay: 5780ms;
          animation-delay: 5780ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(48) {
  -webkit-animation-delay: 5810ms;
          animation-delay: 5810ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(49) {
  -webkit-animation-delay: 5840ms;
          animation-delay: 5840ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(50) {
  -webkit-animation-delay: 5870ms;
          animation-delay: 5870ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(51) {
  -webkit-animation-delay: 5900ms;
          animation-delay: 5900ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(52) {
  -webkit-animation-delay: 5930ms;
          animation-delay: 5930ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(53) {
  -webkit-animation-delay: 5960ms;
          animation-delay: 5960ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(54) {
  -webkit-animation-delay: 5990ms;
          animation-delay: 5990ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(55) {
  -webkit-animation-delay: 6020ms;
          animation-delay: 6020ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(56) {
  -webkit-animation-delay: 6050ms;
          animation-delay: 6050ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(57) {
  -webkit-animation-delay: 6080ms;
          animation-delay: 6080ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(58) {
  -webkit-animation-delay: 6110ms;
          animation-delay: 6110ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(59) {
  -webkit-animation-delay: 6140ms;
          animation-delay: 6140ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(60) {
  -webkit-animation-delay: 6170ms;
          animation-delay: 6170ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(61) {
  -webkit-animation-delay: 6200ms;
          animation-delay: 6200ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(62) {
  -webkit-animation-delay: 6230ms;
          animation-delay: 6230ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(63) {
  -webkit-animation-delay: 6260ms;
          animation-delay: 6260ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(64) {
  -webkit-animation-delay: 6290ms;
          animation-delay: 6290ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(65) {
  -webkit-animation-delay: 6320ms;
          animation-delay: 6320ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(66) {
  -webkit-animation-delay: 6350ms;
          animation-delay: 6350ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(67) {
  -webkit-animation-delay: 6380ms;
          animation-delay: 6380ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(68) {
  -webkit-animation-delay: 6410ms;
          animation-delay: 6410ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(69) {
  -webkit-animation-delay: 6440ms;
          animation-delay: 6440ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(70) {
  -webkit-animation-delay: 6470ms;
          animation-delay: 6470ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(71) {
  -webkit-animation-delay: 6500ms;
          animation-delay: 6500ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(72) {
  -webkit-animation-delay: 6530ms;
          animation-delay: 6530ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(73) {
  -webkit-animation-delay: 6560ms;
          animation-delay: 6560ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(74) {
  -webkit-animation-delay: 6590ms;
          animation-delay: 6590ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(75) {
  -webkit-animation-delay: 6620ms;
          animation-delay: 6620ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(76) {
  -webkit-animation-delay: 6650ms;
          animation-delay: 6650ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(77) {
  -webkit-animation-delay: 6680ms;
          animation-delay: 6680ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(78) {
  -webkit-animation-delay: 6710ms;
          animation-delay: 6710ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(79) {
  -webkit-animation-delay: 6740ms;
          animation-delay: 6740ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(80) {
  -webkit-animation-delay: 6770ms;
          animation-delay: 6770ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(81) {
  -webkit-animation-delay: 6800ms;
          animation-delay: 6800ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(82) {
  -webkit-animation-delay: 6830ms;
          animation-delay: 6830ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(83) {
  -webkit-animation-delay: 6860ms;
          animation-delay: 6860ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(84) {
  -webkit-animation-delay: 6890ms;
          animation-delay: 6890ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(85) {
  -webkit-animation-delay: 6920ms;
          animation-delay: 6920ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(86) {
  -webkit-animation-delay: 6950ms;
          animation-delay: 6950ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(87) {
  -webkit-animation-delay: 6980ms;
          animation-delay: 6980ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(88) {
  -webkit-animation-delay: 7010ms;
          animation-delay: 7010ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(89) {
  -webkit-animation-delay: 7040ms;
          animation-delay: 7040ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(90) {
  -webkit-animation-delay: 7070ms;
          animation-delay: 7070ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(91) {
  -webkit-animation-delay: 7100ms;
          animation-delay: 7100ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(92) {
  -webkit-animation-delay: 7130ms;
          animation-delay: 7130ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(93) {
  -webkit-animation-delay: 7160ms;
          animation-delay: 7160ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(94) {
  -webkit-animation-delay: 7190ms;
          animation-delay: 7190ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(95) {
  -webkit-animation-delay: 7220ms;
          animation-delay: 7220ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(96) {
  -webkit-animation-delay: 7250ms;
          animation-delay: 7250ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(97) {
  -webkit-animation-delay: 7280ms;
          animation-delay: 7280ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(98) {
  -webkit-animation-delay: 7310ms;
          animation-delay: 7310ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(99) {
  -webkit-animation-delay: 7340ms;
          animation-delay: 7340ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(100) {
  -webkit-animation-delay: 7370ms;
          animation-delay: 7370ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(101) {
  -webkit-animation-delay: 7400ms;
          animation-delay: 7400ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(102) {
  -webkit-animation-delay: 7430ms;
          animation-delay: 7430ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(103) {
  -webkit-animation-delay: 7460ms;
          animation-delay: 7460ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(104) {
  -webkit-animation-delay: 7490ms;
          animation-delay: 7490ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(105) {
  -webkit-animation-delay: 7520ms;
          animation-delay: 7520ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(106) {
  -webkit-animation-delay: 7550ms;
          animation-delay: 7550ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(107) {
  -webkit-animation-delay: 7580ms;
          animation-delay: 7580ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(108) {
  -webkit-animation-delay: 7610ms;
          animation-delay: 7610ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(109) {
  -webkit-animation-delay: 7640ms;
          animation-delay: 7640ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(110) {
  -webkit-animation-delay: 7670ms;
          animation-delay: 7670ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(111) {
  -webkit-animation-delay: 7700ms;
          animation-delay: 7700ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(112) {
  -webkit-animation-delay: 7730ms;
          animation-delay: 7730ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(113) {
  -webkit-animation-delay: 7760ms;
          animation-delay: 7760ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(114) {
  -webkit-animation-delay: 7790ms;
          animation-delay: 7790ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(115) {
  -webkit-animation-delay: 7820ms;
          animation-delay: 7820ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(116) {
  -webkit-animation-delay: 7850ms;
          animation-delay: 7850ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(117) {
  -webkit-animation-delay: 7880ms;
          animation-delay: 7880ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(118) {
  -webkit-animation-delay: 7910ms;
          animation-delay: 7910ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(119) {
  -webkit-animation-delay: 7940ms;
          animation-delay: 7940ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(120) {
  -webkit-animation-delay: 7970ms;
          animation-delay: 7970ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(121) {
  -webkit-animation-delay: 8000ms;
          animation-delay: 8000ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(122) {
  -webkit-animation-delay: 8030ms;
          animation-delay: 8030ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(123) {
  -webkit-animation-delay: 8060ms;
          animation-delay: 8060ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(124) {
  -webkit-animation-delay: 8090ms;
          animation-delay: 8090ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(125) {
  -webkit-animation-delay: 8120ms;
          animation-delay: 8120ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(126) {
  -webkit-animation-delay: 8150ms;
          animation-delay: 8150ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(127) {
  -webkit-animation-delay: 8180ms;
          animation-delay: 8180ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(128) {
  -webkit-animation-delay: 8210ms;
          animation-delay: 8210ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(129) {
  -webkit-animation-delay: 8240ms;
          animation-delay: 8240ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(130) {
  -webkit-animation-delay: 8270ms;
          animation-delay: 8270ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(131) {
  -webkit-animation-delay: 8300ms;
          animation-delay: 8300ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(132) {
  -webkit-animation-delay: 8330ms;
          animation-delay: 8330ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(133) {
  -webkit-animation-delay: 8360ms;
          animation-delay: 8360ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(134) {
  -webkit-animation-delay: 8390ms;
          animation-delay: 8390ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(135) {
  -webkit-animation-delay: 8420ms;
          animation-delay: 8420ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(136) {
  -webkit-animation-delay: 8450ms;
          animation-delay: 8450ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(137) {
  -webkit-animation-delay: 8480ms;
          animation-delay: 8480ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(138) {
  -webkit-animation-delay: 8510ms;
          animation-delay: 8510ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(139) {
  -webkit-animation-delay: 8540ms;
          animation-delay: 8540ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(140) {
  -webkit-animation-delay: 8570ms;
          animation-delay: 8570ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(141) {
  -webkit-animation-delay: 8600ms;
          animation-delay: 8600ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(142) {
  -webkit-animation-delay: 8630ms;
          animation-delay: 8630ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(143) {
  -webkit-animation-delay: 8660ms;
          animation-delay: 8660ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(144) {
  -webkit-animation-delay: 8690ms;
          animation-delay: 8690ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(145) {
  -webkit-animation-delay: 8720ms;
          animation-delay: 8720ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(146) {
  -webkit-animation-delay: 8750ms;
          animation-delay: 8750ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(147) {
  -webkit-animation-delay: 8780ms;
          animation-delay: 8780ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(148) {
  -webkit-animation-delay: 8810ms;
          animation-delay: 8810ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(149) {
  -webkit-animation-delay: 8840ms;
          animation-delay: 8840ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(150) {
  -webkit-animation-delay: 8870ms;
          animation-delay: 8870ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(151) {
  -webkit-animation-delay: 8900ms;
          animation-delay: 8900ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(152) {
  -webkit-animation-delay: 8930ms;
          animation-delay: 8930ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(153) {
  -webkit-animation-delay: 8960ms;
          animation-delay: 8960ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(154) {
  -webkit-animation-delay: 8990ms;
          animation-delay: 8990ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(155) {
  -webkit-animation-delay: 9020ms;
          animation-delay: 9020ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(156) {
  -webkit-animation-delay: 9050ms;
          animation-delay: 9050ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(157) {
  -webkit-animation-delay: 9080ms;
          animation-delay: 9080ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(158) {
  -webkit-animation-delay: 9110ms;
          animation-delay: 9110ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(159) {
  -webkit-animation-delay: 9140ms;
          animation-delay: 9140ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(160) {
  -webkit-animation-delay: 9170ms;
          animation-delay: 9170ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(161) {
  -webkit-animation-delay: 9200ms;
          animation-delay: 9200ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(162) {
  -webkit-animation-delay: 9230ms;
          animation-delay: 9230ms;
}

.anim.move.anim.anim-typingtext4 span:nth-of-type(163) {
  -webkit-animation-delay: 9260ms;
          animation-delay: 9260ms;
}

.anim.move.anim.anim-typingtext4 ::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 0.5px;
  top: 34%;
  right: 14rem;
  background-color: #ffffff;
  -webkit-animation-name: typingtext2;
          animation-name: typingtext2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes typingtext2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes typingtext2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(1) {
  -webkit-animation-delay: 9290ms;
          animation-delay: 9290ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(2) {
  -webkit-animation-delay: 9320ms;
          animation-delay: 9320ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(3) {
  -webkit-animation-delay: 9350ms;
          animation-delay: 9350ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(4) {
  -webkit-animation-delay: 9380ms;
          animation-delay: 9380ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(5) {
  -webkit-animation-delay: 9410ms;
          animation-delay: 9410ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(6) {
  -webkit-animation-delay: 9440ms;
          animation-delay: 9440ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(7) {
  -webkit-animation-delay: 9470ms;
          animation-delay: 9470ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(8) {
  -webkit-animation-delay: 9500ms;
          animation-delay: 9500ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(9) {
  -webkit-animation-delay: 9530ms;
          animation-delay: 9530ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(10) {
  -webkit-animation-delay: 9560ms;
          animation-delay: 9560ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(11) {
  -webkit-animation-delay: 9590ms;
          animation-delay: 9590ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(12) {
  -webkit-animation-delay: 9620ms;
          animation-delay: 9620ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(13) {
  -webkit-animation-delay: 9650ms;
          animation-delay: 9650ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(14) {
  -webkit-animation-delay: 9680ms;
          animation-delay: 9680ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(15) {
  -webkit-animation-delay: 9710ms;
          animation-delay: 9710ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(16) {
  -webkit-animation-delay: 9740ms;
          animation-delay: 9740ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(17) {
  -webkit-animation-delay: 9770ms;
          animation-delay: 9770ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(18) {
  -webkit-animation-delay: 9800ms;
          animation-delay: 9800ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(19) {
  -webkit-animation-delay: 9830ms;
          animation-delay: 9830ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(20) {
  -webkit-animation-delay: 9860ms;
          animation-delay: 9860ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(21) {
  -webkit-animation-delay: 9890ms;
          animation-delay: 9890ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(22) {
  -webkit-animation-delay: 9920ms;
          animation-delay: 9920ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(23) {
  -webkit-animation-delay: 9950ms;
          animation-delay: 9950ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(24) {
  -webkit-animation-delay: 9980ms;
          animation-delay: 9980ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(25) {
  -webkit-animation-delay: 10010ms;
          animation-delay: 10010ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(26) {
  -webkit-animation-delay: 10040ms;
          animation-delay: 10040ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(27) {
  -webkit-animation-delay: 10070ms;
          animation-delay: 10070ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(28) {
  -webkit-animation-delay: 10100ms;
          animation-delay: 10100ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(29) {
  -webkit-animation-delay: 10130ms;
          animation-delay: 10130ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(30) {
  -webkit-animation-delay: 10160ms;
          animation-delay: 10160ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(31) {
  -webkit-animation-delay: 10190ms;
          animation-delay: 10190ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(32) {
  -webkit-animation-delay: 10220ms;
          animation-delay: 10220ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(33) {
  -webkit-animation-delay: 10250ms;
          animation-delay: 10250ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(34) {
  -webkit-animation-delay: 10280ms;
          animation-delay: 10280ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(35) {
  -webkit-animation-delay: 10310ms;
          animation-delay: 10310ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(36) {
  -webkit-animation-delay: 10340ms;
          animation-delay: 10340ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(37) {
  -webkit-animation-delay: 10370ms;
          animation-delay: 10370ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(38) {
  -webkit-animation-delay: 10400ms;
          animation-delay: 10400ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(39) {
  -webkit-animation-delay: 10430ms;
          animation-delay: 10430ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(40) {
  -webkit-animation-delay: 10460ms;
          animation-delay: 10460ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(41) {
  -webkit-animation-delay: 10490ms;
          animation-delay: 10490ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(42) {
  -webkit-animation-delay: 10520ms;
          animation-delay: 10520ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(43) {
  -webkit-animation-delay: 10550ms;
          animation-delay: 10550ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(44) {
  -webkit-animation-delay: 10580ms;
          animation-delay: 10580ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(45) {
  -webkit-animation-delay: 10610ms;
          animation-delay: 10610ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(46) {
  -webkit-animation-delay: 10640ms;
          animation-delay: 10640ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(47) {
  -webkit-animation-delay: 10670ms;
          animation-delay: 10670ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(48) {
  -webkit-animation-delay: 10700ms;
          animation-delay: 10700ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(49) {
  -webkit-animation-delay: 10730ms;
          animation-delay: 10730ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(50) {
  -webkit-animation-delay: 10760ms;
          animation-delay: 10760ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(51) {
  -webkit-animation-delay: 10790ms;
          animation-delay: 10790ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(52) {
  -webkit-animation-delay: 10820ms;
          animation-delay: 10820ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(53) {
  -webkit-animation-delay: 10850ms;
          animation-delay: 10850ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(54) {
  -webkit-animation-delay: 10880ms;
          animation-delay: 10880ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(55) {
  -webkit-animation-delay: 10910ms;
          animation-delay: 10910ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(56) {
  -webkit-animation-delay: 10940ms;
          animation-delay: 10940ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(57) {
  -webkit-animation-delay: 10970ms;
          animation-delay: 10970ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(58) {
  -webkit-animation-delay: 11000ms;
          animation-delay: 11000ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(59) {
  -webkit-animation-delay: 11030ms;
          animation-delay: 11030ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(60) {
  -webkit-animation-delay: 11060ms;
          animation-delay: 11060ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(61) {
  -webkit-animation-delay: 11090ms;
          animation-delay: 11090ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(62) {
  -webkit-animation-delay: 11120ms;
          animation-delay: 11120ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(63) {
  -webkit-animation-delay: 11150ms;
          animation-delay: 11150ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(64) {
  -webkit-animation-delay: 11180ms;
          animation-delay: 11180ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(65) {
  -webkit-animation-delay: 11210ms;
          animation-delay: 11210ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(66) {
  -webkit-animation-delay: 11240ms;
          animation-delay: 11240ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(67) {
  -webkit-animation-delay: 11270ms;
          animation-delay: 11270ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(68) {
  -webkit-animation-delay: 11300ms;
          animation-delay: 11300ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(69) {
  -webkit-animation-delay: 11330ms;
          animation-delay: 11330ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(70) {
  -webkit-animation-delay: 11360ms;
          animation-delay: 11360ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(71) {
  -webkit-animation-delay: 11390ms;
          animation-delay: 11390ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(72) {
  -webkit-animation-delay: 11420ms;
          animation-delay: 11420ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(73) {
  -webkit-animation-delay: 11450ms;
          animation-delay: 11450ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(74) {
  -webkit-animation-delay: 11480ms;
          animation-delay: 11480ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(75) {
  -webkit-animation-delay: 11510ms;
          animation-delay: 11510ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(76) {
  -webkit-animation-delay: 11540ms;
          animation-delay: 11540ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(77) {
  -webkit-animation-delay: 11570ms;
          animation-delay: 11570ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(78) {
  -webkit-animation-delay: 11600ms;
          animation-delay: 11600ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(79) {
  -webkit-animation-delay: 11630ms;
          animation-delay: 11630ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(80) {
  -webkit-animation-delay: 11660ms;
          animation-delay: 11660ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(81) {
  -webkit-animation-delay: 11690ms;
          animation-delay: 11690ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(82) {
  -webkit-animation-delay: 11720ms;
          animation-delay: 11720ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(83) {
  -webkit-animation-delay: 11750ms;
          animation-delay: 11750ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(84) {
  -webkit-animation-delay: 11780ms;
          animation-delay: 11780ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(85) {
  -webkit-animation-delay: 11810ms;
          animation-delay: 11810ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(86) {
  -webkit-animation-delay: 11840ms;
          animation-delay: 11840ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(87) {
  -webkit-animation-delay: 11870ms;
          animation-delay: 11870ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(88) {
  -webkit-animation-delay: 11900ms;
          animation-delay: 11900ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(89) {
  -webkit-animation-delay: 11930ms;
          animation-delay: 11930ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(90) {
  -webkit-animation-delay: 11960ms;
          animation-delay: 11960ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(91) {
  -webkit-animation-delay: 11990ms;
          animation-delay: 11990ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(92) {
  -webkit-animation-delay: 12020ms;
          animation-delay: 12020ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(93) {
  -webkit-animation-delay: 12050ms;
          animation-delay: 12050ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(94) {
  -webkit-animation-delay: 12080ms;
          animation-delay: 12080ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(95) {
  -webkit-animation-delay: 12110ms;
          animation-delay: 12110ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(96) {
  -webkit-animation-delay: 12140ms;
          animation-delay: 12140ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(97) {
  -webkit-animation-delay: 12170ms;
          animation-delay: 12170ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(98) {
  -webkit-animation-delay: 12200ms;
          animation-delay: 12200ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(99) {
  -webkit-animation-delay: 12230ms;
          animation-delay: 12230ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(100) {
  -webkit-animation-delay: 12260ms;
          animation-delay: 12260ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(101) {
  -webkit-animation-delay: 12290ms;
          animation-delay: 12290ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(102) {
  -webkit-animation-delay: 12320ms;
          animation-delay: 12320ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(103) {
  -webkit-animation-delay: 12350ms;
          animation-delay: 12350ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(104) {
  -webkit-animation-delay: 12380ms;
          animation-delay: 12380ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(105) {
  -webkit-animation-delay: 12410ms;
          animation-delay: 12410ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(106) {
  -webkit-animation-delay: 12440ms;
          animation-delay: 12440ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(107) {
  -webkit-animation-delay: 12470ms;
          animation-delay: 12470ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(108) {
  -webkit-animation-delay: 12500ms;
          animation-delay: 12500ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(109) {
  -webkit-animation-delay: 12530ms;
          animation-delay: 12530ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(110) {
  -webkit-animation-delay: 12560ms;
          animation-delay: 12560ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(111) {
  -webkit-animation-delay: 12590ms;
          animation-delay: 12590ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(112) {
  -webkit-animation-delay: 12620ms;
          animation-delay: 12620ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(113) {
  -webkit-animation-delay: 12650ms;
          animation-delay: 12650ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(114) {
  -webkit-animation-delay: 12680ms;
          animation-delay: 12680ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(115) {
  -webkit-animation-delay: 12710ms;
          animation-delay: 12710ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(116) {
  -webkit-animation-delay: 12740ms;
          animation-delay: 12740ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(117) {
  -webkit-animation-delay: 12770ms;
          animation-delay: 12770ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(118) {
  -webkit-animation-delay: 12800ms;
          animation-delay: 12800ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(119) {
  -webkit-animation-delay: 12830ms;
          animation-delay: 12830ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(120) {
  -webkit-animation-delay: 12860ms;
          animation-delay: 12860ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(121) {
  -webkit-animation-delay: 12890ms;
          animation-delay: 12890ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(122) {
  -webkit-animation-delay: 12920ms;
          animation-delay: 12920ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(123) {
  -webkit-animation-delay: 12950ms;
          animation-delay: 12950ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(124) {
  -webkit-animation-delay: 12980ms;
          animation-delay: 12980ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(125) {
  -webkit-animation-delay: 13010ms;
          animation-delay: 13010ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(126) {
  -webkit-animation-delay: 13040ms;
          animation-delay: 13040ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(127) {
  -webkit-animation-delay: 13070ms;
          animation-delay: 13070ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(128) {
  -webkit-animation-delay: 13100ms;
          animation-delay: 13100ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(129) {
  -webkit-animation-delay: 13130ms;
          animation-delay: 13130ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(130) {
  -webkit-animation-delay: 13160ms;
          animation-delay: 13160ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(131) {
  -webkit-animation-delay: 13190ms;
          animation-delay: 13190ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(132) {
  -webkit-animation-delay: 13220ms;
          animation-delay: 13220ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(133) {
  -webkit-animation-delay: 13250ms;
          animation-delay: 13250ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(134) {
  -webkit-animation-delay: 13280ms;
          animation-delay: 13280ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(135) {
  -webkit-animation-delay: 13310ms;
          animation-delay: 13310ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(136) {
  -webkit-animation-delay: 13340ms;
          animation-delay: 13340ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(137) {
  -webkit-animation-delay: 13370ms;
          animation-delay: 13370ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(138) {
  -webkit-animation-delay: 13400ms;
          animation-delay: 13400ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(139) {
  -webkit-animation-delay: 13430ms;
          animation-delay: 13430ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(140) {
  -webkit-animation-delay: 13460ms;
          animation-delay: 13460ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(141) {
  -webkit-animation-delay: 13490ms;
          animation-delay: 13490ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(142) {
  -webkit-animation-delay: 13520ms;
          animation-delay: 13520ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(143) {
  -webkit-animation-delay: 13550ms;
          animation-delay: 13550ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(144) {
  -webkit-animation-delay: 13580ms;
          animation-delay: 13580ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(145) {
  -webkit-animation-delay: 13610ms;
          animation-delay: 13610ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(146) {
  -webkit-animation-delay: 13640ms;
          animation-delay: 13640ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(147) {
  -webkit-animation-delay: 13670ms;
          animation-delay: 13670ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(148) {
  -webkit-animation-delay: 13700ms;
          animation-delay: 13700ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(149) {
  -webkit-animation-delay: 13730ms;
          animation-delay: 13730ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(150) {
  -webkit-animation-delay: 13760ms;
          animation-delay: 13760ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(151) {
  -webkit-animation-delay: 13790ms;
          animation-delay: 13790ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(152) {
  -webkit-animation-delay: 13820ms;
          animation-delay: 13820ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(153) {
  -webkit-animation-delay: 13850ms;
          animation-delay: 13850ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(154) {
  -webkit-animation-delay: 13880ms;
          animation-delay: 13880ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(155) {
  -webkit-animation-delay: 13910ms;
          animation-delay: 13910ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(156) {
  -webkit-animation-delay: 13940ms;
          animation-delay: 13940ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(157) {
  -webkit-animation-delay: 13970ms;
          animation-delay: 13970ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(158) {
  -webkit-animation-delay: 14000ms;
          animation-delay: 14000ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(159) {
  -webkit-animation-delay: 14030ms;
          animation-delay: 14030ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(160) {
  -webkit-animation-delay: 14060ms;
          animation-delay: 14060ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(161) {
  -webkit-animation-delay: 14090ms;
          animation-delay: 14090ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(162) {
  -webkit-animation-delay: 14120ms;
          animation-delay: 14120ms;
}

.anim.move.anim.anim-typingtext4 ::before:nth-of-type(163) {
  -webkit-animation-delay: 14150ms;
          animation-delay: 14150ms;
}

.anim.move.anim.anim-typingtext5 i {
  font-style: normal;
  -webkit-animation-name: typingtext;
          animation-name: typingtext;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@keyframes typingtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(1) {
  -webkit-animation-delay: 5200ms;
          animation-delay: 5200ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(2) {
  -webkit-animation-delay: 5230ms;
          animation-delay: 5230ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(3) {
  -webkit-animation-delay: 5260ms;
          animation-delay: 5260ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(4) {
  -webkit-animation-delay: 5290ms;
          animation-delay: 5290ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(5) {
  -webkit-animation-delay: 5320ms;
          animation-delay: 5320ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(6) {
  -webkit-animation-delay: 5350ms;
          animation-delay: 5350ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(7) {
  -webkit-animation-delay: 5380ms;
          animation-delay: 5380ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(8) {
  -webkit-animation-delay: 5410ms;
          animation-delay: 5410ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(9) {
  -webkit-animation-delay: 5440ms;
          animation-delay: 5440ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(10) {
  -webkit-animation-delay: 5470ms;
          animation-delay: 5470ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(11) {
  -webkit-animation-delay: 5500ms;
          animation-delay: 5500ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(12) {
  -webkit-animation-delay: 5530ms;
          animation-delay: 5530ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(13) {
  -webkit-animation-delay: 5560ms;
          animation-delay: 5560ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(14) {
  -webkit-animation-delay: 5590ms;
          animation-delay: 5590ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(15) {
  -webkit-animation-delay: 5620ms;
          animation-delay: 5620ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(16) {
  -webkit-animation-delay: 5650ms;
          animation-delay: 5650ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(17) {
  -webkit-animation-delay: 5680ms;
          animation-delay: 5680ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(18) {
  -webkit-animation-delay: 5710ms;
          animation-delay: 5710ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(19) {
  -webkit-animation-delay: 5740ms;
          animation-delay: 5740ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(20) {
  -webkit-animation-delay: 5770ms;
          animation-delay: 5770ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(21) {
  -webkit-animation-delay: 5800ms;
          animation-delay: 5800ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(22) {
  -webkit-animation-delay: 5830ms;
          animation-delay: 5830ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(23) {
  -webkit-animation-delay: 5860ms;
          animation-delay: 5860ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(24) {
  -webkit-animation-delay: 5890ms;
          animation-delay: 5890ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(25) {
  -webkit-animation-delay: 5920ms;
          animation-delay: 5920ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(26) {
  -webkit-animation-delay: 5950ms;
          animation-delay: 5950ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(27) {
  -webkit-animation-delay: 5980ms;
          animation-delay: 5980ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(28) {
  -webkit-animation-delay: 6010ms;
          animation-delay: 6010ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(29) {
  -webkit-animation-delay: 6040ms;
          animation-delay: 6040ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(30) {
  -webkit-animation-delay: 6070ms;
          animation-delay: 6070ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(31) {
  -webkit-animation-delay: 6100ms;
          animation-delay: 6100ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(32) {
  -webkit-animation-delay: 6130ms;
          animation-delay: 6130ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(33) {
  -webkit-animation-delay: 6160ms;
          animation-delay: 6160ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(34) {
  -webkit-animation-delay: 6190ms;
          animation-delay: 6190ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(35) {
  -webkit-animation-delay: 6220ms;
          animation-delay: 6220ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(36) {
  -webkit-animation-delay: 6250ms;
          animation-delay: 6250ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(37) {
  -webkit-animation-delay: 6280ms;
          animation-delay: 6280ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(38) {
  -webkit-animation-delay: 6310ms;
          animation-delay: 6310ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(39) {
  -webkit-animation-delay: 6340ms;
          animation-delay: 6340ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(40) {
  -webkit-animation-delay: 6370ms;
          animation-delay: 6370ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(41) {
  -webkit-animation-delay: 6400ms;
          animation-delay: 6400ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(42) {
  -webkit-animation-delay: 6430ms;
          animation-delay: 6430ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(43) {
  -webkit-animation-delay: 6460ms;
          animation-delay: 6460ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(44) {
  -webkit-animation-delay: 6490ms;
          animation-delay: 6490ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(45) {
  -webkit-animation-delay: 6520ms;
          animation-delay: 6520ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(46) {
  -webkit-animation-delay: 6550ms;
          animation-delay: 6550ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(47) {
  -webkit-animation-delay: 6580ms;
          animation-delay: 6580ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(48) {
  -webkit-animation-delay: 6610ms;
          animation-delay: 6610ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(49) {
  -webkit-animation-delay: 6640ms;
          animation-delay: 6640ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(50) {
  -webkit-animation-delay: 6670ms;
          animation-delay: 6670ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(51) {
  -webkit-animation-delay: 6700ms;
          animation-delay: 6700ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(52) {
  -webkit-animation-delay: 6730ms;
          animation-delay: 6730ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(53) {
  -webkit-animation-delay: 6760ms;
          animation-delay: 6760ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(54) {
  -webkit-animation-delay: 6790ms;
          animation-delay: 6790ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(55) {
  -webkit-animation-delay: 6820ms;
          animation-delay: 6820ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(56) {
  -webkit-animation-delay: 6850ms;
          animation-delay: 6850ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(57) {
  -webkit-animation-delay: 6880ms;
          animation-delay: 6880ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(58) {
  -webkit-animation-delay: 6910ms;
          animation-delay: 6910ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(59) {
  -webkit-animation-delay: 6940ms;
          animation-delay: 6940ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(60) {
  -webkit-animation-delay: 6970ms;
          animation-delay: 6970ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(61) {
  -webkit-animation-delay: 7000ms;
          animation-delay: 7000ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(62) {
  -webkit-animation-delay: 7030ms;
          animation-delay: 7030ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(63) {
  -webkit-animation-delay: 7060ms;
          animation-delay: 7060ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(64) {
  -webkit-animation-delay: 7090ms;
          animation-delay: 7090ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(65) {
  -webkit-animation-delay: 7120ms;
          animation-delay: 7120ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(66) {
  -webkit-animation-delay: 7150ms;
          animation-delay: 7150ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(67) {
  -webkit-animation-delay: 7180ms;
          animation-delay: 7180ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(68) {
  -webkit-animation-delay: 7210ms;
          animation-delay: 7210ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(69) {
  -webkit-animation-delay: 7240ms;
          animation-delay: 7240ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(70) {
  -webkit-animation-delay: 7270ms;
          animation-delay: 7270ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(71) {
  -webkit-animation-delay: 7300ms;
          animation-delay: 7300ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(72) {
  -webkit-animation-delay: 7330ms;
          animation-delay: 7330ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(73) {
  -webkit-animation-delay: 7360ms;
          animation-delay: 7360ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(74) {
  -webkit-animation-delay: 7390ms;
          animation-delay: 7390ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(75) {
  -webkit-animation-delay: 7420ms;
          animation-delay: 7420ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(76) {
  -webkit-animation-delay: 7450ms;
          animation-delay: 7450ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(77) {
  -webkit-animation-delay: 7480ms;
          animation-delay: 7480ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(78) {
  -webkit-animation-delay: 7510ms;
          animation-delay: 7510ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(79) {
  -webkit-animation-delay: 7540ms;
          animation-delay: 7540ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(80) {
  -webkit-animation-delay: 7570ms;
          animation-delay: 7570ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(81) {
  -webkit-animation-delay: 7600ms;
          animation-delay: 7600ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(82) {
  -webkit-animation-delay: 7630ms;
          animation-delay: 7630ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(83) {
  -webkit-animation-delay: 7660ms;
          animation-delay: 7660ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(84) {
  -webkit-animation-delay: 7690ms;
          animation-delay: 7690ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(85) {
  -webkit-animation-delay: 7720ms;
          animation-delay: 7720ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(86) {
  -webkit-animation-delay: 7750ms;
          animation-delay: 7750ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(87) {
  -webkit-animation-delay: 7780ms;
          animation-delay: 7780ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(88) {
  -webkit-animation-delay: 7810ms;
          animation-delay: 7810ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(89) {
  -webkit-animation-delay: 7840ms;
          animation-delay: 7840ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(90) {
  -webkit-animation-delay: 7870ms;
          animation-delay: 7870ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(91) {
  -webkit-animation-delay: 7900ms;
          animation-delay: 7900ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(92) {
  -webkit-animation-delay: 7930ms;
          animation-delay: 7930ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(93) {
  -webkit-animation-delay: 7960ms;
          animation-delay: 7960ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(94) {
  -webkit-animation-delay: 7990ms;
          animation-delay: 7990ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(95) {
  -webkit-animation-delay: 8020ms;
          animation-delay: 8020ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(96) {
  -webkit-animation-delay: 8050ms;
          animation-delay: 8050ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(97) {
  -webkit-animation-delay: 8080ms;
          animation-delay: 8080ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(98) {
  -webkit-animation-delay: 8110ms;
          animation-delay: 8110ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(99) {
  -webkit-animation-delay: 8140ms;
          animation-delay: 8140ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(100) {
  -webkit-animation-delay: 8170ms;
          animation-delay: 8170ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(101) {
  -webkit-animation-delay: 8200ms;
          animation-delay: 8200ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(102) {
  -webkit-animation-delay: 8230ms;
          animation-delay: 8230ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(103) {
  -webkit-animation-delay: 8260ms;
          animation-delay: 8260ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(104) {
  -webkit-animation-delay: 8290ms;
          animation-delay: 8290ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(105) {
  -webkit-animation-delay: 8320ms;
          animation-delay: 8320ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(106) {
  -webkit-animation-delay: 8350ms;
          animation-delay: 8350ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(107) {
  -webkit-animation-delay: 8380ms;
          animation-delay: 8380ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(108) {
  -webkit-animation-delay: 8410ms;
          animation-delay: 8410ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(109) {
  -webkit-animation-delay: 8440ms;
          animation-delay: 8440ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(110) {
  -webkit-animation-delay: 8470ms;
          animation-delay: 8470ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(111) {
  -webkit-animation-delay: 8500ms;
          animation-delay: 8500ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(112) {
  -webkit-animation-delay: 8530ms;
          animation-delay: 8530ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(113) {
  -webkit-animation-delay: 8560ms;
          animation-delay: 8560ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(114) {
  -webkit-animation-delay: 8590ms;
          animation-delay: 8590ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(115) {
  -webkit-animation-delay: 8620ms;
          animation-delay: 8620ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(116) {
  -webkit-animation-delay: 8650ms;
          animation-delay: 8650ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(117) {
  -webkit-animation-delay: 8680ms;
          animation-delay: 8680ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(118) {
  -webkit-animation-delay: 8710ms;
          animation-delay: 8710ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(119) {
  -webkit-animation-delay: 8740ms;
          animation-delay: 8740ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(120) {
  -webkit-animation-delay: 8770ms;
          animation-delay: 8770ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(121) {
  -webkit-animation-delay: 8800ms;
          animation-delay: 8800ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(122) {
  -webkit-animation-delay: 8830ms;
          animation-delay: 8830ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(123) {
  -webkit-animation-delay: 8860ms;
          animation-delay: 8860ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(124) {
  -webkit-animation-delay: 8890ms;
          animation-delay: 8890ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(125) {
  -webkit-animation-delay: 8920ms;
          animation-delay: 8920ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(126) {
  -webkit-animation-delay: 8950ms;
          animation-delay: 8950ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(127) {
  -webkit-animation-delay: 8980ms;
          animation-delay: 8980ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(128) {
  -webkit-animation-delay: 9010ms;
          animation-delay: 9010ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(129) {
  -webkit-animation-delay: 9040ms;
          animation-delay: 9040ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(130) {
  -webkit-animation-delay: 9070ms;
          animation-delay: 9070ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(131) {
  -webkit-animation-delay: 9100ms;
          animation-delay: 9100ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(132) {
  -webkit-animation-delay: 9130ms;
          animation-delay: 9130ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(133) {
  -webkit-animation-delay: 9160ms;
          animation-delay: 9160ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(134) {
  -webkit-animation-delay: 9190ms;
          animation-delay: 9190ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(135) {
  -webkit-animation-delay: 9220ms;
          animation-delay: 9220ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(136) {
  -webkit-animation-delay: 9250ms;
          animation-delay: 9250ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(137) {
  -webkit-animation-delay: 9280ms;
          animation-delay: 9280ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(138) {
  -webkit-animation-delay: 9310ms;
          animation-delay: 9310ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(139) {
  -webkit-animation-delay: 9340ms;
          animation-delay: 9340ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(140) {
  -webkit-animation-delay: 9370ms;
          animation-delay: 9370ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(141) {
  -webkit-animation-delay: 9400ms;
          animation-delay: 9400ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(142) {
  -webkit-animation-delay: 9430ms;
          animation-delay: 9430ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(143) {
  -webkit-animation-delay: 9460ms;
          animation-delay: 9460ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(144) {
  -webkit-animation-delay: 9490ms;
          animation-delay: 9490ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(145) {
  -webkit-animation-delay: 9520ms;
          animation-delay: 9520ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(146) {
  -webkit-animation-delay: 9550ms;
          animation-delay: 9550ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(147) {
  -webkit-animation-delay: 9580ms;
          animation-delay: 9580ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(148) {
  -webkit-animation-delay: 9610ms;
          animation-delay: 9610ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(149) {
  -webkit-animation-delay: 9640ms;
          animation-delay: 9640ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(150) {
  -webkit-animation-delay: 9670ms;
          animation-delay: 9670ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(151) {
  -webkit-animation-delay: 9700ms;
          animation-delay: 9700ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(152) {
  -webkit-animation-delay: 9730ms;
          animation-delay: 9730ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(153) {
  -webkit-animation-delay: 9760ms;
          animation-delay: 9760ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(154) {
  -webkit-animation-delay: 9790ms;
          animation-delay: 9790ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(155) {
  -webkit-animation-delay: 9820ms;
          animation-delay: 9820ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(156) {
  -webkit-animation-delay: 9850ms;
          animation-delay: 9850ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(157) {
  -webkit-animation-delay: 9880ms;
          animation-delay: 9880ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(158) {
  -webkit-animation-delay: 9910ms;
          animation-delay: 9910ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(159) {
  -webkit-animation-delay: 9940ms;
          animation-delay: 9940ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(160) {
  -webkit-animation-delay: 9970ms;
          animation-delay: 9970ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(161) {
  -webkit-animation-delay: 10000ms;
          animation-delay: 10000ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(162) {
  -webkit-animation-delay: 10030ms;
          animation-delay: 10030ms;
}

.anim.move.anim.anim-typingtext5 i:nth-of-type(163) {
  -webkit-animation-delay: 10060ms;
          animation-delay: 10060ms;
}

.anim.move.anim.anim-typingtext6 i {
  font-style: normal;
  -webkit-animation-name: typingtext;
          animation-name: typingtext;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@keyframes typingtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(1) {
  -webkit-animation-delay: 5200ms;
          animation-delay: 5200ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(2) {
  -webkit-animation-delay: 5230ms;
          animation-delay: 5230ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(3) {
  -webkit-animation-delay: 5260ms;
          animation-delay: 5260ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(4) {
  -webkit-animation-delay: 5290ms;
          animation-delay: 5290ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(5) {
  -webkit-animation-delay: 5320ms;
          animation-delay: 5320ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(6) {
  -webkit-animation-delay: 5350ms;
          animation-delay: 5350ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(7) {
  -webkit-animation-delay: 5380ms;
          animation-delay: 5380ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(8) {
  -webkit-animation-delay: 5410ms;
          animation-delay: 5410ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(9) {
  -webkit-animation-delay: 5440ms;
          animation-delay: 5440ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(10) {
  -webkit-animation-delay: 5470ms;
          animation-delay: 5470ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(11) {
  -webkit-animation-delay: 5500ms;
          animation-delay: 5500ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(12) {
  -webkit-animation-delay: 5530ms;
          animation-delay: 5530ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(13) {
  -webkit-animation-delay: 5560ms;
          animation-delay: 5560ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(14) {
  -webkit-animation-delay: 5590ms;
          animation-delay: 5590ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(15) {
  -webkit-animation-delay: 5620ms;
          animation-delay: 5620ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(16) {
  -webkit-animation-delay: 5650ms;
          animation-delay: 5650ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(17) {
  -webkit-animation-delay: 5680ms;
          animation-delay: 5680ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(18) {
  -webkit-animation-delay: 5710ms;
          animation-delay: 5710ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(19) {
  -webkit-animation-delay: 5740ms;
          animation-delay: 5740ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(20) {
  -webkit-animation-delay: 5770ms;
          animation-delay: 5770ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(21) {
  -webkit-animation-delay: 5800ms;
          animation-delay: 5800ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(22) {
  -webkit-animation-delay: 5830ms;
          animation-delay: 5830ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(23) {
  -webkit-animation-delay: 5860ms;
          animation-delay: 5860ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(24) {
  -webkit-animation-delay: 5890ms;
          animation-delay: 5890ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(25) {
  -webkit-animation-delay: 5920ms;
          animation-delay: 5920ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(26) {
  -webkit-animation-delay: 5950ms;
          animation-delay: 5950ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(27) {
  -webkit-animation-delay: 5980ms;
          animation-delay: 5980ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(28) {
  -webkit-animation-delay: 6010ms;
          animation-delay: 6010ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(29) {
  -webkit-animation-delay: 6040ms;
          animation-delay: 6040ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(30) {
  -webkit-animation-delay: 6070ms;
          animation-delay: 6070ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(31) {
  -webkit-animation-delay: 6100ms;
          animation-delay: 6100ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(32) {
  -webkit-animation-delay: 6130ms;
          animation-delay: 6130ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(33) {
  -webkit-animation-delay: 6160ms;
          animation-delay: 6160ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(34) {
  -webkit-animation-delay: 6190ms;
          animation-delay: 6190ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(35) {
  -webkit-animation-delay: 6220ms;
          animation-delay: 6220ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(36) {
  -webkit-animation-delay: 6250ms;
          animation-delay: 6250ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(37) {
  -webkit-animation-delay: 6280ms;
          animation-delay: 6280ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(38) {
  -webkit-animation-delay: 6310ms;
          animation-delay: 6310ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(39) {
  -webkit-animation-delay: 6340ms;
          animation-delay: 6340ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(40) {
  -webkit-animation-delay: 6370ms;
          animation-delay: 6370ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(41) {
  -webkit-animation-delay: 6400ms;
          animation-delay: 6400ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(42) {
  -webkit-animation-delay: 6430ms;
          animation-delay: 6430ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(43) {
  -webkit-animation-delay: 6460ms;
          animation-delay: 6460ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(44) {
  -webkit-animation-delay: 6490ms;
          animation-delay: 6490ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(45) {
  -webkit-animation-delay: 6520ms;
          animation-delay: 6520ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(46) {
  -webkit-animation-delay: 6550ms;
          animation-delay: 6550ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(47) {
  -webkit-animation-delay: 6580ms;
          animation-delay: 6580ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(48) {
  -webkit-animation-delay: 6610ms;
          animation-delay: 6610ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(49) {
  -webkit-animation-delay: 6640ms;
          animation-delay: 6640ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(50) {
  -webkit-animation-delay: 6670ms;
          animation-delay: 6670ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(51) {
  -webkit-animation-delay: 6700ms;
          animation-delay: 6700ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(52) {
  -webkit-animation-delay: 6730ms;
          animation-delay: 6730ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(53) {
  -webkit-animation-delay: 6760ms;
          animation-delay: 6760ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(54) {
  -webkit-animation-delay: 6790ms;
          animation-delay: 6790ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(55) {
  -webkit-animation-delay: 6820ms;
          animation-delay: 6820ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(56) {
  -webkit-animation-delay: 6850ms;
          animation-delay: 6850ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(57) {
  -webkit-animation-delay: 6880ms;
          animation-delay: 6880ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(58) {
  -webkit-animation-delay: 6910ms;
          animation-delay: 6910ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(59) {
  -webkit-animation-delay: 6940ms;
          animation-delay: 6940ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(60) {
  -webkit-animation-delay: 6970ms;
          animation-delay: 6970ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(61) {
  -webkit-animation-delay: 7000ms;
          animation-delay: 7000ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(62) {
  -webkit-animation-delay: 7030ms;
          animation-delay: 7030ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(63) {
  -webkit-animation-delay: 7060ms;
          animation-delay: 7060ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(64) {
  -webkit-animation-delay: 7090ms;
          animation-delay: 7090ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(65) {
  -webkit-animation-delay: 7120ms;
          animation-delay: 7120ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(66) {
  -webkit-animation-delay: 7150ms;
          animation-delay: 7150ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(67) {
  -webkit-animation-delay: 7180ms;
          animation-delay: 7180ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(68) {
  -webkit-animation-delay: 7210ms;
          animation-delay: 7210ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(69) {
  -webkit-animation-delay: 7240ms;
          animation-delay: 7240ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(70) {
  -webkit-animation-delay: 7270ms;
          animation-delay: 7270ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(71) {
  -webkit-animation-delay: 7300ms;
          animation-delay: 7300ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(72) {
  -webkit-animation-delay: 7330ms;
          animation-delay: 7330ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(73) {
  -webkit-animation-delay: 7360ms;
          animation-delay: 7360ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(74) {
  -webkit-animation-delay: 7390ms;
          animation-delay: 7390ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(75) {
  -webkit-animation-delay: 7420ms;
          animation-delay: 7420ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(76) {
  -webkit-animation-delay: 7450ms;
          animation-delay: 7450ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(77) {
  -webkit-animation-delay: 7480ms;
          animation-delay: 7480ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(78) {
  -webkit-animation-delay: 7510ms;
          animation-delay: 7510ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(79) {
  -webkit-animation-delay: 7540ms;
          animation-delay: 7540ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(80) {
  -webkit-animation-delay: 7570ms;
          animation-delay: 7570ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(81) {
  -webkit-animation-delay: 7600ms;
          animation-delay: 7600ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(82) {
  -webkit-animation-delay: 7630ms;
          animation-delay: 7630ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(83) {
  -webkit-animation-delay: 7660ms;
          animation-delay: 7660ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(84) {
  -webkit-animation-delay: 7690ms;
          animation-delay: 7690ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(85) {
  -webkit-animation-delay: 7720ms;
          animation-delay: 7720ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(86) {
  -webkit-animation-delay: 7750ms;
          animation-delay: 7750ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(87) {
  -webkit-animation-delay: 7780ms;
          animation-delay: 7780ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(88) {
  -webkit-animation-delay: 7810ms;
          animation-delay: 7810ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(89) {
  -webkit-animation-delay: 7840ms;
          animation-delay: 7840ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(90) {
  -webkit-animation-delay: 7870ms;
          animation-delay: 7870ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(91) {
  -webkit-animation-delay: 7900ms;
          animation-delay: 7900ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(92) {
  -webkit-animation-delay: 7930ms;
          animation-delay: 7930ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(93) {
  -webkit-animation-delay: 7960ms;
          animation-delay: 7960ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(94) {
  -webkit-animation-delay: 7990ms;
          animation-delay: 7990ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(95) {
  -webkit-animation-delay: 8020ms;
          animation-delay: 8020ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(96) {
  -webkit-animation-delay: 8050ms;
          animation-delay: 8050ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(97) {
  -webkit-animation-delay: 8080ms;
          animation-delay: 8080ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(98) {
  -webkit-animation-delay: 8110ms;
          animation-delay: 8110ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(99) {
  -webkit-animation-delay: 8140ms;
          animation-delay: 8140ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(100) {
  -webkit-animation-delay: 8170ms;
          animation-delay: 8170ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(101) {
  -webkit-animation-delay: 8200ms;
          animation-delay: 8200ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(102) {
  -webkit-animation-delay: 8230ms;
          animation-delay: 8230ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(103) {
  -webkit-animation-delay: 8260ms;
          animation-delay: 8260ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(104) {
  -webkit-animation-delay: 8290ms;
          animation-delay: 8290ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(105) {
  -webkit-animation-delay: 8320ms;
          animation-delay: 8320ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(106) {
  -webkit-animation-delay: 8350ms;
          animation-delay: 8350ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(107) {
  -webkit-animation-delay: 8380ms;
          animation-delay: 8380ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(108) {
  -webkit-animation-delay: 8410ms;
          animation-delay: 8410ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(109) {
  -webkit-animation-delay: 8440ms;
          animation-delay: 8440ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(110) {
  -webkit-animation-delay: 8470ms;
          animation-delay: 8470ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(111) {
  -webkit-animation-delay: 8500ms;
          animation-delay: 8500ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(112) {
  -webkit-animation-delay: 8530ms;
          animation-delay: 8530ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(113) {
  -webkit-animation-delay: 8560ms;
          animation-delay: 8560ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(114) {
  -webkit-animation-delay: 8590ms;
          animation-delay: 8590ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(115) {
  -webkit-animation-delay: 8620ms;
          animation-delay: 8620ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(116) {
  -webkit-animation-delay: 8650ms;
          animation-delay: 8650ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(117) {
  -webkit-animation-delay: 8680ms;
          animation-delay: 8680ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(118) {
  -webkit-animation-delay: 8710ms;
          animation-delay: 8710ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(119) {
  -webkit-animation-delay: 8740ms;
          animation-delay: 8740ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(120) {
  -webkit-animation-delay: 8770ms;
          animation-delay: 8770ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(121) {
  -webkit-animation-delay: 8800ms;
          animation-delay: 8800ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(122) {
  -webkit-animation-delay: 8830ms;
          animation-delay: 8830ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(123) {
  -webkit-animation-delay: 8860ms;
          animation-delay: 8860ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(124) {
  -webkit-animation-delay: 8890ms;
          animation-delay: 8890ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(125) {
  -webkit-animation-delay: 8920ms;
          animation-delay: 8920ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(126) {
  -webkit-animation-delay: 8950ms;
          animation-delay: 8950ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(127) {
  -webkit-animation-delay: 8980ms;
          animation-delay: 8980ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(128) {
  -webkit-animation-delay: 9010ms;
          animation-delay: 9010ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(129) {
  -webkit-animation-delay: 9040ms;
          animation-delay: 9040ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(130) {
  -webkit-animation-delay: 9070ms;
          animation-delay: 9070ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(131) {
  -webkit-animation-delay: 9100ms;
          animation-delay: 9100ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(132) {
  -webkit-animation-delay: 9130ms;
          animation-delay: 9130ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(133) {
  -webkit-animation-delay: 9160ms;
          animation-delay: 9160ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(134) {
  -webkit-animation-delay: 9190ms;
          animation-delay: 9190ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(135) {
  -webkit-animation-delay: 9220ms;
          animation-delay: 9220ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(136) {
  -webkit-animation-delay: 9250ms;
          animation-delay: 9250ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(137) {
  -webkit-animation-delay: 9280ms;
          animation-delay: 9280ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(138) {
  -webkit-animation-delay: 9310ms;
          animation-delay: 9310ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(139) {
  -webkit-animation-delay: 9340ms;
          animation-delay: 9340ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(140) {
  -webkit-animation-delay: 9370ms;
          animation-delay: 9370ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(141) {
  -webkit-animation-delay: 9400ms;
          animation-delay: 9400ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(142) {
  -webkit-animation-delay: 9430ms;
          animation-delay: 9430ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(143) {
  -webkit-animation-delay: 9460ms;
          animation-delay: 9460ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(144) {
  -webkit-animation-delay: 9490ms;
          animation-delay: 9490ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(145) {
  -webkit-animation-delay: 9520ms;
          animation-delay: 9520ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(146) {
  -webkit-animation-delay: 9550ms;
          animation-delay: 9550ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(147) {
  -webkit-animation-delay: 9580ms;
          animation-delay: 9580ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(148) {
  -webkit-animation-delay: 9610ms;
          animation-delay: 9610ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(149) {
  -webkit-animation-delay: 9640ms;
          animation-delay: 9640ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(150) {
  -webkit-animation-delay: 9670ms;
          animation-delay: 9670ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(151) {
  -webkit-animation-delay: 9700ms;
          animation-delay: 9700ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(152) {
  -webkit-animation-delay: 9730ms;
          animation-delay: 9730ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(153) {
  -webkit-animation-delay: 9760ms;
          animation-delay: 9760ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(154) {
  -webkit-animation-delay: 9790ms;
          animation-delay: 9790ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(155) {
  -webkit-animation-delay: 9820ms;
          animation-delay: 9820ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(156) {
  -webkit-animation-delay: 9850ms;
          animation-delay: 9850ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(157) {
  -webkit-animation-delay: 9880ms;
          animation-delay: 9880ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(158) {
  -webkit-animation-delay: 9910ms;
          animation-delay: 9910ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(159) {
  -webkit-animation-delay: 9940ms;
          animation-delay: 9940ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(160) {
  -webkit-animation-delay: 9970ms;
          animation-delay: 9970ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(161) {
  -webkit-animation-delay: 10000ms;
          animation-delay: 10000ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(162) {
  -webkit-animation-delay: 10030ms;
          animation-delay: 10030ms;
}

.anim.move.anim.anim-typingtext6 i:nth-of-type(163) {
  -webkit-animation-delay: 10060ms;
          animation-delay: 10060ms;
}

.anim.move.anim.sec_bland .backimgbox .backimgbox-bg {
  -webkit-animation-name: backimgbox-bg;
          animation-name: backimgbox-bg;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes backimgbox-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes backimgbox-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim.move.anim.sec_bland .bland_textbox,
.anim.move.anim.sec_bland .bland_textbox02 {
  -webkit-animation-name: bland_title;
          animation-name: bland_title;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bland_title {
  0% {
    opacity: 0;
    -webkit-transform: translate(10rem, 0);
            transform: translate(10rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes bland_title {
  0% {
    opacity: 0;
    -webkit-transform: translate(10rem, 0);
            transform: translate(10rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.anim.move.anim.sec_bland .blanditem,
.anim.move.anim.sec_bland .blanditem02 {
  -webkit-animation-name: blanditem;
          animation-name: blanditem;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1.30s;
          animation-delay: 1.30s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes blanditem {
  0% {
    opacity: 0;
    -webkit-transform: translate(10rem, -50%);
            transform: translate(10rem, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes blanditem {
  0% {
    opacity: 0;
    -webkit-transform: translate(10rem, -50%);
            transform: translate(10rem, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@-webkit-keyframes blanditem2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10rem, -50%);
            transform: translate(-10rem, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes blanditem2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10rem, -50%);
            transform: translate(-10rem, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.anim.move.anim.sec_bland .blanditem .blanditem-name,
.anim.move.anim.sec_bland .blanditem02 .blanditem-name {
  -webkit-animation-name: blanditem-name;
          animation-name: blanditem-name;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1.31s;
          animation-delay: 1.31s;
  -webkit-animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
          animation-timing-function: cubic-bezier(0.24, 0.76, 0.49, 0.97);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes blanditem-name {
  0% {
    opacity: 0;
    -webkit-transform: translate(10rem, 0%);
            transform: translate(10rem, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@keyframes blanditem-name {
  0% {
    opacity: 0;
    -webkit-transform: translate(10rem, 0%);
            transform: translate(10rem, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@-webkit-keyframes blanditem-name2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10rem, 0%);
            transform: translate(-10rem, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@keyframes blanditem-name2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10rem, 0%);
            transform: translate(-10rem, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

.anim.move.anim.sec_bland.inversion .blanditem {
  -webkit-animation-name: blanditem2;
          animation-name: blanditem2;
}

.anim.move.anim.sec_bland.inversion .blanditem .blanditem-name {
  -webkit-animation-name: blanditem-name2;
          animation-name: blanditem-name2;
}

.anim.move.anim.sec_bland.inversion .blanditem02 {
  -webkit-animation-name: blanditem2;
          animation-name: blanditem2;
}

.anim.move.anim.sec_bland.inversion .blanditem02 .blanditem-name {
  -webkit-animation-name: blanditem-name2;
          animation-name: blanditem-name2;
}

.anim.move.anim.sec_bland.bg-blown::before {
  opacity: 1;
}

.anim.move.anim.sec_bland.bg-blown02::before {
  opacity: 1;
}

.anim.move.a_delay_250 {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

.anim.move.a_delay_500 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.anim.move.a_delay_750 {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}

.anim.move.a_delay_1000 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.anim.move.a_delay_1250 {
  -webkit-animation-delay: 1250ms;
          animation-delay: 1250ms;
}

.anim.move.a_delay_1500 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.anim.move.a_delay_1750 {
  -webkit-animation-delay: 1750ms;
          animation-delay: 1750ms;
}

.anim.move.a_delay_2000 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

.anim.move.a_delay_2250 {
  -webkit-animation-delay: 2250ms;
          animation-delay: 2250ms;
}

.anim.move.a_delay_2500 {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}

.anim.move.a_delay_2750 {
  -webkit-animation-delay: 2750ms;
          animation-delay: 2750ms;
}

.anim.move.a_delay_3000 {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.anim.move.a_delay_3250 {
  -webkit-animation-delay: 3250ms;
          animation-delay: 3250ms;
}

.anim.move.a_delay_3500 {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}

.anim.move.a_delay_3750 {
  -webkit-animation-delay: 3750ms;
          animation-delay: 3750ms;
}

.anim.move.a_delay_4000 {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}

.anim.move.a_delay_4250 {
  -webkit-animation-delay: 4250ms;
          animation-delay: 4250ms;
}

.anim.move.a_delay_4500 {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}

.anim.move.a_delay_4750 {
  -webkit-animation-delay: 4750ms;
          animation-delay: 4750ms;
}

.anim.move.a_delay_5000 {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

.anim.move.a_delay_5250 {
  -webkit-animation-delay: 5250ms;
          animation-delay: 5250ms;
}

.anim.move.a_delay_5500 {
  -webkit-animation-delay: 5500ms;
          animation-delay: 5500ms;
}

.anim.move.a_delay_5750 {
  -webkit-animation-delay: 5750ms;
          animation-delay: 5750ms;
}

.anim.move.a_delay_6000 {
  -webkit-animation-delay: 6000ms;
          animation-delay: 6000ms;
}

.loadwrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 2000;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.loadwrapper-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(212, 0, 59, 0.2);
  border-top-color: #d4003b;
  border-radius: 50%;
  -webkit-animation: spinLoad 1.2s linear 0s infinite;
          animation: spinLoad 1.2s linear 0s infinite;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loadwrapper.hide {
  opacity: 0;
  pointer-events: none;
}

.loadwrapper.hide .loadwrapper-icon {
  opacity: 0;
}

@-webkit-keyframes spinLoad {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinLoad {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */