@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;
}

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: '"';
}

