@font-face {
  font-family: 'Calibri';
  src: url('/fonts/Calibri.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Calibri.woff') format('woff'),
  /* url('/fonts/Calibri.ttf')  format('truetype'),  */
  url('/fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('/fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Calibri-Bold.woff') format('woff'),
  /* url('/fonts/Calibri-Bold.ttf')  format('truetype'),  */
  url('/fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: 'CultivatedMind-GardenGrownCaps';
  src: url('/fonts/CultivatedMind-GardenGrownCaps.otf');
  font-weight: normal;
}
@font-face {
  font-family: 'CultivatedMind-GardenGrown';
  src: url('/fonts/CultivatedMind-GardenGrown.otf');
  font-weight: normal;
}
@font-face {
  font-family: 'Modak-Regular';
  src: url('/fonts/Modak-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Calibri-light';
  src: url('/fonts/Calibri_light.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Garden';
  src: url('/fonts/GardenGrownUS-CCaps.woff') format('woff');
  font-weight: normal;
}
#text{
    font-family: 'Calibri';
}
html, , div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, t, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}


.anims {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}


.loader {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
}

.wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: auto;
  background-color: #000;
}

.controls {

  bottom: 5%;
  right: 2%;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  z-index: 500;
  opacity: 0;


}

.finito {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2000;
  opacity: 0;
  transition-timing-function: ease-out;
  background-color: #fff;
}

.error {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
  color: #000;
  background-color: #fff;
}

.play {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 500;
  opacity: 0;
}

.rotate {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  background-color: #fff;
}

#lottie {
  height: 49%;
  width: auto;
}

#lottie2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}

#lottie3 {
  height: 49%;
  width: auto;
}

p {
  line-height: 1.5;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.8px;
}

#buttons {
  margin-top: auto;
}

.button {
  cursor: pointer; display: block; padding: 25px 20px; color: white; text-align: center; font-family: Calibri; font-size: 14pt;
}

.copied {
  background-color: #fff !important;
  outline: 5px solid #000;
  color: black !important;
  opacity: 0.5;
}

.button:hover {
  opacity: 0.5;
}

.icon {
  height: 20px;
  width: 30px;
  fill: #fff;
  margin-bottom: -3px;
}



#title {
  font-family: Calibri;
  font-size: 40pt;
  color: rgb(255,142,0);
  line-height: 1.3;
  margin: 30px 0;
}
#title_none{
  font-family: Calibri;
  font-size: 36pt;
  color: #EE801C;
  line-height: 1.3;
  margin: 30px 0;
  word-wrap: break-word;
}

#text {
  font-size: 15pt;
  line-height: 1.45;
  color: #000;
}

#cMobile {
  display: none;
}

#noname {
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3000;
  opacity: 0;
  box-sizing: border-box;
  /* background-color: #004B6E; */
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

#noname .box {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  height: auto;
  margin: auto;
  position: relative;
}

#noname .box p {
  box-sizing: border-box;
  font-size: 30px;
  font-family: Calibri;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 80px;
}

#noname .box input {
  box-sizing: border-box;
  display: block;
  margin: 10px 0;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  font-family: Calibri;
}

#noname .box #nnname  {
  display: inline;
  width: 79%;
}

#noname .box #nnnumber  {
  display: inline;
  width: 20%;
  height: 43px;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  font-family: Calibri;
  background-color: #fff;
  -webkit-appearance: none;

}

#noname .box #nnnumber:invalid {
  color: gray;
}

#noname .box #nnbutton  {
  width: 200px;
  right: 0;
  position: absolute;
  background: none;
  border: solid 1px #fff;
  margin-top: 20px;
  color: #fff;
}

#noname .box #nnbutton:hover {
  background: #fff;
  color: #004B6E;
  cursor: pointer;
}

#noname .box #nnbutton:disabled {
  opacity: 0.25;
}

#noname #nnlogo {
  position: absolute;
  bottom: 50px;
  width: 200px;
  height: auto;
  opacity: 0.25;
}


@media only screen and (max-width: 1000px) {

  .finito {
    height: auto;
    flex-direction: column;
  }

  #finText {
    margin-top: 40px;
    padding: 0;
    max-width: 90%;
  }

  #title {
    font-size: 30px;
    line-height: 1;
    margin: 15px 0;
  }

  #c {
    display: none;
  }

  #cMobile {
    display: block;
  }

  #buttons {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .button {
    font-size: 12pt;
  }
}

@media only screen and (orientation:portrait) {
  .rotate {
    opacity: 1;
  }
}

@media only screen and (max-width: 500px) {

  #noname .box input {
    text-align: center;
  }

  #noname .box #nnname  {
    display: block;
    width: 100%;
  }

  #noname .box #nnnumber  {
    display: block;
    width: 100%;
  }

  #noname .box #nnbutton  {
    margin-top: 40px;
    width: 100%;
    position: relative;
  }

  #noname #nnlogo {
    bottom: 20px;
    width: 150px;
  }
}


#pic{
  background-color: #739CB4;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.back_pic{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top:  0;
}
#text{
  /* background-color: #004B6E; */

}
.tree{
  height: 280px;
  width: auto;
  position: absolute;
  bottom: 0;
}
.tree.first{
  left: 0;
}
.tree.second{
  left: 10%;
}
.tree.third{
  right: 17%;
}
.tree.fourth{
  right: 5%;
}
.tree svg{
  height: 100%;
}
.orange .fil0{
  fill: #EE801C;
}
.yellow .fil0{
  fill: #F5CA1F;
}
.str0 {stroke:white;stroke-width:1.64;stroke-linecap:round;stroke-miterlimit:22.9256}
.fil1 {fill:none}
.text_cont{
  background-color: #004B6E;
}
.text_cont #finText{
  margin: 0 auto;
}
.flow{
      background-color: #5C88A0;
      left: 0;
      height: 1500px;
      position: absolute;
      width: 100%;
      bottom: -1500px;
}
#show_card{
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s linear;
  opacity: 0;
}
.wrap_cl{
  overflow: hidden;
  display: block;
  background-color: #fff;

}
.app_card{
  display: none;
}
.cake{
  width: 400px;
      position: absolute;
      left: calc(50% - 200px);
      bottom: -30px;
}
.moose{
  width: 220px;
    position: absolute;
    left: 25%;
    bottom: -25px;
}
.fox{
  width: 200px;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.bear{
  width: 220px;
    position: absolute;
    right: 20%;
    bottom: -33%;
    z-index: 1;
}

.bird{
    width: 125px;
    position: absolute;
}
.bird.second{
  top: -120px;
  left: 10px;
}
.bird.first{
  left: 3px;
bottom: 273px;
}

.grid-x.text_cont{
  padding-top: 15%;
}
#text{
  /* color: #fff; */
}
#main-name{
  color: #EF801F;
      font-size: 46px;
      position: absolute;
      text-transform: uppercase;
      width: 260px;
      left: calc(50% - 130px);
      text-align: center;
      bottom: 20px;
      font-family: 'Garden';
}
#main-age{
  display: inline-block;
  top: -105px;
  text-align: center;
  left: calc(50% - 100px);
  width: 200px;
  position: absolute;
  letter-spacing: 10px;
  font-size: 110px;
  color: #EE801C;
  font-family: 'Modak-Regular';
  text-shadow: 2px 2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px 0px 0 #FFFFFF, 0px 2px 0 #FFFFFF, -2px 0px 0 #FFFFFF, 0px -2px 0 #FFFFFF;
}
.copy_link{
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 50px;
  font-size: 18px;
  margin: 40px 0;
  transition: all 0.2s linear;
}
.footer_logo{
  bottom: 50px;
  width: 160px;
  height: auto;
  opacity: 0.25;
  margin: 0 auto;
  margin-bottom: 55px;
}
.footer_logo img{
  width: 100%;
  height: auto;
}
.age_num{
  position: relative;
}
.age_num::before{
  content: '';
  display: block;
  width: 4px;
  height: 35px;
  position: absolute;
  left: calc(50% - 6px);
  top: 112px;
  background-color: #004A6D;
  z-index: 1;
}
#text_none{
  color: #fff;
  font-size: 20px;
  font-family: 'Calibri';
  padding-top: 30px;
}
.obj_back{
  height: 630px;
  position: relative;
  overflow: hidden;
}
.flag{
  position: absolute;
}
.left_flag{
  left: -10%;
top: -5%;
width: 71%;
}
.right_flag{
  right: -10%;
top: -5%;
width: 71%;
}
.center_flag{
    top: 92%;
    z-index: 1;
    left: -5%;
    width: 110%;
    transform: rotate(7deg);
}
.mobile-bot{
  display: none;
}



.pos_fix_bottom{
  width: 100%;
  height: 50%;
  background-color: #004B6E;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pos_fix_bottom_end{
  width: 100%;
  height: 50%;
  background-color: #004B6E;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.pos_fix_top{
  width: 100%;
  height: 50%;
  background-color: #739CB4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.respel{
  margin-left: 0!important;
  width: 100% !important;
}
@media(max-width: 768px){
  #nnname{
    text-align: center;
  }
  #finText{
    max-height: 100% !important;
  }
  .respel{
    margin-left: 0!important;
    margin-bottom: 40px;
    width: 100% !important;
  }
  input[type=text], input[type=submit], textarea{
	-webkit-appearance: none;
}
  #noname .box #nnname{
    width: 100%;
  }
  #nnnumber {
  padding-left: calc(50% - 1em) !important;
  width: 100% !important;
}
#nnbutton{
  width: 100%;
}
  #noname .box #nnnumber{
    text-align: center;
  }
  #noname .box #nnnumber option{
    text-align: center;
  }
  .cake{
    width: 230px;
    left: calc(50% - 115px);
    bottom: -18px;
  }
  .tree.yellow.fourth,
  .tree.orange.first{
    display: none !important;
  }
  #main-age{
    font-size: 70px;
    top: -75px;
  }
  .tree{
    width: 20%;
    height: auto;
  }
  .tree.second {
    left: -2%;
  }
  .tree.third {
      right: -2%;
  }
  .age_num::before {
    height: 23px;
    top: 73px;
  }
  .obj_back{
    height: 500px;
  }
  .back_pic {
    top: auto;
    bottom: 0;
    width: 130%;
  }
  .bird{
    width: 100px;
  }
  .bird.second{
    top: -96px;
    left: -11px;
  }
  .tree svg{
    height: auto;
  }
  .bird.first{
    top: -91px;
    left: -9px;
  }
  .copy_link{
    width: 100%;
  }
  #buttons{
    margin-bottom: 0;
    margin-top: 180px;
  }
  .fox{
    position: relative;
    width: 190px;
    left: 10px;
    bottom: 00px;
    padding-top: 0px;
  }
  .mobile-bot.flag{
    display: block;
    position: absolute;
  }
  .right_flag.flag{
    display: none;
  }
  .left_flag {
    left: -10%;
    top: 15%;
    width: 200%;
    transform: rotate(10deg);
}


.tree{
  bottom: -3px;
}
.center_flag{
  width: 300%;
  left: -50px;
  top: 104%;
}
.foxing{
  width: 300%;
  left: -150px;
  top: 104%;
}
.wrap_flag{
  display: block;
  transform: rotate(7deg);
  z-index: 5;
  position: relative;
}
.wrap_flag_center{
  display: block;
  transform: rotate(-7deg);
  z-index: 5;
  position: relative;
}
.wrap_flag_bottom{
  display: block;
  transform: rotate(7deg);
  z-index: 5;
  position: relative;
}
.centered_f{
  width: 380%;
  right: -170px;
  z-index: 1;
}
.grid-x.text_cont{
  padding-top: 200px;
}
.bear {
    width: 143px;
    position: absolute;
    right: 12px;
    bottom: -150px;
}
.moose{
  left: -5px;
  width: 130px;
  bottom: -85px;
}
#main-name {
    font-size: 36px;
    width: 200px;
    left: calc(50% - 100px);
    bottom: 13px;
}
}

#text_none{
  font-family: 'Calibri-light';
}
.audio_controls{
  z-index: 999;
  position: fixed;
  right: 10px;
  height: 80px;
  bottom: 10px;
  width: 80px;
}
.audio_controls svg path{
  fill: #fff;
}
.aud_on{
  z-index: 9999;
  position: fixed;
  right: 10px;
  height: 60px;
  bottom: 10px;
  width: 60px;
  border-radius: 50%;
  background-color: #EE801C;
  transition: all 0.3s linear;
}
.aud_off{
  z-index: 9999;
  position: fixed;
  right: 10px;
  height: 60px;
  bottom: 10px;
  width: 60px;
  border-radius: 50%;
  background-color: #EE801C;
  transition: all 0.3s linear;
}
.aud_on:hover{
  cursor: pointer;
}
.aud_off:hover{
  cursor: pointer;
}
.btn_control{
  transition: all 0.3s linear;
  opacity: 0;
}
.btn_control.show{
  opacity: 1;
  z-index: 99999999;
}
.orange .str0{
  stroke-width: 1px;
}
#text_none br{
  display: none;
}

#finText {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  box-sizing: border-box;
  padding: 0 40px;
  height: 100%;
  max-height: 770px;
  width: 100%;
  max-width: 600px;
  padding-bottom: 20px;
  position: relative;
}
@media(min-width: 769px){
  #main-name{
    bottom: 35px;
  }
  #text_none{
    padding-bottom: 110px;
  }
  .wrap_flag{
    transform: rotate(8deg);
    display: block;
    top: -46px;
    z-index: 10;
    position: relative;
  }
  .grid-x.text_cont {
    padding-top: 100px;
}
}

#loader_wh{
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s linear;
}
#loader_wh.show{
  opacity: 1;
  z-index: 9999;
    height: 150%;
}
#loader_wh.hide{
z-index: -2;
opacity: 0;
}

@media (min-width: 769px ) and (max-width: 1200px) {
  .back_pic{
    top: 190px;
  }
}

@media (min-width: 769px ) and (max-width: 1400px) {
  .bear{
        right: -2%;
  }

}
@media (min-width: 769px ) and (max-width: 1100px) {
  .tree.fourth,
  .tree.first{
    display: none !important;
  }
  .tree.second {
    left: 5%;
}
.moose{
  left: 10%;
}
}




.logoLink{
  display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_arr{
  transition: all .3s linear;
  z-index: 100;
}
.wrap_arr:hover{
  cursor: pointer;
}
.wrap_arr.setScroll{
  opacity: 0;

}
