hr {
  border-color: #e3e6e8;
  border-style: solid;
  border-width: 1px 0 0 0;
  margin: 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #121a21;
  margin: 0 0 .5rem;
  text-rendering: optimizeLegibility; }

.h0 {
  font-size: 3.5rem; }

h1, .h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300; }

h2, .h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300; }

h3, .h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700; }

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

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

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

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

.text-light {
  color: white; }

.text-gray {
  color: #8f99a3; }

.text-blue {
  color: #a7cfec; }

a {
  color: #7DB8E3; }
  a:hover, a:focus {
    color: #53a1da; }

.small-print {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 .5rem;
  letter-spacing: .125rem; }

p {
  margin-bottom: 0; }
  p.lead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2rem; }

b {
  font-weight: 900; }

:root {
  --border-width-base: 2px;
  --layout-base: 8px;
  --transition-base: .2s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: calc(var(--layout-base)*2); }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  scroll-behavior: smooth;
  width: 100%;
  min-height: 100vh;
  position: relative;
  scroll-behavior: smooth;
  font-family: 'neulis-sans', sans-serif !important;
  background-color: #EAEFEB !important; }

body::-webkit-scrollbar {
  width: 0.5em;
  background: #131219; }

body::-webkit-scrollbar-thumb {
  background: #383636ce;
  border-radius: 16px;
  border: 4px solid transparent; }

@media (min-width: 1536px) {
  .container {
    max-width: 1536px; } }

@media (min-width: 1280px) and (max-width: 1500px) {
  .container {
    max-width: 1140px !important; } }

.footer {
  background-color: #EAEFEB;
  padding-block: 3rem; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .footer__content h3 {
      font-size: 1.25rem;
      font-weight: 700;
      color: #09242B; }
    .footer__content a {
      display: block;
      font-size: 14px;
      font-weight: 400;
      margin-top: 1rem;
      color: #09242B;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .footer__content a:hover {
        color: #30BFD6;
        -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
                transform: scale(1.03); }
    .footer__content form {
      width: 100%; }
      .footer__content form input {
        margin-top: 1rem;
        width: 100%;
        padding: 0.75rem;
        border: 1px solid #09242B;
        border-radius: .75rem;
        outline: none;
        background-color: transparent;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .footer__content form input:focus {
          border: 1px solid #30BFD6; }
      .footer__content form button {
        margin-top: .75rem;
        width: 50%;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        color: #09242B;
        padding: .75rem 0;
        text-align: center;
        border: 1.5px solid #30BFD6;
        border-radius: 2rem;
        text-transform: uppercase;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .footer__content form button:hover {
          background-color: #30BFD6;
          color: #F4F3F2; }
  .footer__line {
    border: none;
    height: 2px;
    background-color: #09242B;
    margin-block: 5rem;
    border-radius: 4px; }
  .footer__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .footer__icons a {
      text-decoration: none;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .footer__icons a:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .footer__icons a img {
        margin-inline: .25rem;
        width: auto;
        height: 24px; }
  .footer__copyright {
    font-size: 14px;
    font-weight: 400;
    color: #09242B;
    text-align: end; }

@media (max-width: 480px) {
  .footer {
    padding-block: 0 3rem; }
    .footer__content h3 {
      margin-top: 3rem; }
    .footer__content form button {
      margin-top: 1rem;
      width: 100%; }
    .footer__line {
      border: none;
      height: 2px;
      background-color: #09242B;
      margin-block: 5rem;
      border-radius: 4px; }
    .footer__icons {
      margin-block: 2rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .footer__icons a img {
        margin-right: .75rem; }
    .footer__copyright {
      margin-top: 0;
      text-align: start; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding-block: 0 3rem; }
    .footer__content h3 {
      margin-top: 3rem; }
    .footer__content form button {
      margin-top: 1rem;
      width: 100%; }
    .footer__line {
      border: none;
      height: 2px;
      background-color: #09242B;
      margin-block: 5rem;
      border-radius: 4px; }
    .footer__icons {
      margin-block: 2rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .footer__icons a img {
        margin-right: .75rem; }
    .footer__copyright {
      margin-top: 0;
      text-align: start; } }

.header {
  padding: 7rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a517a), to(transparent)), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
  background: linear-gradient(#1a517a, transparent), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
  background-blend-mode: multiply;
  background-attachment: fixed; }

:root {
  --padding-height-base: 2rem; }

section {
  padding: calc(var(--padding-height-base)*1) 0; }
  section:not(.category):not(.plans) {
    overflow: hidden; }
  section.contact {
    min-height: calc(100vh - 280px); }
  section.big {
    padding: calc(var(--padding-height-base)*2) 0; }
  section.bigger {
    padding: calc(var(--padding-height-base)*3) 0; }
  section.biggest {
    padding: calc(var(--padding-height-base)*4) 0; }
  section.no-padding {
    padding: 0; }
  section.white {
    background: white; }
  section.black {
    background: #121a21; }
  section.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#1a517a), to(transparent)), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
    background: linear-gradient(#1a517a, transparent), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
    background-blend-mode: multiply;
    background-attachment: fixed; }
  section.gray {
    background: #f9fafa; }
  section.diagonal-borders {
    position: relative; }
    section.diagonal-borders > * {
      position: relative;
      z-index: 1; }
    section.diagonal-borders:before, section.diagonal-borders:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(../img/diagonal.svg);
      background-size: cover; }
    section.diagonal-borders:before {
      top: 0;
      -webkit-transform: rotate(180deg) scale(1, 0.5) translateY(50%);
          -ms-transform: rotate(180deg) scale(1, 0.5) translateY(50%);
              transform: rotate(180deg) scale(1, 0.5) translateY(50%); }
    section.diagonal-borders:after {
      -webkit-transform-origin: bottom;
          -ms-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transform: scale(-1, 0.5);
          -ms-transform: scale(-1, 0.5);
              transform: scale(-1, 0.5);
      bottom: 0; }

@media (max-width: 768px) {
  section.black:before, section.black:after, section.blue:before, section.blue:after {
    display: none; } }

.alert {
  background: #FF3355;
  padding: 1rem;
  color: white;
  position: relative;
  border-radius: .125rem;
  display: none;
  line-height: 1; }
  .alert__close {
    background: none;
    border: none;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    height: 3rem;
    width: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    z-index: 1;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    padding: 0; }
    .alert__close:hover {
      opacity: 1; }
    .alert__close:focus {
      outline: none; }
  .alert--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.about {
  padding: 0 0 5rem;
  overflow: hidden; }

.waves img {
  position: absolute;
  bottom: 0;
  padding-top: 10%; }

#data-policy img:nth-child(1) {
  width: 80%; }

#data-policy img:nth-child(2) {
  position: absolute;
  bottom: 5%;
  width: 55%;
  right: 0; }

#lead-distribution img:nth-child(1) {
  width: 80%; }

#lead-distribution img:nth-child(2) {
  position: absolute;
  right: 0%;
  width: 45%;
  bottom: 10%; }

#lead-distribution img:nth-child(3) {
  position: absolute;
  bottom: 0;
  width: 25%;
  right: 35%; }

#real-time-insights {
  -webkit-perspective: 25rem;
          perspective: 25rem; }
  #real-time-insights > div {
    -webkit-transform: rotateY(30deg) scale(0.5);
            transform: rotateY(30deg) scale(0.5); }
    #real-time-insights > div.animate {
      -webkit-transform: rotateY(-5deg);
              transform: rotateY(-5deg); }
    #real-time-insights > div img {
      border-radius: .25rem;
      margin-bottom: -1.5rem; }
      #real-time-insights > div img:nth-child(odd) {
        margin-right: 15%; }
      #real-time-insights > div img:last-child {
        margin-bottom: 0; }
      #real-time-insights > div img.shadow {
        -webkit-box-shadow: 0 0 5rem -2rem #1791cf;
                box-shadow: 0 0 5rem -2rem #1791cf; }

#ad-serving img:nth-child(1) {
  width: 50%;
  position: absolute;
  left: 0;
  top: 3rem; }

#ad-serving img:nth-child(2) {
  width: 75%;
  padding: 7rem 0; }

#ad-serving img:nth-child(3) {
  width: 50%;
  position: absolute;
  right: 2rem;
  top: 0;
  padding-bottom: 100%; }

#management {
  -webkit-perspective: 25rem;
          perspective: 25rem; }
  #management > div {
    -webkit-transform: rotateY(45deg);
            transform: rotateY(45deg); }
    #management > div.animate {
      -webkit-transform: rotateY(-5deg);
              transform: rotateY(-5deg); }
    #management > div img {
      margin-bottom: 1rem;
      -webkit-box-shadow: 2rem 2rem 4rem -1rem rgba(18, 26, 33, 0.15), 2rem 2rem 4rem -1rem rgba(125, 184, 227, 0.25);
              box-shadow: 2rem 2rem 4rem -1rem rgba(18, 26, 33, 0.15), 2rem 2rem 4rem -1rem rgba(125, 184, 227, 0.25); }
      #management > div img:last-child {
        margin-bottom: 0; }

@media (max-width: 768px) {
  .about .h1 {
    font-size: 2rem; }
  .waves img {
    padding-top: 100%;
    -webkit-transform: scale(2.5) !important;
        -ms-transform: scale(2.5) !important;
            transform: scale(2.5) !important;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
  #data-policy img:nth-child(1) {
    display: none; }
  #data-policy img:nth-child(2) {
    left: -.5rem;
    width: 100%;
    position: relative;
    bottom: auto; }
  #lead-distribution img:nth-child(1) {
    display: none; }
  #lead-distribution img:nth-child(2) {
    left: -.5rem;
    width: 100%;
    position: relative; }
  #lead-distribution img:nth-child(3) {
    right: 0%;
    width: 70%;
    top: -1rem;
    position: relative; }
  #real-time-insights > div {
    margin-top: 1rem;
    margin-bottom: 2rem; }
    #real-time-insights > div img {
      max-width: 80%; }
      #real-time-insights > div img:nth-child(odd) {
        margin-right: auto; }
    #real-time-insights > div:after {
      display: none; }
  #ad-serving img:nth-child(1) {
    width: 70%;
    top: -3rem; }
  #ad-serving img:nth-child(2) {
    width: 100%;
    padding: 6rem 0 2rem; }
  #ad-serving img:nth-child(3) {
    width: 70%;
    right: 0;
    padding-bottom: 0; }
  #management > img {
    display: none; }
  #management > div {
    top: 3rem;
    position: relative; }
    #management > div.animate {
      -webkit-transform: rotateY(0);
              transform: rotateY(0); }
    #management > div img {
      -webkit-box-shadow: 0 1rem 1rem -0.5rem rgba(18, 26, 33, 0.05), 0 1rem 1rem -0.5rem rgba(125, 184, 227, 0.05);
              box-shadow: 0 1rem 1rem -0.5rem rgba(18, 26, 33, 0.05), 0 1rem 1rem -0.5rem rgba(125, 184, 227, 0.05);
      width: 100%; }
      #management > div img[style] {
        display: none; } }

[data-anime] {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1); }

[data-anime="top"] {
  -webkit-transform: translate(0, -5rem);
      -ms-transform: translate(0, -5rem);
          transform: translate(0, -5rem); }

[data-anime="right"] {
  -webkit-transform: translate(5rem, 0);
      -ms-transform: translate(5rem, 0);
          transform: translate(5rem, 0); }

[data-anime="bottom"] {
  -webkit-transform: translate(0, 5rem);
      -ms-transform: translate(0, 5rem);
          transform: translate(0, 5rem); }

[data-anime="left"] {
  -webkit-transform: translate(-5rem, 0);
      -ms-transform: translate(-5rem, 0);
          transform: translate(-5rem, 0); }

[data-anime="scale"] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: blur(1rem);
          filter: blur(1rem); }

[data-anime="cascate"] * {
  -webkit-transform: translate(5rem, 0);
      -ms-transform: translate(5rem, 0);
          transform: translate(5rem, 0);
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1); }
  [data-anime="cascate"] *:nth-child(1) {
    opacity: 0;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  [data-anime="cascate"] *:nth-child(2) {
    opacity: 0;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  [data-anime="cascate"] *:nth-child(3) {
    opacity: 0;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  [data-anime="cascate"] *:nth-child(4) {
    opacity: 0;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  [data-anime="cascate"] *:nth-child(5) {
    opacity: 0;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  [data-anime="cascate"] *:nth-child(6) {
    opacity: 0;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  [data-anime="cascate"] *:nth-child(7) {
    opacity: 0;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  [data-anime="cascate"] *:nth-child(8) {
    opacity: 0;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }

[data-anime].animate {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0); }
  [data-anime].animate * {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

ul[data-anime] {
  margin: 3rem 0 0 0;
  padding: 0; }
  ul[data-anime] li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.5rem 3rem -1rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.5rem 3rem -1rem rgba(0, 0, 0, 0.25);
    line-height: 1;
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 300; }
    ul[data-anime] li i {
      color: #7DB8E3;
      margin-left: -1rem;
      font-size: 2rem; }

.screen-loading {
  width: 100%;
  height: 100vh;
  background-color: #09242B;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-perspective: 600;
          perspective: 600; }

.logo-loading {
  -webkit-animation: loader 4s linear forwards;
          animation: loader 4s linear forwards;
  width: 133px;
  height: auto; }

@-webkit-keyframes loader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.bar-loader {
  top: 16px;
  width: 143px;
  height: 3px;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative; }
  .bar-loader::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(255deg, #68D882 0.58%, #30BFD6 97.98%);
    -webkit-animation: bar-loader 4s ease forwards;
            animation: bar-loader 4s ease forwards; }

@-webkit-keyframes bar-loader {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes bar-loader {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

article p {
  margin-bottom: 1rem; }

article ul {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  list-style: none; }
  article ul li {
    margin: 0 0 .5rem;
    padding-left: 3rem;
    position: relative; }
    article ul li::before {
      content: '';
      width: 1px;
      border-radius: .125rem;
      background: #576675;
      height: 1.5rem;
      left: .75rem;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      position: absolute; }
    article ul li:last-child {
      margin-bottom: 0; }

.banner {
  color: white; }
  .banner.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#1a517a), to(transparent)), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
    background: linear-gradient(#1a517a, transparent), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
    background-attachment: fixed;
    background-blend-mode: multiply; }
  .banner.green {
    background: -webkit-gradient(linear, left top, left bottom, from(#343d16), to(transparent)), radial-gradient(circle, #c3eb34 10%, #758831 60%);
    background: linear-gradient(#343d16, transparent), radial-gradient(circle, #c3eb34 10%, #758831 60%); }
  .banner.pink {
    background: -webkit-gradient(linear, left top, left bottom, from(#660011), to(transparent)), radial-gradient(circle, #ff3355 10%, #cc0022 60%);
    background: linear-gradient(#660011, transparent), radial-gradient(circle, #ff3355 10%, #cc0022 60%); }

@media (max-width: 768px) {
  .banner h2 {
    line-height: 1.25; }
    .banner h2 b {
      display: block; }
  .banner p {
    font-size: 1.5rem; } }

.button {
  background: #576675;
  color: white;
  padding: .5rem 1rem;
  border-radius: .125rem;
  -webkit-transition: background-color var(--transition-base);
  transition: background-color var(--transition-base);
  border: none;
  font-weight: 700;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .06875rem;
  cursor: pointer; }
  .button:hover {
    background: #414d58;
    color: white; }
  .button.inverted {
    background: white;
    color: #576675;
    -webkit-transition: background-color var(--transition-base), color var(--transition-base);
    transition: background-color var(--transition-base), color var(--transition-base); }
    .button.inverted:hover {
      background: #f2f2f2;
      color: #4c5967; }
  .button.shadow {
    -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(125, 184, 227, 0.2);
            box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(125, 184, 227, 0.2); }
  .button:hover {
    text-decoration: none; }
  .button:focus {
    outline: none; }
  .button.green {
    background: #ADC45B;
    color: white; }
    .button.green:hover {
      background: #95ae3e;
      color: white; }
    .button.green.inverted {
      background: white;
      color: #ADC45B;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      transition: background-color var(--transition-base), color var(--transition-base); }
      .button.green.inverted:hover {
        background: #f2f2f2;
        color: #a4bd48; }
    .button.green.shadow {
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(125, 184, 227, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(125, 184, 227, 0.2); }
  .button.blue {
    background: #7DB8E3;
    color: white; }
    .button.blue:hover {
      background: #53a1da;
      color: white; }
    .button.blue.inverted {
      background: white;
      color: #7DB8E3;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      transition: background-color var(--transition-base), color var(--transition-base); }
      .button.blue.inverted:hover {
        background: #f2f2f2;
        color: #68adde; }
    .button.blue.shadow {
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(125, 184, 227, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(125, 184, 227, 0.2); }
  .button.pink {
    background: #FF3355;
    color: white; }
    .button.pink:hover {
      background: #ff002b;
      color: white; }
    .button.pink.inverted {
      background: white;
      color: #FF3355;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      transition: background-color var(--transition-base), color var(--transition-base); }
      .button.pink.inverted:hover {
        background: #f2f2f2;
        color: #ff1a40; }
    .button.pink.shadow {
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(125, 184, 227, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(125, 184, 227, 0.2); }
  .button.block {
    display: block;
    width: 100%;
    text-align: center; }
  .button.big {
    padding: .75rem 1.375rem;
    font-size: .875rem; }
  .button.bigger {
    padding: 1rem 1.75rem;
    font-size: 1rem; }
  .button.biggest {
    padding: 1.25rem 2rem;
    font-size: 1.25rem; }
  .button.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .button.arrow i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -.125rem; }
      .button.arrow i:before {
        margin: 0 0 0 .5rem;
        font-size: 1.5rem;
        -webkit-transition: margin var(--transition-base);
        transition: margin var(--transition-base); }
    .button.arrow:hover i:before {
      margin: 0 0 0 1rem; }

.link {
  color: #243342;
  font-weight: 700;
  -webkit-transition: color var(--transition-base), background-color var(--transition-base);
  transition: color var(--transition-base), background-color var(--transition-base);
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .06875rem;
  cursor: pointer; }
  .link:hover {
    color: #121a21; }
  .link:hover {
    text-decoration: none; }
  .link.padding {
    padding: .5rem 1rem; }
  .link.blue {
    color: #7DB8E3; }
    .link.blue:hover {
      color: #53a1da; }
  .link.white {
    color: white; }
    .link.white:hover {
      color: #e6e6e6; }
  .link.big {
    font-size: .875rem; }
  .link.bigger {
    font-size: 1rem; }
  .link.biggest {
    font-size: 1.25rem; }
  .link.arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .link.arrow i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -.125rem; }
      .link.arrow i:before {
        margin: 0 0 0 .5rem;
        font-size: 1.5rem;
        -webkit-transition: margin var(--transition-base);
        transition: margin var(--transition-base); }
    .link.arrow:hover i:before {
      margin: 0 0 0 1rem; }

.carousel {
  padding-top: calc(.5rem + 1px); }
  .carousel__img {
    display: none;
    position: relative;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 0 0.5rem white, 0 0 0 calc(.5rem + 1px) #e3e6e8;
            box-shadow: 0 0 0 0.5rem white, 0 0 0 calc(.5rem + 1px) #e3e6e8; }
    .carousel__img img {
      max-width: 100%;
      border-radius: .25rem; }
    .carousel__img .highlight {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #FF3355;
      border-radius: 50%;
      color: white;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: bold;
      height: 2rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      width: 2rem;
      -webkit-box-shadow: 0 0 0 0.375rem rgba(255, 153, 170, 0.5), 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 0 0.375rem rgba(255, 153, 170, 0.5), 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.3);
      z-index: 1; }
      .carousel__img .highlight:hover .tooltip {
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    .carousel__img .tooltip {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      visibility: hidden;
      position: absolute;
      background: #121a21;
      font-weight: normal;
      top: 3.5rem;
      border-radius: .25rem;
      padding: 1rem;
      font-size: .75rem;
      min-width: 15rem;
      line-height: 1rem;
      -webkit-transform: translateY(-0.5rem);
          -ms-transform: translateY(-0.5rem);
              transform: translateY(-0.5rem);
      -webkit-transition: .2s;
      transition: .2s;
      opacity: 0;
      -webkit-box-shadow: 0 2rem 4rem -2rem black;
              box-shadow: 0 2rem 4rem -2rem black; }
      .carousel__img .tooltip:before {
        background: linear-gradient(45deg, #121a21 50%, transparent 50%);
        content: '';
        width: .75rem;
        height: .75rem;
        position: absolute;
        top: -.375rem;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        border-radius: 0 0 0 .125rem;
        margin: 0 auto; }
  .carousel__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 0 1px #e3e6e8 inset;
            box-shadow: 0 0 0 1px #e3e6e8 inset;
    background: white;
    width: 100%;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow var(--transition-base);
    transition: -webkit-box-shadow var(--transition-base);
    transition: box-shadow var(--transition-base);
    transition: box-shadow var(--transition-base), -webkit-box-shadow var(--transition-base);
    z-index: 1; }
    .carousel__arrow:hover, .carousel__arrow:focus {
      -webkit-box-shadow: 0 0 0 2px #FF3355 inset;
              box-shadow: 0 0 0 2px #FF3355 inset; }
    .carousel__arrow i {
      position: absolute;
      top: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 2rem; }

.indicator {
  width: 100%;
  height: .25rem;
  border-radius: .125rem;
  background-color: #c7ccd1;
  margin-bottom: 1.5rem;
  -webkit-transition: background-color var(--transition-base);
  transition: background-color var(--transition-base); }
  .indicator.active {
    background-color: #FF3355; }

.clickable {
  cursor: pointer; }
  .clickable:first-child {
    margin-right: 4.166666666666667%; }
  .clickable:last-child {
    margin-left: 4.166666666666667%; }

@media (max-width: 768px) {
  .carousel *:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .carousel *:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .carousel__img .highlight {
    display: none; }
  .clickable:first-child {
    margin-right: 0; }
  .clickable:last-child {
    margin-left: 0; }
  .indicator {
    display: none; }
    .indicator ~ * {
      display: none; }
    .indicator.active ~ * {
      display: block; } }

.category {
  padding: 0;
  margin: 5rem 0; }
  .category--spy:before {
    display: block;
    content: '';
    margin-top: -12rem;
    height: 12rem; }
  .category__feature {
    background-color: white;
    padding: 2rem;
    height: 100%;
    border: 1px solid #e3e6e8;
    border-radius: .125rem;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
    .category__feature:hover {
      border-color: #7DB8E3;
      background-color: #fbfdfe;
      cursor: pointer; }

@media (max-width: 768px) {
  .category__feature {
    height: auto; } }

.comments {
  padding-block: 2rem;
  background-color: #F4F3F2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .comments__text {
    font-size: 3rem;
    font-weight: 400;
    color: #09242B;
    line-height: 4rem;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  .comments__name {
    font-size: 2.25rem;
    font-weight: 700;
    margin-top: 2.25rem;
    color: #127887;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  .comments__icon {
    width: 29px;
    height: auto;
    margin-left: 2rem;
    margin-bottom: 2rem;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  .comments__iconRight {
    position: absolute;
    top: 4rem;
    right: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .comments__iconRight:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .comments__iconLeft {
    position: absolute;
    top: 4rem;
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .comments__iconLeft:hover {
      -webkit-transform: scale(1.1) rotate(180deg);
          -ms-transform: scale(1.1) rotate(180deg);
              transform: scale(1.1) rotate(180deg); }
  .comments .fade {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  .comments .fade.show {
    opacity: 1; }

@media (max-width: 480px) {
  .comments {
    height: auto;
    min-height: 55vh;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .comments__text {
      font-size: 1.5rem;
      line-height: 2rem; }
    .comments__name {
      font-size: 1rem; }
    .comments__icon {
      margin-top: 1rem;
      margin-inline: 2rem;
      width: 24px;
      height: auto; }
    .comments__iconRight {
      position: absolute;
      top: 1rem;
      right: 0;
      opacity: 1;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .comments__iconRight:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .comments__iconLeft {
      position: absolute;
      top: 1rem;
      left: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .comments__iconLeft:hover {
        -webkit-transform: scale(1.1) rotate(180deg);
            -ms-transform: scale(1.1) rotate(180deg);
                transform: scale(1.1) rotate(180deg); }
    .comments .fade {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .comments .fade.show {
      opacity: 1; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .comments {
    height: auto;
    min-height: 40vh;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .comments__text {
      font-size: 2rem;
      line-height: 3rem; }
    .comments__name {
      font-size: 1.5rem; }
    .comments__icon {
      margin-top: 1rem;
      margin-inline: 2rem;
      width: 24px;
      height: auto; }
    .comments__iconRight {
      position: absolute;
      top: 1rem;
      right: 0;
      opacity: 1;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .comments__iconRight:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .comments__iconLeft {
      position: absolute;
      top: 1rem;
      left: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .comments__iconLeft:hover {
        -webkit-transform: scale(1.1) rotate(180deg);
            -ms-transform: scale(1.1) rotate(180deg);
                transform: scale(1.1) rotate(180deg); }
    .comments .fade {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .comments .fade.show {
      opacity: 1; } }

@media (min-width: 1280px) and (max-width: 1500px) {
  .comments {
    min-height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .comments__iconRight {
      top: 1rem; }
    .comments__iconLeft {
      top: 1rem; } }

@media (min-height: 1440px) and (max-height: 2160px) {
  .comments {
    min-height: 50vh;
    padding-bottom: 5rem; } }

@media (min-height: 2160px) {
  .comments {
    min-height: 35vh;
    padding-bottom: 5rem; } }

@media (min-width: 991px) and (max-width: 1205px) {
  .comments {
    min-height: auto;
    padding-bottom: 5rem; } }

.contact {
  background-color: #f9faf9; }
  .contact__form {
    margin-top: 4rem;
    background-color: white;
    border: 2px solid #68D882;
    border-radius: 1rem;
    padding: 2rem;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
    .contact__form div textarea,
    .contact__form div input,
    .contact__form div select {
      background-color: transparent !important;
      border: 1px solid transparent;
      border-bottom: 1px solid #68D882;
      color: #F4F3F2;
      color: #09242B; }
      .contact__form div textarea:focus,
      .contact__form div input:focus,
      .contact__form div select:focus {
        border: 1px solid transparent;
        border-bottom: 1px solid #30BFD6; }
      .contact__form div textarea:hover,
      .contact__form div input:hover,
      .contact__form div select:hover {
        border: 1px solid transparent;
        border-bottom: 1px solid #30BFD6; }
      .contact__form div textarea:focus:invalid,
      .contact__form div input:focus:invalid,
      .contact__form div select:focus:invalid {
        border: 1px solid transparent;
        border-bottom: 1px solid #FF3335; }
    .contact__form .button {
      width: 100%;
      font-size: 1rem;
      font-weight: 700;
      margin-top: 2rem;
      text-align: center;
      background-color: transparent;
      color: #09242B;
      padding: .75rem 0;
      border: 1.5px solid #68D882;
      border-radius: 20px;
      text-decoration: none;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .contact__form .button:hover {
        background-color: #68D882;
        color: white; }
  .contact__calendly {
    background-color: white;
    border: 2px solid #68D882;
    border-radius: 1rem;
    margin-top: 4rem;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

.calendly-inline-widget {
  width: 100%;
  height: 1000px;
  border-radius: 1rem; }

@media (max-width: 480px) {
  .contact__calendly {
    padding: 4px; }
  .calendly-inline-widget {
    height: 1030px; } }

.cta {
  padding-block: 1rem;
  background-image: url(../img/cta-background.png);
  background-size: cover;
  background-position: center; }
  .cta__button {
    padding: 1rem 3rem !important; }

@media (max-width: 480px) {
  .cta {
    background-image: url(../img/cta-background-mobile.png); }
    .cta__title {
      line-height: normal; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .cta {
    background-image: url(../img/cta-background-tablet.png); }
    .cta__button {
      width: 30%; } }

.dialog {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a517a), to(transparent)), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
  background: linear-gradient(#1a517a, transparent), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 1rem; }
  .dialog > a:not(.button) {
    margin: 1rem 0 auto; }
  .dialog img {
    height: 2.5rem; }
  .dialog > * {
    position: relative;
    z-index: 1; }
  .dialog span {
    line-height: 1;
    position: absolute;
    z-index: 0;
    font-size: 22rem;
    opacity: .1;
    mix-blend-mode: overlay; }
  .dialog .footer {
    margin: auto 0 1rem;
    color: white; }

.faq-answer {
  overflow: hidden;
  font-size: 1rem;
  -webkit-transition: max-height .2s ease-in-out;
  transition: max-height .2s ease-in-out; }
  .faq-answer p {
    margin-bottom: 1.5rem; }

.expanded .faq-toggle-button {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

@media (max-width: 768px) {
  .faq-question {
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 1.5rem; }
  .faq-answer {
    font-size: .875rem; }
    .faq-answer p {
      margin-bottom: 1rem; }
  .faq-toggle-button {
    top: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem; }
    .faq-toggle-button:before, .faq-toggle-button:after {
      width: .75rem; } }

.feature__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F0EFEF; }

.feature__description {
  font-size: 1rem;
  font-weight: 400;
  color: #F0EFEF;
  line-height: 1.5rem; }

.feature__button {
  width: 55%;
  font-size: 15px !important; }

.feature__image {
  min-height: 558px; }

@media (max-width: 480px) {
  .feature__button {
    width: 100%; }
  .feature__image {
    min-height: auto !important; } }

.features {
  padding-block: 5rem;
  width: 100%;
  background-color: #09242B;
  background-image: url(../img/features-image-background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .features__title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #F4F3F2; }
  .features__text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: .5rem;
    text-align: center;
    color: #F4F3F2; }
  .features__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-top: 2rem; }
  .features__item {
    position: relative;
    width: 100%;
    min-height: 120px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #F4F3F2;
    border-radius: .75rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .features__itemTitle {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #09242B;
    margin: 0; }
  .features__modal {
    position: absolute;
    top: -13%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    background-color: #68D882;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
    color: white;
    padding: 2rem;
    border-radius: 1rem;
    width: 390px;
    min-height: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 10; }
  .features__item:hover .features__modal {
    -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
    pointer-events: auto;
    -webkit-animation: bounceIn 0.5s ease-in-out;
            animation: bounceIn 0.5s ease-in-out; }
  .features__modalClose {
    position: absolute;
    top: 8px;
    right: 12px;
    scale: 1.7;
    display: none;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .features__modalClose:hover {
      -webkit-transform: scale(1.8);
          -ms-transform: scale(1.8);
              transform: scale(1.8); }
  .features__modalTitle {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #F4F3F2; }
  .features__modalText {
    font-size: 1rem;
    font-weight: 400;
    margin-top: .5rem;
    text-align: center;
    color: #09242B; }
  .features__benefits > .features__benefitsHeader {
    background-image: url(../img/featuresBenefits.jpg);
    background-size: 480px;
    background-blend-mode: multiply; }
  .features__benefits:nth-child(odd) > .features__benefitsHeader {
    background-color: #68D882; }
  .features__benefits:nth-child(even) > .features__benefitsHeader {
    background-color: #30BFD6; }

@media (max-width: 480px) {
  .features {
    background-image: url(../img/features-image-background-mobile.png); }
    .features__title {
      font-size: 1.75rem; }
    .features__text {
      margin-block: 1rem 2rem; }
    .features__container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    .features__item {
      padding: 1rem;
      width: 45%;
      min-height: 80px;
      position: relative; }
    .features__itemTitle {
      font-size: 1rem; }
    .features__modalItem1 {
      position: absolute;
      left: 110%; }
    .features__modalItem2 {
      position: absolute;
      left: -17px; }
    .features__modal {
      position: absolute;
      top: -31%;
      -webkit-transform: translate(-50%, -50%) scale(0);
          -ms-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      background-color: #68D882;
      -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
              box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
      color: white;
      padding: 1.5rem;
      border-radius: 1rem;
      width: 224%;
      min-height: 128px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0;
      pointer-events: none;
      -webkit-animation: none;
              animation: none;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      z-index: 10; }
    .features__item:hover .features__modal {
      -webkit-transform: translateX(-50%) scale(1);
          -ms-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1);
      opacity: 1;
      pointer-events: auto;
      -webkit-animation: bounceIn 0.5s ease-in-out;
              animation: bounceIn 0.5s ease-in-out; }
    .features__modalClose {
      display: block; }
    .features__modalTitle {
      font-size: 1rem;
      font-weight: 700;
      text-align: center;
      color: #F4F3F2; }
    .features__modalText {
      font-size: 1rem;
      font-weight: 400;
      margin-top: .5rem;
      text-align: center;
      color: #09242B; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .features__title {
    font-size: 1.75rem; }
  .features__text {
    margin-block: 1rem 2rem; }
  .features__container {
    margin-inline: 2.5rem; }
  .features__item {
    padding: 1rem; }
  .features__itemTitle {
    font-size: 1rem; }
  .features__modal {
    top: -14%;
    padding: 1rem;
    width: 300px;
    min-height: 150px; }
  .features__modalTitle {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #F4F3F2; }
  .features__modalText {
    font-size: 1rem;
    font-weight: 400;
    margin-top: .5rem;
    text-align: center;
    color: #09242B; } }

@media (min-height: 1440px) and (max-height: 2160px) {
  .features {
    padding-bottom: 9rem; } }

@media (min-height: 2160px) {
  .features {
    padding-bottom: 9rem; } }

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9); }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); } }

@keyframes bounceIn {
  0% {
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9); }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); } }

.hero {
  position: relative;
  padding-block: 2rem 0;
  z-index: 2; }
  .hero__title {
    font-size: 2.75rem;
    font-weight: 800;
    margin-top: 9rem;
    text-align: center;
    color: #09242B; }
    .hero__title span {
      color: #68D882; }
  .hero__text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: .5rem;
    text-align: center;
    color: #09242B; }
  .hero__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }
    .hero__button a, .hero__button button {
      display: inline;
      width: 35%;
      font-size: 14px;
      font-weight: 700;
      margin-top: 2rem;
      text-align: center;
      color: #09242B;
      padding: .75rem 0;
      border: 1px solid #30BFD6;
      border-radius: 20px;
      text-decoration: none;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .hero__button a:hover, .hero__button button:hover {
        background-color: #30BFD6;
        color: #09242B; }
      .hero__button a:focus, .hero__button button:focus {
        outline: none !important;
        border: 1px solid #68D882; }
  .hero__iconsDesktop {
    display: inline; }
  .hero__icons a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .hero__icons a:hover {
      opacity: 0.8; }
  .hero__iconsLeft {
    position: relative; }
    .hero__iconsLeft img {
      position: absolute; }
    .hero__iconsLeft .icon1 {
      left: 10%;
      top: 0px;
      -webkit-animation: moveInIcon1 4s ease-in-out infinite alternate;
              animation: moveInIcon1 4s ease-in-out infinite alternate; }
    .hero__iconsLeft .icon2 {
      left: 0%;
      top: 104px;
      -webkit-animation: moveInIcon2 4s ease-in-out infinite alternate;
              animation: moveInIcon2 4s ease-in-out infinite alternate; }
    .hero__iconsLeft .icon3 {
      left: 10%;
      top: 208px;
      -webkit-animation: moveInIcon3 4s ease-in-out infinite alternate;
              animation: moveInIcon3 4s ease-in-out infinite alternate; }
  .hero__iconsRight {
    position: relative; }
    .hero__iconsRight img {
      position: absolute; }
    .hero__iconsRight .icon1 {
      right: 10%;
      top: 0px;
      -webkit-animation: moveInIcon1 4s ease-in-out infinite alternate;
              animation: moveInIcon1 4s ease-in-out infinite alternate; }
    .hero__iconsRight .icon2 {
      right: 0%;
      top: 104px;
      -webkit-animation: moveInIcon2 4s ease-in-out infinite alternate;
              animation: moveInIcon2 4s ease-in-out infinite alternate; }
    .hero__iconsRight .icon3 {
      right: 10%;
      top: 208px;
      -webkit-animation: moveInIcon3 4s ease-in-out infinite alternate;
              animation: moveInIcon3 4s ease-in-out infinite alternate; }
  .hero__imgDash {
    position: relative;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1; }
    .hero__imgDash.no-transition {
      -webkit-transition: none;
      transition: none; }
  .hero__imgDashHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero__imgContainer {
    position: relative;
    overflow: visible;
    margin-top: 4rem; }
    .hero__imgContainer:hover .hero__imgDash {
      opacity: 0; }
    .hero__imgContainer:hover .hero__imgDashHover {
      opacity: 1; }
  .hero__buttonMobile {
    display: none; }

.show-immediately {
  opacity: 1 !important; }

@media (max-width: 480px) {
  .hero__title {
    font-size: 1.75rem;
    margin-top: 7rem;
    line-height: 2.25rem; }
  .hero__text {
    margin-top: 1rem; }
  .hero__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .5rem; }
    .hero__button a, .hero__button button {
      margin-top: 1.25rem;
      width: 70%;
      color: #F4F3F2; }
  .hero__buttonDesktop {
    display: none !important; }
  .hero__buttonMobile {
    margin-top: 1.5rem;
    display: block; }
  .hero__iconsDesktop {
    display: none; }
  .hero__imgContainer {
    margin-top: 3rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hero__title {
    font-size: 2.5rem;
    margin-top: 5rem;
    line-height: 3rem; }
  .hero__text {
    margin-top: 1rem; }
  .hero__buttonDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hero__buttonMobile {
    display: none; }
  .hero__iconsDesktop {
    display: none !important; }
  .hero__imgContainer {
    margin-top: 3rem; } }

@-webkit-keyframes moveInIcon1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -16px);
            transform: translate(0, -16px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes moveInIcon1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -16px);
            transform: translate(0, -16px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes moveInIcon2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes moveInIcon2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes moveInIcon3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes moveInIcon3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

img.shadow {
  -webkit-box-shadow: 0 1rem 3rem -2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 1rem 3rem -2rem rgba(0, 0, 0, 0.25); }

.img-feature {
  max-width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0 0 0.5rem white, 0 0 0 calc(.5rem + 1px) #e3e6e8;
          box-shadow: 0 0 0 0.5rem white, 0 0 0 calc(.5rem + 1px) #e3e6e8; }

.img-zoom {
  position: relative; }
  .img-zoom--big {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 3rem;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    overflow: auto;
    backdrop-filter: blur(2rem);
    line-height: calc(100vh - 6rem); }
    .img-zoom--big .img-feature {
      max-width: 100%;
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.8);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.8); }
    .img-zoom--big .img-zoom__icon {
      display: none; }
  .img-zoom__icon {
    font-size: 1.5rem;
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    width: 3rem;
    padding: .75rem;
    background: white;
    border-radius: 50%;
    color: #c7ccd1;
    cursor: pointer;
    -webkit-transition: color .1s linear;
    transition: color .1s linear;
    -webkit-box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 2rem -1rem rgba(125, 184, 227, 0.2), 0 0.5rem 1rem -1rem rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 2rem -1rem rgba(125, 184, 227, 0.2), 0 0.5rem 1rem -1rem rgba(0, 0, 0, 0.2) inset; }
    .img-zoom__icon i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .img-zoom__close {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: white;
    margin: 0;
    padding: 1rem;
    width: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .img-zoom:hover .img-zoom__icon:hover {
    color: #576675; }

.img-fluid {
  max-width: 100%; }

@media (max-width: 768px) {
  .img-zoom--big .img-feature {
    max-width: initial;
    max-height: 100%; }
  .img-zoom--spacing-top:not(.img-zoom--big) {
    margin-top: 3rem; }
  .img-zoom--spacing-bottom:not(.img-zoom--big) {
    margin-bottom: 3rem; } }

.information {
  padding-block: 2rem;
  background-color: #EAEFEB;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .information__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-block: 0 4rem;
    color: #09242B; }
  .information__item {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid #09242b;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .information__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .information__content:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .information__icon {
    width: 32px;
    height: auto;
    margin-right: 1rem; }
  .information__itemTitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #09242B;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .information__item.active .information__itemTitle {
    color: #127887; }
  .information__itemText {
    display: none;
    font-size: 1rem;
    font-weight: 400;
    color: #09242B;
    margin-block: 2rem 0rem;
    opacity: 0;
    -webkit-animation: fadeInText 0.5s ease-in-out forwards;
            animation: fadeInText 0.5s ease-in-out forwards; }
  .information__image {
    width: 100%;
    height: auto;
    right: 0;
    opacity: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }

@media (max-width: 480px) {
  .information__title {
    font-size: 1.75rem;
    margin-block: 0 1rem; }
  .information__itemTitle {
    font-size: 1.25rem; }
  .information__image {
    margin-top: 3rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .information {
    padding-block: 3rem;
    min-height: auto; }
    .information__title {
      font-size: 2rem;
      margin-block: 0 1rem; }
    .information__itemTitle {
      font-size: 1.25rem; }
    .information__image {
      margin-top: 3rem; } }

.information__item.active .information__itemText {
  display: block;
  -webkit-animation: fadeInText 0.5s ease-in-out forwards;
          animation: fadeInText 0.5s ease-in-out forwards; }

@-webkit-keyframes fadeInText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.information__image.fade-out {
  opacity: 0;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px); }

.information__image.fade-in {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

@media (min-height: 1440px) and (max-height: 2160px) {
  .information {
    min-height: auto;
    padding-block: 10rem; } }

@media (min-height: 2160px) {
  .information {
    min-height: auto;
    padding-block: 10rem; } }

.input {
  background: white;
  border: 1px solid #c7ccd1;
  border-radius: .125rem;
  font-size: .75rem;
  font-family: var(--general-font);
  line-height: 1.5;
  padding: .3125rem .75rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%; }
  .input::-webkit-input-placeholder {
    color: #c7ccd1;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-moz-placeholder {
    color: #c7ccd1;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:-ms-input-placeholder {
    color: #c7ccd1;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-ms-input-placeholder {
    color: #c7ccd1;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::placeholder {
    color: #c7ccd1;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-moz-placeholder, .input:focus::-moz-placeholder {
    color: #8f99a3;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-ms-input-placeholder, .input:focus::-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::placeholder, .input:focus::placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover {
    border-color: #c7ccd1; }
  .input:focus {
    border-color: #7DB8E3;
    outline: 0 none; }
    .input:focus:invalid {
      border-color: #FF3355; }
  .input.big {
    padding: .4375rem 1rem .5rem;
    font-size: .875rem; }
  .input.bigger {
    padding: .625rem 1.25rem;
    font-size: 1rem; }
  .input.biggest {
    padding: .6875rem 1.5rem;
    font-size: 1.25rem; }
  .input.transparent {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0);
    color: white; }
    .input.transparent::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -moz-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-webkit-input-placeholder, .input.transparent:focus::-webkit-input-placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-moz-placeholder, .input.transparent:focus::-moz-placeholder {
      color: white;
      -moz-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover:-ms-input-placeholder, .input.transparent:focus:-ms-input-placeholder {
      color: white;
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-ms-input-placeholder, .input.transparent:focus::-ms-input-placeholder {
      color: white;
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::placeholder, .input.transparent:focus::placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }

select.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/arrow.svg), white;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.25rem);
  background-position-y: center; }
  select.input.biggest {
    padding: .875rem 1.5rem;
    font-size: 1rem; }

textarea.input {
  resize: vertical; }

label {
  font-weight: 900;
  color: #121a21;
  margin-bottom: .5rem;
  line-height: 1; }

.list--listStyleNone {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list--listStyleNone li {
    padding: 0;
    margin: 0; }

@media (min-width: 768px) {
  body.loading {
    overflow: hidden; }
    body.loading > div, body.loading > main, body.loading > nav {
      opacity: 0;
      -webkit-transform: translateY(-5rem);
          -ms-transform: translateY(-5rem);
              transform: translateY(-5rem); }
    body.loading > .hero {
      height: 100vh; }
      body.loading > .hero:after {
        display: none; }
      body.loading > .hero > * {
        display: none; } }

@-webkit-keyframes showModal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes showModal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes showModalContent {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes showModalContent {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes hideModal {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hideModal {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hideModalContent {
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes hideModalContent {
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  -webkit-perspective: 50rem;
          perspective: 50rem; }
  .modal__close {
    background: none;
    border: none;
    color: white;
    position: absolute;
    right: -8px;
    top: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    width: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .modal__close:focus {
      outline: none; }
    .modal__close:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .modal__or span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 1rem;
    color: #F4F3F2;
    margin-block: 1rem; }
    .modal__or span::before, .modal__or span::after {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 1px;
      background-color: #68D882; }
    .modal__or span::before {
      margin-right: 1rem; }
    .modal__or span::after {
      margin-left: 1rem; }
  .modal__content {
    position: relative;
    background: #09242B;
    padding: 3rem;
    border-radius: .5rem;
    -webkit-box-shadow: 0 3rem 6rem -3rem rgba(0, 0, 0, 0.8);
            box-shadow: 0 3rem 6rem -3rem rgba(0, 0, 0, 0.8);
    margin: 1rem auto;
    width: 40rem;
    max-width: calc(100% - 2rem);
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%; }
    .modal__content label {
      color: #F4F3F2; }
    .modal__content input,
    .modal__content select,
    .modal__content textarea {
      background-color: transparent !important;
      border: 1px solid transparent;
      border-bottom: 1px solid #68D882;
      color: #F4F3F2; }
      .modal__content input:focus,
      .modal__content select:focus,
      .modal__content textarea:focus {
        border: 1px solid transparent;
        border-bottom: 1px solid #30BFD6; }
        .modal__content input:focus:invalid,
        .modal__content select:focus:invalid,
        .modal__content textarea:focus:invalid {
          border: 1px solid transparent;
          border-bottom: 1px solid #FF3335; }
      .modal__content input:hover,
      .modal__content select:hover,
      .modal__content textarea:hover {
        border: 1px solid transparent;
        border-bottom: 1px solid #30BFD6; }
      .modal__content input option,
      .modal__content select option,
      .modal__content textarea option {
        color: #09242B; }
    .modal__content .button {
      margin-top: 1rem;
      width: 100%;
      border-radius: 2.5rem;
      border: 1px solid #30BFD6;
      color: #F4F3F2;
      background-color: transparent; }
      .modal__content .button:hover {
        background-color: #30BFD6 !important; }
  .modal__border {
    border: 1px solid #68D882;
    border-radius: 1rem;
    padding: 2.5rem; }
    .modal__border h2 {
      font-size: 1.75rem;
      font-weight: 700;
      color: #F4F3F2;
      text-align: center; }
    .modal__border p {
      font-size: 1rem;
      font-weight: 400;
      color: #F4F3F2;
      line-height: 1.25rem;
      text-align: center;
      margin-bottom: 1rem; }
  .modal--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showModal 0.4s cubic-bezier(0.5, 0, 0, 1);
            animation: showModal 0.4s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    overflow: auto; }
    .modal--show .modal__content {
      -webkit-animation: showModalContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: showModalContent 0.8s cubic-bezier(0.5, 0, 0, 1); }
  .modal--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: hideModal 0.4s cubic-bezier(0.5, 0, 0, 1);
            animation: hideModal 0.4s cubic-bezier(0.5, 0, 0, 1);
    opacity: 0;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top; }
    .modal--hide .modal__content {
      -webkit-animation: hideModalContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: hideModalContent 0.8s cubic-bezier(0.5, 0, 0, 1); }

.modalCheck {
  width: 88px;
  height: 115px;
  margin: 0 auto; }
  .modalCheck__icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: 4px solid #7DB8E3; }
    .modalCheck__icon::before {
      top: 3px;
      left: -2px;
      width: 30px;
      -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      border-radius: 100px 0 0 100px; }
    .modalCheck__icon::after {
      top: 0;
      left: 30px;
      width: 60px;
      -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
              transform-origin: 0 50%;
      border-radius: 0 100px 100px 0;
      -webkit-animation: rotate-circle 4.25s ease-in;
              animation: rotate-circle 4.25s ease-in; }
    .modalCheck__icon::before, .modalCheck__icon::after {
      content: '';
      height: 100px;
      position: absolute;
      background: #FFFFFF;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .modalCheck__iconLine {
      height: 5px;
      background-color: #7DB8E3;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 10; }
      .modalCheck__iconLine--tip {
        top: 46px;
        left: 14px;
        width: 25px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-animation: icon-line-tip 0.75s;
                animation: icon-line-tip 0.75s; }
      .modalCheck__iconLine--long {
        top: 38px;
        right: 8px;
        width: 47px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-animation: icon-line-long 0.75s;
                animation: icon-line-long 0.75s; }
    .modalCheck__iconCircle {
      top: -4px;
      left: -4px;
      z-index: 10;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: absolute;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border: 4px solid rgba(125, 184, 227, 0.5); }
    .modalCheck__iconFix {
      top: 8px;
      width: 5px;
      left: 26px;
      z-index: 1;
      height: 85px;
      position: absolute;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background-color: #FFFFFF; }

@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@-webkit-keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@media (max-width: 480px) {
  .modal__border {
    padding: 1.5rem; } }

@media (max-width: 768px) {
  .modal__content {
    height: 100%;
    border-radius: 0;
    padding: 4rem 2rem 2rem 2rem;
    overflow-y: scroll;
    max-width: 100%; }
    .modal__content .h1 {
      font-size: 2rem; }
  .modal__close {
    font-size: 1.5rem;
    color: #c7ccd1; } }

.mouse {
  position: absolute;
  width: 1.5rem;
  height: 2.5rem;
  left: 50%;
  margin-left: -.75rem;
  border-radius: .75rem;
  border: 0.125rem solid #7DB8E3;
  -webkit-animation: intro 2s cubic-bezier(0.5, 0, 0, 1);
          animation: intro 2s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 1s cubic-bezier(0.5, 0, 0, 1);
  transition: 1s cubic-bezier(0.5, 0, 0, 1);
  z-index: 1; }
  .mouse.hide {
    opacity: 0;
    -webkit-transform: translateY(5rem);
        -ms-transform: translateY(5rem);
            transform: translateY(5rem); }

.scroll {
  display: block;
  width: .25rem;
  height: .25rem;
  margin: .5rem auto;
  border-radius: 4px;
  background: #7DB8E3;
  -webkit-animation: finger 1s infinite;
          animation: finger 1s infinite; }

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@media (max-width: 768px) {
  .mouse {
    display: none; } }

.navbar {
  position: fixed;
  padding: 1rem 0;
  width: 100%;
  z-index: 50; }
  .navbar .logo {
    background-image: url(../img/logotype-white.png); }
  .navbar .gap-15 {
    gap: 1.5rem; }
  .navbar__button {
    padding: .25rem 2rem !important;
    color: #F4F3F2 !important;
    font-size: 1rem !important; }
    .navbar__button:focus {
      outline: none !important; }

#menu {
  height: 0;
  overflow: hidden;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  background-color: #09242B;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s; }

#menu li {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  #menu li a {
    color: #F4F3F2 !important;
    font-size: 14px; }

#menu.show {
  height: 100vh; }

#menu.show li {
  opacity: 1; }

@media (max-width: 480px) {
  #menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important; }
    #menu ul li a {
      font-size: 1rem !important;
      margin-bottom: 1rem; } }

@media (max-width: 1278px) {
  #menu {
    height: 0;
    overflow: hidden;
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    background-color: #09242B;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s; }
    #menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #menu ul li a {
        font-size: 1.5rem;
        margin-bottom: 1rem; }
  #menu li {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  #menu.show {
    height: 100vh; }
  #menu.show li {
    opacity: 1; }
  #menu-button {
    display: block; } }

@media (min-width: 1279px) {
  #menu {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 48%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #menu li {
    opacity: 1; }
  #menu-button {
    display: none; } }

.numbers {
  padding-block: 4rem;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url(../img/numbers-texture.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .numbers__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #F4F3F2;
    text-align: center; }
  .numbers__card {
    margin-top: 3.75rem;
    min-height: 448px;
    margin-inline: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: .75rem;
    border: 1px solid #F4F3F2;
    -webkit-box-shadow: 1px 1px 8.3px -2px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 8.3px -2px rgba(0, 0, 0, 0.15); }
    .numbers__card h3 {
      font-size: 5rem;
      font-weight: 700;
      color: #F4F3F2;
      text-align: center;
      opacity: 0;
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.6s ease, transform 0.6s ease;
      transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; }
    .numbers__card h3.visible {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .numbers__card h3.pop-effect {
      -webkit-animation: pop-final 1s ease;
              animation: pop-final 1s ease; }
    .numbers__card h4 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-top: 1.75rem;
      color: #F4F3F2;
      text-align: center; }

@media (max-width: 480px) {
  .numbers {
    min-height: auto; }
    .numbers__title {
      font-size: 2rem;
      margin-bottom: 2rem; }
    .numbers__card {
      margin-top: 1.25rem;
      width: 100%;
      min-height: auto;
      margin-inline: 0;
      padding: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: .75rem; }
      .numbers__card h3 {
        font-size: 2rem;
        line-height: normal; }
      .numbers__card h4 {
        font-size: 1rem;
        margin-top: 0rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .numbers {
    min-height: auto; }
    .numbers__title {
      font-size: 2rem;
      margin-bottom: 2rem; }
    .numbers__card {
      margin-top: 1.5rem;
      width: 80%;
      min-height: auto;
      margin-inline: 4.5rem;
      padding: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: .75rem; }
      .numbers__card h3 {
        font-size: 3rem;
        line-height: normal; }
      .numbers__card h4 {
        font-size: 1.75rem;
        margin-top: 0rem; } }

@media (min-width: 1280px) and (max-width: 1500px) {
  .numbers__card {
    margin-inline: 0; }
    .numbers__card h3 {
      font-size: 4.25rem; } }

@media (min-width: 991px) and (max-width: 1205px) {
  .numbers__card {
    width: 100%;
    margin-inline: 0; }
    .numbers__card h3 {
      font-size: 1.75rem;
      line-height: normal; }
    .numbers__card h4 {
      font-size: 1rem;
      margin-top: 0rem; } }

@-webkit-keyframes pop-final {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pop-final {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media (min-height: 1440px) and (max-height: 2160px) {
  .numbers {
    min-height: auto;
    padding-block: 10rem; } }

@media (min-height: 2160px) {
  .numbers {
    min-height: auto;
    padding-block: 10rem; } }

.plans {
  margin-top: -4.5rem;
  padding: 0; }

.plan {
  background: white;
  -webkit-box-shadow: 0 2rem 8rem 0rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 2rem 8rem 0rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-bottom: 1.5rem; }
  .plan-first {
    border-radius: 0.25rem 0 0 0.25rem; }
  .plan-last {
    border-radius: 0 0.25rem 0.25rem 0; }
  .plan-calc {
    border-radius: 0.25rem;
    padding: 0; }
  .plan-title {
    padding: 1.5rem;
    background: #7DB8E3;
    color: white;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: .25rem;
    text-transform: uppercase;
    text-align: center; }
  .plan-select span {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .06875rem;
    background: white;
    padding: 0 .5rem;
    margin: -.25rem 0 0 1rem;
    position: absolute;
    font-weight: 300;
    line-height: 1;
    color: #8f99a3; }
  .plan-select select {
    cursor: pointer;
    font-size: 1rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 1rem 1.5rem;
    background: url(../img/arrow-gray.svg), white;
    color: #414d58;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 1.25rem);
    background-position-y: center;
    width: 100%;
    border: 1px solid #c7ccd1;
    border-radius: .125rem; }
    .plan-select select:focus {
      outline: none; }
  .plan-fee {
    padding: 3rem 2rem 0 2rem;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 300;
    color: #243342; }
    .plan-fee--hide {
      font-size: 1.25rem;
      padding: 3.5rem 1.75rem .25rem 1.75rem;
      line-height: 1.25;
      color: #8f99a3;
      background-clip: content-box;
      margin-bottom: -.15rem; }
    .plan-fee small {
      font-size: 50%;
      display: block;
      margin: 0 0 .75rem;
      color: #8f99a3; }
  .plan-cta {
    padding: 1rem 1.5rem .5rem 1.5rem;
    text-align: center; }
    .plan-cta .button {
      display: none; }
    .plan-cta > a:nth-child(2) {
      color: #7DB8E3;
      padding: 1rem;
      display: block; }
  .plan-range {
    margin: 3rem 3rem 6rem 9rem;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .plan-range:before {
      content: attr(data-name);
      position: absolute;
      left: -6rem;
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      padding: 0.5rem .75rem 0.5rem 0.75rem;
      background: #68D882;
      line-height: 1;
      color: black;
      width: 5rem;
      clip-path: polygon(0% 0%, 0% 100%, calc(100% - .5rem) 100%, 100% 50%, calc(100% - .5rem) 0%);
      border-radius: .25rem .75rem .75rem .25rem;
      text-align: left; }
    .plan-range-title {
      padding: 3rem 3rem 0;
      font-size: 2rem;
      font-weight: 300;
      color: #243342; }
    .plan-range-selected {
      -webkit-box-shadow: 0 1px 0 0 #e3e6e8 inset;
              box-shadow: 0 1px 0 0 #e3e6e8 inset;
      padding: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #f9fafa; }
      .plan-range-selected-fee {
        position: relative;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
        color: #243342;
        margin-right: 4rem; }
        .plan-range-selected-fee small {
          font-size: 11px;
          display: block;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 1px;
          color: #8f99a3;
          line-height: 1.5; }
        .plan-range-selected-fee:first-child {
          margin-right: auto; }
        .plan-range-selected-fee:nth-child(2):after, .plan-range-selected-fee:nth-child(3):after {
          content: '+';
          position: absolute;
          width: 2rem;
          text-align: center;
          right: -3rem;
          border-radius: 50%;
          top: .75rem;
          height: 2rem;
          line-height: 2rem; }
        .plan-range-selected-fee:nth-child(3):after {
          content: '='; }
        .plan-range-selected-fee:last-child {
          margin-right: 0;
          text-align: right; }
          .plan-range-selected-fee:last-child small {
            color: #09242B; }
          .plan-range-selected-fee:last-child .red {
            color: #FF3355; }
    .plan-range-disclaimer {
      margin: 1rem 0 0 0;
      text-align: center;
      color: #8f99a3; }
      .plan-range-disclaimer p {
        margin: 0; }
    .plan-range-sales {
      -webkit-box-shadow: 0 1px 0 0 #e3e6e8 inset;
              box-shadow: 0 1px 0 0 #e3e6e8 inset;
      padding: 2.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #f9fafa;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .plan-range-sales > span {
        margin: 0;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 300; }
  .plan-line {
    padding: 0 0 .5rem;
    margin: 0 2rem .5rem 2rem;
    border-bottom: 1px solid #e3e6e8;
    min-height: calc(2rem + 1px); }
    .plan-line:last-child {
      border: none;
      margin: 0 2rem;
      padding: 0;
      min-height: 1.5rem; }
    .plan-line .uil-check {
      font-size: 1.5rem;
      color: #7DB8E3;
      position: absolute; }
      .plan-line .uil-check:before {
        margin: 0; }
    .plan-line .uil-times {
      font-size: 1.5rem;
      color: #FF3355;
      position: absolute; }
      .plan-line .uil-times:before {
        margin: 0; }
  .plan-floating {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 0rem .5rem .5rem .5rem;
    -webkit-transition: -webkit-transform var(--transition-base) cubic-bezier(0, 0, 0, 1);
    transition: -webkit-transform var(--transition-base) cubic-bezier(0, 0, 0, 1);
    transition: transform var(--transition-base) cubic-bezier(0, 0, 0, 1);
    transition: transform var(--transition-base) cubic-bezier(0, 0, 0, 1), -webkit-transform var(--transition-base) cubic-bezier(0, 0, 0, 1); }
    .plan-floating--hide {
      -webkit-transform: translateY(5rem);
          -ms-transform: translateY(5rem);
              transform: translateY(5rem); }

.feature {
  padding-bottom: 1.5rem; }
  .feature-line {
    padding: 0 0 .5rem;
    margin: 0 2rem .5rem 0;
    border-bottom: 1px solid #e3e6e8;
    white-space: nowrap; }
    .feature-line:last-child {
      border: none;
      margin: 0 2rem 0 0;
      padding: 0; }

@media (max-width: 768px) {
  .plans:not(.plans-calc) {
    margin-top: 0;
    padding: 2rem 0;
    background: white; }
    .plans:not(.plans-calc) h2 {
      margin: 0;
      font-size: 2rem;
      font-weight: normal;
      line-height: 1; }
      .plans:not(.plans-calc) h2 small {
        font-size: 50%;
        display: block;
        margin: 0 0 .25rem;
        color: #8f99a3; }
  .plan-range {
    margin: 1rem; }
    .plan-range:before {
      left: 0px;
      padding: calc(1rem + 1px);
      border-radius: 0.25rem;
      background: #68D882;
      width: 5.5rem; }
    .plan-range select.input.bigger {
      padding-left: 6.5rem; }
    .plan-range-title {
      padding: 2rem 2rem 0 2rem;
      font-size: 1.5rem;
      margin-bottom: 2rem; }
    .plan-range-selected {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 2rem; }
      .plan-range-selected-fee {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 700; }
        .plan-range-selected-fee:first-child {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          margin-bottom: 1rem; }
          .plan-range-selected-fee:first-child:after {
            content: none; }
        .plan-range-selected-fee:nth-child(2) {
          margin-right: 3.75rem; }
          .plan-range-selected-fee:nth-child(2):after {
            content: '+';
            top: .25rem;
            right: -2.75rem; }
        .plan-range-selected-fee:nth-child(3):after {
          content: none; }
        .plan-range-selected-fee:last-child {
          margin-left: 0;
          text-align: left;
          margin-top: 1rem; }
      .plan-range-selected .button {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center; }
    .plan-range-sales {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 2rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 2rem; }
      .plan-range-sales > span {
        text-align: center;
        margin-bottom: 2rem; }
      .plan-range-sales .button {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center; }
  .plan-select {
    margin: -2rem -2rem 0; }
    .plan-select select {
      border-radius: 0;
      margin-bottom: 2rem;
      padding: 1.5rem 2rem;
      background-image: url(../img/arrow-white.svg);
      background-color: #68D882;
      color: black;
      border: none;
      background-position-x: calc(100% - 2rem);
      font-size: 1.5rem;
      line-height: 1; }
      .plan-select select option {
        background: white;
        color: #121a21; }
  .plan:not(.plan-calc) .plan-title, .plan:not(.plan-calc) .plan-fee, .plan:not(.plan-calc) .plan-cta {
    display: none; }
  .plan:not(.plan-calc) .plan-line {
    text-align: right; }
    .plan:not(.plan-calc) .plan-line .uil {
      right: 0; }
  .plan:not(.plan-calc), .plans:not(.plans-calc) .feature {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0; }
    .plan:not(.plan-calc) .plan-line, .plan:not(.plan-calc) .plan-line:last-child, .plan:not(.plan-calc) .feature-line, .plan:not(.plan-calc) .feature-line:last-child, .plans:not(.plans-calc) .feature .plan-line, .plans:not(.plans-calc) .feature .plan-line:last-child, .plans:not(.plans-calc) .feature .feature-line, .plans:not(.plans-calc) .feature .feature-line:last-child {
      min-height: calc(2.5rem + 1px);
      padding: 0 0 1rem;
      margin: 0 0 1rem; } }

.screens {
  position: relative;
  padding-block: 14rem 2rem;
  background-color: #09242B;
  margin-top: -96px;
  z-index: 0; }
  .screens__iconsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-block: 3rem 4rem; }
  .screens__iconTitle {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
    color: #F4F3F2;
    line-height: 1rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
  .screens__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 190px;
    height: auto;
    cursor: pointer; }
    .screens__icon circle,
    .screens__icon path {
      -webkit-transition: fill 0.3s ease, stroke 0.3s ease;
      transition: fill 0.3s ease, stroke 0.3s ease; }
    .screens__icon:hover .screens__iconClickTracking path, .screens__icon.active .screens__iconClickTracking path {
      fill: transparent;
      stroke: #F4F3F2; }
    .screens__icon:hover .screens__iconTitle, .screens__icon.active .screens__iconTitle {
      color: #30BFD6; }
    .screens__icon:hover circle, .screens__icon.active circle {
      fill: #30BFD6;
      stroke: #30BFD6; }
    .screens__icon:hover path, .screens__icon.active path {
      fill: #F4F3F2; }
  .screens__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 7rem; }
  .screens__itemSubTitle {
    font-size: 0.75rem;
    font-weight: 600;
    color: #30BFD6;
    text-transform: uppercase; }
  .screens__itemTitle {
    font-size: 2.5rem;
    font-weight: 700;
    color: #F4F3F2; }
  .screens__itemText {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1.75rem;
    color: #F4F3F2; }
  .screens__itemLink {
    margin-top: 2.5rem;
    width: 45%;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #F4F3F2;
    padding: .5rem 0;
    text-align: center;
    border: 1px solid #30BFD6;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .screens__itemLink:hover {
      background-color: #30BFD6;
      color: #09242B;
      text-decoration: none; }
    .screens__itemLink:focus {
      outline: none !important;
      border: 1px solid #68D882; }
  .screens__itemImage {
    width: 100%;
    height: auto; }
  .screens__images img {
    width: 100%;
    height: auto; }

@media (max-width: 480px) {
  .screens {
    margin-top: -266px; }
    .screens__iconsContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin-block: 6rem 1rem; }
    .screens__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 36%;
      margin-bottom: 2rem; }
      .screens__icon svg {
        width: 64px;
        height: auto; }
    .screens__iconTitle {
      font-size: 1rem; }
    .screens__item {
      margin-top: 1rem;
      padding-right: 0; }
    .screens__itemTitle {
      font-size: 2rem; }
    .screens__itemText {
      font-size: 1rem; }
    .screens__itemLink {
      margin-top: 2.5rem;
      width: 100%; }
    .screens__itemImage {
      left: 0 !important; }
    .screens__images {
      margin-top: 3.75rem; }
  .screens__item,
  .screens__itemImage {
    position: static !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .screens {
    margin-top: -224px; }
    .screens__iconsContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin-block: 6rem 1rem; }
    .screens__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 15%;
      margin-bottom: 2rem; }
    .screens__iconTitle {
      font-size: 1rem; }
    .screens__item {
      margin-top: 1rem;
      padding-right: 0; }
    .screens__itemSubTitle {
      font-size: 1rem; }
    .screens__itemTitle {
      font-size: 2.5rem; }
    .screens__itemLink {
      margin-top: 2.5rem;
      width: 100%; }
    .screens__itemImage {
      left: 0 !important; }
    .screens__images {
      margin-top: 3.75rem; }
  .screens__item,
  .screens__itemImage {
    left: auto !important;
    right: auto !important;
    width: 96% !important; } }

.screens__item,
.screens__itemImage {
  opacity: 0;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.screens__item.active,
.screens__itemImage.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 2; }

.screens__item.out-left {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  z-index: 1; }

.screens__item.in-right {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  z-index: 2;
  -webkit-animation: fadeInRight 6s ease forwards;
          animation: fadeInRight 6s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.screens__itemImage.out-right {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  z-index: 1; }

.screens__itemImage.in-left {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  z-index: 2;
  -webkit-animation: fadeInLeft 6s ease forwards;
          animation: fadeInLeft 6s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

@-webkit-keyframes fadeInRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeInLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.slider {
  -webkit-appearance: none;
  width: calc(100% + 4px);
  height: .5rem;
  border-radius: .25rem;
  background: transparent;
  outline: none;
  z-index: 1; }
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #68D882;
    -webkit-box-shadow: 0 0 0 0.125rem white;
            box-shadow: 0 0 0 0.125rem white;
    cursor: -webkit-grab;
    cursor: grab;
    z-index: 1;
    -webkit-transition: .1s;
    transition: .1s;
    position: relative; }
    .slider::-webkit-slider-thumb:active {
      cursor: -webkit-grabbing;
      cursor: grabbing;
      background: #68D882; }
    .slider::-webkit-slider-thumb:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .slider::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #68D882;
    box-shadow: 0 0 0 0.125rem white;
    cursor: -moz-grab;
    z-index: 1;
    -moz-transition: .1s;
    transition: .1s;
    position: relative;
    border: none; }
    .slider::-moz-range-thumb:active {
      cursor: -moz-grabbing;
      background: #68D882; }
    .slider::-moz-range-thumb:hover {
      transform: scale(1.2); }
  .slider-steps {
    background: #e3e6e8;
    width: calc(100% - 1.5rem);
    height: .25rem;
    border-radius: .75rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slider-contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 2rem;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .slider-contact:not(:first-child):before {
      content: '';
      background: white;
      width: .125rem;
      height: .25rem;
      position: absolute;
      z-index: 1;
      top: -2rem;
      left: calc(50% - 1px); }

.spacing {
  margin-bottom: 1.25rem; }
  .spacing.x1 {
    margin-bottom: 1rem; }
  .spacing.x2 {
    margin-bottom: 2rem; }
  .spacing.x3 {
    margin-bottom: 3rem; }
  .spacing.x4 {
    margin-bottom: 4rem; }
  .spacing.x5 {
    margin-bottom: 5rem; }
  .spacing.x6 {
    margin-bottom: 6rem; }
  .spacing.x7 {
    margin-bottom: 7rem; }
  .spacing.x8 {
    margin-bottom: 8rem; }
  .spacing--auto {
    margin-bottom: auto; }

.spacing-top {
  margin-top: 1.25rem; }
  .spacing-top.x1 {
    margin-top: 1rem; }
  .spacing-top.x2 {
    margin-top: 2rem; }
  .spacing-top.x3 {
    margin-top: 3rem; }
  .spacing-top.x4 {
    margin-top: 4rem; }
  .spacing-top.x5 {
    margin-top: 5rem; }
  .spacing-top.x6 {
    margin-top: 6rem; }
  .spacing-top.x7 {
    margin-top: 7rem; }
  .spacing-top.x8 {
    margin-top: 8rem; }
  .spacing-top--auto {
    margin-top: auto; }

.no-spacing {
  margin: 0; }

.table-header {
  font-size: 1rem; }

.table-row {
  background: white;
  border: 1px solid #e3e6e8;
  margin-bottom: -1px; }

.table-cell {
  text-align: center;
  padding: 1.5rem; }
  .table-cell .uil-times {
    color: #FF3355; }
  .table-cell .uil-check {
    color: #7DB8E3; }
  .table-cell .uil:before {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto; }

.table-feature {
  text-align: left; }

.table-mobile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -15px 2rem; }
  .table-mobile-header {
    padding: 1rem;
    background: #8f99a3;
    color: white;
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .table-mobile-col:not(:first-child) {
    background: white;
    -webkit-box-shadow: 0 1rem 2rem 0rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 1rem 2rem 0rem rgba(0, 0, 0, 0.1);
    text-align: center; }
    .table-mobile-col:not(:first-child) > .table-mobile-header {
      background: -webkit-gradient(linear, left top, right top, from(#7DB8E3), to(#8f99a3));
      background: linear-gradient(90deg, #7DB8E3, #8f99a3); }
  .table-mobile-col:nth-child(2) {
    border-radius: .25rem 0 0 .25rem;
    overflow: hidden; }
    .table-mobile-col:nth-child(2) > .table-mobile-header {
      background: -webkit-gradient(linear, left top, right top, from(#7DB8E3), to(#8f99a3));
      background: linear-gradient(90deg, #7DB8E3, #8f99a3); }
  .table-mobile-col .uil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .table-mobile-col .uil-check {
    font-size: 1.5rem;
    color: #7DB8E3;
    line-height: 1.5rem; }
    .table-mobile-col .uil-check:before {
      margin: 0; }
  .table-mobile-col .uil-times {
    font-size: 1.5rem;
    color: #FF3355;
    line-height: 1.5rem; }
    .table-mobile-col .uil-times:before {
      margin: 0; }
  .table-mobile-cell {
    padding: 1rem; }
    .table-mobile-cell:not(:first-child) {
      font-weight: bold;
      color: #121a21; }
  .table-mobile-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow var(--transition-base);
    transition: -webkit-box-shadow var(--transition-base);
    transition: box-shadow var(--transition-base);
    transition: box-shadow var(--transition-base), -webkit-box-shadow var(--transition-base);
    z-index: 1; }
    .table-mobile-arrow:active {
      background: #FF3355;
      color: white; }
    .table-mobile-arrow i {
      position: absolute;
      top: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 2rem; }

.tabs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a517a), to(transparent)), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
  background: linear-gradient(#1a517a, transparent), radial-gradient(circle, #61bcff 10%, #2c8ace 60%);
  background-attachment: fixed;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: -3.5rem;
  top: 4.5rem;
  z-index: 10; }
  .tabs.sticky {
    position: sticky; }
  .tabs-title {
    font-size: 1rem;
    color: white;
    font-weight: 300; }
  .tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 -1px 0 0 rgba(125, 184, 227, 0.5);
            box-shadow: 0 -1px 0 0 rgba(125, 184, 227, 0.5); }

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }
  .tab-list.left {
    margin-right: auto; }
  .tab-list.right {
    margin-left: auto; }

.tab-item {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0 .5rem;
  padding: 0; }
  .tab-item:first-child {
    margin-left: 0; }
  .tab-item:last-child {
    margin-right: 0; }
  .tab-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
    color: #7DB8E3;
    font-size: 0.75rem;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
    .tab-item a:hover, .tab-item a.active {
      color: white;
      text-decoration: none; }
    .tab-item a:before {
      background: white;
      content: '';
      width: .5rem;
      height: .5rem;
      position: absolute;
      top: 3.25rem;
      -webkit-transform: translateY(0.5rem) rotate(135deg);
          -ms-transform: translateY(0.5rem) rotate(135deg);
              transform: translateY(0.5rem) rotate(135deg);
      border-radius: 0 0 0 1px;
      margin: 0 auto;
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .tab-item a.active:before {
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }

@media (max-width: 768px) {
  .tabs {
    top: 4rem; }
    .tabs-title {
      display: none; }
  .tab-list {
    margin: 0 -15px; } }

textarea {
  resize: none; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.hide {
  display: none; }
