body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    color: #3e4754;
    background-color: #fff;
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}
header, footer, nav, .content {
    padding: 0 1rem;
}
header {
    padding: 1.5rem 1rem 2rem;
    background-color: #fff;
    border-bottom: 2px solid #40a5cc;
    height: auto;
}
.fixed {
  width: 100%;
  position: fixed;
  z-index: 2;
}
nav {
    background-color:#40a5cc;
    background: rgba(73,155,234,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(64,165,204,1)));
    background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
    background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(73,155,234,1)), to(rgba(64,165,204,1)));
    background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#40a5cc', GradientType=1 );
    color: #fff;
}
nav h1 {
    margin: 0;
    color: #fff;
    font-size: 1.7rem;
    padding: 0.8rem 0;
    text-align: center;
    font-weight: 100;
}
nav p {
    margin: 0;
    color: #fff;
    font-size: 1.7rem;
    padding: 0.8rem 0;
    text-align: center;
    font-weight: 100;
}
footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
    margin: 0 auto;
}
footer ul li a {
    display: block;
    padding: 1rem 0.5rem;
    text-decoration: none;
    color: #fff;
    position: relative;
}
footer ul li a {
  cursor: pointer;
}
footer .top li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
footer .top li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  cursor: pointer;
}
h1, h2, h3, p {
    line-height: 1.4;
}
h3{
    font-weight: 200;
    text-align: center;
    font-size: 1.3rem;
    margin: 2rem 0 0.5rem;
}
h1 {
    font-size: 3rem;
    font-weight: 300;
    padding-bottom: 1rem;
}
h2 {
    font-size: 1.875rem;
    font-weight: 400;
}
footer {
    padding: 2rem 1rem 2rem;
    background-color:#40a5cc;
    background: rgba(73,155,234,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(64,165,204,1)));
    background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
    background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(73,155,234,1)), to(rgba(64,165,204,1)));
    background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#40a5cc', GradientType=1 );
    color: #fff;
    height: 117px;
    border-top: 1px solid #1f96dc;
    /*z-index: -1;*/
    position: relative;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
}
footer .wrapper .top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-flex; /* Safari */
  -webkit-justify-content: space-around; /* Safari 6.1+ */
}
footer .wrapper .bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social {
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 10px;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.social:hover {
  opacity: 1;
}
.twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M24,4.6c-0.9,0.4-1.8,0.7-2.8,0.8c1-0.6,1.8-1.6,2.2-2.7c-1,0.6-2,1-3.1,1.2c-0.9-1-2.2-1.6-3.6-1.6 c-3.2,0-5.5,3-4.8,6C7.7,8.1,4.1,6.1,1.7,3.1C0.4,5.4,1,8.3,3.2,9.7C2.4,9.7,1.6,9.5,1,9.1c-0.1,2.3,1.6,4.4,3.9,4.9 c-0.7,0.2-1.5,0.2-2.2,0.1c0.6,2,2.4,3.4,4.6,3.4c-2.1,1.6-4.7,2.3-7.3,2c2.2,1.4,4.8,2.2,7.5,2.2c9.1,0,14.3-7.7,14-14.6 C22.5,6.4,23.3,5.5,24,4.6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M9,8H6v4h3v12h5V12h3.6L18,8h-4V6.3c0-1,0.2-1.3,1.1-1.3H18V0h-3.8C10.6,0,9,1.6,9,4.6V8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M12,2.2c3.2,0,3.6,0,4.9,0.1c3.3,0.1,4.8,1.7,4.9,4.9c0.1,1.3,0.1,1.6,0.1,4.8c0,3.2,0,3.6-0.1,4.8 c-0.1,3.2-1.7,4.8-4.9,4.9c-1.3,0.1-1.6,0.1-4.9,0.1c-3.2,0-3.6,0-4.8-0.1c-3.3-0.1-4.8-1.7-4.9-4.9c-0.1-1.3-0.1-1.6-0.1-4.8 c0-3.2,0-3.6,0.1-4.8c0.1-3.2,1.7-4.8,4.9-4.9C8.4,2.2,8.8,2.2,12,2.2z M12,0C8.7,0,8.3,0,7.1,0.1c-4.4,0.2-6.8,2.6-7,7 C0,8.3,0,8.7,0,12s0,3.7,0.1,4.9c0.2,4.4,2.6,6.8,7,7C8.3,24,8.7,24,12,24s3.7,0,4.9-0.1c4.4-0.2,6.8-2.6,7-7C24,15.7,24,15.3,24,12 s0-3.7-0.1-4.9c-0.2-4.4-2.6-6.8-7-7C15.7,0,15.3,0,12,0z M12,5.8c-3.4,0-6.2,2.8-6.2,6.2s2.8,6.2,6.2,6.2s6.2-2.8,6.2-6.2 C18.2,8.6,15.4,5.8,12,5.8z M12,16c-2.2,0-4-1.8-4-4c0-2.2,1.8-4,4-4s4,1.8,4,4C16,14.2,14.2,16,12,16z M18.4,4.2 c-0.8,0-1.4,0.6-1.4,1.4S17.6,7,18.4,7c0.8,0,1.4-0.6,1.4-1.4S19.2,4.2,18.4,4.2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.google{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 207 221.3' style='enable-background:new 0 0 207 221.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3,213.6c-1-6.5-2.8-13-2.8-19.4c-0.2-55.5-0.2-110.9,0-166.4c0-6.3,1.9-12.6,2.9-19.1 c34.9,34.9,69,69,102.6,102.6c-33.2,33.5-67.1,67.8-101.1,102C4.1,213.4,3.5,213.5,3,213.6z'/%3E%3Cpath class='st0' d='M18.4,221.3c33.4-33.2,66.5-66.2,99.4-99c10.4,10.3,21.4,21.1,33,32.5c-3,1.7-5.8,3.3-8.6,4.8 c-33.8,18.3-67.5,36.6-101.3,54.8C33.9,218.2,26.8,221.3,18.4,221.3z'/%3E%3Cpath class='st0' d='M19.1,0C25.8,2.3,32.9,3.9,39,7.2c36.8,19.6,73.4,39.6,110.1,59.4c0.4,0.2,0.7,0.6,0.8,0.7 c-11.1,11-22.2,21.9-32.7,32.3C84.9,67.3,51.8,34.3,18.7,1.4C18.9,0.9,19,0.5,19.1,0z'/%3E%3Cpath class='st0' d='M127.9,110.7c11.9-11.7,24-23.6,37.1-36.5c10.8,6.7,22.9,13.1,33.6,21.4c10.9,8.5,10.9,20.2,1.6,29.9 c-2.9,3-6.4,5.3-9.7,7.7c-1.6,1.2-3.4,2.1-5.2,3c-7,3.8-14,7.6-20.7,11.3C152.3,135.3,140.3,123.1,127.9,110.7z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.telegram {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 18' style='enable-background:new 0 0 20 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M18.3,0c-0.3,0-0.6,0.1-0.8,0.2c-0.2,0.1-1,0.4-2.2,0.9S12.4,2.3,10.7,3C7.2,4.5,3.3,6.2,1.3,7 C1.2,7,1,7.1,0.7,7.3C0.3,7.6,0,8.1,0,8.7c0,0.5,0.2,0.9,0.5,1.2s0.5,0.4,0.8,0.5v0c0.8,0.3,3.1,1.2,3.7,1.5c0.2,0.6,1,3.1,1.2,3.7 h0c0.1,0.4,0.3,0.7,0.5,1c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0,0.1,0.1,0.2,0.1c0,0,0,0,0,0l0,0c0,0,0,0,0.1,0c0,0,0,0,0.1,0 C7.5,17,7.6,17,7.7,17c0.5,0,0.9-0.3,0.9-0.3l0,0l2.3-2l2.9,2.7c0.1,0.1,0.5,0.6,1.4,0.6c0.6,0,1-0.3,1.3-0.6c0.3-0.3,0.5-0.6,0.5-1 l0,0c0.1-0.3,2.8-14.2,2.8-14.2l0,0c0.1-0.4,0.1-0.8,0-1.1s-0.4-0.7-0.7-0.9S18.6,0,18.3,0z M17.9,2.2c-0.1,0.5-2.6,12.9-2.7,13.7 L11,12.1l-2.8,2.4l0.8-3c0,0,5.4-5.4,5.7-5.7C14.9,5.4,15,5.3,15,5.2C15,5.1,14.9,5,14.8,5c-0.1,0-0.3,0.1-0.4,0.2 C13.3,5.9,8.4,8.7,6,10C5.9,10,3.7,9.1,2.5,8.7c2.1-0.9,5.6-2.4,8.9-3.8c1.7-0.7,3.4-1.4,4.6-1.9C17.1,2.5,17.6,2.3,17.9,2.2z M15.1,16L15.1,16C15.2,16,15.1,16,15.1,16C15.1,16,15.1,16,15.1,16z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 31rem;
    height: auto;
    text-align: center;
}
.content .wrapper {
    padding: 2rem 0;
    min-height: 60vh;
}
.flex-container {
    padding: 1rem 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
}
.flex-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 13%;
    background-color: #fff;
    padding: 1rem;
    margin: 1rem 0 0;
    color: #888;
    text-decoration: none;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}
.flex-item:hover {
    border: 1px solid #40a5cc;
}
.skrill {
    width: 20%;
    background-color: #862165;
    display: inherit;
}
.skrill:hover {
    border: 1px solid #862165;
}
.skrill img{
    margin: 0 auto;
    width: 8rem;
    height: 100%;
    vertical-align: middle;
}
.paypal {
    width: 20%;
    display: inherit;
    border: 1px solid #40a5cc;
}
.paypal:hover {
    border: 1px solid #fff;
}
.paypal img{
    margin: 0 auto;
    width: 10rem;
    height: 100%;
    vertical-align: middle;
}
.neteller {
    width: 20%;
    background-color: #83ba3b;
    display: inherit;
}
.neteller:hover {
    border: 1px solid #83ba3b;
}
.neteller img{
    margin: 0 auto;
    width: 10rem;
    height: 100%;
    vertical-align: middle;
}
.smile {
    display: block;
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
    padding-bottom: 1rem;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.smile:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.smile-popup {
    display: block;
    margin: 0 auto;
    width: 13rem;
    padding-bottom: 1rem;
    height: 13rem;
    padding: 1rem;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(194, 234, 249, 0.8);
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: auto;
  top: 50%;
  top: 50vh;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 2px;
  width: 30rem;
  height: auto;
  position: relative;
  border: 1px solid #40a5cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.title {
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
}
.popup-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #40a5cc;
  padding: 1rem 0;
}
.popup-btn a {
  width: auto;
  padding: 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.popup-btn-pm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #40a5cc;
  padding: 1rem 0;
}
.popup-btn-pm a {
  width: auto;
  padding: 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.popup-pm a{
  text-decoration: none;
  color: #40a5cc;
  font-size: 1.2rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.popup-pm a:hover {
  color: #0c77a0;
}
.btn-close {
  color: #d36c6c;
}
.btn-close:hover {
  color: #9c2828;
}
.btn-download {
  color: #40a5cc;
}
.btn-download:hover {
  color: #1d799c;
}
.popup-pm {
  color: #888;
}
.container {
width: 100%;
padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.search {
  width: 100%;
}

.search label {
  background-repeat: no-repeat;
  background-size: contain;
  color: #40a4cc;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  -webkit-transition: left 0.4s, -webkit-transform 0.4s;
  transition: left 0.4s, -webkit-transform 0.4s;
  -o-transition: left 0.4s, transform 0.4s;
  transition: left 0.4s, transform 0.4s;
  transition: left 0.4s, transform 0.4s, -webkit-transform 0.4s;
  padding-left: 2em;
  cursor: auto;
}

.search .input-search {
  border-top: 1px solid #40a5cc;
  border-bottom: 1px solid #40a5cc;
  display: block;
  font-size: 1.2rem;
  font-weight: 200;
  padding: 0.5em 0;
  width: 100%;
  text-align: center;
  background-image: url(img/search.svg);
  background-repeat: no-repeat;
  background-size: 1.7rem;
  background-position: center;
  margin: 0;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
}

.search .input-search:focus {
  background-image: none;
}
.search .input-search:active {
  background-image: none;
}
.search .input-search:valid {
  background-image: none;
}
.page {
    background-color:#40a5cc;
    background: rgba(73,155,234,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(64,165,204,1)));
    background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
    background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(73,155,234,1)), to(rgba(64,165,204,1)));
    background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#40a5cc', GradientType=1 );
    color: #fff;
    text-align: center;
    min-height: calc(100vh - 339px);
}
.page p {
    margin: 0;
    color: #fff;
    font-size: 1.7rem;
    padding: 0.8rem 0;
    text-align: center;
    font-weight: 100;
}
.mail, .web, {
    color: #dafdc0;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 1.8;
}
.paragraph {
  display: block;
  color: #fff;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 2rem;
}

.web a, .mail a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #c7ffbf;
  text-decoration: none;
  font-weight: 100;
}
.web a:hover {
  color: #fff;
}
.mail a:hover {
  color: #fff;
}
.white {
  color: #fff;
  font-weight: 100;
}

#top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #8c5dd2;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s;
    transition: background-color 0.4s, -webkit-box-shadow 0.4s;
    -o-transition: background-color 0.4s, box-shadow 0.4s;
    transition: background-color 0.4s, box-shadow 0.4s;
    transition: background-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
    -webkit-transition: background-color 0.4s, box-shadow 0.4s;
    background-image: url(img/ic_top.svg);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
}

#top:hover {
    background-color: #794abf;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4);
}
.qrcode {
    width: 200px;
    height: 200px;
	margin-bottom: 30px;
}


/* Menu */

    a,
    a:visited,
    a:hover,
    a:active {
      text-decoration: none;
    }

    .outer-menu {
      top: 10vh;
      left: 0;
      z-index: 1;
    }
    .outer-menu .checkbox-toggle {
      position: absolute;
      top: 10px;
      left: 22px;
      z-index: 2;
      cursor: pointer;
      width: 40px;
      height: 60px;
      opacity: 0;
    }
    .outer-menu .checkbox-toggle:checked + .hamburger > div {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #fff;
    }
    .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
    .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
      top: 0;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
      top: 0;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    .outer-menu .checkbox-toggle:checked ~ .menu {
      pointer-events: auto;
      visibility: visible;
    }
    .outer-menu .checkbox-toggle:checked ~ .menu > div {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition-duration: 0.4s;
           -o-transition-duration: 0.4s;
              transition-duration: 0.4s;
    }
    .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
      opacity: 1;
      -webkit-transition: opacity 0.4s ease 0.4s;
      -o-transition: opacity 0.4s ease 0.4s;
      transition: opacity 0.4s ease 0.4s;
    }

    .outer-menu .hamburger {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 40px;
      height: 60px;
      padding: 10px 25px;
      cursor: pointer;
      -webkit-transition: -webkit-box-shadow 0s ease;
      transition: -webkit-box-shadow 0s ease;
      -o-transition: box-shadow 0s ease;
      transition: box-shadow 0s ease;
      transition: box-shadow 0s ease, -webkit-box-shadow 0s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-sizing: unset;
              box-sizing: unset;

    }
    .outer-menu .hamburger > div {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%;
      height: 4px;
      background: rgba(73,155,234,1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .outer-menu .hamburger > div:before,
    .outer-menu .hamburger > div:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: -10px;
      left: 0;
      width: 100%;
      height: 4px;
      background: inherit;
    }
    .outer-menu .hamburger > div:after {
      top: 10px;
    }
    .outer-menu .menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      visibility: hidden;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      outline: 1px solid transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .outer-menu .menu > div {
      width: 200vw;
      height: 200vw;
      color: #fefefe;
      background-color:#40a5cc;
      background: rgba(73,155,234,1);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(64,165,204,1)));
      background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
      background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(73,155,234,1)), to(rgba(64,165,204,1)));
      background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(64,165,204,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#40a5cc', GradientType=1 );
      opacity: 0.95;
      border-radius: 50%;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .outer-menu .menu > div > div {
      text-align: center;
      max-width: 90vw;
      max-height: 100vh;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      overflow-y: auto;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .outer-menu .menu > div > div > ul {
      list-style: none;
      padding: 0 1em;
      margin: 0;
      display: block;
      max-height: 100vh;
      color: #fff;
    }
    .outer-menu .menu > div > div > ul > li {
      padding: 0;
      margin: 2rem 0.5rem;
      font-size: 24px;
    }
    .outer-menu .menu > div > div > ul > li > a {
      position: relative;
      display: inline-block;
      cursor: pointer;
      -webkit-transition: opacity 0.15s ease;
      -o-transition: opacity 0.15s ease;
      transition: opacity 0.15s ease;
    }
    .line {
      display: inline-block;
    }
    .line a {
      width: 30px;
      height: 30px;
    }
    .outer-menu .menu > div > div > ul > li > a:hover {
      opacity: 1;
    }
    .wrapper-overlay .items li .link{
      padding-bottom: 0.5rem;
      color: #fff;
    }
    .wrapper-overlay .items li .link:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #fff;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }
    .wrapper-overlay .items li .link:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
      cursor: pointer;
    }

/* 
Styles for Animation page
*/
    .animations {
      -webkit-box-sizing: border-box;
              box-sizing: border-box
    }
    .animations,
    .layout {
      height: 100%;
      margin: 0
    }
    .layout .outer-menu {
      top: 10px;
      z-index: 2;
      position: fixed;
    }

    .list {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .list__items {
      height: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      list-style: none;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-scroll-snap-type: mandatory;
          -ms-scroll-snap-type: mandatory;
              scroll-snap-type: mandatory;
      /* older spec implementation */
      -webkit-scroll-snap-points-y: repeat(100%);
          -ms-scroll-snap-points-y: repeat(100%);
              scroll-snap-points-y: repeat(100%);
      -webkit-scroll-snap-destination: 100% 0%;
          -ms-scroll-snap-destination: 100% 0%;
              scroll-snap-destination: 100% 0%;
    }

    .list__items li {
      color: #392a2c;
      height: 100vh;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 50px
    }
    .item_odd {
        background: #fff;
    }
    .item_even {
        background: #40a0db;
    }

/* Car animation */
.car {
  width: 30vw;
  height: 30vw;
  min-width: 280px;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b0dbfc;
  border: 5px solid #b0dbfc;
  margin-top: 150px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1374.496px' height='237.018px' viewBox='0 0 1374.496 237.018' enable-background='new 0 0 1374.496 237.018' xml:space='preserve'%3E%3Crect y='0.093' fill='%23A6F2FF' width='1374.496' height='109.756'/%3E%3Crect y='137.641' fill='%239B9B9B' width='1374.496' height='99.377'/%3E%3Crect y='135.576' fill='%23BBBBBC' width='1374.496' height='32.896'/%3E%3Crect y='104.673' fill='%23A7BC2E' width='1374.496' height='31.804'/%3E%3Crect x='384.667' y='81.016' fill='%23704A30' width='12' height='63'/%3E%3Crect y='157.465' fill='%23FFFFFF' width='1374.496' height='12.412'/%3E%3Crect x='1047.667' y='63.658' fill='%23704A30' width='11.631' height='79.854'/%3E%3Cg%3E%3Crect x='294.1' y='63.105' fill='%23704A30' width='11.631' height='80.661'/%3E%3Cellipse fill='%23A7BC77' cx='299.915' cy='61.169' rx='43.277' ry='55.653'/%3E%3C/g%3E%3Cg%3E%3Crect x='659.406' y='0.093' fill='%23F99F55' width='150.046' height='144.92'/%3E%3Cg%3E%3Crect x='703.996' y='9.97' fill='%23EF8637' width='13.791' height='6.731'/%3E%3Crect x='710.892' y='2.254' fill='%23EF8637' width='13.789' height='6.729'/%3E%3C/g%3E%3Cg%3E%3Crect x='783.883' y='10.261' fill='%23EF8637' width='13.193' height='6.44'/%3E%3Crect x='776.343' y='2.879' fill='%23EF8637' width='13.195' height='6.438'/%3E%3C/g%3E%3Cg%3E%3Crect x='703.66' y='64.872' fill='%23EF8637' width='13.422' height='6.552'/%3E%3Crect x='710.37' y='57.362' fill='%23EF8637' width='13.424' height='6.557'/%3E%3Crect x='695.99' y='57.362' fill='%23EF8637' width='13.422' height='6.557'/%3E%3C/g%3E%3Crect x='659.406' y='73.42' fill='%23989CB7' width='150.046' height='71.593'/%3E%3Crect x='791.307' y='42.597' fill='%23EF8637' width='13.789' height='6.731'/%3E%3Crect x='669.097' y='2.733' fill='%23EF8637' width='13.791' height='6.731'/%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Crect x='674.992' y='15.8' fill='%234E4F56' width='24.144' height='40.239'/%3E%3Crect x='674.12' y='37.185' fill='%23F0F0F2' width='25.888' height='2.313'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M673.717,57.314h26.694V14.525h-26.694V57.314L673.717,57.314z M676.268,17.076h21.599v37.688h-21.599 V17.076z'/%3E%3C/g%3E%3Crect x='672.782' y='13.491' fill='%23F0F0F2' width='28.563' height='2.31'/%3E%3Crect x='670.657' y='57.362' fill='%23F0F0F2' width='32.813' height='4.021'/%3E%3C/g%3E%3Cg%3E%3Crect x='722.358' y='15.8' fill='%234E4F56' width='24.143' height='40.239'/%3E%3Crect x='721.486' y='37.185' fill='%23F0F0F2' width='25.887' height='2.313'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M721.083,57.314h26.693V14.525h-26.693V57.314z M723.633,17.076h21.593v37.688h-21.593V17.076z'/%3E%3C/g%3E%3Crect x='720.146' y='13.491' fill='%23F0F0F2' width='28.563' height='2.31'/%3E%3Crect x='718.021' y='57.362' fill='%23F0F0F2' width='32.813' height='4.021'/%3E%3C/g%3E%3Cg%3E%3Crect x='769.723' y='15.8' fill='%234E4F56' width='24.146' height='40.239'/%3E%3Crect x='768.851' y='37.185' fill='%23F0F0F2' width='25.892' height='2.313'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M768.449,57.314h26.688V14.525h-26.688V57.314z M770.998,17.076h21.593v37.688h-21.593V17.076z'/%3E%3C/g%3E%3Crect x='767.512' y='13.491' fill='%23F0F0F2' width='28.564' height='2.31'/%3E%3Crect x='765.386' y='57.362' fill='%23F0F0F2' width='32.815' height='4.021'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='666.392' y='86.684' fill='%234E4F56' width='45.525' height='44.523'/%3E%3Cpath fill='%23C6CADB' d='M664.971,132.627h48.368V85.263h-48.368V132.627z M701.373,88.104h9.125v9.788h-9.125V88.104z M701.373,99.156h9.125v9.43h-9.125V99.156z M701.373,109.85h9.125v9.52h-9.125V109.85z M701.373,120.628h9.125v9.157h-9.125 V120.628z M690.059,88.104h10.058v9.788h-10.058V88.104L690.059,88.104z M690.059,99.156h10.058v9.43h-10.058V99.156 L690.059,99.156z M690.059,109.85h10.058v9.52h-10.058V109.85L690.059,109.85z M690.059,120.628h10.058v9.157h-10.058V120.628 L690.059,120.628z M678.743,88.104h10.052v9.788h-10.052V88.104z M678.743,99.156h10.052v9.43h-10.052V99.156z M678.743,109.85 h10.052v9.52h-10.052V109.85z M678.743,120.628h10.052v9.157h-10.052V120.628z M667.813,88.104h9.666v9.788h-9.666V88.104z M667.813,99.156h9.666v9.43h-9.666V99.156z M667.813,109.85h9.666v9.52h-9.666V109.85z M667.813,120.628h9.666v9.157h-9.666 V120.628z'/%3E%3Crect x='663.261' y='82.894' fill='%23F0F0F2' width='51.787' height='2.369'/%3E%3C/g%3E%3Cg%3E%3Crect x='756.386' y='86.684' fill='%234E4F56' width='45.524' height='44.523'/%3E%3Cpath fill='%23C6CADB' d='M754.965,132.627h48.369V85.263h-48.369V132.627z M791.367,88.104h9.125v9.788h-9.125V88.104z M791.367,99.156h9.125v9.43h-9.125V99.156z M791.367,109.85h9.125v9.52h-9.125V109.85z M791.367,120.628h9.125v9.157h-9.125 V120.628z M780.053,88.104h10.053v9.788h-10.053V88.104z M780.053,99.156h10.053v9.43h-10.053V99.156z M780.053,109.85h10.053 v9.52h-10.053V109.85z M780.053,120.628h10.053v9.157h-10.053V120.628z M768.737,88.104h10.052v9.788h-10.052V88.104z M768.737,99.156h10.052v9.43h-10.052V99.156z M768.737,109.85h10.052v9.52h-10.052V109.85z M768.737,120.628h10.052v9.157 h-10.052V120.628z M757.808,88.104h9.667v9.788h-9.667V88.104L757.808,88.104z M757.808,99.156h9.667v9.43h-9.667V99.156 L757.808,99.156z M757.808,109.85h9.667v9.52h-9.667V109.85L757.808,109.85z M757.808,120.628h9.667v9.157h-9.667V120.628 L757.808,120.628z'/%3E%3Crect x='753.256' y='82.894' fill='%23F0F0F2' width='51.787' height='2.369'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23F0F0F2' d='M719.145,144.785h31.32V82.42h-31.32V144.785z M721.987,85.262h25.638v58.332h-25.638V85.262z'/%3E%3C/g%3E%3Crect x='720.566' y='83.841' fill='%23C6CADB' width='28.479' height='61.173'/%3E%3Crect x='722.734' y='86.684' fill='%234E4F56' width='24.144' height='34.104'/%3E%3Crect x='722.802' y='123.945' opacity='0.6' fill='%23F0F0F2' enable-background='new ' width='24.007' height='18.313'/%3E%3Crect x='722.097' y='96.788' fill='%23C6CADB' width='25.418' height='1.264'/%3E%3Crect x='722.097' y='108.586' fill='%23C6CADB' width='25.418' height='1.264'/%3E%3Crect x='734.172' y='85.262' fill='%23C6CADB' width='1.264' height='38.684'/%3E%3C/g%3E%3Crect x='656.879' y='72.473' fill='%23B4B9D3' width='154.468' height='3.488'/%3E%3C/g%3E%3Crect x='740.605' y='2.733' fill='%23EF8637' width='13.791' height='6.731'/%3E%3Crect x='423.188' y='0.167' fill='%23989CB7' width='112.984' height='144.847'/%3E%3Crect x='423.188' y='70.418' fill='%237B809B' width='112.984' height='6.563'/%3E%3Crect x='423.188' y='0.849' fill='%237B809B' width='112.984' height='4.5'/%3E%3Crect x='423.188' y='67.575' fill='%23B2B7CE' width='112.984' height='6.563'/%3E%3Crect x='423.438' y='0.016' fill='%23B2B7CE' width='112.984' height='2.84'/%3E%3Crect x='423.188' y='116.521' fill='%237B809B' width='112.984' height='28.492'/%3E%3Cg%3E%3Crect x='464.523' y='82.42' fill='%23D19A75' width='30.313' height='62.58'/%3E%3Crect x='466.96' y='120.473' fill='%23BC845E' width='25.439' height='21.786'/%3E%3Crect x='466.96' y='84.315' fill='%23BC845E' width='25.439' height='33.311'/%3E%3Crect x='469.13' y='86.684' fill='%23DB9E75' width='21.099' height='28.896'/%3E%3Crect x='469.13' y='122.036' fill='%23DB9E75' width='21.099' height='18.469'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Crect x='433.504' y='87.807' fill='%234E4F56' width='20.488' height='28.384'/%3E%3Crect x='432.764' y='100.997' fill='%23F0F0F2' width='21.972' height='1.629'/%3E%3Crect x='442.933' y='88.707' fill='%23F0F0F2' width='1.635' height='28.215'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M432.421,117.089h22.652V86.908h-22.652V117.089L432.421,117.089z M434.586,88.707h18.324v26.584 h-18.324V88.707z'/%3E%3C/g%3E%3Crect x='431.627' y='86.178' fill='%23F0F0F2' width='24.241' height='1.629'/%3E%3Crect x='429.825' y='117.122' fill='%23F0F0F2' width='27.848' height='2.832'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='505.367' y='85.045' fill='%234E4F56' width='20.488' height='28.383'/%3E%3Crect x='504.627' y='98.235' fill='%23F0F0F2' width='21.968' height='1.635'/%3E%3Crect x='514.796' y='85.947' fill='%23F0F0F2' width='1.63' height='28.219'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M504.285,114.327h22.652V84.147h-22.652V114.327L504.285,114.327z M506.449,85.947h18.324v26.583 h-18.324V85.947z'/%3E%3C/g%3E%3Crect x='503.491' y='83.416' fill='%23F0F0F2' width='24.239' height='1.629'/%3E%3Crect x='501.688' y='114.36' fill='%23F0F0F2' width='27.852' height='2.834'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M444.71,13.425c-7.205,0-13.045,5.84-13.045,13.044v24.769h26.09V26.469 C457.755,19.265,451.914,13.425,444.71,13.425z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M444.71,12.338c-7.793,0-14.133,6.339-14.133,14.131v25.856h28.265V26.469 C458.842,18.677,452.502,12.338,444.71,12.338z M456.668,50.15h-23.917V26.469c0-6.593,5.365-11.958,11.958-11.958 s11.958,5.365,11.958,11.958L456.668,50.15L456.668,50.15z'/%3E%3C/g%3E%3Crect x='428.863' y='52.388' fill='%23F0F0F2' width='31.689' height='2.337'/%3E%3Crect x='444.138' y='14.093' fill='%23DEDEE0' width='1.662' height='38.476'/%3E%3Crect x='431.983' y='25.729' fill='%23DEDEE0' width='26.802' height='1.661'/%3E%3Crect x='431.983' y='38.662' fill='%23DEDEE0' width='26.802' height='1.662'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M479.68,13.425c-7.204,0-13.045,5.84-13.045,13.044v24.769h26.091V26.469 C492.726,19.265,486.885,13.425,479.68,13.425z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M479.68,12.338c-7.793,0-14.133,6.339-14.133,14.131v25.856h28.266V26.469 C493.813,18.677,487.473,12.338,479.68,12.338z M491.638,50.15h-23.917V26.469c0-6.593,5.364-11.958,11.958-11.958 c6.593,0,11.958,5.365,11.958,11.958L491.638,50.15L491.638,50.15z'/%3E%3C/g%3E%3Crect x='463.833' y='52.388' fill='%23F0F0F2' width='31.693' height='2.337'/%3E%3Crect x='479.108' y='14.093' fill='%23DEDEE0' width='1.661' height='38.476'/%3E%3Crect x='466.953' y='25.729' fill='%23DEDEE0' width='26.803' height='1.661'/%3E%3Crect x='466.953' y='38.662' fill='%23DEDEE0' width='26.803' height='1.662'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M514.65,13.425c-7.205,0-13.045,5.84-13.045,13.044v24.769h26.09V26.469 C527.695,19.265,521.854,13.425,514.65,13.425z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M514.65,12.338c-7.793,0-14.137,6.339-14.137,14.131v25.856h28.269V26.469 C528.783,18.677,522.442,12.338,514.65,12.338z M526.609,50.15h-23.917V26.469c0-6.593,5.36-11.958,11.958-11.958 c6.593,0,11.958,5.365,11.958,11.958L526.609,50.15L526.609,50.15z'/%3E%3C/g%3E%3Crect x='498.804' y='52.388' fill='%23F0F0F2' width='31.693' height='2.337'/%3E%3Crect x='514.078' y='14.093' fill='%23DEDEE0' width='1.662' height='38.476'/%3E%3Crect x='501.924' y='25.729' fill='%23DEDEE0' width='26.802' height='1.661'/%3E%3Crect x='501.924' y='38.662' fill='%23DEDEE0' width='26.802' height='1.662'/%3E%3C/g%3E%3C/g%3E%3Crect x='536.09' y='6.468' fill='%23D8645B' width='123.788' height='138.532'/%3E%3Crect x='536.09' y='6.468' fill='%23AF4C4A' width='123.788' height='8.163'/%3E%3Cpolygon fill='%235F6B89' points='539,0.017 536.236,4.96 661.446,5.579 656.667,0.017 '/%3E%3Crect x='534.669' y='3.235' fill='%238090AA' width='126.632' height='6.472'/%3E%3Cg%3E%3Cg%3E%3Crect x='548.773' y='25.859' fill='%234E4F56' width='20.485' height='34.149'/%3E%3Crect x='548.033' y='44.007' fill='%23F0F0F2' width='21.968' height='1.961'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M547.691,61.089h22.649V24.778h-22.649V61.089L547.691,61.089z M549.855,26.943h18.32v31.982h-18.32 V26.943z'/%3E%3C/g%3E%3Crect x='546.896' y='23.899' fill='%23F0F0F2' width='24.237' height='1.96'/%3E%3Crect x='545.093' y='61.13' fill='%23F0F0F2' width='27.851' height='3.409'/%3E%3C/g%3E%3Cg%3E%3Crect x='588.968' y='25.859' fill='%234E4F56' width='20.487' height='34.149'/%3E%3Crect x='588.227' y='44.007' fill='%23F0F0F2' width='21.973' height='1.961'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M587.885,61.089h22.653V24.778h-22.653V61.089z M590.05,26.943h18.324v31.982H590.05V26.943z'/%3E%3C/g%3E%3Crect x='587.092' y='23.899' fill='%23F0F0F2' width='24.239' height='1.96'/%3E%3Crect x='585.288' y='61.13' fill='%23F0F0F2' width='27.848' height='3.409'/%3E%3C/g%3E%3Cg%3E%3Crect x='629.163' y='25.859' fill='%234E4F56' width='20.488' height='34.149'/%3E%3Crect x='628.422' y='44.007' fill='%23F0F0F2' width='21.969' height='1.961'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M628.081,61.089h22.653V24.778h-22.653V61.089z M630.245,26.943h18.325v31.982h-18.325V26.943z'/%3E%3C/g%3E%3Crect x='627.287' y='23.899' fill='%23F0F0F2' width='24.24' height='1.96'/%3E%3Crect x='625.482' y='61.13' fill='%23F0F0F2' width='27.849' height='3.409'/%3E%3C/g%3E%3C/g%3E%3Crect x='536.09' y='124.878' fill='%23AF4B48' width='123.788' height='20.122'/%3E%3Cg%3E%3Cg%3E%3Crect x='588.968' y='85.992' fill='%234E4F56' width='20.487' height='34.146'/%3E%3Crect x='588.227' y='104.14' fill='%23F0F0F2' width='21.973' height='1.962'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M587.885,121.222h22.653V84.911h-22.653V121.222z M590.05,87.076h18.324v31.979H590.05V87.076z'/%3E%3C/g%3E%3Crect x='587.092' y='84.032' fill='%23F0F0F2' width='24.239' height='1.96'/%3E%3Crect x='585.288' y='121.262' fill='%23F0F0F2' width='27.848' height='3.409'/%3E%3C/g%3E%3Cg%3E%3Crect x='629.163' y='85.992' fill='%234E4F56' width='20.488' height='34.146'/%3E%3Crect x='628.422' y='104.14' fill='%23F0F0F2' width='21.969' height='1.962'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M628.081,121.222h22.653V84.911h-22.653V121.222z M630.245,87.076h18.325v31.979h-18.325V87.076z'/%3E%3C/g%3E%3Crect x='627.287' y='84.032' fill='%23F0F0F2' width='24.24' height='1.96'/%3E%3Crect x='625.482' y='121.262' fill='%23F0F0F2' width='27.849' height='3.409'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FCFCFC' d='M543.734,145.014h31.317V83.238h-31.317V145.014z M546.576,86.08h25.638v58.332h-25.638V86.08z'/%3E%3C/g%3E%3Crect x='545.154' y='84.66' fill='%23DEDEE0' width='28.479' height='60.354'/%3E%3Crect x='549.322' y='89.491' fill='%234E4F56' width='20.144' height='30.354'/%3E%3Crect x='549.595' y='124.878' fill='%23F0F0F2' width='19.603' height='18.313'/%3E%3C/g%3E%3Crect x='809.326' y='6.218' fill='%23CEAE97' width='123.789' height='138.532'/%3E%3Crect x='809.326' y='6.218' fill='%23B79780' width='123.789' height='8.163'/%3E%3Cpolygon fill='%23AF4C4A' points='809.171,6.218 932.96,6.218 933.269,0.025 809.171,0.025 '/%3E%3Crect x='807.904' y='2.985' fill='%23C16363' width='126.633' height='6.472'/%3E%3Crect x='809.326' y='124.629' fill='%23B79780' width='123.789' height='20.121'/%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FCFCFC' d='M855.558,145.014h31.322V83.238h-31.322V145.014z M858.402,86.08h25.637v58.332h-25.637V86.08z'/%3E%3C/g%3E%3Crect x='856.98' y='84.66' fill='%23DEDEE0' width='28.479' height='60.354'/%3E%3Crect x='861.148' y='89.491' fill='%234E4F56' width='20.143' height='30.354'/%3E%3Crect x='861.419' y='124.878' fill='%23F0F0F2' width='19.598' height='18.313'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M831.994,82.709c-7.205,0-13.045,5.841-13.045,13.044v24.77h26.09v-24.77 C845.039,88.551,839.197,82.709,831.994,82.709z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M831.994,81.623c-7.793,0-14.135,6.339-14.135,14.131v25.854h28.268V95.754 C846.125,87.962,839.785,81.623,831.994,81.623z M843.953,119.436h-23.918V95.754c0-6.594,5.365-11.957,11.959-11.957 c6.592,0,11.959,5.363,11.959,11.957V119.436z'/%3E%3C/g%3E%3Crect x='816.146' y='121.674' fill='%23F0F0F2' width='31.688' height='2.338'/%3E%3Crect x='831.421' y='83.377' fill='%23DEDEE0' width='1.66' height='38.475'/%3E%3Crect x='819.265' y='95.013' fill='%23DEDEE0' width='26.81' height='1.661'/%3E%3Crect x='819.265' y='107.946' fill='%23DEDEE0' width='26.81' height='1.662'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M910.449,82.709c-7.205,0-13.045,5.841-13.045,13.044v24.77h26.088v-24.77 C923.492,88.551,917.654,82.709,910.449,82.709z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M910.449,81.623c-7.793,0-14.135,6.339-14.135,14.131v25.854h28.266V95.754 C924.58,87.962,918.24,81.623,910.449,81.623z M922.406,119.436H898.49V95.754c0-6.594,5.358-11.957,11.959-11.957 c6.592,0,11.957,5.363,11.957,11.957V119.436L922.406,119.436z'/%3E%3C/g%3E%3Crect x='894.601' y='121.674' fill='%23F0F0F2' width='31.693' height='2.338'/%3E%3Crect x='909.876' y='83.377' fill='%23DEDEE0' width='1.66' height='38.475'/%3E%3Crect x='897.72' y='95.013' fill='%23DEDEE0' width='26.802' height='1.661'/%3E%3Crect x='897.72' y='107.946' fill='%23DEDEE0' width='26.802' height='1.662'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M831.785,19.139c-7.205,0-13.045,5.842-13.045,13.045v24.771h26.092V32.184 C844.832,24.98,838.99,19.139,831.785,19.139z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M831.785,18.053c-7.791,0-14.131,6.338-14.131,14.13v25.855h28.264V32.184 C845.917,24.392,839.58,18.053,831.785,18.053z M843.744,55.865h-23.916V32.184c0-6.593,5.361-11.958,11.957-11.958 s11.959,5.364,11.959,11.958V55.865L843.744,55.865z'/%3E%3C/g%3E%3Crect x='815.938' y='58.103' fill='%23F0F0F2' width='31.692' height='2.338'/%3E%3Crect x='831.212' y='19.807' fill='%23DEDEE0' width='1.66' height='38.479'/%3E%3Crect x='819.058' y='31.442' fill='%23DEDEE0' width='26.81' height='1.662'/%3E%3Crect x='819.058' y='44.376' fill='%23DEDEE0' width='26.81' height='1.662'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M871.552,19.139c-7.203,0-13.043,5.842-13.043,13.045v24.771h26.09V32.184 C884.599,24.98,878.759,19.139,871.552,19.139z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M871.552,18.053c-7.791,0-14.131,6.338-14.131,14.13v25.855h28.271V32.184 C885.688,24.392,879.345,18.053,871.552,18.053z M883.513,55.865h-23.918V32.184c0-6.593,5.363-11.958,11.957-11.958 c6.597,0,11.961,5.364,11.961,11.958V55.865L883.513,55.865z'/%3E%3C/g%3E%3Crect x='855.708' y='58.103' fill='%23F0F0F2' width='31.693' height='2.338'/%3E%3Crect x='870.982' y='19.807' fill='%23DEDEE0' width='1.655' height='38.479'/%3E%3Crect x='858.828' y='31.442' fill='%23DEDEE0' width='26.805' height='1.662'/%3E%3Crect x='858.828' y='44.376' fill='%23DEDEE0' width='26.805' height='1.662'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M910.654,19.139c-7.203,0-13.043,5.842-13.043,13.045v24.771h26.09V32.184 C923.701,24.98,917.861,19.139,910.654,19.139z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M910.654,18.053c-7.791,0-14.131,6.338-14.131,14.13v25.855h28.266V32.184 C924.789,24.392,918.449,18.053,910.654,18.053z M922.613,55.865h-23.916V32.184c0-6.593,5.358-11.958,11.957-11.958 c6.596,0,11.959,5.364,11.959,11.958V55.865L922.613,55.865z'/%3E%3C/g%3E%3Crect x='894.806' y='58.103' fill='%23F0F0F2' width='31.695' height='2.338'/%3E%3Crect x='910.083' y='19.807' fill='%23DEDEE0' width='1.66' height='38.479'/%3E%3Crect x='897.927' y='31.442' fill='%23DEDEE0' width='26.808' height='1.662'/%3E%3Crect x='897.927' y='44.376' fill='%23DEDEE0' width='26.808' height='1.662'/%3E%3C/g%3E%3C/g%3E%3Crect x='932.9' y='0.017' fill='%23D8645B' width='90.813' height='144.997'/%3E%3Crect x='932.9' y='70.418' fill='%23C16363' width='90.813' height='6.563'/%3E%3Crect x='932.9' y='2.632' fill='%23C16363' width='90.813' height='6.566'/%3E%3Crect x='932.9' y='67.575' fill='%23E57873' width='90.813' height='6.563'/%3E%3Crect x='932.9' y='0' fill='%23E57873' width='90.813' height='6.354'/%3E%3Cg%3E%3Cg%3E%3Crect x='942.533' y='82.191' fill='%23D19A75' width='30.313' height='62.581'/%3E%3Crect x='944.968' y='120.242' fill='%23BC845E' width='25.441' height='21.78'/%3E%3Crect x='944.968' y='84.086' fill='%23BC845E' width='25.441' height='33.306'/%3E%3Crect x='947.138' y='86.455' fill='%23DB9E75' width='21.104' height='28.889'/%3E%3Crect x='947.138' y='121.806' fill='%23DB9E75' width='21.104' height='18.469'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M998.238,83.276c-7.203,0-13.045,5.848-13.045,13.044v24.771h26.09V96.32 C1011.283,89.118,1005.445,83.276,998.238,83.276z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M998.238,82.191c-7.793,0-14.14,6.338-14.14,14.129v25.856h28.271V96.32 C1012.371,88.529,1006.029,82.191,998.238,82.191z M1010.195,120.002h-23.916V96.32c0-6.592,5.36-11.957,11.959-11.957 c6.592,0,11.957,5.365,11.957,11.957V120.002L1010.195,120.002z'/%3E%3C/g%3E%3Crect x='982.39' y='122.24' fill='%23F0F0F2' width='31.693' height='2.339'/%3E%3Crect x='997.667' y='83.944' fill='%23DEDEE0' width='1.66' height='38.479'/%3E%3Crect x='985.509' y='95.58' fill='%23DEDEE0' width='26.804' height='1.662'/%3E%3Crect x='985.509' y='108.514' fill='%23DEDEE0' width='26.804' height='1.663'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M956.871,13.247c-7.205,0-13.047,5.841-13.047,13.045V51.06h26.092V26.292 C969.916,19.088,964.074,13.247,956.871,13.247z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M956.871,12.161c-7.795,0-14.133,6.339-14.133,14.131v25.854H971V26.292 C971,18.5,964.664,12.161,956.871,12.161z M968.828,49.973h-23.916V26.292c0-6.593,5.365-11.958,11.959-11.958 s11.957,5.364,11.957,11.958V49.973L968.828,49.973z'/%3E%3C/g%3E%3Crect x='941.021' y='52.211' fill='%23F0F0F2' width='31.69' height='2.337'/%3E%3Crect x='956.296' y='13.915' fill='%23DEDEE0' width='1.66' height='38.476'/%3E%3Crect x='944.144' y='25.551' fill='%23DEDEE0' width='26.808' height='1.661'/%3E%3Crect x='944.144' y='38.484' fill='%23DEDEE0' width='26.808' height='1.662'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%234E4F56' d='M999.748,13.247c-7.203,0-13.045,5.841-13.045,13.045V51.06h26.09V26.292 C1012.792,19.088,1006.953,13.247,999.748,13.247z'/%3E%3Cg%3E%3Cpath fill='%23DEDEE0' d='M999.748,12.161c-7.793,0-14.133,6.339-14.133,14.131v25.854h28.266V26.292 C1013.878,18.5,1007.539,12.161,999.748,12.161z M1011.707,49.973h-23.918V26.292c0-6.593,5.365-11.958,11.959-11.958 s11.959,5.364,11.959,11.958V49.973L1011.707,49.973z'/%3E%3C/g%3E%3Crect x='983.9' y='52.211' fill='%23F0F0F2' width='31.688' height='2.337'/%3E%3Crect x='999.175' y='13.915' fill='%23DEDEE0' width='1.662' height='38.476'/%3E%3Crect x='987.02' y='25.551' fill='%23DEDEE0' width='26.807' height='1.661'/%3E%3Crect x='987.02' y='38.484' fill='%23DEDEE0' width='26.807' height='1.662'/%3E%3C/g%3E%3C/g%3E%3Crect x='334.809' y='78.394' fill='%23704A30' width='9.744' height='64.372'/%3E%3Cg%3E%3Cpath fill='%23798746' d='M1005.604,0.016c-3.945,8-6.189,16.229-6.189,25.384c0,30.452,24.686,55.144,55.139,55.144 c30.451,0,55.141-24.688,55.141-55.144c0-9.15-2.243-17.383-6.192-25.383L1005.604,0.016L1005.604,0.016z'/%3E%3C/g%3E%3Cpath fill='%23A7BC77' d='M1103.49,0.016h-9c3.949,8,6.188,16.229,6.188,25.383c0,28.938-22.293,52.648-50.637,54.94 c1.486,0.12,2.984,0.198,4.5,0.198c30.451,0,55.137-24.688,55.137-55.144C1109.683,16.243,1107.439,8.016,1103.49,0.016z'/%3E%3Cg%3E%3Cpath fill='%23BDD381' d='M326.804,0.016c-12.523,44-25.777,111.033,11.825,111.033c36.446,0,23.6-67.033,11.461-111.033H326.804z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23798746' d='M345.271,0.016c-4.059,9-6.367,20.08-6.367,31.486c0,36.354,23.435,65.827,52.345,65.827 c28.909,0,52.344-29.477,52.344-65.828c0-11.406-2.309-22.486-6.367-31.486L345.271,0.016L345.271,0.016z'/%3E%3C/g%3E%3Cpath fill='%23A7BC77' d='M437.227,0.016h-5c4.063,9,6.367,20.08,6.367,31.486c0,35.302-22.097,64.104-49.844,65.749 c0.829,0.049,1.662,0.079,2.5,0.079c28.909,0,52.344-29.477,52.344-65.828C443.594,20.096,441.285,9.016,437.227,0.016z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  -webkit-animation: move 3s infinite; /* Safari 4.0 - 8.0 */
  animation: move 3s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  border-radius: 50%;
}
#car {
  width: 58%;
  height: auto;
  margin-top: 40%;
}

  .st0{fill:none;}
  .st1{opacity:0.35;fill:#333333;}
  .st2{fill:#443634;}
  .st3{fill:#FC5454;}
  .st4{fill:#E01B1B;}
  .st5{opacity:0.2;fill:#333333;}
  .st6{fill:#FF811A;}
  .st7{fill:#BC1111;}
  .st8{opacity:0.6;fill:#FFFFFF;}
  .st9{fill:#B0F5F7;}
  .st10{fill:#93CCC9;}
  .st11{opacity:0.5;fill:#FFFFFF;}
  .st12{fill:#A31111;}
  .st13{fill:#83B7B6;}
  .st14{fill:#FFFFFF;}
  .st15{opacity:0.25;fill:#333333;}
  .st16{fill:#FF5A5A;}
  .st17{fill:#A50E0E;}
  .st18{opacity:0.4;fill:#FFFFFF;}
  .st19{fill:#B5B5B5;}
  .st20{opacity:0.3;fill:#333333;}
  .st21{fill:#555555;}
  .st22{opacity:0.5;fill:#333333;}
  .st23{opacity:0.4;fill:#333333;}
  .st24{opacity:0.3;fill:#FFFFFF;}

@-webkit-keyframes move {
    0% {background-position: right;}
    100% {background-position: left;}
}

@keyframes move {
    0% {background-position: right;}
    100% {background-position: left;}
}


@-webkit-keyframes fadeIn {
    0% { opacity: 0; background-color: #fff; }
    99% { opacity: 1; background-color: #fff; }
    100% { opacity: 1; background-color: #fff; }
}
@keyframes fadeIn {
    0% { opacity: 0; background-color: #fff; }
    99% { opacity: 1; background-color: #fff; }
    100% { opacity: 1; background-color: #fff; }
}

@media screen and (max-width: 81rem) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .flex-container {
        width: 100%;
    }
    .flex-item {
         width: 23%;
    }
}
@media screen and (max-width: 55rem) {
    .flex-item {
         width: 31%;
    }
}
@media screen and (max-width: 47rem) {
    .flex-item {
         width: 47%;
    }
    .neteller, .skrill, .paypal{
      min-height: 7rem;
    }
}
@media screen and (max-width: 37rem) {
    .outer-menu .hamburger {
      position: relative;
    }
    .fixed {
      padding: 3.5rem 1rem;
    }
    .car {
      margin-top: 150px;
    }
    #traffic {
      margin-top: 150px !important;
    }
    .outer-menu .menu > div {
    height: 300vw;
    }
    header {
      padding: 0rem 1rem 0.8rem;
    }
    .flex-item {
      width: 100%;
    }
    .logo {
      width: 90%;
    }
    .page {
      min-height: auto;
      padding-bottom: 1rem;
    }
    footer {
      height: auto;
    }
    footer ul {
    padding: 0;
    }
    footer .wrapper .top {
    display: block;
    text-align: center;
    }
    footer ul li a {
    padding: 0.8rem 0.5rem;
    }
    .popup {
      width: 90%;
    }
    .neteller, .skrill, .paypal{
      width: 94%;
      min-height: 7rem;
    }
}