@charset "UTF-8";

.btn {
  border-radius: 10px !important;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 25px;
  box-shadow: none !important;
}

.btn:hover {
  text-decoration: none;
}

.btn:not(.btn-link):not(.noshadow) {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}

.btn.btn-primary {
  background: #1C73E6;
  border-color: #1C73E6;
}

.btn.btn-primary:hover {
  background: #1767d1;
}

body.sticky-nav {
  padding-top: 76px !important;
}

div.navdark {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 991px) {
  div.navdark {
    display: none !important;
  }
}

nav.desktop {
  min-height: 76px;
  z-index: 2;
}

nav.desktop .dropdown:hover > .dropdown-menu {
  display: block;
}

nav.desktop .navbar-brand {
  padding: 0px;
}

nav.desktop .navbar-brand svg {
  height: 45px;
}

nav.desktop .navbar-brand span {
  font-family: "Nunito", sans-serif;
  transition: 0.1s linear;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.3rem;
}

nav.desktop .navbar-brand span small {
  font-size: 0.7rem;
  font-weight: 700;
}

nav.desktop .nav-btn {
  padding: 10px 20px;
  border-radius: 10px !important;
  font-size: 0.9rem;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background: #1C73E6;
  color: #fff !important;
  transition: 0.1s linear;
}

nav.desktop .nav-btn.light {
  background: #F1F1F1 !important;
  color: #000 !important;
}

nav.desktop .nav-btn:hover {
  text-decoration: none;
  background: #1767d1;
}

nav.desktop a.nav-link {
  font-size: 0.9rem;
  font-weight: 600;
}

nav.desktop .dropdown-menu {
  margin-top: 0px;
  border-radius: 4px !important;
  padding: 10px 0px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  border: 0px !important;
}

nav.desktop .dropdown-menu a {
  transition: 0.2s linear;
  padding: 12px 20px;
  margin: 0px;
  color: #111 !important;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 600;
}

nav.desktop .dropdown-menu a small {
  font-weight: 500;
  font-size: 0.7rem;
  color: #919191;
}

nav.desktop.non-sticky a {
  color: #000;
}

nav.desktop.non-sticky.nav_light {
  background: #fff !important;
}

nav.desktop.non-sticky.nav_dark {
  background: #000 !important;
}

nav.desktop.non-sticky.nav_dark a:not(.nav-btn) {
  color: #fff !important;
  border-color: #fff;
}

nav.desktop.non-sticky.nav_dark a.nav-btn {
  color: #fff !important;
}

nav.desktop.non-sticky.nav_dark .navbar-brand {
  color: #fff;
}

nav.desktop.non-sticky.nav_dark .navbar-brand svg {
  fill: #fff;
}

nav.desktop.non-sticky.nav_dark a.dropdown-item {
  color: #000 !important;
}

nav.desktop.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
  background: #fff !important;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}

nav.desktop.sticky .navbar-brand {
  color: #000;
}

nav.desktop.sticky .navbar-brand svg {
  fill: #000;
}

nav.desktop.sticky button.navbar-toggler {
  border-color: #000;
}

nav.desktop.sticky button.navbar-toggler .fas {
  color: #000 !important;
}

nav.desktop.sticky a {
  color: #000;
}

nav.desktop.sticky.nav_dark a.dropdown-item {
  color: #000 !important;
}

.functionitems label {
  font-size: 1.2rem;
  font-family: sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.functionitems a {
  padding: 0.5rem 1rem;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #081245;
}

.functionitems a .icon {
  width: 40px;
  font-size: 1.2rem;
}

.functionitems a span {
  font-size: 0.8rem;
}

.functionitems a span > span.main_title {
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}

.functionitems a:hover {
  text-decoration: none;
  background: #f1f1f1;
}

nav.navfunctions {
  display: block;
  padding: 0px 2rem 2rem 0px;
  position: absolute;
  width: 100%;
  left: 0px;
  background: #fff;
  z-index: 99 !important;
  border-bottom: 1px solid #f1f1f1;
  line-height: 1.1rem;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
  nav.navfunctions {
    position: fixed;
    top: 0px;
    padding: 2rem;
    height: 100% !important;
    overflow: auto;
  }

  nav.navfunctions ul li {
    margin-bottom: 1.5rem !important;
  }

  nav.navfunctions ul li a {
    font-size: 1rem !important;
  }

  nav.navfunctions span.title {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  nav.navfunctions.non-sticky {
    top: calc(76px + 40px);
  }

  nav.navfunctions.sticky {
    position: fixed !important;
    top: 76px;
  }
}

nav.navfunctions span.title {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  position: relative;
  color: #333;
}

nav.navfunctions span.title:after {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 30px;
  content: "";
  height: 4px;
  background: #68caff;
}

nav.navfunctions ul {
  margin: 2rem 0px;
  padding: 0px;
}

nav.navfunctions ul li {
  margin-bottom: 0.8rem;
  width: 100%;
  list-style-type: none;
}

nav.navfunctions ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #3f7796;
}

nav.navfunctions ul li.active a {
  text-decoration: underline;
  font-weight: 600;
  color: #333;
}

nav.mobile {
  padding: 40px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9 !important;
  top: 0px;
  left: calc(-100%);
  overflow-x: auto;
  transition: 0.2s linear;
}

nav.mobile.open {
  left: 0px;
}

@media (min-width: 992px) {
  nav.mobile {
    display: none !important;
  }
}

nav.mobile a:hover {
  text-decoration: none;
}

nav.mobile a.login_button,
nav.mobile a.signup_button {
  padding: 10px 20px;
  border-radius: 25px !important;
  float: left;
  color: #fff;
  font-weight: 600;
  border: 4px solid #fff;
}

nav.mobile a.signup_button {
  background: #1C73E6;
  border-color: #1C73E6;
  color: #fff;
}

nav.mobile a.signup_button:hover {
  background: #1767d1;
}

nav.mobile ul {
  float: left;
  width: 100%;
  padding: 0px;
}

nav.mobile ul li.main > a {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

nav.mobile ul li.main ul.subitems {
  padding: 10px 20px;
}

nav.mobile ul li.main ul.subitems li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

nav.mobile ul li.main ul.subitems li a {
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4rem;
}

nav.mobile ul li.main ul.subitems li a small {
  font-size: 0.9rem;
  color: #919191;
}

nav.mobile ul li.sub {
  margin-bottom: 10px;
}

nav.mobile ul li.sub a {
  font-size: 1.2rem;
  color: #fff;
}

nav.mobile ul li {
  list-style-type: none !important;
}

nav.top {
  height: 40px;
  background: #F2F2F7;
  font-size: 0.7rem;
  z-index: 3;
}

@media (max-width: 767px) {
  nav.top {
    display: none;
  }
}

nav.top a {
  font-weight: 500;
  color: #333;
}

@media (min-width: 768px) {
  nav.top a {
    padding-right: 1rem;
  }
}

nav.top a:hover {
  text-decoration: none;
  color: #333;
}

footer.main {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #000;
  color: #fff;
  margin-top: 8rem;
}

footer.main span.title {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer.main div {
    padding-left: 1rem;
    min-width: 100%;
  }
}

footer.main div ul {
  padding: 0px;
}

footer.main div ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

footer.main div ul li a {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

footer.badges {
  padding-bottom: 3rem;
  background: black;
}

footer.badges .social a {
  margin-right: 1rem;
  color: #fff;
  font-size: 3rem;
}

footer.badges .paymentproviders img {
  margin-left: 1rem;
  height: 2rem;
}

@media (max-width: 991px) {
  footer.badges .paymentproviders img {
    margin-left: 0rem;
    margin-right: 1rem;
  }
}

footer.sub {
  padding-bottom: 3rem;
  line-height: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  background: #000;
  color: #fff;
}

footer.sub a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #f1f1f1;
  text-decoration: underline;
}

footer.sub a.statusbar {
  background: #333;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}

footer.sub a.statusbar .left {
  font-size: 0.8rem;
  margin-right: 10px;
}

footer.sub a.statusbar .right {
  font-size: 0.7rem;
}

footer.sub a.statusbar .right i {
  padding-right: 0px;
  margin-right: 3px;
}

body {
  padding-bottom: 60px;
}

.mobile_cta {
  padding: 0px 15px;
  background: #fff;
  position: fixed;
  bottom: -80px;
  left: 0px;
  transition: 0.2s linear;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}

@media (min-width: 992px) {
  .mobile_cta {
    visibility: hidden;
  }
}

.mobile_cta.show {
  bottom: 0px;
}

.mobile_cta a.functions {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}

.mobile_cta a.functions i {
  font-size: 0.9rem;
}

div.browser-wrapper {
  margin-bottom: 1rem;
  transition: 0.3s linear;
  padding: 10% 8%;
  overflow: hidden;
  background: #EBF3FB;
}

div.browser-wrapper.mobile {
  padding: 15% 10% 0 10%;
}

div.browser.mobile {
  background: #414042;
  position: relative;
  padding: 15px 15px 0 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 350px;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}

@media (max-width: 575px) {
  div.browser.mobile {
    max-height: 270px;
  }
}

div.browser.mobile.controls {
  padding-top: calc(30px + 15px) !important;
}

div.browser.mobile.controls[title] {
  padding-top: calc(50px + 15px) !important;
}

div.browser.mobile.controls img {
  border-radius: 0px !important;
}

div.browser.mobile.white {
  background: #fff !important;
  border-left: 2px solid #D1D3D4;
  border-top: 2px solid #D1D3D4;
  border-right: 2px solid #D1D3D4;
}

div.browser.mobile.white div.notch {
  background: white !important;
  border-left: 2px solid #EEEEEF;
  border-right: 2px solid #EEEEEF;
  border-bottom: 2px solid #EEEEEF;
}

div.browser.mobile.white div.notch:before,
div.browser.mobile.white div.notch:after {
  background: #D1D3D4;
}

div.browser.mobile.white .powerbtn,
div.browser.mobile.white .volume,
div.browser.mobile.white .mute {
  background: #919191;
}

div.browser.mobile.white img {
  border-left: 2px solid #EEEEEF;
  border-right: 2px solid #EEEEEF;
}

div.browser.mobile.white:not(.controls) img {
  border-top: 2px solid #EEEEEF;
}

div.browser.mobile div.notch {
  position: absolute;
  left: 35%;
  top: 30px;
  width: 30%;
  height: 22px;
  background: #414042;
  content: " ";
  color: #fff;
  z-index: 2;
  border-radius: 20px !important;
}

div.browser.mobile div.notch:before {
  content: " ";
  position: absolute;
  left: calc(50% - 25px);
  top: 6px;
  height: 10px;
  width: 50px;
  background: #333;
  z-index: 999999999 !important;
  border-radius: 6px !important;
}

div.browser.mobile div.notch:after {
  content: " ";
  position: absolute;
  left: calc(50% + 30px);
  top: 6px;
  height: 10px;
  width: 10px;
  background: #333;
  z-index: 999999999 !important;
  border-radius: 6px !important;
}

div.browser.mobile div.controls {
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: 30px;
  color: #58595B !important;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  border-top-left-radius: 35px !important;
  border-top-right-radius: 35px !important;
}

div.browser.mobile div.controls.hastitle {
  height: 50px;
}

div.browser.mobile div.controls.hastitle span {
  height: 50px;
}

div.browser.mobile div.controls span {
  position: absolute;
  top: 0px;
  text-align: center;
  height: 30px;
  width: 25%;
}

div.browser.mobile div.controls span.left {
  padding-top: 8px;
  padding-left: 3px;
  font-weight: 600;
  font-size: 0.7rem;
  font-family: Arial, Helvetica, sans-serif;
  left: 0px;
  border-top-left-radius: 30px !important;
}

div.browser.mobile div.controls span.right {
  right: 0px;
  padding-top: 5px;
  border-top-right-radius: 30px !important;
}

div.browser.mobile div.controls span.right:before {
  line-height: 0.5rem;
  font-family: "Font Awesome 6 Pro";
  content: "\F1EB   \F242";
  font-weight: 900;
  font-size: 0.8rem;
}

div.browser.mobile div.controls div.title {
  position: absolute;
  bottom: 2px;
  left: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
}

div.browser.mobile div.powerbtn {
  position: absolute;
  right: -3px;
  top: 130px;
  background: #000;
  width: 3px;
  height: 40px;
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

div.browser.mobile div.mute {
  position: absolute;
  left: -3px;
  top: 80px;
  background: #000;
  width: 3px;
  height: 20px;
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

div.browser.mobile div.volume {
  position: absolute;
  left: -3px;
  top: 130px;
  background: #000;
  width: 3px;
  height: 40px;
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

div.browser.mobile div.volume.down {
  top: 180px;
}

div.browser.mobile img {
  width: 100%;
  border-top-left-radius: 35px !important;
  border-top-right-radius: 35px !important;
}

div.browser:not(.mobile) {
  overflow: hidden !important;
  background: #fff;
  min-height: 150px;
  position: relative;
  border: 1px solid #E3E3E3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px !important;
}

div.browser:not(.mobile):not(.wrapper-only) {
  padding-top: 30px;
}

div.browser:not(.mobile).basedonheight {
  height: calc(100% - 100px);
}

div.browser:not(.mobile).basedonheight img {
  height: 100%;
}

div.browser:not(.mobile):not(.basedonheight) img {
  width: 100%;
}

div.browser:not(.mobile).nobar {
  padding-top: 0px !important;
}

div.browser:not(.mobile).nobar div.bar {
  display: none;
}

div.browser:not(.mobile) div.bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  content: " dd";
  background: #E3E3E3;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

div.browser:not(.mobile) div.title {
  position: absolute;
  left: 20px;
  top: 0px;
  height: 30px;
  width: calc(100% - 120px);
  color: #fff;
  line-height: 43px;
  font-weight: 700;
  font-size: 0.9rem;
}

@media (min-width: 992px) {
  div.browser:not(.mobile) div.showtab {
    position: absolute;
    left: 100px;
    top: 8px;
    height: calc(30px - 8px);
    width: 33%;
    background: #fff;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  div.browser:not(.mobile) div.showtab:before {
    border-radius: 15px !important;
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 40px);
    height: 5px;
    content: "";
    background: rgba(0, 0, 0, 0.03);
  }
}

div.browser:not(.mobile) div.controls {
  position: absolute;
  left: 1rem;
  top: 0px;
  height: 30px;
  text-align: right;
}

div.browser:not(.mobile) div.controls.active span:nth-child(3):hover {
  color: #43b952 !important;
  cursor: pointer;
}

div.browser:not(.mobile) div.controls span {
  color: #BFBFC0;
  float: left;
  margin-right: 0.8rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

div.browser:not(.mobile) div.controls span:hover:nth-child(3) {
  color: #FA6058 !important;
  border-top-right-radius: 5px !important;
}

div.browser:not(.mobile) div.controls span:nth-child(1):before {
  content: "\F111";
}

div.browser:not(.mobile) div.controls span:nth-child(2):after {
  content: "\F111";
}

div.browser:not(.mobile) div.controls span:nth-child(3):after {
  content: "\F111";
}

header.v2026 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 991px) {
  header.v2026 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

header.v2026 a.cta {
  font-size: 1.1rem;
  font-weight: 600;
}

header.v2026 h1,
header.v2026 h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  font-family: sans-serif !important;
  letter-spacing: 0cap;
  font-weight: 600;
  color: #081245;
  margin-bottom: 0rem;
}

header.v2026 h1.small_heading,
header.v2026 h2.small_heading {
  font-size: 3rem;
  line-height: 3rem;
}

@media (max-width: 991px) {
  header.v2026 h1,
  header.v2026 h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

header.v2026 h1 span.bluebullet,
header.v2026 h2 span.bluebullet {
  padding-left: 0.3rem;
  color: #68caff;
  font-size: 0.9rem !important;
}

header.v2026 p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4rem !important;
}

header.v2026 .bigImage picture img {
  width: 100%;
  border-radius: 20px !important;
}

header.v2026 .overlay_label {
  padding: 0.5rem 1.2rem;
  background: white;
  border-radius: 25px !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
}

header.v2026 .overlay_label.first {
  position: absolute;
  left: -50px;
  bottom: 90px;
}

@media (max-width: 991px) {
  header.v2026 .overlay_label.first {
    left: 10px;
  }
}

header.v2026 .overlay_label.first img {
  width: 200px;
}

header.v2026 .overlay_label.second {
  position: absolute;
  left: -30px;
  bottom: -20px;
}

@media (max-width: 991px) {
  header.v2026 .overlay_label.second {
    left: 30px;
  }
}

header.v2026 .overlay_label.second img {
  width: 150px;
}

header.v2022 {
  position: relative;
  background: #EBF3FB;
  margin-bottom: 4rem;
  overflow: hidden;
}

header.v2022 .left {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #EBF3FB;
}

@media (min-width: 992px) {
  header.v2022 .left {
    padding-top: 5rem;
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  header.v2022 {
    padding-top: 2rem;
  }
}

@media (max-width: 991px) {
  header.v2022 {
    margin-bottom: 4rem;
  }
}

header.v2022:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0px;
  z-index: 1 !important;
  height: 0px;
  border-style: solid;
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 991px) {
  header.v2022 .bigImage img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  header.v2022 .bigImage {
    position: absolute;
    right: 0;
    top: 0px;
    height: calc(100% + 50px);
    width: 50%;
    overflow: hidden;
  }

  header.v2022 .bigImage .browser {
    position: absolute;
    left: 2rem;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  header.v2022 .bigImage .browser {
    bottom: 50px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  header.v2022 .bigImage .image img {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100%);
  }
}

header.v2020 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 140px;
  margin-bottom: 6rem;
  overflow: hidden;
}

header.v2020:not(.bg-white) {
  background: linear-gradient(-45deg, #cce7e8, #44bcd8, #68caff);
  background-size: 400% 400%;
  -webkit-animation: gradient 8s ease infinite;
          animation: gradient 8s ease infinite;
}

@media (max-width: 991px) {
  header.v2020 {
    padding-top: 2rem;
  }
}

@media (max-width: 991px) {
  header.v2020 {
    margin-bottom: 4rem;
  }
}

@-webkit-keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

header.v2020 .waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  height: 120px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

header.v2020 .waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}

header.v2020 .bgTop {
  z-index: 15;
  opacity: 0.5;
}

header.v2020 .bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

header.v2020 .bgBottom {
  z-index: 5;
}

header.v2020 .wave {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

@media (max-width: 767px) {
  header.v2020 .wave {
    width: 600%;
  }
}

header.v2020 .waveTop {
  background-size: 50% 100px;
}

header.v2020 .waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

header.v2020 .waveMiddle {
  background-size: 50% 120px;
}

header.v2020 .waveAnimation .waveMiddle {
  -webkit-animation: move_wave 35s linear infinite;
          animation: move_wave 35s linear infinite;
}

header.v2020 .waveBottom {
  background-size: 50% 100px;
}

header.v2020 .waveAnimation .waveBottom {
  -webkit-animation: move_wave 30s linear infinite;
          animation: move_wave 30s linear infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.highlights {
  margin-bottom: 5rem;
}

@media (max-width: 991px) {
  .highlights {
    margin-bottom: 3rem;
  }
}

.highlights h2,
.highlights h3,
.highlights h4,
.highlights h5,
.highlights h6 {
  margin-bottom: 1rem;
  font-weight: 100;
  font-size: 2rem;
}

.highlights h2::after,
.highlights h3::after,
.highlights h4::after,
.highlights h5::after,
.highlights h6::after {
  display: none;
}

.highlights ul.list {
  padding: 0px;
}

.highlights ul.list li {
  padding: 20px;
  list-style-type: none;
  text-align: center;
  color: #333;
}

@media (min-width: 768px) {
  .highlights ul.list li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .highlights ul.list li {
    width: 50%;
  }
}

.highlights ul.list li i.fal {
  margin-bottom: 1rem;
}

.highlights ul.list li i.fal:not(.black) {
  color: #68caff;
}

.advantages {
  display: flex;
  margin-bottom: 5rem;
  width: 100%;
}

@media (max-width: 991px) {
  .advantages {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .advantages .btn {
    display: block;
    width: 100%;
  }
}

.advantages .content {
  margin-bottom: 0.8rem;
  flex-grow: 1;
}

.advantages .content .subtitle {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.advantages .image {
  min-width: 50%;
}

@media (max-width: 991px) {
  .advantages .image {
    margin-bottom: 1rem;
  }
}

.advantages div:first-child.content {
  padding-right: 100px;
  order: 0;
}

@media (max-width: 991px) {
  .advantages div:first-child.content {
    order: 1;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.advantages div:last-child.content {
  padding-left: 100px;
}

@media (max-width: 991px) {
  .advantages div:last-child.content {
    order: 1 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 991px) {
  .advantages div:last-child.image {
    order: 0 !important;
  }
}

.actionbar {
  padding: 5rem;
  background: #000;
  display: flex;
}

@media (max-width: 991px) {
  .actionbar {
    padding: 2rem;
    flex-wrap: wrap;
  }

  .actionbar .title {
    padding-right: 0px !important;
  }
}

.actionbar p {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.actionbar h3 {
  color: #fff;
  font-weight: 900;
}

.actionbar .title {
  padding-right: 5rem;
  color: #fff;
}

@media (min-width: 992px) {
  .actionbar .title {
    max-width: 40%;
  }
}

.reviewbar {
  padding: 1.5rem 2rem;
  margin-bottom: 4rem;
  background: #F3F5F8;
  display: flex;
  position: relative;
  border-radius: 10px !important;
}

.reviewbar .profile_picture img {
  width: 250px;
}

.reviewbar blockquote {
  margin: 0rem;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 600;
  z-index: 2;
}

.reviewbar .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 20px;
  bottom: -20px;
  border-top: 20px solid #F3F5F8;
}

.reviewbar a.link_to_review {
  margin-top: 10px;
  display: flex;
  color: #0086ce;
}

.reviewbar a.link_to_review:after {
  margin-top: 2px;
  margin-left: 5px;
  content: "\F0DA";
  font-size: 0.9rem;
  color: #9bdcff;
  font-weight: bold;
  font-family: "Font Awesome 6 Pro";
  transition: 0.2s linear;
}

.reviewbar a.link_to_review:hover {
  text-decoration: none;
  color: #333 !important;
}

.reviewbar a.link_to_review:hover:after {
  margin-left: 10px;
}

.faq {
  margin-bottom: 5rem;
}

.faq h3 {
  font-size: 1.5rem;
  font-weight: 100;
  color: #333;
}

.faq h3::after {
  display: none;
}

.faq ul {
  padding: 0px;
}

.faq ul > li {
  margin-bottom: 1rem;
  padding: 10px 20px;
  background: #f1f1f1;
  list-style-type: none;
  border-radius: 5px !important;
}

.faq ul > li a.question {
  color: #000 !important;
  font-weight: bold;
  font-size: 0.9rem;
}

.faq ul > li .awnser {
  padding-top: 20px;
  font-size: 0.9rem;
  color: #333;
}

.faq ul > li ul {
  margin: 0px;
  padding: 0px;
}

.faq ul > li ul li {
  margin: 0px 0px 0px 1.5rem;
  padding: 0px;
  list-style-type: disc;
}

.chatbtn {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  visibility: hidden;
  background: #68caff;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  z-index: 9999999 !important;
}

@media (min-width: 992px) {
  .chatbtn {
    border-radius: 70px !important;
  }
}

@media (max-width: 991px) {
  .chatbtn {
    transition: 0.3s linear;
    right: 0px;
    bottom: 80px;
    -webkit-border-top-left-radius: 70px;
    -webkit-border-bottom-left-radius: 70px;
    -moz-border-radius-topleft: 70px;
    -moz-border-radius-bottomleft: 70px;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }

  .chatbtn:after {
    right: 5px !important;
    top: 5px !important;
  }

  .chatbtn:not(.mobshow) {
    display: none;
  }
}

.chatbtn:not(.employee):before {
  margin-top: 8px;
  content: "\F4AA";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.8rem;
}

.chatbtn img {
  display: none;
}

.chatbtn.employee:not(.active) {
  background: #fff;
}

.chatbtn.employee:not(.active):hover {
  background: #68caff;
}

.chatbtn.employee:not(.active):hover:before {
  margin-top: 8px;
  content: "\F4AA";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.8rem;
}

.chatbtn.employee:not(.active):hover img {
  display: none;
}

.chatbtn.employee:not(.active) img {
  width: 60px;
  display: block;
  border-radius: 70px !important;
}

.chatbtn.loaded {
  visibility: visible;
}

.chatbtn.bullet:not(.active):after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 7px !important;
  background: #FA6058;
  -webkit-animation: blinker 3s linear infinite;
          animation: blinker 3s linear infinite;
}

.chatwindow {
  position: fixed;
  bottom: 140px;
  right: 50px;
  width: 450px;
  visibility: hidden;
  background: #fff;
  border-radius: 3px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999999 !important;
}

.chatwindow.active {
  visibility: visible;
}

@media (max-width: 991px) {
  .chatwindow {
    bottom: 0px !important;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.chatwindow .heading {
  padding: 20px 30px;
  background: #1cafff;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 0.9rem;
}

.chatwindow .conversation {
  padding: 40px 30px;
}

.chatwindow .conversation img {
  width: 50px;
  -webkit-border-radius: 50px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 50px;
  -moz-border-radius-bottomright: 0;
  border-radius: 50px;
  border-bottom-right-radius: 0;
}

.chatwindow .conversation .message {
  padding: 5px 10px;
  font-size: 0.9rem;
  border-radius: 8px !important;
  background: #ceeeff;
}

.chatwindow .conversation .message small {
  color: #333;
  font-size: 0.7rem;
}

.chatwindow .reply {
  text-align: end;
  padding: 0px 30px 20px 30px;
  line-height: 0.9rem;
  color: #5c5c5c;
  font-size: 0.8rem;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.more-functions {
  margin: 5rem auto;
}

@media (min-width: 992px) {
  .more-functions {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.more-functions .heading {
  color: #333;
}

.more-functions .intro {
  line-height: 1.4rem;
  font-weight: 100;
}

.more-functions span.title {
  display: flex;
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .more-functions span.title {
    font-size: 1rem;
  }
}

.more-functions ul {
  padding: 0px;
}

.more-functions ul li {
  list-style-type: none;
}

.more-functions ul li.active a {
  text-decoration: underline;
  color: #333;
}

.more-functions ul li.active a:after {
  display: none;
}

.more-functions ul li a {
  color: #0086ce;
  line-height: 1rem;
  transition: 0.2s linear;
  font-size: 1rem;
}

.more-functions ul li a:after {
  margin-top: 2px;
  margin-left: 5px;
  content: "\F0DA";
  font-size: 0.8rem;
  color: #9bdcff;
  font-weight: bold;
  font-family: "Font Awesome 6 Pro";
  transition: 0.2s linear;
}

.more-functions ul li a:hover {
  text-decoration: none;
  color: #333 !important;
}

.more-functions ul li a:hover:after {
  margin-left: 10px;
}

/*.more-functions{

    margin:5rem auto;

    @include respond-above(lg){
    //padding-left:5rem;
    //padding-right:5rem;
    }
    //padding-bottom:5rem;
    //border-bottom:4px solid #f1f1f1;

    .heading{
        //margin-bottom:.5rem !important;
        font-size:2rem;
        font-weight:700;
        color:#333;
        &::after{
            //display: none;
        }    

    }
    .intro{
        //font-size:.9rem;
        line-height: 1.4rem;
        font-weight:100;
        font-size:1.2rem;
        //color:#919191;
        @include respond-above(lg) {
            width: 50%;
        }
    }

    span.title{
        display: flex;
        margin-bottom:.8rem;
        font-weight:600;
        font-size:1.2rem;
        @include respond-below(lg){
            font-size:1rem;
        }
    }

    ul{
        padding:0px;
        li{
            list-style-type: none;
            &.active a{
                text-decoration: underline;
                color:#333;
                &:after{
                    display: none;
                };
            }
            a{
                color:darken($maincolor,30);
                line-height:2rem;
                @include transition(.2s);
                font-size:1.2rem;
                @include respond-below(lg){
                    font-size:1rem;
                }
                &:after{
                    margin-top:2px;
                    margin-left:5px;
                    content: "\f0da";
                    font-size:.8rem;
                    color:lighten($maincolor,10);
                    font-weight:bold;
                    font-family: "Font Awesome 6 Pro";
                    @include transition(.2s);
                }
                &:hover{
                    text-decoration: none;
                    color:#333 !important;
                    &:after{
                        margin-left:10px;
                    }
                }
            }
        }
    }
}*/

section.youtube {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #EBF3FB;
  margin-bottom: 5rem;
}

section.youtube .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

section.youtube .video-container iframe,
section.youtube .video-container object,
section.youtube .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.quote {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #EBF3FB;
  margin-bottom: 5rem;
  text-align: center;
}

section.quote blockquote {
  font-size: 2rem;
}

section.signupbar {
  /*padding-top: 3rem;
  padding-bottom: 3rem;


  margin-bottom: 5rem;
  text-align: center;
  blockquote{
      font-size: 2rem;
  }*/
}

section.signupbar .container {
  margin-bottom: 5rem;
  background: #041343;
  border-radius: 25px;
}

section.signupbar .container input.signupinput {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  min-width: 100px;
  margin-right: 0.5rem;
}

section.signupbar .container span.signup_title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

section.signupbar .container span.signup_title.bigger {
  font-size: 1.6rem;
}

section.signupbar .container button.signupsubmit {
  height: 50px;
  border-radius: 10px;
  background: #52b3e2;
  min-width: 230px;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
}

.events {
  padding: 3rem;
  border: 2px solid #F2F2F7;
  border-radius: 20px !important;
}

.events span.date {
  font-size: 1.3rem;
  font-weight: 900;
}

.events span.date span.number {
  margin-right: 5px;
  padding: 5px 5px;
  background: #fff;
  border: 2px solid #f2f2f7;
  border-radius: 10px !important;
}

.events small.date {
  font-size: 1rem;
  font-weight: 600;
}

section.blocks .bg-light {
  border-radius: 40px !important;
  background: #F2F2F7 !important;
}

section.blocks .bg-light::after {
  content: " ";
  position: absolute;
  right: -8px;
  bottom: -8px;
  border-right: 5px solid #68caff;
  border-bottom: 5px solid #68caff;
  width: 200px;
  height: 100px;
  border-bottom-right-radius: 50px;
}

section.blocks .bg-light::before {
  content: " ";
  position: absolute;
  left: 15px;
  top: 15px;
  border-left: 10px solid #fff;
  border-top: 10px solid #fff;
  width: 50px;
  height: 100px;
  border-top-left-radius: 50px;
}

section.blocks .image img {
  width: 100%;
  border-radius: 20px !important;
}

section.blocks .block .text_block {
  border-radius: 20px !important;
  background: #fff;
  padding: 2rem;
  height: 100%;
}

section.blocks .block .text_block h1,
section.blocks .block .text_block h2,
section.blocks .block .text_block h3,
section.blocks .block .text_block h4 {
  margin-bottom: 10px;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  font-family: sans-serif;
}

section.blocks .block .text_block h1::after,
section.blocks .block .text_block h2::after,
section.blocks .block .text_block h3::after,
section.blocks .block .text_block h4::after {
  display: none;
  border: 0px !important;
}

section.blocks .block .text_block a.link {
  color: #1C73E6;
  display: flex;
  align-items: center;
  font-weight: 700;
}

section.blocks .block .img_block img {
  width: 100%;
  border-radius: 20px !important;
}

.section-intro {
  padding-top: 3.5rem;
}

.section-intro__title {
  font-weight: 800;
  color: #081245;
  letter-spacing: -0.3px;
  margin-bottom: 0.5rem;
}

.section-intro__title--lg {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .section-intro__title--lg {
    font-size: 1.65rem;
  }
}

.section-intro__title--sm {
  font-size: 1.4rem;
}

.section-intro__text {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.8rem;
  margin-bottom: 0;
}

.section-intro--subtle {
  padding-top: 2.5rem;
}

.section-intro--subtle .section-intro__text {
  font-size: 1rem;
  color: #64748b;
}

.section-intro__subtle-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C73E6;
  margin-bottom: 0.4rem;
}

.compare-table {
  padding: 5rem 0;
  background: #f8fafc;
}

@media (max-width: 991px) {
  .compare-table {
    padding: 3.5rem 0;
  }
}

.compare-table__wrap {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.compare-table__header,
.compare-table__row {
  display: grid;
  grid-template-columns: 1fr 180px 180px;
  align-items: center;
}

@media (max-width: 767px) {
  .compare-table__header,
  .compare-table__row {
    grid-template-columns: 1fr 90px 90px;
  }
}

.compare-table__header {
  background: #081245;
  padding: 0;
}

.compare-table__header .compare-table__col-feature {
  padding: 1.1rem 1.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.compare-table__header .compare-table__col-brand {
  padding: 1.1rem 0;
  text-align: center;
}

.compare-table__brand-pill {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.03em;
}

.compare-table__brand-pill--mt {
  background: #1C73E6;
  color: #fff;
}

.compare-table__row {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.12s;
}

.compare-table__row:last-child {
  border-bottom: none;
}

.compare-table__row--alt {
  background: #fafbfd;
}

.compare-table__row:hover {
  background: #f0f7ff;
}

.compare-table__col-feature {
  padding: 1rem 1.75rem;
}

@media (max-width: 767px) {
  .compare-table__col-feature {
    padding: 0.9rem 1rem;
  }
}

.compare-table__col-brand {
  padding: 1rem 0;
  text-align: center;
}

.compare-table__col-brand--mt {
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  background: rgba(28, 115, 230, 0.03);
}

.compare-table__feature-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #2d3748;
}

@media (max-width: 767px) {
  .compare-table__feature-label {
    font-size: 0.85rem;
  }
}

.compare-table__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0.75rem;
  cursor: context-menu;
}

.compare-table__icon--yes {
  background: #dcfce7;
  color: #16a34a;
}

.compare-table__icon--no {
  background: #fee2e2;
  color: #dc2626;
}

.compare-table__text {
  font-size: 0.88rem;
  color: #475569;
}

.compare-disclaimer-bar {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.75rem 1rem;
  border-left: 3px solid #e2e8f0;
  background: #f1f5f9;
  border-radius: 0 4px 4px 0;
}

.compare-disclaimer-bar__asterix {
  font-size: 1rem;
  font-weight: 700;
  color: #94a3b8;
  line-height: 1.35rem;
  flex-shrink: 0;
}

.compare-disclaimer {
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.35rem;
  font-style: italic;
  margin-bottom: 0;
}

.competitor-tile {
  display: block;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none !important;
  color: #081245 !important;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s, background 0.2s;
  background: #fff;
  box-shadow: 0 2px 12px rgba(8, 18, 69, 0.06);
  cursor: pointer;
  padding: 1.6rem 1.5rem !important;
}

.competitor-tile:hover {
  box-shadow: 0 8px 28px rgba(28, 115, 230, 0.15);
  border-color: #1C73E6;
  background: #f0f7ff;
  transform: translateY(-3px);
  color: #1C73E6 !important;
}

.competitor-tile:hover .competitor-name {
  color: #1C73E6;
}

.competitor-tile:hover .competitor-arrow {
  transform: translateX(5px);
  color: #1C73E6;
}

.competitor-tile--colored {
  border-color: var(--tile-color);
  border-left-width: 4px;
  background: #fff;
  color: #081245 !important;
}

.competitor-tile--colored .competitor-name {
  color: var(--tile-color);
}

.competitor-tile--colored .competitor-arrow {
  color: var(--tile-color);
  opacity: 0.6;
}

.competitor-tile--colored:hover {
  background: #fff;
  border-color: var(--tile-color);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  -webkit-filter: none;
          filter: none;
  color: #081245 !important;
}

.competitor-tile--colored:hover .competitor-name {
  color: var(--tile-color);
}

.competitor-tile--colored:hover .competitor-arrow {
  opacity: 1;
  transform: translateX(5px);
}

.competitor-tile--soon {
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
  background: #f8fafc;
}

.competitor-tile--soon:hover {
  transform: none;
  box-shadow: none;
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #081245 !important;
}

.competitor-tile .competitor-name {
  font-weight: 700;
  font-size: 1rem;
  color: #081245;
  transition: color 0.2s;
}

.competitor-tile .competitor-arrow {
  transition: transform 0.2s, color 0.2s;
  color: #64748b;
  flex-shrink: 0;
  font-size: 0.9rem;
}

.header-simple2026 {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
  z-index: 1;
}

.header-simple2026--withbg {
  padding: 7rem 0 6rem;
  color: #fff;
}

@media (max-width: 991px) {
  .header-simple2026--withbg {
    padding: 4rem 0 4rem;
  }
}

.header-simple2026--withbg .header-simple2026__title {
  color: #fff;
}

.header-simple2026--withbg .header-simple2026__intro {
  color: rgba(255, 255, 255, 0.85);
}

.header-simple2026--withbg .header-simple2026__badge {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.header-simple2026--withbg .header-simple2026__link {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.header-simple2026--withbg .header-simple2026__link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.header-simple2026--nobg {
  background: #EBF3FB;
  padding: 5rem 0 5rem;
}

@media (max-width: 991px) {
  .header-simple2026--nobg {
    padding: 3rem 0 3rem;
  }
}

.header-simple2026--nobg::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 202, 255, 0.18) 0%, rgba(104, 202, 255, 0) 70%);
  pointer-events: none;
}

.header-simple2026::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #fff transparent;
  z-index: 3;
}

.header-simple2026__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.header-simple2026__bg:hover {
  transform: scale(1.01);
}

.header-simple2026__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(8, 18, 69, 0.88) 0%, rgba(8, 18, 69, 0.68) 55%, rgba(8, 18, 69, 0.28) 100%);
}

.header-simple2026__content {
  position: relative;
  z-index: 2;
}

.header-simple2026__badge {
  display: inline-block;
  background: rgba(104, 202, 255, 0.15);
  color: #0096e8;
  border: 1px solid rgba(104, 202, 255, 0.3);
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
}

.header-simple2026__title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #081245;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .header-simple2026__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.header-simple2026__dot {
  padding-left: 0.25rem;
  color: #68caff;
  font-size: 0.75rem;
}

.header-simple2026__intro {
  font-size: 1.1rem;
  line-height: 1.75rem;
  color: #4a5568;
}

@media (max-width: 991px) {
  .header-simple2026__intro {
    font-size: 1rem;
  }
}

.header-simple2026__link {
  font-size: 1rem;
  font-weight: 600;
  color: #081245;
  text-decoration: none;
  border-bottom: 2px solid rgba(104, 202, 255, 0.5);
  padding-bottom: 1px;
  transition: border-color 0.15s;
}

.header-simple2026__link:hover {
  border-color: #68caff;
  text-decoration: none;
  color: #081245;
}

.target-groups {
  position: relative;
  overflow: hidden;
  background: #081245;
  padding: 5rem 0;
}

@media (max-width: 991px) {
  .target-groups {
    padding: 3.5rem 0;
  }
}

.target-groups__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  opacity: 0.45;
  z-index: 0;
}

.target-groups__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 18, 69, 0.88) 0%, rgba(8, 18, 69, 0.55) 55%, rgba(8, 18, 69, 0.2) 100%);
}

.target-groups__inner {
  position: relative;
  z-index: 2;
}

.target-groups__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.3px;
}

@media (max-width: 991px) {
  .target-groups__title {
    font-size: 1.65rem;
    line-height: 2.1rem;
  }
}

.target-groups__intro {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  line-height: 1.8rem;
}

.target-groups__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem 0.5rem;
}

@media (max-width: 575px) {
  .target-groups__grid {
    grid-template-columns: 1fr;
  }
}

.target-groups__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  border-left: 2px solid transparent;
  transition: border-color 0.15s, background 0.15s;
}

.target-groups__item:hover {
  border-left-color: #1C73E6;
  background: rgba(255, 255, 255, 0.05);
}

.target-groups__check {
  color: #1C73E6;
  flex-shrink: 0;
  font-size: 0.8rem;
}

.target-groups__footnote {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 0;
}

.usp-grid__photo-col {
  position: relative;
  min-height: 500px;
}

@media (max-width: 991px) {
  .usp-grid__photo-col {
    min-height: 320px;
  }
}

.usp-grid__photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.usp-grid__photo--empty {
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usp-grid__photo-label {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 2;
  background: #081245;
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
}

.usp-grid__photo-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #68caff;
  margin-bottom: 0.4rem;
}

.usp-grid__photo-quote {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.6rem;
}

.usp-grid__content {
  background: #fff;
}

.usp-grid__content-inner {
  padding: 4rem 3.5rem;
}

@media (max-width: 991px) {
  .usp-grid__content-inner {
    padding: 3rem 1.5rem;
  }
}

.usp-grid__title {
  font-size: 2rem;
  font-weight: 800;
  color: #081245;
  margin-bottom: 0.75rem;
  letter-spacing: -0.3px;
}

.usp-grid__intro {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}

.usp-grid__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.usp-grid__item {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.usp-grid__item:last-child {
  border-bottom: none;
}

.usp-grid__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #EBF3FB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C73E6;
  flex-shrink: 0;
  font-size: 0.9rem;
  margin-top: 0.1rem;
}

.usp-grid__item-body {
  flex: 1;
}

.usp-grid__item-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: #081245;
  margin-bottom: 0.25rem;
}

.usp-grid__item-text {
  font-size: 0.91rem;
  color: #64748b;
  margin: 0;
  line-height: 1.65rem;
}

.faq-modern {
  padding: 5rem 0;
  background: #f8fafc;
}

@media (max-width: 991px) {
  .faq-modern {
    padding: 3.5rem 0;
  }
}

.faq-modern__title {
  font-size: 2rem;
  font-weight: 800;
  color: #081245;
  margin-bottom: 0.5rem;
  letter-spacing: -0.3px;
}

.faq-modern__intro {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.8rem;
  margin-bottom: 1.75rem;
}

.faq-modern__list {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.faq-modern__item {
  border-bottom: 1px solid #e2e8f0;
}

.faq-modern__item:last-child {
  border-bottom: none;
}

.faq-modern__question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.97rem;
  font-weight: 600;
  color: #081245;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  line-height: 1.5rem;
}

.faq-modern__question:hover {
  background: #f8fafc;
}

.faq-modern__question[aria-expanded=true] {
  color: #1C73E6;
  background: #f0f7ff;
}

.faq-modern__question[aria-expanded=true] .faq-modern__icon {
  transform: rotate(45deg);
  color: #1C73E6;
}

.faq-modern__icon {
  flex-shrink: 0;
  font-size: 0.8rem;
  color: #94a3b8;
  transition: transform 0.2s, color 0.2s;
}

.faq-modern__answer p {
  padding: 0 1.5rem 1.25rem;
  margin: 0;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.8rem;
  border-top: 1px solid #f0f4f8;
}

.faq-modern__media {
  position: relative;
}

.faq-modern__photo {
  width: 100%;
  height: 420px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

@media (max-width: 991px) {
  .faq-modern__photo {
    height: 260px;
  }
}

.faq-modern__photo--empty {
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.faq-modern__card {
  position: absolute;
  bottom: -2rem;
  left: 1.5rem;
  right: 1.5rem;
  background: #081245;
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 12px 40px rgba(8, 18, 69, 0.25);
}

@media (max-width: 991px) {
  .faq-modern__card {
    position: static;
    margin-top: 1rem;
    bottom: auto;
  }
}

.faq-modern__card-stat {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.faq-modern__card-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #68caff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.5rem;
}

.faq-modern__card-sub {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.6rem;
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 0px !important;
}

@media (min-width: 992px) {
  body.rotate {
    transition: 1s linear;
    transform: rotate(90deg);
    transform-origin: bottom left;
    position: absolute;
    top: -100vw;
    height: 100vw;
    width: 100vh;
    overflow: hidden;
  }
}

body img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

@media (max-width: 991px) {
  body h1,
  body h2,
  body h3,
  body h4,
  body h5 {
    word-break: break-word;
  }
}

body h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
}

@media (max-width: 991px) {
  body h1 {
    font-size: 1.8rem;
  }
}

body h1:not(.noafter) body h1:after {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 30px;
  content: "";
  height: 4px;
  background: #68caff;
}

body h2 {
  font-size: 2.3rem;
  margin-bottom: 2.3rem;
  font-weight: 700;
  position: relative;
}

@media (max-width: 991px) {
  body h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

body h2:not(.noafter):after {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 30px;
  content: "";
  height: 4px;
  background: #68caff;
}

body h3 {
  font-size: 1.5rem;
  margin-bottom: 2.3rem;
  font-weight: 600;
  position: relative;
}

body h3:not(.noafter):after {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 40px;
  content: "";
  height: 4px;
  background: #68caff;
}

body h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.25px;
  font-weight: 600;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

@media (max-width: 991px) {
  body h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

body p {
  font-weight: 500;
  font-size: inherit;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

body small {
  font-size: 0.8rem;
}

body ul.checklist {
  padding: 0px;
}

body ul.checklist.half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

body ul.checklist.half li {
  width: 50%;
}

body ul.checklist li {
  position: relative;
  padding-left: 30px;
  width: 100%;
  margin-bottom: 10px;
  list-style-type: none;
}

body ul.checklist li:after {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\F00C";
  letter-spacing: 0px;
  color: #68caff;
}

body .far,
body .fas,
body .fal,
body .fad {
  color: #333;
  margin-top: 2px;
}

body blockquote {
  margin-top: 2rem;
  font-size: 0.8rem;
  font-style: italic;
}

body blockquote:before {
  content: '"';
}

body blockquote:after {
  content: '"';
}

