@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Title:   Five - Mobile APP HTML Landing Page - Main CSS file
 * Author:  http://themeforest.net/user/5studios | www.5studios.net
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[ TABLE OF CONTENTS ]

1. RESET STYLES
2. NAVIGATION
    2.1 - Navigation base styles
    2.2 - Pills
3. FORMS
    3.1 - Form
    3.2 - Buttons
4. UTILITIES
    4.1 - Background
    4.2 - Border
    4.3 - Devices
    4.4 - Lists
    4.5 - Misc
    4.6 - Overlay
    4.7 - Position
    4.8 - Responsive
    4.9 - Spacing
    4.10 - Text
    4.11 - Type
5. GENERAL CONTENT STYLES
    5.1 - Page Loader
    5.2 - Mockup
    5.3 - Icons
6. SECTIONS
    6.1 - General Styles
    6.2 - Testimonials
    6.3 - Footer
7. PRICING
    7.1 - General styles
    7.2 - Pricing heading
8. PAGE HEADING
9. CUSTOM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ==========================================================================
    [1. RESET STYLES]
========================================================================== */
body {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1rem;
  color: #41494f;
  background-color: #ffffff;
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a,
a:focus,
a:active,
a:hover {
  outline: 0 !important;
  text-decoration: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #edf4f8;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* overrides normalize.css default style */
fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

@-webkit-keyframes infinite-x {
  0% {
    -webkit-transform: translate3d(-1440px, 0, 0);
    transform: translate3d(-1440px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes infinite-x {
  0% {
    -webkit-transform: translate3d(-1440px, 0, 0);
    transform: translate3d(-1440px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fz-20 {
  font-size: 20px;
}

/* ==========================================================================
    [3. NAVIGATION]
========================================================================== */
/* 3.1 Navigation base styles ======================================================= */
main {
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

nav:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0.1s;
}

nav.navbar-expanded:before {
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

.navigation {
  min-height: 90px;
  -webkit-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
}

@media (min-width: 900px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  nav:before{display: none}
  
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}

@media (max-width: 600px) {
  .navigation .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.navigation .navbar-toggler {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

nav.navbar-expanded .navbar-toggler {
  margin-top: 15px;
}

.navigation .navbar-toggler .icon-bar {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: block;
  width: 30px;
  height: 2px;
}

.navigation.navbar-sticky .navbar-toggler .icon-bar {
  background-color: #08C985;
}

.navigation .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navigation.navbar-sticky .navbar-toggler .icon-bar:hover {
  background-color: #08C985;
}

.header.fixed-top .navbar-collapse {
  height: 100vh;
}

.navigation.navbar-expanded.sidebar-left .collapse {
  left: 0;
}

.navigation.navbar-expanded.sidebar-left .navbar-toggler,
.navigation.navbar-expanded.sidebar-left .navbar-brand,
.navigation.navbar-expanded.sidebar-left ~ main {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.navigation.navbar-expanded.sidebar-right .collapse {
  right: 0;
}

.navigation.navbar-expanded .icon-bar:nth-child(1) {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.navigation.navbar-expanded .icon-bar:nth-child(2) {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
}

.navigation.navbar-expanded .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(225deg);
  transform: translateY(-15px) rotate(225deg);
}

.navigation.sidebar-left .collapse {
  left: -250px;
  border-right: 1px solid #edf4f8;
}

.navigation.sidebar-right .collapse {
  right: -250px;
  text-align: center;
}

.navigation.sidebar-right .navbar-toggler {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  z-index: 100;
}

.navigation.navbar-expanded .navbar-toggler .icon-bar {
  background-color: #08C985;
}

.navigation.sidebar-right .navbar-brand {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.navigation .collapse {
  -webkit-transition: left 0.4s ease 0s;
  transition: left 0.4s ease 0s;
  background-color: #ffffff;
  width: 250px;
  position: fixed;
  margin: 0;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: auto;
  z-index: 2;
}

@media (max-width: 899px) {
  .navigation.sidebar-right .navbar-brand {
    margin-left: 14px;
  }

  .navigation .collapse .navbar-nav {
    padding-top: 50px;
  }

  .navigation .collapse .navbar-nav li {
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .navigation .collapse .navbar-nav li a {
    margin-left: 0;
  }

  .navigation.navbar-sticky .collapse .navbar-nav {
    -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.08);
    margin-top: 57px;
  }

  .question_section .container {
    /* background-size: auto 750px !important; */
    padding-top: 0px !important;
  }

  .cntr {
    text-align: center;
  }

  .affordable {
    text-align: center !important;
    z-index: 1;
  }
}

.navigation .logo {
  max-height: 60px;
}

.navigation .sidebar-brand {
  padding: 1rem;
}

.navigation .nav-item.active .nav-link,
.navigation .nav-item:hover .nav-link {
  color: #ffffff;
}

@media (max-width: 600px) {
  .navigation .nav-item.active .nav-link,
  .navigation .nav-item:hover .nav-link {
    background: #08C985;
  }
}

.navigation .nav-item .nav-link {
  color: #646f79;
  font-family: "Roboto", "Open Sans", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 1rem;
  margin-left: -10px;
}

.navigation .nav-item .nav-link i {
  display: inline-block;
  margin-right: 15px;
}

.navigation.navbar-sticky {
  position: fixed !important;
  background-color: #ffffff;
  left: 0;
  top: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
  min-height: 90px;
  z-index: 1030;
}

.navigation .btn-outline,
.navigation.navbar-sticky .btn-outline {
  color: #6048ff;
  background-color: transparent;
  background-image: none;
  border-color: #6048ff;
}

.navigation .btn-outline:hover,
.navigation.navbar-sticky .btn-outline:hover {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.navigation .btn-outline:focus,
.navigation .btn-outline.focus,
.navigation.navbar-sticky .btn-outline:focus,
.navigation.navbar-sticky .btn-outline.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.navigation .btn-outline.disabled,
.navigation .btn-outline:disabled,
.navigation.navbar-sticky .btn-outline.disabled,
.navigation.navbar-sticky .btn-outline:disabled {
  color: #6048ff;
  background-color: transparent;
}

.navigation .btn-outline:not(:disabled):not(.disabled):active,
.navigation .btn-outline:not(:disabled):not(.disabled).active,
.show > .navigation .btn-outline.dropdown-toggle,
.navigation.navbar-sticky .btn-outline:not(:disabled):not(.disabled):active,
.navigation.navbar-sticky .btn-outline:not(:disabled):not(.disabled).active,
.show > .navigation.navbar-sticky .btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.navigation .btn-outline:not(:disabled):not(.disabled):active:focus,
.navigation .btn-outline:not(:disabled):not(.disabled).active:focus,
.show > .navigation .btn-outline.dropdown-toggle:focus,
.navigation.navbar-sticky .btn-outline:not(:disabled):not(.disabled):active:focus,
.navigation.navbar-sticky .btn-outline:not(:disabled):not(.disabled).active:focus,
.show > .navigation.navbar-sticky .btn-outline.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.navigation .btn-solid,
.navigation.navbar-sticky .btn-solid {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.navigation .btn-solid:hover,
.navigation.navbar-sticky .btn-solid:hover {
  color: #fff;
  background-color: #3f22ff;
  border-color: #3415ff;
}

.navigation .btn-solid:focus,
.navigation .btn-solid.focus,
.navigation.navbar-sticky .btn-solid:focus,
.navigation.navbar-sticky .btn-solid.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.navigation .btn-solid.disabled,
.navigation .btn-solid:disabled,
.navigation.navbar-sticky .btn-solid.disabled,
.navigation.navbar-sticky .btn-solid:disabled {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.navigation .btn-solid:not(:disabled):not(.disabled):active,
.navigation .btn-solid:not(:disabled):not(.disabled).active,
.show > .navigation .btn-solid.dropdown-toggle,
.navigation.navbar-sticky .btn-solid:not(:disabled):not(.disabled):active,
.navigation.navbar-sticky .btn-solid:not(:disabled):not(.disabled).active,
.show > .navigation.navbar-sticky .btn-solid.dropdown-toggle {
  color: #fff;
  background-color: #3415ff;
  border-color: #2908ff;
}

.navigation .btn-solid:not(:disabled):not(.disabled):active:focus,
.navigation .btn-solid:not(:disabled):not(.disabled).active:focus,
.show > .navigation .btn-solid.dropdown-toggle:focus,
.navigation.navbar-sticky .btn-solid:not(:disabled):not(.disabled):active:focus,
.navigation.navbar-sticky .btn-solid:not(:disabled):not(.disabled).active:focus,
.show > .navigation.navbar-sticky .btn-solid.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.navigation.navbar-sticky .logo {
  display: none;
}

.navigation.navbar-sticky .logo.logo-sticky {
  display: block !important;
}

.navigation.navbar-sticky .logo.logo-sticky + .logo {
  display: none !important;
}

@media (min-width: 1024px) {
  .header {
    background-color: #ffffff;
    padding: 0;
  }

  .header:not(.fixed-top) {
    position: static;
    top: -90px;
  }

  .header.fixed-top {
    background-color: transparent;
  }

  .header.fixed-top .navbar-collapse {
    height: auto;
  }

  .header.fixed-top .nav-item .nav-link {
    color: #ffffff;
  }

  .header.fixed-top .nav-item.active,
  .header.fixed-top .nav-item:hover {
    color: #d9d9d9;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navigation.navbar-sticky {
    background-color: #ffffff;
    top: 0;
  }

  .navigation.navbar-sticky .nav-item .nav-link {
    color: #646f79;
  }

  .navigation.navbar-sticky .nav-item.active .nav-link,
  .navigation.navbar-sticky .nav-item:hover .nav-link {
    color: #08C985;
  }

  .navigation.navbar-expanded .navbar-toggler,
  .navigation.navbar-expanded .navbar-brand,
  .navigation.navbar-expanded ~ main {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  .navigation.sidebar-left .collapse {
    left: 0;
    border-right: none;
  }

  .navigation.sidebar-right .collapse {
    right: 0;
    border-left: none;
  }

  .navigation.sidebar-right .navbar-brand {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .navigation.dark-link .nav-item .nav-link {
    color: #181c1f;
    opacity: 0.7;
  }

  .navigation.dark-link .nav-item.active .nav-link,
  .navigation.dark-link .nav-item:hover .nav-link {
    opacity: 1;
    color: black;
  }

  .navigation.dark-link .btn-outline {
    color: #6048ff;
    background-color: transparent;
    background-image: none;
    border-color: #6048ff;
  }

  .navigation.dark-link .btn-outline:hover {
    color: #fff;
    background-color: #6048ff;
    border-color: #6048ff;
  }

  .navigation.dark-link .btn-outline:focus,
  .navigation.dark-link .btn-outline.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  }

  .navigation.dark-link .btn-outline.disabled,
  .navigation.dark-link .btn-outline:disabled {
    color: #6048ff;
    background-color: transparent;
  }

  .navigation.dark-link .btn-outline:not(:disabled):not(.disabled):active,
  .navigation.dark-link .btn-outline:not(:disabled):not(.disabled).active,
  .show > .navigation.dark-link .btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #6048ff;
    border-color: #6048ff;
  }

  .navigation.dark-link .btn-outline:not(:disabled):not(.disabled):active:focus,
  .navigation.dark-link .btn-outline:not(:disabled):not(.disabled).active:focus,
  .show > .navigation.dark-link .btn-outline.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  }

  .navigation.dark-link .btn-solid {
    color: #fff;
    background-color: #6048ff;
    border-color: #6048ff;
  }

  .navigation.dark-link .btn-solid:hover {
    color: #fff;
    background-color: #3f22ff;
    border-color: #3415ff;
  }

  .navigation.dark-link .btn-solid:focus,
  .navigation.dark-link .btn-solid.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  }

  .navigation.dark-link .btn-solid.disabled,
  .navigation.dark-link .btn-solid:disabled {
    color: #fff;
    background-color: #6048ff;
    border-color: #6048ff;
  }

  .navigation.dark-link .btn-solid:not(:disabled):not(.disabled):active,
  .navigation.dark-link .btn-solid:not(:disabled):not(.disabled).active,
  .show > .navigation.dark-link .btn-solid.dropdown-toggle {
    color: #fff;
    background-color: #3415ff;
    border-color: #2908ff;
  }

  .navigation.dark-link .btn-solid:not(:disabled):not(.disabled):active:focus,
  .navigation.dark-link .btn-solid:not(:disabled):not(.disabled).active:focus,
  .show > .navigation.dark-link .btn-solid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  }

  .navigation .collapse {
    position: relative;
    width: auto;
    background: transparent;
  }

  .navigation .nav-item .nav-link {
    color: #41494f;
    padding: 34px 15px;
    height: 90px;
  }

  .navigation .nav-item .nav-link i {
    display: none;
  }

  .navigation .nav-item.active .nav-link,
  .navigation .nav-item:hover .nav-link {
    color: #363c41;
  }

  .navigation .sidebar-brand {
    display: none;
  }

  .navigation .btn-outline {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
  }

  .navigation .btn-outline:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
  }

  .navigation .btn-outline:focus,
  .navigation .btn-outline.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }

  .navigation .btn-outline.disabled,
  .navigation .btn-outline:disabled {
    color: #ffffff;
    background-color: transparent;
  }

  .navigation .btn-outline:not(:disabled):not(.disabled):active,
  .navigation .btn-outline:not(:disabled):not(.disabled).active,
  .show > .navigation .btn-outline.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
  }

  .navigation .btn-outline:not(:disabled):not(.disabled):active:focus,
  .navigation .btn-outline:not(:disabled):not(.disabled).active:focus,
  .show > .navigation .btn-outline.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }

  .navigation .btn-solid {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
  }

  .navigation .btn-solid:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
  }

  .navigation .btn-solid:focus,
  .navigation .btn-solid.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }

  .navigation .btn-solid.disabled,
  .navigation .btn-solid:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
  }

  .navigation .btn-solid:not(:disabled):not(.disabled):active,
  .navigation .btn-solid:not(:disabled):not(.disabled).active,
  .show > .navigation .btn-solid.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
  }

  .navigation .btn-solid:not(:disabled):not(.disabled):active:focus,
  .navigation .btn-solid:not(:disabled):not(.disabled).active:focus,
  .show > .navigation .btn-solid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }

  .navigation .dropdown-menu {
    margin-top: -34px;
  }

  .section .text {
    /* margin-top: -5rem !important; */
  }

  .affordable .container {
    padding-top: 0rem;
    padding-bottom: 10px;
  }

  .affordable .section-heading {
    margin-bottom: 0;
  }
}

.nav-pills-light .nav-link {
  opacity: 0.7;
  color: #1f2225;
  border: 1px solid transparent;
}

.nav-pills-light .nav-link:hover,
.nav-pills-light .nav-link.active {
  opacity: 1;
}

.nav-pills-light .nav-link.active {
  background-color: #ffffff;
  color: #1f2225;
  -webkit-box-shadow: 0 0 64px rgba(188, 212, 231, 0.5);
  box-shadow: 0 0 64px rgba(188, 212, 231, 0.5);
  border: 1px solid #edf4f8;
}

.nav-pills-outline .nav-link {
  border-radius: 0;
  padding: 0.5rem;
  position: relative;
}

.nav-pills-outline .nav-link:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s transform ease;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
  content: "";
  height: 2px;
  background-color: #007bff;
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
}

.nav-pills-outline .nav-link.active {
  background-color: #fff;
  color: #007bff;
}

.nav-pills-outline .nav-link.active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-outline {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 480px) {
  .nav-outline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nav-outline .nav-link {
  border: 1px solid #6048ff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 10px;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  color: #6048ff;
}

@media (max-width: 479px) {
  .nav-outline .nav-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 480px) {
  .nav-outline .nav-link + .nav-link {
    margin-left: -1px;
  }
}

@media (min-width: 601px) {
  .nav-outline .nav-link {
    margin-top: 0;
    padding: 4px 20px;
    font-size: 1rem;
  }
}

.nav-outline .nav-link.active {
  background-color: #6048ff;
  color: #ffffff;
}

.nav-outline .nav-link:last-child {
  border-right: 1px solid #6048ff;
}

.nav-outline.nav-rounded .nav-link:first-child {
  border-radius: 5rem 0 0 5rem;
}

.nav-outline.nav-rounded .nav-link:last-child {
  border-radius: 0 5rem 5rem 0;
}

/* ==========================================================================
    [4. FORMS]
========================================================================== */
/* 4.1 Form ======================================================= */
form[data-response-message-animation],
form[data-response-message-animation] + .response-message,
.form[data-response-message-animation],
.form[data-response-message-animation] + .response-message {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-out;
  transition: transform 0.3s ease-in, opacity 0.3s ease-out, -webkit-transform 0.3s ease-in;
}

form[data-response-message-animation].submitted + .response-message,
.form[data-response-message-animation].submitted + .response-message {
  opacity: 1;
  position: relative;
}

form[data-response-message-animation].submitted,
form[data-response-message-animation] + .response-message,
.form[data-response-message-animation].submitted,
.form[data-response-message-animation] + .response-message {
  opacity: 0;
  position: absolute;
}

form[data-response-message-animation=slide-in-up].submitted + .response-message,
.form[data-response-message-animation=slide-in-up].submitted + .response-message {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

form[data-response-message-animation=slide-in-up].submitted,
form[data-response-message-animation=slide-in-up] + .response-message,
.form[data-response-message-animation=slide-in-up].submitted,
.form[data-response-message-animation=slide-in-up] + .response-message {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

form[data-response-message-animation=slide-in-left].submitted + .response-message,
.form[data-response-message-animation=slide-in-left].submitted + .response-message {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

form[data-response-message-animation=slide-in-left].submitted,
form[data-response-message-animation=slide-in-left] + .response-message,
.form[data-response-message-animation=slide-in-left].submitted,
.form[data-response-message-animation=slide-in-left] + .response-message {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

form.cozy .form-group,
.form.cozy .form-group {
  margin-bottom: 2rem;
}

form .form-group label.error,
.form .form-group label.error {
  color: #dc3545;
  font-size: 0.65rem;
}

/* 4.2 Buttons ======================================================= */
button:focus {
  outline: none;
}

.btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  letter-spacing: 1.25px;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.26);
  display: block;
  padding: 0.75rem 1.5rem;
}

.btn:not(.btn-lg),
.btn:not(.btn-sm) {
  font-size: 15px;
}

.btn .icon {
  margin-right: 8px;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-circle {
  border-radius: 50%;
}

.btn-download {
  min-width: 200px;
  padding: 15px 63px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
  color: #43434C;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #fff;
}

.btn-download p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.btn-download .small {
  margin-top: -2px;
  display: block;
}

.input-group .btn:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-1 {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-1:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-1:focus,
.btn-1.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-1.disabled,
.btn-1:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-1:not(:disabled):not(.disabled):active,
.btn-1:not(:disabled):not(.disabled).active,
.show > .btn-1.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-1:not(:disabled):not(.disabled):active:focus,
.btn-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-1 {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

.btn-outline-1:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-1:focus,
.btn-outline-1.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-1.disabled,
.btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-1:not(:disabled):not(.disabled):active,
.btn-outline-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-1.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-1:not(:disabled):not(.disabled):active:focus,
.btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-2 {
  color: #fff;
  background-color: #646f79;
  border-color: #646f79;
}

.btn-2:hover {
  color: #fff;
  background-color: #535c64;
  border-color: #4d555d;
}

.btn-2:focus,
.btn-2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
}

.btn-2.disabled,
.btn-2:disabled {
  color: #fff;
  background-color: #646f79;
  border-color: #646f79;
}

.btn-2:not(:disabled):not(.disabled):active,
.btn-2:not(:disabled):not(.disabled).active,
.show > .btn-2.dropdown-toggle {
  color: #fff;
  background-color: #4d555d;
  border-color: #474f56;
}

.btn-2:not(:disabled):not(.disabled):active:focus,
.btn-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
}

.btn-outline-2 {
  color: #646f79;
  background-color: transparent;
  background-image: none;
  border-color: #646f79;
}

.btn-outline-2:hover {
  color: #fff;
  background-color: #646f79;
  border-color: #646f79;
}

.btn-outline-2:focus,
.btn-outline-2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
}

.btn-outline-2.disabled,
.btn-outline-2:disabled {
  color: #646f79;
  background-color: transparent;
}

.btn-outline-2:not(:disabled):not(.disabled):active,
.btn-outline-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-2.dropdown-toggle {
  color: #fff;
  background-color: #646f79;
  border-color: #646f79;
}

.btn-outline-2:not(:disabled):not(.disabled):active:focus,
.btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
}

.btn-3 {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.btn-3:hover {
  color: #fff;
  background-color: #3f22ff;
  border-color: #3415ff;
}

.btn-3:focus,
.btn-3.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.btn-3.disabled,
.btn-3:disabled {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.btn-3:not(:disabled):not(.disabled):active,
.btn-3:not(:disabled):not(.disabled).active,
.show > .btn-3.dropdown-toggle {
  color: #fff;
  background-color: #3415ff;
  border-color: #2908ff;
}

.btn-3:not(:disabled):not(.disabled):active:focus,
.btn-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.btn-outline-3 {
  color: #6048ff;
  background-color: transparent;
  background-image: none;
  border-color: #6048ff;
}

.btn-outline-3:hover {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.btn-outline-3:focus,
.btn-outline-3.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.btn-outline-3.disabled,
.btn-outline-3:disabled {
  color: #6048ff;
  background-color: transparent;
}

.btn-outline-3:not(:disabled):not(.disabled):active,
.btn-outline-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-3.dropdown-toggle {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.btn-outline-3:not(:disabled):not(.disabled):active:focus,
.btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.btn-4 {
  color: #fff;
  background-color: #7a39db;
  border-color: #7a39db;
}

.btn-4:hover {
  color: #fff;
  background-color: #6725c9;
  border-color: #6123be;
}

.btn-4:focus,
.btn-4.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 57, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(122, 57, 219, 0.5);
}

.btn-4.disabled,
.btn-4:disabled {
  color: #fff;
  background-color: #7a39db;
  border-color: #7a39db;
}

.btn-4:not(:disabled):not(.disabled):active,
.btn-4:not(:disabled):not(.disabled).active,
.show > .btn-4.dropdown-toggle {
  color: #fff;
  background-color: #6123be;
  border-color: #5c21b4;
}

.btn-4:not(:disabled):not(.disabled):active:focus,
.btn-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-4.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 57, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(122, 57, 219, 0.5);
}

.btn-outline-4 {
  color: #7a39db;
  background-color: transparent;
  background-image: none;
  border-color: #7a39db;
}

.btn-outline-4:hover {
  color: #fff;
  background-color: #7a39db;
  border-color: #7a39db;
}

.btn-outline-4:focus,
.btn-outline-4.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 57, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(122, 57, 219, 0.5);
}

.btn-outline-4.disabled,
.btn-outline-4:disabled {
  color: #7a39db;
  background-color: transparent;
}

.btn-outline-4:not(:disabled):not(.disabled):active,
.btn-outline-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-4.dropdown-toggle {
  color: #fff;
  background-color: #7a39db;
  border-color: #7a39db;
}

.btn-outline-4:not(:disabled):not(.disabled):active:focus,
.btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-4.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 57, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(122, 57, 219, 0.5);
}

.btn-5 {
  color: #fff;
  background-color: #181c1f;
  border-color: #181c1f;
}

.btn-5:hover {
  color: #fff;
  background-color: #070909;
  border-color: #020202;
}

.btn-5:focus,
.btn-5.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 28, 31, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(24, 28, 31, 0.5);
}

.btn-5.disabled,
.btn-5:disabled {
  color: #fff;
  background-color: #181c1f;
  border-color: #181c1f;
}

.btn-5:not(:disabled):not(.disabled):active,
.btn-5:not(:disabled):not(.disabled).active,
.show > .btn-5.dropdown-toggle {
  color: #fff;
  background-color: #020202;
  border-color: black;
}

.btn-5:not(:disabled):not(.disabled):active:focus,
.btn-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 28, 31, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(24, 28, 31, 0.5);
}

.btn-outline-5 {
  color: #181c1f;
  background-color: transparent;
  background-image: none;
  border-color: #181c1f;
}

.btn-outline-5:hover {
  color: #fff;
  background-color: #181c1f;
  border-color: #181c1f;
}

.btn-outline-5:focus,
.btn-outline-5.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 28, 31, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(24, 28, 31, 0.5);
}

.btn-outline-5.disabled,
.btn-outline-5:disabled {
  color: #181c1f;
  background-color: transparent;
}

.btn-outline-5:not(:disabled):not(.disabled):active,
.btn-outline-5:not(:disabled):not(.disabled).active,
.show > .btn-outline-5.dropdown-toggle {
  color: #fff;
  background-color: #181c1f;
  border-color: #181c1f;
}

.btn-outline-5:not(:disabled):not(.disabled):active:focus,
.btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 28, 31, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(24, 28, 31, 0.5);
}

.btn-6 {
  color: #212529;
  background-color: #f4f8fb;
  border-color: #f4f8fb;
}

.btn-6:hover {
  color: #212529;
  background-color: #d8e6f1;
  border-color: #cfe0ed;
}

.btn-6:focus,
.btn-6.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 248, 251, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(244, 248, 251, 0.5);
}

.btn-6.disabled,
.btn-6:disabled {
  color: #212529;
  background-color: #f4f8fb;
  border-color: #f4f8fb;
}

.btn-6:not(:disabled):not(.disabled):active,
.btn-6:not(:disabled):not(.disabled).active,
.show > .btn-6.dropdown-toggle {
  color: #212529;
  background-color: #cfe0ed;
  border-color: #c5daea;
}

.btn-6:not(:disabled):not(.disabled):active:focus,
.btn-6:not(:disabled):not(.disabled).active:focus,
.show > .btn-6.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 248, 251, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(244, 248, 251, 0.5);
}

.btn-outline-6 {
  color: #f4f8fb;
  background-color: transparent;
  background-image: none;
  border-color: #f4f8fb;
}

.btn-outline-6:hover {
  color: #212529;
  background-color: #f4f8fb;
  border-color: #f4f8fb;
}

.btn-outline-6:focus,
.btn-outline-6.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 248, 251, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(244, 248, 251, 0.5);
}

.btn-outline-6.disabled,
.btn-outline-6:disabled {
  color: #f4f8fb;
  background-color: transparent;
}

.btn-outline-6:not(:disabled):not(.disabled):active,
.btn-outline-6:not(:disabled):not(.disabled).active,
.show > .btn-outline-6.dropdown-toggle {
  color: #212529;
  background-color: #f4f8fb;
  border-color: #f4f8fb;
}

.btn-outline-6:not(:disabled):not(.disabled):active:focus,
.btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-6.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 248, 251, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(244, 248, 251, 0.5);
}

.btn-accent {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.btn-accent:hover {
  color: #fff;
  background-color: #3f22ff;
  border-color: #3415ff;
}

.btn-accent:focus,
.btn-accent.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.btn-accent.disabled,
.btn-accent:disabled {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.btn-accent:not(:disabled):not(.disabled):active,
.btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #3415ff;
  border-color: #2908ff;
}

.btn-accent:not(:disabled):not(.disabled):active:focus,
.btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.btn-outline-accent {
  color: #6048ff;
  background-color: transparent;
  background-image: none;
  border-color: #6048ff;
}

.btn-outline-accent:hover {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.btn-outline-accent:focus,
.btn-outline-accent.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.btn-outline-accent.disabled,
.btn-outline-accent:disabled {
  color: #6048ff;
  background-color: transparent;
}

.btn-outline-accent:not(:disabled):not(.disabled):active,
.btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #6048ff;
  border-color: #6048ff;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus,
.btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 72, 255, 0.5);
}

.btn-outline-1.dark-text,
.btn-outline-1.dark-text:hover {
  color: #181c1f;
}

a.btn {
  display: inline-block;
}

/* ==========================================================================
    [2. UTILITIES]
========================================================================== */
/* 2.1 Background ======================================================= */
.image-background {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}

.image-background.cover {
  background-size: cover;
}

.image-background.contain {
  background-size: contain;
}

.image-background.center-top {
  background-position: center top;
}

.image-background.center-bottom {
  background-position: center bottom;
}

.image-background.center-right {
  background-position: 100% center;
}

.image-background.p100-bottom {
  background-position: 100% bottom;
}

.parallax {
  position: static;
}

.parallax,
.parallax.blurred:before {
  background-attachment: fixed;
}

.parallax.blurred:before {
  position: absolute;
}

.bg-1 {
  background-color: #ffffff !important;
}

.bg-1.edge {
  position: relative;
}

.bg-1.edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 280' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,280'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 280px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -280px;
}

.bg-1.alpha-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-1.alpha-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-1.alpha-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-1.alpha-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-1.alpha-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-1.alpha-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-1.alpha-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-1.alpha-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-1.alpha-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-1-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffffff));
  background: linear-gradient(white, #ffffff);
}

.bg-1-gradient-start {
  background: white;
}

.bg-2 {
  background-color: #646f79 !important;
}

.bg-2.edge {
  position: relative;
}

.bg-2.edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 280' fill='rgb(100,111,121)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,280'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 280px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -280px;
}

.bg-2.alpha-1 {
  background-color: rgba(100, 111, 121, 0.1);
}

.bg-2.alpha-2 {
  background-color: rgba(100, 111, 121, 0.2);
}

.bg-2.alpha-3 {
  background-color: rgba(100, 111, 121, 0.3);
}

.bg-2.alpha-4 {
  background-color: rgba(100, 111, 121, 0.4);
}

.bg-2.alpha-5 {
  background-color: rgba(100, 111, 121, 0.5);
}

.bg-2.alpha-6 {
  background-color: rgba(100, 111, 121, 0.6);
}

.bg-2.alpha-7 {
  background-color: rgba(100, 111, 121, 0.7);
}

.bg-2.alpha-8 {
  background-color: rgba(100, 111, 121, 0.8);
}

.bg-2.alpha-9 {
  background-color: rgba(100, 111, 121, 0.9);
}

.bg-2-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#66727c), to(#646f79));
  background: linear-gradient(#66727c, #646f79);
}

.bg-2-gradient-start {
  background: #66727c;
}

.bg-3 {
  background-color: #6048ff !important;
}

.bg-3.edge {
  position: relative;
}

.bg-3.edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 280' fill='rgb(96,72,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,280'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 280px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -280px;
}

.bg-3.alpha-1 {
  background-color: rgba(96, 72, 255, 0.1);
}

.bg-3.alpha-2 {
  background-color: rgba(96, 72, 255, 0.2);
}

.bg-3.alpha-3 {
  background-color: rgba(96, 72, 255, 0.3);
}

.bg-3.alpha-4 {
  background-color: rgba(96, 72, 255, 0.4);
}

.bg-3.alpha-5 {
  background-color: rgba(96, 72, 255, 0.5);
}

.bg-3.alpha-6 {
  background-color: rgba(96, 72, 255, 0.6);
}

.bg-3.alpha-7 {
  background-color: rgba(96, 72, 255, 0.7);
}

.bg-3.alpha-8 {
  background-color: rgba(96, 72, 255, 0.8);
}

.bg-3.alpha-9 {
  background-color: rgba(96, 72, 255, 0.9);
}

.bg-3-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#644dff), to(#6048ff));
  background: linear-gradient(#644dff, #6048ff);
}

.bg-3-gradient-start {
  background: #644dff;
}

.bg-4 {
  background-color: #7a39db !important;
}

.bg-4.edge {
  position: relative;
}

.bg-4.edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 280' fill='rgb(122,57,219)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,280'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 280px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -280px;
}

.bg-4.alpha-1 {
  background-color: rgba(122, 57, 219, 0.1);
}

.bg-4.alpha-2 {
  background-color: rgba(122, 57, 219, 0.2);
}

.bg-4.alpha-3 {
  background-color: rgba(122, 57, 219, 0.3);
}

.bg-4.alpha-4 {
  background-color: rgba(122, 57, 219, 0.4);
}

.bg-4.alpha-5 {
  background-color: rgba(122, 57, 219, 0.5);
}

.bg-4.alpha-6 {
  background-color: rgba(122, 57, 219, 0.6);
}

.bg-4.alpha-7 {
  background-color: rgba(122, 57, 219, 0.7);
}

.bg-4.alpha-8 {
  background-color: rgba(122, 57, 219, 0.8);
}

.bg-4.alpha-9 {
  background-color: rgba(122, 57, 219, 0.9);
}

.bg-4-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#7d3ddc), to(#7a39db));
  background: linear-gradient(#7d3ddc, #7a39db);
}

.bg-4-gradient-start {
  background: #7d3ddc;
}

.bg-5 {
  background-color: #181c1f !important;
}

.bg-5.edge {
  position: relative;
}

.bg-5.edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 280' fill='rgb(24,28,31)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,280'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 280px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -280px;
}

.bg-5.alpha-1 {
  background-color: rgba(24, 28, 31, 0.1);
}

.bg-5.alpha-2 {
  background-color: rgba(24, 28, 31, 0.2);
}

.bg-5.alpha-3 {
  background-color: rgba(24, 28, 31, 0.3);
}

.bg-5.alpha-4 {
  background-color: rgba(24, 28, 31, 0.4);
}

.bg-5.alpha-5 {
  background-color: rgba(24, 28, 31, 0.5);
}

.bg-5.alpha-6 {
  background-color: rgba(24, 28, 31, 0.6);
}

.bg-5.alpha-7 {
  background-color: rgba(24, 28, 31, 0.7);
}

.bg-5.alpha-8 {
  background-color: rgba(24, 28, 31, 0.8);
}

.bg-5.alpha-9 {
  background-color: rgba(24, 28, 31, 0.9);
}

.bg-5-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1f22), to(#181c1f));
  background: linear-gradient(#1a1f22, #181c1f);
}

.bg-5-gradient-start {
  background: #1a1f22;
}

.bg-6 {
  background-color: #f4f8fb !important;
}

.bg-6.edge {
  position: relative;
}

.bg-6.edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 280' fill='rgb(244,248,251)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,280'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 280px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -280px;
}

.bg-6.alpha-1 {
  background-color: rgba(244, 248, 251, 0.1);
}

.bg-6.alpha-2 {
  background-color: rgba(244, 248, 251, 0.2);
}

.bg-6.alpha-3 {
  background-color: rgba(244, 248, 251, 0.3);
}

.bg-6.alpha-4 {
  background-color: rgba(244, 248, 251, 0.4);
}

.bg-6.alpha-5 {
  background-color: rgba(244, 248, 251, 0.5);
}

.bg-6.alpha-6 {
  background-color: rgba(244, 248, 251, 0.6);
}

.bg-6.alpha-7 {
  background-color: rgba(244, 248, 251, 0.7);
}

.bg-6.alpha-8 {
  background-color: rgba(244, 248, 251, 0.8);
}

.bg-6.alpha-9 {
  background-color: rgba(244, 248, 251, 0.9);
}

.bg-6-gradient-start {
  background: #f8fafc;
}

.arrow {
  position: relative;
}

.arrow.bg-1 {
  background: #ffffff;
}

.arrow.bg-2 {
  background: #646f79;
}

.arrow.bg-3 {
  background: #6048ff;
}

.arrow.bg-4 {
  background: #7a39db;
}

.arrow.bg-5 {
  background: #181c1f;
}

.arrow.bg-6 {
  background: #f4f8fb;
}

.rounded-highlight {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.rounded-highlight:before,
.rounded-highlight:after {
  content: "";
  z-index: 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.rounded-highlight:before {
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  -webkit-transform: translate3d(-0.5rem, -0.5rem, 0);
  transform: translate3d(-0.5rem, -0.5rem, 0);
}

.rounded-highlight:after {
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  -webkit-transform: translate3d(-1.5rem, -1.5rem, 0);
  transform: translate3d(-1.5rem, -1.5rem, 0);
}

.rounded-highlight .icon {
  z-index: 1;
  max-width: inherit;
  margin-left: 0;
  margin-right: 0;
}

.rounded-highlight.rounded-highlight-1:before {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 15px 8px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px 8px rgba(255, 255, 255, 0.1);
}

.rounded-highlight.rounded-highlight-1:after {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.rounded-highlight.rounded-highlight-2:before {
  background: rgba(100, 111, 121, 0.2);
  -webkit-box-shadow: 0 0 15px 8px rgba(100, 111, 121, 0.1);
  box-shadow: 0 0 15px 8px rgba(100, 111, 121, 0.1);
}

.rounded-highlight.rounded-highlight-2:after {
  -webkit-box-shadow: 0 0 0 1px rgba(100, 111, 121, 0.15);
  box-shadow: 0 0 0 1px rgba(100, 111, 121, 0.15);
}

.rounded-highlight.rounded-highlight-3:before {
  background: rgba(96, 72, 255, 0.2);
  -webkit-box-shadow: 0 0 15px 8px rgba(96, 72, 255, 0.1);
  box-shadow: 0 0 15px 8px rgba(96, 72, 255, 0.1);
}

.rounded-highlight.rounded-highlight-3:after {
  -webkit-box-shadow: 0 0 0 1px rgba(96, 72, 255, 0.15);
  box-shadow: 0 0 0 1px rgba(96, 72, 255, 0.15);
}

.rounded-highlight.rounded-highlight-4:before {
  background: rgba(122, 57, 219, 0.2);
  -webkit-box-shadow: 0 0 15px 8px rgba(122, 57, 219, 0.1);
  box-shadow: 0 0 15px 8px rgba(122, 57, 219, 0.1);
}

.rounded-highlight.rounded-highlight-4:after {
  -webkit-box-shadow: 0 0 0 1px rgba(122, 57, 219, 0.15);
  box-shadow: 0 0 0 1px rgba(122, 57, 219, 0.15);
}

.rounded-highlight.rounded-highlight-5:before {
  background: rgba(24, 28, 31, 0.2);
  -webkit-box-shadow: 0 0 15px 8px rgba(24, 28, 31, 0.1);
  box-shadow: 0 0 15px 8px rgba(24, 28, 31, 0.1);
}

.rounded-highlight.rounded-highlight-5:after {
  -webkit-box-shadow: 0 0 0 1px rgba(24, 28, 31, 0.15);
  box-shadow: 0 0 0 1px rgba(24, 28, 31, 0.15);
}

.rounded-highlight.rounded-highlight-6:before {
  background: rgba(244, 248, 251, 0.2);
  -webkit-box-shadow: 0 0 15px 8px rgba(244, 248, 251, 0.1);
  box-shadow: 0 0 15px 8px rgba(244, 248, 251, 0.1);
}

.rounded-highlight.rounded-highlight-6:after {
  -webkit-box-shadow: 0 0 0 1px rgba(244, 248, 251, 0.15);
  box-shadow: 0 0 0 1px rgba(244, 248, 251, 0.15);
}

/* 2.2 Border ======================================================= */
.b-l {
  border-left: 1px solid #edf4f8;
}

.b-r {
  border-right: 1px solid #edf4f8;
}

.b-t {
  border-top: 1px solid #edf4f8;
}

.b-b {
  border-bottom: 1px solid #edf4f8;
}

.b-1 {
  border-color: #ffffff !important;
}

.b-2 {
  border-color: #646f79 !important;
}

.b-3 {
  border-color: #6048ff !important;
}

.b-4 {
  border-color: #7a39db !important;
}

.b-5 {
  border-color: #181c1f !important;
}

.b-6 {
  border-color: #f4f8fb !important;
}

.circle {
  border-radius: 100%;
  border: none;
  -webkit-box-shadow: 0 0 0 1px;
  box-shadow: 0 0 0 1px;
}

.shadowmobile {
  /* box-shadow: 0 1px 9px 1px rgba(112, 112, 112, 0.15);  */
  /* box-shadow: 0px -10px 30px rgb(143, 143, 143); */
}

.shadow-box {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
}

.img-shadow {
  -webkit-box-shadow: 0 0 25px 0 rgba(100, 111, 121, 0.2), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(100, 111, 121, 0.2), 0 0 1px rgba(0, 0, 0, 0.15);
}

.rounded-circle {
  border-radius: 25px;
}

.rounded-circle-left {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.rounded-circle-right {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

/* 2.3 Devices ======================================================= */
.iphone,
.iphone-x,
.ipad {
  border: 1px solid #edf4f8;
  margin: 0 auto;
  position: relative;
}

.iphone:before,
.iphone:after,
.iphone-x:before,
.iphone-x:after,
.ipad:before,
.ipad:after {
  content: "";
  position: absolute;
}

.iphone:before,
.iphone-x:before,
.ipad:before {
  width: 45px;
  height: 4px;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

.iphone:after,
.iphone-x:after,
.ipad:after {
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
  display: block;
  border-radius: 50%;
}

.iphone .screen,
.iphone-x .screen,
.ipad .screen {
  margin: 0 auto;
}

.iphone .screen img,
.iphone-x .screen img,
.ipad .screen img {
  max-width: 100%;
}

.iphone,
.ipad {
  background: #ffffff;
  max-width: 255px;
  border-radius: 36px;
  padding: 55px 0;
  -webkit-box-shadow: inset 0 4px 10px 1px #ffffff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 4px 10px 1px #ffffff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
  /* speaker */
  /* camera */
}

.iphone:before,
.ipad:before {
  background: #e3e8eb;
  margin: -25px auto 0;
}

.iphone:after,
.ipad:after {
  top: 30px;
  margin-left: -45px;
  background: #e3e8eb;
}

.iphone .screen,
.ipad .screen {
  width: 90%;
}

.iphone .screen img,
.ipad .screen img {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 17, 53, 0.16);
  box-shadow: 0 0 0 1px rgba(0, 17, 53, 0.16);
}

.iphone .button,
.ipad .button {
  position: absolute;
  left: 50%;
  -webkit-box-shadow: 0 0 1px 2px #e3e8eb inset;
  box-shadow: 0 0 1px 2px #e3e8eb inset;
  border: 1px solid #edf4f8;
  border-radius: 50%;
  bottom: 1.75%;
  height: 0;
  margin-left: -18px;
  padding-top: 36px;
  width: 36px;
}

.iphone.small,
.ipad.small {
  max-width: 185px;
  border-radius: 26px;
  padding: 45px 0;
}

.iphone.small:before,
.ipad.small:before {
  width: 35px;
}

.iphone.small:after,
.ipad.small:after {
  top: 20px;
}

.iphone.small .button,
.ipad.small .button {
  width: 28px;
  padding-top: 28px;
  margin-left: -8px;
}

.iphone.landscape,
.ipad.landscape {
  padding: 1rem 3rem;
}

.iphone.landscape:before,
.iphone.landscape:after,
.ipad.landscape:before,
.ipad.landscape:after {
  left: 16%;
  margin-top: 100px;
}

.iphone.landscape .button,
.ipad.landscape .button {
  left: 100%;
  margin-bottom: 100px;
  margin-left: -49px;
}

.ipad:before {
  content: none;
}

.iphone-x {
  background: #152975;
  max-width: 243.75px;
  border-radius: 26px;
  padding: 9.75px;
  -webkit-box-shadow: 0 1px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
  /* speaker */
  /* camera */
}

.iphone-x:before,
.iphone-x:after {
  background-color: #1a3290;
  z-index: 3;
}

.iphone-x:before {
  margin: 0 auto;
}

.iphone-x:after {
  top: 8px;
  margin-left: 33px;
}

.iphone-x .screen img {
  border-radius: 13px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015);
}

.iphone-x .notch {
  position: absolute;
  border-radius: 13px;
  width: 135.85px;
  height: 22.75px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #152975;
  top: 0;
  left: 50%;
  z-index: 2;
}

.iphone-x.light {
  background-color: #f2f2f5;
}

.iphone-x.light .notch {
  background-color: #f2f2f5;
}

.iphone-x.light:before,
.iphone-x.light:after {
  background-color: #e3e8eb;
}

.device-twin {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.device-twin .mockup {
  max-width: 210px;
  -webkit-box-shadow: inset 0 4px 10px 1px #ffffff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 20px 50px -25px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 10px 1px #ffffff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 20px 50px -25px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.1);
}

.device-twin .right {
  right: 0;
}

@media (min-width: 601px) {
  .device-twin .phone {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .device-twin .phone.front:hover {
    -webkit-transform: rotate(2deg) translate3d(0, -8px, 0);
    transform: rotate(2deg) translate3d(0, -8px, 0);
  }

  .device-twin .phone.absolute {
    margin-top: -30px;
  }

  .device-twin .phone.absolute:hover {
    -webkit-transform: rotate(-2deg) translate3d(-10px, 0, 0);
    transform: rotate(-2deg) translate3d(-10px, 0, 0);
  }
}

.browser {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(10%, #eef1f3));
  background: linear-gradient(#fff 1%, #eef1f3 10%);
  position: relative;
  padding-top: 2em;
  border-radius: 0.4em;
}

.browser:before {
  display: block;
  position: absolute;
  content: "";
  top: 0.75em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #f44;
  -webkit-box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5;
  box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5;
}

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

.browser.shadow {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.09);
}

.browser.border {
  border: 1px solid #edf4f8;
}

.fade-bottom:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 70%, #fff);
  bottom: -25px;
  content: "";
  display: block;
  height: 85px;
  left: 0;
  position: absolute;
  right: 0;
}

.gradient {
  background-color: transparent;
}

.gradient.gradient-12 {
  background-image: linear-gradient(220deg, #ffffff 0%, #646f79 100%);
}

.gradient.gradient-13 {
  background-image: linear-gradient(220deg, #ffffff 0%, #6048ff 100%);
}

.gradient.gradient-14 {
  background-image: linear-gradient(220deg, #ffffff 0%, #7a39db 100%);
}

.gradient.gradient-15 {
  background-image: linear-gradient(220deg, #ffffff 0%, #181c1f 100%);
}

.gradient.gradient-16 {
  background-image: linear-gradient(220deg, #ffffff 0%, #f4f8fb 100%);
}

.gradient.gradient-21 {
  background-image: linear-gradient(220deg, #646f79 0%, #ffffff 100%);
}

.gradient.gradient-23 {
  background-image: linear-gradient(220deg, #646f79 0%, #6048ff 100%);
}

.gradient.gradient-24 {
  background-image: linear-gradient(220deg, #646f79 0%, #7a39db 100%);
}

.gradient.gradient-25 {
  background-image: linear-gradient(220deg, #646f79 0%, #181c1f 100%);
}

.gradient.gradient-26 {
  background-image: linear-gradient(220deg, #646f79 0%, #f4f8fb 100%);
}

.gradient.gradient-31 {
  background-image: linear-gradient(220deg, #6048ff 0%, #ffffff 100%);
}

.gradient.gradient-32 {
  background-image: linear-gradient(220deg, #6048ff 0%, #646f79 100%);
}

.gradient.gradient-34 {
  background-image: url("../img/bg-subscribe-section.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient.gradient-35 {
  background-image: linear-gradient(220deg, #6048ff 0%, #181c1f 100%);
}

.gradient.gradient-36 {
  background-image: linear-gradient(220deg, #6048ff 0%, #f4f8fb 100%);
}

.gradient.gradient-41 {
  background-image: linear-gradient(220deg, #7a39db 0%, #ffffff 100%);
}

.gradient.gradient-42 {
  background-image: linear-gradient(220deg, #7a39db 0%, #646f79 100%);
}

.gradient.gradient-43 {
  background-image: linear-gradient(220deg, #7a39db 0%, #6048ff 100%);
}

.gradient.gradient-45 {
  background-image: linear-gradient(220deg, #7a39db 0%, #181c1f 100%);
}

.gradient.gradient-46 {
  background-image: linear-gradient(220deg, #7a39db 0%, #f4f8fb 100%);
}

.gradient.gradient-51 {
  background-image: linear-gradient(220deg, #181c1f 0%, #ffffff 100%);
}

.gradient.gradient-52 {
  background-image: linear-gradient(220deg, #181c1f 0%, #646f79 100%);
}

.gradient.gradient-53 {
  background-image: linear-gradient(220deg, #181c1f 0%, #6048ff 100%);
}

.gradient.gradient-54 {
  background-image: linear-gradient(220deg, #181c1f 0%, #7a39db 100%);
}

.gradient.gradient-56 {
  background-image: linear-gradient(220deg, #181c1f 0%, #f4f8fb 100%);
}

.gradient.gradient-61 {
  background-image: linear-gradient(220deg, #f4f8fb 0%, #ffffff 100%);
}

.gradient.gradient-62 {
  background-image: linear-gradient(220deg, #f4f8fb 0%, #646f79 100%);
}

.gradient.gradient-63 {
  background-image: linear-gradient(220deg, #f4f8fb 0%, #6048ff 100%);
}

.gradient.gradient-64 {
  background-image: linear-gradient(220deg, #f4f8fb 0%, #7a39db 100%);
}

.gradient.gradient-65 {
  background-image: linear-gradient(220deg, #f4f8fb 0%, #181c1f 100%);
}

/* 2.4 Lists ======================================================= */
.list li + li {
  padding-top: 10px;
}

.list.list-striped li:nth-of-type(2n+1) {
  background-color: rgba(64, 64, 64, 0.075);
}

.list.list-bordered li {
  border-top: 1px solid #edf4f8;
}

.list.list-bordered li:last-child {
  border-bottom: 1px solid #edf4f8;
}

.list.list-inline li {
  display: inline-block;
}

/* 2.5 Misc ======================================================= */
blockquote {
  position: relative;
}

blockquote:before {
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "";
  opacity: 0.5;
  font-size: 2rem;
  font-weight: 300;
  position: absolute;
  left: -16px;
  top: -16px;
}

.blog-quote {
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 0 4rem;
  position: relative;
}

.blog-quote:before {
  font-size: 3.25rem;
  opacity: 0.2;
  left: 0;
}

.blog-quote p {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 300;
}

.fullscreen {
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
  margin-top: 1rem;
}

/* 2.6 Overlay ======================================================= */
.overlay {
  position: relative;
}

.overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(39, 51, 62, 0.6);
  opacity: 1;
  z-index: 0;
}

.overlay [class^=container],
.overlay > .content {
  position: relative;
  z-index: 1;
}

.overlay > .content {
  position: relative;
}

.overlay.gradient.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.gradient-43:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.alpha-1.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.1) 0%, rgba(100, 111, 121, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.1) 0%, rgba(96, 72, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.1) 0%, rgba(122, 57, 219, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.1) 0%, rgba(24, 28, 31, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.1) 0%, rgba(244, 248, 251, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.1) 0%, rgba(96, 72, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.1) 0%, rgba(122, 57, 219, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.1) 0%, rgba(24, 28, 31, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.1) 0%, rgba(244, 248, 251, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.1) 0%, rgba(100, 111, 121, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.1) 0%, rgba(122, 57, 219, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.1) 0%, rgba(24, 28, 31, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.1) 0%, rgba(244, 248, 251, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.1) 0%, rgba(100, 111, 121, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-43:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.1) 0%, rgba(96, 72, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.1) 0%, rgba(24, 28, 31, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.1) 0%, rgba(244, 248, 251, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.1) 0%, rgba(100, 111, 121, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.1) 0%, rgba(96, 72, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.1) 0%, rgba(122, 57, 219, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.1) 0%, rgba(244, 248, 251, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.1) 0%, rgba(100, 111, 121, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.1) 0%, rgba(96, 72, 255, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.1) 0%, rgba(122, 57, 219, 0.1) 100%);
}

.overlay.gradient.alpha-1.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.1) 0%, rgba(24, 28, 31, 0.1) 100%);
}

.overlay.gradient.alpha-2.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.2) 0%, rgba(100, 111, 121, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.2) 0%, rgba(96, 72, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.2) 0%, rgba(122, 57, 219, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.2) 0%, rgba(24, 28, 31, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.2) 0%, rgba(244, 248, 251, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.2) 0%, rgba(96, 72, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.2) 0%, rgba(122, 57, 219, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.2) 0%, rgba(24, 28, 31, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.2) 0%, rgba(244, 248, 251, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.2) 0%, rgba(100, 111, 121, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.2) 0%, rgba(122, 57, 219, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.2) 0%, rgba(24, 28, 31, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.2) 0%, rgba(244, 248, 251, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.2) 0%, rgba(100, 111, 121, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-43:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.2) 0%, rgba(96, 72, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.2) 0%, rgba(24, 28, 31, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.2) 0%, rgba(244, 248, 251, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.2) 0%, rgba(100, 111, 121, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.2) 0%, rgba(96, 72, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.2) 0%, rgba(122, 57, 219, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.2) 0%, rgba(244, 248, 251, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.2) 0%, rgba(100, 111, 121, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.2) 0%, rgba(96, 72, 255, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.2) 0%, rgba(122, 57, 219, 0.2) 100%);
}

.overlay.gradient.alpha-2.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.2) 0%, rgba(24, 28, 31, 0.2) 100%);
}

.overlay.gradient.alpha-3.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.3) 0%, rgba(100, 111, 121, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.3) 0%, rgba(96, 72, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.3) 0%, rgba(122, 57, 219, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.3) 0%, rgba(24, 28, 31, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.3) 0%, rgba(244, 248, 251, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.3) 0%, rgba(96, 72, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.3) 0%, rgba(122, 57, 219, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.3) 0%, rgba(24, 28, 31, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.3) 0%, rgba(244, 248, 251, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.3) 0%, rgba(100, 111, 121, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.3) 0%, rgba(122, 57, 219, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.3) 0%, rgba(24, 28, 31, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.3) 0%, rgba(244, 248, 251, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.3) 0%, rgba(100, 111, 121, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-43:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.3) 0%, rgba(96, 72, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.3) 0%, rgba(24, 28, 31, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.3) 0%, rgba(244, 248, 251, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.3) 0%, rgba(100, 111, 121, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.3) 0%, rgba(96, 72, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.3) 0%, rgba(122, 57, 219, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.3) 0%, rgba(244, 248, 251, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.3) 0%, rgba(100, 111, 121, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.3) 0%, rgba(96, 72, 255, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.3) 0%, rgba(122, 57, 219, 0.3) 100%);
}

.overlay.gradient.alpha-3.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.3) 0%, rgba(24, 28, 31, 0.3) 100%);
}

.overlay.gradient.alpha-4.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.4) 0%, rgba(100, 111, 121, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.4) 0%, rgba(96, 72, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 57, 219, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.4) 0%, rgba(24, 28, 31, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.4) 0%, rgba(244, 248, 251, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.4) 0%, rgba(96, 72, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.4) 0%, rgba(122, 57, 219, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.4) 0%, rgba(24, 28, 31, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.4) 0%, rgba(244, 248, 251, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.4) 0%, rgba(100, 111, 121, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.4) 0%, rgba(122, 57, 219, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.4) 0%, rgba(24, 28, 31, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.4) 0%, rgba(244, 248, 251, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.4) 0%, rgba(100, 111, 121, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-43:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.4) 0%, rgba(96, 72, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.4) 0%, rgba(24, 28, 31, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.4) 0%, rgba(244, 248, 251, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.4) 0%, rgba(100, 111, 121, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.4) 0%, rgba(96, 72, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.4) 0%, rgba(122, 57, 219, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.4) 0%, rgba(244, 248, 251, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.4) 0%, rgba(100, 111, 121, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.4) 0%, rgba(96, 72, 255, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.4) 0%, rgba(122, 57, 219, 0.4) 100%);
}

.overlay.gradient.alpha-4.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.4) 0%, rgba(24, 28, 31, 0.4) 100%);
}

.overlay.gradient.alpha-5.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.5) 0%, rgba(100, 111, 121, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.5) 0%, rgba(96, 72, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.5) 0%, rgba(122, 57, 219, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.5) 0%, rgba(24, 28, 31, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.5) 0%, rgba(244, 248, 251, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.5) 0%, rgba(96, 72, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.5) 0%, rgba(122, 57, 219, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.5) 0%, rgba(24, 28, 31, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.5) 0%, rgba(244, 248, 251, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.5) 0%, rgba(100, 111, 121, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.5) 0%, rgba(122, 57, 219, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.5) 0%, rgba(24, 28, 31, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.5) 0%, rgba(244, 248, 251, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.5) 0%, rgba(100, 111, 121, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-43:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.5) 0%, rgba(96, 72, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.5) 0%, rgba(24, 28, 31, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.5) 0%, rgba(244, 248, 251, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.5) 0%, rgba(100, 111, 121, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.5) 0%, rgba(96, 72, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.5) 0%, rgba(122, 57, 219, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.5) 0%, rgba(244, 248, 251, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.5) 0%, rgba(100, 111, 121, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.5) 0%, rgba(96, 72, 255, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.5) 0%, rgba(122, 57, 219, 0.5) 100%);
}

.overlay.gradient.alpha-5.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.5) 0%, rgba(24, 28, 31, 0.5) 100%);
}

.overlay.gradient.alpha-6.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-43:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.6) 0%, rgba(244, 248, 251, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(100, 111, 121, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(96, 72, 255, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(122, 57, 219, 0.6) 100%);
}

.overlay.gradient.alpha-6.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.6) 0%, rgba(24, 28, 31, 0.6) 100%);
}

.overlay.gradient.alpha-7.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.7) 0%, rgba(100, 111, 121, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.7) 0%, rgba(96, 72, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.7) 0%, rgba(122, 57, 219, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.7) 0%, rgba(24, 28, 31, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.7) 0%, rgba(244, 248, 251, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.7) 0%, rgba(96, 72, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.7) 0%, rgba(122, 57, 219, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.7) 0%, rgba(24, 28, 31, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.7) 0%, rgba(244, 248, 251, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.7) 0%, rgba(100, 111, 121, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.7) 0%, rgba(122, 57, 219, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.7) 0%, rgba(24, 28, 31, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.7) 0%, rgba(244, 248, 251, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.7) 0%, rgba(100, 111, 121, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-43:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.7) 0%, rgba(96, 72, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.7) 0%, rgba(24, 28, 31, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.7) 0%, rgba(244, 248, 251, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.7) 0%, rgba(100, 111, 121, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.7) 0%, rgba(96, 72, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.7) 0%, rgba(122, 57, 219, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.7) 0%, rgba(244, 248, 251, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.7) 0%, rgba(100, 111, 121, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.7) 0%, rgba(96, 72, 255, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.7) 0%, rgba(122, 57, 219, 0.7) 100%);
}

.overlay.gradient.alpha-7.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.7) 0%, rgba(24, 28, 31, 0.7) 100%);
}

.overlay.gradient.alpha-8.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.8) 0%, rgba(100, 111, 121, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.8) 0%, rgba(96, 72, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.8) 0%, rgba(122, 57, 219, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.8) 0%, rgba(24, 28, 31, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.8) 0%, rgba(244, 248, 251, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.8) 0%, rgba(96, 72, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.8) 0%, rgba(122, 57, 219, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.8) 0%, rgba(24, 28, 31, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.8) 0%, rgba(244, 248, 251, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.8) 0%, rgba(100, 111, 121, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.8) 0%, rgba(122, 57, 219, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.8) 0%, rgba(24, 28, 31, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.8) 0%, rgba(244, 248, 251, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.8) 0%, rgba(100, 111, 121, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-43:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.8) 0%, rgba(96, 72, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.8) 0%, rgba(24, 28, 31, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.8) 0%, rgba(244, 248, 251, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.8) 0%, rgba(100, 111, 121, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.8) 0%, rgba(96, 72, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.8) 0%, rgba(122, 57, 219, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.8) 0%, rgba(244, 248, 251, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.8) 0%, rgba(100, 111, 121, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.8) 0%, rgba(96, 72, 255, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.8) 0%, rgba(122, 57, 219, 0.8) 100%);
}

.overlay.gradient.alpha-8.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.8) 0%, rgba(24, 28, 31, 0.8) 100%);
}

.overlay.gradient.alpha-9.gradient-12:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.9) 0%, rgba(100, 111, 121, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-13:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.9) 0%, rgba(96, 72, 255, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-14:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.9) 0%, rgba(122, 57, 219, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-15:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.9) 0%, rgba(24, 28, 31, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-16:after {
  background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 248, 251, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-21:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-23:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.9) 0%, rgba(96, 72, 255, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-24:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.9) 0%, rgba(122, 57, 219, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-25:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.9) 0%, rgba(24, 28, 31, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-26:after {
  background-image: linear-gradient(220deg, rgba(100, 111, 121, 0.9) 0%, rgba(244, 248, 251, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-31:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-32:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.9) 0%, rgba(100, 111, 121, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-34:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.9) 0%, rgba(122, 57, 219, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-35:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.9) 0%, rgba(24, 28, 31, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-36:after {
  background-image: linear-gradient(220deg, rgba(96, 72, 255, 0.9) 0%, rgba(244, 248, 251, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-41:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-42:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.9) 0%, rgba(100, 111, 121, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-43:after {
  background-image: linear-gradient(220deg, #00BA79E6 8%, #00BA79E6 8%);
}

.overlay.gradient.alpha-9.gradient-45:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.9) 0%, rgba(24, 28, 31, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-46:after {
  background-image: linear-gradient(220deg, rgba(122, 57, 219, 0.9) 0%, rgba(244, 248, 251, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-51:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-52:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.9) 0%, rgba(100, 111, 121, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-53:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.9) 0%, rgba(96, 72, 255, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-54:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.9) 0%, rgba(122, 57, 219, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-56:after {
  background-image: linear-gradient(220deg, rgba(24, 28, 31, 0.9) 0%, rgba(244, 248, 251, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-61:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-62:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.9) 0%, rgba(100, 111, 121, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-63:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.9) 0%, rgba(96, 72, 255, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-64:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.9) 0%, rgba(122, 57, 219, 0.9) 100%);
}

.overlay.gradient.alpha-9.gradient-65:after {
  background-image: linear-gradient(220deg, rgba(244, 248, 251, 0.9) 0%, rgba(24, 28, 31, 0.9) 100%);
}

.overlay.overlay-1:after {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay.overlay-1.alpha-1:after {
  background-color: rgba(255, 255, 255, 0.1);
}

.overlay.overlay-1.alpha-2:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.overlay.overlay-1.alpha-3:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.overlay.overlay-1.alpha-4:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.overlay.overlay-1.alpha-5:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay.overlay-1.alpha-6:after {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay.overlay-1.alpha-7:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay.overlay-1.alpha-8:after {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay.overlay-1.alpha-9:after {
  background-color: rgba(255, 255, 255, 0.9);
}

.overlay.overlay-2:after {
  background-color: rgba(100, 111, 121, 0.6);
}

.overlay.overlay-2.alpha-1:after {
  background-color: rgba(100, 111, 121, 0.1);
}

.overlay.overlay-2.alpha-2:after {
  background-color: rgba(100, 111, 121, 0.2);
}

.overlay.overlay-2.alpha-3:after {
  background-color: rgba(100, 111, 121, 0.3);
}

.overlay.overlay-2.alpha-4:after {
  background-color: rgba(100, 111, 121, 0.4);
}

.overlay.overlay-2.alpha-5:after {
  background-color: rgba(100, 111, 121, 0.5);
}

.overlay.overlay-2.alpha-6:after {
  background-color: rgba(100, 111, 121, 0.6);
}

.overlay.overlay-2.alpha-7:after {
  background-color: rgba(100, 111, 121, 0.7);
}

.overlay.overlay-2.alpha-8:after {
  background-color: rgba(100, 111, 121, 0.8);
}

.overlay.overlay-2.alpha-9:after {
  background-color: rgba(100, 111, 121, 0.9);
}

.overlay.overlay-3:after {
  background-color: rgba(96, 72, 255, 0.6);
}

.overlay.overlay-3.alpha-1:after {
  background-color: rgba(96, 72, 255, 0.1);
}

.overlay.overlay-3.alpha-2:after {
  background-color: rgba(96, 72, 255, 0.2);
}

.overlay.overlay-3.alpha-3:after {
  background-color: rgba(96, 72, 255, 0.3);
}

.overlay.overlay-3.alpha-4:after {
  background-color: rgba(96, 72, 255, 0.4);
}

.overlay.overlay-3.alpha-5:after {
  background-color: rgba(96, 72, 255, 0.5);
}

.overlay.overlay-3.alpha-6:after {
  background-color: rgba(96, 72, 255, 0.6);
}

.overlay.overlay-3.alpha-7:after {
  background-color: rgba(96, 72, 255, 0.7);
}

.overlay.overlay-3.alpha-8:after {
  background-color: rgba(96, 72, 255, 0.8);
}

.overlay.overlay-3.alpha-9:after {
  background-color: rgba(96, 72, 255, 0.9);
}

.overlay.overlay-4:after {
  background-color: rgba(122, 57, 219, 0.6);
}

.overlay.overlay-4.alpha-1:after {
  background-color: rgba(122, 57, 219, 0.1);
}

.overlay.overlay-4.alpha-2:after {
  background-color: rgba(122, 57, 219, 0.2);
}

.overlay.overlay-4.alpha-3:after {
  background-color: rgba(122, 57, 219, 0.3);
}

.overlay.overlay-4.alpha-4:after {
  background-color: rgba(122, 57, 219, 0.4);
}

.overlay.overlay-4.alpha-5:after {
  background-color: rgba(122, 57, 219, 0.5);
}

.overlay.overlay-4.alpha-6:after {
  background-color: rgba(122, 57, 219, 0.6);
}

.overlay.overlay-4.alpha-7:after {
  background-color: rgba(122, 57, 219, 0.7);
}

.overlay.overlay-4.alpha-8:after {
  background-color: rgba(122, 57, 219, 0.8);
}

.overlay.overlay-4.alpha-9:after {
  background-color: rgba(122, 57, 219, 0.9);
}

.overlay.overlay-5:after {
  background-color: rgba(24, 28, 31, 0.6);
}

.overlay.overlay-5.alpha-1:after {
  background-color: rgba(24, 28, 31, 0.1);
}

.overlay.overlay-5.alpha-2:after {
  background-color: rgba(24, 28, 31, 0.2);
}

.overlay.overlay-5.alpha-3:after {
  background-color: rgba(24, 28, 31, 0.3);
}

.overlay.overlay-5.alpha-4:after {
  background-color: rgba(24, 28, 31, 0.4);
}

.overlay.overlay-5.alpha-5:after {
  background-color: rgba(24, 28, 31, 0.5);
}

.overlay.overlay-5.alpha-6:after {
  background-color: rgba(24, 28, 31, 0.6);
}

.overlay.overlay-5.alpha-7:after {
  background-color: rgba(24, 28, 31, 0.7);
}

.overlay.overlay-5.alpha-8:after {
  background-color: rgba(24, 28, 31, 0.8);
}

.overlay.overlay-5.alpha-9:after {
  background-color: rgba(24, 28, 31, 0.9);
}

.overlay.overlay-6:after {
  background-color: rgba(244, 248, 251, 0.6);
}

.overlay.overlay-6.alpha-1:after {
  background-color: rgba(244, 248, 251, 0.1);
}

.overlay.overlay-6.alpha-2:after {
  background-color: rgba(244, 248, 251, 0.2);
}

.overlay.overlay-6.alpha-3:after {
  background-color: rgba(244, 248, 251, 0.3);
}

.overlay.overlay-6.alpha-4:after {
  background-color: rgba(244, 248, 251, 0.4);
}

.overlay.overlay-6.alpha-5:after {
  background-color: rgba(244, 248, 251, 0.5);
}

.overlay.overlay-6.alpha-6:after {
  background-color: rgba(244, 248, 251, 0.6);
}

.overlay.overlay-6.alpha-7:after {
  background-color: rgba(244, 248, 251, 0.7);
}

.overlay.overlay-6.alpha-8:after {
  background-color: rgba(244, 248, 251, 0.8);
}

.overlay.overlay-6.alpha-9:after {
  background-color: rgba(244, 248, 251, 0.9);
}

.inner-overlay {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.inner-overlay.gradient {
  background-image: linear-gradient(-48deg, #8371ff 25%, #7a39db 100%);
}

.signup-overlay {
  position: fixed;
  display: none;
  z-index: 1031;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.signup-overlay .aside {
  position: relative;
  padding: 20px 50px;
  min-width: 400px;
  width: 100%;
}

.signup-overlay .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 2rem 3rem;
  color: #fff;
  z-index: 1;
}

.signup-overlay .container-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 601px) {
  .signup-overlay .form {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }

  .signup-overlay .container-wide {
    min-height: 100vh;
    -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;
  }

  .signup-overlay .aside {
    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: 30%;
    height: 100vh;
  }
}

@media (max-width: 600px) {
  .signup-overlay .card {
    border-radius: 0;
    width: 100%;
  }

  .signup-overlay .card,
  .signup-overlay .form {
    height: 100vh;
  }
}

.signup-visible .signup-overlay {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 2.7 Position ======================================================= */
.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 480px) {
  .absolute-sm {
    position: absolute !important;
  }

  .center-x-sm {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 601px) {
  .absolute-md {
    position: absolute !important;
  }

  /* newchangetext */
  .mt_new {
    border: 1px solid darkred;
    margin-top: -5rem !important;
  }

  .center-x-md {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .absolute-lg {
    position: absolute !important;
  }
}

@media (min-width: 900px) {
  .center-x-lg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .absolute-xl {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .center-x-xl {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* 2.8 Responsive ======================================================= */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.row.gap-y {
  margin-top: -15px;
  margin-bottom: -15px;
}

.row.gap-y > .col,
.row.gap-y > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row.gap-2x {
  margin: -30px;
  margin: -30px;
}

.row.gap-2x > .col,
.row.gap-2x > [class*=col-] {
  padding: 30px;
  padding: 30px;
}

.shape-wrapper {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shape-left,
.shape-right {
  position: absolute;
  max-width: 560px;
}

.shape-left {
  left: 0;
  top: 200px;
}

.shape-right {
  right: 0;
  left: 51vw;
  top: 90px;
}

.shape-right.w-50 {
  max-width: 50%;
  left: 47vw;
  opacity: 0.05;
}

.shape-fill {
  fill: #000000;
}

.shape-fill.shape-fill-1 {
  fill: #ffffff;
}

.shape-fill.shape-fill-2 {
  fill: #646f79;
}

.shape-fill.shape-fill-3 {
  fill: #6048ff;
}

.shape-fill.shape-fill-4 {
  fill: #7a39db;
}

.shape-fill.shape-fill-5 {
  fill: #181c1f;
}

.shape-fill.shape-fill-6 {
  fill: #f4f8fb;
}

.shape-stroke {
  fill: none;
  stroke: #6146d7;
  stroke-width: 2px;
}

.shape-stroke.shape-stroke-1 {
  stroke: #e6e6e6;
}

.shape-stroke.shape-stroke-2 {
  stroke: #4d555d;
}

.shape-stroke.shape-stroke-3 {
  stroke: #3415ff;
}

.shape-stroke.shape-stroke-4 {
  stroke: #6123be;
}

.shape-stroke.shape-stroke-5 {
  stroke: #020202;
}

.shape-stroke.shape-stroke-6 {
  stroke: #cfe0ed;
}

/* 2.9 Spacing ======================================================= */
.m-6 {
  margin: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.pt-5-5 {
  padding-top: 4rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.px-4 {
  padding: 1rem 4rem 1rem 4rem !important;
}

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

@media (min-width: 480px) {
  .m-sm-6 {
    margin: 6rem !important;
  }

  .mt-sm-6 {
    margin-top: 6rem !important;
  }

  .mr-sm-6 {
    margin-right: 6rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-6 {
    margin-left: 6rem !important;
  }

  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .m-sm-7 {
    margin: 7rem !important;
  }

  .mt-sm-7 {
    margin-top: 7rem !important;
  }

  .mr-sm-7 {
    margin-right: 7rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-7 {
    margin-left: 7rem !important;
  }

  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

  .mr-sm-8 {
    margin-right: 8rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-8 {
    margin-left: 8rem !important;
  }

  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .mt-sm-9 {
    margin-top: 9rem !important;
  }

  .mr-sm-9 {
    margin-right: 9rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-9 {
    margin-left: 9rem !important;
  }

  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pr-sm-6 {
    padding-right: 6rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-6 {
    padding-left: 6rem !important;
  }

  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .p-sm-7 {
    padding: 7rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pr-sm-7 {
    padding-right: 7rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-7 {
    padding-left: 7rem !important;
  }

  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

  .pr-sm-8 {
    padding-right: 8rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-8 {
    padding-left: 8rem !important;
  }

  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .pt-sm-9 {
    padding-top: 9rem !important;
  }

  .pr-sm-9 {
    padding-right: 9rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-9 {
    padding-left: 9rem !important;
  }

  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 601px) {
  .m-md-6 {
    margin: 6rem !important;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mr-md-6 {
    margin-right: 6rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .ml-md-6 {
    margin-left: 6rem !important;
  }

  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .m-md-7 {
    margin: 7rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mr-md-7 {
    margin-right: 7rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .ml-md-7 {
    margin-left: 7rem !important;
  }

  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mr-md-8 {
    margin-right: 8rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-8 {
    margin-left: 8rem !important;
  }

  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mr-md-9 {
    margin-right: 9rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .ml-md-9 {
    margin-left: 9rem !important;
  }

  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pr-md-6 {
    padding-right: 6rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pl-md-6 {
    padding-left: 6rem !important;
  }

  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .p-md-7 {
    padding: 7rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pr-md-7 {
    padding-right: 7rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pl-md-7 {
    padding-left: 7rem !important;
  }

  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pr-md-8 {
    padding-right: 8rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pl-md-8 {
    padding-left: 8rem !important;
  }

  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pr-md-9 {
    padding-right: 9rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pl-md-9 {
    padding-left: 9rem !important;
  }

  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 900px) {
  .m-lg-6 {
    margin: 6rem !important;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mr-lg-6 {
    margin-right: 6rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-6 {
    margin-left: 6rem !important;
  }

  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .m-lg-7 {
    margin: 7rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mr-lg-7 {
    margin-right: 7rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-7 {
    margin-left: 7rem !important;
  }

  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-8 {
    margin-left: 8rem !important;
  }

  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mr-lg-9 {
    margin-right: 9rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-9 {
    margin-left: 9rem !important;
  }

  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pr-lg-6 {
    padding-right: 6rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-6 {
    padding-left: 6rem !important;
  }

  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pr-lg-7 {
    padding-right: 7rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-7 {
    padding-left: 7rem !important;
  }

  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pr-lg-8 {
    padding-right: 8rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-8 {
    padding-left: 8rem !important;
  }

  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pr-lg-9 {
    padding-right: 9rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-9 {
    padding-left: 9rem !important;
  }

  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 6rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mr-xl-6 {
    margin-right: 6rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-6 {
    margin-left: 6rem !important;
  }

  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .m-xl-7 {
    margin: 7rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mr-xl-7 {
    margin-right: 7rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-7 {
    margin-left: 7rem !important;
  }

  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-8 {
    margin-left: 8rem !important;
  }

  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mr-xl-9 {
    margin-right: 9rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-9 {
    margin-left: 9rem !important;
  }

  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pr-xl-6 {
    padding-right: 6rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-6 {
    padding-left: 6rem !important;
  }

  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .p-xl-7 {
    padding: 7rem !important;
  }

  .pt-xl-7 {
    padding-top: 7rem !important;
  }

  .pr-xl-7 {
    padding-right: 7rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-7 {
    padding-left: 7rem !important;
  }

  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pr-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-8 {
    padding-left: 8rem !important;
  }

  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pr-xl-9 {
    padding-right: 9rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-9 {
    padding-left: 9rem !important;
  }

  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

/* 2.10 Text ======================================================= */
.no-wrap {
  white-space: nowrap;
}

.italic {
  font-style: italic !important;
}

.underline {
  text-decoration: underline !important;
}

.dotted {
  border-bottom: 1px dotted;
}

.strike-through {
  text-decoration: line-through !important;
  color: #7d8993;
  font-weight: 300;
}

.semi-bold {
  font-weight: 500 !important;
}

.bold {
  font-weight: 600 !important;
}

.thin {
  font-weight: 100 !important;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.extra-bold {
  font-weight: 900 !important;
}

.color-accent {
  color: #6048ff;
}

.color-1 {
  color: #ffffff;
}

.color-1.alpha-1 {
  color: rgba(255, 255, 255, 0.1);
}

.color-1.alpha-2 {
  color: rgba(255, 255, 255, 0.2);
}

.color-1.alpha-3 {
  color: rgba(255, 255, 255, 0.3);
}

.color-1.alpha-4 {
  color: rgba(255, 255, 255, 0.4);
}

.color-1.alpha-5 {
  color: rgba(255, 255, 255, 0.5);
}

.color-1.alpha-6 {
  color: rgba(255, 255, 255, 0.6);
}

.color-1.alpha-7 {
  color: rgba(255, 255, 255, 0.7);
}

.color-1.alpha-8 {
  color: rgba(255, 255, 255, 0.8);
}

.color-1.alpha-9 {
  color: rgba(255, 255, 255, 0.9);
}

.color-2 {
  color: #646f79;
}

.color-2.alpha-1 {
  color: rgba(100, 111, 121, 0.1);
}

.color-2.alpha-2 {
  color: rgba(100, 111, 121, 0.2);
}

.color-2.alpha-3 {
  color: rgba(100, 111, 121, 0.3);
}

.color-2.alpha-4 {
  color: rgba(100, 111, 121, 0.4);
}

.color-2.alpha-5 {
  color: rgba(100, 111, 121, 0.5);
}

.color-2.alpha-6 {
  color: rgba(100, 111, 121, 0.6);
}

.color-2.alpha-7 {
  color: rgba(100, 111, 121, 0.7);
}

.color-2.alpha-8 {
  color: rgba(100, 111, 121, 0.8);
}

.color-2.alpha-9 {
  color: rgba(100, 111, 121, 0.9);
}

.color-3 {
  color: #6048ff;
}

.color-3.alpha-1 {
  color: rgba(96, 72, 255, 0.1);
}

.color-3.alpha-2 {
  color: rgba(96, 72, 255, 0.2);
}

.color-3.alpha-3 {
  color: rgba(96, 72, 255, 0.3);
}

.color-3.alpha-4 {
  color: rgba(96, 72, 255, 0.4);
}

.color-3.alpha-5 {
  color: rgba(96, 72, 255, 0.5);
}

.color-3.alpha-6 {
  color: rgba(96, 72, 255, 0.6);
}

.color-3.alpha-7 {
  color: rgba(96, 72, 255, 0.7);
}

.color-3.alpha-8 {
  color: rgba(96, 72, 255, 0.8);
}

.color-3.alpha-9 {
  color: rgba(96, 72, 255, 0.9);
}

.color-4 {
  color: #7a39db;
}

.color-4.alpha-1 {
  color: rgba(122, 57, 219, 0.1);
}

.color-4.alpha-2 {
  color: rgba(122, 57, 219, 0.2);
}

.color-4.alpha-3 {
  color: rgba(122, 57, 219, 0.3);
}

.color-4.alpha-4 {
  color: rgba(122, 57, 219, 0.4);
}

.color-4.alpha-5 {
  color: rgba(122, 57, 219, 0.5);
}

.color-4.alpha-6 {
  color: rgba(122, 57, 219, 0.6);
}

.color-4.alpha-7 {
  color: rgba(122, 57, 219, 0.7);
}

.color-4.alpha-8 {
  color: rgba(122, 57, 219, 0.8);
}

.color-4.alpha-9 {
  color: rgba(122, 57, 219, 0.9);
}

.color-5 {
  color: #181c1f;
}

.color-5.alpha-1 {
  color: rgba(24, 28, 31, 0.1);
}

.color-5.alpha-2 {
  color: rgba(24, 28, 31, 0.2);
}

.color-5.alpha-3 {
  color: rgba(24, 28, 31, 0.3);
}

.color-5.alpha-4 {
  color: rgba(24, 28, 31, 0.4);
}

.color-5.alpha-5 {
  color: rgba(24, 28, 31, 0.5);
}

.color-5.alpha-6 {
  color: rgba(24, 28, 31, 0.6);
}

.color-5.alpha-7 {
  color: rgba(24, 28, 31, 0.7);
}

.color-5.alpha-8 {
  color: rgba(24, 28, 31, 0.8);
}

.color-5.alpha-9 {
  color: rgba(125, 125, 140, 0.8);
}

.color-6 {
  color: #f4f8fb;
}

.color-6.alpha-1 {
  color: rgba(244, 248, 251, 0.1);
}

.color-6.alpha-2 {
  color: rgba(244, 248, 251, 0.2);
}

.color-6.alpha-3 {
  color: rgba(244, 248, 251, 0.3);
}

.color-6.alpha-4 {
  color: rgba(244, 248, 251, 0.4);
}

.color-6.alpha-5 {
  color: rgba(244, 248, 251, 0.5);
}

.color-6.alpha-6 {
  color: rgba(244, 248, 251, 0.6);
}

.color-6.alpha-7 {
  color: rgba(244, 248, 251, 0.7);
}

.color-6.alpha-8 {
  color: rgba(244, 248, 251, 0.8);
}

.color-6.alpha-9 {
  color: rgba(244, 248, 251, 0.9);
}

.color-smoke {
  color: #a7afb6;
}

.lh-1 {
  line-height: 1;
}

/* 2.11 Type ======================================================= */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", "Open Sans", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}

.font-regular {
  font-size: 1rem !important;
}

.font-xs {
  font-size: 0.45rem !important;
}

small,
.small,
.font-sm {
  font-size: 0.65rem !important;
}

.font-md {
  font-size: 2rem !important;
}

.font-lg {
  font-size: 3.25rem !important;
}

.font-xl {
  font-size: 4.5rem !important;
}

.font-xxl {
  font-size: 6.5rem !important;
}

.font-l {
  font-size: 1.25rem;
}

.display-1 {
  font-size: 6rem;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-4 {
  font-size: 3rem;
}

@media (max-width: 600px) {

  .display-4 {
    font-size: 2.5rem; /* smaller font size for mobile devices */
  }

  h2.semi-bold {
    font-size: 1.8rem; /* smaller font size for mobile devices */
  }

}

@media (min-width: 480px) {
  .display-sm-1 {
    font-size: 6rem;
  }

  .display-sm-2 {
    font-size: 5.5rem;
  }

  .display-sm-3 {
    font-size: 4.5rem;
  }

  .display-sm-4 {
    font-size: 3.5rem;
  }
}

@media (min-width: 601px) {

  .display-md-1 {
    font-size: 6rem;
  }

  .display-md-2 {
    font-size: 5.5rem;
  }

  .display-md-3 {
    font-size: 4.5rem;
  }

  .display-md-4 {
    font-size: 3.5rem;
  }
}

@media (min-width: 900px) {
  .display-lg-1 {
    font-size: 6rem;
  }

  .display-lg-2 {
    font-size: 5.5rem;
  }

  .display-lg-3 {
    font-size: 4.5rem;
  }

  .display-lg-4 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .display-xl-1 {
    font-size: 6rem;
  }

  .display-xl-2 {
    font-size: 5.5rem;
  }

  .display-xl-3 {
    font-size: 4.5rem;
  }

  .display-xl-4 {
    font-size: 3.5rem;
  }
}

/* 5.2 Mockups ======================================================= */
.mockup-wrapper {
  position: relative;
}

.mockup {
  position: relative;
  margin: 0 auto;
  max-width: 255px;
}

.mockup img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 5.3 Icons ======================================================= */
[class*=fa-] {
  display: inline-block;
}

.icon {
  margin-left: 5px;
  margin-right: 15px;
  padding: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon.logo {
  max-width: 100px;
}

.icon i {
  margin: 0;
}

.icon-sm {
  width: 0.65rem;
  height: 0.65rem;
  line-height: 0.65rem;
  font-size: 0.2275rem;
}

.icon-md {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.7rem;
}

.icon-lg {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  font-size: 1.1375rem;
}

.icon-xl {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.575rem;
}

.icon-xxl {
  width: 6.5rem;
  height: 6.5rem;
  line-height: 6.5rem;
  font-size: 2.275rem;
}

.icon-l {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.4375rem;
}

.icon-1 {
  color: #41494f;
  background-color: #ffffff;
  border-color: #f2f2f2;
}

.icon-1:hover {
  color: #41494f;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}

.icon-2 {
  color: #ffffff;
  background-color: #646f79;
  border-color: #58626b;
}

.icon-2:hover {
  color: #ffffff;
  background-color: #4d555d;
  border-color: #3d434a;
}

.icon-3,
.icon-accent {
  color: #ffffff;
  background-color: #6048ff;
  border-color: #4a2fff;
}

.icon-3:hover,
.icon-accent:hover {
  color: #ffffff;
  background-color: #3415ff;
  border-color: #2000f0;
}

.icon-4 {
  color: #ffffff;
  background-color: #7a39db;
  border-color: #6c27d4;
}

.icon-4:hover {
  color: #ffffff;
  background-color: #6123be;
  border-color: #521da0;
}

.icon-5 {
  color: #ffffff;
  background-color: #181c1f;
  border-color: #0d0f11;
}

.icon-5:hover {
  color: #ffffff;
  background-color: #020202;
  border-color: black;
}

.list-icon {
  list-style-type: none;
}

.list-icon li > * {
  display: table-cell;
}

.list-icon li i {
  padding-right: 15px;
}

.icon-block {
  padding: 1rem;
  margin-bottom: 1rem;
}

.icon-block p {
  margin-top: 10px;
}

img.icon {
  max-width: 54px;
}

/* ==========================================================================
    [6. SECTIONS]
========================================================================== */
/* 6.1 General styles ======================================================= */
section,
.section {
  position: relative;
}

section img,
.section img {
  max-width: 470px;
}

section [class^=container],
.section [class^=container] {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
}

section [class^=container].bring-to-front,
.section [class^=container].bring-to-front {
  z-index: 9;
}

section .container-wide,
.section .container-wide {
  overflow-x: hidden;
}

section .container-wide .row,
.section .container-wide .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section-heading {
  margin-bottom: 3rem;
  position: relative;
}

.section-heading h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.integration-icons img {
  padding: 0 0 2rem;
}

@media (min-width: 601px) {
  .integration-icons img {
    max-width: 80%;
    opacity: 0.5;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .integration-icons img:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* 6.6 Screenshots ======================================================= */
/*.screenshots.coverflow .swiper-slide {*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  max-width: 210px;*/
/*  height: auto;*/
/*}*/

/*.screenshots .swiper-container {*/
/*  padding: 3.58rem 0 6rem 0;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*.screenshots .swiper-container .phone {*/
/*  max-width: 240px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/

/*.screenshots .swiper-container .phone .screen {*/
/*  width: 212px;*/
/*  height: 460px;*/
/*}*/

/*.screenshots .swiper-container .phone.iphone-x .notch {*/
/*  z-index: 2;*/
/*}*/

/*.screenshots .swiper-container .phone.iphone-x:before,*/
/*.screenshots .swiper-container .phone.iphone-x:after {*/
/*  z-index: 3;*/
/*}*/

/*.screenshots .swiper-container .swiper-slide {*/
/*  -webkit-transform: scale(0.65);*/
/*  transform: scale(0.65);*/
/*  opacity: 0.6;*/
/*  -webkit-transition: all 0.3s ease;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.screenshots .swiper-container .swiper-slide img {*/
/*  border-radius: 13px;*/
/*  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015);*/
/*  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015);*/
/*}*/

/*.screenshots .swiper-container .swiper-slide-prev,*/
/*.screenshots .swiper-container .swiper-slide-next {*/
/*  -webkit-transform: scale(0.75);*/
/*  transform: scale(0.75);*/
/*  opacity: 0.85;*/
/*}*/

/*.screenshots .swiper-container .swiper-slide-active {*/
/*  z-index: 100;*/
/*  -webkit-transform: scale(1);*/
/*  transform: scale(1);*/
/*  opacity: 1;*/
/*}*/

/*.screenshots .swiper-container > .swiper-pagination-bullets {*/
/*  bottom: 4rem;*/
/*}*/

.circlespinner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  position: absolute;
  top: 15px !important;
  left: 33px !important;
  margin: -25px 0 0 -25px;
  stroke: #6c757d !important;
  width: 20px;
  height: 20px;
}

/* 6.3 Footer ======================================================= */
.site-footer {
  margin: 0 0 60px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.site-footer h4 {
  margin-bottom: 1rem;
}

.footer-box {
  background-color: #FAFAFA;
  border-radius: 24px;
  padding: 56px 40px;
  gap: 64px;
  flex-direction: column;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-logo {
  max-width: 112px;
}

.footer-box a, .footer-box p {
  color: inherit;
}

.footer-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 601px) {
  .footer-box {
    padding: 56px 64px;
  }
}

@media screen and (min-width: 768px) {
  .footer-box {
    gap: 0
  }
}

@media screen and (min-width: 900px) {
  .footer-box {
    padding: 56px 100px 56px 64px;
  }
}

/* ==========================================================================
    [7. PRICING]
========================================================================== */
/* 7.1 General styles ======================================================= */

#pricing_section_view .container {
  gap: 40px
}

#pricing_section_view .plan_card {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.20);
  border: 1px solid #08C985;
  border-radius: 4px;
  overflow: hidden;
  max-width: 360px;
  min-height: 360px;
  padding: 44px 40px;
  gap: 31px;
  line-height: 1.5;
}

.plan_card .pricing-value {
  padding-left: 14px;
}

.plan_card .price-term {
  font-size: 18px;
  font-family: "Roboto";
  margin: 0;
  line-height: 1.9;
  padding-left: 2px;
}

.plan_card .pricing-value .price:before {
  font-family: "Roboto";
  position: absolute;
  content: "€";
  font-size: 18px;
  top: 8px;
  left: -1px;
  font-weight: 400;
}

.plan_card .price {
  font-family: "Roboto";
  font-size: 44px;
  line-height: normal;
}

.green-text {
  background: rgba(8, 201, 133, 0.12);
  border-radius: 4px;
  padding: 4px 8px;
}

@media screen and (min-width: 601px) {
  #pricing_section_view .plan_card {
    padding: 55px 40px;
  }
}

@media screen and (min-width: 900px) {
  #pricing_section_view .plan_card {
    padding: 56px 40px
  }
}

/* ==========================================================================
    [8. PAGE HEADING]
========================================================================== */
.hero-section {
  position: relative;
  z-index: 1;
  padding: 112px 0 344px;
  margin-bottom: -146px;
  background-size: cover;
}

.hero-section img {
  max-width: 100%;
}

.hero-section .text {
  padding: 0 20px;
}

.hero-section .text p {
  font-size: 22px;
  line-height: 1.5;
}

.hero-section h1 {
  font-size: 44px;
}

.hero-section .subscribe_btn {
  margin-top: 40px;
  padding: 11px 24px 10px;
  width: auto;
  border-radius: 4px;
}

.divider-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
}

.divider-shape img {
  display: block;
  position: relative;
  min-width: 1680px;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  height: 264px;
}

.overlay .divider-shape {
  z-index: 1;
}

.particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 1.5rem;
}

.hero-section .mobile-swiper-pagination {
  left: 0;
  bottom: 1.5rem;
  width: 100% !important;
}

.hero-section .mobile-swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

@media (min-width: 601px) {
  .hero-section .big-circle:after {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .phone[class*=absolute] {
    margin-top: -3rem !important;
  }
  .hero-section .text p {
    max-width: 595px;
    margin: 0 auto;
  }
  .hero-section .img img {
    max-height: 460px;
  }
  .hero-section {
    margin-bottom: -125px;
  }
}

@media (min-width: 900px) {
  .hero-section h1, .hero-section .text p {
    max-width: 680px;
  }
  .hero-section {
    padding-bottom: 343px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section .img {
    width: 46%;
  }
  .hero-section .img img {
    max-height: 560px;
  }
  .hero-section {
    padding-top: 162px;
    padding-bottom: 384px;
    margin-bottom: -84px;
  }
  .hero-section .text {
    margin-top: 0;
    width: 52%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section .container {
    padding: 0;
  }
  .navbar .container {
    padding: 0 !important;
  }
  .divider-shape{
    max-height: 264px;
  }
}

.header-link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* ==========================================================================
    [9. CUSTOM]
========================================================================== */
p {
  margin: 1rem 0;
  color: #43434C;
}

.logo {
  max-width: 180px;
}

.swiper-container .swiper-pagination-top {
  bottom: auto;
  top: 0;
}

hr[class*=bg] {
  border-top: 0;
  height: 1px;
}

.step:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA3CAMAAADDj2FQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGYUExURQAAAMXe58Te58Xf6Mbf6MTe58Xg5////8Xf5sXf5sTe5sja7MTf58Tf58TX68fd6MPf6Mbb6cXe5sbf5cXe58Tf5sPh58Te6MTe58Te5v///8Tf5sbe58Xf5sTf5sTd5sXf5qr//8zd7sXe5sTe5sTd6Lba2sXf58Tf58Xe5sTf5sTe58Xf5sPh5sXe58Xf58Tf58Xf5szM/7+//8Xf5tTU1MXe58Tf58Hg6sXe5sXe5sLa5sTe5sTe5sTf5sTf58Ph4cXf58Xf58bi4sXc58Tg5cXf58Tf58Tf5sXf5cTe5sTf58Pg58Te5sXe58Xc58ff5sLd5MXe58Xe5sPe6cbi4sPf5sXe5sXe58bd58Xe5sPf58Tf5sTe58Xe58zl5cXf58bd6MTf5sTf5sTf58Te58Tc5sXe5sXf5sXf58Pe58Xe58Te58fc6sXg6MTf5sXf5sXe58Lg5sXf58Te5sPd58Tf5sXe57/U6cHg58Tf5sTf58Te58Xe58Te5MTf5sXf5sXe5sTf5sXe5sXf5sTe5cTe6MXf59gagUYAAACHdFJOUwB3dllaxEsC+5L+DqFgDRc4JHxwl9IrTtf9AfFVsfpc8gMP3OdkB+Gr/NHW0DPP+INzBQTIBqT5GR+FFX+HcYIRgcMSFltiwMlQ34tjlJYsKSa2xi8JSb5uNpx52/WNCtgtaZC49jTlm+tWzLclQ7OT7iqgfmzajgwhSuBX7yeRqZ/o9GplT5WzxmIAAAFXSURBVBgZfcEDdxwBAIXRbznrjW2btY2ktm07tdv3t3s2bU7SzvTdC2zEatiGtRuvBu8gVvU8VlscK34A61ASq70Ra28aa99+rPokVv0erFQc68F1rOdDWC8msBKTszjjeoZTGi5iTRSwngxi3dNhnHLzdqwdTVhbVIWzPrcGK7V2HU5Cm3FW93XtwtmqLM7O1swJnBodDzBODuoaTloXG3AKGr2Mke9VezfG1Vada2FJVZ5/NTarroU/UnWETEuFbn47ljlKSEy60cOiTg0Rdl5qekhFMJI7S1h/h7qKVLTpNBEePZU+l4Hggk4R4eOY9OFlAP0aC4gw8CknjSaCmV51EuntO0lXztRqboC/lI7cGn9TgtcLGUnDUi0rBNkOVUz2vbp/W4vu5llWVNgUy9IbNsViU5fuPB65qSXfykQIqpPZVRlVTPM/Pe+/fJW+Y8z8/DH7C72mVfoIDlnRAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: 31px 55px;
  width: 31px;
  height: 55px;
  -webkit-transform: rotate(95deg) translateY(45px);
  transform: rotate(95deg) translateY(45px);
  position: absolute;
}

.theme-selector {
  background-color: #edf1f2;
  border-right: 1px solid #d5dfe1;
  border-bottom: none;
  border-top: none;
  border-left: none;
  -webkit-box-shadow: 1px 1px 5px rgba(180, 180, 180, 0.5);
  box-shadow: 1px 1px 5px rgba(180, 180, 180, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 1111;
  color: #A0A0A0;
  border-radius: 0;
  height: 100vh;
}

.theme-selector .card-body {
  overflow-y: auto;
}

.theme-selector .flipper {
  background-color: #82c91e;
  color: #edf1f2;
  padding: 15px;
  border-radius: 0 3px 3px 0;
  border-color: #d5dfe1;
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: -49px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.theme-selector ul.list li {
  padding-bottom: 15px;
}

.theme-selector ul.list.page-variants li {
  position: relative;
}

.theme-selector ul.list.page-variants li + li {
  padding-top: 15px;
  border-top: 1px solid #d5dfe1;
}

.theme-selector ul.list.page-variants .mockup {
  max-width: 100%;
}

.theme-selector ul.list.page-variants .mockup img {
  width: 100%;
}

.theme-selector.selector-closed {
  left: -350px;
}

.theme-selector.selector-closed .flipper {
  opacity: 0.85;
}

.theme-selector.selector-closed .flipper:hover {
  opacity: 1;
}

.theme-selector.selector-open {
  left: 0;
}

.theme-selector.selector-open .flipper {
  opacity: 0;
}

/* new styles */
/* FEATURES */
#features {
  overflow: hidden;
  z-index: 100;
  margin-bottom: 80px;
}

.features-icon-circle {
  width: 72px;
  height: 72px;
  background: #f7f7f8;
  border-radius: 100%;
  text-align: center;
  padding: 16px 0;
  display: inline-block;
}

.features-section {
  margin-bottom: 80px;
}

.features-section .mobile {
  margin-left: -29px;
  max-width: calc(100% + 62px);
}

.features-section.second .mobile {
  margin-left: -34px;
  max-width: calc(100% + 65px);
}

.features-section.four .mobile {
  margin-left: -32px;
  max-width: calc(100% + 63px);
}

.feature-text {
  margin-bottom: 40px;
}

@media screen and (min-width: 601px) {
  .features-section .mobile, .features-section.second .mobile, .features-section.four .mobile {
    max-width: 504px;
  }
}

@media screen and (min-width: 900px) {
  .features-section {
    margin-bottom: 40px;
  }

  .features-section .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-section .mobile, .features-section.second .mobile, .features-section.four .mobile {
    max-width: 487px;
  }

  .features-section .feature-text.order-lg-2 {
    margin-left: 33px;
  }

  .features-section .feature-text:not(.order-lg-2) {
    padding-left: 20px;
    margin-right: 33px;
  }

  .feature-text {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 1200px) {
  #features .container > div {
    max-width: 800px;
  }

  .features-section .container {
    max-width: 100%;
  }

  .features-section .feature-text.order-lg-2 {
    max-width: 448px;
  }

  .features-section .feature-text:not(.order-lg-2) {
    padding-left: 40px;
    max-width: calc(448px + 40px);
  }

  .features-section .feature-text.order-lg-2 {
    margin-left: 74px;
  }

  .features-section .mobile, .features-section.second .mobile, .features-section.four .mobile {
    max-width: 557px;
  }
}

@media screen and (min-width: 1440px) {
  .features-section .feature-text.order-lg-2, .features-section .feature-text:not(.order-lg-2) {
    max-width: 508px;
  }

  .features-section .feature-text.order-lg-2 {
    margin-bottom: 88px;
  }

  .features-section .feature-text:not(.order-lg-2) {
    padding-left: 20px;
    margin-bottom: 95px;
  }
}

/* FIRST SECTION */
.coming-soon {
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #F6BD49;
  color: #41494F;
  font-size: 15px;
  font-weight: bold;
}

.subscribe_header_btn {
  margin-top: 20px;
}

.subscribe-form input, #phone-type-button {
  padding: 11px 23px;
  font-size: 18px;
  line-height: 24px;
}

.subscribe-form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646F7999;
  opacity: 1;
  /* Firefox */
}

.subscribe-form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646F7999;
  opacity: 1;
  /* Firefox */
}

.subscribe-form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646F7999;
  opacity: 1;
  /* Firefox */
}

.subscribe-form input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646F7999;
  opacity: 1;
  /* Firefox */
}

.subscribe-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646F7999;
  opacity: 1;
  /* Firefox */
}

.subscribe-form input:disabled {
  background: #83DCBD;
}

.subscribe-form a:disabled {
  background: #83DCBD;
}

.sub_disabled {
  pointer-events: none;
  cursor: default;
  background: #83DCBD;
}

#subscribe {
  padding-left: 0;
  padding-right: 0;
  margin-top: 122px;
}

#subscribe .gradient {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.20);
}

.description {
  width: 100%;
  max-width: 580px;
  margin: 0 auto
}

@media (max-width: 600px) {
  .subscribe_header_btn {
    margin-left: 10px;
  }

  .column-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .navigation .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 100%;
  }

  .text {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .affordable .container {
    padding-bottom: 1rem;
  }
}

@media (max-width: 479px) {
  .btn_m {
    /* margin-top: 2rem !important; */
    z-index: 10;
  }

  .question_section {
    min-height: 700px;
  }
}

.affordable {
  margin-top: 122px;
}

.subscribe_btn {
  background-color: #FF9959;
  width: 150px;
  z-index: 20;
  color: white;
  border-radius: 5px;
}

.subscribe_btn:hover {
  color: white;
}

.gray-p {
  color: rgba(125, 125, 140);
}

.gray-p-semi-transparent {
  color: rgba(125, 125, 140, 0.8);
}

.save-price {
  background-color: #08C985;
  border-radius: 4px;
  color: white;
  position: absolute;
  top: 10px;
  padding: 3px 6px;
  right: 10px;
  line-height: normal;
  font-size: 15px;
  font-family: "Roboto";
}

.price-back {
  background-image: url("../img/bg-pricing-section.jpg");
  background-repeat: no-repeat;
  background-size: 100% 90%;
  background-position: 50% 0px;
}

.price-back .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-back .col-md-4 {
  min-width: calc(360px + 2rem);
}

.question_section {
  background-image: url("../img/bg-faq-section.svg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 728px;
  background-position: 0 100%;
}

.question_section .card-header {
  background-color: white;
  border-bottom: none;
}

.btn_collapse {
  color: #08C985;
  font-family: inherit;
  font-size: 20px !important;
  padding: 0% !important;
  font-weight: 500 !important;
}

.btn_collapse:hover {
  color: #08C985;
  text-decoration: none;
}

.footerlink > * {
  color: #08C985 !important;
  font-weight: 500 !important;
}

@media screen and (min-width: 601px) {
  .affordable {
    margin-top: 159px;
  }

  .affordable.how-it-works-section {
    margin-top: 129px;
  }

  .section-heading {
    margin-bottom: 2.5rem;
  }

  #subscribe {
    margin-top: 158px;
  }

  .question_section {
    margin-top: 150px;
  }
}

.mobile {
  max-width: 100%;
}

.optionplace {
  color: #7D7D8C;
  opacity: 0.5;
}

::-webkit-input-placeholder {
  color: #7D7D8C;
  opacity: 0.5;
  /* Firefox */
}

::-moz-placeholder {
  color: #7D7D8C;
  opacity: 0.5;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #7D7D8C;
  opacity: 0.5;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #7D7D8C;
  opacity: 0.5;
  /* Firefox */
}

::placeholder {
  color: #7D7D8C;
  opacity: 0.5;
  /* Firefox */
}

.para p {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.clr {
  color: #7D7D8C;
  line-height: 30px;
}

.question_section .btn {
  letter-spacing: initial;
  white-space: normal;
  /* text-align: left; */
}

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

.cursor {
  cursor: pointer;
}

#country-name, #phone-type-button {
  cursor: pointer;
  background: url(../img/polygon.svg) no-repeat calc(100% - 25px) center white;
}

#phone-type-button {
  width: 100%;
  border-radius: 25px;
  font-family: inherit;
  color: #495057;
  margin: 0;
}

#phone-type-button .placeholder {
  color: #646F7999;
}

#phone-type-button .ui-icon {
  background: none;
}

#message {
  display: none;
  background: url(../img/info.svg) no-repeat 15px center rgba(255, 255, 255, 0.85);
  padding: 12px 16px 12px 40px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  color: #41494F;
  text-align: left;
  line-height: 20px;
}

#message.active {
  display: block;
}

#email-error {
  display: none !important;
}

.ui-autocomplete {
  max-height: 256px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}

#country > img {
  z-index: 999;
}

#early-access-form {
  max-width: 440px;
  margin-top: 40px
}

.country-image {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 8px 24px 8px 20px;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}

.ui-widget.ui-widget-content {
  border-radius: 12px;
  padding: 8px 0;
  border: none;
  font-size: 18px;
  line-height: 24px;
}

.border {
  border: 1px solid #ee1313;
}

@media (max-width: 479) {
  .btn_m {
    margin-bottom: 10px !important;
  }
}

.success {
  font-weight: bold;
  white-space: nowrap;
}

.color-black {
  color: #43434C;
}

.color-green {
  color: #08C985;
}

#subscribe_section_view nav.mt-2 {
  margin-top: 2.5rem !important;
}

#subscribe_section_view .gradient.gradient-34 {
  border-radius: 4px;
  background-position: 50% 0;
  padding-bottom: 72px !important;
}

@media screen and (max-width: 600px) {
  .clr {
    line-height: 30px;
    text-align: center;
  }

  .text {
    margin-bottom: 0 !important;
  }
}

#country .country-image {
  right: 50px;
}

@media screen and (max-width: 1199px) {
  section img, .section img {
    max-width: 100%;
  }

  .hero-section .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  section .container, footer .container {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .question_section {
    padding-bottom: 8rem;
  }

  .question_section .row > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .question_section .row > div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .question_section .row > div:last-child br {
    display: none !important;
  }

  nav .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 899px) {
  section .container, footer .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .navbar-toggler {
    padding-right: 1rem;
  }

  section img, .section img {
    max-width: 440px;
  }

  #subscribe {
    padding-right: 0;
    padding-left: 0;
  }

  #subscribe .col-7 {
    -webkit-box-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
    max-width: 80%;
  }

  .footerlink {
    margin-top: 10px;
  }

  .price-back .col-md-4 {
    min-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #subscribe_section_view .gradient.gradient-34 {
    border-radius: 0;
  }
}

@media screen and (max-width: 600px) {
  .hero-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-section h1 {
    font-size: 36px;
  }
  
  .hero-section .text p {
    font-size: 20px;
    line-height: 1.5;
  }

  main section .container, footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  main section .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  #subscribe .col-7 {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  #subscribe .p-5 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #subscribe .subscribe-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  section img, .section img {
    max-width: 100%;
  }

  .hero-section .img img {
    max-height: 460px;
  }

  #faq_section_view .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  #subscribe_section_view .gradient.gradient-34 {
    background-size: cover;
  }
}

/* ==========================================================================
    [About Us]
========================================================================== */
.about_us {
  margin: 80px 0;
  font-size: 20px;
  line-height: 30px;
}

.about-us-item-top {
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.about-us-item-top .photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  background-color: #A5E0BD;
  border-radius: 30px;
  flex-shrink: 0;
}

.about-us-item-top .photo img {
  object-fit: cover;
}

.about-us-item-top .item-info {
  align-items: center;
  text-align: center;
}

.about-us-item-social {
  gap: 8px
}

.about-us-item-social a {
  color: #B7B7C2;
  transition: linear 0.3
}

.about-us-item-text {
  font-size: 20px;
  line-height: 30px;
}

.about-us-item-text p {
  position: relative;
  z-index: 1;
}

.about-us-item-text:before {
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='109' height='88' fill='none'%3E%3Cpath fill='%23F7F7F8' d='M52 0v24.5c0 7.3-1.4 14.8-4 22.7a96.9 96.9 0 0 1-11 22.4A88 88 0 0 1 21 88L0 74.8c4.8-7.2 8.6-14.7 11.5-22.7 3-8.1 4.5-17.2 4.5-27.3V0h36Zm57 0v24.5c0 7.3-1.3 14.8-4 22.7a96.9 96.9 0 0 1-10.8 22.4 88 88 0 0 1-16 18.4L57 74.8c4.8-7.2 8.6-14.7 11.5-22.7 3-8.1 4.6-17.2 4.6-27.3V0H109Z'/%3E%3C/svg%3E");
  background-size: 100%;
  width: 109px;
  height: 88px;
}

.about-us-item-social a:hover {
  color: #43434C
}

#about-us-carousel .swiper-button-prev, #about-us-carousel .swiper-button-next, #about-us-carousel .carousel-indicators {
  position: static;
}

#about-us-carousel .carousel-indicators {
  margin: 0;
}

#about-us-carousel .carousel-nav {
  margin: 32px 0 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  transition: position 0.3s;
}

#about-us-carousel .carousel-nav.sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 12px 30px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.08);
}

#about-us-carousel .swiper-button-next, #about-us-carousel .swiper-button-prev {
  width: 40px;
  height: 40px;
  opacity: 0.8;
}

#about-us-carousel .swiper-button-prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='41' fill='none'%3E%3Cpath fill='%237D7D8C' fill-rule='evenodd' d='m14 20.8 15-15-2-2-17 17 17 17 2-2-15-15Z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat center / 100%;
}

#about-us-carousel .swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='41' fill='none'%3E%3Cpath fill='%237D7D8C' fill-rule='evenodd' d='m26 20.8-15-15 2-2 17 17-17 17-2-2 15-15Z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat center / 100%;
}

#about-us-carousel .carousel-indicators span {
  background-color: #7D7D8C;
  opacity: 0.3;
  border-radius: 100px;
  height: 6px;
  margin: 0 4px;
  width: 8px;
  transition: ease-in 0.3s;
  cursor: pointer;
}

#about-us-carousel .carousel-indicators span.swiper-pagination-bullet-active {
  background-color: #FF9959;
  opacity: 1;
  width: 20px;
}

@media screen and (min-width: 360px) {
  .about-us-item-top .item-info {
    align-items: flex-start;
    text-align: left;
  }

  .about-us-item-top {
    flex-direction: row;
  }
}

@media screen and (min-width: 601px) {
  #about-us-carousel .carousel-nav.sticky {
    padding: 12px 60px;
  }
}

@media screen and (min-width: 1200px) {
  .about-us-item-top .item-info {
    align-items: center;
    text-align: center;
  }

  .about-us-description {
    max-width: 960px;
  }

  .about-us-item {
    gap: 40px;
    margin: 0 104px;
  }

  .about-us-item-top {
    flex-direction: column;
    min-width: 240px;
  }

  .about-us-item-top .photo {
    width: 160px;
    height: 160px;
    border-radius: 40px;
  }

  #about-us-carousel .swiper-button-prev, #about-us-carousel .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 64px;
    height: 64px;
  }

  #about-us-carousel .swiper-button-prev {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cpath fill='%237D7D8C' fill-rule='evenodd' d='m22.1 32 23-23-2.2-2-25 25 25 25 2.2-2-23-23Z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat center / 100%;
  }

  #about-us-carousel .swiper-button-next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cpath fill='%237D7D8C' fill-rule='evenodd' d='m41.9 32-23-23 2.2-2 25 25-25 25-2.2-2 23-23Z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat center / 100%;
  }
}

/* ========================================================================== */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #9998a4;
  background: #9998a4;
}

/* ================================Modal====================================== */
.modal .modal-content {
  border-radius: 24px;
  border: none;
  color: #7D7D8C;
  padding: 56px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.modal h2 {
  color: #43434C
}

.modal p {
  color: inherit;
}

.modal .modal-dialog {
  margin: 30px;
  max-width: 100%;
}

.modal .close {
  top: 0;
  right: 0;
  opacity: 0.4;
}

.modal .close:hover {
  opacity: 0.7;
}

.modal .modal-body {
  padding: 0;
  gap: 40px
}

.modal-buttons {
  gap: 16px
}

.modal-buttons a {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  background: #F7F7F8;
  color: #43434C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  min-width: 150px;
  padding: 9px;
  transition: box-shadow .2s ease-in;
}

.modal-buttons a:hover {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
}

.modal-backdrop.show {
  opacity: 0.3;
}

@media screen and (min-width: 900px) {
  .modal .modal-content {
    padding: 56px 60px;
  }
}

@media screen and (min-width: 601px) {
  .modal .modal-dialog {
    margin: 30px auto;
    max-width: 500px;
  }

  .modal .modal-content {
    padding: 56px 40px;
  }
}

@media screen and (min-width: 900px) {
  .modal .modal-dialog {
    max-width: 640px;
  }
}

/* ================================Cookie====================================== */
.cookie-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 16px 16px;
  z-index: 100;
  display: flex;
  transition: transform .3s ease-in-out;
  transform: translateY(200%);
}

.cookie-wrapper.active {
  transform: translateY(0);
}

.cookie-wrapper .cookie {
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px 12px 20px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  color: #43434C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

}

.cookie-wrapper .cookie > div {
  gap: 20px
}

.cookie-wrapper .cookie img {
  margin-right: 12px;
}

.cookie-wrapper button {
  border: none;
  background: rgba(183, 183, 194, 0.20);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 20px;
  color: #43434C;
  flex-shrink: 0;
  cursor: pointer;
}

@media (min-width: 900px) {
  .cookie-wrapper {
    padding: 0 30px 30px;
  }
}


.section .how-it-works-images img {
  max-width: 80%;
}

@media (max-width: 1080px) {
  .section .how-it-works-images img {
    max-width: 90%;
  }
}

@media (max-width: 900px) {
  .section .how-it-works-images img {
    max-width: 100%;
  }
}

@media screen and (max-width: 384px) {
  .hero-section h1 {
    font-size: 32px;
  }
  .hero-section .img img{
    max-width: 350px;
  }
  .hero-section .text p {
    font-size: 20px;
    line-height: 1.5;
  }
}