/* -------------------------------- 

 Header

-------------------------------- */
/*#nav {
    position: relative;
    z-index: 999;
}*/

html {
  scroll-behavior: smooth;
}

ul li {
    list-style-type: none;
}
.cd-morph-dropdown {
    position: relative;
    height: 60px;
    background-color: #F6F6F6;
  }
  .background-transparent {
    background-color: rgba(255,255,255,0);;
  }
  .cd-morph-dropdown::before {
    /* never visible - used in JS to check mq */
    content: "mobile";
    display: none;
  }
  .cd-morph-dropdown .nav-trigger {
    /* menu icon - visible on small screens only */
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    /* replace text with icon */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
  }
  .cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
    /* these are the 3 lines of the menu icon */
    position: absolute;
    background-color: #FFFFFF;
    height: 3px;
    width: 26px;
  }
  .subpage-nav .cd-morph-dropdown .nav-trigger span,
  .subpage-nav .cd-morph-dropdown .nav-trigger span::after,
  .subpage-nav .cd-morph-dropdown .nav-trigger span::before {
    /* these are the 3 lines of the menu icon */
    background-color: #333333;
  }
  .subpage-nav {
    background-color: #FFFFFF;
    color: #333333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }
  .cd-morph-dropdown .nav-trigger span.dark, .cd-morph-dropdown .nav-trigger span.dark::after, .cd-morph-dropdown .nav-trigger span.dark::before {
    background-color: #333333;
  }
  .cd-morph-dropdown .nav-trigger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    transition: background-color 0.3s;
  }
  .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
    content: "";
    left: 0;
    transition: transform 0.3s;
  }
  .cd-morph-dropdown .nav-trigger span::before {
    transform: translateY(-9px);
  }
  .cd-morph-dropdown .nav-trigger span::after {
    transform: translateY(9px);
  }
  .cd-morph-dropdown.nav-open .nav-trigger span {
    background-color: transparent;
  }
  .cd-morph-dropdown.nav-open .nav-trigger span::before {
    transform: rotate(45deg);
  }
  .cd-morph-dropdown.nav-open .nav-trigger span::after {
    transform: rotate(-45deg);
  }
  .cd-morph-dropdown .main-nav {
    display: none;
  }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 1.2em 5%;
    box-shadow: inset 0 1px 0 #dddddd;
    background-color: #F6F6F6;
    z-index: 99;
  }
  .cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
    display: block;
  }
  .cd-morph-dropdown .dropdown-list > ul > li {
    margin-bottom: 3.3em;
  }
  .cd-morph-dropdown .dropdown-list ul {
    padding-left: 0;
  }
  .cd-morph-dropdown .label {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #0085FF;
    margin-bottom: 0.8em;
  }
  .cd-morph-dropdown .content li::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-morph-dropdown .gallery .content li {
    margin-bottom: 1.4em;
    list-style-type: none;
  }
  .cd-morph-dropdown .gallery .content a {
    /*display: block;*/
    display: flex;
    align-items: center;
  }
  .cd-morph-dropdown .gallery .content a .product-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: left;
  }
  .cd-morph-dropdown .gallery .content a::before {
    /* icon on the left */
    content: "";
    display: inline-block;
    float: left;
    height: 54px;
    width: 54px;
    margin-right: 0.6em;
    background: red;
    border-radius: 50%;
    transition: background 0.2s;
  }
  .cd-morph-dropdown .gallery .content a span, .cd-morph-dropdown .gallery .content a em {
    display: block;
    line-height: 1.2;
  }
  .cd-morph-dropdown .gallery .content a em {
    font-size: 1rem;
    padding: 0.4em 0 0.2em;
    color: #333;
  }
  .cd-morph-dropdown .gallery .content a span {
    font-size: 1rem;
    color: #333333;
  }
  .cd-morph-dropdown .gallery .content .product-name {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    transition: all 0.3s ease-in-out;
  }
  .cd-morph-dropdown .content a:hover .product-name {
    color: #777777;
  }
  .cd-morph-dropdown .gallery .content .product-description {
    font-size: 0.7rem;
    color: #565656;
  }
  .cd-morph-dropdown .gallery .content a:hover::before {
    background-color: #e2ebee;
  }
  .cd-morph-dropdown .gallery li:nth-of-type(1) a::before {
    background: url(../img/products/icon-seaport.svg) no-repeat 0 0;
  }
  .cd-morph-dropdown .gallery li:nth-of-type(2) a::before {
    background: url(../img/products/icon-seavault.svg) no-repeat 0 0;
  }
  .cd-morph-dropdown .gallery li:nth-of-type(3) a::before {
    background: url(../img/products/icon-seacash.svg) no-repeat 0 0;
  }
  .cd-morph-dropdown .gallery li:nth-of-type(4) a::before {
    background: url(../img/products/icon-seawave.svg) no-repeat 0 0;
  }
  .cd-morph-dropdown .links .content > ul > li {
    margin-top: 1em;
    list-style-type: none;
  }
  .cd-morph-dropdown .links-list a,
  .cd-morph-dropdown .btn {
    display: block;
    margin-left: 14px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .cd-morph-dropdown .links-list a {
    font-size: 1rem;
    color: #333333;
    transition: all 0.3s ease-in-out;
  }
  .cd-morph-dropdown .links-list a:hover,
  .cd-morph-dropdown .btn:hover {
    color: #333;
  }
  .cd-morph-dropdown .links-list a:hover {
    color: #777777;
  }
  .cd-morph-dropdown .content h2 {
    color: #777777;
    font-weight: bold;
    font-size: 1rem;
    margin: 20px 0 10px 14px;
  }
  @media only screen and (min-width: 1000px) {
    .cd-morph-dropdown {
      position: absolute;
      height: 80px;
      left: 0;
      top: 0;
      width: 100%;
      padding: 0;
      text-align: left;
      background-color: transparent;
    }
    .cd-morph-dropdown::before {
      content: "desktop";
    }
    .cd-morph-dropdown .nav-trigger {
      display: none;
    }
    .cd-morph-dropdown .main-nav {
      display: inline-block;
      position: relative;
      z-index: 999;
    }
    .cd-morph-dropdown .main-nav > ul > li {
      display: inline-block;
      float: left;
    }
    .cd-morph-dropdown .main-nav > ul > li > a {
      display: block;
      padding: 0 1.8em;
      height: 80px;
      line-height: 80px;
      color: #F6F6F6;
      font-size: 0.9rem;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: opacity 0.2s;
    }

  .subpage-nav {
    .cd-morph-dropdown .main-nav > ul > li > a {
      color: #333333 !important;
    }
  }
    .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
      /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
      opacity: 0.6;
    }
    .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
      opacity: 1;
    }
    .cd-morph-dropdown .morph-dropdown-wrapper {
      /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
      display: block;
      top: 70px;
      /* overwrite mobile style */
      width: auto;
      padding: 0;
      box-shadow: none;
      background-color: transparent;
      /* Force Hardware acceleration */
      transform: translateZ(0);
      will-change: transform;
      transform: translateY(-8px);
      transition: transform 0.3s;
    }
    .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
      transform: translateY(0);
    }
    .cd-morph-dropdown .dropdown-list {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      transform: translateZ(0);
      will-change: transform, width, height;
      transition: visibility 0.3s;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }
    .no-csstransitions .cd-morph-dropdown .dropdown-list {
      display: none;
    }
    .cd-morph-dropdown .dropdown-list::before {
      /* dropdown top triangle */
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      height: 0;
      width: 0;
      border: 8px solid transparent;
      /*border-bottom-color: #F6F6F6;*/
      border-bottom-color: #FFFFFF;
      opacity: 0;
      transition: opacity 0.3s;
    }
    .cd-morph-dropdown .dropdown-list > ul {
      position: relative;
      z-index: 1;
      height: 100%;
      width: 100%;
      padding: 0;
      overflow: hidden;
    }
    .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
      visibility: visible;
      transition: transform 0.3s, width 0.3s, height 0.3s;
    }
    .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
      opacity: 1;
    }
    .cd-morph-dropdown .dropdown {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      transition: opacity 0.3s, visibility 0.3s;
    }
    .cd-morph-dropdown .dropdown.active {
      opacity: 1;
      visibility: visible;
    }
    .cd-morph-dropdown .dropdown.move-left .content {
      transform: translateX(-100px);
    }
    .cd-morph-dropdown .dropdown.move-right .content {
      transform: translateX(100px);
    }
    .cd-morph-dropdown .label {
      /* hide the label on bigger devices */
      display: none;
    }
    .cd-morph-dropdown .content {
      padding: 1.5rem;
      transition: transform 0.3s;
      text-align: left;
    }
    .cd-morph-dropdown .content > ul::after {
      clear: both;
      content: "";
      display: block;
    }
    .cd-morph-dropdown .content > ul > li {
      width: 100%;
      float: left;
      margin-right: 4%;
      margin-top: 0;
    }
    /*.cd-morph-dropdown .content > ul > li:nth-of-type(2n) {
      margin-right: 0;
    }*/
    .cd-morph-dropdown .gallery .content {
      /* you need to set a width for the .content elements because they have a position absolute */
      width: 320px;
      padding-bottom: 0.8em;
    }
    .cd-morph-dropdown .gallery .content li {
      margin-bottom: 1rem;
    }
    .cd-morph-dropdown .content > ul,
    .cd-morph-dropdown .content ul ul {
      padding-left: 0;
    }
    .cd-morph-dropdown .links .content > ul > li {
      margin-top: 0;
    }
    .cd-morph-dropdown .links .content,
    .cd-morph-dropdown .button .content {
      width: 320px;
    }
    .cd-morph-dropdown .links-list a {
      font-size: 0.9rem;
      margin-left: 0;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .cd-morph-dropdown .btn {
      display: block;
      width: 100%;
      height: 60px;
      margin: 1.5em 0 0;
      font-size: 1rem;
      text-align: center;
      color: #F6F6F6;
      line-height: 60px;
      background: #e74c3c;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .cd-morph-dropdown .btn:hover {
      background: #333;
      color: #F6F6F6;
    }
    .cd-morph-dropdown .content h2 {
      font-size: 0.9rem;
      font-weight: bold;
      color: #0085FF;
      margin: 0 0 0.6em;
      text-transform: uppercase;
    }
    .cd-morph-dropdown .bg-layer {
      /* morph dropdown background */
      position: absolute;
      top: 0;
      left: 0;
      height: 1px;
      width: 1px;
      /*background: #F6F6F6;*/
      background: #FFFFFF;
      opacity: 0;
      transition: opacity 0.3s;
      transform-origin: top left;
      transform: translateZ(0);
      will-change: transform;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
    }
    .cd-morph-dropdown.is-dropdown-visible .bg-layer {
      opacity: 1;
      transition: transform 0.3s, opacity 0.3s;
    }
  }
/*
  #header-banner {
    min-height: 100vh;
    background: linear-gradient(-45deg, #8E54E9, #4776E6);
  }
  @media only screen and (min-width: 1000px) {
    #header-banner {
      padding-top: 200px;
    }
  }
*/
/*For mobile phones responsive*/
body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.nav-section {
  position:relative;
  z-index: 999;
}

.nav-section > .container {
  position: static;
}

.nav-section header {
  position: static;
}

a {
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    transition: transform 0.3s ease-out;
}

a:hover {
    color: #777777;
    transition: transform 0.3s ease-out;
}

footer a {
  display: inline-block;
  padding: 0.25rem 1rem 0.25rem 0;
}

footer .logo-wrapper {
  width:100px;
  height: auto;
  margin-bottom: 2rem;
}

.footer-section-title,
.footer-section-links {
  font-size: 0.85em;
  color: #333333;
}

.footer-section-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.small {
    font-size: 0.8rem;
}

.btn {
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 25px;
    padding: 10px 16px;
}

.btn-primary {
    background-color: #0085FF;
    border: none;
}

.btn-link {
    color: #0085FF;
    background-color: rgba(255,255,255,0);
    text-decoration: none;
}

.btn-primary-white {
    color: #333333;
    background-color: #FFFFFF;
}

.btn-link-white {
    color: #FFFFFF;
}
/*
.white-text {
    color: #FFFFFF;
}
*/
/*.arrow-right:after {
    content: "►";
    padding-left: 0.5rem;
    transition: transform 0.3s ease-out;
}

.arrow-right:hover:after {
    padding-left: 0.5rem;
    content: "➞";
    transition: transform 0.3s ease-out;
}*/
.btn-arrow {
    display: inline-block;
    width: 16px;
}
.btn-arrow i {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}
.btn:hover .btn-arrow i {
    transform: translateX(4px);
    transition: transform 0.3s ease-out;
}

.sea-logo {
  display: flex;
  align-items: center;
  float: left;
  height: 100%;
}

.sea-logo a {
  margin-right: 2rem;
}

#header-banner,
#product-banner {
  position: relative;
  top: -60px;
}

#banner-bg {
  overflow: hidden;
  padding: 0;
}

.header-banner-bg {
    position: relative;
    overflow: visible;
}
.seaport-header .header-banner-bg,
.seacash-header .header-banner-bg,
.seavault-header .header-banner-bg,
.seawave-header .header-banner-bg {
  overflow: hidden;
}
.header-tagline {
  color: #FFFFFF;
  /*mix-blend-mode: overlay;*/
  padding-top: 110px;
}
.product-page-header .header-tagline {
  color: #333333;
}
/*product header banner images*/
.seaport-background-element,
.seacash-background-element {
  position: relative;
  width: 100%;
  min-height: 300px;
}

.seacash-background-element {
  width: 100%;
  height: 380px;
}

.seaport-background-element .abstract-background {
  position: absolute;
  top: -50%;
  right: -32%;
  z-index: 1;
}

.seaport-background-element .abstract-background img {
  width: 85%;
}

.seaport-background-element .background-element-01 {
  position: absolute;
  top: -10%;
  right: -26%;
  width: 340px;
  height: auto;
  z-index: 2;
}

.seaport-background-element .background-element-02 {
  position: absolute;
  top: 15%;
  right: 70%;
  width: 100px;
  height: auto;
  z-index: 3;
}

.seaport-background-element .background-element-01 img,
.seaport-background-element .background-element-02 img {
  width: 100%;
}

.seacash-background-element .abstract-background {
  position: absolute;
  top: -15%;
  left: 8%;
  width: 130%;
  height: auto;
  /*background: rgb(12,114,226);
  background-image: linear-gradient(90deg, rgba(49,115,252,1) 0%, rgba(12,114,226,1) 100%);*/
  z-index: 1;
}

.seacash-background-element .quote-symbol {
  position: absolute;
  top: 0;
  lefT: 0;
  width: 100%;
  height: 100%;
  z-index:2;
}

.seacash-background-element .quote-symbol .open-quote {
  position: absolute;
  font-size: 15rem;
  font-weight: bold;
  top: 11%;
  left: -6%;
  color: #00d355;
  opacity: 0.45;
  mix-blend-mode: darken;
  z-index: 3;
}

.seacash-background-element .quote-symbol .close-quote {
  position: absolute;
  font-size: 15rem;
  font-weight: bold;
  bottom: -8%;
  right: -6%;
  color: #00d355;
  opacity: 0.45;
  mix-blend-mode: darken;
  z-index: 3;
}

.seacash-background-element .quote-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5rem;
  font-style: italic;
  z-index: 3;
}

.seacash-background-element .abstract-line-box {
  position: absolute;
  width: 200px;
  height: 100px;
  bottom: -20%;
  left: -15%;
  border: 1px solid #FFFFFF;
  opacity: 0.12;
  border-radius: 16px;
}

.seacash-background-element .abstract-box {
  opacity: 0;
}

.seavault-background-element .abstract-background {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 380px;
  z-index: 1;
}
.seawave-background-element .abstract-background {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 380px;
  z-index: 1;
}

.seavault-header-image,
.seawave-header-image {
  position: absolute;
}

.seawave-header-image {
  right: 18%;
  z-index: 3;
}

.seawave-header-image img {
  width: 140%;
}

.seavault-background-element-position {
  position: absolute;
  width: 140%;
  top: -20%;
  left: 0;
}
.seawave-background-element-position {
  position: absolute;
  width: 100%;
  top: -15%;
  left: 0;
}
.seawave-background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 1;
}

.seawave-background-image img {
  width: 140%;
  opacity: 0.04;
}

.seavault-background-element-position img,
.seacash-background-element-position img
.seawave-background-element-position img {
  width: 90%;
}

.flow-background {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
}

.flow-background img {
  width: 100%;
}

.seaport-header .header-tagline,
.seacash-header .header-tagline,
.seavault-header .header-tagline,
.seawave-header .header-tagline {
  mix-blend-mode: normal;
}

#banner-bg .container {
    position: relative;
    z-index: 50;
}
h1 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.landing-banner h1 {
  font-size: 1.7rem;
  padding-right: 1rem;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.product-page-header h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.product-page-header .product-text-logo img {
  width: auto;
  height: 1.8rem;
  margin-bottom: 1rem;
}
.header-content {
    height: auto;
}
.product-page-header .header-content {
  margin-bottom: 2rem;
}
.header-tagline {
  margin-bottom: 1.5rem;
}
.header-cta {
  padding-bottom: 6rem;
}
.landing-banner .header-cta {
  padding-bottom: 10rem;
}
.green01 {
    position: absolute;
    left: -68%;
    top: -80%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    background-color: #abef00;
    filter: blur(25px);
    z-index: 7;
    transform: translateY(0);
    animation-name: waveflow03;
    animation-duration: 8s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
#global-reach .green01 {
  left: -88%;
  top: -110%;
}
.green02 {
    position: absolute;
    right: 14%;
    top: -48%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    background-color: #CEEF00;
    filter: blur(25px);
    z-index: 7;
    mix-blend-mode: overlay;
    transform: translateY(0);
    animation-name: waveflow04;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.blue01 {
    position: absolute;
    left: 2%;
    top: 0;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    background-color:#00BCC8;
    filter: blur(25px);
    z-index:5;
    mix-blend-mode: overlay;
    transform: translateY(0);
    animation-name: waveflow01;
    animation-duration: 5s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.blue02 {
    position: absolute;
    left: -12%;
    top: -28%;
    width: 780px;
    height: 780px;
    border-radius: 390px;
    background-color:#005C9F;
    filter: blur(20px);
    z-index: 2;
    transform: translateY(0);
    animation-name: waveflow04;
    animation-duration: 6s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.blue03 {
    position: absolute;
    left: 28%;
    top: -22%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    background-color:#00519B;
    filter: blur(25px);
    z-index: 3;
    mix-blend-mode: color-burn;
    mix-blend-mode: plus-darker;
}
.blue04 {
    position: absolute;
    left: 48%;
    top: -16%;
    width: 460px;
    height: 460px;
    border-radius: 230px;
    background-color:#00BCC8;
    filter: blur(25px);
    z-index:5;
    transform: translateY(0);
    animation-name: waveflow02;
    animation-duration: 8s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.blue05 {
    position: absolute;
    left: 62%;
    top: -16%;
    width: 360px;
    height: 360px;
    border-radius: 180px;
    background-color:#0071B0;
    filter: blur(25px);
    z-index:6;
    transform: translateY(0);
    animation-name: waveflow02;
    animation-duration: 8s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.blue06 {
    position: absolute;
    left: 25%;
    top: -11%;
    width: 640px;
    height: 640px;
    border-radius: 320px;
    background-color:#0080C8;
    filter: blur(25px);
    z-index: 3;
    transform: translateY(0);
    animation-name: waveflow04;
    animation-duration: 5s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.blue07 {
    position: absolute;
    right: -12%;
    top: -30%;
    width: 800px;
    height: 800px;
    border-radius: 400px;
    background-color:#0062c8;
    filter: blur(25px);
    z-index:3;
    transform: translateY(0);
    animation-name: waveflow03;
    animation-duration: 8s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.mixblendfilter {
    mix-blend-mode: overlay;;
}
section .container-spacing {
  padding-top: 60px;
  padding-bottom: 1rem;
}
#flow-diagram-section .container-spacing {
  padding-top: 1rem;
}
.section-label {
    font-size: 0.9rem;
    font-weight: bold;
}

.all-caps {
  text-transform: uppercase;
}

.content-text {
    margin-bottom: 1rem;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}

.blue-text {
  color: #0085FF;
}

.orange-text {
  color: #ff5500;
}

.green-text {
  color: #00b71a;
}

.white-text {
  color: #FFFFFF;
}

.limegreen-text {
  color: #70FF00;
}

.purple-text {
  color: #6300ff;
}

.grey-text {
  color:#606d79;
}

.usp-icon-wrap {
  width: 56px;
  height: 56px;
  /*border: 1px solid grey;*/
  margin-bottom: 8px;
}
.usp-icon-wrap img {
  width: 100%;
}

.usp-title {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.usp-content {
  font-size: 0.8em;
  line-height: 1.2rem;
  margin-bottom: 2rem;
}

#api-intro {
  overflow-x: hidden;
}

.api-documentation-screen {
  width: 500px;
  height: 220px;
  border-radius: 8px;
  background-color: #1f1f1f;
  overflow: hidden;
  position: relative;
}

.api-documentation-screen img {
  height: 100%;
}

.mb-6 {
    margin-bottom: 2rem;
}

.pl-0 {
    padding-left: 0;
}

#clientele,
#schemes {
    padding-top: 1rem;
    padding-bottom: 3rem;
}
#flow-diagram-section {
  position: relative;
  z-index: 5;
}
#flow-diagram-section .flow-background {
  filter: drop-shadow(2px 2px 8px rgba(0,98,255, 0.2))
}

#clientele .col-6,
#schemes .col-6 {
    text-align: center;
    padding: 1rem;
    margin-bottom: 1.2rem;
}

#clientele img,
#schemes img {
    width: 100%;
    max-width: 160px;
    height: auto;
}
#schemes .col-4 {
  margin-bottom: 1rem;
}
/*Product*/
.product-card {
    width: 100%;
    height: 420px;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 6px rgba(69,153,201,0.16), 0 2px 4px rgba(69,153,201,0.16);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
}

.product-card:hover {
    box-shadow: 0 8px 16px rgba(69,153,201,0.25), 0 10px 10px rgba(69,153,201,0.22);
}

.shift-top {
  padding-top: 0;
}

.shift-bottom {
  padding-bottom: 0;
}

.product-box {
    width: 100%;
}

.product-screen {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 8px;
    background-color: lightcoral;
    overflow: hidden;
    transition: all 0.5s;
}

.product-screen-seaport {
  background: rgb(113,231,255);
  background-image: linear-gradient(315deg, rgba(0,81,180,1) 0%, rgba(41,186,254,1) 33%, rgba(41,186,254,1) 66%, rgba(0,81,180,1) 100%);
  background-size: 250%;
  background-position: left;
  transition: 0.3s all ease-in-out;
}

.product-screen-seavault {
  background: rgb(113,231,255);
  background-image: linear-gradient(315deg, rgba(255,201,0,1) 0%, rgba(255,173,36,1) 33%, rgba(255,173,36,1) 66%, rgba(35,134,255,1) 100%);
  background-size: 250%;
  background-position: left;
  transition: 0.3s all ease-in-out;
}

.product-screen-seacash {
  background: rgb(113,231,255);
  background-image: linear-gradient(315deg, rgba(19,119,242,1) 0%, rgba(163,235,115,1) 33%, rgba(163,235,115,1) 66%, rgba(19,119,242,1) 100%);
  background-size: 250%;
  background-position: left;
  transition: 0.3s all ease-in-out;
}

.product-screen-seawave {
  background: rgb(113,231,255);
  background-image: linear-gradient(315deg, rgba(19,119,242,1) 0%, rgba(103,72,183,1) 33%, rgba(103,72,183,1) 66%, rgba(19,119,242,1) 100%);
  background-size: 250%;
  background-position: left;
  transition: 0.3s all ease-in-out;
}

.product-screen-element {
    position: absolute;
    width: 460px;
    height: 340px;
    border-radius: 8px;
    top: 2rem;
    left: 4.25rem;
    background-color: yellowgreen;
    transition: all 0.3s;
}

.screen-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.seaport-product-screen-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20%;
  top: 0;
  z-index: 1;
}

.seaport-product-screen-02 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 20%;
  z-index: 2;
}

.product-screen-clear {
  background-color: rgba(0,0,0,0);
}

.product-card .usp-title {
    margin-top: 0;
    margin-bottom: 0;
}

.product-card img {
    height: 2rem;
    shape-rendering: geometricPrecision;
}

.seaport-product-screen-01 img {
  width: 100%;
  height: auto;
}

.seaport-product-screen-02 img {
  width: 23%;
  height: auto;
}

.product-short-info {
    padding: 16px 12px;
    transition: all 0.3s;
}

.product-short-info p {
  margin-bottom: 0.5rem;
}

.product-short-title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333333;
}

.product-short-description {
    font-size: 0.75rem;
    line-height: 1.2rem;
}

.tokenization-engine {
  top: 20%;
  right: 50%;
  opacity: 1;
}

.tokenization-card-icon,
.multivendor-atm-icon {
  position: absolute;
  opacity: 1;
  width: 80px;
  height: 80px;
  transition: all 0.3s ease-out;
}

.tokenization-card-icon img {
  width: 90%;
  height: auto;
}
.atmcrm {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 160px;
  height: 80px;
}
.multivendor-atm-icon img,
.atm-box img,
.crm-box img {
  width: 100%;
  height: auto;
}
.atm-box {
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
}
.crm-box {
  position: absolute;
  right: 0;
  width: 80px;
  height: 80px;
}
.multivendor-atm-icon-01 {
  top: -8%;
  left: 10%;
}
.multivendor-atm-icon-02 {
  top: 20%;
  left: 0;
}
.multivendor-atm-icon-03 {
  top: 55%;
  left: 10%;
}

.tokenization-card-icon-01 {
  position: absolute;
  top: 0;
  right: 50%;
  width: 80px;
  height: 80px;
  opacity: 0;
}
.tokenization-token-icon-01 {
  position: absolute;
  top: 0;
  right: 65%;
  opacity: 1;
}
.tokenization-token-icon-02 {
  position: absolute;
  top: 26%;
  right: 75%;
  opacity: 1;
}
.tokenization-token-icon-03 {
  position: absolute;
  top: 26%;
  right: 20%;
  opacity: 0;
}

.tokenization-card-icon-02 {
  position: absolute;
  top: 26%;
  right: 60%;
  width: 80px;
  height: 80px;
  opacity: 0;
}

.tokenization-card-icon-03 {
  position: absolute;
  top: 52%;
  right: 50%;
  width: 80px;
  height: 80px;
  opacity: 0;
}

.terminal-host-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.terminal-edc-icon {
  position: absolute;
  width: 140px;
  height: auto;
}
.terminal-edc-01 {
  top: 7%;
  right: 75%;
}
.terminal-edc-02 {
  top: -1%;
  right: 58%;
}
.terminal-edc-03 {
  top: 11%;
  right: 39%;
}
.terminal-edc-card {
  position: absolute;
  width: 100px;
  height: auto;
  top: -13%;
  right: 43%;
}
.terminal-edc-icon img,
.terminal-edc-card img {
  width: 100%;
  height: 100%;
}


/*Relevant businesses*/
.business-type-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 1rem 0;
  scroll-snap-type: x mandatory;
  gap: 1rem;
}
.business-type-item {
  flex: 0 0 90%;
  /*flex: 0 0 calc(100%/3);*/
  scroll-snap-align: start;
  padding: 0;
}
.business-type-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.business-icon {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.business-icon img {
  width: 100%;
  height: auto;
}
.business-type-card .business-type {
  font-size: 0.85rem;
  color: #333333;
  line-height: 1.2rem;
}
.tech-spec-table table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 3rem;
}
tr:nth-child(odd) {
  background-color: #FFFFFF;
}
tr:nth-child(even) {
  background-color: #EAEAEA;
}
.tech-spec-table td {
  width: auto;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #333333;
  padding: 1rem 0.5rem;
}
.tech-spec-table .td-first {
  width: 35%;
  font-weight: bold;
}
/*Multiple Deployment Options*/
.tab-wrapper {
  width: 100%;
  margin-bottom: 40px;
  margin-right: 20px;
  display: inline-block;
}
/*@media screen and (max-width: 45em) {
  .tab-wrapper {
    width: 100%;
    display: block;
  }
}*/
.tab-panel {
  position: relative;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  font-family: "Open sans", sans-serif;
}
.tab-panel > .tab-panel-label {
  position: absolute;
  z-index: 1;
  padding: 10px;
  height: 44px;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
}
.tab-panel-content .section-label {
  margin-bottom: 0.5rem;
}
/*@media screen and (max-width: 45em) {
  .tab-panel > .tab-panel-label {
    width: 100% !important;
    height: 44px;
  }
}*/
.tab-panel > .tab-panel-label ~ label {
  position: absolute;
  top: 0;
}
/*@media screen and (max-width: 45em) {
  .tab-panel > .tab-panel-label ~ label {
    position: absolute;
    left: 0 !important;
    top: unset;
  }
}*/
.tab-panel > .tab-panel-label:nth-child(1) {
  left: 0;
}
.tab-panel > .tab-panel-label:nth-child(9) {
  left: 66.66666%;
}
.tab-panel > .tab-panel-label:hover {
  cursor: pointer;
}
.tab-panel > h2 {
  padding: 10px;
  height: 44px;
  outline: none;
  font-size: 12px;
  line-height: 24px;
}
/*@media screen and (max-width: 45em) {
  .tab-panel > h2 {
    width: 100% !important;
    height: 44px;
  }
}*/
.tab-panel > h2 ~ h2 {
  position: absolute;
  top: 0;
}
/*@media screen and (max-width: 45em) {
  .tab-panel > h2 ~ h2 {
    width: 100%;
    position: static !important;
  }
}*/
.tab-panel > h2:nth-child(3) {
  left: 0;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 6px;
}
/*@media screen and (max-width: 45em) {
  .tab-panel > h2:nth-child(3) {
    border-top-right-radius: 6px;
  }
}*/
.tab-panel > h2:nth-child(7) {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-top-right-radius: 6px;
}
/*@media screen and (max-width: 45em) {
  .tab-panel > h2:nth-child(7) {
    border-bottom: none;
    border-left: none;
    border-top: 1px solid #e5e5e5;
  }
}*/
.tab-panel > h2:nth-child(11) {
  left: 66.66666%;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-top-right-radius: 6px;
}
/*@media screen and (max-width: 45em) {
  .tab-panel > h2:nth-child(11) {
    border-bottom: none;
    border-left: none;
    border-top: 1px solid #e5e5e5;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}*/
.tab-panel > input {
  opacity: 0;
  position: absolute;
}
/*@media screen and (max-width: 45em) {
  .tab-panel > input {
    width: 100%;
    height: 44px;
  }
}*/
.tab-panel > input + h2 + .tab-panel-content {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.tab-panel > input:checked + h2 {
  background: #ffffff;
  border-bottom: none;
  color: #444444;
  font-weight: bold;
}
/*@media screen and (max-width: 45em) {
  .tab-panel > input:checked + h2:nth-child(7), .tab-panel > input:checked + h2:nth-child(11) {
    border-top: none;
  }
}*/
.tab-panel > input:checked + h2 + .tab-panel-content {
  position: static !important;
  padding: 24px !important;
  height: auto !important;
  width: auto !important;
}
.tab-panel .three-tabs {
  width: 33.33333%;
  left: 33.33333%;
}
.tab-panel .two-tabs {
  width: 50%;
  left: 50%;
}
.tab-panel .tab-title {
  margin: 0;
  text-align: center;
  background: #e3e3e3;
  color: #3c454d;
  box-sizing: border-box;
}
.tab-panel .tab-panel-content {
  background: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  min-height: 300px;
}
/*@media screen and (max-width: 45em) {
  .tab-panel .tab-panel-content {
    display: block !important;
    position: static !important;
    padding: 1em !important;
    height: auto !important;
    width: auto !important;
  }
}*/

/*Wave Animation*/
@keyframes waveflow01 {
    0% {transform: translateY(0);}
    50% {transform: translateY(120px);}
    100% {transform: translateY(0);}
}
@keyframes waveflow02 {
    0% {transform: translateY(0);}
    33% {transform: translateY(-50px);}
    66% {transform: translateY(100px);}
    100% {transform: translateY(0);}
}
@keyframes waveflow03 {
    0% {transform: translateY(0);}
    50% {transform: translateY(-100px);}
    100% {transform: translateY(0);}
}
@keyframes waveflow04 {
    0% {transform: translateY(0);}
    50% {transform: translateY(25px);}
    100% {transform: translateY(0);}
}
/*End of Wave Animation*/
/*Ripple animation*/
@-webkit-keyframes ripple4 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.7);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ripple4 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.7);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ripple3 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.175);
  }
  50% {
    transform: scale(0.75);
  }
  75% {
    transform: scale(1.175);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple3 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.175);
  }
  50% {
    transform: scale(0.75);
  }
  75% {
    transform: scale(1.175);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ripple2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ripple1 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.125);
  }
  50% {
    transform: scale(0.85);
  }
  75% {
    transform: scale(1.125);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple1 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.125);
  }
  50% {
    transform: scale(0.85);
  }
  75% {
    transform: scale(1.125);
  }
  100% {
    transform: scale(1);
  }
}
.bg-ripple {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 60;
}
.bg-ripple div {
  position: absolute;
  border-radius: 50%;
  color: transparent;
  transform-origin: center;
  mix-blend-mode: multiply;
}
.bg-ripple div:nth-child(4) {
  width: 296px;
  height: 296px;
  -webkit-animation: ripple4 5s infinite ease-in-out;
          animation: ripple4 5s infinite ease-in-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.bg-ripple div:nth-child(3) {
  width: 380px;
  height: 380px;
  -webkit-animation: ripple3 5s infinite ease-in-out;
          animation: ripple3 5s infinite ease-in-out;
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}
.bg-ripple div:nth-child(2) {
  width: 464px;
  height: 464px;
  -webkit-animation: ripple2 5s infinite ease-in-out;
          animation: ripple2 5s infinite ease-in-out;
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.bg-ripple div:nth-child(1) {
  width: 548px;
  height: 548px;
  -webkit-animation: ripple1 5s infinite ease-in-out;
          animation: ripple1 5s infinite ease-in-out;
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
}

#three {
  background-color: #00aeff;
  opacity: 0.3;
}

#four {
  background-color: #00aeff;
  opacity: 0.3;
}

#five {
  background-color: #00aeff;
  opacity: 0.2;
}

#six {
  background-color: #00aeff;
  opacity: 0.1;
}


#global-reach .trapezium {
  position: relative;
  z-index: 99;
}
.global-reach-section {
  position: relative;
  background-color: #0050C8;
  overflow:hidden;
}

.sub-section-background-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.global-reach-content {
  position: relative;
  padding-bottom: 4rem;
  z-index: 5;
}

#products-intro .products-intro-background,
#section-lightblue {
  background-color: #EEF3F5;
}

#api-intro .api-intro-background {
  background-color: #253D52;
}

code[class*=language-], pre[class*=language-] {
  white-space: normal;
}

#contact-us .contact-us-background {
  background-color: #F3F8FB;
}

span.blockspam {
  display: none;
}

/*Width 600px*/
/*@media only screen and (min-width: 600px) {}*/


/*Desktop*/
@media only screen and (min-width: 768px) {
    .mb-6 {
      margin-bottom: 4rem;
    }
    footer a {
      display: block;
      padding: 0;
    }
    .container {
        width: 100%;
        max-width: 1080px;
    }

    .header-tagline {
      padding-top: 160px;
    }

    .seaport-background-element {
      position: relative;
      width: 100%;
      min-height: 300px;
    }

    .seaport-background-element .abstract-background {
      position: absolute;
      top: -80%;
      right: -50%;
      z-index: 1;
    }

    .seaport-background-element .abstract-background img {
      width: 100%;
    }

    .seaport-background-element .background-element-01 {
      position: absolute;
      top: -10%;
      right: -78%;
      width: 640px;
      height: 480px;
      z-index: 2;
    }

    .seaport-background-element .background-element-02 {
      position: absolute;
      top: 35%;
      right: 60%;
      width: 160px;
      height: 330px;
      z-index: 3;
    }

    .seaport-background-element .background-element-01 img,
    .seaport-background-element .background-element-02 img {
      width: 100%;
    }

    .seaport-header .header-tagline,
    .seacash-header .header-tagline,
    .seavault-header .header-tagline,
    .seawave-header .header-tagline {
      padding-top: 80px;
    }

    .seacash-background-element,
    .seavault-background-element,
    .seawave-background-element {
      width: 400px;
      min-height: 300px;
    }

    .seacash-background-element .abstract-background {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      height: 100%;
      padding: 3rem;
      /*background: rgb(197, 200, 202);
      background-image: linear-gradient(90deg, rgb(193, 197, 204) 0%, rgba(12,114,226,1) 100%);*/
      border-radius: 0.5rem;
      z-index: 1;
    }
    
    .seavault-background-element .abstract-background,
    .seacash-background-element .abstract-background {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 500px;
      z-index: 1;
    }

    .seavault-background-element-position {
      position: absolute;
      width: 100%;
      top: -120%;
      right: -60%;
      left: auto;
    }
    .seavault-background-element-position img {
      width: 100%;
    }
    .seavault-header-image {
      position: absolute;
      top: 28%;
      left: 0;
      width:600px;
      height: 600px;
    }

    .seacash-header-image {
      position: absolute;
      bottom: 20%;
      left: 0;
      width:600px;
      height: 600px;
    }

    .seawave-header-image {
      position: absolute;
      left: 0;
      width:600px;
      height: 600px;
      z-index: 2;
    }

    .seawave-background-element-position {
      top: -28%;
    }

    .seawave-background-element-position img {
      width: 90%;
    }

    .seawave-background-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 400px;
      z-index: 1;
    }

    .seawave-background-image img {
      width: 180%;
      opacity: 0.04;
    }
    
    .seacash-background-element .quote-symbol {
      position: absolute;
      top: 0;
      lefT: 0;
      width: 100%;
      height: 100%;
      z-index:2;
    }
    
    .seacash-background-element .quote-symbol .open-quote {
      position: absolute;
      font-size: 15rem;
      font-weight: bold;
      top: 16%;
      left: -6%;
      color: #00d355;
      opacity: 0.45;
      mix-blend-mode: darken;
      z-index: 3;
    }
    
    .seacash-background-element .quote-symbol .close-quote {
      position: absolute;
      font-size: 15rem;
      font-weight: bold;
      bottom: -16%;
      right: -6%;
      color: #00d355;
      opacity: 0.45;
      mix-blend-mode: darken;
      z-index: 3;
    }
    
    .seacash-background-element .quote-content {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5rem;
      font-weight: bold;
      color: #FFFFFF;
      line-height: 2rem;
      font-style: italic;
      z-index: 3;
    }

    .seacash-background-element .abstract-box {
      position: absolute;
      width: 500px;
      height: 340px;
      bottom: -55%;
      right: -60%;
      background-color: #6c7e8e;
      opacity: 0.15;
      border-radius: 16px;
    }

    .seacash-background-element-position {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 5%;
      right: -8%;
      left: auto;
      z-index: 2;
    }

    .seacash-background-element-position img {
      width: 100%;
    }
    
    .tab-panel > h2 {
      font-size: 16px;
    }
    .tab-panel-content p {
      padding-left: 1rem;
    }

    .flow-background {
      padding: 4rem;
    }
    #banner-bg {
      overflow: hidden;
    }
    .header-banner-bg {
      position: relative;
      overflow-x: hidden;
    }
    .seacash-header .header-banner-bg,
    .seavault-header .header-banner-bg {
      overflow: hidden;
    }
    .seawave-header .header-banner-bg {
      overflow: visible;
    }

    h1 {
        font-size: 3.6rem;
        line-height: 4.4rem;
        font-weight: bold;
        margin-bottom: 32px;
    }

    .landing-banner h1 {
      font-size: 3.6rem;
      line-height: 4.4rem;
      text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    }

    .header-content {
      height: 340px;
    }

    #product-banner .header-content {
      height: auto;
    }

    .header-cta {
      padding-bottom: 150px;
    }

    .green01 {
      left: -18%;
      top: -70%;
    }
    .green02 {
      right: 14%;
      top: -48%;
    }
    .blue01 {
      left: 2%;
      top: 0;
    }
    .blue02 {
      left: -12%;
      top: -28%;
    }
    .blue03 {
      left: 28%;
      top: -22%;
    }
    .blue04 {
      left: 48%;
      top: -16%;
    }
    .blue05 {
      left: 62%;
      top: -16%;
      }
    .blue06 {
      left: 25%;
      top: -11%;
      }
    .blue07 {
      right: -12%;
      top: -30%;
    }

    section .container-spacing {
      padding-top: 120px;
      padding-bottom: 1rem;
    }

    .content-text {
      margin-bottom: 1rem;
    }

    .section-title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 32px;
    }

    #clientele .col-3 {
      padding: 1rem;
      margin-bottom: 1.2rem;
    }
    
    #clientele img {
      max-width: 160px;
    }

    #product-banner {
      top: 0;
    }

    #banner-bg {
      overflow: visible;
    }

    #header-banner {
      top: -80px;
    }

    #header-banner .content-text {
        width: 90%;
        mix-blend-mode: overlay;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    }

    #product-banner .content-text {
      width: 90%;
      mix-blend-mode: normal;
  }

    /*usp*/
    .usp-content {
      padding-right: 1.2rem;
    }

    #products-intro .content-text {
        padding-right: 5rem;
    }

    #api-intro .content-text {
        padding-right: 4rem;
    }
    .api-documentation-screen {
      width: 100%;
      height: auto;
      border-radius: 8px;
      background-color: #1f1f1f;
      overflow: hidden;
    }
    .api-documentation-screen img {
      width: 100%;
    }
    /*Product desktop*/
    .product-intro-wrap {
      padding: 0 0.5rem;
    }
    .product-card {
      height: 480px;
      margin-bottom: 0;
    }
    .shift-top {
      padding-top: 20px;
    }
    
    .shift-bottom {
      padding-bottom: 20px;
    }
    .product-screen {
      height: 260px;
    }
    .product-screen-element {
      width: 460px;
      height: 340px;
    }
    
    .product-card:hover .product-screen {
      height: 280px;
    }
    .product-card:hover .product-screen-element {
      top: 1.5rem;
      left: 3.25rem;
    }
    .tokenization-engine {
      top: 26%;
      right: 20%;
      opacity: 1;
    }
    
    .tokenization-card-icon,
    .multivendor-atm-icon {
      position: absolute;
      opacity: 1;
      width: 80px;
      height: 80px;
      transition: all 0.3s ease-out;
    }
    
    .tokenization-card-icon img {
      width: 120%;
      height: auto;
    }
    
    .tokenization-card-icon-01 {
      position: absolute;
      top: 0;
      right: 50%;
      width: 80px;
      height: 80px;
    }
    .tokenization-token-icon-01 {
      position: absolute;
      top: 26%;
      right: 20%;
      opacity: 0;
    }
    .tokenization-token-icon-02 {
      position: absolute;
      top: 26%;
      right: 20%;
      opacity: 0;
    }
    .tokenization-token-icon-03 {
      position: absolute;
      top: 26%;
      right: 20%;
      opacity: 0;
    }
    
    .tokenization-card-icon-02 {
      position: absolute;
      top: 26%;
      right: 60%;
      width: 80px;
      height: 80px;
    }
    
    .tokenization-card-icon-03 {
      position: absolute;
      top: 52%;
      right: 50%;
      width: 80px;
      height: 80px;
    }
    .product-card:hover .tokenization-engine {
      opacity: 0.5;
      transition: all 0.3s;
    }
    .product-card:hover .tokenization-card-icon-01 {
      transform: translate(172%, 110%);
      opacity: 0;
      transition: all 0.2s;
    }
    .product-card:hover .tokenization-token-icon-01 {
      transform: translate(-172%, -110%);
      opacity: 1;
      animation-delay: 0.2s;
      transition: all 0.2s;
    }
    .product-card:hover .tokenization-card-icon-02 {
      transform: translate(172%, 0);
      opacity: 0;
      transition: all 0.2s;
    }
    .product-card:hover .tokenization-token-icon-02 {
      transform: translate(-222%, 0);
      opacity: 1;
      animation-delay: 0.2s;
      transition: all 0.2s;
    }
    .product-card:hover .tokenization-card-icon-03 {
      transform: translate(172%, -110%);
      opacity: 0;
      transition: all 0.2s;
    }
    .product-card:hover .tokenization-token-icon-03 {
      transform: translate(-172%, 110%);
      opacity: 1;
      animation-delay: 0.2s;
      transition: all 0.2s;
    }

    .atmcrm {
      position: absolute;
      top: 25%;
      right: 20%;
      left: auto;
      width: 160px;
      height: 80px;
    }
    .multivendor-atm-icon img,
    .atm-box img,
    .crm-box img {
      width: 120%;
      height: auto;
    }
    .atm-box {
      position: absolute;
      left: 0;
      width: 80px;
      height: 80px;
      opacity: 1;
      transition: all 0.3s;
    }
    .crm-box {
      position: absolute;
      right: 0;
      width: 80px;
      height: 80px;
      opacity: 1;
      transition: all 0.3s;
    }
    .product-card:hover .atm-box,
    .product-card:hover .crm-box {
      opacity: 0.5;
    }
    .multivendor-atm-icon-01,
    .multivendor-atm-icon-02,
    .multivendor-atm-icon-03 {
      top: 25%;
      right: 20%;
      left: auto;
      opacity: 0;
      transition: all 0.3s;
    }
    .product-card:hover .multivendor-atm-icon-01 {
      transform: translate(-125%, -120%);
      opacity: 1;
    }
    .product-card:hover .multivendor-atm-icon-02 {
      transform: translate(-200%, 0);
      opacity: 1;
    }
    .product-card:hover .multivendor-atm-icon-03 {
      transform: translate(-125%, 120%);
      opacity: 1;
    }
    .product-card:hover .multivendor-atm-icon-01,
    .product-card:hover .multivendor-atm-icon-02,
    .product-card:hover .multivendor-atm-icon-03 {
      top: 25%;
      right: 40%;
    }
    .terminal-host-wrap {
      position: relative;
      width: 100%;
      height: 100%;
    }
    .terminal-edc-icon {
      position: absolute;
      width: 200px;
      height: auto;
      transition: all 0.3s;
    }
    .terminal-edc-01 {
      top: 16%;
      right: 47%;
    }
    .terminal-edc-02 {
      top: 4%;
      right: 23%;
    }
    .terminal-edc-03 {
      top: 9%;
      right: -4%;
    }
    .terminal-edc-card {
      position: absolute;
      width: 140px;
      height: auto;
      top: -24%;
      right: -28%;
      opacity: 0;
      transition: all 0.3s;
    }
    .terminal-edc-icon img,
    .terminal-edc-card img {
      width: 100%;
      height: 100%;
    }
    .product-card:hover .terminal-edc-01 {
      transform: translateY(15%);
    }
    .product-card:hover .terminal-edc-02 {
      transform: translateY(-10%);
    }
    .product-card:hover .terminal-edc-03 {
      transform: translateY(20%);
    }
    .product-card:hover .terminal-edc-card {
      transform: translate(-100%, 28%);
      opacity: 1
    }

    .product-card .usp-title {
      margin-top: 0.5rem;
      margin-bottom: 1rem;
    }
    .product-short-info {
      padding: 16px 20px;
    }
    .product-short-info p {
      margin-bottom: 1rem;
    }
    .product-short-title {
      font-size: 1.25rem;
      font-weight: bold;
      color: #333333;
      padding-right: 1rem;
    }
    .product-short-info .product-short-description {
      margin-bottom: 0.5rem;
    }
    .product-link {
      opacity: 0;
      transition: all 0.3s;
    }
    .product-card:hover .product-link {
        opacity: 1;
        transition: all 0.3s;
    }
    .product-card:hover .product-screen {
        height: 240px;
    }
    .product-card:hover .product-screen-element {
        top: 1.5rem;
        left: 3.25rem;
        transition: all 0.3s;
    }
    
    .product-card:hover .product-screen-seaport,
    .product-card:hover .product-screen-seavault,
    .product-card:hover .product-screen-seacash,
    .product-card:hover .product-screen-seawave {
      background-position: right;
    }
    /*Product grid
    .grid-wrapper > div {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: lightgray;
        padding: 10px;
    }

    .grid-wrapper > div > img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        border-radius: 5px;
    }

    .grid-wrapper {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-auto-rows: 200px;
        grid-auto-flow: dense;
    }*/
    /*Relevant businesses*/
    .business-type-wrap {
      flex-wrap: wrap;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      padding: 1rem 0;
      scroll-snap-type: x mandatory;
      gap: 0;
    }
    .business-type-item {
      flex: 0 0 calc(100%/3);
      scroll-snap-align: start;
      padding: 0.5rem;
    }

    .flex-container {
        display: flex;
        flex-flow: row wrap;
        gap: 10px 20px;
    }
    .wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-item {
        flex: 1 0 400px;
        height: auto;
    }
    .bg-ripple {
      right: 15%;
      bottom: 15%;
    }
    #global-reach .green01 {
      left: -18%;
      top: -60%;
    }

    .green01 {
      filter: blur(50px);
    }
    .green02 {
      filter: blur(50px);
    }
    .blue01 {
      filter: blur(50px);
    }
    .blue02 {
      filter: blur(40px);
      }
    .blue03 {
      filter: blur(50px);
      }
    .blue04 {
      filter: blur(50px);
    }
    .blue05 {
      filter: blur(50px);
    }
    .blue06 {
      filter: blur(50px);
    }
    .blue07 {
      filter: blur(50px);
    }
}



/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .seavault-background-element-position {
    top: -100%;
  }
  .seacash-header-image {
    left: -28%;
  }
  .product-card .usp-title {
    margin-bottom: 0.5rem;
  }
  .product-short-info p {
    margin-bottom: 0.5rem;
  }
  .seawave-header .header-banner-bg {
    overflow: hidden;
  }
}
  
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .seaport-background-element .background-element-01 {
    right: -140%;
  }
  .seaport-background-element .background-element-02 {
    right: 50%;
  }
  .seavault-background-element-position {
    top: -66%;
    right: -55%;
  }
  .seacash-header-image {
    left: -32%;
  }
  .product-card {
    margin-bottom: 1rem;
  }
  .product-card .d-sm-block {
    display: none !important;
  }
  .seawave-header .header-banner-bg {
    overflow: hidden;
  }
  .seawave-header-image {
    left: -18%;
  }
}