html, body {
  padding: 0;
  margin: 0;
}

.hidden{
  display: none;
}

body {
  background: white;
  overflow-x: hidden;

}

html {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
}


@media screen and (min-width:768px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width:890px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width:1050px) {
  html {
    font-size: 21px;
    font-size: 24px;
  }
}

@media screen and (min-width:1300px) {
  html {
    font-size: 26px;
  }
}

h1 {
  font-family: 'Helvetica';
  font-weight: 700;
  font-size: 80px;
  margin: 0;
}

.wrap{
  padding-top: .2em;
}



h4 {
  font-size: 55px;
  font-weight: 700;
  margin: 10px 0 0;
  color: #72c0ff;
}

h1 {
  font-size: 4.3rem;
  margin-top: 0.17em;
  line-height: .6em;
}

h2 {
  font-size: 3.7rem;
}

h3 {
  /*font-size: 1.27rem;*/
  font-size: 0.88rem;
}

h4 {
  font-size: 2.11rem;
}

h5 {
  font-size: 0.7rem;
  font-weight: 300;
  margin-top: .5em;
}

@media screen and (max-width:500px) {
  h1 {
    font-size: 2rem;
  }
}

h3 {
  font-weight: 400;
  margin: 0;
  line-height: 1.2em;
}

h2 {
  font-weight: 700;
  margin: 0;
}

.relative {
  position: relative;
}

#mailchimpsignupform.validate{
    background: none;
}

#message{
    font-size: 0.6rem;
}

/*hero img*/
#heroimg--musicvis {
  z-index: 1;
  transform: translateZ(0.01px);
  width: 20%;
  position: absolute;
  top: 40%;
  left: 40%;
}

.shadow-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shadow {

  width: 98%;
  height: 98%;
  z-index: -1;
  display: block;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .4;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateX(40px) translateY(40px);
  box-sizing: border-box;
  filter: blur(20px);
}

.hero-containerOUTER {
  width: 70vw;
  left: 45vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}


.heroimgcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateX(55deg) rotateY(0deg) rotateZ(39deg);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 75vw;
  position: relative;
  top: 0;

}

#heroimg--profilepic {
  position: absolute;
  left: 2vw;
  top: 5.5%;
  height: 2vw;
}
/*end of hero img*/


.item1 {
  display: flex;
}

.hiw {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: item;
  padding: 0;
  font-weight: 700;
}

.hiw li {
  counter-increment: item;
  flex: 1 0 40%;
  min-width: 320px;
  position: relative;
}

.hiw li:before {
  background: linear-gradient(#88F4FF, #72C0FF);
  color: white;
  content: counter(item);
  display: inline-block;
  width: 1.31em;
  height: 1.15em;
  border-radius: 50%;
  padding-top: .16em;
  line-height: 1.15em;
  margin: 0;
  text-align: center;
}

.hiw .hiw--li-imgs {
  display: block;
  width: 20vw;
  height: 15vw;
  display: flex;
  justify-content: flex-end;
}

.hiw--img-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

@media all and (min-width: 800px) {
  .hiw--img-container {
  width: 100%;
  height: 33vw;
  min-height: 240px;
}
}


.hiw li:nth-child(3) .hiw--img-container,
.hiw li:nth-child(4) .hiw--img-container {
  align-items: flex-start;
}

.hiw li:nth-child(3) .hiw--img-container {
  /*margin-top: 21px;*/
}

.hiw li img, .hiw li svg {
  display: block;
  width: 100%;
  opacity: 0;

}

.hiw li:nth-child(2) img {

}

.hiw li:nth-child(3) img {

}

.hiw li:nth-child(4) img {

}

.listhead {
  display: flex;
  position: relative;
  top: -1.14em;
  left: 1.8rem;
  flex-direction: column;

}


.hiw li:nth-child(3) p,
.hiw li:nth-child(4) p {
  margin: 0;
}

.hiw li small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

#logo {
  width: 5rem;
  overflow: visible;
}

.content {
  /*gap: 20px;
  grid-row: 2;
  grid-column: 1 / span all;
  border: 1px solid purple;
  justify-content: start;*/
  display: block-inline;
  position: relative;
  margin-top: 20px;
  padding-bottom: min(20vw, 200px);
}

header {
  margin: 5vw 5% 0;
}

.m5p {
  margin: 0 5%;
}

.hero-container {
  height: 50vw;
}

.hero-container > *{
  margin-top: 1.53rem;
}

#hero-img {
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* Animation the stroke-dashoffset to a zero length */
@-webkit-keyframes strokeOffset {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes strokeOffset {
  to {
    stroke-dashoffset: 0;
  }
}

/* Apply the animation to each mask */


#streams {
  position: relative;
  display: flex;
  justify-content: center;
}

#streams,
#money-h1 {
  margin-top: 20px;
  font-size: 3.8rem;
}

#money-h1 {
  white-space: pre-wrap;
}

.row {
  display: flex;
}

.col {
  display: flex;
  flex-direction: column;
}

#music-head {
  opacity: 0;
  margin-top: .5em;
  grid-column: col-start / span 10;
  grid-row: 2;
}

.grid-row-3 {
  grid-row: 3;
}

.grid-row-4 {
  grid-row: 4;
}

.fadeIn {
  opacity: 0;
}

.fade-in--music-equals-money {
  -webkit-animation: fade-in--musicEqualsMoney 1s linear forwards 1s;
          animation: fade-in--musicEqualsMoney 1s linear forwards 1s;
}

@-webkit-keyframes fade-in--musicEqualsMoney {
  to {
    opacity: 1;
  }
}

@keyframes fade-in--musicEqualsMoney {
  to {
    opacity: 1;
  }
}

/*Submit button*/
.submitButton,
#emailSignupField,
#mce-EMAIL{
  font-size: .85rem;
  font-weight: bold;
  border-radius: 40px;
}

.submitButton {
  position: relative;
  outline: none;
  /*height: 40px;
  padding: 1.0rem 2rem 1.0rem 2.0rem;*/
  text-align: center;
  padding: 0.5rem 2rem 0.5rem 2.0rem;
  background: #72c0ff;
  border: 2px solid #72c0ff;
  color: black;
  letter-spacing: 1px;
  text-shadow: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.submitButton:hover {
  color: black;
  box-shadow: 0 0 .85rem #72C0FF;
}

.submitButton:hover svg {
  -webkit-animation: rotating 2s 0.25s linear infinite;
          animation: rotating 2s 0.25s linear infinite;
}

.submitButton span{
  margin-right: 1em;
}


.submit-button-logo {
  height: .8rem;
}

/*
.submitButton:active {
  content: '';
  font-size: 0;
}*/

.onclic svg {
  margin-left: 0;
}

.onclic {
  width: 40px;
  background: white;
  border-color: #bbb;
  border-width: 3px;
  font-size: 0;
  border-left-color: #88F4FF;
  -webkit-animation: rotating 2s 0.25s linear infinite;
          animation: rotating 2s 0.25s linear infinite;
}

.onclic:after {
  content: "";
}

.onclic:hover {
  color: #88F4FF;
  background: white;
}

.validate {
  font-size: 26px;
  color: ;
  background: #88F4FF;
}

.validate:after {
  font-family: 'FontAwesome';
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*end submit button*/

/*signup form*/
.signupOuter{
  display: flex;
flex-direction: column;
width: 16.15rem;
position: relative;
}
#signup {
  position: relative;
  display: inline-block;
  width: 100%;
}
.signupOuter h3{
  display: inline-block;
  margin-top: 0.25rem;
}
#emailSignupField::-moz-placeholder,
#mce-EMAIL::-moz-placeholder {
    color: #CECECE;
}
#emailSignupField:-ms-input-placeholder,
#mce-EMAIL:-ms-input-placeholder{
    color: #CECECE;
}
#emailSignupField::placeholder,
#mce-EMAIL::placeholder {
    color: #CECECE;
}

#emailSignupField,
#mce-EMAIL {
  border: unset;
  outline: unset;
  border: 1px solid #72c0ff;
  width: 100%;
  box-sizing: border-box;

}
#emailSignupField,
#mce-EMAIL{
  padding: 0.5rem 2.5rem 0.5rem 1.0rem;
}


#emailSignupField:focus,
#mce-EMAIL:focus {
  box-shadow: 0 0 3px 0px #72c0ff;
}


#signup button,
#mc-embedded-subscribe {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 2.1rem;
  height: 100%;
  right: 0;
  margin: 0;
  padding: 0;
}

#emailIcon {
width: 100%;
}


/*end signup form*/
.section3 {
  margin-top: 100px;
}

.section3 h2 {
  padding: 5%;
  background: #72c0ff;
  background: linear-gradient(to bottom, #72c0ff, #88f4ff);
}

.section3 p {
  font-size: 1.27rem;
  margin-bottom: 0;
  padding: 0 5%;
}

.section4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#logo2{
  width: 8rem;
  height: 8rem;
  z-index: 5;
  position: relative;
}

.logoZoomContainer{
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  display: flex;

  padding-top: 200px;
  padding-top: 5rem;
  justify-content: center;
}

#logo2.animateLogoZoom{
  opacity: 1;
  -webkit-animation: logoZoom 3s ease-out forwards;
          animation: logoZoom 3s ease-out forwards;
}

@-webkit-keyframes logoZoom{
  to{
    transform: scale(1);
  }
}

@keyframes logoZoom{
  to{
    transform: scale(1);
  }
}

.col{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#welcome-to-azaa-bgd-img {
  width: 94vw;
  z-index: -1;
  position: relative;
}

#welcome-to-azaa-stars1, #welcome-to-azaa-stars2 {
  height: 47px;
}

#welcome-to-azaa-stars2 {
  align-self: flex-end;
  transform: rotate(180deg);
}

/*welcome to azaa text styling*/
.welcome-to-azaa--container {
  position: absolute;
  top: 30vw;
  color: black;
  /*font-size: 126px;*/
  font-size: 4.35rem;/*4.8rem;*/
  font-weight: bold;
  display: flex;
  align-self: center;

}


.welcomeToAzaaAnimateHover{
  -webkit-animation: 3s ease-in-out infinite alternate hover;
          animation: 3s ease-in-out infinite alternate hover;
}

@-webkit-keyframes hover {
  to {
    transform: translateY(20px);
  }
}

@keyframes hover {
  to {
    transform: translateY(20px);
  }
}


#welcome-to-azaa--fade-in {
  display: flex;
  margin: 0;
  padding-left: .2em;
}

#welcome-to-azaa--fade-in li {
  list-style: none;
  opacity: 0;
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
}

.smoke-in {
  -webkit-animation: smoke 2s linear forwards;
          animation: smoke 2s linear forwards;
}

@-webkit-keyframes smoke {
  0% {
    opacity: 0;
    transform: translateX(8%);
  }

  100% {
    color: black;
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes smoke {
  0% {
    opacity: 0;
    transform: translateX(8%);
  }

  100% {
    color: black;
    opacity: 1;
    transform: translateX(0%);
  }
}

#welcome {
  opacity: 0;
}

.welcome-Elements-To-Fade {
  opacity: 0;
  transition: opacity 2s;
}

.fade-in {
  opacity: 0;
  transition: opacity 2s;
}

#welcome-to-azaa--fade-in li:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#welcome-to-azaa--fade-in li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#welcome-to-azaa--fade-in li:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#welcome-to-azaa--fade-in li:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#welcome-to-azaa--fade-in li:nth-child(5) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

/*end of welcome to azaa text styling*/
/*Welcome to Azaa stars twinkling*/
.welcome-to-azaa-stars {
  -webkit-animation: twinkle 2s infinite;
          animation: twinkle 2s infinite;
}

.welcome-to-azaa-stars:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.welcome-to-azaa-stars:nth-child(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.welcome-to-azaa-stars:nth-child(3) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

/*End - Welcome to Azaa stars twinkling*/
@-webkit-keyframes twinkle {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(.7);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes twinkle {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(.7);
  }

  100% {
    transform: scale(1);
  }
}

/*animated coin*/
#coin-animation {
  position: absolute;
  right: 5vw;
  bottom: 0;
  width: 27.78vw;
}

.rotate-coin {
  -webkit-animation: rotateCoin linear 10s infinite;
          animation: rotateCoin linear 10s infinite;
}

.animate-needle {
  -webkit-animation: 1s ease-in-out infinite alternate rotateNeedle;
          animation: 1s ease-in-out infinite alternate rotateNeedle;
}

@-webkit-keyframes rotateCoin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateCoin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateNeedle {
  to {
    transform: rotate(2deg);
  }
}

@keyframes rotateNeedle {
  to {
    transform: rotate(2deg);
  }
}

/*END animated coin*/
/*ANIMATED CRYSTAL BALL*/


.animated-crystal-ball--j, .animated-crystal-ball--i {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

@-webkit-keyframes smoke-out {
  to {
    filter: blur(10px);
    opacity: 0;
    transform: translate(-5px, -10px);
    transform: scale(5);
  }
}

@keyframes smoke-out {
  to {
    filter: blur(10px);
    opacity: 0;
    transform: translate(-5px, -10px);
    transform: scale(5);
  }
}

@-webkit-keyframes smoke-outR {
  to {
    filter: blur(10px);
    opacity: 0;
    transform: translate(5px, -10px);
    transform: scale(5);
  }
}

@keyframes smoke-outR {
  to {
    filter: blur(10px);
    opacity: 0;
    transform: translate(5px, -10px);
    transform: scale(5);
  }
}

@-webkit-keyframes crystalBall-hoverA {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: translate(0, -10px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes crystalBall-hoverA {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: translate(0, -10px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.animated-crystal-ball--f {
  opacity: 0;
}

.animated-crystal-ball--animateAzaaA {
  -webkit-animation: crystalBall-hoverA 10s forwards;
          animation: crystalBall-hoverA 10s forwards;
}

.crystal-ball--stars {
  -webkit-animation: twinkle 2s infinite;
          animation: twinkle 2s infinite;
}

.crystal-ball--stars:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.crystal-ball--stars:nth-child(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.crystal-ball--stars:nth-child(3) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.crystal-ball--stars:nth-child(4) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.crystal-ball--stars:nth-child(5) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.crystal-ball--stars:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/*END ANIMATED CRYSTAL BALL*/
/*Section 5*/
.section5 {
  width: 45%;
}

.section5--1 {

  position: absolute;
  bottom: 0;
}

.section5-p-container {
  overflow: hidden;
  position: relative;
}

.section5-list-numbering {
  position: relative;
  border-bottom: 0px solid currentColor;
  display: inline-block;
}

.underbar {
  width: 0;
  position: relative;
  height: 1px;
  transition: width 2s;
  background: #000;
}

@-webkit-keyframes animateNumberingBar {
  to {
    width: 2rem;
  }
}

@keyframes animateNumberingBar {
  to {
    width: 2rem;
  }
}

.section5 p, .section5--3 p, .section5--2--wrapper p {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
  margin: 1rem 0 0;
  max-width: 18em;
}

 .section5--2--wrapper p {
     float: right;
 }

.section5--2 {
  margin-top: calc(100vh /3);
  position: relative;
}

.section5--2 img {
  width: 419px;
}

#section5--bgd-img {
  position: relative;
  margin-top: -350px;
  z-index: -1;
}

/*End Section 5*/
.section5--3--wrapper {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  gap: 2vw;
  align-items: end;

  position: relative;
  margin-top: calc(100vh /3);
  grid-template-areas:
    'textBlock musicNoteBlock';
}

.section5--2--wrapper {
  margin: 0 5%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  //font-size: 26px;
  list-style: none;
  counter-reset: item;
  text-align: right;
  position: relative;
  grid-template-areas:
    'h4Block'
    'pBlock'
    'sliderBlock';

}

@media all and (min-width: 768px) {
  .section5--2--wrapper {
    width: 90%;
    margin: min(calc(100vh /3),245px) 5% 0;
    grid-template-columns: auto 25rem;
    grid-template-areas:
      'sliderBlock h4Block'
      'sliderBlock pBlock';
  }
}



#s52-heading{
  grid-area: h4Block;
  width: 25rem;
}

.section5--2--wrapper .section5-p-container{

}

.section5-p-container{
  margin-bottom: 10px;
  grid-area: pBlock;
  width: 25rem;

  align-self: start;
}
.section5--3 .section5-p-container{
width: 20rem;
}


#sliderimg2 {
  width: 365px;
  grid-area: sliderBlock;
}

/*slider animated*/
.section5--fslider--fullWrapper {
  position: relative;
  /*border: 1px solid green;*/
  height: 100%;
  max-width: 400px;
  width: 100%;
  grid-area: sliderBlock;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: start;
}

.section5--fslider--range-slider {
  display: flex;
  z-index: 5;
  width: 100%;
  position: absolute;
  align-items: center;
  top: 46%;

}

.section5--fslider--screw {
  position: relative;
  height: 9px;
  width: 9px;
  background: #dfdfdf;
  border-radius: 10px;
  box-shadow: inset -1px -1px #777, 1px 1px black;
}

.section5--fslider--screw:nth-child(2) {
  transform: rotateZ(-17deg);
}

.section5--fslider--screw::after {
  height: 60%;
  width: 10%;
  background: #4b4b4b;
  position: absolute;
  left: 45%;
  top: 20%;
  content: '';
}

.section5--fslider--screw::before {
  height: 10%;
  width: 60%;
  background: #4b4b4b;
  position: absolute;
  left: 20%;
  top: 45%;
  content: '';
}


.section5--fslider--outerbracket {
  width: 10px;
  height: 25px;
  z-index: -1;
  background: silver;
  position: relative;
  box-shadow: inset 0 0 2px #a6a6a6;
}

.section5--fslider--mountingbracket {
  width: 20px;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: grey;
  box-shadow: inset 0 0 1px black, 1px 1px 3px black;
}

.section5--fslider--mountingbracket::before {
  content: '';
  height: 100%;
  width: 1px;
  right: 0;
  bottom: 0;
  background: black;
  position: absolute;
}

.range__input {
  margin: 0;
  height: 14px;
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 400px;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  box-shadow: 0 0 5px black;
}

.sliding-scale-text{
  font-weight: 400;
  text-align: center;
  width: 100%;
  margin-top: .5em;
  font-size: .8rem;
}

.sliding-scale-text .max_interest,
.sliding-scale-text .interest_in_dollars{
background: linear-gradient(#88f4ff, #72c0ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.range__input:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}



.section5--fslider--range__wrapper {
  position: relative;
  z-index: 0;
  width: 30vw;
  height: 30vw;
  max-width: 254px;
  max-height: 254px;
  background-color: #f0f0f0;
  opacity: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  clip-path: url(#section5--fslider--maskRect1);
  -webkit-clip-path: url(#section5--fslider--maskRect1);
}

.section5--fslider--visual__range__slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 30vw;
  max-height: 254px;
}


/*end slider animated*/


.section5--3 {
  margin: 0 0 0 5vw;
  grid-area: textBlock;
  display: flex;
  flex-direction: column;
}

/*Animated Music Note*/
#music-note-svg {
  right: 0;
  top: -50%;
  width: 50vw;
  position: absolute;
  /*justify-self: end;
  align-self: center;*/

}

.removeFillandStroke {
  fill: white;
  stroke: white;
}

/*END Animated Music Note*/
#bottom-logo {
  width: 150px;
  display: block;
  position: relative;
  margin: 50px 0;
}

footer {
  padding: 20px;
  /*background: linear-gradient(#88F4FF, #72C0FF);*/
}

footer a {
  text-decoration: none;
  color: #fff;
  color: black;
}

.finishing-statement{
  margin: 1em;
font-weight: 700;
}

.copyright {
  color: #fff;
  color: black;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
}


iframe{
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
}

#submitButtonFooter {
  margin: 0 auto 0;
  position: relative;
}

.blinking-cursor {

  -webkit-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;

}


@-webkit-keyframes blink {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #666;
  }
}


@keyframes blink {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #666;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #666;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
}



.popup__Overlay {
  visibility: hidden;
opacity: 1;
transition: opacity 200ms ease 0s, visibility 0s linear 0s;
background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
position: fixed;
overflow: auto;
inset: 0px;
z-index: 10;
min-height: 100%;
width: 100%;
top: 0;
}


.noscroll{
  overflow: hidden;
}

.exitForm::before,
.exitForm::after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 14px;
  top: 8px;
  width: 2px;
  border-radius: 2px;
  background: -webkit-linear-gradient(#88F4FF, #72C0FF), linear-gradient(#88F4FF, #72C0FF);

}

.exitForm::before {
  transform: rotate(45deg);
}

.exitForm::after {
  transform: rotate(-45deg);
}

.exitForm {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  z-index: 1;
  cursor: pointer;
}


/*page loader*/
#loader-wrapper {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
}
#loader {
  display:block;
  position: relative;
  top:50%;
  left:50%;
  width:150px;
  height:150px;
  margin:-75px 0 0 -75px;
  border:3px solid transparent;
  border-top-color: #72C0FF;
  border-radius:100%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  z-index:1001;
}
#loader:before {
  content:"";
  position: absolute;
  top:5px;
  left:5px;
  right:5px;
  bottom:5px;
  border:3px solid transparent;
  border-top-color: #88F4FF;
  border-radius:100%;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
#loader:after {
  content:"";
  position: absolute;
  top:12px;
  left:12px;
  right:12px;
  bottom:12px;
  border:3px solid transparent;
  border-top-color: white;
  border-radius:100%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader-wrapper .loader-section {
  position:fixed;
  top:0;
  background: #333;
  background: -webkit-linear-gradient(#88F4FF, #72C0FF), linear-gradient(#88F4FF, #72C0FF);
  width:51%;
  height:100%;
  z-index:1000;
}

#loader-wrapper .loader-section.section-left {
  left:0
}
#loader-wrapper .loader-section.section-right {
  right:0;
}

/* Loaded Styles */
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  transform:translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
