@import "fonts.css";
@import "brands.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css";
@import "bootstrap.min.css";
@import "sidenav.min.css";
.navbar > .container .navbar-brand {
  margin-left: 0;
}

@media (min-width: 768px) {
  #navbar {
    width: calc(100% - 415px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #navbar {
    width: calc(100% - 20px);
  }
}
.btn-top {
  background: #D1F812;
  padding: 11px 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
}
.btn-top span {
  color: #1E1E1E;
}
.btn-top img {
  width: 14px;
  height: auto;
}
.btn-top:hover, .btn-top:focus {
  background-color: #6A9A99 !important;
  box-shadow: none;
  outline: none;
}
.btn-top:hover:before, .btn-top:focus:before {
  display: none;
}
@media (max-width: 992px) {
  .btn-top {
    padding: 8px 10px !important;
  }
}

.header .newBg {
  background: rgba(2, 64, 61, 0.88) !important;
}
.header .newBg.navbar {
  transition: all ease-in-out 0.4s;
}
.header .newBg.navbar-main {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .header .newBg .navbar-brand {
    padding-top: 5px;
    transition: all ease-in-out 0.4s;
  }
  .header .newBg .navbar-toggle,
  .header .newBg .phone-flag {
    top: 0;
    transition: all ease-in-out 0.4s;
  }
}
.header .navbar {
  border-color: #02403D;
  background-color: #02403D;
  border: none;
  margin-bottom: 0;
  padding: 10px 0;
  transition: all ease-in-out 0.4s;
}
.header .navbar-toggle {
  border-color: transparent;
}
.header .navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 0px;
  background-color: #fff;
}
.header .navbar-toggle .icon-bar:nth-child(3) {
  width: 27px;
}
@media (max-width: 767px) {
  .header .navbar-toggle {
    padding: 15px 0;
    margin: 0;
  }
}
.header .navbar-brand {
  width: 180px;
  height: auto;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .header .navbar-brand {
    width: 150px;
  }
}
.header .navbar-brand img {
  width: 100%;
}
@media (max-width: 767px) {
  .header .navbar-brand {
    width: 140px;
    height: auto;
  }
}
.header .navbar ul.navbar-nav li {
  padding: 0;
  position: relative;
}
.header .navbar ul.navbar-nav li a {
  display: block;
  font-size: 14px;
  color: #fff;
  height: 44px;
  line-height: 44px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0 28px;
  position: relative;
  cursor: pointer;
}
.header .navbar ul.navbar-nav li a:hover, .header .navbar ul.navbar-nav li a:focus, .header .navbar ul.navbar-nav li a:active {
  color: #D1F812 !important;
}
.header .navbar ul.navbar-nav li a:hover:before, .header .navbar ul.navbar-nav li a:focus:before, .header .navbar ul.navbar-nav li a:active:before {
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.header .navbar ul.navbar-nav li a i {
  padding-left: 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .navbar ul.navbar-nav li a {
    margin: 0 0 0px 15px;
  }
}
.header .navbar ul.navbar-nav li.active a {
  background-color: transparent;
  color: #fff;
}
.header .navbar ul.navbar-nav li.active:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: blue;
}
.header .navbar ul.navbar-nav li:first-child a {
  margin-left: 0;
  text-align: center;
}
.header .navbar ul.navbar-nav li.dropdown li a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #06424c;
}
.header .navbar ul.navbar-nav li.dropdown li a:hover:before {
  width: 0;
}
.header .navbar ul.navbar-nav li.dropdown li:last-child a {
  border-bottom: 0px solid transparent;
}

.header .navbar ul li.dropdown > ul {
  background: rgba(24, 83, 94, 0.8);
  left: auto;
  list-style: none;
  margin: 0;
  min-width: 215px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  transform: translateY(3em);
  transition: all 0.3s ease 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  visibility: hidden;
  z-index: 9999;
}
.header .navbar ul li.dropdown:hover > ul {
  opacity: 1;
  transform: translate(0%);
  transition-delay: 0s, 0s, 0.3s;
  visibility: visible;
  z-index: 9999;
}

.phone-flag .phone-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: -10px;
  margin-right: 50px;
}
.phone-flag .phone-text:hover {
  text-decoration: none;
  color: #0aaec8;
}
.phone-flag .phone-text img {
  width: 28px;
  height: auto;
}
@media (max-width: 767px) {
  .phone-flag .phone-text img {
    margin-top: -12px;
  }
}
@media (max-width: 992px) {
  .phone-flag .phone-text {
    font-size: 0;
    margin-right: 10px;
  }
  .phone-flag .phone-text img {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .phone-flag {
    width: 130px;
    position: absolute;
    top: 15px;
    left: 50%;
  }
}
.phone-flag .btn-default {
  background: transparent;
  border-color: transparent;
  color: #fff;
  width: 82px !important;
}
.phone-flag .btn-default .filter-option {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex !important;
  width: 48px !important;
  align-items: center;
  justify-content: space-between;
}
.phone-flag .btn-default .caret {
  border: 0px solid transparent;
  background: url(../images/arrow.png) center center no-repeat;
  width: 16px;
  height: 12px;
}

.sg-icons {
  background: rgba(186, 186, 186, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -195px;
  position: relative;
  padding: 15px 0;
}
.sg-icons .sg-icons-each {
  width: 25%;
  padding: 0px 30px;
  position: relative;
}
.sg-icons .sg-icons-each:not(:first-of-type):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 122px;
  width: 1px;
  background: rgba(186, 186, 186, 0.2);
}
@media (max-width: 992px) {
  .sg-icons .sg-icons-each {
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  .sg-icons {
    flex-wrap: wrap;
    margin-top: -330px;
  }
  .sg-icons .sg-icons-each {
    width: 50%;
  }
}
.sg-icons img {
  width: auto;
  height: 64px;
}
.sg-icons p {
  padding-top: 20px;
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sg-icons p {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .header .navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .navbar-main .phone-flag {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-right {
    margin-right: 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .sidenav {
    background: #02403D;
    transform: translate(-320px, 0);
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
    border-color: transparent;
  }
  .sidenav-logo {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .sidenav-logo img {
    width: 70%;
  }
  .sidenav-dropdown, .sidenav-header {
    border-bottom: 0;
  }
  .navbar-nav .sidenav-dropdown a {
    padding-left: 70px !important;
  }
  .navbar-middle {
    text-align: left;
  }
  .navbar-nav {
    padding: 15px 0;
    border-top: 1px solid #72777d;
  }
  .navbar ul li a {
    padding: 10px 55px !important;
    font-size: 13px;
    font-weight: normal;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .header .navbar ul li {
    display: block;
  }
  .header .navbar ul li.dropdown > ul {
    position: inherit;
    opacity: 1;
    background: inherit;
    border-top: 0px solid #fff;
    visibility: visible;
    transition: inherit;
    min-width: inherit;
    transform: translate(0%);
  }
  .header .navbar ul li.dropdown ul {
    left: auto;
  }
  .header .navbar ul.navbar-nav li a {
    margin-left: 0;
  }
  .header .navbar ul.navbar-nav li a:before {
    background: transparent;
  }
  .header .navbar ul.navbar-nav li a.btn {
    margin-left: 15px;
  }
  .header .navbar ul.navbar-nav li.active:before {
    background: transparent;
  }
  .has-toggle {
    position: relative;
  }
  .has-toggle + .navbar {
    min-height: 0px;
  }
  .has-toggle .navbar-toggle {
    position: absolute;
    top: 8px;
    right: 0;
  }
  .has-toggle .navbar-toggle .icon-bar {
    width: 24px;
    height: 3px;
    border-radius: 0px;
  }
  .has-toggle .navbar-toggle .icon-bar:nth-child(3) {
    width: 27px;
  }
  .navbar-nav.navbar-right li {
    text-align: center;
    padding-bottom: 15px !important;
  }
}
.home-bg {
  background-color: #02403D;
}

.banner {
  width: 100%;
}
.banner__slider {
  margin-bottom: 0;
}
.banner__slider img {
  width: 100%;
}
.banner__content {
  position: relative;
  min-height: inherit;
  background: url(../images/hero-section.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 93%;
}
@media (max-width: 767px) {
  .banner__content {
    background: url(../images/hero-mobile.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.banner__content-date {
  display: block;
  margin-top: 225px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 29px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #02403D;
}
@media (max-width: 767px) {
  .banner__content-date {
    margin-top: 160px;
  }
}
.banner__content-title {
  color: #fff;
  font-size: 50px;
  max-width: 550px;
  line-height: 60px;
  font-family: "Satoshi-Medium";
}
.banner__content-title span {
  color: #1DB954;
}
@media (max-width: 1100px) {
  .banner__content-title {
    font-size: 46px;
    margin: -30px 0 0 0;
  }
}
@media (max-width: 992px) {
  .banner__content-title {
    font-size: 28px;
    line-height: 34px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .banner__content-title {
    margin-top: 25px;
    text-align: center;
  }
}
.banner__content-description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #F6F6F6;
  margin: 40px 0 40px 0;
}
@media (min-width: 1025px) {
  .banner__content-description {
    margin-right: 50px;
  }
}
@media (max-width: 992px) {
  .banner__content-description {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .banner__content-description {
    text-align: center;
  }
}
.banner__content-logo ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
@media (max-width: 767px) {
  .banner__content-logo ul {
    justify-content: center;
  }
}
.banner__content-logo ul img {
  width: 14px;
}
@media (max-width: 992px) {
  .banner__content-logo ul img {
    width: 12px;
  }
}
.banner__content .banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .banner__content .banner-row {
    margin-top: 80px;
  }
  .banner__content .banner-row .col-sm-6 > img {
    width: 88%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .banner__content .banner-row {
    margin-top: 0px;
    flex-direction: column;
  }
  .banner__content .banner-row .col-sm-6 > img {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .banner__content {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .banner__content {
    min-height: inherit;
    padding-bottom: 25px;
  }
}
.banner .slick-dots {
  position: absolute;
  bottom: 130px;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding-left: 10px;
}
.banner .slick-dots li {
  width: 10px;
  height: 10px;
}
.banner .slick-dots li button {
  width: 10px;
  height: 10px;
}
.banner .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  font-size: 0;
  opacity: 1;
}
.banner .slick-dots li.slick-active button:before {
  background-color: #02403D;
}
@media (max-width: 1200px) {
  .banner .slick-dots {
    left: 0;
    padding-left: 70px;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .banner .slick-dots {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .banner .slick-dots {
    bottom: 35px;
    text-align: center;
  }
}
.banner.merchant-banner {
  background: #F3FBF6;
}
.banner.merchant-banner .banner-row {
  margin-top: 125px;
}
.banner.merchant-banner .banner-row .col-sm-6 > img {
  width: 100%;
}
.banner.customer-banner .banner-row {
  margin-top: 125px;
}
.banner.customer-banner .banner__content {
  min-height: inherit;
  padding-bottom: 50px;
}
.banner.customer-banner .banner__content-title {
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .banner.customer-banner .banner__content {
    position: relative;
    min-height: 580px;
  }
}
.banner.book-demo-banner {
  background: #F3FBF6;
  padding-bottom: 100px;
}
.banner.book-demo-banner .banner-content-inner {
  margin-top: 140px;
}
.banner.book-demo-banner .banner-content-inner .section-header {
  padding: 0 0 50px 0;
}
.banner.book-demo-banner .banner-content-inner .section-header p {
  margin: 30px 0;
}
.banner.book-demo-banner .banner-content-inner .banner__content-title {
  margin-top: 50px;
}

.bredcarm {
  position: absolute;
  top: 100px;
}
@media (max-width: 992px) {
  .bredcarm {
    top: 75px;
  }
}
.bredcarm ul {
  display: flex;
  margin: 0;
  text-align: center;
  justify-content: space-between;
  background: #fff;
  padding: 9px 12px;
}
@media (max-width: 992px) {
  .bredcarm ul {
    padding: 6px 5px;
  }
}
.bredcarm ul li {
  margin: 0 12px;
  position: relative;
}
.bredcarm ul li a {
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bredcarm ul li a.active {
  color: #02403D;
}
.bredcarm ul li:not(:last-child):before {
  position: absolute;
  content: ">";
  font-size: 18px;
  color: #979797;
  right: -19px;
  top: -3px;
}

.paslaugos {
  padding-top: 70px;
}
.paslaugos .container {
  padding: 0;
}
.paslaugos__cards {
  display: flex;
  flex-flow: column wrap;
  max-height: 2700px;
  width: 100%;
  overflow: hidden;
  gap: 35px;
}
@media (max-width: 1024px) {
  .paslaugos__cards {
    max-height: 2100px;
  }
}
@media (max-width: 992px) {
  .paslaugos__cards {
    max-height: 1700px;
  }
}
@media (max-width: 767px) {
  .paslaugos__cards {
    max-height: inherit;
  }
}
.paslaugos__card {
  position: relative;
  margin-bottom: 125px;
  width: 50%;
}
.paslaugos__card.title {
  margin-bottom: 15px;
}
.paslaugos__card.title h2 {
  margin: 0;
  padding: 0;
  font-size: 45px;
  font-weight: 700;
}
.paslaugos__card img {
  width: 100%;
}
@media (max-width: 767px) {
  .paslaugos__card {
    width: 100%;
  }
}
.paslaugos__hover {
  display: block;
  position: absolute;
  bottom: -70px;
  background: #fff;
  width: 70%;
  padding: 50px 35px;
  color: #000;
  transition: all ease-in-out 0.4s;
}
.paslaugos__hover p {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.paslaugos__hover .arrow {
  margin-top: 20px;
  width: 38px;
  height: 28px;
  background: url(../images/arrow-blue.png);
}
.paslaugos__hover:hover {
  outline: none;
  text-decoration: none;
  background: #09aec8;
  color: #fff;
  transition: all ease-in-out 0.4s;
}
.paslaugos__hover:hover .arrow {
  background: url(../images/arrow-white.png);
}

.apie {
  background: #fff;
  padding: 90px 0 85px;
}
.apie h2 {
  font-size: 45px;
}
.apie p {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 45px 0;
}
.apie a {
  font-size: 21px;
  color: #09aec8;
}
.apie a img {
  width: 17px;
  height: auto;
  margin-left: 10px;
}
.apie a:hover {
  text-decoration: none;
}

.galerija {
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .galerija {
    padding: 40px 0;
  }
}
.galerija .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.galerija .left-title {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 45px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .galerija .left-title {
    position: inherit;
    left: 30px;
    padding-bottom: 20px;
  }
}
.galerija .car-slider {
  width: 120%;
}
.galerija .car-slider .car-item img {
  width: 100%;
}
.galerija .next-arrow {
  position: absolute;
  left: -14%;
  top: 120px;
  border: none;
  width: 38px;
  height: 28px;
  background: url(../images/arrow-blue.png);
}
@media (max-width: 1024px) {
  .galerija .next-arrow {
    left: -9%;
  }
}
@media (max-width: 992px) {
  .galerija .next-arrow {
    left: 72%;
    top: -62px;
  }
}
.galerija .prev-arrow {
  position: absolute;
  left: -22%;
  top: 120px;
  border: none;
  width: 38px;
  height: 28px;
  transform: rotate(180deg);
  background: url(../images/arrow-blue.png);
}
@media (max-width: 992px) {
  .galerija .prev-arrow {
    left: 65%;
    top: -62px;
  }
}
@media (max-width: 767px) {
  .galerija .prev-arrow {
    left: 60%;
  }
}
.galerija .slick-slide {
  margin: 0 35px 0 0;
}

.section-header {
  text-align: center;
  max-width: 46%;
  margin: auto;
}
@media (max-width: 1100px) {
  .section-header {
    max-width: 58%;
  }
}
@media (max-width: 992px) {
  .section-header {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .section-header {
    max-width: 100%;
  }
}
.section-header .title h2 {
  font-weight: 700;
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  color: #434343;
  margin: 0;
  padding: 0;
}
.section-header .title h2 span {
  color: #1DB954;
}
@media (max-width: 767px) {
  .section-header .title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.section-header .see-more a {
  font-weight: 500;
  font-size: 13px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #454545;
}
.section-header .see-more a img {
  margin-top: -5px;
  height: 11px;
  margin-left: 3px;
}

.make-digital-wrapper {
  overflow: hidden;
  position: relative;
  padding: 150px 0 110px;
}
@media (max-width: 1100px) {
  .make-digital-wrapper {
    padding: 50px 0 25px;
  }
}
@media (max-width: 992px) {
  .make-digital-wrapper {
    padding: 20px 0 20px;
  }
}

.pagingInfo {
  position: absolute;
  bottom: 4px;
  right: 40px;
  font-size: 16px;
}
.pagingInfo b {
  color: #02403D;
  font-weight: 500;
}

.sub-description {
  text-align: center;
  max-width: 62%;
  margin: 30px auto;
}
@media (max-width: 992px) {
  .sub-description {
    max-width: 85%;
    margin: 10px auto;
  }
}
.sub-description p {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
.sub-description p:last-of-type {
  font-weight: 500;
}

.btn-primary {
  color: #fff;
  background: #02403D;
  border-color: #02403D;
  border-radius: 6px;
  padding: 14px 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all ease-in-out 0.2s;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
  transition: all ease-in-out 0.2s;
}
.btn-primary img {
  width: 16px;
}

.left-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #DDF6E6;
}

.left-image {
  width: 100%;
}
.left-image img {
  width: 100%;
}

.right-copy .number {
  border: 1px solid #223354;
  display: inline-block;
  font-size: 38px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
}
.right-copy h2 {
  color: #223354;
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 53px;
  padding-bottom: 25px;
  margin: 0;
}
@media (max-width: 767px) {
  .right-copy h2 {
    font-size: 32px;
    padding-bottom: 10px;
    line-height: 40px;
  }
}
.right-copy p {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding-bottom: 50px;
  margin: 0;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .right-copy p {
    font-size: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.right-copy ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.right-copy ul li a img {
  width: 176px;
  height: auto;
}
@media (max-width: 992px) {
  .right-copy ul li a img {
    width: 150px;
  }
}

.fast-transfers {
  padding: 128px 0;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .fast-transfers {
    padding: 35px 0 40px;
  }
}
@media (max-width: 992px) {
  .fast-transfers {
    padding: 30px 0 40px;
  }
}
.fast-transfers-image {
  position: relative;
}
@media (max-width: 992px) {
  .fast-transfers-image {
    margin-bottom: 40px;
  }
}
.fast-transfers-image img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.fast-transfers-image:before {
  position: absolute;
  content: "";
  left: -35px;
  bottom: -20px;
  width: 104px;
  height: 97px;
  background: url(../images/home-page/t2.png);
  background-size: cover;
  z-index: 1;
}
.fast-transfers-copy {
  margin-left: 20%;
  margin-top: 10%;
}
@media (max-width: 1100px) {
  .fast-transfers-copy {
    margin-left: 5%;
    margin-top: 3%;
  }
}
@media (max-width: 992px) {
  .fast-transfers-copy {
    margin-left: 2%;
    margin-top: 2%;
  }
}
.fast-transfers-copy h3 {
  color: #223354;
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 53px;
  max-width: 65%;
  margin: 0 0 30px 0;
}
@media (max-width: 992px) {
  .fast-transfers-copy h3 {
    font-size: 32px;
    line-height: 36px;
    max-width: 65%;
    margin: 0 0 22px 0;
  }
}
@media (max-width: 767px) {
  .fast-transfers-copy h3 {
    max-width: 100%;
  }
}
.fast-transfers-copy h3 span {
  color: #02403D;
}
.fast-transfers-copy p {
  color: #595959;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 992px) {
  .fast-transfers-copy p {
    font-size: 15px;
    line-height: 24px;
  }
}
.fast-transfers-copy .btn {
  background: #02403D;
  border-color: #02403D;
  border-radius: 6px;
  padding: 14px 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 992px) {
  .fast-transfers-copy .btn {
    margin-top: 20px;
  }
}
.fast-transfers-copy .btn img {
  width: 16px;
}
.fast-transfers-copy .btn:hover {
  background: #6A9A99;
  border-color: #6A9A99;
  transition: all ease-in-out 0.2s;
}

.btn-demo {
  background-color: #fff;
  color: #02403D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.08px;
  padding: 14px 32px;
  border-radius: 6px;
}

.the-quick {
  background: #02403D;
  padding: 155px 0;
  position: relative;
}
.the-quick::before {
  position: absolute;
  content: "";
  top: 5%;
  right: 0;
  width: 45%;
  height: 90%;
  background: url(../images/home-page/quick-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .the-quick::before {
    width: 25%;
  }
}
.the-quick::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/home-page/Top.png);
  width: 450px;
  height: 400px;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .the-quick::after {
    width: 250px;
    height: 200px;
  }
}
.the-quick-copy {
  position: relative;
  z-index: 1;
}
.the-quick-copy p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.the-quick-copy h3 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 60px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .the-quick-copy h3 {
    max-width: 305px;
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.the-quick .bottom-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/home-page/Down.png);
  width: 350px;
  height: 455px;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .the-quick .bottom-shape {
    width: 150px;
    height: 255px;
  }
}
@media (max-width: 767px) {
  .the-quick {
    overflow: hidden;
    padding: 25px 0;
  }
}

.faq {
  padding: 120px 0 90px;
  background: #f3fbf6;
}
@media (max-width: 1100px) {
  .faq {
    padding: 50px 0 30px;
  }
}
@media (max-width: 992px) {
  .faq {
    padding: 40px 0;
  }
}
.faq .panel-group {
  max-width: 890px;
  margin: 60px auto 0;
}
@media (max-width: 992px) {
  .faq .panel-group {
    margin: 25px 0;
  }
}
.faq .panel-group .panel-default {
  border-color: rgba(29, 185, 84, 0.24);
  border-radius: 20px !important;
  padding: 20px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: none;
}
.faq .panel-group .panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border: 0px solid rgba(29, 185, 84, 0.24);
}
.faq .panel-group .panel-default > .panel-heading .panel-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.faq .panel-group .panel-default > .panel-heading .panel-title a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 60px;
}
.faq .panel-group .panel-default > .panel-heading .panel-title a:before {
  position: absolute;
  content: "";
  top: 5px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/home-page/minus.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.faq .panel-group .panel-default > .panel-heading .panel-title a.collapsed:before {
  position: absolute;
  content: "";
  top: 5px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/home-page/plus.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.faq .panel-group .panel-default .panel-body {
  border: 0px solid !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding-top: 5px;
}

.instore {
  position: relative;
}
.instore:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/home-page/vector2.png);
  background-size: contain;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .instore:before {
    background-size: cover;
  }
}
.instore:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background-color: #F3FBF6;
}
.instore .instore-contents {
  position: relative;
  z-index: 1;
}
.instore .instore-contents > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.instore .instore-contents > .row .col-sm-6 {
  margin: 75px 0;
}
@media (max-width: 767px) {
  .instore .instore-contents > .row .col-sm-6 {
    margin: 25px 0;
  }
}
.instore .instore-contents > .row .col-sm-6:nth-child(3) {
  order: 3;
}
@media (max-width: 767px) {
  .instore .instore-contents > .row .col-sm-6:nth-child(3) {
    order: inherit;
  }
}
.instore.deliver-bottom {
  padding-bottom: 50px;
}

.join-greencard {
  background: #02403D;
  padding: 75px 0;
  position: relative;
}
@media (max-width: 1100px) {
  .join-greencard {
    padding: 25px 0;
  }
}
.join-greencard-copy {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
@media (max-width: 1100px) {
  .join-greencard-copy {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .join-greencard-copy {
    margin-bottom: 20px;
  }
}
.join-greencard-copy p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.join-greencard-copy h3 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 60px;
  max-width: 420px;
}
@media (max-width: 992px) {
  .join-greencard-copy h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .join-greencard-copy h3 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 35px;
    max-width: 100%;
  }
}
.join-greencard img {
  width: 100%;
}
.join-greencard.mb-120 {
  margin-bottom: 120px;
}

.video-section .video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-top: -50px;
  margin-bottom: -50px;
  max-height: 500px;
}
@media (max-width: 1100px) {
  .video-section .video-container {
    margin-bottom: -25px;
    max-height: 420px;
  }
}
.video-section .video-container img {
  width: 100%;
}
.video-section .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(29, 185, 84, 0.25);
  border: none;
  color: white;
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}
.video-section .video-container .play-button :hover {
  background: rgba(0, 0, 0, 0.8);
}
.video-section .video-container .video {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.signup-process {
  position: relative;
}
.signup-process:before {
  position: absolute;
  content: "";
  top: 19%;
  left: 0;
  right: 0;
  background: url(../images/home-page/vector3.png);
  height: 65%;
  background-size: cover;
  background-repeat: no-repeat;
}
.signup-process .row {
  padding-left: 6%;
  padding-top: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.signup-process .col-sm-6:nth-child(1):before, .signup-process .col-sm-6:nth-child(4):before, .signup-process .col-sm-6:nth-child(5):before, .signup-process .col-sm-6:nth-child(8):before {
  position: absolute;
  content: "";
  left: -10%;
  top: 10%;
  width: 10px;
  height: 10px;
  background: rgba(29, 185, 84, 0.75);
  border-radius: 50%;
  margin-left: -3px;
}
.signup-process .left-image {
  width: 80%;
}
.signup-process-contents {
  position: relative;
}
.signup-process-contents .left-image {
  width: 75%;
  margin-left: auto;
}
@media (max-width: 1100px) {
  .signup-process-contents .left-image {
    width: 100%;
  }
}
.signup-process-contents .col-sm-6 {
  margin: 50px 0;
}
.signup-process-contents .col-sm-6:nth-child(1) {
  order: 1;
}
@media (max-width: 767px) {
  .signup-process-contents .col-sm-6:nth-child(1) {
    order: 2;
  }
}
.signup-process-contents .col-sm-6:nth-child(2) {
  order: 2;
}
@media (max-width: 767px) {
  .signup-process-contents .col-sm-6:nth-child(2) {
    order: 1;
  }
}
.signup-process-contents .col-sm-6:nth-child(3) {
  order: 4;
}
.signup-process-contents .col-sm-6:nth-child(4) {
  order: 3;
}
.signup-process-contents .col-sm-6:nth-child(4) .left-image {
  margin-left: 0;
}
.signup-process-contents .col-sm-6:nth-child(5) {
  order: 5;
}
@media (max-width: 767px) {
  .signup-process-contents .col-sm-6:nth-child(5) {
    order: 6;
  }
}
.signup-process-contents .col-sm-6:nth-child(6) {
  order: 6;
}
@media (max-width: 767px) {
  .signup-process-contents .col-sm-6:nth-child(6) {
    order: 5;
  }
}
.signup-process-contents .col-sm-6:nth-child(8) {
  order: 7;
}
.signup-process-contents .col-sm-6:nth-child(8) .left-image {
  margin-left: 0;
}
.signup-process-contents .col-sm-6:nth-child(7) {
  order: 8;
}
.signup-process-contents .signup-process-contents .col-sm-6 {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .signup-process-contents .signup-process-contents .col-sm-6 {
    margin: 10px 0;
  }
}
.signup-process-contents .col-sm-pull-6 .left-image {
  margin-right: auto;
  margin-left: inherit;
}

.signup-form {
  padding: 40px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .signup-form {
    margin-right: 0;
  }
}
.signup-form .form-group {
  margin-bottom: 30px;
}
.signup-form .btn {
  margin-top: 10px;
}
.signup-form.contact-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signup-form.contact-us .contact-left {
  width: 44%;
}
@media (max-width: 767px) {
  .signup-form.contact-us .contact-left {
    display: none;
  }
}
.signup-form.contact-us .contact-left img {
  width: 100%;
}
.signup-form.contact-us .contacts-form {
  width: 50%;
}
@media (max-width: 767px) {
  .signup-form.contact-us .contacts-form {
    width: 100%;
  }
}

.form-control {
  color: #1E1E1E;
  border-radius: 10px;
  border: 1px solid rgba(29, 185, 84, 0.21);
  background: rgba(29, 185, 84, 0.03);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 17px 20px;
  box-shadow: none;
  height: inherit;
}

.bg-light {
  background: #eef0f4;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 1rem;
}

.choices__list--single {
  padding: 0;
  text-align: left;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 17px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #f8fdfa;
  margin: 0;
}

.choices__list--dropdown .choices__list {
  text-align: left;
}

.card {
  transform: translateY(-50%);
}

.choices[data-type*=select-one]:after {
  right: 1.5rem;
}

.shadow {
  box-shadow: 0.3rem 0.3rem 1rem rgba(178, 200, 244, 0.23);
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

.sec-title {
  text-align: center;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 767px) {
  .sec-title {
    max-width: 100%;
  }
}
.sec-title span {
  display: inline-block;
  background-color: #6A9A99;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  border-radius: 24px;
  padding: 8px 21px;
}
.sec-title h2 {
  color: #04312E;
  font-size: 38px;
  line-height: 46px;
  padding: 10px 0 15px;
  font-family: "Satoshi-Bold";
}
@media (max-width: 767px) {
  .sec-title h2 {
    font-size: 28px;
    line-height: 34px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-title p {
  color: #4E4D4F;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.sec-title h3 {
  font-size: 28px;
  line-height: 26px;
  color: #222023;
  margin: 55px 0 15px;
}
.sec-title h4 {
  font-size: 18px;
  line-height: 26px;
  color: #222023;
  margin: 55px 0 15px;
}

.howit-works {
  padding: 70px 0;
  background: #F0F3EF;
}
.howit-works .diagram-div {
  margin-top: 40px;
  border-radius: 35px;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 4px 0px rgba(0, 31, 31, 0.15);
  text-align: center;
}
@media (max-width: 767px) {
  .howit-works .diagram-div {
    border-radius: 16px;
  }
}
.howit-works .diagram-div img {
  width: 90%;
  height: auto;
  margin: auto;
  text-align: center;
}
.howit-works .diagram-content {
  margin-top: 30px;
}
.howit-works .diagram-content p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #222023;
}

@media (max-width: 767px) {
  .title-left {
    text-align: center;
  }
}
.title-left span {
  font-size: 14px;
  line-height: 20px;
  background-color: #EAF0F0;
  color: #4E4D4F;
  padding: 6px 16px;
  border-radius: 25px;
  display: inline-block;
  box-shadow: 0 0 4px 0.5px rgba(0, 31, 31, 0.2);
}
.title-left h2 {
  color: #04312E;
  font-size: 38px;
  line-height: 46px;
  font-family: "Satoshi-Bold";
}
@media (max-width: 767px) {
  .title-left h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.title-left p {
  color: #222023;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .title-left p {
    font-size: 14px;
    line-height: 18px;
  }
}

.features {
  background: #FCFEFB;
  padding: 70px 0;
}
.features .features-item {
  border-bottom: 2px solid #82AAA9;
  margin-bottom: 25px;
  min-height: 135px;
}
.features .features-item .icon-title {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.features .features-item .icon-title img {
  width: 20px;
  height: 18px;
}
.features .features-item .icon-title span {
  font-size: 18px;
  line-height: 24px;
  color: #222023;
}
.features .features-item .features-item-content {
  min-height: 75px;
}
.features .features-item .features-item-content p {
  font-size: 15px;
  line-height: 22px;
  color: #222023;
  font-weight: 300;
}

.supply-chain {
  background: #fff;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .supply-chain {
    padding: 0 0 45px 0;
  }
}
.supply-chain .supply-chain-inner {
  background: #04312E;
  background: linear-gradient(90deg, rgb(4, 49, 46) 0%, rgb(21, 101, 97) 100%);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 70px;
}
@media (max-width: 767px) {
  .supply-chain .supply-chain-inner {
    text-align: center;
    flex-direction: column;
    padding: 40px 10px;
  }
}
@media (max-width: 767px) {
  .supply-chain .supply-chain-inner .cta {
    margin-top: 20px;
  }
}
.supply-chain .supply-chain-inner .content h2 {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  margin: 0;
  font-family: "Satoshi-Medium";
}
@media (max-width: 767px) {
  .supply-chain .supply-chain-inner .content h2 {
    font-size: 24px;
  }
}
.supply-chain .supply-chain-inner .content p {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin: 0;
  font-weight: 300;
  padding: 10px 0 0 0;
}
@media (max-width: 767px) {
  .supply-chain .supply-chain-inner .content p {
    font-size: 14px;
  }
}

.use-cases {
  background: #F0F3EF;
  padding: 70px 0;
}

.row.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row.d-flex {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .row.d-flex {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .row.d-flex.col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .mt-sm-40 {
    margin-top: 40px;
  }
}

.use-cases .use-tabs {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .use-cases .use-tabs {
    text-align: left;
    margin-top: 20px;
  }
}
.use-cases .use-tabs ul.nav-tabs {
  display: inline-block;
  border: 0px solid;
  overflow: hidden;
  background: #DCE1D7;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .use-cases .use-tabs ul.nav-tabs {
    width: 880px;
  }
}
.use-cases .use-tabs ul.nav-tabs li {
  margin-bottom: 0px;
}
.use-cases .use-tabs ul.nav-tabs li a {
  color: #222023;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 30px;
  border: 0px solid;
}
@media (max-width: 992px) {
  .use-cases .use-tabs ul.nav-tabs li a {
    padding: 6px 15px;
  }
}
.use-cases .use-tabs ul.nav-tabs li a:hover {
  border: 0px solid;
  border-radius: 25px;
  color: #fff;
  background: #02403D;
}
.use-cases .use-tabs ul.nav-tabs li.active a {
  color: #fff;
  background: #02403D;
  border-radius: 25px;
  border: 0px solid;
}
.use-cases .use-tabs .tab-content .tab-pane {
  background: #fff;
  border-radius: 20px;
  padding: 60px 50px;
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .use-cases .use-tabs .tab-content .tab-pane {
    padding: 30px 20px;
  }
}
.use-cases .percentage-part {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 20px;
}
.use-cases .percentage-part .equal-part {
  width: 50%;
}
.use-cases .percentage-part .equal-part h2 {
  font-size: 24px;
  line-height: 30px;
  color: #222023;
  position: relative;
  margin: 0;
}
.use-cases .percentage-part .equal-part h2::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 54px;
  height: 3px;
  background-color: #95B7B5;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .use-cases .percentage-part .equal-part h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.use-cases .percentage-part .equal-part p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #222023;
  margin: 2px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .use-cases .percentage-part .equal-part p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .use-cases .percentage-part {
    margin-bottom: 20px;
  }
}

.tab-inner-text {
  text-align: left;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .tab-inner-text {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.tab-inner-text h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
  line-height: 29px;
  color: #222023;
}
@media (max-width: 767px) {
  .tab-inner-text h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.tab-inner-text p {
  font-size: 16px;
  line-height: 26px;
  color: #222023;
  margin: 20px 10px 0 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tab-inner-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.tab-inner-text ul {
  padding-left: 25px;
  margin: 15px 0;
}
.tab-inner-text ul li {
  font-size: 16px;
  line-height: 22px;
  color: #222023;
  margin: 5px 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tab-inner-text ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.tab-inner-text .tab-inner-image img {
  width: 90%;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}

.panel-default {
  border-color: transparent;
}

.panel-heading h4 a {
  text-align: left;
  display: block;
  font-size: 15px;
  padding: 15px 10px;
  text-decoration: none;
}

.panel-heading {
  padding: 0;
}

.panel-group .panel + .panel {
  margin-top: 12px;
}

.panel-title a.collapsed {
  border: 0px solid #e0e1e2;
  color: #222023;
  background-color: #DCE1D7;
}

.panel-title a {
  position: relative;
  display: block;
  padding: 10px 0;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #02403D;
  background-color: #02403D;
}

.panel-title a:before {
  width: 20px;
  height: 2px;
  margin-top: -1px;
}

.panel-title a:before, .panel-title a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  background-color: #ffffff;
}

.panel-title a.collapsed:before {
  right: 10px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
}

.panel-title a.collapsed:after {
  height: 20px;
  width: 2px;
  margin-top: -10px;
  margin-right: 9px;
}

.panel-title a.collapsed:before,
.panel-title a.collapsed:after {
  background-color: #02403D;
}

.section-title {
  text-align: left;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .section-title {
    text-align: center;
    padding-right: 0;
  }
}
.section-title span {
  display: inline-block;
  background-color: #6A9A99;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  border-radius: 24px;
  padding: 8px 21px;
}
.section-title h2 {
  color: #fff;
  font-size: 38px;
  line-height: 46px;
  padding: 10px 0 15px;
  font-family: "Satoshi-Medium";
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.section-title p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.25px;
}
@media (max-width: 767px) {
  .section-title p {
    font-size: 14px;
    line-height: 18px;
  }
}

.integration {
  padding: 100px 0;
  background: #156561;
}
.integration .section-title p {
  padding-right: 30px;
}

.get-started {
  padding: 80px 0;
  background-color: #C5D7D7;
  position: relative;
}
.get-started:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  border-bottom: 2px dotted rgba(2, 64, 61, 0.4);
  bottom: 154px;
  z-index: 1;
}
@media (max-width: 767px) {
  .get-started:before {
    display: none;
  }
}
.get-started .sec-title {
  max-width: inherit;
}
.get-started .sec-title span {
  background: #EAF0F0;
  color: #4E4D4F;
}
.get-started .steps-wrap {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .get-started .steps-wrap {
    flex-direction: column;
  }
}
.get-started .steps-wrap .steps-inner {
  background: #fff;
  border-radius: 24px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 30px 20px;
  gap: 20px;
  box-shadow: 0 0 4px 0px rgba(0, 31, 31, 0.15);
}
@media (max-width: 767px) {
  .get-started .steps-wrap .steps-inner {
    width: 100%;
  }
}
.get-started .steps-wrap .steps-inner .num-part {
  position: relative;
  padding: 15px 0;
}
.get-started .steps-wrap .steps-inner .num-part:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -10px;
  border-left: 1px dotted #02403D;
}
.get-started .steps-wrap .steps-inner .num-part span {
  font-size: 40px;
  font-weight: 700;
  color: #02403D;
}
.get-started .steps-wrap .steps-inner .step-title p {
  font-size: 14px;
  line-height: 18px;
  color: #4E4D4F;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.get-started .steps-wrap .steps-inner .step-title h3 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: #222023;
  font-weight: 400;
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-70 {
  margin-top: 70px;
}

.enterprise {
  padding: 80px 0;
  background: #fff url(../images/grid-bg.png);
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  .enterprise {
    background: #fff;
  }
}
.enterprise .sec-title span {
  font-size: 14px;
  line-height: 20px;
  background-color: #EAF0F0;
  color: #4E4D4F;
  padding: 6px 16px;
  border-radius: 25px;
  display: inline-block;
  box-shadow: 0 0 4px 0.5px rgba(0, 31, 31, 0.2);
}
.enterprise .main-col {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .enterprise .main-col {
    flex-direction: column;
  }
}
.enterprise .main-col .col-box-big {
  width: calc(61% - 17px);
}
@media (max-width: 767px) {
  .enterprise .main-col .col-box-big {
    width: 100%;
  }
}
.enterprise .main-col .col-box-small {
  width: calc(40% - 10px);
}
@media (max-width: 767px) {
  .enterprise .main-col .col-box-small {
    width: 100%;
  }
}
.enterprise .main-col .col-box-small .enterprise-box-small {
  border-radius: 24px;
  padding: 40px 24px;
  height: 415px;
  background-color: #6A9A99;
}
@media (max-width: 992px) {
  .enterprise .main-col .col-box-small .enterprise-box-small {
    height: 320px;
  }
}
.enterprise .main-col .col-box-small .enterprise-box-small h2 {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 12px 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #fff;
}
.enterprise .main-col .col-box-small .enterprise-box-small p {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  letter-spacing: 0.25px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 992px) {
  .enterprise .main-col .col-box-small .enterprise-box-small p {
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
  }
}
.enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-two {
  height: 290px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-two {
    height: 181px;
  }
}
@media (max-width: 767px) {
  .enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-two {
    height: 202px;
  }
}
@media (max-width: 540px) {
  .enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-two {
    height: 182px;
  }
}
.enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-two img {
  height: auto;
  width: 120%;
  max-width: 120%;
}
@media (max-width: 767px) {
  .enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-two img {
    max-width: 430px;
    width: 100%;
  }
}
.enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-three {
  height: 312px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-three {
    height: 181px;
  }
}
@media (max-width: 767px) {
  .enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-three {
    height: 202px;
  }
}
.enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-three img {
  width: 85%;
  height: auto;
  margin: 20px auto 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-three img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .enterprise .main-col .col-box-small .enterprise-box-small .icon-img.img-block-three img {
    max-width: 300px;
    width: 100%;
  }
}
.enterprise .main-col .col-box-small .enterprise-box-small.bg-reversed {
  background: #C5D7D7;
  height: 430px;
}
@media (max-width: 992px) {
  .enterprise .main-col .col-box-small .enterprise-box-small.bg-reversed {
    height: 320px;
  }
}
@media (max-width: 992px) {
  .enterprise .main-col .col-box-small .enterprise-box-small.bg-reversed {
    margin-bottom: 10px;
  }
}
.enterprise .main-col .col-box-small .enterprise-box-small.bg-reversed h2 {
  color: #222023;
}
.enterprise .main-col .col-box-small .enterprise-box-small.bg-reversed p {
  color: #222023;
}
.enterprise .enterprise-box-big {
  background-color: #EAF0F0;
  border-radius: 24px;
  padding: 40px 24px;
  height: 415px;
}
@media (max-width: 992px) {
  .enterprise .enterprise-box-big {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .enterprise .enterprise-box-big {
    margin-bottom: 10px;
  }
}
.enterprise .enterprise-box-big h2 {
  font-size: 18px;
  line-height: 25px;
  color: #222023;
  margin: 0 0 12px 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.enterprise .enterprise-box-big p {
  font-size: 16px;
  line-height: 20px;
  color: #222023;
  padding: 0;
  margin: 0;
  letter-spacing: 0.25px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .enterprise .enterprise-box-big p {
    font-size: 14px;
    line-height: 20px;
    color: #222023;
    min-height: 60px;
  }
}
.enterprise .enterprise-box-big .icon-img.img-block-one {
  height: 290px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .enterprise .enterprise-box-big .icon-img.img-block-one {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .enterprise .enterprise-box-big .icon-img.img-block-one {
    height: 202px;
  }
}
@media (max-width: 540px) {
  .enterprise .enterprise-box-big .icon-img.img-block-one {
    height: 162px;
  }
}
.enterprise .enterprise-box-big .icon-img.img-block-one img {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .enterprise .enterprise-box-big .icon-img.img-block-one img {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .enterprise .enterprise-box-big .icon-img.img-block-one img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .enterprise .enterprise-box-big .icon-img.img-block-one img {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .enterprise .enterprise-box-big .icon-img.img-block-one img {
    max-width: 250px;
  }
}
.enterprise .enterprise-box-big.last-box-image {
  height: 430px;
}
@media (max-width: 992px) {
  .enterprise .enterprise-box-big.last-box-image {
    height: 320px;
  }
}
.enterprise .enterprise-box-big.last-box-image .icon-img.img-block-four {
  height: 312px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .enterprise .enterprise-box-big.last-box-image .icon-img.img-block-four {
    height: 181px;
  }
}
@media (max-width: 540px) {
  .enterprise .enterprise-box-big.last-box-image .icon-img.img-block-four {
    height: 162px;
  }
}
.enterprise .enterprise-box-big.last-box-image .icon-img.img-block-four img {
  width: 78%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  .enterprise .enterprise-box-big.last-box-image .icon-img.img-block-four img {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .enterprise .enterprise-box-big.last-box-image .icon-img.img-block-four img {
    width: 100%;
    max-width: 380px;
  }
}

.cta-footer {
  padding: 125px 0;
  background: url(../images/cta-footer.png);
  background-size: cover;
  background-position: center center;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-footer {
    background: url(../images/cta-footer-mobile.png);
    background-size: 100% 100%;
  }
}
.cta-footer h2 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin: 0;
  font-family: "Satoshi-Medium";
}
@media (max-width: 767px) {
  .cta-footer h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.cta-footer p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 0;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
.cta-footer .btn-top {
  margin-top: 30px;
}

.footer {
  background: #04312E;
  padding: 66px 0;
}
@media (max-width: 1100px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .footer-logo img {
  width: 100px;
  margin-left: -10px;
  margin-bottom: 20px;
}
.footer .footer-logo p {
  color: #E9E9E9;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  letter-spacing: 0.25px;
}
.footer .footer-logo .copy-right {
  font-weight: 300;
  margin-top: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer .footer-content {
    margin-top: 45px;
  }
}
.footer .footer-content .footer-title {
  font-size: 16px;
  color: #FDFDFD;
  margin: 8px 0 25px 0;
}
.footer .footer-content ul {
  padding: 0;
  list-style: none;
}
.footer .footer-content ul li {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.footer .footer-content ul li img {
  margin-right: 10px;
  width: 32px;
}
.footer .footer-content ul li img.email-text {
  width: 140px;
  height: auto;
  margin-bottom: 3px;
}
.footer .footer-content ul li span {
  position: relative;
  text-decoration: underline;
  line-height: 16px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.footer .footer-content ul li a {
  color: #E9E9E9;
  font-size: 16px;
  display: flex;
  align-items: end;
}
.footer .footer-content ul li a img {
  margin-right: 10px;
  width: 32px;
}
.footer .footer-content ul li a span {
  position: relative;
  text-decoration: underline;
  line-height: 15px;
  margin-bottom: 3px;
  color: #e9e9e9;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 300;
}
.footer .footer-content ul li:last-child span {
  cursor: default;
}

.terms-service {
  background: #FFF;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .terms-service {
    padding: 100px 0;
  }
}
.terms-service .page-title h1 {
  font-size: 38px;
  margin: 0 0 10px 0;
  line-height: 38px;
}
@media (max-width: 767px) {
  .terms-service .page-title h1 {
    font-size: 30px;
  }
}
.terms-service .page-title p {
  margin: 0;
  padding: 5px 0 0;
  font-size: 18px;
  font-weight: 500;
}
.terms-service .body-text {
  margin-top: 40px;
}
.terms-service .body-text h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 10px;
}
.terms-service .body-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #363636;
}
.terms-service .body-text ul {
  padding-left: 2.5rem;
}
.terms-service .body-text ul li {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #363636;
}
.terms-service .body-text ul li b {
  font-weight: 600;
  font-size: 15px;
}

body {
  font-family: "Inter", sans-serif;
}
@media (min-width: 1200px) {
  body .container {
    width: 1230px;
  }
}/*# sourceMappingURL=style.css.map */