
@font-face {
  font-family: 'Mona Sans';
  src:
    url('/static/stations/fonts/Mona-Sans.woff2') format('woff2 supports variations'),
    url('/static/stations/fonts/Mona-Sans.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}

h1, h2,h3,h4,h5,h6 {
     /*font-family: 'Heebo', sans-serif;*/
      font-family: 'Mona Sans', sans-serif;
}

h2 {
    font-weight: 800;
}
h3 {
    font-weight: 700;
}
h4 {
    font-weight: 800;
}
h5 {
    font-weight: 700;
}


.button-over-hr {
    text-align: center;
    margin-bottom: -3.5rem;
}

h5.snazzy-outline {
    display: inline-block;
    font-size: 0.9rem;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%) border-box;
    border: 2px solid transparent;
    /*background: linear-gradient(-45deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);*/
    /*-webkit-background-clip: text;*/
    color: #1baba3;
    /*-webkit-text-stroke: 8px transparent;*/
    /*-webkit-text-fill-color: linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);*/
    border-radius: 1.4rem;
    /*padding: 0.8em 1.5em 0.8em 1.5em;*/
    padding: 5px 9px 3px 9px;
    /*-webkit-box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);*/
    /*box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);*/
}

h5.snazzy-outline.snazzy-outline-purple {
    color: #4c3fd8;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(0deg, #9a90f8 0%, #4c3fd8 100%) border-box;
}

h5.snazzy-outline.snazzy-outline-orange {
    color: #ea7a7b;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(0deg, #efad7b 0%, #ee9f7b 23%, #ea7a7b 65%, #e6587b 100%) border-box;
}

h5.snazzy-outline-square {
    display: inline-block;
    font-size: 3.0rem;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%) border-box;
    border: 2px solid transparent;
    /*background: linear-gradient(-45deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);*/
    /*-webkit-background-clip: text;*/
    color: #1baba3;
    /*-webkit-text-stroke: 8px transparent;*/
    /*-webkit-text-fill-color: linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);*/
    border-radius: 1.4rem;
    /*padding: 0.8em 1.5em 0.8em 1.5em;*/
    padding: 8px 18px 6px 18px;
    font-weight: 700;
}


p.snazzy-subtitle {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 600;
    font-family: 'Mona Sans', sans-serif;
}

h2.fp-segment {
    font-size: 3.0em;
    font-weight: 800;
    line-height: 0.9em;
}

@media (min-width: 768px) {
    h2.fp-segment {
        font-size: 4.0em;
    }
}


.video-snazzy {
    padding: 2rem;
}


.button-circle {
    border-radius: 50%;
    padding: 1em;
}

.button-circle-play {
    /*height: 1em;*/
    /*width: 3em;*/

    /*-webkit-transition: color 0s 1s, max-width 1s;*/
    /*transition: color 0s 1s, max-width 1s;*/
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
    max-width: 3em;
    overflow: hidden;
    white-space: nowrap;
    height: 3em;
}

.button-circle-play-text {
    display: inline;
    -webkit-transition: opacity 0.2s 0.1s;
    transition: opacity 0.2s 0.1s;
    opacity: 0;
}

.button-circle-play:hover  {
    max-width: 300px;
}

.button-circle-play:hover  .button-circle-play-text {
    opacity: 1;
}


.button-circle-play img {
    height: 1em;
    margin-bottom: 4px;
}

.segment-round-border {
    border: 1px solid #b1b1b1;
    border-radius: 3rem;
}

.segment-overflow-visible {
    overflow-y: visible;
    overflow-x: hidden;
}

.segment-cover h2 {
    /*background: linear-gradient(-45deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);*/
    background: linear-gradient(0deg, #9a90f8 0%, #4c3fd8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    font-weight: 800;
    line-height: 0.9em;
}

p.fp-display {
    font-size: 1.3rem;
    text-align: justify;
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    color: #666666;
}

.segment-wot h2 {
    font-weight: 800;
}

.segment-keypoints {
    backdrop-filter: blur(10px);

    background: rgb(255,255,255);
    background: radial-gradient(circle at top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0) 100%);
    background-position: 0% 100%;
}

/*.segment-float-art {*/
/*    width: 470px;*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*}*/
.segment-float-art {
    /*width: 470px;*/
    width: 125px;
    position: absolute;
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/
    /*bottom: 25%;*/
}

.border-left-hider {
    border-left: 0;
}

@media (min-width: 768px) {
    .segment-float-art {
        width: 250px;
    }

    .border-sm-left {
         border-left: 1px solid #ced4da;
    }
}

.segment-float-art {

}

.fl-ico {
    width: 48px;
    /*margin: 0 64px 230px 64px;*/
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    display: inline-block;
}

/*.fl-ico-1 { left: 0; }*/
.fl-ico-2 { margin-top: -172px;  }
/*.fl-ico-3 { left: 75%; }*/
/*.fl-ico-4 {  margin-bottom: -184px; left: 0; }*/
.fl-ico-5 { margin-bottom: -172px; }
/*.fl-ico-6 {  margin-bottom: -164px; left: 75%; }*/

img.fl-ico::after {
    /*display: inline-block;*/
    /*position: absolute;*/
    /*width: 32px;*/
    margin-left: 16px;
    /*height: 32px;*/
    /*margin-left: 64px;*/
    /*margin-top: 128px;*/
    /*margin: 32px 64px 230px 64px;*/
    /*transform: translateZ(0);*/
    /*-webkit-transform: translateZ(0);*/
    content: "\27F6";
}


.segment-cta-button {
    margin-top: -2rem;
}

.segment-waveseparator
{
    /*width: 100%;*/
    position: absolute;
    left: 0;
    min-height: 200px;
    min-width: 100%;
    /*background-image: url('/stations/images/frontpage/waveseparator.svg');*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*background-size: cover;*/
}

.segment-waveseparator-grey
{
    /*width: 100%;*/
    position: absolute;
    left: 0;
    min-height: 200px;
    min-width: 100%;
    opacity: 0.1;
    color: #000000;
}

.segment-wavey {
    min-height: 30rem;
    min-width: 100%;
    width: 100%;
    overflow: hidden;

    /*min-height: 20rem;*/
    color: #fefefe;
    /* WIP: */
    background-image: url('/static/stations/images/frontpage/waveseparator.svg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.segment-wavey1 {
    background-image: url('/static/stations/images/frontpage/waveseparator1.svg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
    position: absolute; top: 0; left: 0; width: 150%; height: 100%;
    z-index: -1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.segment-wavey2 {
    background-image: url('/static/stations/images/frontpage/waveseparator2.svg');
    position: absolute; top: 0; left: -50%; width: 150%; height: 100%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
    z-index: -1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.segment-wavey3 {
    background-image: url('/static/stations/images/frontpage/waveseparator3.svg');
    position: absolute; top: 0; left: 0; width: 150%; height: 100%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
    z-index: -1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.segment-wavey-grey {
    background-image: url('/static/stations/images/frontpage/waveseparator-grey.svg');
    color: #0a0a0a;
    min-height: 40rem;
}

/*.segment-easysetup-card:nth-child(2) {*/
/*    margin-top: 3rem;*/
/*}*/
/*.segment-easysetup-card:nth-child(4) {*/
/*    margin-top: 3rem;*/
/*}*/

.segment-easysetup-card {
    display: inline-block;
    width: 100%;
    height: 250px;
    border-radius: 1.5rem;
    padding: 3rem 1rem 3rem;
    text-align: center;
    color: #fefefe;
    font-size: 2em;
    font-weight: 700;
    line-height: 0.9em;
}
@media (min-width: 768px) {
    .segment-easysetup-card {
        display: inline-block;
        width: 40%;
        height: 300px;
        /*height: 300px;*/
        /*border-radius: 1.5rem;*/
        /*padding: 3rem 1rem 3rem;*/
        /*text-align: center;*/
        /*color: #fefefe;*/
        /*font-size: 2em;*/
        /*font-weight: 700;*/
        /*line-height: 0.9em;*/
    }
}



.segment-easysetup-card img {
    height: 32px;
}

.segment-mapdots
{
    /*width: 100%;*/
    position: absolute;
    left: 10%;
    /*min-height: 200px;*/
    width: 80%;
}

.segment-global-cdn h2 {
    background: linear-gradient(90deg, #9a90f8 0%, #4c3fd8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.segment-integrations {

}

.segment-testimonials {
}

.segment-snazzy {
    background: rgb(2,138,163);
    background: linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);
    color: #fefefe;
    border-radius: 1.4rem;
    /*padding: 0.8em 1.5em 0.8em 1.5em;*/
    padding: 12px 18px 12px 18px;
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);
    box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);
}

.segment-rocket {}

.segment-rocket-card {
    border-radius: 1em;
    background: linear-gradient(90deg, #9a90f8 0%, #4c3fd8 100%);
    color: #fafafa;
}

.segment-uptime-circle {
    z-index: -1;
    display: inline-block;
    /*background-image: url('/static/stations/images/frontpage/uptime_circle.svg');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: contain;*/
    /*height: 300px;*/
    /*width: 300px;*/
    min-height: 300px;
}

.segment-uptime-big {
    font-size: 3rem;
}

.segment-industry-card {
    border-radius: 0.5em;
    text-align: center;
}

.segment-colour {
    color: #fafafa;
}

/*.segment-colour a {*/
/*    color: #fafafa;*/
/*    font-weight: bold;*/
/*    text-decoration: underline;*/
/*    text-underline-offset: 5px;*/
/*    text-decoration-thickness: 2px;*/
/*}*/

a.arrow-after:after  {
    content: "\27F6";
    position: relative;
    margin-left: 5px;
    display: inline-block;
    font-weight: normal;
}


.segment-industry-card p {
    color: #f0f0f0;
    text-align: left;
}

.segment-industry-card h4 {
    color: white;
}

.segment-player {
    border-radius: 1em;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(230, 88, 123,0.58);
    box-shadow: 0px 0px 15px 5px rgba(230, 88, 123,0.58);
}

.fp-text-dark {
    color: #0d1927;
}

.fp-text-light {
    color: #fafafa;
}

a.fp-text-light:hover {
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

}

p a {
    /*color: #0d1927;*/
/*    color: #fafafa;*/
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

p a:hover {
    /*color: #0c504b;*/
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.fp-wot-p1 {
    background: linear-gradient(90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fp-wot-p2 {
    background: linear-gradient(0deg, #efad7b 0%, #ee9f7b 23%, #ea7a7b 65%, #e6587b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fp-wot-p3 {
    background: linear-gradient(0deg, #0096ff 0%, #029ef8 11%, #0ec2d5 68%, #13d0c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fp-wot-p4 {
    background: linear-gradient(0deg, #9a90f8 0%, #4c3fd8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fp-bg-grad1 {
    background: linear-gradient(0deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);
}
.fp-bg-grad2 {
    background: linear-gradient(0deg, #efad7b 0%, #ee9f7b 23%, #ea7a7b 65%, #e6587b 100%);
}
.fp-bg-grad3 {
    background: linear-gradient(0deg, #0096ff 0%, #029ef8 11%, #0ec2d5 68%, #13d0c7 100%);
}
.fp-bg-grad4 {
    background: linear-gradient(0deg, #9a90f8 0%, #4c3fd8 100%);
}

/*.fp-bg-topgrad {*/
/*    margin-top: 50px;*/
/*    z-index: -1;*/
/*    position: absolute;*/
/*    !*width: 75%;*!*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    top: -300px;*/
/*}*/

.fp-bg-topgrad {
    background-image: url('/static/stations/images/frontpage/bgpart_midgrad.svg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: 50% -300%;
    background-size: auto;
    min-height: 100vh;
    overflow: visible;
    width: 100%;
    position: absolute;

}

.fp-bg-midwave {
    z-index: -1;
    position: absolute;
    /*width: 75%;*/
    left: 50%;
    -webkit-transform: translateZ(0) translateX(-50%);
    transform: translateZ(0) translateX(-50%);
    top: -6rem;
}

.fp-bg-topleftwave {
    z-index: -1;
    position: absolute;
    left: -50px;
    /*width: 75%;*/
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    /*top: -300px;*/
}

.fp-bg-toprightwave {
    z-index: -1;
    position: absolute;
    /*width: 75%;*/
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    top: 50vh;
    right: 0;
}

.fp-bg-logo {
    z-index: -1;
    position: absolute;
    /*width: 75%;*/
    left: 50%;
    -webkit-transform: translateZ(0) translateX(-50%);
    transform: translateZ(0) translateX(-50%);
    /*top: -6rem;*/
    opacity: 0.01;
}

.cdn-zippy-line hr {
    color: #998ff1;
    height: 4px;
    background-color: #998ff1;
    border: 1px solid #998ff1;
    width: 100%;
    position: absolute;
}

.hr-blue {
    /*color: linear-gradient(0deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);*/
    /*height: 4px;*/
    /*border: 1px solid #998ff1;*/
    /*width: 100%;*/
    /*position: absolute;*/
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%) border-box;
}


.segment-grey-box {
    backdrop-filter: blur(1px);
    border: 1px solid rgba(200, 200, 200, 0.6);
    background-color: rgba(200,200,200, 0.1);
    border-radius: 1em;
}

/*html {*/
/*  font-family: 'Mona Sans', 'Sans' !important;*/
/*}*/
