/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 *  clearfixc For modern browsers
 */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 (trigger hasLayout)
 */
.cf {
  *zoom: 1;
}

/* Colors and vars */
.first {
  margin-left: 0px !important;
}

.center-align {
  text-align: center;
}

.left-align {
  text-align: left !important;
}

.bold-text {
  font-family: "geo-book", sans-serif;
}

b,
strong {
  font-family: "geo-med";
}

.clear {
  clear: both;
}

.fw {
  display: block;
  width: 100%;
}

.no-top-margin {
  margin-top: 0px !important;
}

.hidden {
  display: none;
}

/*** FONT FACE ***/
@font-face {
  font-family: "geo-book";
  src: url("geo-book.eot");
  src: url("geo-book.eot?#iefix") format("embedded-opentype"), url("geo-book.woff2") format("woff2"), url("geo-book.woff") format("woff"), url("geo-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geo-med";
  src: url("geo-med.eot");
  src: url("geo-med.eot?#iefix") format("embedded-opentype"), url("geo-med.woff2") format("woff2"), url("geo-med.woff") format("woff"), url("geo-med.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geo-bold";
  src: url("geo-bold.eot");
  src: url("geo-bold.eot?#iefix") format("embedded-opentype"), url("geo-bold.woff2") format("woff2"), url("geo-bold.woff") format("woff"), url("geo-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  padding: 0;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
  color: #303030;
  position: relative !important;
}

@media only screen and (min-width: 1024px) {
  body,
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body,
  html {
    font-size: 15px;
    overflow-x: hidden;
  }
}
/*
@media only screen and (max-width: 640px) {
  body,
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  body,
  html {
    font-size: 14px;
  }
}
*/
/*** Column-wrappers ***/
div.col-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
div.col-wrapper.justify-space-between {
  justify-content: space-between;
}
div.col-wrapper.align-items-center {
  align-items: center;
}
div.col-wrapper.just-center {
  justify-content: center;
}

div.col {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15px;
  box-sizing: border-box;
  position: relative;
}
div.col.col-1 {
  margin-left: 0px;
  margin-right: 0px;
}

div.col-2:nth-of-type(odd),
div.col-2-float.float-left,
div.col-3:first-of-type,
div.col-4:first-of-type {
  margin-left: 0px;
}

div.col-2:nth-of-type(even),
div.col-2-float.float-right,
div.col-3:last-of-type,
div.col-4:last-of-type {
  margin-right: 0px;
}

div.no-margin div.col {
  margin: 0px !important;
}

div.col-1 {
  flex-basis: 100%;
}

div.col-2 {
  flex-basis: calc((100% - 30px) / 2);
}

div.col-3 {
  flex-basis: calc((100% - 60px) / 3);
}

div.col-4 {
  flex-basis: calc((100% - 90px) / 4);
}

div.col-2-float.float-left,
div.col-2-float.float-right {
  width: calc((100% - 30px) / 2);
}

div.col-2-float.float-left {
  float: left;
}

div.col-2-float.float-right {
  float: right;
}

div.col .text-container {
  max-width: none;
  margin: 10px 0px 0px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  div.col-2,
  div.col-4 {
    flex-basis: calc((100% - 30px) / 2);
  }
  div.col-4:nth-child(odd) {
    margin-left: 0px;
  }
  div.col-4:nth-child(even) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 920px) {
  div.col-3 {
    flex-basis: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  div.no-space div.col-2 {
    flex-basis: 100%;
    margin: 0px;
  }
}
@media only screen and (max-width: 720px) {
  div.col-1,
  div.col-2,
  div.col-2-float,
  div.col.margin-lg,
  div.col-4 {
    flex-basis: 100%;
    margin: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  div.col-2-float {
    width: 100% !important;
    float: none !important;
  }
  div.col-wrapper.flip-on-mobile {
    flex-direction: column-reverse;
  }
}
/*** STANDARDS ***/
div.pagesection {
  width: 95%;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  background-attachment: fixed;
  background-position: center center;
  transform: skewY(-5deg);
}
div.pagesection.no-slant {
  padding-top: 40px;
  padding-bottom: 80px;
  transform: none;
}
div.pagesection.no-slant div.content {
  transform: none;
}
div.pagesection.next-slant {
  padding-bottom: 120px;
}
div.pagesection.mid-top-pad {
  padding-top: 80px;
}
div.pagesection.no-top-pad {
  padding-top: 0;
}
div.pagesection.no-bot-pad {
  padding-bottom: 0;
}
div.pagesection div.content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  transform: skewY(5deg);
}

/*div.pagesection.no-slant + div.pagesection {
  padding-bottom: 100px;
}*/
h1 {
  font-family: "geo-bold", sans-serif;
  text-align: center;
  /*font-size: 2.5rem;*/
  font-size: 2.25rem;
  line-height: 130%;
}
h1.section-header {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 550px;
  line-height: 105%;
  margin-top: 0.25rem;
  background: -webkit-linear-gradient(45deg, #45d0b7, #249aea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.section-header.left-align {
  margin-left: 0px;
  margin-right: 0px;
  width: 70%;
  max-width: unset;
}

h2 {
  margin-top: 2.5rem;
  font-family: "geo-bold", sans-serif;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.5px;
}

h3 {
  margin-top: 2.5rem;
  font-family: "geo-bold", sans-serif;
  text-align: center;
  font-size: 1.375rem;
}
h3.section-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #303030;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  /*
  .light-green & {
    color: $primaryAccent;
  }

  .light-blue & {
    color: $secondaryAccent;
  }
  */
}

ul.bm-ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0.25rem;
}
ul.bm-ul li {
  margin-top: 0.75rem;
  position: relative;
  padding-left: 0.75rem;
}
ul.bm-ul li:before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 6px;
  height: 90%;
  background: #3598db;
  border-radius: 6px;
}

.text-muted {
  color: rgba(64, 64, 64, 0.5) !important;
}

div.text-container {
  width: 80%;
  max-width: 800px;
  margin: 55px auto 0px auto;
  text-align: center;
  font-size: 1.25rem;
  line-height: 135%;
}
div.text-container.section-intro {
  margin-top: 1rem;
}

div.news-body a,
div.text-container a {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  z-index: 10;
  box-shadow: inset 0 -5px 0 #249aea;
  color: #303030;
  transition: all 0.15s ease-in;
  padding: 2px 2px 0 2px;
  /*&:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0.125rem;
    width: 100%;
    height: 0.25rem;
    background-color: $primaryAccent;
    transition: all 0.2s linear;

    #footer & {
      background-color: rgba($dark100, 0.3);
    }
  }
  &:hover {
    text-decoration: none;
    //color: $primaryAccent;

    &:before {
      height: 0.5rem;
      //background-color: transparent;
    }
  }
  */
}
.signup-page div.news-body a,
.signup-page div.text-container a {
  box-shadow: inset 0 -3px 0 #249aea;
}
#footer div.news-body a,
#footer div.text-container a {
  box-shadow: inset 0 -3px 0 rgba(48, 48, 48, 0.3);
  color: #ffffff;
}
#footer div.news-body a:hover,
#footer div.text-container a:hover {
  box-shadow: none;
  border-bottom: none;
}
div.news-body a:hover,
div.text-container a:hover {
  color: #249aea;
  box-shadow: none;
  border-bottom: none;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.rotating-grad-bg {
  position: relative;
}
.rotating-grad-bg:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #249aea;
  background: linear-gradient(45deg, #45d0b7 0%, #249aea 100%);
  animation: rotate_gradient 1.5s linear infinite;
  border-radius: 1000px;
}

@keyframes rotate_gradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 4rem;
  /*
  #main & {
    margin-top: 1.75rem;
  }
  */
}
.btn-wrapper.left {
  justify-content: flex-start;
}

a.cta {
  font-family: "geo-bold", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.25px;
  text-align: center;
  margin: 0;
  display: inline-block;
  padding: 12px 24px;
  /*min-width: 230px;*/
  text-decoration: none;
  color: #249aea;
  border: #249aea 3px solid;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
a.cta.filled {
  background-color: #45d0b7;
  color: #ffffff;
}
a.cta.filled.disabled {
  pointer-events: none;
  color: rgba(48, 48, 48, 0.45);
  background-color: #eaeaea;
  border-color: #eaeaea;
}
a.cta.transparent {
  padding-left: 16px;
  padding-right: 16px;
  background-color: transparent;
  border: transparent 3px solid;
  color: #303030;
}
a.cta.transparent:hover {
  border-color: transparent;
  background-color: transparent;
  color: #565656;
}
a.cta.white-bg {
  background-color: #ffffff;
}
a.cta:hover {
  color: #ffffff;
  background-color: #179ef9;
  border-color: #179ef9;
}
.light-blue a.cta {
  border-color: #249aea;
  color: #249aea;
}
.light-blue a.cta.filled {
  background-color: #249aea;
  color: #ffffff;
}
.light-blue a.cta:hover {
  color: #ffffff;
  background-color: #179ef9;
  border-color: #179ef9;
}

.box-shadow {
  box-shadow: 8px 8px 24px 0 rgba(217, 217, 217, 0.5);
  box-shadow: 4px 4px 12px 0 rgba(217, 217, 217, 0.3);
}
.box-shadow.lighter {
  box-shadow: 8px 8px 24px 0 rgba(217, 217, 217, 0.3);
  box-shadow: 4px 4px 12px 0 rgba(217, 217, 217, 0.3);
}
.light-green .box-shadow {
  box-shadow: 8px 8px 24px 0 rgba(69, 208, 183, 0.12);
  box-shadow: 4px 4px 12px 0 rgba(69, 208, 183, 0.12);
}
.light-blue .box-shadow {
  box-shadow: 8px 8px 24px 0 rgba(36, 154, 234, 0.15);
  box-shadow: 4px 4px 12px 0 rgba(36, 154, 234, 0.1);
}

@media only screen and (max-width: 1024px) {
  /*
  .box-shadow {
    box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.25), 10px 10px 30px 0 rgba(217, 217, 217, 0.5);

    &.bottom {
      box-shadow: 10px 10px 30px 0 rgba(217, 217, 217, 0.5);
    }
    &.lighter {
      box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.25), 10px 10px 30px 0 rgba(217, 217, 217, 0.5);
    }
    .light-green & {
      box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.25), 10px 10px 30px 0 rgba($primaryAccent, 0.12);
    }
    .light-blue & {
      box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.25), 10px 10px 30px 0 rgba($secondaryAccent, 0.15);
    }
  }
  */
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  div.pagesection {
    width: 92%;
    padding: 6% 4%;
    background-attachment: scroll;
  }
  div.text-container {
    width: 100%;
    margin: 40px auto 0px auto;
  }
}
/*
@media only screen and (max-width: 1024px) {
  #main .btn-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 0.75rem;
  }
}
*/
@media only screen and (max-width: 640px) {
  div.pagesection {
    width: 90%;
    padding: 10% 5%;
    background-attachment: scroll;
  }
  div.pagesection.pad-top {
    padding-top: 20%;
  }
  h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.875rem;
  }
  h1.section-header {
    max-width: unset;
    line-height: 105%;
    margin-top: 0.25rem;
    font-size: 2rem;
    width: 90%;
  }
  h1.section-header.left-align {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  h2 {
    margin-top: 2.75rem;
    font-size: 1.625rem;
  }
  h3.section-title {
    font-size: 1rem;
  }
  div.text-container {
    width: 100%;
    max-width: unset;
    margin: 55px auto 0px auto;
    font-size: 1.1875rem;
    line-height: 135%;
  }
  div.text-container.section-intro {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .btn-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    /*
    #main & {
      margin-top: 2rem;
      margin-bottom: 2.25rem;
    }
    */
  }
  .btn-wrapper.left {
    justify-content: flex-start;
  }
  a.cta {
    margin-top: 0;
  }
}
@media only screen and (min-width: 720px) {
  h3.section-title.left-align {
    margin-top: 0;
  }
}
/*** Colors ***/
div.pagesection.white {
  background-color: #ffffff;
}
div.pagesection.light-green {
  background-color: #fafdfd;
  background-color: #f8fdfc;
}
div.pagesection.light-blue {
  background-color: #f2f9fb;
  background-color: #f4fafe;
}
div.pagesection.light-blue.medium-blue {
  background-color: #f2f9fb;
  background-color: rgba(36, 153, 233, 0.1);
}

.light {
  color: #ffffff;
}
.light a {
  color: #ffffff !important;
}

/****** LADNING PAGE ******/
/*** TOP BAR ***/
div#topbar {
  width: 100%;
  position: fixed;
  top: -100px;
  top: 0;
  left: 0px;
  z-index: 500;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*opacity: 0;*/
  box-shadow: rgba(69, 208, 183, 0.15) 0px 5px 32px 0px;
  box-shadow: rgba(48, 48, 48, 0.06) 0px 5px 32px 0px;
  /*
  	-webkit-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px;
  	-moz-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px;
  	box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px;
  	*/
}

div#header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 3%;
}

a.mobile-header-highlight {
  display: none;
  height: 24px;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  /*height: 34px;*/
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  right: 62px;
  top: 17px;
  color: #249aea;
  font-family: "geo-bold", sans-serif;
  letter-spacing: 0.25px;
  border: #249aea 2px solid;
  border-radius: 5px;
  /*
  &.en {
    width: 68px;
  }
  &.fr {
    width: 77px;
  }
  */
}
a.mobile-header-highlight.filled {
  background-color: #249aea;
  color: #ffffff;
}
a.mobile-header-highlight:hover {
  color: #ffffff;
  background-color: #249aea;
}

/** Burger ***/
.button_container {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 16px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 1500;
  -webkit-tap-highlight-color: transparent;
  /*
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
          */
}

.burger {
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: #303030;
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
  -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  -o-transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
}

.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
  width: 2em;
}

.open .burger.burger-squeeze .burger-lines:after,
.open .burger.burger-squeeze .burger-lines:before {
  width: 3em;
}

.open .burger.burger-squeeze .burger-lines,
.open .burger.burger-squeeze .burger-lines:after,
.open .burger.burger-squeeze .burger-lines:before {
  -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  -o-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
}

.open .burger.burger-squeeze .burger-lines {
  background-color: transparent;
  left: -4px;
}

.open .burger.burger-squeeze .burger-lines:before,
.open .burger.burger-squeeze .burger-lines:after {
  left: 0.5em;
  top: 0px;
  background-color: #249aea;
}

.open .burger.burger-squeeze .burger-lines:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open .burger.burger-squeeze .burger-lines:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay {
  position: fixed;
  background-color: #f4fafe;
  background: -webkit-linear-gradient(90deg, #f4fafe, #def0fc);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  display: none;
  webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 1000;
}

.overlay.open nav a {
  -webkit-animation: fadeInLeft 0.5s ease forwards;
  animation: fadeInLeft 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.overlay.open nav a:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.overlay.open nav a:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open nav a:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.overlay.open nav a:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.overlay.open nav a:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.overlay.open nav a:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.overlay nav {
  position: relative;
  margin-top: 5rem;
  font-size: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
  list-style: none;
  padding: 1rem;
}
.overlay nav a {
  width: 100%;
  font-family: "geo-bold", sans-serif;
  display: block;
  position: relative;
  color: #303030;
  text-decoration: none;
  font-size: 2.125rem;
  letter-spacing: 0.5px;
  opacity: 0;
}
.overlay nav a.mobile-highlight {
  color: #249aea;
  margin-top: 0.5rem;
}
.overlay .overlay-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 1rem;
}
.overlay .overlay-bottom a.cta {
  margin-top: 0;
}
.overlay .overlay-bottom .socials {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  /*
  justify-content: flex-end;
  margin-right: 3rem;
  */
}
.overlay .overlay-bottom .socials a img {
  width: 2.75rem;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
div.logo-container {
  /*width: 150px;*/
  flex-basis: 125px;
  /*height: 50px;*/
  position: relative;
  /*float: left;*/
}

ul#menu {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
ul#menu li {
  display: inline-block;
  list-style-type: none;
  margin-right: 0.5rem;
  color: #ffffff;
}
ul#menu li.current a {
  color: #249aea;
}
ul#menu li:last-of-type {
  margin-right: 0px;
}
ul#menu li a {
  color: #222222;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  padding: 7px 9px;
}
ul#menu li a:hover {
  color: rgba(48, 48, 48, 0.7);
}
ul#menu li a.highlight {
  margin-left: 5px;
  padding: 4px 8px;
  color: #249aea;
  font-family: "geo-med", sans-serif;
  letter-spacing: 0.25px;
  border: #249aea 2px solid;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
ul#menu li a.highlight:hover {
  color: #ffffff;
  background-color: #179ef9;
  border-color: #179ef9;
}
ul#menu li a.highlight.filled {
  color: #ffffff;
  background-color: #249aea;
  margin-left: 9px;
}
ul#menu li a.highlight.filled:hover {
  background-color: #179ef9;
}

ul#menu li.lang-switch a {
  display: block;
  margin-left: 2rem;
  padding: 0;
  position: relative;
  /*
  background-color: $primaryAccent;
  color: $white;
  font-family: $headingFont;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  position: relative;
  padding: 4px 6px;

  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  */
  /*
  &:hover {
    color: $white;
    background-color: $primaryAccentHover;
  }
  */
}
ul#menu li.lang-switch a:before {
  content: "";
  position: absolute;
  left: -1.375rem;
  top: 0;
  bottom: 0;
  border-left: 2px solid rgba(48, 48, 48, 0.1);
}

@media only screen and (max-width: 1140px) {
  div#topbar {
    background-color: #ffffff !important;
    box-shadow: rgba(48, 48, 48, 0.08) 0px 10px 24px 0px;
    box-shadow: rgba(48, 48, 48, 0.08) 0px 10px 24px 0px;
    top: 0px !important;
  }
  div#header {
    height: 40px !important;
    padding: 10px 3% !important;
  }
  a.mobile-header-highlight {
    display: block;
  }
  .button_container {
    display: block;
  }
  div#overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  div.logo-container {
    width: 105px;
    /*height: 34px;*/
    position: absolute;
    left: 16px;
    top: 15px;
  }
  ul#menu {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  .overlay nav {
    font-size: 18px;
    gap: 1.5rem;
    padding: 0.75rem;
    margin-top: 4rem;
  }
  .overlay nav a {
    font-size: 1.875rem;
  }
  .overlay nav a.mobile-highlight {
    color: #249aea;
    margin-top: 1rem;
  }
}
/*** MAIN ***/
.pat {
  position: absolute;
  top: -600px;
  left: -600px;
  height: calc(100% + 1200px);
  width: calc(100% + 1200px);
  z-index: -1;
  background-image: url("../img/confetti_bg_green.svg");
  background-size: 600px 600px;
  animation: scroll 15s linear infinite;
  opacity: 0.5;
}
.pat.white {
  background-image: url("../img/confetti_bg_white.svg");
}

@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(600px, -600px, 0);
  }
}
div#main {
  display: flex;
  position: relative;
  /*height: 100%;
  min-height: 100%;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  */
  margin-bottom: 80px;
  flex-direction: column;
  /*background-size: cover;*/
  overflow: hidden;
  transform: skewY(-5deg);
}

div#main-content {
  width: 90%;
  /*
  height: 100%;
  height: 100vh;
  */
  max-width: 1180px;
  margin: 0 auto;
  padding: 7rem 0;
  padding: 9rem 0 7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*color: $white;*/
  text-align: left;
  transform: skewY(5deg);
}

div#main-text {
  /*
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  */
  /*margin: 7% 0px 5% 0px;*/
  width: 100%;
  max-width: 680px;
  max-width: 860px;
  margin: 0 auto;
}
div#main-text h1 {
  font-family: "geo-bold", sans-serif;
  max-width: 680px;
  margin: 10px auto 0px;
  font-size: 2.75rem;
  color: #303030;
  line-height: 125%;
  text-align: center !important;
}
div#main-text h1 span {
  background: -webkit-linear-gradient(45deg, #45d0b7, #249aea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div#main-text h2 {
  font-family: "Source Sans Pro", sans-serif;
  max-width: 680px;
  margin: 0.75rem auto 0px;
  font-size: 1.5rem;
  line-height: 135%;
  text-align: center !important;
  opacity: 1;
}

.search-preview-wrapper {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.search-preview-wrapper .search-bar {
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 8px 8px 16px 0 rgba(36, 154, 234, 0.1);
  box-shadow: 4px 4px 12px 0 rgba(36, 154, 234, 0.15);
}
.search-preview-wrapper .search-bar .try-it-out {
  position: absolute;
  left: -30px;
  top: -42px;
  width: 60px;
  height: 60px;
  transform: rotate(-15deg);
}
.search-preview-wrapper .search-bar input {
  flex: 1;
  margin-top: 0;
  border-radius: 0;
  line-height: 100%;
  padding: 0.75rem 0.5rem 0.75rem 0;
}
.search-preview-wrapper .search-bar input:focus {
  outline: none !important;
  border-color: transparent;
  color: #303030;
}
.search-preview-wrapper .search-bar a.cta {
  border-radius: 12px;
  padding: 8px 12px;
}
.search-preview-wrapper .search-bar-examples {
  margin-left: 12px;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.search-preview-wrapper .search-bar-examples a {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  z-index: 10;
  border-bottom: 1px solid #249aea;
  box-shadow: inset 0 -2px 0 #249aea;
  color: #303030;
  transition: all 0.15s ease-in;
  padding: 2px 2px 0 2px;
  word-break: keep-all;
}
.search-preview-wrapper .search-bar-examples a:hover {
  color: #249aea;
  box-shadow: inset 0 -2px 0 transparent;
  border-color: transparent;
}
.search-preview-wrapper #search-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 1.5rem;
}
.search-preview-wrapper #search-results .search-result {
  display: flex;
  background-color: #ffffff;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 8px 8px 16px 0 rgba(36, 154, 234, 0.1);
  box-shadow: 4px 4px 12px 0 rgba(36, 154, 234, 0.15);
  gap: 1rem;
}
.search-preview-wrapper #search-results .search-result .product-img {
  flex-basis: 92px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 4px solid #d4e9f7;
  border-radius: 500px;
  background-color: #ffffff;
  overflow: hidden;
  align-self: flex-start;
}
.search-preview-wrapper #search-results .search-result .product-info {
  flex: 1;
  margin-top: 0.75rem;
}
.search-preview-wrapper #search-results .search-result .product-info .product-name {
  font-family: "geo-med";
  font-size: 1rem;
}
.search-preview-wrapper #search-results .search-result .product-info .product-brand {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  text-transform: uppercase;
  color: rgba(64, 64, 64, 0.6) !important;
}
.search-preview-wrapper #search-results .search-result .product-info .product-size {
  line-height: 110%;
  margin-top: 0.375rem;
}
.search-preview-wrapper .search-sign-up {
  max-width: 540px;
  margin: 1.5rem auto 0;
  text-align: center;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 8px 8px 16px 0 rgba(36, 154, 234, 0.1);
  max-width: unset;
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  text-align: left;
}
.search-preview-wrapper .search-sign-up .search-sign-up-content {
  flex: 1;
}
.search-preview-wrapper .search-sign-up .search-sign-up-content h3 {
  font-size: 1.375rem;
  margin-top: 0;
  text-align: left;
}
.search-preview-wrapper .search-sign-up .search-sign-up-content p {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  line-height: 135%;
}
.search-preview-wrapper .search-sign-up .btn-wrapper {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .search-preview-wrapper .search-sign-up {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .search-preview-wrapper .search-sign-up {
    display: block;
    padding: 1.25rem;
  }
  .search-preview-wrapper .search-sign-up .btn-wrapper {
    display: block;
    margin-top: 1.25rem;
  }
  .search-preview-wrapper .search-sign-up .btn-wrapper a {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  .search-preview-wrapper #search-results {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .search-preview-wrapper #search-results .search-result .product-img {
    flex-basis: 80px;
    height: 80px;
  }
  .search-preview-wrapper #search-results .search-result .product-info {
    margin-top: 0.25rem;
  }
  .search-preview-wrapper #search-results > div:last-of-type {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .search-bar-examples {
    justify-content: center;
  }
  .search-preview-wrapper .search-bar {
    flex-direction: column;
    align-items: flex-end;
    padding: 12px;
    border-radius: 12px;
    box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.25), 10px 10px 30px 0 rgba(36, 154, 234, 0.15);
  }
  .search-preview-wrapper .search-bar .try-it-out {
    left: -12px;
    top: -55px;
    width: 60px;
    height: 60px;
    transform: rotate(-10deg);
  }
  .search-preview-wrapper .search-bar input {
    border-radius: 9px;
    padding: 0.75rem 0.5rem;
    background-color: #f5f5f5;
  }
  .search-preview-wrapper .search-bar a.cta {
    width: 100%;
    margin-top: 0.75rem;
    border-radius: 9px;
    padding: 6px 9px;
  }
}
img#main-logo {
  width: 50%;
  max-width: 180px;
  /*margin: 0 auto;*/
  display: block;
}

div#main-tablet {
  margin-left: 5%;
  flex-basis: 40%;
}
div#main-tablet img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 1380px) {
  div#main-text h1 {
    font-size: 2.25rem;
  }
  div#main-tablet img {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1024px) {
  div#main-text h1,
  div#main-text h2 {
    text-align: left;
  }
  div#main-text h1 {
    line-height: 108%;
  }
}
@media only screen and (max-width: 1024px) {
  div#main {
    height: unset;
    min-height: unset;
    max-height: unset;
    margin-top: 0;
    width: 100%;
    padding: 7rem 0 7rem;
  }
  div#main-content {
    height: unset;
    padding: 0;
    flex-direction: column-reverse;
    justify-content: center;
  }
  div#main-text {
    flex-basis: 100%;
    max-width: 720px;
    justify-content: center;
  }
  div#main-text h1 {
    width: 100%;
    margin: 1.5rem 0px 0px;
    font-size: 2rem;
  }
  div#main-text h2 {
    margin: 0.5rem 0px 0px;
    font-size: 1.25rem;
  }
  img#main-logo {
    display: none;
    /*
    width: 70%;
    max-width: 400px;
    margin: 2rem auto 0;
    display: block;
    */
  }
  div#main-tablet {
    flex-basis: 100%;
    width: 75%;
    max-width: 500px;
  }
}
/** Main screenshot **/
#main-video {
  z-index: 200;
  width: 80%;
  max-width: 760px;
  position: relative;
  margin: 0rem auto 1rem auto;
  border: 14px solid #ffffff;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 8px 8px 24px 0 rgba(36, 154, 234, 0.15);
  box-shadow: 4px 4px 16px 0 rgba(36, 154, 234, 0.15);
}
#main-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  z-index: 0;
  pointer-events: none; /* Ensure the overlay doesn't block interactions */
}
#main-video #video-poster {
  position: relative;
  width: 100%;
  z-index: 10;
  padding-top: 56.25%;
  background: url("/img/fr/screens/main.jpg") no-repeat top center;
  background-size: cover;
  cursor: pointer;
}
#main-video #video-poster:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none; /* Ensure the overlay doesn't block interactions */
}
#main-video #video-poster #play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  /*
  filter: drop-shadow(0px 0px 10px rgba(254, 254, 254, 0.7)) drop-shadow(0px 0px 10px rgba(254, 254, 254, 0.7))
    drop-shadow(0px 0px 25px rgba(254, 254, 254, 0.7)) drop-shadow(0px 0px 50px rgba(254, 254, 254, 0.7))
    drop-shadow(0px 0px 50px rgba(254, 254, 254, 0.7));
  filter: drop-shadow(0px 0px 40px rgba(0, 10, 0, 0.5));
  */
}
#main-video #video-player {
  display: none;
  padding-top: 56.25%;
}
#main-video #video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 540px) {
  #main-video {
    width: 100%;
    border: 8px solid #ffffff;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  #main-video #video-poster #play-icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 400px) {
  #main-video #video-poster #play-icon {
    width: 50px;
    height: 50px;
  }
}
/** Mentions **/
div#mentions-wrapper {
  text-align: center;
  max-width: 80%;
  margin: -7.5rem auto 0 auto;
  /*transform: rotate(-5deg);*/
  position: relative;
}

div#mentions-container {
  display: inline-block;
}

h3#mentions-title {
  opacity: 1;
  font-size: 120%;
  color: #303030;
}

div#mentions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0.75rem auto 0;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
}

.mention img {
  margin: 0.625rem;
  object-fit: contain;
  max-width: 9.375rem; /* 160px */
  max-height: 2rem; /* 60px */
  /* Fix blurry on resize */
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0); /* IE 9 */
  -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
  transform: translateZ(0);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

div#bgimg {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -500;
  background-color: #f4fafe;
  /*
  background-color: $secondaryAccent;
  background-image: radial-gradient(at 15% 32%, $primaryAccent 0px, transparent 50%),
    radial-gradient(at 20% 16%, $primaryAccent 0px, transparent 50%),
    radial-gradient(at 92% 36%, $primaryAccent 0px, transparent 50%),
    radial-gradient(at 55% 90%, $primaryAccent 0px, transparent 50%);
  */
}

@media only screen and (max-width: 1024px) {
  div#mentions {
    margin: 0.75rem auto 0;
    padding: 0.5rem;
  }
  .mention img {
    margin: 0.5rem;
    object-fit: contain;
    max-width: 9rem; /* 160px */
    max-height: 3rem; /* 60px */
  }
}
@media only screen and (min-width: 640px) {
  .mention img {
    opacity: 0.6;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.1s ease-in;
  }
  .mention img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
  }
}
@media only screen and (max-width: 640px) {
  .mention img {
    opacity: 1;
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    max-width: 8rem;
    max-height: 2rem;
  }
}
/*** NEWS ***/
.masonry-sizer,
.news-item {
  width: 31%;
}

.masonry-gutter {
  width: 3.5%;
}

.news-item {
  /*opacity: 0;*/
  margin-top: 4%;
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1.25rem 1.25rem 3.125rem;
}

div.news-title {
  font-family: "geo-med", sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  margin-top: 0.75rem;
}

div.news-body {
  font-size: 1.1875rem;
  margin-top: 0.5rem;
  line-height: 135%;
}

div.news-date {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-style: italic;
  color: rgba(48, 48, 48, 0.7);
  text-align: right;
}

@media only screen and (max-width: 809px) {
  .masonry-sizer,
  .news-item {
    width: 47.5%;
  }
  .news-item {
    padding: 15px 15px 40px;
  }
  .masonry-gutter {
    width: 5%;
  }
}
@media only screen and (max-width: 480px) {
  .masonry-sizer,
  .news-item {
    width: 100%;
  }
  .news-item {
    margin-top: 6%;
    font-size: 1.125rem;
    padding: 5% 5% 12%;
  }
  .masonry-gutter {
    width: 0px;
  }
}
/*** What ***/
.product-types {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
}

.product-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
  flex: 1;
  text-align: center;
}

.product-type-img-wrapper {
  display: block;
  width: 120px;
}

.product-type-text-wrapper {
  flex: 1;
}

.product-type-title {
  margin-top: 0.5rem;
  font-family: "geo-med", sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.product-type-text {
  margin-top: 0rem;
  font-size: 1.125rem;
  line-height: 130%;
  color: rgba(48, 48, 48, 0.7);
}

@media only screen and (max-width: 720px) {
  .product-type {
    flex-basis: calc(50% - 1rem);
    flex-direction: row;
    align-items: flex-start;
    column-gap: 1rem;
    text-align: left;
  }
  .product-type-img-wrapper {
    flex-basis: 80px;
  }
  .product-type-title {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 540px) {
  .product-type {
    flex-basis: 100%;
    align-items: center;
  }
  .product-type-img-wrapper {
    flex-basis: 80px;
  }
  .product-type-title {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 720px) {
  #what .screenshot-wrapper {
    margin-top: 3rem;
  }
}
/*
@media only screen and (max-width: 640px) {
  #what {
    .screenshot-wrapper {
      overflow: hidden;
      flex-basis: 100vw;
      margin-left: -5.5% !important;
      margin-right: -5.5% !important;
    }
    .screenshot {
      width: 140%;
      margin-left: -20%;
    }
  }
}
*/
@media only screen and (min-width: 720px) {
  /*
  div#what-text {
    position: relative;
    padding-left: 1.25rem;
    &:before {
      content: "";
      position: absolute;
      left: 0rem;
      top: 0;
      bottom: 0;
      border-left: 3px solid rgba($dark100, 0.06);
    }
  }
  */
  #what .col-wrapper {
    align-items: center;
    margin-bottom: 4rem;
  }
}
/** Highlights ***/
.team-platform-switcher {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 720px) {
  .team-platform-switcher {
    gap: 2rem;
  }
  .team-platform-switcher > div {
    display: flex;
    flex-basis: 50%;
    justify-content: flex-end;
  }
  .team-platform-switcher > div:last-of-type {
    justify-content: flex-start;
  }
}
div.highlight-slider {
  /* background: $white; */
  /* OLD box-shadow: -20px -20px 60px 0 rgba(255,255,255,0.50), 20px 20px 60px 0 #D9D9D9; */
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

div.highlight {
  cursor: pointer;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.25rem;
  border-radius: 10px;
  background: #ffffff;
  opacity: 0.7;
  opacity: 0.5;
  border: 1px solid #ffffff;
}
div.highlight.active {
  border-color: #ffffff;
  opacity: 1;
}
div.highlight .title-wrapper {
  display: flex;
  align-items: center;
}
div.highlight .id {
  font-family: "geo-bold", sans-serif;
  display: inline-block;
  display: none;
  /*
  flex-basis: 30px;
  width: 30px;
  height: 30px; 
  font-size: 20px;
  line-height: 28px;
  */
  flex-basis: 1rem;
  width: 1rem;
  height: 1rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.light-green .highlight {
  border-color: rgba(69, 208, 183, 0.15);
}
.light-green .highlight .id {
  border: 2px solid #45d0b7;
  color: #45d0b7;
}
.light-green .highlight.active .id {
  background-color: #45d0b7;
  color: #ffffff;
}

.light-blue .highlight {
  border-color: rgba(36, 154, 234, 0.15);
}
.light-blue .highlight .id {
  border: 2px solid #249aea;
  color: #249aea;
}
.light-blue .highlight.active .id {
  background-color: #249aea;
  color: #ffffff;
}

div.highlight .title {
  display: inline-block;
  flex: 1;
  /*margin-left: 8px;*/
  font-family: "geo-med", sans-serif;
  /*
  font-size: 24px;
  line-height: 28px;
  */
  margin-left: 0.5rem;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.light-green div.highlight .title {
  color: #45d0b7;
}
.light-blue div.highlight .title {
  color: #249aea;
}
div.highlight .text {
  display: none;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 130%;
}
div.highlight:first-of-type .text {
  display: block;
}
div.highlight span {
  font-size: 1rem;
}

@media only screen and (max-width: 720px) {
  div.highlight-slider {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  div.highlight {
    margin-bottom: 1.25rem;
    padding: 1.25rem 1rem;
  }
}
/*** Kiosk ***/
div#kiosk {
  margin-top: 1rem;
}

/*** Features ***/
div.features {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  margin-bottom: 0px;
  margin-top: 0px;
}

div.feature {
  display: flex;
  flex-basis: calc(50% - 1rem);
  align-self: start;
  padding: 1.5rem;
  box-sizing: border-box;
  margin-top: 1.875rem;
  background-color: #ffffff;
  border-radius: 10px;
}
div.feature .feature-img-wrapper {
  flex-basis: 25%;
  max-width: 75px;
}
div.feature .feature-text-wrapper {
  flex: 1;
  margin-left: 1rem;
  /*margin-left: 5%;*/
  /*line-height: 125%;*/
}
div.feature .feature-text-wrapper .feature-header {
  font-family: "geo-med", sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}
div.feature .feature-text-wrapper .feature-header .inline-feature-img-wrapper {
  display: none;
}
div.feature .feature-text-wrapper .feature-text {
  font-size: 1.125rem;
  margin-top: 0;
  line-height: 130%;
}

@media only screen and (max-width: 720px) {
  div.feature {
    flex-basis: 100%;
    padding: 1.25rem;
  }
  div.feature .feature-img-wrapper {
    max-width: 80px;
  }
  div.feature .feature-text {
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 480px) {
  div.feature {
    width: 100%;
    /*
    padding: 1.25rem;
    box-sizing: border-box;
    */
    flex-direction: column;
    margin-top: 1.5rem;
  }
  div.feature .feature-img-wrapper {
    display: none;
  }
  div.feature .feature-text-wrapper {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  div.feature .feature-text-wrapper .feature-header {
    display: flex;
    gap: 0.75rem;
    align-items: center;
  }
  div.feature .feature-text-wrapper .feature-header span {
    display: block;
    font-size: 1.375rem;
    flex: 1;
  }
  div.feature .feature-text-wrapper .feature-header .inline-feature-img-wrapper {
    display: block;
    max-width: 60px;
  }
  div.feature .feature-text-wrapper .feature-text {
    margin-top: 0.75rem;
  }
}
/*** Pricing box ***/
.pricing-packages {
  display: grid;
  margin: 2rem auto 0;
  gap: 4rem;
  grid-template-columns: 1fr 2px 1fr;
  max-width: 740px;
}
.pricing-packages .pricing-package-name {
  font-size: 3rem;
  font-family: "geo-bold", sans-serif;
}
.pricing-packages .pricing-package-label {
  margin-top: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #303030;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pricing-packages .pricing-package-price {
  font-size: 2.25rem;
  margin-top: 0.375rem;
  font-family: "geo-bold", sans-serif;
}
.pricing-packages .pricing-package-price span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 60%;
  text-transform: uppercase;
  color: #249aea;
}
.pricing-packages .price-divider {
  width: 2px;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.08);
}
.pricing-packages .pricing-package-features {
  flex: 1;
  margin-top: 2rem;
}
.pricing-packages .pricing-package-features p {
  display: flex;
  align-items: flex-start;
  margin-top: 0.875rem;
  font-size: 1.125rem;
  line-height: 1.3;
}
.pricing-packages .pricing-package-features p:first-of-type {
  margin-top: 0;
}
.pricing-packages .pricing-package-features p img {
  display: inline-block;
  flex-basis: 1.25rem;
  width: 1.25rem;
  margin-top: 0.14rem;
  margin-right: 0.5rem;
}
.pricing-packages .pricing-package-features p small {
  display: block;
  font-size: 0.875rem;
}
.pricing-packages .pricing-package-signup {
  margin-top: 2rem;
}
.pricing-packages .pricing-package-signup a {
  display: block !important;
}
.pricing-packages .pricing-package-signup p {
  margin-top: 0.4375rem;
  color: #8f8f8f;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .pricing-packages {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    gap: 3rem;
  }
  .pricing-packages .price-divider {
    width: 100%;
    height: 2px;
  }
}
.collab-section {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: flex-end;
  gap: 1.5rem;
  margin: 3.5rem auto 0;
  padding: 1.25rem;
  border-radius: 1rem;
  max-width: 860px;
  background-color: #f4fafe;
}
.collab-section .pat {
  animation: none;
  z-index: 0;
}
.collab-section .collab-content {
  flex: 1;
}
.collab-section .collab-content h3 {
  text-align: left;
  margin-top: 0;
}
.collab-section .collab-content p {
  font-size: 1.125rem;
  margin-top: 0.25rem;
  line-height: 130%;
}
.collab-section .btn-wrapper {
  margin-top: 0;
  display: block;
}

@media only screen and (max-width: 640px) {
  .collab-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    padding: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .collab-section {
    display: block;
    padding: 1.25rem;
  }
  .collab-section .btn-wrapper {
    flex: 1;
    margin-top: 1.25rem;
  }
  .collab-section .btn-wrapper a {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  .pricing-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pricing-box .price-amount-col {
    width: 100%;
    justify-content: center;
    font-size: 5rem;
    padding-top: 0;
  }
  .pricing-box .price-amount-col .pricing-value {
    font-size: 5rem;
  }
  .pricing-box .price-amount-col .pricing-value span {
    font-size: 40%;
  }
  .pricing-box .price-amount-col .pricing-label {
    text-align: center;
    font-size: 53%;
  }
  .pricing-box .price-divider {
    display: none;
  }
  .pricing-box .price-benefits-col {
    width: 100%;
    margin-top: 1rem;
    border-left: none;
    padding-left: 0;
  }
  .pricing-box .price-benefits-col p {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}
/*
.pricing-box {
  //background: $debug1;
  display: grid;
  margin: 2rem auto 0;
  gap: 2rem;
  grid-template-columns: 1fr 2px 1fr;

  .price-amount-col {
    //order: -1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-family: $headingFont;
    font-size: 5rem;
    padding-top: 1.25rem;
    .pricing-value {
      font-size: 5rem;
      span {
        font-size: 40%;
      }
    }

    .pricing-label {
      text-align: right;
      text-transform: uppercase;
      font-size: 53%;
      color: $secondaryAccent;
    }
  }

  .price-divider {
    width: 2px;
    height: 100%;
    background-color: rgb(48 48 48 / 8%);
  }
  .price-benefits-col {
    flex: 1;
    //border-left: 2px solid rgb(48 48 48 / 8%);
    //padding-left: 2.5rem;
    p {
      display: flex;
      align-items: center;
      margin-top: 1rem;
      font-size: 1.125rem;

      &:first-of-type {
        margin-top: 0;
      }

      img {
        display: inline-block;
        flex-basis: 1.25rem;
        width: 1.25rem;
        margin-right: 0.5rem;
      }
    }
  }
}

@media only screen and (max-width: 540px) {
  .pricing-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    .price-amount-col {
      width: 100%;
      justify-content: center;
      font-size: 5rem;
      padding-top: 0;
      .pricing-value {
        font-size: 5rem;
        span {
          font-size: 40%;
        }
      }
      .pricing-label {
        text-align: center;
        font-size: 53%;
      }
    }
    .price-divider {
      display: none;
    }
    .price-benefits-col {
      width: 100%;
      margin-top: 1rem;
      border-left: none;
      padding-left: 0;
      p {
        justify-content: flex-start;
        margin-top: 1rem;
      }
    }
  }
}
*/
/*** About **/
div#about {
  /*
  background: transparent url(../img/confetti_bg_green.png) repeat;
  background-position: center center;
  background-attachment: fixed;
  */
}

/*** The team ***/
/*** How ***/
div#team-wrapper {
  max-width: 960px;
  margin: 1rem auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2rem;
}

div.team-member {
  display: flex;
  flex-basis: calc(33% - 1.5rem);
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
div.team-member .team-member-img {
  width: 150px;
  /*
  position: relative;
  &:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    left: 6px;
    top: 6px;
    background: transparent;
    border: 10px solid #ffffff;
    border-radius: 1000px;
    z-index: 1000;
  }
  */
}
div.team-member .team-member-text {
  text-align: center;
}
div.team-member .name {
  font-family: "geo-med", sans-serif;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  line-height: 120%;
}
div.team-member .title {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  line-height: 130%;
  color: rgba(48, 48, 48, 0.7);
}

@media only screen and (max-width: 1024px) {
  div#team-wrapper {
    column-gap: 1.5rem;
  }
  div.team-member .team-member-img {
    width: 130px;
  }
}
@media only screen and (max-width: 640px) {
  div.team-member {
    margin-top: 2rem;
    flex-basis: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 480px) {
  div.team-member .team-member-img {
    width: 115px;
  }
  div.team-member .name {
    font-size: 1.375rem;
  }
  div.team-member .title {
    margin-top: 0.125rem;
  }
  div.team-member {
    /*flex-direction: row;
    gap: 0.75rem;
    margin-top: 1rem;
    flex-basis: 100%;

    background-color: #ffffff;
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.25), 10px 10px 30px 0 rgba(217, 217, 217, 0.5);

    .team-member-img {
      width: 100px;
    }
    .name {
      margin-top: 0;
      //font-size: 1.5rem;
      //margin-top: 1rem;
    }

    .title {
      //font-size: 1.125rem;
      //margin-top: 0.5rem;
    }
    */
  }
}
/*** Contact and input fields ***/
/*
div#contact.pagesection {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
*/
div#contact-wrapper {
  max-width: 920px;
  margin: 3.75rem auto 0;
}

input[type=text],
input[type=password],
select,
textarea {
  display: block;
  margin-top: 0.5rem;
  padding: 1.125rem;
  width: 100%;
  color: #303030;
  background-color: #ffffff;
  -webkit-appearance: none;
  font-size: 1.125rem;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  background: #ffffff;
  /* OLD box-shadow: -20px -20px 60px 0 rgba(255,255,255,0.50), 20px 20px 60px 0 rgba(217,217,217,0.50); */
  border-radius: 10px;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border-color: rgba(69, 208, 183, 0.15);
  border-color: #e1e1e1;
  color: #45d0b7;
  color: #303030;
}

input[type=text],
input[type=password],
select {
  line-height: 150%;
}
input[type=text].invalid,
input[type=password].invalid,
select.invalid {
  border-color: rgba(255, 88, 88, 0.4);
}

label.invalid {
  color: #ff5858;
  display: block;
  margin-top: 0.5rem !important;
  width: 100% !important;
  font-size: 0.875rem !important;
}

textarea {
  line-height: 120%;
  font-family: "Source Sans Pro", sans-serif;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "";
  display: inline-block;
  background-image: url(../img/down-arrow.svg);
  position: absolute;
  right: 1.875rem;
  top: 1.625rem;
  background-size: 24px 12px;
  width: 24px;
  height: 12px;
  pointer-events: none;
}

.cb-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cb-wrapper {
  margin-top: 1.5rem;
}

input[type=checkbox],
.cb-wrapper label {
  display: block;
}

.cb-wrapper label a {
  color: inherit;
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  font: inherit;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  border: 3px solid #249aea;
  border-radius: 4px;
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: center center;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #249aea;
  /* Windows High Contrast Mode */
  background-color: #f1c489;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

.cb-wrapper .label-wrapper label,
.cb-wrapper .label-wrapper div {
  width: 100%;
  font-size: 1.125rem;
  line-height: 140%;
  max-width: 600px;
}
.cb-wrapper .label-wrapper label span,
.cb-wrapper .label-wrapper div span {
  font-size: 14px;
  opacity: 0.6;
}

.cb-wrapper .label-wrapper {
  margin-left: 8px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(48, 48, 48, 0.45);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(48, 48, 48, 0.45);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(48, 48, 48, 0.45);
}

select:disabled {
  color: rgba(48, 48, 48, 0.45);
  opacity: 1; /* Ensures color is applied, as some browsers reduce opacity */
}

select:disabled option {
  color: rgba(48, 48, 48, 0.45);
}

@media only screen and (max-width: 640px) {
  input[type=text],
  input[type=password],
  select,
  textarea {
    margin-top: 0rem;
    padding: 1rem;
    font-size: 1.125rem;
  }
  input[type=text],
  input[type=password],
  select {
    line-height: 150%;
  }
  .select-wrapper:after {
    right: 1.875rem;
    top: 1.5rem;
  }
}
/*** Sign-up page ***/
.signup-page #sign-up > .content > h1:first-child {
  margin-top: 1.5rem;
}
.signup-page #main {
  margin-bottom: 0px;
}
.signup-page ul#menu li.lang-switch a:before {
  display: none;
}
.signup-page a.mobile-header-highlight {
  right: 16px !important;
}
.signup-page .password-field-wrapper {
  position: relative;
  display: block;
}
.signup-page .password-field-wrapper .password-input {
  width: 100%;
  padding-right: 40px;
}
.signup-page .password-field-wrapper .toggle-password {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 36px;
  height: 29px;
  background: url("/img/icons/password-show.svg") no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
}
.signup-page .password-field-wrapper .toggle-password.visible {
  background-image: url("/img/icons/password-hide.svg");
}
.signup-page #signup_form .btn-wrapper {
  margin-top: 1.5rem;
  justify-content: flex-end;
}
.signup-page .account-signup-status {
  display: block;
  width: 70%;
  max-width: 240px;
  margin: 0 auto 2rem;
}

@media only screen and (min-width: 540px) and (max-width: 720px) {
  .signup-page .password-field-wrapper .toggle-password {
    top: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .signup-page #signup_form .btn-wrapper {
    display: block;
  }
  .signup-page #signup_form .btn-wrapper a {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 540px) {
  .signup-page .password-field-wrapper .toggle-password {
    top: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .signup-page .password-field-wrapper .toggle-password {
    top: 14px;
  }
}
div#sign-up-wrapper {
  max-width: 920px;
  margin: 3.75rem auto 0;
}

#signup_form > h3 {
  margin-bottom: 0.25rem;
}
#signup_form input.box-shadow {
  box-shadow: 4px 4px 24px 0 rgba(217, 217, 217, 0.5);
}
#signup_form .password-wrapper input#password_repeat {
  margin-top: 1.75rem;
}
#signup_form .password-wrapper h3 {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 0;
}
#signup_form .password-wrapper p {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 135%;
}
#signup_form .password-wrapper p b {
  font-family: "geo-med", sans-serif;
  margin-bottom: 0.5rem;
}
#signup_form .password-wrapper p + p {
  margin-top: 0.75rem;
}

/*** Footer **/
div#footer.pagesection {
  /*background: $primaryAccent;*/
  position: relative;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 2rem;
  /*
  .content {
    max-width: 800px;
  }
  */
  background-image: url("../img/confetti_bg_white.svg");
  background-color: transparent;
  background-color: rgba(36, 154, 234, 0.3);
  background-size: 580px;
  background-position: top left;
  background-attachment: fixed;
}
div#footer.pagesection:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(45deg, #45d0b7, #249aea 100%);
  z-index: -1;
}

.footer-logo {
  display: block;
  max-width: 202px;
}

.footer-section h2,
.footer-section .text-container {
  text-align: left;
}
.footer-section .text-container {
  width: 100%;
  max-width: unset;
  margin-top: 0.5rem;
}

.footer-content .socials {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  text-decoration: none;
}
.footer-content .socials a {
  text-decoration: none;
}
.footer-content .socials a img {
  width: 2rem;
}
.footer-content .socials a:before {
  content: none;
}

div#footer a.descartes-logo,
div#footer a.igeu-logo {
  display: inline-block;
  max-width: 150px;
  margin: 2rem 0 0;
  opacity: 0.85;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
div#footer a.descartes-logo:hover,
div#footer a.igeu-logo:hover {
  opacity: 1;
}

div#footer a.descartes-logo {
  max-width: 160px;
}

div#footer a.igeu-logo {
  max-width: 220px;
}

@media only screen and (min-width: 768px) {
  .footer-wrapper {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    margin: 0 auto;
  }
  .footer-section {
    flex-basis: 25%;
  }
  .footer-section h2 {
    margin-top: 6px;
  }
  .footer-section:first-of-type {
    flex: 1;
  }
  .footer-logo {
    width: 245px;
  }
}
/*** Loader ***/
.bm-loader-wrapper,
.btn-with-loader-spinner {
  display: flex !important;
  gap: 0.75rem;
  align-items: center;
}

.btn-with-loader-spinner {
  gap: 0.5rem;
}

.bm-loader-spinner,
.bm-loader-spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.bm-loader-spinner {
  margin: 10rem auto;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(212, 233, 247, 0.8);
  border-right: 1.1em solid rgba(212, 233, 247, 0.8);
  border-bottom: 1.1em solid rgba(212, 233, 247, 0.8);
  border-left: 1.1em solid #3598db;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.btn-with-loader-spinner .bm-loader-spinner {
  border-top: 1.1em solid rgba(255, 255, 255, 0.4);
  border-right: 1.1em solid rgba(255, 255, 255, 0.4);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.4);
  border-left: 1.1em solid rgb(255, 255, 255);
}
.bm-loader-spinner.small {
  display: block;
  flex-basis: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  font-size: 7px;
  border-width: 0.8em;
}
.btn-with-loader-spinner .bm-loader-spinner.small {
  flex-basis: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  font-size: 9px;
  border-width: 0.5em;
}

.bm-loader-text {
  font-family: "geo-m";
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
