/*!
 *
 *   Template Name: Opalin HTML Template
 *   Template URI: https://uiuxassets.com/assets/opalin-html-template/
 *   Author: UI/UX Assets <hello@uiuxassets.com>
 *   Author URI: https://uiuxassets.com/
 *   Version: v1.0.0
 *   License: GNU General Public License, Version 2
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Copyright (C) 2018 UI/UX Assets
 *
*/
/* -----------------------------------------------------------------------------

Table Of Contents

1.0 - Base
  1.1 - Reset
  1.2 - Typography
  1.3 - Grid

2.0 - Tools
  2.1 - Align
  2.2 - Background
  2.3 - Divider
  2.4 - Full Screen
  2.5 - Full Width
  2.6 - Max Width
  2.7 - Min Width
  2.8 - Opacity
  2.9 - Rounded
  2.10 - Shadow
  2.11 - Spacing

3.0 - Components
  3.1 - Alerts
  3.2 - Buttons
  3.3 - Card
  3.4 - Footer
  3.5 - Forms
  3.6 - Header
  3.7 - Icons
  3.8 - List
  3.9 - Logo
  3.10 - Pricing
  3.11 - Table
  3.12 - Timeline

4.0 - Pages
  4.1 - Onboarding

----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/* -----------------------------------------------------------------------------

# Base - Reset

----------------------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html button,
html hr,
html input {
  overflow: visible;
}
html audio,
html canvas,
html progress,
html video {
  display: inline-block;
}
html progress,
html sub,
html sup {
  vertical-align: baseline;
}
html [type=checkbox],
html [type=radio],
html legend {
  box-sizing: border-box;
  padding: 0;
}
html html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html body {
  margin: 0;
}
html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html main,
html menu,
html nav,
html section {
  display: block;
}
html figure {
  margin: 1em 40px;
}
html hr {
  box-sizing: content-box;
  height: 0;
}
html code,
html kbd,
html pre,
html samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
html a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
html abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
html b,
html strong {
  font-weight: bolder;
}
html dfn {
  font-style: italic;
}
html mark {
  background-color: #ff0;
  color: #000;
}
html small {
  font-size: 80%;
}
html sub,
html sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
html sub {
  bottom: -0.25em;
}
html sup {
  top: -0.5em;
}
html audio:not([controls]) {
  display: none;
  height: 0;
}
html img {
  border-style: none;
}
html svg:not(:root) {
  overflow: hidden;
}
html button,
html input,
html optgroup,
html select,
html textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
}
html button,
html select {
  text-transform: none;
}
html [type=reset],
html [type=submit],
html button,
html html [type=button] {
  -webkit-appearance: button;
}
html [type=button]::-moz-focus-inner,
html [type=reset]::-moz-focus-inner,
html [type=submit]::-moz-focus-inner,
html button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
html [type=button]:-moz-focusring,
html [type=reset]:-moz-focusring,
html [type=submit]:-moz-focusring,
html button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
html fieldset {
  padding: 0.35em 0.75em 0.625em;
}
html legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
html textarea {
  overflow: auto;
}
html [type=number]::-webkit-inner-spin-button,
html [type=number]::-webkit-outer-spin-button {
  height: auto;
}
html [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
html [type=search]::-webkit-search-cancel-button,
html [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html summary {
  display: list-item;
}
html [hidden],
html template {
  display: none;
}

/* Defaults */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.preload * {
  transition: none !important;
}

img {
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  vertical-align: bottom;
}

section {
  overflow: hidden;
}

::-moz-selection {
  background: #4882e1;
  color: #fff;
}

::selection {
  background: #4882e1;
  color: #fff;
}

::-moz-selection {
  background: #4882e1;
  color: #fff;
}

/* -----------------------------------------------------------------------------

# Base - Typography

----------------------------------------------------------------------------- */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

body {
  color: #110f24;
  font-family: Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}

a {
  transition: all 0.2s;
  color: #4882e1;
  cursor: pointer;
  text-decoration: none;
}
a:hover:not(.button) {
  color: #110f24;
  opacity: 0.9;
}

blockquote {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 2rem;
  border-radius: 0.1875rem;
  background: #f6f6f9;
  border-left: 3px solid #ccced0;
  font-style: italic;
  margin: 0 0 1rem 0;
  padding: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: Helvetica, sans-serif;
}

h4,
h5,
h6 {
  font-family: Helvetica, sans-serif;
}

h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 5.25rem;
}
h1.hero {
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.75rem;
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
  h1.hero {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.75rem;
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.75rem;
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0 0 0.5rem 0;
}

p {
  margin: 0 0 1rem 0;
}
p:last-child {
  margin: 0;
}

.lead {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
@media only screen and (max-width: 479px) {
  .lead {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.paragraph {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 2rem;
}
.paragraph.serif {
  font-family: Helvetica, sans-serif;
}
@media only screen and (max-width: 479px) {
  .paragraph {
    font-size: 1.125rem;
    letter-spacing: normal;
    line-height: 1.75rem;
  }
}

.muted {
  opacity: 0.4;
}

.dark {
  color: #fff;
}
.dark a:not(.button) {
  color: #fff;
}
.dark blockquote {
  background: #110f24;
}
.dark p {
  opacity: 0.9;
}

/* -----------------------------------------------------------------------------

# Base - Grid

----------------------------------------------------------------------------- */
.row {
  --width: 100%;
  --gutter: 4%;
  display: table;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: var(--width);
  gap: var(--gutter);
}
.row.reduce-spacing {
  --gutter: 2%;
}
.row.no-gutter {
  --gutter: 0%;
}
.row .col-one-half {
  width: calc(var(--width) / 2 - var(--gutter) * 1 / 2);
}
.row .col-one-third {
  width: calc(var(--width) / 3 - var(--gutter) * 2 / 3);
}
.row .col-one-fourth {
  width: calc(var(--width) / 4 - var(--gutter) * 3 / 4);
}
.row .col-one-fifth {
  width: calc(var(--width) / 5 - var(--gutter) * 4 / 5);
}
.row .col-two-thirds {
  width: calc((var(--width) / 3 - var(--gutter) * 2 / 3) * 2 + var(--gutter));
}
.row .col-two-fourths {
  width: calc((var(--width) / 4 - var(--gutter) * 3 / 4) * 2 + var(--gutter));
}
.row .col-two-fifths {
  width: calc((var(--width) / 5 - var(--gutter) * 4 / 5) * 2 + var(--gutter));
}
.row .col-three-fourths {
  width: calc((var(--width) / 4 - var(--gutter) * 3 / 4) * 3 + 2 * var(--gutter));
}
.row .col-three-fifths {
  width: calc((var(--width) / 5 - var(--gutter) * 4 / 5) * 3 + 2 * var(--gutter));
}
.row .col-four-fifths {
  width: calc((var(--width) / 5 - var(--gutter) * 4 / 5) * 4 + 3 * var(--gutter));
}
.row .col {
  width: var(--width);
}
@media only screen and (max-width: 1023px) {
  .row [class^=col-] {
    width: calc(var(--width) / 2 - (var(--gutter)) * 1 / 2);
  }
  .row [class^=col-]:last-child:nth-child(odd) {
    width: var(--width);
  }
  .row [class*=-fifth] {
    width: var(--width);
  }
}
@media only screen and (max-width: 767px) {
  .row [class^=col-] {
    width: var(--width);
    margin: 3rem 0 0 0;
  }
}

/* Reduce spacing between rows */
@media only screen and (max-width: 767px) {
  .row.reverse-order [class^=col-] {
    margin: 3rem 0 0 0;
  }
  .row.reverse-order [class^=col-]:last-child {
    margin-top: 0;
  }
  .row.reverse-order [class^=col-]:nth-child(1) {
    -moz-order: 5;
    order: 5;
  }
  .row.reverse-order [class^=col-]:nth-child(2) {
    -moz-order: 4;
    order: 4;
  }
  .row.reverse-order [class^=col-]:nth-child(3) {
    -moz-order: 3;
    order: 3;
  }
  .row.reverse-order [class^=col-]:nth-child(4) {
    -moz-order: 2;
    order: 2;
  }
  .row.reverse-order [class^=col-]:nth-child(5) {
    -moz-order: 1;
    order: 1;
  }
  .row.reverse-order.reduce-spacing [class^=col-] {
    margin: 1rem 0 0 0;
  }
  .row.reverse-order.reduce-spacing [class^=col-]:last-child {
    margin-top: 0;
  }
}

/* Force a minimum of two columns */
@media only screen and (max-width: 1023px) {
  .row.min-two-columns:not(.reverse-order) [class^=col-] {
    margin: 3rem var(--gutter)/2 0 calc(var(--gutter) / 2);
    width: calc(var(--width) / 2 - var(--gutter) * 1 / 2);
  }
  .row.min-two-columns:not(.reverse-order) [class^=col-]:last-child {
    margin-right: 0;
  }
  .row.min-two-columns:not(.reverse-order) [class^=col-]:nth-child(-n+2) {
    margin-top: 0;
  }
  .row.min-two-columns:not(.reverse-order) [class^=col-]:nth-child(odd) {
    margin-left: 0;
  }
  .row.min-two-columns:not(.reverse-order) [class^=col-]:nth-child(even) {
    margin-right: 0;
  }
  .row.min-two-columns:not(.reverse-order) [class^=col-]:last-child:nth-child(odd) {
    width: var(--width);
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^=col-] {
    margin: 1rem var(--gutter)/2 0 var(--gutter)/2;
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^=col-]:last-child {
    margin-right: 0;
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^=col-]:nth-child(-n+2) {
    margin-top: 0;
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^=col-]:nth-child(odd) {
    margin-left: 0;
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^=col-]:nth-child(even) {
    margin-right: 0;
  }
}

/* -----------------------------------------------------------------------------

# Tools - Align

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

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

.center {
  text-align: center;
}

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

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

.middle {
  display: table;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .center-desktop {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .center-tablet {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .center-mobile {
    text-align: center;
  }
}
/* -----------------------------------------------------------------------------

# Tools - Background

----------------------------------------------------------------------------- */
.bg-dark {
  background: #110f24;
}

.bg-light {
  background: #f6f6f9;
}

.bg-primary {
  background: #4882e1;
}

.bg-secondary {
  background: #00d7af;
}

.bg-white {
  background: #fff;
}

/* Gradients */
.bg-gradient-dark {
  background: #05050b;
  background: linear-gradient(#110f24 0%, #05050b 100%);
}

.bg-gradient-light {
  background: #f6f6f9;
  background: linear-gradient(#fff 0%, #f6f6f9 100%);
}

.bg-gradient-primary {
  background: #4882e1;
  background: linear-gradient(140deg, #00d7af 25%, #4882e1 100%);
}

.bg-gradient-blue {
  background: #0957d9;
  background: linear-gradient(#2584e0 0%, #0957d9 100%);
}

.bg-gradient-cyan {
  background: #04b2db;
  background: linear-gradient(#1ac8e2 0%, #04b2db 100%);
}

.bg-gradient-green {
  background: #39cfa2;
  background: linear-gradient(#67dbb8 0%, #39cfa2 100%);
}

.bg-gradient-indigo {
  background: #313fae;
  background: linear-gradient(#606cc3 0%, #313fae 100%);
}

.bg-gradient-olive {
  background: #85b99e;
  background: linear-gradient(#aacdb5 0%, #85b99e 100%);
}

.bg-gradient-pink {
  background: #dc60a3;
  background: linear-gradient(#e58cba 0%, #dc60a3 100%);
}

.bg-gradient-sienna {
  background: #c4a495;
  background: linear-gradient(#d5bfab 0%, #c4a495 100%);
}

.bg-gradient-violet {
  background: #7421db;
  background: linear-gradient(#9e3ee2 0%, #7421db 100%);
}

/* Advanced backgrounds */
[class*=bg-image-],
[class*=overlay-] {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
[class*=bg-image-]:before, [class*=bg-image-]:after,
[class*=overlay-]:before,
[class*=overlay-]:after {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  bottom: -1px;
  content: "";
  height: 101%;
  left: -1%;
  position: absolute;
  top: -1px;
  width: 102%;
}
[class*=bg-image-]:before,
[class*=overlay-]:before {
  z-index: -1;
}
[class*=bg-image-]:after,
[class*=overlay-]:after {
  z-index: -2;
}

/* Overlays */
.overlay:before {
  background: rgba(255, 255, 255, 0.7);
}

.dark.overlay:before {
  background: rgba(17, 15, 36, 0.7);
}

.overlay-shape-01:before {
  background: url(../media/bg/shape-01.svg);
}

.dark.overlay-shape-01:before {
  background: url(../media/bg/shape-dark-01.svg);
}

.overlay-shape-02:before {
  background: url(../media/bg/shape-02.svg);
}

.dark.overlay-shape-02:before {
  background: url(../media/bg/shape-dark-02.svg);
}

.overlay-shape-03:before {
  background: url(../media/bg/shape-03.svg);
}

.dark.overlay-shape-03:before {
  background: url(../media/bg/shape-dark-03.svg);
}

.overlay-shape-04:before {
  background: url(../media/bg/shape-04.svg);
}

.dark.overlay-shape-04:before {
  background: url(../media/bg/shape-dark-04.svg);
}

.overlay-shape-05:before {
  background: url(../media/bg/shape-05.svg);
}

.dark.overlay-shape-05:before {
  background: url(../media/bg/shape-dark-05.svg);
}

.overlay-shape-06:before {
  background: url(../media/bg/shape-06.svg);
}

.dark.overlay-shape-06:before {
  background: url(../media/bg/shape-dark-06.svg);
}

/* Images */
.bg-image-01:after {
  background: url(../media/bg/image-01@2x.jpg);
}
@media only screen and (max-width: 479px) {
  .bg-image-01:after {
    background: url(../media/bg/image-01.jpg);
  }
}

.bg-image-02:after {
  background: url(../media/bg/image-02@2x.jpg);
}
@media only screen and (max-width: 479px) {
  .bg-image-02:after {
    background: url(../media/bg/image-02.jpg);
  }
}

.bg-image-03:after {
  background: url(../media/bg/image-03@2x.jpg);
}
@media only screen and (max-width: 479px) {
  .bg-image-03:after {
    background: url(../media/bg/image-03.jpg);
  }
}

.bg-image-04:after {
  background: url(../media/bg/image-04@2x.jpg);
}
@media only screen and (max-width: 479px) {
  .bg-image-04:after {
    background: url(../media/bg/image-04.jpg);
  }
}

.bg-image-05:after {
  background: url(../media/bg/image-05@2x.jpg);
}
@media only screen and (max-width: 479px) {
  .bg-image-05:after {
    background: url(../media/bg/image-05.jpg);
  }
}

.bg-image-06:after {
  background: url(../media/bg/image-06@2x.jpg);
}
@media only screen and (max-width: 479px) {
  .bg-image-06:after {
    background: url(../media/bg/image-06.jpg);
  }
}

.bg-image-07:after {
  background: url(../media/bg/image-07@2x.jpg);
}
@media only screen and (max-width: 479px) {
  .bg-image-07:after {
    background: url(../media/bg/image-07.jpg);
  }
}

.bg-image-08:after {
  background: url(../media/bg/image-08@2x.jpg);
}
@media only screen and (max-width: 479px) {
  .bg-image-08:after {
    background: url(../media/bg/image-08.jpg);
  }
}

.bg-image-hero:after {
  background: #05050b;
  background: linear-gradient(#110f24 0%, #05050b 100%);
}

.overlay-hero:before {
  background: url(../media/bg/shape-hero.svg);
}

.morph {
  background: rgba(58, 58, 58, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(5px);
}

.bg-flip-h {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.bg-flip-h > * {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* -----------------------------------------------------------------------------

# Tools - Divider

----------------------------------------------------------------------------- */
.divider {
  border-bottom: 1px solid #ececee;
  margin: 3rem 0;
  width: 100%;
}
.dark .divider {
  border-bottom: 1px solid #110f24;
}

/* -----------------------------------------------------------------------------

# Tools - Full Screen

----------------------------------------------------------------------------- */
.full-screen {
  min-height: 100vh;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .full-screen {
    display: block;
    min-height: 0;
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
}
/* -----------------------------------------------------------------------------

# Tools - Full Width

----------------------------------------------------------------------------- */
.full-width {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .full-width-tablet {
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  .full-width-mobile {
    width: 100% !important;
  }
}

/* -----------------------------------------------------------------------------

# Tools - Max Width

----------------------------------------------------------------------------- */
[class*=max-width-] {
  margin: 0 auto;
  width: 100%;
}

.max-width-s {
  max-width: 400px;
}

.max-width-m {
  max-width: 800px;
}

.max-width-l {
  max-width: 1200px;
}

/* -----------------------------------------------------------------------------

# Tools - Min Width

----------------------------------------------------------------------------- */
[class*=min-width-] {
  margin: 0 auto;
}

.min-width-s {
  min-width: 400px;
}

.min-width-m {
  min-width: 800px;
}

.min-width-l {
  min-width: 1200px;
}

/* -----------------------------------------------------------------------------

# Tools - Opacity

----------------------------------------------------------------------------- */
.opacity-s {
  opacity: 0.9 !important;
}

.opacity-m {
  opacity: 0.4 !important;
}

.opacity-l {
  opacity: 0.1 !important;
}

/* -----------------------------------------------------------------------------

# Tools - Rounded

----------------------------------------------------------------------------- */
.rounded {
  border-radius: 0.5rem;
}
.rounded-bottom {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-full {
  border-radius: 50%;
}

/* -----------------------------------------------------------------------------

# Tools - Shadow

----------------------------------------------------------------------------- */
.shadow-s {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shadow-m {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.shadow-l {
  box-shadow: 0 32px 40px rgba(0, 0, 0, 0.1);
}

.shadow-none {
  box-shadow: none !important;
}

/* -----------------------------------------------------------------------------

# Tools - Spacing

----------------------------------------------------------------------------- */
.padding {
  padding: 5rem;
}
@media only screen and (max-width: 1023px) {
  .padding {
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .padding {
    padding: 3rem 1rem;
  }
}

.padding-bottom {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 1023px) {
  .padding-bottom {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 8rem;
  }
}

.padding-top {
  padding-top: 12rem;
}
@media only screen and (max-width: 1023px) {
  .padding-top {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top {
    padding-top: 8rem;
  }
}

/* Add spacing above content */
@media only screen and (max-width: 767px) {
  .padding-top-tablet {
    padding-top: 8rem;
  }
}
/* Add spacing above or below content */
.margin-bottom {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}

.margin-top {
  margin-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .margin-top {
    margin-top: 3rem;
  }
}

/* Negative spacing */
.-margin-bottom {
  margin-bottom: -5rem;
}
@media only screen and (max-width: 1023px) {
  .-margin-bottom {
    margin-bottom: -3rem;
  }
}

.-margin-bottom-2 {
  margin-bottom: -10rem;
}
@media only screen and (max-width: 1023px) {
  .-margin-bottom-2 {
    margin-bottom: -6rem;
  }
}

/* Default spacing */
.space {
  margin: 1rem;
}

.space-bottom {
  margin-bottom: 1rem;
}

.space-left {
  padding-left: 1rem;
}

.space-right {
  padding-right: 1rem;
}

.space-top {
  margin-top: 1rem;
}

/* Remove spacing */
.space-none {
  margin: 0 !important;
}

.space-bottom-none {
  margin-bottom: 0;
}

.space-left-none {
  padding-left: 0;
}

.space-right-none {
  padding-right: 0;
}

.space-top-none {
  margin-top: 0;
}

/* -----------------------------------------------------------------------------

# Components - Flexbox

----------------------------------------------------------------------------- */
.flex {
  display: flex;
}
.flex.items-center {
  align-items: center;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.flex-col {
  flex-direction: column;
}

/* -----------------------------------------------------------------------------

# Components - Alerts

----------------------------------------------------------------------------- */
.alert {
  border-radius: 0.1875rem;
  background: #f6f6f9;
  margin-bottom: 1rem;
  padding: 1rem;
}
.alert.alert-default {
  border-left: 3px solid #ccced0;
}
.alert.alert-error {
  border-left: 3px solid #e52b20;
}
.alert.alert-success {
  border-left: 3px solid #63ce63;
}
.alert.alert-warning {
  border-left: 3px solid #ffbf2f;
}
.dark .alert {
  background: #110f24;
}

/* -----------------------------------------------------------------------------

# Components - Buttons

----------------------------------------------------------------------------- */
.button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
  border-radius: 3rem;
  transition: all 0.2s;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.25rem;
  text-align: center;
}
.button.button-s {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  font-weight: 700;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.75rem;
}
.button.button-m {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.button.button-l {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 1.5rem;
}
.button.button-primary {
  background: #296ddc;
  background: linear-gradient(140deg, #4882e1 25%, #296ddc 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.button.button-primary:hover {
  background: #4882e1;
  background: linear-gradient(140deg, #4882e1 25%, #4882e1 100%);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.button.button-secondary {
  background: #ececee;
  color: #110f24;
}
.button.button-secondary:hover {
  transform: translateY(-1px);
  background: #f6f6f9;
  color: #4882e1;
}
.dark .button.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.dark .button.button-secondary:hover {
  background: rgba(255, 255, 255, 0.4);
}
.button.button-disabled {
  background: #ccced0;
  color: #110f24;
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.button.button-close {
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
  height: 4rem;
  line-height: 2rem;
  opacity: 0.9;
  padding: 1rem;
  position: fixed;
  right: 1rem;
  text-align: center;
  top: 1rem;
  width: 4rem;
  z-index: 10;
}
.button.button-close:before {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #110f24;
  content: "close";
  line-height: 2rem;
  /* Prevent text from icon name to show up before load */
}
.preload .button.button-close:before {
  font-size: 0;
}
.button.button-close:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .button.button-primary:hover, .button.button-secondary:hover {
    box-shadow: none !important;
    transform: translateY(0);
  }
  .button.button-close {
    position: absolute;
  }
}
@media only screen and (max-width: 479px) {
  .button {
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .button.button-s {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .button.button-m {
    height: 3rem;
    line-height: 3rem;
  }
  .button.button-l {
    height: 4rem;
    line-height: 4rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Card

----------------------------------------------------------------------------- */
.card {
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.card.dark {
  background-color: rgba(29, 26, 61, 0.4);
}

.card-content {
  padding: 2rem;
}
@media only screen and (max-width: 479px) {
  .card-content {
    padding: 1.5rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Footer

----------------------------------------------------------------------------- */
.footer-main {
  padding: 1rem 0;
}
.footer-main a:not(.button) {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #110f24;
  opacity: 0.9;
}
.footer-main a:not(.button):hover {
  color: #4882e1;
  opacity: 1;
}
.footer-main p {
  opacity: 0.9;
}
.footer-main input[type=email] {
  background: #fff;
}
.footer-main .copyright {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  opacity: 0.4;
  padding-top: 1rem;
  text-align: center;
}
.footer-main .copyright a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  opacity: 1;
}
.footer-main .copyright a:hover {
  color: inherit;
}
.footer-main.dark a:not(.button) {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .footer-main a:not(.button) {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .footer-main .copyright a {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Forms

----------------------------------------------------------------------------- */
form {
  /* Checkboxes and radio buttons */
  /* Switch */
}
form label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}
form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: unset;
}
form input[type=email],
form input[type=password],
form input[type=text],
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  border-radius: 0.1875rem;
  background: #f6f6f9;
  border: 1px solid #ececee;
  color: #110f24;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=text]:focus,
form select:focus,
form textarea:focus {
  border: 1px solid #ccced0;
  outline: none;
}
form input[type=email],
form input[type=password],
form input[type=text],
form select,
form .select-wrapper {
  height: 2.5rem;
}
form .select-wrapper {
  position: relative;
}
form .select-wrapper:before {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #110f24;
  content: "keyboard_arrow_down";
  height: 2.5rem;
  line-height: 2.5rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.5rem;
}
form .select-wrapper select {
  cursor: pointer;
}
form .select-wrapper select::-ms-expand {
  display: none;
}
form textarea {
  min-height: 10rem;
  resize: vertical;
}
form input[type=checkbox],
form input[type=radio] {
  display: none;
}
form input[type=checkbox]:checked + label.checkbox:before, form input[type=checkbox]:checked + label.radio:before,
form input[type=radio]:checked + label.checkbox:before,
form input[type=radio]:checked + label.radio:before {
  background: #4882e1;
}
form input[type=checkbox]:checked + label.checkbox:after, form input[type=checkbox]:checked + label.radio:after,
form input[type=radio]:checked + label.checkbox:after,
form input[type=radio]:checked + label.radio:after {
  color: #fff;
}
form label.checkbox,
form label.radio {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  cursor: pointer;
  display: block;
  line-height: 2.5rem;
  padding-left: 2rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
form label.checkbox:before,
form label.radio:before {
  transition: all 0.2s;
  background: #ececee;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1.5rem;
}
.dark form label.checkbox:before,
.dark form label.radio:before {
  background: #fff;
}
form label.checkbox:after,
form label.radio:after {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s;
  color: transparent;
  content: "check";
  font-size: 1.25rem;
  height: 1.5rem;
  left: 0;
  line-height: 1.5rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  width: 1.5rem;
}
form label.checkbox:last-child,
form label.radio:last-child {
  margin-bottom: 0;
}
form label.checkbox:before {
  border-radius: 0.1875rem;
}
form label.radio:before {
  border-radius: 0.75rem;
}
form input.switch {
  display: none;
}
form input.switch:checked + label.switch:before {
  background: #4882e1;
}
form input.switch:checked + label.switch:after {
  left: 26px;
}
form label.switch {
  cursor: pointer;
  display: block;
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
form label.switch:before {
  border-radius: 16px;
  transition: all 0.2s;
  background: #ececee;
  content: "";
  display: block;
  height: 32px;
  width: 56px;
}
.dark form label.switch:before {
  background: rgba(255, 255, 255, 0.1);
}
form label.switch:after {
  border-radius: 14px;
  transition: all 0.2s;
  background: #fff;
  content: "";
  display: block;
  height: 28px;
  left: 2px;
  position: relative;
  top: -30px;
  width: 28px;
}
form .form-group {
  margin-bottom: 1rem;
  position: relative;
}
form .form-help {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #110f24;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  form .row.unequal [class^=col-].unequal {
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  form input[type=email],
form input[type=password],
form input[type=text],
form select,
form .select-wrapper {
    height: 3rem;
  }
  form .select-wrapper:before {
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Header

----------------------------------------------------------------------------- */
.no-scroll {
  overflow: hidden;
}

.header-main {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.header-main nav {
  display: flex;
  padding: 2rem;
  align-items: center;
  width: 100%;
}
.header-main a {
  transition: none !important;
}
.header-main a:not(.button):not(.logo) {
  color: #110f24;
  font-weight: 600;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 10px 2rem;
}
.header-main a:not(.button):not(.logo):hover {
  color: aqua;
  border-bottom: 0.1rem solid aqua;
}
.header-main a:not(.button):not(.logo).active {
  color: #4BF3FF;
  border-bottom: 0.1rem solid #4BF3FF;
}
.header-main ul.inline {
  display: inline-block;
  margin: 0;
}
.header-main ul.inline li {
  margin-bottom: 0;
  padding-right: 0.5rem;
}
.header-main .nav-toggle {
  display: none;
}
.header-main.dark a:not(.button):not(.logo) {
  color: #fff;
}
.header-main.dark a:not(.button):not(.logo):hover {
  color: #4882e1;
  border-bottom: 0.1rem solid #4882e1;
}
.header-main.dark a:not(.button):not(.logo).active {
  color: #4BF3FF;
  border-bottom: 0.1rem solid #4BF3FF;
}
.header-main.dark .nav-toggle:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-main {
    position: fixed;
  }
  .header-main nav {
    display: block;
    padding: 0.5rem 0.75rem;
  }
  .header-main a:not(.button):hover {
    color: #110f24;
  }
  .header-main ul.inline {
    display: none;
  }
  .header-main .nav-toggle {
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 2.5rem;
    text-align: center;
    width: 1.5rem;
  }
  .header-main .nav-toggle:before {
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #110f24;
    content: "menu";
    line-height: 2.5rem;
    /* Prevent text from icon name to show up before load */
  }
  .preload .header-main .nav-toggle:before {
    font-size: 0;
  }
  .header-main.fade-in nav {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background: rgba(17, 15, 36, 0.94);
  }
  .header-main.fade-in a:not(.button) {
    color: #fff;
  }
  .header-main.fade-in a:not(.button):hover {
    color: #fff;
  }
  .header-main.fade-in .nav-toggle:before {
    color: #fff;
  }
  .header-main.active {
    height: 100%;
  }
  .header-main.active nav {
    box-shadow: none !important;
    transition: none !important;
    background: #05050b;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header-main.active a:not(.button) {
    color: #fff;
  }
  .header-main.active a:not(.button):hover {
    color: #fff;
  }
  .header-main.active ul.inline {
    display: block;
    width: 100%;
  }
  .header-main.active ul.inline li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .header-main.active ul.inline li a:not(.button) {
    font-weight: 400;
    line-height: 3rem;
  }
  .header-main.active .nav-toggle {
    transform: rotate(90deg);
  }
  .header-main.active .nav-toggle:before {
    color: #fff;
    content: "close";
  }
  .header-main.active .button {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    height: 4rem;
    line-height: 4rem;
    margin-top: 1rem;
  }
  .header-main.active .button-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .header-main.active .button-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

/* -----------------------------------------------------------------------------

# Components - Icons

----------------------------------------------------------------------------- */
.feature-icons {
  border-radius: 100%;
  background: rgba(17, 15, 36, 0.04);
  color: #110f24;
  font-size: 3rem;
  height: 6rem;
  line-height: 6rem;
  margin-bottom: 1rem;
  text-align: center;
  width: 6rem;
}
.dark .feature-icons {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.preload .feature-icons {
  font-size: 0;
}

/* -----------------------------------------------------------------------------

# Components - List

----------------------------------------------------------------------------- */
ol,
ul {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
}
ol.blank,
ul.blank {
  list-style: none;
  padding: 0;
}
ol.inline,
ul.inline {
  padding-left: 0;
}
ol.inline li,
ul.inline li {
  display: inline-block;
  padding-right: 1rem;
  vertical-align: top;
}
ol.inline li:last-child,
ul.inline li:last-child {
  padding-right: 0;
}

/* -----------------------------------------------------------------------------

# Components - Logo

----------------------------------------------------------------------------- */
.logo {
  transition: all 0.2s;
  color: #110f24;
  margin-right: 1rem;
  opacity: 1 !important;
}
.logo img,
.logo svg {
  height: 5rem;
}
.dark .logo {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .logo {
    transition: none !important;
  }
  .logo img,
.logo svg {
    height: 4rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Pricing

----------------------------------------------------------------------------- */
.pricing-price {
  font-weight: 400;
}

.pricing-duration {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

/* -----------------------------------------------------------------------------

# Components - Table

----------------------------------------------------------------------------- */
table {
  border-radius: 0.1875rem;
  background: #f6f6f9;
  border-collapse: collapse;
  margin-bottom: 1rem;
  width: 100%;
}
table tr {
  border-bottom: 1px solid #ececee;
}
table tr:last-child {
  border-bottom: none;
}
table th {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  padding: 1rem;
  text-align: left;
}
table td {
  padding: 1rem;
}
.dark table {
  background: #110f24;
}
.dark table tr {
  border-bottom: 1px solid #05050b;
}
.dark table tr:last-child {
  border-bottom: none;
}

/* -----------------------------------------------------------------------------

# Components - Timeline

----------------------------------------------------------------------------- */
.timeline {
  border-top: 2px solid #ccced0;
  padding-top: 1.5rem;
  position: relative;
}
.timeline:before, .timeline:after {
  background: #ccced0;
  content: "";
  height: 2px;
  position: absolute;
  top: -2px;
  width: 1rem;
}
.timeline:before {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  left: -1rem;
}
.timeline:after {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  right: -1rem;
}
.timeline [class^=col-] {
  position: relative;
}
.timeline [class^=col-]:before {
  border-radius: 50%;
  background: #4882e1;
  border: 4px solid #fff;
  content: "";
  height: 1rem;
  left: -3px;
  position: absolute;
  top: -33px;
  width: 1rem;
}
@media only screen and (max-width: 1023px) {
  .timeline {
    border-left: 2px solid #ccced0;
    border-top: none;
    padding-left: 1.5rem;
    padding-top: 0;
  }
  .timeline:before, .timeline:after {
    height: 1rem;
    left: -2px;
    width: 2px;
  }
  .timeline:before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    top: -1rem;
  }
  .timeline:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    bottom: -1rem;
    top: auto;
  }
  .timeline [class^=col-] {
    margin: 3rem 0 0 0;
    width: 100%;
  }
  .timeline [class^=col-]:nth-child(2) {
    margin-top: 3rem;
  }
  .timeline [class^=col-]:before {
    left: -33px;
    top: 7px;
  }
}

/* -----------------------------------------------------------------------------

# Components - Dropdown

----------------------------------------------------------------------------- */
.dropdown {
  overflow: hidden;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .dropdown .dropdown-content {
    position: relative;
  }
  .dropdown .dropdown-content li {
    margin-bottom: 0.5rem !important;
  }
}
.dropdown:hover .dropdown-content {
  display: block;
}

.swiper {
  --swiper-pagination-color: #efefef;
  --swiper-navigation-color: #efefef;
  width: 100%;
  height: 100%;
  padding: 40px 50px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: 0;
}

.swiper-button-prev {
  right: auto;
  left: 0;
}

.swiper-button-next {
  right: 0;
  left: auto;
}

/* -----------------------------------------------------------------------------

# Pages - Onboarding

----------------------------------------------------------------------------- */
.page-onboarding .form-help {
  line-height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.page-onboarding .featured-image {
  height: 100%;
  position: fixed;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .page-onboarding .featured-image {
    height: 12rem;
    position: relative;
  }
}/*# sourceMappingURL=main.css.map */