﻿html {
 font-size:62.5%;
 -webkit-text-size-adjust:none;
 -moz-text-size-adjust:none;
 -ms-text-size-adjust:none;
 text-size-adjust:none
}
body {
  font-family: 'Noto Sans', sans-serif;
 -webkit-tap-highlight-color:rgba(0,0,0,0);
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 text-rendering:optimizeLegibility;
 font:normal normal normal 100%/1 Helvetica,Arial,sans-serif;
 color:#373737
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
 font-size:100%;
 font-family:inherit;
 margin:0;
 padding:0
}
a {
 text-decoration:none;
 outline:none;
 color:inherit
}
a:focus {
 background-color:transparent
}
ul {
 list-style:none;
 padding:0
}
figure,
ul {
 margin:0
}
ol {
  font-size: 16px;
  line-height: 30px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align:bottom
}
h1 {
 font-family: 'Noto Sans', sans-serif;;
 font-weight:100;
 font-size:5.0rem;
 line-height:1.5
}
.vi h1 {
 font-weight:400
}
h2 {
 font-family: 'Noto Sans', sans-serif;;
 font-weight:100;
 font-size:4.5rem;
 line-height:1.2;
 color:#00afec;
 margin-bottom:4.5rem;
 letter-spacing:-.01em
}
.templates h2 {
  text-align: center;
  font-weight: 700;
}
.grab-attention h2 {
  text-align: center;
}
.mobile-workspace h2 {
  text-align: center;
  font-weight: 700;
}
.drag h2 {
  text-align: center;
  font-weight: 700;
}
.vi h2 {
 font-weight:400
}
h3 {
 font-family: 'Noto Sans', sans-serif;;
 font-weight:300;
 font-size:3.2rem;
 line-height:1.2
}
.vi h3 {
 font-weight:400
}
h4 {
 font-family: 'Noto Sans', sans-serif;;
 font-weight:300;
 font-size:18px;
 line-height:1.2
}
.vi h4 {
 font-weight:400
}
h5 {
 font-family: 'Noto Sans', sans-serif;;
 font-weight:300;
 font-size:16px;
 line-height:1.2
}
.vi h5 {
 font-weight:400
}
p {
 font-family: 'Noto Sans', sans-serif;;
 font-weight:bold;
 font-size:2rem;
 line-height:1.45
}
.vi p,
strong {
 font-weight:400
}
.ja strong,
.ko strong,
.vi strong,
.zh strong {
 font-weight:700
}
.panel {
 position:relative;
 z-index:80;
 background-color:#fff
}
.grab-attention {
  background: url(../images/slide.jpg) no-repeat center center !important;
  background-size: cover;
  position: relative;
}
.grab-attention h2 {
  color: #ffff;
}
.grab-attention .title {
  background: white;
  text-align: center;
  /*padding: 20px;*/
}
.panel-box-wrap {

  margin-bottom: 30px;
}
.panel-box-wrap .title .step_title{
  padding: 1rem 1rem 1rem 25rem;background-color: #075cb3;color: white;
}
.step_title_img{
    position: absolute;
    width: 23rem;
    height: 138px;
    margin-top: -97px;
}
.grab-attention::after {
  background: #075cb3;
  color: #fff;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.78;
  z-index: -1;
}
.grab-attention .panel-container::after {
   
}

.integrate .panel-container {
  padding: 10rem 1.5rem 0 1.5rem !important;
}

.grab-attention .panel-container .panel-inner {
  /*background: rgba(255,255,255,.1);*/
  /*border: white 1px solid;*/
  /*border-top: none;*/
  text-align: left;
  padding: 85px 20px 18px 360px;
}
.panel:nth-child(2n) {
 background-color:#f5f5f5
}
.panel:nth-child(2n) .panel-box .panel-box-ico,
.panel:nth-child(2n) .panel-point:before {
 background:#f5f5f5;
 box-shadow:0 0 0 4px #f5f5f5
}
.panel .panel-container {
 position:relative;
 padding:10rem 1.5rem;
 max-width:1200px;
 box-sizing:border-box;
 margin:0 auto
}
.drag .panel-container {
  padding-bottom: 50px;
}
.mobile-workspace .panel-container {
  padding: 10rem 1.5rem 0 1.5rem;
}
.panel .panel-point {
 color:#00afec;
 padding:5rem 0;
 letter-spacing:-.025em
}
.panel .panel-point:before {
 content:"";
 position:absolute;
 width:3rem;
 height:3rem;
 box-sizing:border-box;
 border-radius:1.5rem;
 border:2px solid #00afec;
 background:#fff;
 box-shadow:0 0 0 4px #fff;
 left:4.6rem;
 top:6.5rem;
 z-index:10
}
.panel .panel-box:last-child {
 padding-bottom:3rem;
 margin-bottom:0
}
.panel .panel-box .panel-box-ico {
 fill:none;
 stroke:#00afec;
 stroke-width:1px;
 width:5rem;
 height:5rem;
 position:absolute;
 left:3.6rem;
 top:0;
 z-index:10;
 background:#fff;
 box-shadow:0 0 0 4px #fff
}
.panel .panel-box .panel-inner {
 padding-bottom:5rem;
 position:relative;
 z-index:2
}
.mobile-workspace .panel-box .panel-inner p {
  text-align: left;
  color: #333; 
  background: rgba(234,234,234,.50);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.mobile-workspace .panel-box .panel-inner p span {
  display: inline-block;
  padding: 20px 40px;
  background: #075cb3;
  color: white;
  margin:  0 40px 0 0;
}
.panel .panel-box .panel-inner figure {
  margin-bottom: 3rem;
}
.integrate .panel-box .panel-inner figure {
  margin-bottom: 3rem;
  max-height: 223px;
  overflow: hidden;
}
.panel .panel-box p {
  margin-bottom: 20px;
  text-align: center;
}
.integrate .panel-box p {
 
  text-align: left;
}
.panel .panel-box p a,
.panel .panel-box p strong {
 color:#00afec
}
.panel .panel-box p strong {
 color:#373737
}
.panel .panel-box p a:hover,
.panel .panel-box p a:hover strong {
 color:#ff7200
}
.panel .shadow-fig img,
.panel .simple-fig img {
 max-width:100%;
 height:auto;
 display:block
}
@media only screen and (max-width:979px) {
 .panel .shadow-fig img,
 .panel .simple-fig img {
  margin:0 auto
 }
}
.panel .outside-fig img {
 width:auto;
 height:auto;
 display:block
}
@media only screen and (max-width:979px) {
 .panel .outside-fig img {
  max-width:100%;
  margin:0 auto
 }
}
.panel .shadow-fig img {
 box-shadow:0 0 24px rgba(0,0,0,.2)
}
.panel .panel-box,
.panel .panel-point {
 position:relative;
}
.panel[data-anchor=first-panel] {
 padding-top:3rem
}
@media only screen and (min-width:980px) {
 .he .panel[data-anchor=first-panel] {
  padding-top:20rem
 }
}
.panel[data-anchor=first-panel] .panel-point:before {
 top:6.2rem
}
.panel[data-anchor=first-panel] .panel-container {
 padding:0 15px
}
.panel[data-anchor=first-panel] .panel-container:after {
 top:6.2rem
}
.panel ul {
 list-style:none;
 margin:0;
 padding:0
}
.panel ul li {
 position:relative;
 font-family: 'Noto Sans', sans-serif;;
 font-weight:400;
 font-size:1.8rem;
 line-height:1.2;
 color:#373737;
 padding-left:1.5rem;
 margin-bottom:1rem
}
.panel ul li:before {
 content:"";
 display:block;
 width:.5rem;
 height:.5rem;
 background:#00afec;
 border-radius:50%;
 position:absolute;
 top:.8rem;
 left:0
}
.panel h3 {
  font-weight: 700;
  color: #00afec;
}
.player {
 position:relative;
 z-index:150;
 background-color:#030303;
 overflow:hidden;
 height:0;
 max-width:100%;
 transition:height .3s ease-in-out
}
.player.open {
 height:100vh
}
.player.open .video-container {
 height:100%
}
.player iframe {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.player .close {
 position:absolute;
 z-index:900;
 top:8rem;
 right:2rem;
 cursor:pointer;
 border:0;
 margin:0;
 padding:0;
 outline:none;
 background-color:transparent
}
.player .close:after {
 font-family: 'Noto Sans', sans-serif;;
 font-weight:500;
 font-size:11px;
 position:absolute;
 top:100%;
 left:50%;
 display:inline-block;
 margin-top:6px;
 padding:4px 8px;
 content:attr(title);
 transform:translateX(-50%) translateY(-2px);
 text-align:center;
 opacity:0;
 color:#e1e1e1;
 border-radius:2px;
 background:rgba(27,27,27,.8);
 pointer-events:none
}
.player .close .icon {
 width:5.5rem;
 height:5.5rem;
 fill:#e5e5e5;
 pointer-events:none
}
.player .close:hover:after {
 transition-duration:.1s;
 transform:translateX(-50%) translateY(0);
 opacity:1
}
.player .close:hover .icon {
 transition-duration:.1s;
 fill:#fff
}
@media only screen and (min-width:768px) {
 .player .close:after {
  transition:transform .3s cubic-bezier(.4,0,1,1),opacity .3s cubic-bezier(.4,0,1,1)
 }
 .player .close .icon {
  transition:fill .3s ease-out
 }
}
.full-height {
 box-sizing:border-box;
 display:flex;
 flex-flow:row nowrap;
 justify-content:center;
 align-items:center
}
svg.icon {
 display:inline-block;
 vertical-align:bottom
}
#content-wrapper {
 overflow:hidden;
 background:#fff
}
section .container {
 max-width:980px;
 box-sizing:border-box
}
section .btn {
 font-family: 'Noto Sans', sans-serif;;
 font-weight:400;
 background:none;
 outline:none;
 display:inline-block;
 border-radius:2.5rem;
 border:2px solid #fff;
 transition:color .3s ease-out,background-color .2s ease-out
}
section .btn:hover {
 background:#fff;
 color:#00afec;
 transition-duration:.1s
}
section .big-fig {
 width:100%
}
section .big-fig img {
 position:absolute;
 top:0;
 box-shadow:1px 1px 20px 0 rgba(0,0,0,.17)
}
section .inner {
 width:100%
}
.main {
 background:#fff url(../images/top.jpg)  no-repeat center center;
 background-size: cover;
 padding:7.5rem 0 4.4rem;
 text-align:center;
 color:#fff;
 display:flex;
 justify-content:center;
 align-items:center;
 z-index:80;
 position:relative
}
.main .desc {
 margin:0;
 flex:0 1 auto;
 padding:5rem 0
}
.main h1 {
  text-shadow: 0 1px 2rem rgba(0,0,0,.6);
  margin-bottom: 6px;
  font-weight: 700;
}
.main .motto {
 color:#00afec;
 text-transform:uppercase;
 font-size:2.2rem;
 line-height:1.55;
 letter-spacing:.2em;
 text-shadow:0 1px 2px rgba(0,0,0,.5);
 margin-bottom:4.2rem
}
.main .about {
 font-size:4rem;
 line-height:1.42;
 text-shadow:0 1px 4px rgba(0,0,0,.73);
 margin-bottom:5rem
}
.he .main .about {
 font-weight:400
}
.btn-wrap {
 padding-bottom:50px;
 text-align: center;
}
.btn-wrap .btn {
 font-family: 'Noto Sans', sans-serif;;
 font-weight: bold;
 font-size:24px;
 background:#00afec;
 border:2px solid #00afec;
 color:#fff;
 padding:17px 44px;
 border-radius:35px;
 display:inline-block
}
.btn-wrap .btn:hover {
 background:gray;
 border-color:#fff;
 color:#fff
}
.main .more-features {
 margin:0 0 3rem
}
.main .more-features p {
 font-size:1.6rem;
 font-weight:400;
 margin:14px 0
}
.main .more-features li {
 display:inline-block;
 padding:0
}
.main .more-features .template {
 width:4.4rem;
 height:3.9rem;
 stroke:#fff
}
.main .more-features .customize {
 width:4.5rem;
 height:3.7rem;
 stroke:#fff
}
.main .more-features .optimize,
.main .more-features .publish {
 width:4.3rem;
 height:3.8rem;
 stroke:#fff
}
.main .more-features a {
 display:inline-block
}
.main .more-features a:hover p {
 text-decoration:underline
}
.main .arrow .down {
 padding-top:2rem
}
.main .arrow .down:hover {
 -webkit-animation-name:slideDown;
 animation-name:slideDown;
 -webkit-animation-duration:.8s;
 animation-duration:.8s;
 -webkit-animation-fill-mode:initial;
 animation-fill-mode:none;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite
}
.main .arrow .down svg {
 width:5.8rem;
 height:3rem
}
.main .badge {
 position:absolute;
 top:0;
 right:0;
 width:14rem;
 height:14.7rem
}
.main .badge img {
 width:100%;
 height:auto
}
.templates .thumbs-fig {
 margin-bottom:-25rem
}
.he .templates .thumbs-fig {
 margin-bottom:-60rem
}
.templates .thumbs-fig img {
 transform:translateY(-34rem) translateX(24rem)
}
.first .thumbs-fig img {
 transform: none;
}
.he .templates .thumbs-fig img {
 transform:translateY(-60rem) translateX(-70rem)
}
.grab-attention h2 {
  margin-bottom: 6.5rem;
  font-weight: 700;
}
.grab-attention .thumbs-fig {
  transform: translate(600px,-208px);
}
.grab-attention .panel-translate {
 margin-top:-292px
}
.grab-attention.panel .panel-box .panel-inner {
 padding-bottom:0
}
.grab-attention .panel-container {
 padding:10rem 1.5rem 5rem
}
.grab-attention .panel-box .panel-inner {
  position: relative;
}
.grab-attention .panel-box .panel-inner ol li {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.drag .panel-box .panel-inner {
 padding-bottom:0
}
.drag .panel-box .panel-box-ico {
 fill:#00afec;
 stroke:none
}
.drag .thumbs-fig {
 text-align:center
}
.timer .panel-box .panel-inner {
 padding-bottom:0
}
.timer .thumbs-fig img {
 transform:translateX(10rem)
}
.mobile-workspace .thumbs-fig {
 margin-bottom:-20rem
}
.mobile-workspace .thumbs-fig img {
 transform:translateY(-12rem)
}
.publish .thumbs-fig {
 margin-bottom:-20rem
}
.publish .thumbs-fig img {
 transform:translateY(-12rem)
}
.testing .thumbs-fig {
 margin-bottom:-10rem
}
.testing .thumbs-fig img {
 transform:translateY(-6rem)
}
.integrate .thumbs-fig {
 margin-bottom:-20rem;
 position:relative
}
.integrate .thumbs-fig div {
 position:absolute;
 z-index:10;
 width:10rem;
 height:10rem;
 border-radius:50%;
 cursor:pointer
}
.integrate .thumbs-fig div span {
 background:#00afec;
 color:#fff;
 padding:.5rem 1rem;
 border-radius:.5rem;
 font-family: 'Noto Sans', sans-serif;;
 font-size:1.2rem;
 position:absolute;
 top:0;
 right:0;
 transform:translateX(100%);
 visibility:hidden;
 opacity:0;
 transition:all .2s ease-in-out;
 white-space:nowrap
}
.integrate .thumbs-fig div:hover span {
 visibility:visible;
 opacity:1
}
.integrate .thumbs-fig div.fb {
 top:-12rem;
 left:22rem
}
.integrate .thumbs-fig div.analytics {
 top:-5rem;
 left:36.5rem
}
.integrate .thumbs-fig div.youtube {
 top:27.5rem;
 left:21.5rem
}
.integrate .thumbs-fig div.paypal {
 top:21.5rem;
 left:35.5rem
}
.integrate .thumbs-fig div.wordpress {
 top:8rem;
 left:40.5rem
}
.integrate .thumbs-fig div.bing {
 top:21.5rem;
 left:7.5rem
}
.integrate .thumbs-fig div.adw {
 top:8rem;
 left:2rem
}
.integrate .thumbs-fig div.tag-manager {
 top:-6rem;
 left:8rem
}
.integrate .thumbs-fig img {
 transform:translateY(-12rem)
}
.gain-more .panel-box .panel-box-ico {
 fill:#00afec
}
.gain-more .panel-box ul {
 list-style:none
}
.gain-more .panel-box ul li {
 display:flex;
 flex-direction:row;
 flex-wrap:nowrap;
 margin-bottom:6rem
}
.gain-more .panel-box ul li .desc {
 flex-basis:60%
}
.gain-more .panel-box ul li .desc p {
 margin:0
}
.gain-more .panel-box ul li .img {
 flex-grow:1;
 padding-left:8rem;
 -ms-grid-row-align:center;
 align-self:center
}
.gain-more .panel-box ul li:before {
 display:none
}
.customers .feature-list {
 display:flex;
 flex-direction:row;
 margin:0;
 padding:0
}
.customers .feature-list li {
 flex-grow:1;
 padding:0;
 margin:0 1.5rem 3rem
}
.customers .feature-list li a {
 align-items:center;
 display:flex;
 flex-flow:column wrap
}
.customers .feature-list li a span {
 margin-top:1rem;
 color:#00afec;
 text-align:center
}
.customers .feature-list li:before {
 display:none
}
.customers .feature-list svg {
 width:5.4rem;
 height:5.4rem;
 fill:none;
 stroke:#00afec;
 stroke-width:1px
}
#all-features .all-features-inner .phone p{
  font-size: 5rem;
}
@media only screen and (max-width:479px) {
 #FeatureList .feature a span {
  font-size:16px
 }
 #all-features .all-features-inner .phone p{
  font-size: 3rem;
 }
 .grab-attention .panel-container .panel-inner{
    padding: 20px 10px 18px 60px;
 }
 .grab-attention .panel-box .panel-inner ol li{
    font-size: 12px;
 }
 .panel h3{  font-size: 2rem;}
}
footer {
 position:relative;
 z-index:90
}
@media only screen and (max-width:979px) {
 h1 {
  font-size:7rem
 }
 figure {
  text-align:center
 }
 .integrate .panel-box .panel-inner figure {
  max-height: 100%;
}
 .panel .panel-container {
  padding:5rem 1.5rem
 }
 .panel .panel-container .panel-box figure img {
  width:100%;
  height:auto
 }
 .he .templates .thumbs-fig,
 .templates .thumbs-fig {
  margin:0
 }
 .grab-attention .thumbs-fig,
 .he .templates .thumbs-fig img,
 .templates .thumbs-fig img {
  transform:none
 }
 .grab-attention .panel-translate {
  margin-top:0
 }
 .grab-attention.panel .panel-box .panel-inner {
  padding-bottom:0
 }
 .drag .thumbs-fig img,
 .timer .thumbs-fig img {
  transform:none
 }
 .publish .thumbs-fig {
  margin:0
 }
 .publish .thumbs-fig img {
  transform:none;
  max-width:50rem
 }
 .testing .thumbs-fig {
  margin:0
 }
 .testing .thumbs-fig img {
  transform:none;
  max-width:50rem
 }
 .mobile-workspace .thumbs-fig {
  margin:0
 }
 .mobile-workspace .thumbs-fig img {
  transform:none;
  max-width:50rem
 }
 .integrate .thumbs-fig {
  margin:0
 }
 .integrate .thumbs-fig img {
  transform:none;
  max-width:50rem
 }
 .integrate .thumbs-fig div {
  display:none
 }
 .gain-more .panel-box ul li {
  flex-wrap:wrap;
  margin-top:6rem;
  margin-bottom:0
 }
 .gain-more .panel-box ul li:first-child {
  margin-top:0
 }
 .gain-more .panel-box ul li .desc {
  flex-basis:100%
 }
 .gain-more .panel-box ul li .desc p {
  margin-bottom:2rem
 }
 .gain-more .panel-box ul li .img {
  padding-left:0;
  text-align:center
 }
 .gain-more .panel-box ul li .img img {
  max-width:15rem
 }
 .customers .feature-list {
  flex-wrap:wrap
 }
}
@media only screen and (max-width:767px) {
 h1 {
  font-size:5rem
 }
 h2 {
  font-size:3.4rem
 }
 p {
  font-size:2rem
 }
 .customers .feature-list li {
  font-size:1.6rem
 }
 .customers .feature-list li svg {
  width:4.5rem;
  height:4.5rem
 }
 .gain-more .panel-box ul li .img {
  padding-left:0;
  text-align:center
 }
 .gain-more .panel-box ul li .img img {
  max-width:12rem
 }
}
@media only screen and (max-width:479px) {
 h1 {
  font-size:4.2rem
 }
 .main .about {
  font-size:2rem
 }
 .main .btn {
  font-size:1.8rem
 }
 h2 {
  font-size:3rem
 }
 p {
  font-size:2rem
 }
 .customers .feature-list li {
  font-size:1.6rem;
  margin-bottom:5rem
 }
 .customers .feature-list li svg {
  width:4.5rem;
  height:4.5rem
 }
}
#FeatureBox {
 background:#fff
}
@media only screen and (min-width:980px) {
 #FeatureBox {
  z-index:990
 }
}
#FeatureBox .featureboxheader {
 font-family:roboto-basic,Roboto,Helvetica,Arial,sans-serif;
 font-weight:100;
 color:#00afec;
 text-align:center;
 padding:0;
 margin-bottom:40px
}
@media only screen and (min-width:980px) {
 #FeatureBox .featureboxheader {
  font-size:46px
 }
}
#FeatureBox .simple-dialog-content {
 height:100%
}
@media only screen and (min-width:980px) {
 #FeatureBox .simple-dialog-content {
  padding:140px 40px 60px
 }
}
#FeatureBox .simple-dialog-content:before {
 display:none
}
#FeatureBox .simple-dialog-content .simple-dialog-body {
 box-shadow:none;
 background:#fff;
 width:1360px;
 padding:40px 0 0
}
#FeatureBox .simple-dialog-content .simple-dialog-close a {
 box-shadow:none;
 background:none;
 width:40px;
 height:40px;
 border-radius:initial;
 border:0;
 left:-.4px
}
@media only screen and (min-width:980px) {
 #FeatureBox .simple-dialog-content .simple-dialog-close a {
  top:40px
 }
}
#FeatureBox .simple-dialog-content .simple-dialog-close a>svg {
 width:100%;
 height:100%;
 fill:none;
 stroke-width:1px;
 stroke:#00afec
}
#FeatureBox.simple-dialog-visible {
 opacity:1
}
.feature-box-btn {
 text-align:center;
 margin:20px 0
}
.feature-box-btn a,
.feature-box-btn span {
 background:transparent;
 border:2px solid #00afec;
 color:#00afec;
 border-radius:35px;
 padding:17px 45px;
 font-family:roboto-basic,Roboto,Helvetica,Arial,sans-serif;
 font-size:22px;
 font-weight:400;
 text-shadow:none;
 display:inline-block;
 cursor:pointer;
 text-decoration:none
}
#FeatureList {
 height:100%;
 display:flex;
 flex-direction:row;
 flex-wrap:wrap
}
#FeatureList .feature-col {
 padding:0 15px;
 box-sizing:border-box
}
@media only screen and (min-width:980px) {
 #FeatureList .feature-col {
  width:25%
 }
}
@media only screen and (min-width:1200px) {
 #FeatureList .feature-col {
  width:20%
 }
}
#FeatureList .features {
 margin-bottom:20px;
 padding:0;
 cursor:pointer
}
@media only screen and (min-width:768px) {
 #FeatureList .features {
  margin-bottom:30px
 }
}
#FeatureList .features.visible .inner {
 height:auto
}
#FeatureList .features.visible header {
 padding:20px;
 border-color:#f7f7f7;
 margin-bottom:20px
}
#FeatureList .features.visible header .icons .arrow {
 display:block
}
#FeatureList .features.visible header .icons .feature-icon {
 display:none
}
#FeatureList .features.visible ul {
 display:block
}
#FeatureList .features .inner {
 background:#fff;
 height:150px;
 overflow:hidden
}
#FeatureList .features header {
 display:flex;
 flex-flow:column wrap;
 align-items:center;
 padding:40px 10px;
 border-bottom:1px solid #fff;
 text-align:center
}
#FeatureList .features header .icons {
 margin-bottom:10px
}
#FeatureList .features header .icons .arrow {
 display:none;
 width:18px;
 height:10px;
 fill:none;
 stroke:#00afec
}
#FeatureList .features header .icons .feature-icon {
 width:36px;
 height:36px;
 fill:none;
 stroke:#00afec
}
#FeatureList .features header .featurecategory {
 font-family:roboto-basic,Roboto,Helvetica,Arial,sans-serif;
 color:#737373;
 font-size:15px;
 font-weight:400;
 line-height:20px;
 letter-spacing:.6px
}
#FeatureList .features ul {
 display:none;
 padding:0 0 20px;
 margin:0
}
#FeatureList .features ul li {
 display:flex;
 padding:0;
 margin:0
}
#FeatureList .features ul li a {
 display:flex;
 flex-direction:row;
 flex-wrap:nowrap;
 align-items:center;
 position:relative;
 text-decoration:none;
 padding:8px 20px
}
#FeatureList .features ul li a .icon {
 margin-right:10px
}
#FeatureList .features ul li a .icon .feature-icon {
 width:26px;
 height:26px;
 fill:none;
 stroke:#00afec
}
#FeatureList .features ul li a span {
 font-family:roboto-basic,Roboto,Helvetica,Arial,sans-serif;
 color:#737373;
 font-size:13px;
 font-weight:400;
 line-height:1.4;
 letter-spacing:.2px
}
#FeatureList .features ul li:before {
 display:none
}
#FeatureListAll {
 margin:40px auto;
 text-align:center;
 visibility:hidden
}
#FeatureListAll.visible {
 visibility:visible
}
@media only screen and (min-width:980px) {
 #FeatureListAll {
  margin:100px auto 40px
 }
}
#FeatureListAll a {
 font-family:roboto-basic,Roboto,Helvetica,Arial,sans-serif;
 font-weight:400;
 font-size:16px;
 color:#00afec
}
section.infobox {
 background-color:#262626;
 padding:0;
 margin:0;
 position:relative
}
section.infobox:before {
 content:"";
 display:inline-block;
 height:140px;
 margin-top:-140px;
 visibility:hidden
}
section.infobox .flexwrap {
 display:flex;
 justify-content:center;
 align-content:center;
 flex-wrap:wrap
}
section.infobox .flexwrap .infobox-body:nth-last-child(n+2),
section.infobox .flexwrap .infobox-body:nth-last-child(n+2)~.infobox-body {
 flex-basis:50%
}
section.infobox .flexwrap .infobox-body {
 text-align:center;
 min-width:350px
}
@media screen and (max-width:767px) {
 section.infobox .flexwrap .infobox-body {
  min-width:100%
 }
}
section.infobox .flexwrap .infobox-body p {
 color:#fff;
 font-family: 'Noto Sans', sans-serif;;
 font-size:1.9rem;
 font-weight:300;
 padding:3rem 4rem;
 margin:0
}
.vi section.infobox .flexwrap .infobox-body p {
 font-weight:400
}
section.infobox .flexwrap .infobox-body p em {
 font-size:2.2rem;
 font-weight:400;
 font-style:normal;
 color:#fff
}
.vi section.infobox .flexwrap .infobox-body p em {
 font-weight:700
}
section.infobox .flexwrap .infobox-body p strong {
 font-weight:400
}
.vi section.infobox .flexwrap .infobox-body p strong {
 font-weight:700
}
#all-features {
 background:#009ad0 url(../images/bg-3.png) no-repeat ;
 background-position: bottom;
 background-size:cover;
 position:relative;
 z-index:100;
 padding:120px 0;
 box-sizing:border-box
}

@media only screen and (max-width:979px) {
 #all-features {
  padding:80px 0
 }
}
@media only screen and (max-width:767px) {
 #all-features {
  padding:60px 0
 }
}
#all-features .all-features-inner {
  padding: 0 15px;
  position: relative;
}
#all-features .all-features-inner h2 {
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 100;
  font-size: 4.5rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
#all-features .all-features-inner p {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 30px;
}
#all-features .all-features-inner .all-features-tagline {
 display:block;
 font-family: 'Noto Sans', sans-serif;;
 font-size:45px;
 font-weight:bold;
 line-height:1.2;
 color:#fff;
 text-align:center;
 margin-bottom:30px
}
@media only screen and (max-width:979px) {
 #all-features .all-features-inner .all-features-tagline {
  font-size:38px
 }
}
@media only screen and (max-width:767px) {
 #all-features .all-features-inner .all-features-tagline {
  font-size:32px
 }
}
#all-features #FeatureBtn {
 margin-bottom:0
}
#all-features #FeatureBtn a,
#all-features #FeatureBtn span {
 position:relative;
 border:1px solid #fff;
 padding:14px 32px;
 font-family: 'Noto Sans', sans-serif;;
 font-size:20px;
 font-weight:300;
 color:#fff;
 text-transform:uppercase;
 letter-spacing:.4px;
 text-decoration:none
}
@media only screen and (max-width:767px) {
 #all-features #FeatureBtn a,
 #all-features #FeatureBtn span {
  font-size:18px
 }
}
#all-features #FeatureBtn a:hover,
#all-features #FeatureBtn span:hover {
 background:#fff;
 color:#00afec
}
#all-features #FeatureBtn a:hover:before,
#all-features #FeatureBtn span:hover:before {
 background:#00afec;
 box-shadow:5px 0 0 0 #00afec,10px 0 0 0 #00afec,0 5px 0 0 #00afec,0 10px 0 0 #00afec,5px 5px 0 0 #00afec,10px 10px 0 0 #00afec,5px 10px 0 0 #00afec,10px 5px 0 0 #00afec
}
#all-features #FeatureBtn a:before,
#all-features #FeatureBtn span:before {
 content:"";
 display:inline-block;
 vertical-align:baseline;
 height:3px;
 width:3px;
 margin:0 25px 10px 0;
 background:#fff;
 box-shadow:5px 0 0 0 #fff,10px 0 0 0 #fff,0 5px 0 0 #fff,0 10px 0 0 #fff,5px 5px 0 0 #fff,10px 10px 0 0 #fff,5px 10px 0 0 #fff,10px 5px 0 0 #fff
}
.mfooter-social {
 text-align:center;
 padding:50px 30px 30px;
 max-width:1200px;
 margin:0 auto
}
.mfooter-social h2 {
 color:#f2f4f7;
 margin:0 0 50px
}
.mfooter-social .social-list {
 display:flex;
 flex-flow:row wrap;
 justify-content:center;
 margin:0 -10px
}
.mfooter-social .social-list li {
 padding:0 10px;
 margin-bottom:20px;
 box-sizing:border-box;
 display:flex
}
.mfooter-social .social-list li a {
 display:flex;
 flex-flow:row nowrap;
 justify-content:center;
 align-items:center
}
.mfooter-social .social-list li a svg {
 flex:0 0 auto;
 margin-right:13px;
 padding-bottom:3px
}
.mfooter-social .social-list li .details {
 line-height:1.3;
 font-weight:400
}
.mfooter-social .social-list li .details span {
 font-family:Roboto,Helvetica,sans-serif;
 font-size:20px;
 color:#f2f4f7;
 display:block
}
.mfooter-social .social-list li .details small {
 font-family:Roboto,Helvetica,sans-serif;
 font-weight:700;
 font-size:11px;
 color:#656f7a;
 display:block;
 letter-spacing:.06em
}
.mfooter-social .social-list li svg {
 display:inline-block;
 fill:#666e78
}
.mfooter-social .social-list li .rss {
 width:28px;
 height:27px
}
.mfooter-social .social-list li .fb {
 width:17px;
 height:32px
}
.mfooter-social .social-list li .tweet {
 width:37px;
 height:31px
}
.mfooter-social .social-list li .in {
 width:32px;
 height:32px
}
.mfooter-social .social-list li .yt {
 width:41px;
 height:31px
}
@media screen and (min-width:480px) {
 .mfooter-social .social-list li {
  padding:0 20px
 }
}
@media screen and (min-width:768px) {
 .mfooter-social {
  padding:98px 20px 30px
 }
 .mfooter-social .social-list li {
  padding:0 35px
 }
 .mfooter-social .social-list li .details span {
  font-size:24px
 }
}
@media screen and (min-width:980px) {
 .mfooter-social .social-list {
  justify-content:flex-start;
  max-width:1100px;
  margin:0 0 0 auto
 }
 .mfooter-social .social-list li {
  padding:0;
  flex:0 0 20%
 }
 .mfooter-social .social-list li a {
  justify-content:flex-start
 }
}
.mfooter-more {
 max-width:1200px;
 margin:0 auto;
 padding:42px 30px 0
}
.mfooter-more h3 {
 font-family:Roboto,Helvetica,sans-serif;
 font-weight:500;
 font-size:18px;
 color:#f2f4f7;
 margin:0 0 26px;
 padding:0
}
.mfooter-more ul {
 padding:0;
 margin:0;
 list-style:none
}
.mfooter-more .promo-sites {
 display:flex;
 flex-flow:row wrap;
 justify-content:space-between
}
.mfooter-more .promo-sites .link-list {
 padding:0 10px 0 0;
 box-sizing:border-box;
 margin-bottom:10px;
 width:50%
}
.mfooter-more .promo-sites .sites li {
 margin-bottom:14px
}
.mfooter-more .promo-sites .sites li a {
 font-family:Roboto,Helvetica,sans-serif;
 font-weight:400;
 font-size:14px;
 line-height:1.2;
 color:#8da1a8;
 text-decoration:none;
 display:block
}
.mfooter-more .promo-sites .sites li a:hover {
 color:#00baff
}
.mfooter-more .promo-sites .apps {
 text-align:center;
 width:100%
}
.mfooter-more .promo-sites .apps h3 {
 margin-bottom:28px
}
.mfooter-more .promo-sites .apps ul li {
 margin-bottom:10px
}
.mfooter-more .promo-sites .apps a {
 display:inline-block;
 vertical-align:bottom
}
.mfooter-more .promo-sites .apps svg {
 display:block;
 height:40px;
 margin-left:3px
}
.mfooter-more .promo-sites .apps .ios {
 width:120px
}
.mfooter-more .promo-sites .apps .android {
 width:135px
}
.mfooter-more .promo-sites .apps .getresponse {
 width:136px
}
@media screen and (min-width:480px) {
 .mfooter-more .promo-sites .link-list {
  width:25%
 }
 .mfooter-more .promo-sites .apps {
  width:100%
 }
}
@media screen and (min-width:768px) {
 .mfooter-more {
  padding:42px 20px 0
 }
 .mfooter-more h3 {
  letter-spacing:.06em
 }
 .mfooter-more .promo-sites .link-list {
  width:auto
 }
 .mfooter-more .promo-sites .apps {
  text-align:left
 }
 .mfooter-more .promo-sites .sites li a {
  letter-spacing:.03em
 }
}
@media screen and (min-width:980px) {
 .mfooter-more .promo-sites {
  max-width:1100px;
  margin:0 0 0 auto;
  justify-content:flex-start
 }
 .mfooter-more .promo-sites .link-list {
  width:20%
 }
}
.mfooter {
 background:#181e26;
 clear:both;
 padding:0;
 margin:0
}
.he .mfooter {
 direction:rtl
}
.mfooter-default {
 max-width:1200px;
 margin:0 auto;
 padding:20px 30px 50px
}
.mfooter-info {
 max-width:1100px;
 margin:0 0 0 auto;
 text-align:center
}
.mfooter-copyright {
 padding:0;
 font-size:14px;
 font-family:Roboto,Helvetica,sans-serif;
 font-weight:400;
 line-height:1.2;
 color:#656f7a;
 margin:0 0 30px;
 letter-spacing:.025em
}
.mfooter-logo {
 display:inline-block;
 margin:0 0 5px
}
.mfooter-logo img {
 height:12px;
 width:18px
}
.mfooter-text {
 display:block
}
.mfooter-lang {
 font-size:14px;
 font-family:Roboto,Helvetica,sans-serif;
 font-weight:400;
 line-height:1.2;
 outline:none;
 color:#8da1a8;
 text-decoration:none;
 display:inline-block;
 vertical-align:text-bottom
}
.mfooter-lang:hover {
 color:#00baff;
 text-decoration:none
}
.mfooter-lang:hover svg {
 fill:#00baff
}
.mfooter-lang-change {
 margin-left:8px
}
.mfooter-lang>span:not(.mfooter-popup) {
 display:flex;
 flex-flow:row nowrap;
 justify-content:flex-end;
 align-items:center
}
.mfooter-lang svg {
 display:inline-block;
 width:18px;
 height:18px;
 fill:#8da1a8
}
@media only screen and (min-width:768px) {
 .mfooter-default {
  padding:35px 20px 36px
 }
 .mfooter-info {
  justify-content:space-between;
  text-align:left
 }
 .mfooter-copyright,
 .mfooter-info {
  display:flex;
  align-items:center;
  flex-flow:row nowrap
 }
 .mfooter-copyright {
  justify-content:flex-start;
  margin:0 20px 0 0
 }
 .mfooter-logo {
  margin:0 10px 2px 0;
  flex:0 0 auto
 }
 .mfooter-lang-wrap {
  width:20%
 }
}
@media only screen and (max-width:639px) {
  .mobile-workspace .panel-box .panel-inner p span {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 20px 0;
  }
  .mobile-workspace .panel-box .panel-inner p {
    padding-bottom: 15px;
    padding-right: 0;
    text-align: center;
  }
}
.step_title_number{
  position: absolute;























  margin: -73px 0 0 55px;
  font-size: 4rem;
  color: white !important;
}
.apply_btn_fixed{
  position: fixed; right: 10px; animation: my-anime 1s infinite alternate;bottom: -185px;
}
@media only screen and (max-width:479px) {
  .panel-box-wrap .title .step_title{
    padding: 1rem 1rem 1rem 11rem;
    font-size: 1.4rem;
  }
  .step_title_img{
    width: 10rem;
    height: 100px;
    margin-top: -70px;
  }
  .step_title_number{
    margin: -47px 0 0 20px;
    font-size: 2rem;
  }
}