/***************/   
/* Theme Styles */
/***************/ 
/* Default Light Colours */
:root, :root[color-mode="light"] { 
    --color-bg: #181818;
    --text-color: #434343;
    --heading-color: #181818;
    --footer-heading-color: #111;
    --header-bg-colour: #ffffff;
    --header-bg-scroll-colour: #ffffff;
    --main-bg: linear-gradient(90deg, rgba(244,249,255,1), white, rgba(244,249,255,1));
    --header-h2-title-colour: #363636;
    --header-h2-main-subtitle-colour: #363636;
    --header-h3-subtitle-colour: #363636;
    --header-h1-title-colour: #363636;
    --footer-p-colour: #111;
    --footer-li-colour: #111;
    --box-bg-color: #fff;
    --box-h-color: #111;
    --nav-link-color: #4a4a4a;
    --light-switch-bg-color: rgba(0,0,0,.1);
    --link-color:  #148fdb;
    --subtitle-color:  #148fdb;
    --header-h1-title-shadow: 4px 8px 6px rgb(54 54 54 / 20%), 0px -5px 35px rgb(219 219 219 / 10%);
    --header-h2-title-shadow: 2px 2px 3px rgb(255 255 255 /  20%);
    --header-h3-subtitle-shadow: 3px 8px 8px rgb(221 219 219);
    --header-paragraph-shadow: 2px 2px 3px rgb(255 255 255 / 10%);
    --bg-image: linear-gradient(90deg, rgba(244,249,255,1), white, rgba(244,249,255,1));
    --bg-size: none;
    --bg-position: none;
    --footer-bg: radial-gradient(ellipse at bottom,#ffffff 30%,#f9f9f9 80%);
    --wide-area-bg-image:none;
    --wide-area-bg-blend: none;
    --wide-area-bg: none;
    --section-hr-color: #e0e0e0;
    --home-hero-bg-image: transparent;
    --home-hero-bg-color:transparent;
    --home-hero-bg: linear-gradient(122deg, #fff 0%, #fff 38%, #1da4f8 calc(37% + 1px), #2089ca 63%, #9567ff calc(60% + 1px), #774adf 72%, #00c583 calc(72% + 1px), #028f60 100%);
    --home-hero-bg-blend-mode: screen, overlay, hard-light, normal;
    --bg-2-color: #f3f3f0;
    --bg-1-color: #fafafa;
    --highlight-background: linear-gradient(102deg, #0CF 0%, rgb(0, 153, 255) 100%);
    --slash-bg:linear-gradient(45deg, #f3f3f0 0%, #000320 100%), radial-gradient(100% 236% at 130% 0%, #61a8ff 0%, #f3f3f0 100%), linear-gradient(227deg, #bac9d2 -49%, #f3f3f0 80%), linear-gradient(123deg, #24d2ff 1%, #e9cdff 10%, #2385c6 42%, #6f74e3 67%, #07456F 59%, #07456F 70%, #3b67fd 0%, #3d64fe 0%);
    --slash-bg-blend-mode:screen, overlay, hard-light, normal;
    --bg-text-color: #ddd;
    --services-image-bg: none;
    --services-bg: #fff;
    --services-active-image-bg: none;
    --services-active-bg: #fff;
    --form-input-colour: #bbb;
    --contrast-text: #333;
    --speckle-background-image: url(../../img/speckle-dark-bg.png), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
    --speckle-background-image-webp: url(../../img/speckle-dark-bg.webp), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
    --speckle-box-shadow: 0 1em 3em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.1em 0.1em 0.5em rgb(0 0 0 / 40%);
    --speckle-webkit-box-shadow: 0 1em 3em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.1em 0.1em 0.5em rgb(0 0 0 / 40%);
    --speckle-bottom-cta-background-image: url(../../img/speckle-dark-bg.png), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
    --speckle-bottom-cta-background-image-webp: url(../../img/speckle-dark-bg.webp), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
    --speckle-bottom-cta-text-color: #333;
    --is-active-color: #363636;
    --scrollbar-thumb-background: linear-gradient(180deg, #1d9fef, #2a4772);
    --scrollbar-thumb-hover-background: rgba(1 157 255, 0.75);
    --scrollbar-track-background: linear-gradient(90deg, #000000, #009eff 1px, #007cca 0, #1f92d9);  
}

/* Default Dark Colours */
[data-theme="dark"], :root[color-mode="dark"] {
    --color-bg: #181818;
    --text-color: #cac8c8;
    --heading-color: #e1e1ff;
    --footer-heading-color: #e1e1ff;
    --header-bg-colour: #181818;
    --header-bg-scroll-colour: #181818;
    --main-bg: none;
    --header-h2-title-colour: #f0f0f0;
    --header-h2-main-subtitle-colour: #f0f0f0;
    --header-h3-subtitle-colour: #f0f0f0;
    --header-h1-title-colour: #f0f0f0;
    --footer-p-colour: #696969;
    --footer-li-colour: #696969;
    --box-bg-color: #2f2f2f;
    --box-h-color: #111;
    --nav-link-color: #148fdb;
    --light-switch-bg-color:  hsl(0deg 0% 100% / 90%);
    --link-color:  #148fdb;
    --subtitle-color:  #148fdb;
    --bg-image: radial-gradient(circle,rgba(255,255,255,.015) 24%,transparent 26%),radial-gradient(circle,rgba(255,255,255,.015) 24%,transparent 26%);
    --bg-size: 10px 16px;
    --bg-position: 0 0,5px 8px;
    --footer-bg: radial-gradient(ellipse at bottom,#272222 30%,#111111 80%);
    --wide-area-bg-image: transparent;
    --wide-area-bg-blend: multiply,multiply;
    --wide-area-bg: linear-gradient(122deg, rgb(17, 17, 17) 0%, rgb(17, 17, 17) 38%, rgb(10 117 184) calc(37% + 1px), rgb(23 109 163) 63%, rgb(110 67 208) calc(60% + 1px), rgb(84 51 161) 72%, rgb(3 151 101) calc(72% + 1px), rgb(1 105 71) 100%);
    --header-h1-title-shadow: 4px 8px 6px rgb(0 0 0 / 20%), 0px -5px 35px rgb(215 215 215 / 10%);
    --header-h2-title-shadow: 2px 2px 3px rgb(44 44 44 / 20%);
    --header-h3-subtitle-shadow: 3px 8px 8px rgb(0 0 0);
    --header-paragraph-shadow: 2px 2px 3px rgb(25 25 25 / 10%);
    --section-hr-color: #333333;
    --home-hero-bg-image: transparent;
    --home-hero-bg-color:transparent;
    --home-hero-bg:linear-gradient(122deg, rgb(17, 17, 17) 0%, rgb(17, 17, 17) 38%, rgb(10 117 184) calc(37% + 1px), rgb(23 109 163) 63%, rgb(110 67 208) calc(60% + 1px), rgb(84 51 161) 72%, rgb(3 151 101) calc(72% + 1px), rgb(1 105 71) 100%);
    --home-hero-bg-blend-mode: screen, overlay, hard-light, normal;
    --bg-2-color: transparent;
    --bg-1-color: transparent;
    --highlight-background: linear-gradient(102deg, #0CF 0%, rgb(0, 153, 255) 100%);
    --slash-bg:linear-gradient(62deg, #131313 36%, rgba(0,0,0,0) 36%), linear-gradient(40deg, #363636 60%, #181818 60%);
    --slash-bg-blend-mode:screen, overlay, hard-light, normal;
    --bg-text-color: #333;
    --services-image-bg: linear-gradient(180deg, #222529, rgba(39, 40, 43, 0.82));
    --services-bg: #222529;
    --services-active-image-bg: linear-gradient(180deg, #222529, rgba(39, 40, 43, 0.82));
    --services-active-bg: #222529;
    --form-input-colour:#000;
    --contrast-text: #fff;
    --speckle-background-image: url(../../img/speckle-bg.png), -webkit-gradient(linear, left top, left bottom, from(#181818), to(#181818));
    --speckle-background-image-webp: url(../../img/speckle-bg.webp), -webkit-gradient(linear, left top, left bottom, from(#181818), to(#181818));
    --speckle-box-shadow: 0 -3em 3em rgb(0 0 0 / 10%), 0 0 0 2px rgb(0 0 0), 0.2em 0.2em 0.5em rgb(0 0 0 / 90%);
    --speckle-webkit-box-shadow: 0 -3em 3em rgb(0 0 0 / 10%), 0 0 0 2px rgb(0 0 0), 0.2em 0.2em 0.5em rgb(0 0 0 / 90%);
    --speckle-bottom-cta-background-image: url(../../img/speckle-bg.png), -webkit-gradient(linear, left top, left bottom, from(#181818), to(#181818));
    --speckle-bottom-cta-background-image-webp: url(../../img/speckle-bg.webp), -webkit-gradient(linear, left top, left bottom, from(#181818), to(#181818));
    --speckle-bottom-cta-text-color: #f1f1f1;
    --is-active-color: #9c9c9c;    
    --scrollbar-thumb-background: linear-gradient(180deg, #148fdb, #2a4772);
    --scrollbar-thumb-hover-background: rgba(20, 143, 219, 0.75);
    --scrollbar-track-background: linear-gradient(90deg, #0c2141, #0c2141 1px, #03193b 0, #03193b);  
}   

:root {
  --highlight-color: null;
}

::selection {
  background: var(--highlight-color);
}

.bg-text {
    top: -80px;
    position: absolute;
    font-size: 10vw;
    right: 0;
    color: var(--bg-text-color);
    opacity:.5;
    z-index: 0;
    font-family: 'Gochi Hand', Poppins-fallback, cursive !important;
}

@media screen and (min-width: 2200px) and (max-width: 2600px) {
    .bg-text {
        top: -120px;
    }
}
@media screen and (min-width: 2600px) {
    .bg-text {
        top: -180px;
    }
}

.bg-text span {
    display: block;
    position: relative;
    font-weight: 100;
    text-shadow: rgb(0 0 0 / 8%) 41.8833px -7.58333px 40px;
}
.slash-bg {
  background: var(--slash-bg);
  background-blend-mode: var(--slash-bg-blend-mode);
}

@media screen and (min-width: 762px) and (max-width: 1412px) {
  .tile.is-parent {
      flex: none;
      width: 50%;
  }
}
@media screen and (min-width: 1412px) {
  .tile.is-parent {
      flex: none;
      width: 33%;
  }
}
@media screen and (max-width: 762px) {
  .tile.is-parent {
      flex: none;
      width: 100%;
  }
}

.blue-text-grad {
    color: inherit;
    background: var(--highlight-background);
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
}
.green-text-grad {
    color: inherit;
    background: linear-gradient(102deg, #00c382 0%, rgb(0, 153, 255) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
}
.purple-text-grad {
    color: inherit;
    background: linear-gradient(102deg, #976aff 0%, rgb(0, 153, 255) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
}
.purple-text {
  color: #9162ff !important;
}
.green-text {
  color: #00c583 !important;
}
.blue-text {
  color: #3b9edd !important;
}
.purple-text:hover {
  color: #a782ff !important;
}
.green-text:hover {
  color: #1bd899 !important;
}
.blue-text:hover {
  color: #58beff !important;
}
.grey-text, .grey {
  color: #b4b4b4 !important;
}
.grey-text:hover {
  color: #808080 !important;
}

h2 {
  display:inline-block;
}
.home-left {
    margin: 260px 100px  260px 100px;
}
.home-showcase {
    background: rgba( 0, 0, 0, 0.10 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    max-width:666px;
    float:right;
}
.home-section {
  max-width: 2400px;
  margin: 0px auto;
}

.live-link {
    background: linear-gradient(90deg, #08c7fd, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border: 1px solid #fff;
    letter-spacing: 0.2rem;
    z-index: 1;
    color:#fff !important;
    box-shadow: -1px 0 #ffffff54, 0 1px #ffffff5c, 1px 0 #ffffff5c, 0 -1px #ffffff5c;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.live-link:hover, .live-link2:hover {
    cursor: pointer;
    -webkit-animation: animate-ll 8s linear infinite;
    animation: animate-ll 8s linear infinite;
}

.live-link:hover::before, .live-link2:hover::before {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 1;
    -webkit-animation: animate-ll 8s linear;
    animation: animate-ll 8s linear;
}

.live-link::before, .live-link2::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@-webkit-keyframes animate-ll {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 400%;
    }
}

@keyframes animate-ll {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 400%;
    }
}

@media (max-width:767px) {
  .live-link {
    letter-spacing: 0rem;
  }
}
.tweaked-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 3rem;
}

@media (min-width:992px) {
    .tweaked-box {
        width: calc(100% / 3);
        margin-bottom: 0;
    }
}

.tweaked-box .content {
    background: var(--services-bg);
    background-image: var(--services-image-bg);
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    border-radius: 4px;
    box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.25);
}

.tweaked-box.not-active button {
    background: transparent;
    border: 1px solid #e609b5;
}

.tweaked-box.active {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    z-index: 3;
}

@media (min-width:992px) {
    .tweaked-box.active {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }
}

.tweaked-box.active .content {
    background: var(--services-active-bg);
    background-image: var(--services-active-image-bg);
}

.tweaked-box.active::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 80px;
    bottom: 24px;
    left: 18px;
    background: linear-gradient(to right, #009aff, #00cbff);
    z-index: -1;
    -webkit-transform: skew(3deg, 3deg);
    -ms-transform: skew(3deg, 3deg);
    transform: skew(3deg, 3deg);
    border-radius: 4px;
}

@media (max-width:767px) {
    .tweaked-box.active::before {
        top: 20px;
        right: 20px;
        bottom: 21px;
        left: 18px;
    }
}
.tweaked-box .content figure {
    margin-left: 0em;
}
.tweaked-box .content {
       max-width: 90%; 
}
@media screen and (max-width: 1400px) {
    .tweaked-box .content {
         max-width: 100%; 
    }
}
@media screen and (max-width: 1400px) {
    .media-left, .media-right {
          flex-shrink: 0.9;
    }
}

/***************/   
/* Default Global Layout Variations */ 
/***************/   
:root {
    font-family:"Poppins Light", Helvetica Neue Regular,Poppins-fallback,sans-serif;
    font-size:32px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --footer-height: 420px; 
    background-color:var(--color-bg);
}
@media screen and (max-width: 800px) {
  :root { 
    --footer-height: 500px; 
  }
}
@media screen and (max-width: 500px) {
  :root { 
    --footer-height: 600px; 
  }
}
@media screen and (max-width: 400px) {
  :root { 
    --footer-height: 630px; 
  }
  h4.title {
    font-size: 32px;
  }
  p {
    font-size: 24px;
  }
  .smaller-cta-mobile {
    font-size:0.6rem !important;
  }
}
.bg-2-color {
  background-color: var(--bg-2-color);
}
.bg-1-color {
  background-color: var(--bg-1-color);
}

/***************/   
/* Main Styles */
/***************/   
html {
    --maxWidth: 1284px;
    scrollbar-color: #312d3c #201c29;
    scrollbar-width: thin;
    overflow-x: hidden;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures; 
}
html::-webkit-scrollbar {
    width: 20px;
    height: 10px
}

html::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-background);
    border-radius: 4px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
}
html::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover-background);
}
html::-webkit-scrollbar-track {
    background: var(--scrollbar-track-background);
}


body {
    background: var(--color-bg);
    color: var(--text-color);
    font-family: "Poppins Light", Helvetica Neue Regular,Poppins-fallback,sans-serif !important; 
    background-image: var(--bg-image);
    background-size: var(--bg-size);
    background-position: var(--bg-position);
    transition: 0.3s ease background-color;
}

h1, h2 {
  color: var(--heading-color);
  font-family: "Poppins Bold", Helvetica Neue Regular,Poppins-fallback,sans-serif !important;
  text-rendering: geometricPrecision;
}
h3 {
  color: var(--heading-color);
  font-family: "Poppins Regular", Helvetica Neue Regular,Poppins-fallback,sans-serif !important;
  text-rendering: geometricPrecision;
}


h4, h5 {
  color: var(--heading-color);
  font-family: "Poppins Regular", Helvetica Neue Regular,Poppins-fallback,sans-serif !important;
  text-rendering: geometricPrecision;
}


strong {
    font-weight: bold;
    color: unset;
}

h1 {
    display: block;
    font-weight: bold;
    font-size: var(--h1-font-size);
    text-align: center; 
}

article.tile.is-child.box p.subtitle.title-4, .box {
  font-family: "Poppins Light", Helvetica Neue Regular,Poppins-fallback,sans-serif !important;
  color: var(--subtitle-colour) !important;
}

.subtitle {
  font-family: "Poppins Medium", Helvetica Neue Regular,Poppins-fallback,sans-serif !important;
  color: var(--subtitle-colour) !important;
}

p .title-3 {
  font-family: "Poppins Medium", Helvetica Neue Regular,Poppins-fallback,sans-serif !important;
}

h1.title { 
  color: var(--header-h1-title-colour);
  text-shadow: var(--header-h1-title-shadow);
 
}
h2.title, p.title { 
  color: var(--header-h2-title-colour);
 /* text-shadow: var(--header-h2-title-shadow);*/

  line-height: 1.3;
}
h2.subtitle  {
  margin-top:40px;
}
h3.subtitle { 
  color: var(--header-h3-subtitle-colour);
  /*text-shadow: var(--header-h3-subtitle-shadow);*/

  /*font-weight:600;*/
}
h2.main-sub-title {
  font-family:"Poppins Bold", Helvetica Neue Regular,Poppins-fallback,sans-serif;
  font-weight: bold;
  color:var(--header-h2-main-subtitle-colour);
}
h4.title {
  line-height: 1.3;
}
.button, .navbar-item, .navbar-link  {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.hero-body p {
   text-shadow:var(--header-paragraph-shadow);
}
.container > p:not(:first-of-type) {
  padding-top:40px;
}
a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color:var(--link-color);
}
p {
    color: var(--text-color);
} 
.button, .button input {
    text-shadow: 1px 2px 5px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}
.button input {
    padding: 10px;
    margin-top: -4px;
    margin-left: -4px;
    background-color:transparent;
    border-color: transparent;
    color: #fff;
}
input[type=submit]:hover {
    cursor: pointer;
}

hr {
  background-color: var(--section-hr-color);
  margin:0px;
  border: none !important;
}
.navbar-brand {
  margin-left: 20px;
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 2344px;
  }
}
@media screen and (min-width: 1408px) {
  .navbar > .container .navbar-brand, .container > .navbar .navbar-brand {
      /* margin-left: 0rem; */
      margin-right: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .navbar > .container .navbar-brand, .container > .navbar .navbar-brand {
       margin-right: 0rem;    
       margin-left: 20px; 
  }
  .navbar-logo {
       margin-left: 1.75rem;    
  }  
  .navbar > .container .navbar-menu, .container > .navbar .navbar-menu { 
       margin-right: 1rem;    
  }
}

#main-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

#main-content.tilt {
  overflow: hidden;
}
#main-content.tilt #inner-content {
  transform: rotate(1deg) translateZ(0);
}


@media screen and (max-width: 1027px) {
    #main-content.tilt #inner-content {
      transform: none;
    }
}

#main-content {
  position: relative;
  background-image: var(--main-bg);
  z-index: 1;
  margin-bottom: var(--footer-height);
  -webkit-box-shadow: #000 0 7px 35px 0;
  -moz-box-shadow: #000 0 7px 35px 0;
  box-shadow: #000 0 7px 35px 0;
}
#inner-content {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    transform-origin: center 50%;
    transition: all 1s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/***************/   
/* Nav Styles */      
/***************/
.scroll-header {
  background-color:  var(--header-bg-scroll-colour);
}     
.scroll-header a {
  font-size:20px;
} 
nav { 
  position: fixed;   
}     
a.navbar-item, a.navbar-link {
  color:var(--nav-link-color);
}
.navbar { 
  box-shadow: 0 -3em 3em rgb(0 0 0 / 10%), 0 0 0 1px rgb(136 136 136 / 56%), 0.3em 0.1em 0.5em rgb(0 0 0 / 90%);
  background-color:  var(--header-bg-colour);
} 
a.navbar-logo:hover, a.footer-logo:hover {
  background-image: url("../../img/brand/tweaked-mail-logo-hover.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 400px 100px;
  transition: all 0.75s ease-in-out 0.15s;
} 
.navbar {
   min-height: 1.25rem;
}
.navbar .container { 
  min-height:1.25rem;
}
.scroll-header .navbar-brand {
  min-height:1.25rem;
} 
.navbar-logo {
  background-image: url("../../img/brand/tweaked-mail-logo.png");
  text-indent: -5000px;
  background-repeat: no-repeat;
  display: block;
  white-space: nowrap;
  text-transform: none;
  margin: 12px;
  height:100px;
  width:400px;
}
@media screen and (min-width: 420px) {
  .scroll-header .navbar-logo {
    background-image: url("../../img/brand/tweaked-mail-logo.png");
    height:70px;
    width:280px;
    background-size: 280px 70px;
    margin-top:8px;
  }
  .scroll-header .navbar-logo:hover {  
    background-size: 280px 70px;
    }    
}
.footer-logo {
    height:100px;
    width:400px;
    background-size: 400px 100px;
}
@media screen and (max-width: 1420px) {
  .footer-logo, .navbar-logo {
    height:70px;
    width:280px;
    background-size: 280px 70px;
  }
  a.footer-logo:hover, a.navbar-logo:hover {
    background-size: 280px 70px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .navbar-item {
        font-size:  26px;
    }
}

@media screen and (max-width: 1026px) {
  .footer-logo {
    height:56px !important;
    width:224px !important;
    background-size: 224px 56px !important;
  }
 .navbar-logo {
    height:70px;
    width:280px;
    background-size: 280px 70px;
  }  
}

@media screen and (max-width: 419px) {
  .scroll-header .navbar-logo, .navbar-logo {
    background-image: url("../../img/brand/tweaked-mail-logo.png");
    height:56px;
    width:224px;
    background-size: 224px 56px;
    margin-top:18px;
    margin-left:14px;
  }
  .scroll-header .navbar-logo {
    margin-top:22px;
  } 
}
.navbar-burger  {
  min-height:1.25rem;
  height: auto;
} 
.navbar-item, .navbar-link {
  padding: 0.14rem 1.2rem;
}
.navbar-logo .footer-logo {
  margin-bottom:12px;
}
.navbar-dropdown {
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
}
/***************/         
/* Button Styles */     
/***************/   
.button.is-primary {
  background-color: #148fdb;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #2a4772;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
} 
.button.is-primary.is-outlined {
  background-color: #fff;/*transparent;*/
  border-color: #148fdb;
  font-weight:normal;
  color: #2a4772;
  transition: all 0s ease-in-out;
  transition-duration: 0s;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered {
  background-color: #148fdb;
  border-color: #2a4772;
  font-weight:normal;
  color: #fff;
   transition: all 0.3s ease-in-out;
  transition-duration: 0.3s; 
}
.button.is-primary.is-outlined.slide:hover, .button.is-primary.is-outlined.slide.is-hovered {
  transition: all 0s ease-in-out;
  transition-duration: 0s;
}
.button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #148fdb;
  border-color: #2a4772;
   color: #fff;
  font-weight:normal;
}     

.button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active) {
    box-shadow: none;
}
/***************/   
/* Animated Hover */
/***************/   
.hover-animated, .hover-animated a, .gradual-hover, .gradual-hover a {
  position: relative; 
}
@media screen and (min-width: 420px) {
  .hover-animated, .hover-animated a {
    white-space: nowrap;
  }
}
.hover-animated > a {
  text-decoration: none;
  color: var(--link-color);
  z-index: 1;
}
.hover-animated a:hover {
  color: #FFF;
}
.hover-animated > a:before {
  content: "";
  background: #7FDBFF;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  transform: scaleX(0);
  animation: 1.4s forwards no-hover-v linear;
  animation-fill-mode: forwards;
  z-index: -1;
}
.hover-animated > a:hover:before,
.hover-animated > a:focus:before {
  animation: .5s forwards hover-v linear;
  animation-fill-mode: forwards;
}
@keyframes hover-v {
  0% {
      transform: scaleX(0);
      height: 5px;
     }
  45% {   
      transform: scaleX(1.05);
      height: 5px;
     }
  55% {height: 5px;}
  100% {
      transform: scaleX(1.05);
      height: 1.4rem;
     }
}
@keyframes no-hover-v {
  0% {
      transform: scaleX(1.05);
      height: 1.4rem;
     }
  45% {height: 5px;}
  55% {   
      transform: scaleX(1.05);
      height: 5px;
      opacity: 1;
     }
  100% {
      transform: scaleX(0);
      height: 5px;
      opacity: 0.02;
     }
}
  
/***************/     
/* Hover link gradual line */   
/***************/   
.gradual-hover-outter .hover:before, .gradual-hover-outter  .hover:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0px;
  height: 5px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #148fdb;
}
.gradual-hover-outter-purple .hover:before, .gradual-hover-outter-purple  .hover:after {
  background-color: #9567ff;
}
.gradual-hover-outter-green .hover:before, .gradual-hover-outter-green  .hover:after {
  background-color: #00c583;
}
.gradual-hover-outter-grey .hover:before, .gradual-hover-outter-grey  .hover:after {
  background-color: #b4b4b4 ;
}
.gradual-hover-outter  .hover:before, .gradual-hover-outter .hover:after {
  left: 0;
}
.gradual-hover-outter:hover {
  cursor: pointer;
}
.gradual-hover-outter:hover .hover:before, .gradual-hover-outter:hover .hover:after {
  width: 100%;
  opacity: 1;
}
.gradual-hover-outter-blue a:hover {
  color: #148fdb;
}
.gradual-hover-outter-purple a:hover {
  color: #9567ff;
}
.gradual-hover-outter-green a:hover {
  color: #00c583;
}
.gradual-hover-outter-grey a:hover {
  color: #b4b4b4;
}
.gradual-hover-outter-blue a, .gradual-hover-outter-blue span {
  color: #148fdb;
}
.gradual-hover-outter-purple a, .gradual-hover-outter-purple span {
  color: #9567ff;
}
.gradual-hover-outter-green a, .gradual-hover-outter-green span {
  color: #00c583;
}
.gradual-hover-outter-grey a, .gradual-hover-outter-grey span {
  color: #b4b4b4;
}
.block { 
  display:block;
}
.tweaked-box .content .content:hover {
    box-shadow: none;
}
.tweaked-box .content .content:hover {
    box-shadow: 0px 0px 22px 7px rgb(0 0 0 / 47%);
}
.tweaked-box .content .content:hover span:before, .tweaked-box .content .content:hover span:after {
  width: 100%;
  opacity: 1;
}

/***************/   
 /* Portfolio Styles */
/***************/   
.tag:not(body) {
  font-size: .5rem;
  background-color: unset;
}
.tag:not(body).is-bg-purple {
    background-color: #8f5fff;
}
.tag:not(body).is-bg-blue {
    background-color: #3ea7e8;
}
.tag:not(body).is-bg-green {
    background-color: #00c482;
}
.tag a {
  color:#fff;
}
.tag a.is-blue:hover {
  color:#148fdb;
}
.tag a.is-purple:hover {
  color:#8f5fff;
}
.tag a.is-green:hover {
  color:#00c482;
}



/***************/   
 /* Misc Styles */
/***************/   
.box {
  background-color: var(--box-bg-color);
}
.box h1, .box h2, .box h3, .box h4 {
  color: var(--box-h-color);
}

.get-started-small-text {
    font-size: 18px !important;
    margin-top: -24px;
}

.centered {
  margin: 0px auto;
  text-align: center;
}
.mx-centered {
    margin: 0px auto;
}
.no-margin {
  margin:0px !important;
}

.smaller-text {
  font-size:20px;
}
.bold {
  font-weight:bold;
}
.text-centered {
  text-align:center;
}
.mobile-centered {
  text-align:left;
}
@media screen and (max-width: 767px) {
  .mobile-centered {
    text-align:center;
  }
}

.fade-in {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.9s ease-out !important;
    transition: all 0.9s ease-out !important;
}
.fade-in.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
}

@media screen and (max-width: 1027px) {
    .fade-in {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0);
        transform: transl
    }
    .fade-in.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.home-hero {
  margin-top:95px;
  background-image: var(--home-hero-bg-image);
  background-color:var(--home-hero-bg-color);
  background:var(--home-hero-bg);
  background-blend-mode:var(--home-hero-bg-blend-mode);
}
@media screen and (max-width: 767px) {
  .hero-body {
      padding: 2.5rem 1rem;
  }
  .hero.is-small .hero-body {
      padding: 2.5rem 0.3rem;
  }
}

.project-image {
    margin: 0px auto;
    border: 1px solid #f0f6ff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
}

.image-link-container {
    position: relative;
}

.image-link-container .image-link-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
    opacity: 0;
}

.image-link-container:hover .image-link-text {
    display: block;
    opacity: 1;
    transition: all 0.5s ease-in-out 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.image-link-text .button:hover span{
    opacity: 1; 
}

.image-link-cta {
    margin: 0px auto 0px auto;
    width: 220px;
    height: 90px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.small-image {
    margin-top: 95px;
}
.large-image {
    margin-top: 220px;
}
.get-launched {
    padding-top: 18px;
    text-align: center;
}
img.recent-work {
    border: 1px solid #999;
}
.colour-bar {
    background-image: -webkit-linear-gradient(left, #148fdb 0%, #9567ff 48%, #00c583 100%);
    background-image: -moz-linear-gradient(left, #148fdb 0%, #9567ff 48%, #00c583 100%);
    background-image: -o-linear-gradient(left, #148fdb 0%, #9567ff 48%, #00c583 100%);
    background-image: -ms-linear-gradient(left, #148fdb 0%, #9567ff 48%, #00c583 100%);
    background-image: linear-gradient(to right, #148fdb 0%, #9567ff 48%, #00c583 100%);
    height: 1rem;
}
.colour-bar {
  position: sticky; 
  position: -webkit-sticky; 
  z-index: 1; 
  top: 60px;
}

@media screen and (max-width: 500px) {
  .section {
      padding: 2.5rem 1rem;
  }
  .is-size-7-mobile {
    font-size:.65rem !important;
  }
}

.header-margin {
  margin-top:110px;
}

a.anchor {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}

.extra-pad {
      padding: 34px;
}

.tweaked-design-icon {
    height: 50px;
    width: 50px;
}
@media screen and (max-width: 1027px) {
    .tweaked-design-icon {
        height: 32px;
        width: 32px;
    }
    #map-box {
        padding: 16px;
    }
}
@media screen and (max-width: 767px) {
    .tweaked-design-icon {
        height: 24px;
        width: 24px;
    }
    #map-box {
        padding: 8px;
    }
}

.border-bottom-box {
    border-bottom: 2px solid var(--text-color);
    padding-bottom: 40px;
}

li.is-active a {
    color: var(--is-active-color) !important;
}

.tag:not(body).is-dark {
    background-color: #181818;
}

.z-index-1 {
    z-index: 1;
}
/* ==========================================================================
   Map Styles
   ========================================================================== */ 
#map {
  height: 100%;
}
#map {
    position: unset !important;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/***************/   
/* Wide Area */
/***************/   
.wide-area {
 background: var(--wide-area-bg);
 background-blend-mode: var(--wide-area-bg-blend);
 background-image: var(--wide-area-bg-image);
}

/***************/   
/* Theme Selector */
/***************/   
.light-switch-content {
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  width: 70%;
  transform: translateY(5%);
}
.light-switch label, .toggle {
  height: 1.2rem;
  border-radius: 5px;
}
.light-switch label {
  width: 100%;
  background-color: var(--light-switch-bg-color);
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.light-switch .toggle {
  position: absolute;
  width: 50%;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,.15);
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-100%);
}
.light-switch .names {
  font-size: 70%;
  font-weight: bolder;
  width: 65%;
  margin-left: 17.5%;
  margin-top: 1%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  user-select: none;
}
.light-switch .dark {
  opacity: .5;
}

/* -------- Switch Styles ------------*/
#light-switch {
  display: none;
}
/* Toggle */
#light-switch:checked + .light-switch .toggle {
  transform: translateX(0%);
  background-color: #34323D;
}
#light-switch:checked + .light-switch .dark {
  opacity: 1;
}
#light-switch:checked + .light-switch .light {
  opacity: .5;
}

/***************/   
/* Form Styles */
/***************/   
.fancy-form .content-container form {
    position: relative;
    overflow: hidden;
}
.fancy-form .content-container form .input-area {
    margin-bottom: 30px;
    position: relative;
}
.fancy-form .content-container form .input-area.button-area {
    text-align: center;
    margin-bottom: 0;
}
.fancy-form .content-container form input[type=text],
.fancy-form .content-container form input[type=tel],
.fancy-form .content-container form input[type=email],
.fancy-form .content-container form input[type=file],
.fancy-form .content-container form input[type=image],
.fancy-form .content-container form input[type=url],
.fancy-form .content-container form textarea
{
    height: 100%;
    font-size: 1rem;
    -webkit-letter-spacing: 0.25rem;
    -moz-letter-spacing: 0.25rem;
    -ms-letter-spacing: 0.25rem;
    letter-spacing: 0.25rem;
    padding: 20px;
    display: block;
    width: 100% !important;
    border: none;
    background-color: var(--form-input-colour);
    color: #fff;
   /* text-transform: uppercase;*/
    position: relative;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
}
.fancy-form .content-container form textarea:focus {
  border-color: transparent;
}


.fancy-form .content-container form input:focus+.label-name .content-name,
.fancy-form .content-container form input:required:valid+.label-name .content-name,
.fancy-form .content-container form textarea:focus+.label-name .content-name,
.fancy-form .content-container form textarea:required:valid+.label-name .content-name,
.fancy-form .content-container form textarea:not(:placeholder-shown)+.label-name .content-name,
.fancy-form .content-container form input:valid+.label-name.is-valid .content-name,
.fancy-form .content-container form input:not(:placeholder-shown)+.label-name .content-name{
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    font-size: 0.7rem;
    opacity: 0.2;
}
.fancy-form .content-container input:not(:placeholder-shown)+.label-name::after,
.fancy-form .content-container input:focus+.label-name::after,
.fancy-form .content-container input:required:valid+.label-name::after,
.fancy-form .content-container input:valid+.label-name.is-valid::after, 
.fancy-form .content-container input:valid+.label-name.is-invalid::after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.fancy-form .content-container textarea:not(:placeholder-shown)+.label-name::after,
.fancy-form .content-container textarea:focus+.label-name::after,
.fancy-form .content-container textarea:required:valid+.label-name::after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.fancy-form .content-container form label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.fancy-form .content-container form label.relative {
      position: relative;
      pointer-events: visible;
}
.fancy-form .content-container form label::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    height: 4px;
    background: linear-gradient(90deg, #f441a5, #03a9f4);
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.fancy-form .content-container form .content-name {
    position: absolute;
    top: 10px;
    left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    -webkit-letter-spacing: 0.25rem;
    -moz-letter-spacing: 0.25rem;
    -ms-letter-spacing: 0.25rem;
    letter-spacing: 0.25rem;
    font-size: 0.8rem;
}
.textarea {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
}
.fancy-form .content-container form label.is-invalid::after {
      background: linear-gradient(90deg, #ff0000, #ff0000);
}
.fancy-form .content-container form label.is-valid::after {
    background: linear-gradient(90deg, #00d1b2, #48c774);
}
@media screen and (max-width: 768px) {
  .fancy-form .content-container form input[type=text],
   .fancy-form .content-container form input[type=tel],
    .fancy-form .content-container form input[type=email],
     .fancy-form .content-container form input[type=file],
      .fancy-form .content-container form input[type=image],
       .fancy-form .content-container form input[type=url],
        .fancy-form .content-container form textarea {
          font-size:.6rem;
        }
  .fancy-form .content-container form .content-name {
    font-size: 0.5rem;
  }    
  .fancy-form .content-container form input:focus+.label-name .content-name,
  .fancy-form .content-container form textarea:focus+.label-name .content-name,
  .fancy-form .content-container form input:valid+.label-name .content-name,
  .fancy-form .content-container form textarea:valid+.label-name .content-name {
    font-size: 0.4rem;
  }
}
.checkbox {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size: 1.6rem;
  color: #fff;
}
.checkbox__control {
  display: inline-grid;
  width: 1em;
  height: 1em;
  border-radius: 0.25em;
  border: 0.1em solid #cac8c8;
  margin-top:10px;
}
@media screen and (max-width: 767px) {
  .checkbox__control {
    width: 0.7em;
    height: 0.7em;
    border-radius: 0.25em;
    margin-top: 28px;
  }

  .checkbox {
    grid-gap: 0.1em;
  }
}
.checkbox__control.blue {
  border: 0.1em solid #3b9edd;
}
.checkbox__control.purple {
  border: 0.1em solid #9162ff;
}
.checkbox__control.green {
  border: 0.1em solid #00c583;
}
.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}
.checkbox__input input {
    opacity: 0;
    width: 1em;
    height: 1em;
}
.checkbox__input input:checked + .checkbox__control svg {
    transform: scale(1);
}
.checkbox__control svg {
    transition: transform 0.1s ease-in 25ms;
    transform: scale(0);
    transform-origin: bottom left;
}
.checkbox__input > * {
    grid-area: checkbox;
}

/* Honeypot Checker */
.checker {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
/* ==========================================================================
   FORM FEEDBACK 
   ========================================================================== */ 
#errors {
  background: url(../../img/errBox.jpg) 0 0 repeat-y;
  display: block;
  margin: 20px auto 20px auto;
  padding: 4px;
  border: 3px #900 solid;
  background-color: #FFF;
  color:#000;
  width:100%;
}
#success {
  background: url(../../img/chkBox.jpg) 0 0 repeat-y;
  display: block;
  margin: 20px auto 20px auto;
  padding: 8px 4px 4px 4px;
  border: 3px #669900 solid;
  background-color: #FFF;
  width:100%;
}
.errMessage { 
  display: block;
  padding: 0px 0px 0px 34px;
  margin: 0px 0px 4px 0px;
  width: auto;
  color: #C00;
  font-weight: normal;
  /*font-size: 20px;*/
}
.successMessage { 
  display: block;
  padding: 0px 0px 0px 34px;
  margin: 0px 0px 4px 0px;
  width: auto;
  color: #333;
  font-weight: normal;
}

/***************/   
/* Footer Styles */
/***************/   
footer h1, footer h2, footer h3, footer h4, footer h5 {
  color: var(--footer-heading-color);
  font-family: "Poppins Bold", Helvetica Neue Regular,Poppins-fallback,sans-serif !important;
}

ul.footer-services {
  margin:0px;
  padding:0px;
}     
ul.footer-services li {
  margin:0px 0px 12px 0px;
  padding:0px;
  line-height:.75rem
}
ul.footer-services li a {
  margin:0px;
  padding:0px;
  font-size:10px;
}
ul.footer-services h4 {
  margin-bottom:14px;
}
footer a:hover {
  color: #148fdb;
}

footer li {
  color: var(--footer-li-colour);
}
.fixed_footer {
  width: 100%;
  height: var(--footer-height);
  background:var(--footer-bg);
  position: fixed; left: 0; 
  bottom: 0;
  z-index: -100;
}
.fixed_footer p {
    color:var(--footer-p-colour);
}
.fixed_footer {
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .fixed_footer {
    padding: 1rem 1.5rem;
  }
}
footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--footer-height);

}
.footer-container {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  animation: fade-in 0.75s 0.25s ease-in forwards;  
  grid-column: 1;
  grid-row: 1;
  background-color: var(--gray);
  transition: opacity 0.1s;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.media figure.media-left{
  margin-right:12px;
}
footer hr {
  margin: 0 0 .8em 0;
  background-color: #2a4772;
}
.fixed_footer p {
  font-size:.7rem;
}
.footer-address {
  max-width: 339px;
  text-align: center;
   margin: 0px auto;
}

/***************/   
/* BreadCrumb Styles */
/***************/  
.breadcrumb {
    padding: 1rem 38px 0px 0px; 
    position: relative;
    margin:0px !important;
    padding:0px !important;
    font-size:18px;
    max-width: 2300px;
}

.breadcrumb ul {
  margin: -80px 0px 52px 0px;
  padding:0px;
}

@media screen and (max-width: 550px) {
  .breadcrumb ul {
      margin: -70px 0px 42px 0px;
  }
}

.speckle-bottom-cta.webp {
  background-image: var(--speckle-bottom-cta-background-image-webp);
  background-size: auto, auto;
}
.speckle-bottom-cta {
  background-image: var(--speckle-bottom-cta-background-image);
  background-size: auto, auto;
}

.speckle-bottom-cta p {
    color: var(--speckle-bottom-cta-text-color);
}
.speckle-bg {
    background-position: 50% 50%, 0px 0px;
    background-size: auto, auto;
    box-shadow: var(--speckle-box-shadow);
    -webkit-box-shadow: var(--speckle-webkit-box-shadow);
}

.speckle-bg {
    background-image: var(--speckle-background-image-webp);
}
.speckle-bg.no-webp {
    background-image: var(--speckle-background-image);
}
.what-is-box {
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.05);
}
.what-is-box-right {
    padding: 75px 70px 75px 50px;
}
@media screen and (max-width: 767px) {
    .what-is-box-right {
        padding: 0px 30px 30px 30px;
    }
}

.what-is-box-right:after {
    background-image: -webkit-linear-gradient(left, #148fdb 0%, #9567ff 48%, #00c583 100%);
    background-image: -moz-linear-gradient(left, #148fdb 0%, #9567ff 48%, #00c583 100%);
    background-image: -o-linear-gradient(left, #148fdb 0%, #9567ff 48%, #00c583 100%);
    background-image: -ms-linear-gradient(left, #148fdb 0%, #9567ff 48%, #00c583 100%);
    background-image: linear-gradient(to right, #148fdb 0%, #9567ff 48%, #00c583 100%);
    height: 1rem;
}
.blurry-circle {
    position: fixed;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient( 45deg , #148fdbba, #148fdb);
    opacity: 0.2;
    -webkit-filter: blur(100px);    
    filter: blur(100px);
}
.blurry-circle.purple {
    left: auto;
    top: -250px;
    right: -250px;
    bottom: auto;
    background-image: linear-gradient( 45deg , #956bff, #946cff);
}
.blurry-circle.green {
    left: auto;
    top: -250px;
    right: -250px;
    bottom: auto;
    background-image: linear-gradient( 45deg , #01c281, #01c281);
}
.blurry-circle.blue {
    left: auto;
    top: -250px;
    right: -250px;
    bottom: auto;
    background-image: linear-gradient( 45deg , #148fdbba, #148fdb);
}
@media screen and (max-width: 550px) {
  .blurry-circle.purple, .blurry-circle.green, .blurry-circle.blue {
    display: none;
  }
}

/***************/   
/* List Styles */
/***************/  
.service-list li {
    font-size: 28px;
}
.service-list li span {
    font-size: 30px;
}
ol.service-list {
  margin: 0 0 0 2em;
  padding: 0;
  display: grid;
}
.service-list li {
  padding-left: 0.5em;
}
ol.service-list li::marker {
    content: counter(list-item);
    font-family: 'Gochi Hand',Poppins-fallback, cursive !important;
    font-size: 1.5em;
    color: #00c382;
}
ol.service-list li span {
    color: inherit;
    background: linear-gradient(102deg, #00c382 0%, rgb(0, 153, 255) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight:bold;
}

.icon-margin-bottom {
      margin-bottom: -26px;
}

/***************/   
/* Font Styles */   
/***************/   
@font-face {
    font-family: 'Helvetica Neue Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue Regular'), url('../../lib/fonts/HelveticaNeueBold.woff') format('woff');
    font-display: swap;
} 
@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../../lib/fonts/Poppins-Regular.woff') format('woff');
    font-display: swap;
} 
@font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light'), url('../../lib/fonts/Poppins-Light.woff') format('woff');
    font-display: swap;
} 
@font-face {
    font-family: "Poppins-fallback";
    size-adjust: 97.38%;
    ascent-override: 99%;
    src: local("Arial");
}
@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium'), url('../../lib/fonts/Poppins-Medium.woff') format('woff');
    font-display: swap;
} 
@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('../../lib/fonts/Poppins-Bold.woff') format('woff');
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../lib/fonts/gochi-hand.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/***************/   
/* Responsive Styles */   
/***************/  
@media screen and (max-width: 768px) {  /*Mobile*/
    .title-header {
        font-size: 1.05rem  ;
    }   .title-1 {
        font-size: 0.95rem  ;
    }   .title-2 {
        font-size: 0.8rem;
    }   .title-3 {
        font-size: 0.75rem;
    }   .title-4 {
        font-size: 0.70rem;
    }   .title-5 {
        font-size: 0.60rem;
    }

    p {
        font-size: 0.65rem;
    }
    .cta-link, .cta-link input {
        font-size: 0.75rem;     
    }
}
@media screen and (min-width: 769px)  and (max-width: 1023px) {/*Tablet*/
    .title-header {
        font-size: 1.45rem;
    }   .title-1 {
        font-size: 1.35rem;
    }   .title-2 {
        font-size: 1.25rem;
    }   .title-3 {
        font-size: 0.90rem;
    }   .title-4 {
        font-size: 0.85rem;
    }   .title-5 {
        font-size: 0.70rem;
    }
    p {
        font-size: 0.75rem;
    }
    .cta-link, .cta-link input {
        font-size: 0.80rem;     
    }
}
@media screen and (min-width: 1024px)  and (max-width: 1215px) {/*Desktop*/
    .title-header {
        font-size: 1.7rem;
    }   .title-1 {
        font-size: 1.6rem;
    }   .title-2 {
        font-size: 1.4rem;
    }   .title-3 {
        font-size: 0.95rem;
    }   .title-4 {
        font-size: 0.85rem;
    }   .title-5 {
        font-size: 0.80rem;
    }
    p {
        font-size: 0.85rem;
    }
    .cta-link, .cta-link input {
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 1216px)  and (max-width: 1407px) {/*Widescreen*/
    .title-header {
        font-size: 2.1rem;
    }   .title-1 {
        font-size: 2.0rem;
    }   .title-2 {
        font-size: 1.5rem;
    }   .title-3 {
        font-size: 0.95rem;
    }   .title-4 {
        font-size: 0.90rem;
    }   .title-5 {
        font-size: 0.90rem;
    }
    p {
        font-size: 0.95rem;
    }
    .cta-link, .cta-link input {
        font-size: 0.9rem;     
    }
}
@media screen and (min-width: 1408px) {/*FullHD*/
    .title-header {
        font-size: 2.1rem;
    }   .title-1 {
        font-size: 2.0rem;
    }   .title-2 {
        font-size: 1.6rem;
    }   .title-3 {
        font-size: 1.20rem;
    }   .title-4 {
        font-size: 0.95rem;
    }   .title-5 {
        font-size: .95rem;
    }
    p {
        font-size: 1.0rem;
    }
    .cta-link, .cta-link input {
        font-size: 1.0rem;     
    }
}

@media screen and (max-width: 768px) {
    .no-margin-bottom-mobile {
        margin-bottom: 0rem !important;
    }
    .no-padding-y-mobile {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }   
    .no-padding-bottom-mobile {
        padding-bottom: .1rem !important
    }       
}

.button {
  position: relative;
  overflow: hidden;
}
.button:hover:before {
    opacity: 1; 
    transform: translate(0,0);
}
.button:before {
  content: attr(data-hover);
  position: absolute; 
  width: 100%;
  opacity: 0;
  transform: translate(-100%,0);
  transition: all .3s ease-in-out;
}
.button.header-contact:before {
  content: none;
  transform: none;
}
.button:hover span {
    opacity: 0; 
    transform: translate(100%,0)
}
.button.header-contact:hover span {
    opacity: 1; 
}
.button span {
    transition: all .3s ease-in-out;
}

article.tile {
    box-shadow: inset 0 0 0.5em rgb(0 0 0 / 10%), 0.2em 0.2em 0.5em rgb(0 0 0 / 20%);
}

.fun-font {
    font-family: 'Gochi Hand', Poppins-fallback, cursive !important;
    font-size: 1.5em;
    color: #00c382 !important;
}
.green-subtitle {
    color: inherit;
    background: linear-gradient(102deg, #00c382 0%, rgb(0, 153, 255) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
    margin-bottom: 0px !important;
}

/***************/   
/* Box Styles */   
/***************/  
.box-slider {
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 1760px) {/*760px*/
    .box-slider-slider:hover .box-slider_slider {
        transform: translateY(-110%);
    }
}
.box-slider_slider {
    transition: transform 0.52s cubic-bezier(0.545, 0.03, 0.395, 0.965);
    margin-right: -40px !important;

}
.box-slider_desc {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}
@media screen and (min-width: 1760px) {/*760px*/
    .box-slider_body {
        transform: translateY(100%);
    }
    .box-slider_info {
        position: absolute;
    }
    .box-slider_slider {
       display: flex;
       margin-right: 40px;
    }
}

@media screen and (max-width: 1760px) {/*760px*/
    .box-slider_body {
        padding-top: 28px !important;
    }
}
.box-slider_body {
    position: relative;
    padding-top: 48px;
    margin-right: 40px;
}
.box-slider_info {
    margin-right: 40px;
}

/***************/   
/* Modal Exit Popup */   
/***************/  
.modal-content   {
    padding: 10% 60px 0px 60px;
}
.modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden
}
.modal.is-active {
    visibility: visible
}
.modal.modal-full-screen .modal-content {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    margin: 0;
    /*background-color: #36393ca8;*/
    background-color: var(--header-bg-colour);
}
.modal.exit-message-fade .modal-content {
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.modal.exit-message-fade.is-active .modal-content {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.is-large.delete, .is-large.modal-close {
    height: 80px;
    max-height: 80px;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
    width: 80px;
}
.delete::before, .modal-close::before, .delete::after, .modal-close::after {
    background-color: var(--text-color);
}
.delete::before, .modal-close::before, .delete::after, .modal-close::after {
    background-color: var(--text-color);
}
@media screen and (max-width: 980px) {
    .modal-content   {
        padding: 15% 0px 0px 0px;
    }
    .is-large.delete, .is-large.modal-close {
        height: 60px;
        max-height: 60px;
        max-width: 60px;
        min-height: 60px;
        min-width: 60px;
        width: 60px;
    }
}
@media screen and (max-width: 980px) {
    .modal .box {
        padding:0;
    }
}

/***************/   
/* Responsive Styles */   
/***************/  
@media screen and (max-width: 768px) {  /*Mobile*/
    .box-slider p {
        font-size: 0.65rem;
    }  
    .box-slider .title-4 {
        font-size: 0.75rem;
    }      
}
@media screen and (min-width: 769px)  and (max-width: 1023px) {/*Tablet*/
    .box-slider p {
        font-size: 0.75rem;
    } 
    .box-slider .title-4 {
        font-size: 0.8rem;
    }      
}
@media screen and (min-width: 1024px)  and (max-width: 1215px) {/*Desktop*/
    .box-slider p {
        font-size: 0.80rem;
    } 
    .box-slider .title-4 {
        font-size: 0.85rem;
    }      
}
@media screen and (min-width: 1216px)  and (max-width: 1407px) {/*Widescreen*/
    .box-slider p {
        font-size: 0.85rem;
    }
    .box-slider .title-4 {
        font-size:  0.9rem;
    }      
}
@media screen and (min-width: 1408px) {/*FullHD*/
    .box-slider p {
        font-size: 0.9rem;
    }
    .box-slider .title-4 {
        font-size: 0.95rem;
    }      
}
@media screen and (min-width: 1980px) {/*xxFullHD*/
    .box-slider p {
        font-size: .95rem;
    }
    .box-slider .title-4 {
        font-size: 1rem;
    }      
}

.glow-on-hover:before {
    transform: none !important;
}
.glow-on-hover {
    display: inline !important;
    cursor: pointer;
    z-index: 0;
}
.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #1ae429, #08c787, #069678, #00acc6, #009dff, #00a7d6, #2a4772, #148fda, #09e4ff);
    top: -5px;
    left: -5px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.day-night {
    position: fixed;
    transform: rotate(90deg);
    z-index: 99;
    top: 65%;
   /* right: calc((100vw - 1300px) / 2 - 43px)*/
     left: calc((100vw - 32px));
}
.section-header header h2 {
    padding: 10px 6px 0px 6px !important;
}
.currentNav {
    color: #2783bd !important;
}

@media screen and (max-width: 1216px) {
    article.tile.is-child.box {
       padding: 1rem; 
    }
}

.text-link { 
    cursor: pointer;
    font-size: 70%;
    text-decoration: underline;
    opacity: 0.5;
}

.size-home-info {
    min-height: 476px;
}

.size-home-first {
    min-height: 820px;
}

img { aspect-ratio: attr(width) / attr(height);}

@media screen and (max-width: 767px) {
    .column {
        padding-top: 0.4rem;
        bottom: 0.4rem;
    }
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
    .navbar.is-fixed-bottom, .navbar.is-fixed-top {
      left: unset;
      position: unset;
      right: unset;

    }
    .home-hero {
        margin-top: 0px;
    }
    #inner-content {
        z-index: -1;
    }
}

/************************/   
/* Header Toggle Styles */   
/************************/ 
@media screen and (min-width: 1026px) and (max-width: 1280px) {
    .button {
        padding-left: .6em;
      padding-right: .6em;
    }
    .navbar-item, .navbar-link {
        padding:  0px 12px 0px 12px;
    }
}
@media screen and (min-width: 1260px) and (max-width: 1360px) {
    .button {
        padding-left: .7em;
      padding-right: .7em;
    }
    .navbar-item, .navbar-link {
        padding:  0px 20px 0px 20px;
    }
}
@media screen and (min-width: 1361px) and (max-width: 1470px) {
    .button {
        padding-left: .7em;
      padding-right: .7em;
    }
    .navbar-item, .navbar-link {
        padding:  0px 30px 0px 30px;
    }
}
.unset-label  { 
    position: unset !important;
}
.light-switch-nav {
    padding: 0px;
}
.wrapper-top {
  text-align: center;
  transform: rotate(-90deg);
}
.toggle-top {
    position: relative;
  display: inline-block;
  width: 64px;
  padding: 4px;
  border-radius: 40px;
  box-sizing: unset !important;
  cursor: pointer;
}
.toggle-top:before,
.toggle-top:after {
  content: '';
  display: table;
  box-sizing: unset !important;
}
.toggle-top:after {
  clear: both;
  box-sizing: unset !important;
}
.toggle-top-bg {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    background-color: #C0E6F6;
    border-radius: 40px;
    border: 4px solid #81C0D5;
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}
.toggle-top-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid red;
    border-radius: 40px;
    z-index: 2;
    opacity: 0;
    transform: rotate(90deg);
    cursor: pointer;
}
.toggle-top-switch {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 38px;
    background-color: #F5EB42;
    border: 3px solid #E4C74D;
    border-radius: 50%;
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}
.toggle-top-input:checked ~ .toggle-top-switch {
  margin-left: 0;
  border-color: #DEE1C5;
  background-color: #FFFDF2;
}
.toggle-top-input:checked ~ .toggle-top-bg {
  background-color: #484848;
  border-color: #202020;
}
.toggle-top-input:checked ~ .toggle-top-switch .toggle-top-switch-figure {
  margin-left: 40px;
  opacity: 0;
  transform: scale(0.1);
}
.toggle-top-input:checked ~ .toggle-top-switch .toggle-top-switch-figureAlt {
  transform: scale(1);
}
.toggle-top-switch-figureAlt {
    content: "";
    position: absolute;
    top: 0px;
    left: -1px;
    width: 1px;
    height: 1px;
    background-color: #EFEEDA;
    border-radius: 100%;
    border: 4px solid #DEE1C5;
    box-shadow: 22px -7px 0 -3px #fcfcfc, 38px -5px 0 -3px #fcfcfc, 28px 6px 0 -4px #fcfcfc, 52px 6px 0 -2px #fcfcfc, 45px 16px 0 -4px #fcfcfc, 26px 16px 0 -2px #fcfcfc, 39px 9px 0 -3px #fcfcfc;
    transition: all 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(0);
}
.toggle-top-input:checked ~ .toggle-top-switch .toggle-top-switch-figureAlt {
    transform: scale(1);
}
.toggle-top-switch-figureAlt:before {
content: "";
    position: absolute;
    top: -3px;
    left: 10px;
    width: 3px;
    height: 3px;
    background-color: #EFEEDA;
    border-radius: 100%;
    border: 3px solid #DEE1C5;
}
.toggle-top-switch-figureAlt:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 8px;
    width: 3px;
    height: 3px;
    background-color: #EFEEDA;
    border-radius: 100%;
    border: 2px solid #DEE1C5;
}
@media screen and (max-width: 1023px) {
    .wrapper-top {
        transform: rotate(-90deg);
        text-align: center;
    }
    .toggle-top {
        width: 110px;
    }
    .toggle-top-input {
        transform: rotate(0deg);
    }
    .toggle-top-switch {
        width: 34px;
        height: 34px;
        border: 4px solid #E4C74D;
    }
    .toggle-top-switch-figureAlt {
        top: 2px;
        left: 0px;
        width: 4px;
        height: 4px;
        box-shadow: 40px -7px 0 -3px #fcfcfc, 75px -5px 0 -3px #fcfcfc, 55px 6px 0 -4px #fcfcfc, 96px 10px 0 -2px #fcfcfc, 83px 24px 0 -4px #fcfcfc, 65px 19px 0 -2px #fcfcfc, 43px 24px 0 -3px #fcfcfc;
    }
    .toggle-top-switch-figureAlt:before {
        width: 3px;
        height: 3px;
        border: 4px solid #DEE1C5;
    }
    .toggle-top-switch-figureAlt:after {
        top: 15px;
        left: -5px;
        width: 3px;
        height: 3px;
    }
    .toggle-top-switch {
        margin-left: 66px;
    }
    div.navbar-item.light-switch-nav {
        margin-top: -94px;
    float: right;
    }
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */

/*.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}*/

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4)
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

/*.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}
*/
/*.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}*/

/*.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}*/

/*.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}*/

/*.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}*/

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.waves-float:active {
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

.waves-block {
    display: block
}

.button.is-primary.is-active, .button.is-primary:active {
    background-color: #2a4772;
    border-color: transparent;
    color: #fff;
}

.visibility-hidden {
    position:absolute !important;
    left:-20000px !important;
    top:auto !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}