/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/** Breakpoints */

/* Custom Font Icons */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot?e79bfd88537def476913f3ed52f4f4b3);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/MaterialIcons-Regular.woff2?570eb83859dc23dd0eec423a49e147fe) format("woff2"), url(/fonts/MaterialIcons-Regular.woff?012cf6a10129e2275d79d6adac7f3b02) format("woff"), url(/fonts/MaterialIcons-Regular.ttf?a37b0c01c0baf1888ca812cc0508f6e2) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* Custom fonts */

@font-face {
  font-family: "Poppins";
  font-display: auto;
  src: url(/fonts/Poppins-Regular.ttf?8b6af8e5e8324edfd77af8b3b35d7f9c) format("truetype");
}

@font-face {
  font-family: "Poppins-Light";
  font-display: auto;
  src: url(/fonts/Poppins-Light.ttf?f6ea751e936ade6edcd03a26b8153b4a) format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";
  font-display: auto;
  src: url(/fonts/Poppins-Bold.ttf?a3e0b5f427803a187c1b62c5919196aa) format("truetype");
}

@font-face {
  font-family: "IBM Light";
  font-display: auto;
  src: url(/fonts/IBMPlexSansCondensed-Light.ttf?7c7ad234cc6598917a7abb8b076e1815) format("truetype");
}

@font-face {
  font-family: "IBM SemiBold";
  font-display: auto;
  src: url(/fonts/IBMPlexSansCondensed-SemiBold.ttf?6a42544204311b47c477f8db37750583) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-display: auto;
  src: url(/fonts/NotoSans-Regular.ttf?5a87cce84010f7cea085ae218d44a64b) format("truetype");
}

@font-face {
  font-family: "NotoSans-Italic";
  font-display: auto;
  src: url(/fonts/NotoSans-Italic.ttf?afe1714f485b424f221147e1be6cf8ad) format("truetype");
}

@font-face {
  font-family: "NotoSans-Bold";
  font-display: auto;
  src: url(/fonts/NotoSans-Bold.ttf?98f0cacc6bb63b64b98aac7cac082d27) format("truetype");
}

@font-face {
  font-family: "NotoSans-BoldItalic";
  font-display: auto;
  src: url(/fonts/NotoSans-BoldItalic.ttf?a1375023bb3f9d55dfc6d58685cd6e69) format("truetype");
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8 {
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.p1,
.p2,
.p3 {
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.h1 {
  font-size: 80px;
  line-height: 1.5em;
}

.h2 {
  font-size: 40px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .h2 {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .h2 {
    font-size: 50px;
  }
}

.h3 {
  font-size: 40px;
  line-height: 1.5em;
}

.h4 {
  font-size: 21px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .h4 {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .h4 {
    font-size: 30px;
  }
}

.h5 {
  font-size: 21px;
  line-height: 1.47em;
}

.h6 {
  font-size: 16px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .h6 {
    font-size: 18px;
  }
}

.h7 {
  font-size: 15px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .h7 {
    font-size: 16px;
  }
}

.h8 {
  font-size: 11px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .h8 {
    font-size: 12px;
  }
}

.dsp1 {
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  font-size: 40px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .dsp1 {
    font-size: 80px;
  }
}

@media (min-width: 1200px) {
  .dsp1 {
    font-size: 130px;
  }
}

.dsp2 {
  font-family: "IBM SemiBold", Geneva, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 150px;
  line-height: 1.3em;
  font-weight: 500;
}

.dsp3 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 150px;
  line-height: 1.5em;
}

.dsp4 {
  font-family: "IBM Light", Geneva, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 20px;
  line-height: 1.31em;
  font-weight: 200;
}

@media (min-width: 768px) {
  .dsp4 {
    font-size: 24px;
  }
}

.p1 {
  font-size: 18px;
  line-height: 1.47em;
}

@media (min-width: 768px) {
  .p1 {
    font-size: 21px;
  }
}

.p2 {
  font-size: 16px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .p2 {
    font-size: 18px;
  }
}

.p3 {
  font-size: 15px;
  line-height: 1.47em;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s all;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
div,
nav,
ul,
li,
button,
figure {
  margin: 0;
  padding: 0;
}

body:not(#incptcart-admin-template) {
  position: relative;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
}

body#incptcart-admin-template {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #7a7a7a;
  background-color: #ffffff;
}

h1:not(body#incptcart-admin-template),
h2:not(body#incptcart-admin-template),
h3:not(body#incptcart-admin-template) {
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
}

h1:not(body#incptcart-admin-template) {
  font-size: 50px;
}

body#incptcart-admin-template h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4,
h5,
h6 {
  font-size: 18px;
}

p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

p:not(body#incptcart-admin-template) {
  color: #ffffff;
}

body#incptcart-admin-template p {
  color: #7a7a7a;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  border: none;
  background: none;
  font-family: inherit;
}

figure:not(#incptcart-admin-template),
img:not(#incptcart-admin-template) {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.header-nav-padded {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .header-nav-padded {
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  .header-nav-padded {
    padding-top: 150px;
  }
}

.page-wrap {
  position: relative;
  width: 100%;
}

.subsection-title {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .subsection-title {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .subsection-title {
    margin-bottom: 90px;
  }
}

.dashboard-page-title {
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 28px;
  font-size: 16px !important;
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

@media (min-width: 768px) {
  .dashboard-page-title {
    top: 55px;
    font-size: 21px !important;
  }
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.incptcart-page-title {
  color: #4c5cf9;
  font-size: 36px;
  font-weight: 400;
}

.incptcart-page-title-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0px 48px;
}

.incptcart-page-title-group div a:not(:last-child),
.incptcart-page-title-group div p:not(:last-child),
.incptcart-page-title-group div li:not(:last-child),
.incptcart-page-title-group div button:not(:last-child) {
  margin-right: 14px;
}

.incptcart-page-section-title {
  color: #01112f;
  font-family: "NotoSans-Bold";
  font-size: 30px;
  font-weight: 700;
}

.incptcart-account-user-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.incptcart-account-user-link:hover i {
  color: #071bd8;
}

.incptcart-account-user-link i {
  color: #4c5cf9;
  transition: 0.4s all;
  font-size: 48px;
}

.incptcart-link {
  text-decoration: none;
  color: #021f54;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.incptcart-link--block {
  display: block;
}

.incptcart-link--dark {
  color: #7a7a7a;
  font-weight: 700;
}

.incptcart-link--dark:hover {
  color: #474747;
}

.snj-container,
.snj-order-page {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .snj-container,
  .snj-order-page {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .snj-container,
  .snj-order-page {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .snj-container,
  .snj-order-page {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .snj-container,
  .snj-order-page {
    max-width: 1140px;
  }
}

.snj-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.snj-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.snj-col-1,
.snj-col-2,
.snj-col-3,
.snj-col-4,
.snj-col-5,
.snj-col-6,
.snj-col-7,
.snj-col-8,
.snj-col-9,
.snj-col-10,
.snj-col-11,
.snj-col-12,
.col,
.snj-col-auto,
.snj-col-sm-1,
.snj-col-sm-2,
.snj-col-sm-3,
.snj-col-sm-4,
.snj-col-sm-5,
.snj-col-sm-6,
.snj-col-sm-7,
.snj-col-sm-8,
.snj-col-sm-9,
.snj-col-sm-10,
.snj-col-sm-11,
.snj-col-sm-12,
.snj-col-sm,
.snj-col-sm-auto,
.snj-col-md-1,
.snj-col-md-2,
.snj-col-md-3,
.snj-col-md-4,
.snj-col-md-5,
.snj-col-md-6,
.snj-col-md-7,
.snj-col-md-8,
.snj-col-md-9,
.snj-col-md-10,
.snj-col-md-11,
.snj-col-md-12,
.snj-col-md,
.snj-col-md-auto,
.snj-col-lg-1,
.snj-col-lg-2,
.snj-col-lg-3,
.snj-col-lg-4,
.snj-col-lg-5,
.snj-col-lg-6,
.snj-col-lg-7,
.snj-col-lg-8,
.snj-col-lg-9,
.snj-col-lg-10,
.snj-col-lg-11,
.snj-col-lg-12,
.snj-col-lg,
.snj-col-lg-auto,
.snj-col-xl-1,
.snj-col-xl-2,
.snj-col-xl-3,
.snj-col-xl-4,
.snj-col-xl-5,
.snj-col-xl-6,
.snj-col-xl-7,
.snj-col-xl-8,
.snj-col-xl-9,
.snj-col-xl-10,
.snj-col-xl-11,
.snj-col-xl-12,
.snj-col-xl,
.snj-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.snj-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.snj-col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.snj-col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.snj-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.snj-col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.snj-col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.snj-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.snj-col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.snj-col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.snj-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.snj-col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.snj-col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.snj-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .snj-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .snj-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .snj-col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .snj-col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .snj-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .snj-col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .snj-col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .snj-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .snj-col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .snj-col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .snj-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .snj-col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .snj-col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .snj-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .snj-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .snj-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .snj-col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .snj-col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .snj-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .snj-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .snj-col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .snj-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .snj-col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .snj-col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .snj-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .snj-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .snj-col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .snj-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .snj-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .snj-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .snj-col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .snj-col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .snj-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .snj-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .snj-col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .snj-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .snj-col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .snj-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .snj-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .snj-col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .snj-col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .snj-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .snj-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .snj-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .snj-col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .snj-col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .snj-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .snj-col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .snj-col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .snj-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .snj-col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .snj-col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .snj-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .snj-col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .snj-col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .snj-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.grid-container {
  display: grid;
}

.grid-container--inline {
  display: inline-grid;
}

.grid-container--subgrid {
  display: subgrid;
}

.grid-autorow-1 {
  grid-template-rows: repeat(1, auto) !important;
}

.grid-autorow-2 {
  grid-template-rows: repeat(2, auto) !important;
}

.grid-autorow-3 {
  grid-template-rows: repeat(3, auto) !important;
}

.grid-autorow-4 {
  grid-template-rows: repeat(4, auto) !important;
}

.grid-autorow-5 {
  grid-template-rows: repeat(5, auto) !important;
}

.grid-autorow-6 {
  grid-template-rows: repeat(6, auto) !important;
}

.grid-autorow-7 {
  grid-template-rows: repeat(7, auto) !important;
}

.grid-autorow-8 {
  grid-template-rows: repeat(8, auto) !important;
}

.grid-autorow-9 {
  grid-template-rows: repeat(9, auto) !important;
}

.grid-autorow-10 {
  grid-template-rows: repeat(10, auto) !important;
}

.grid-autorow-11 {
  grid-template-rows: repeat(11, auto) !important;
}

.grid-autorow-12 {
  grid-template-rows: repeat(12, auto) !important;
}

@media (min-width: 576px) {
  .grid-autorow-lm-1 {
    grid-template-rows: repeat(1, auto) !important;
  }

  .grid-autorow-lm-2 {
    grid-template-rows: repeat(2, auto) !important;
  }

  .grid-autorow-lm-3 {
    grid-template-rows: repeat(3, auto) !important;
  }

  .grid-autorow-lm-4 {
    grid-template-rows: repeat(4, auto) !important;
  }

  .grid-autorow-lm-5 {
    grid-template-rows: repeat(5, auto) !important;
  }

  .grid-autorow-lm-6 {
    grid-template-rows: repeat(6, auto) !important;
  }

  .grid-autorow-lm-7 {
    grid-template-rows: repeat(7, auto) !important;
  }

  .grid-autorow-lm-8 {
    grid-template-rows: repeat(8, auto) !important;
  }

  .grid-autorow-lm-9 {
    grid-template-rows: repeat(9, auto) !important;
  }

  .grid-autorow-lm-10 {
    grid-template-rows: repeat(10, auto) !important;
  }

  .grid-autorow-lm-11 {
    grid-template-rows: repeat(11, auto) !important;
  }

  .grid-autorow-lm-12 {
    grid-template-rows: repeat(12, auto) !important;
  }
}

@media (min-width: 768px) {
  .grid-autorow-tbl-1 {
    grid-template-rows: repeat(1, auto) !important;
  }

  .grid-autorow-tbl-2 {
    grid-template-rows: repeat(2, auto) !important;
  }

  .grid-autorow-tbl-3 {
    grid-template-rows: repeat(3, auto) !important;
  }

  .grid-autorow-tbl-4 {
    grid-template-rows: repeat(4, auto) !important;
  }

  .grid-autorow-tbl-5 {
    grid-template-rows: repeat(5, auto) !important;
  }

  .grid-autorow-tbl-6 {
    grid-template-rows: repeat(6, auto) !important;
  }

  .grid-autorow-tbl-7 {
    grid-template-rows: repeat(7, auto) !important;
  }

  .grid-autorow-tbl-8 {
    grid-template-rows: repeat(8, auto) !important;
  }

  .grid-autorow-tbl-9 {
    grid-template-rows: repeat(9, auto) !important;
  }

  .grid-autorow-tbl-10 {
    grid-template-rows: repeat(10, auto) !important;
  }

  .grid-autorow-tbl-11 {
    grid-template-rows: repeat(11, auto) !important;
  }

  .grid-autorow-tbl-12 {
    grid-template-rows: repeat(12, auto) !important;
  }
}

@media (min-width: 1025px) {
  .grid-autorow-smlpt-1 {
    grid-template-rows: repeat(1, auto) !important;
  }

  .grid-autorow-smlpt-2 {
    grid-template-rows: repeat(2, auto) !important;
  }

  .grid-autorow-smlpt-3 {
    grid-template-rows: repeat(3, auto) !important;
  }

  .grid-autorow-smlpt-4 {
    grid-template-rows: repeat(4, auto) !important;
  }

  .grid-autorow-smlpt-5 {
    grid-template-rows: repeat(5, auto) !important;
  }

  .grid-autorow-smlpt-6 {
    grid-template-rows: repeat(6, auto) !important;
  }

  .grid-autorow-smlpt-7 {
    grid-template-rows: repeat(7, auto) !important;
  }

  .grid-autorow-smlpt-8 {
    grid-template-rows: repeat(8, auto) !important;
  }

  .grid-autorow-smlpt-9 {
    grid-template-rows: repeat(9, auto) !important;
  }

  .grid-autorow-smlpt-10 {
    grid-template-rows: repeat(10, auto) !important;
  }

  .grid-autorow-smlpt-11 {
    grid-template-rows: repeat(11, auto) !important;
  }

  .grid-autorow-smlpt-12 {
    grid-template-rows: repeat(12, auto) !important;
  }
}

@media (min-width: 1200px) {
  .grid-autorow-lpt-1 {
    grid-template-rows: repeat(1, auto) !important;
  }

  .grid-autorow-lpt-2 {
    grid-template-rows: repeat(2, auto) !important;
  }

  .grid-autorow-lpt-3 {
    grid-template-rows: repeat(3, auto) !important;
  }

  .grid-autorow-lpt-4 {
    grid-template-rows: repeat(4, auto) !important;
  }

  .grid-autorow-lpt-5 {
    grid-template-rows: repeat(5, auto) !important;
  }

  .grid-autorow-lpt-6 {
    grid-template-rows: repeat(6, auto) !important;
  }

  .grid-autorow-lpt-7 {
    grid-template-rows: repeat(7, auto) !important;
  }

  .grid-autorow-lpt-8 {
    grid-template-rows: repeat(8, auto) !important;
  }

  .grid-autorow-lpt-9 {
    grid-template-rows: repeat(9, auto) !important;
  }

  .grid-autorow-lpt-10 {
    grid-template-rows: repeat(10, auto) !important;
  }

  .grid-autorow-lpt-11 {
    grid-template-rows: repeat(11, auto) !important;
  }

  .grid-autorow-lpt-12 {
    grid-template-rows: repeat(12, auto) !important;
  }
}

@media (min-width: 1441px) {
  .grid-autorow-smdsk-1 {
    grid-template-rows: repeat(1, auto) !important;
  }

  .grid-autorow-smdsk-2 {
    grid-template-rows: repeat(2, auto) !important;
  }

  .grid-autorow-smdsk-3 {
    grid-template-rows: repeat(3, auto) !important;
  }

  .grid-autorow-smdsk-4 {
    grid-template-rows: repeat(4, auto) !important;
  }

  .grid-autorow-smdsk-5 {
    grid-template-rows: repeat(5, auto) !important;
  }

  .grid-autorow-smdsk-6 {
    grid-template-rows: repeat(6, auto) !important;
  }

  .grid-autorow-smdsk-7 {
    grid-template-rows: repeat(7, auto) !important;
  }

  .grid-autorow-smdsk-8 {
    grid-template-rows: repeat(8, auto) !important;
  }

  .grid-autorow-smdsk-9 {
    grid-template-rows: repeat(9, auto) !important;
  }

  .grid-autorow-smdsk-10 {
    grid-template-rows: repeat(10, auto) !important;
  }

  .grid-autorow-smdsk-11 {
    grid-template-rows: repeat(11, auto) !important;
  }

  .grid-autorow-smdsk-12 {
    grid-template-rows: repeat(12, auto) !important;
  }
}

@media (min-width: 1650px) {
  .grid-autorow-lgdsk-1 {
    grid-template-rows: repeat(1, auto) !important;
  }

  .grid-autorow-lgdsk-2 {
    grid-template-rows: repeat(2, auto) !important;
  }

  .grid-autorow-lgdsk-3 {
    grid-template-rows: repeat(3, auto) !important;
  }

  .grid-autorow-lgdsk-4 {
    grid-template-rows: repeat(4, auto) !important;
  }

  .grid-autorow-lgdsk-5 {
    grid-template-rows: repeat(5, auto) !important;
  }

  .grid-autorow-lgdsk-6 {
    grid-template-rows: repeat(6, auto) !important;
  }

  .grid-autorow-lgdsk-7 {
    grid-template-rows: repeat(7, auto) !important;
  }

  .grid-autorow-lgdsk-8 {
    grid-template-rows: repeat(8, auto) !important;
  }

  .grid-autorow-lgdsk-9 {
    grid-template-rows: repeat(9, auto) !important;
  }

  .grid-autorow-lgdsk-10 {
    grid-template-rows: repeat(10, auto) !important;
  }

  .grid-autorow-lgdsk-11 {
    grid-template-rows: repeat(11, auto) !important;
  }

  .grid-autorow-lgdsk-12 {
    grid-template-rows: repeat(12, auto) !important;
  }
}

.grid-autocolumn-1 {
  grid-template-columns: repeat(1, auto) !important;
}

.grid-autocolumn-2 {
  grid-template-columns: repeat(2, auto) !important;
}

.grid-autocolumn-3 {
  grid-template-columns: repeat(3, auto) !important;
}

.grid-autocolumn-4 {
  grid-template-columns: repeat(4, auto) !important;
}

.grid-autocolumn-5 {
  grid-template-columns: repeat(5, auto) !important;
}

.grid-autocolumn-6 {
  grid-template-columns: repeat(6, auto) !important;
}

.grid-autocolumn-7 {
  grid-template-columns: repeat(7, auto) !important;
}

.grid-autocolumn-8 {
  grid-template-columns: repeat(8, auto) !important;
}

.grid-autocolumn-9 {
  grid-template-columns: repeat(9, auto) !important;
}

.grid-autocolumn-10 {
  grid-template-columns: repeat(10, auto) !important;
}

.grid-autocolumn-11 {
  grid-template-columns: repeat(11, auto) !important;
}

.grid-autocolumn-12 {
  grid-template-columns: repeat(12, auto) !important;
}

@media (min-width: 576px) {
  .grid-autocolumn-lm-1 {
    grid-template-columns: repeat(1, auto) !important;
  }

  .grid-autocolumn-lm-2 {
    grid-template-columns: repeat(2, auto) !important;
  }

  .grid-autocolumn-lm-3 {
    grid-template-columns: repeat(3, auto) !important;
  }

  .grid-autocolumn-lm-4 {
    grid-template-columns: repeat(4, auto) !important;
  }

  .grid-autocolumn-lm-5 {
    grid-template-columns: repeat(5, auto) !important;
  }

  .grid-autocolumn-lm-6 {
    grid-template-columns: repeat(6, auto) !important;
  }

  .grid-autocolumn-lm-7 {
    grid-template-columns: repeat(7, auto) !important;
  }

  .grid-autocolumn-lm-8 {
    grid-template-columns: repeat(8, auto) !important;
  }

  .grid-autocolumn-lm-9 {
    grid-template-columns: repeat(9, auto) !important;
  }

  .grid-autocolumn-lm-10 {
    grid-template-columns: repeat(10, auto) !important;
  }

  .grid-autocolumn-lm-11 {
    grid-template-columns: repeat(11, auto) !important;
  }

  .grid-autocolumn-lm-12 {
    grid-template-columns: repeat(12, auto) !important;
  }
}

@media (min-width: 768px) {
  .grid-autocolumn-tbl-1 {
    grid-template-columns: repeat(1, auto) !important;
  }

  .grid-autocolumn-tbl-2 {
    grid-template-columns: repeat(2, auto) !important;
  }

  .grid-autocolumn-tbl-3 {
    grid-template-columns: repeat(3, auto) !important;
  }

  .grid-autocolumn-tbl-4 {
    grid-template-columns: repeat(4, auto) !important;
  }

  .grid-autocolumn-tbl-5 {
    grid-template-columns: repeat(5, auto) !important;
  }

  .grid-autocolumn-tbl-6 {
    grid-template-columns: repeat(6, auto) !important;
  }

  .grid-autocolumn-tbl-7 {
    grid-template-columns: repeat(7, auto) !important;
  }

  .grid-autocolumn-tbl-8 {
    grid-template-columns: repeat(8, auto) !important;
  }

  .grid-autocolumn-tbl-9 {
    grid-template-columns: repeat(9, auto) !important;
  }

  .grid-autocolumn-tbl-10 {
    grid-template-columns: repeat(10, auto) !important;
  }

  .grid-autocolumn-tbl-11 {
    grid-template-columns: repeat(11, auto) !important;
  }

  .grid-autocolumn-tbl-12 {
    grid-template-columns: repeat(12, auto) !important;
  }
}

@media (min-width: 1025px) {
  .grid-autocolumn-smlpt-1 {
    grid-template-columns: repeat(1, auto) !important;
  }

  .grid-autocolumn-smlpt-2 {
    grid-template-columns: repeat(2, auto) !important;
  }

  .grid-autocolumn-smlpt-3 {
    grid-template-columns: repeat(3, auto) !important;
  }

  .grid-autocolumn-smlpt-4 {
    grid-template-columns: repeat(4, auto) !important;
  }

  .grid-autocolumn-smlpt-5 {
    grid-template-columns: repeat(5, auto) !important;
  }

  .grid-autocolumn-smlpt-6 {
    grid-template-columns: repeat(6, auto) !important;
  }

  .grid-autocolumn-smlpt-7 {
    grid-template-columns: repeat(7, auto) !important;
  }

  .grid-autocolumn-smlpt-8 {
    grid-template-columns: repeat(8, auto) !important;
  }

  .grid-autocolumn-smlpt-9 {
    grid-template-columns: repeat(9, auto) !important;
  }

  .grid-autocolumn-smlpt-10 {
    grid-template-columns: repeat(10, auto) !important;
  }

  .grid-autocolumn-smlpt-11 {
    grid-template-columns: repeat(11, auto) !important;
  }

  .grid-autocolumn-smlpt-12 {
    grid-template-columns: repeat(12, auto) !important;
  }
}

@media (min-width: 1200px) {
  .grid-autocolumn-lpt-1 {
    grid-template-columns: repeat(1, auto) !important;
  }

  .grid-autocolumn-lpt-2 {
    grid-template-columns: repeat(2, auto) !important;
  }

  .grid-autocolumn-lpt-3 {
    grid-template-columns: repeat(3, auto) !important;
  }

  .grid-autocolumn-lpt-4 {
    grid-template-columns: repeat(4, auto) !important;
  }

  .grid-autocolumn-lpt-5 {
    grid-template-columns: repeat(5, auto) !important;
  }

  .grid-autocolumn-lpt-6 {
    grid-template-columns: repeat(6, auto) !important;
  }

  .grid-autocolumn-lpt-7 {
    grid-template-columns: repeat(7, auto) !important;
  }

  .grid-autocolumn-lpt-8 {
    grid-template-columns: repeat(8, auto) !important;
  }

  .grid-autocolumn-lpt-9 {
    grid-template-columns: repeat(9, auto) !important;
  }

  .grid-autocolumn-lpt-10 {
    grid-template-columns: repeat(10, auto) !important;
  }

  .grid-autocolumn-lpt-11 {
    grid-template-columns: repeat(11, auto) !important;
  }

  .grid-autocolumn-lpt-12 {
    grid-template-columns: repeat(12, auto) !important;
  }
}

@media (min-width: 1441px) {
  .grid-autocolumn-smdsk-1 {
    grid-template-columns: repeat(1, auto) !important;
  }

  .grid-autocolumn-smdsk-2 {
    grid-template-columns: repeat(2, auto) !important;
  }

  .grid-autocolumn-smdsk-3 {
    grid-template-columns: repeat(3, auto) !important;
  }

  .grid-autocolumn-smdsk-4 {
    grid-template-columns: repeat(4, auto) !important;
  }

  .grid-autocolumn-smdsk-5 {
    grid-template-columns: repeat(5, auto) !important;
  }

  .grid-autocolumn-smdsk-6 {
    grid-template-columns: repeat(6, auto) !important;
  }

  .grid-autocolumn-smdsk-7 {
    grid-template-columns: repeat(7, auto) !important;
  }

  .grid-autocolumn-smdsk-8 {
    grid-template-columns: repeat(8, auto) !important;
  }

  .grid-autocolumn-smdsk-9 {
    grid-template-columns: repeat(9, auto) !important;
  }

  .grid-autocolumn-smdsk-10 {
    grid-template-columns: repeat(10, auto) !important;
  }

  .grid-autocolumn-smdsk-11 {
    grid-template-columns: repeat(11, auto) !important;
  }

  .grid-autocolumn-smdsk-12 {
    grid-template-columns: repeat(12, auto) !important;
  }
}

@media (min-width: 1650px) {
  .grid-autocolumn-lgdsk-1 {
    grid-template-columns: repeat(1, auto) !important;
  }

  .grid-autocolumn-lgdsk-2 {
    grid-template-columns: repeat(2, auto) !important;
  }

  .grid-autocolumn-lgdsk-3 {
    grid-template-columns: repeat(3, auto) !important;
  }

  .grid-autocolumn-lgdsk-4 {
    grid-template-columns: repeat(4, auto) !important;
  }

  .grid-autocolumn-lgdsk-5 {
    grid-template-columns: repeat(5, auto) !important;
  }

  .grid-autocolumn-lgdsk-6 {
    grid-template-columns: repeat(6, auto) !important;
  }

  .grid-autocolumn-lgdsk-7 {
    grid-template-columns: repeat(7, auto) !important;
  }

  .grid-autocolumn-lgdsk-8 {
    grid-template-columns: repeat(8, auto) !important;
  }

  .grid-autocolumn-lgdsk-9 {
    grid-template-columns: repeat(9, auto) !important;
  }

  .grid-autocolumn-lgdsk-10 {
    grid-template-columns: repeat(10, auto) !important;
  }

  .grid-autocolumn-lgdsk-11 {
    grid-template-columns: repeat(11, auto) !important;
  }

  .grid-autocolumn-lgdsk-12 {
    grid-template-columns: repeat(12, auto) !important;
  }
}

/*
    Shorthand utility classes for common flexbox styles
    flex-grow, flex-basis, and flex-shrink not supported yet
    since these are set in a specific way that would need sometype
    of variable instead of writing "cases" for each possible settings
    TODO:// add support for flex-grow, flex-bases, flex-shrink
 */

.flex-container {
  display: flex;
}

.flex-container.inline {
  display: inline-flex;
}

.flex-container.direction--row {
  flex-direction: row;
}

.flex-container.direction--row-reverse {
  flex-direction: row-reverse;
}

.flex-container.direction--column {
  flex-direction: column;
}

.flex-container.direction--column-reverse {
  flex-direction: column-reverse;
}

.flex-container.flexwrap--nowrap {
  flex-wrap: nowrap;
}

.flex-container.flexwrap--wrap {
  flex-wrap: wrap;
}

.flex-container.flexwrap--wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-container.justify-content--start {
  justify-content: flex-start;
}

.flex-container.justify-content--end {
  justify-content: flex-end;
}

.flex-container.justify-content--center {
  justify-content: center;
}

.flex-container.justify-content--space-between {
  justify-content: space-between;
}

.flex-container.justify-content--space-around {
  justify-content: space-around;
}

.flex-container.justify-content--space-evenly {
  justify-content: space-evenly;
}

.flex-container.align-items--start {
  align-items: flex-start;
}

.flex-container.align-items--end {
  align-items: flex-end;
}

.flex-container.align-items--center {
  align-items: center;
}

.flex-container.align-items--space-between {
  align-items: space-between;
}

.flex-container.align-items--space-around {
  align-items: space-around;
}

.flex-container.align-items--space-evenly {
  align-items: space-evenly;
}

.flex-container.align-content--start {
  align-content: flex-start;
}

.flex-container.align-content--end {
  align-content: flex-end;
}

.flex-container.align-content--center {
  align-content: center;
}

.flex-container.align-content--space-between {
  align-content: space-between;
}

.flex-container.align-content--space-around {
  align-content: space-around;
}

.flex-container.align-content--space-evenly {
  align-content: space-evenly;
}

.flex-child.order--1 {
  order: 1;
}

.flex-child.order--2 {
  order: 2;
}

.flex-child.order--3 {
  order: 3;
}

.flex-child.order--4 {
  order: 4;
}

.flex-child.order--5 {
  order: 5;
}

.flex-child.order--6 {
  order: 6;
}

.flex-child.order--7 {
  order: 7;
}

.flex-child.order--8 {
  order: 8;
}

.flex-child.order--9 {
  order: 9;
}

.flex-child.order--10 {
  order: 10;
}

.flex-child.order--11 {
  order: 11;
}

.flex-child.order--12 {
  order: 12;
}

.flex-child.align--auto {
  align-self: auto;
}

.flex-child.align--start {
  align-self: flex-start;
}

.flex-child.align--end {
  align-self: flex-end;
}

.flex-child.align--center {
  align-self: center;
}

button:hover {
  cursor: pointer;
}

.cta-btn {
  display: block;
  position: relative;
  padding: 8px 10px 6px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #4c5cf9;
  color: #ffffff;
  background-color: #4c5cf9;
}

.cta-btn--outline {
  color: #ffffff;
  background-color: #000000;
  border-color: #4c5cf9;
}

.snj-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 8px;
  min-width: 87px;
  min-height: 33px;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
  background-color: #c0c0c0;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-btn svg {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-btn:disabled {
  background-color: #252525;
  color: #5c5c5c;
}

.snj-btn:disabled:hover {
  cursor: not-allowed;
  background-color: #252525;
  color: #5c5c5c;
}

.snj-btn:hover {
  cursor: pointer;
  background-color: #acacac;
}

.snj-btn--lg {
  padding: 18px 88px;
}

.snj-btn--md {
  padding: 11px 32px 12px;
}

.snj-btn--sm {
  padding: 4px 8px;
  min-width: 68px;
  min-height: 27px;
}

.snj-btn--slim {
  padding: 0px 8px;
  width: auto;
  height: 33px;
}

.snj-btn--bigger-text {
  font-size: 18px;
  font-weight: 700;
}

.snj-btn--primary {
  background-color: #4c5cf9;
  color: #ffffff;
  font-weight: 600;
}

.snj-btn--primary:hover {
  cursor: pointer;
  background-color: #2538f8;
}

.snj-btn--primary svg {
  fill: #ffffff;
}

.snj-btn--google-signin {
  padding: 13px 34px;
  background-color: #293286;
  color: #ffffff;
}

.snj-btn--google-signin img {
  margin-right: 20px;
}

.snj-btn--google-signin:hover {
  background-color: #1f2667;
}

.snj-btn--inline {
  display: inline-flex;
}

.snj-btn--full {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  justify-content: center;
}

.slot-link .slot-mask {
  pointer-events: none;
  display: block;
  overflow: hidden;
}

.slot-link .slot-content {
  position: relative;
  display: inline-block;
}

.slot-link .slot-content:before {
  content: attr(data-txt-fx);
  position: absolute;
  top: -120%;
  color: #4c5cf9;
  opacity: 0;
}

.slot-link:hover .slot-content {
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(0, 120%);
}

.slot-link:hover .slot-content:before {
  transition-duration: 1.2s;
  color: #ffffff;
  opacity: 1;
}

.lightbox-btn {
  cursor: pointer;
  color: #4c5cf9;
  background-color: #0B0E25;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}

.lightbox-btn img {
  pointer-events: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lightbox-btn.close-btn {
  width: 46px;
  height: 46px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .lightbox-btn.close-btn {
    width: 60px;
    height: 60px;
  }
}

.lightbox-btn.close-btn img {
  width: 17px;
}

@media (min-width: 768px) {
  .lightbox-btn.close-btn img {
    width: 22px;
  }
}

.lightbox-btn.left-nav,
.lightbox-btn.right-nav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .lightbox-btn.left-nav,
  .lightbox-btn.right-nav {
    width: 72px;
    height: 72px;
  }
}

.lightbox-btn.left-nav img,
.lightbox-btn.right-nav img {
  height: 20px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.lightbox-btn.left-nav img {
  right: 3px;
}

.lightbox-btn.right-nav img {
  left: 3px;
}

.lightbox-btn:hover {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  background-color: #16206b;
}

.lightbox-btn:hover.close-btn img {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transform: rotate(90deg);
}

.lightbox-btn:hover.left-nav img {
  transform: translate3d(-3px, 0, 0);
}

@media (min-width: 1200px) {
  .lightbox-btn:hover.left-nav img {
    transform: translate3d(-5px, 0, 0);
  }
}

.lightbox-btn:hover.right-nav img {
  transform: translate3d(3px, 0, 0);
}

@media (min-width: 1200px) {
  .lightbox-btn:hover.right-nav img {
    transform: translate3d(5px, 0, 0);
  }
}

.incptcart-btn {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 8px;
  min-width: 87px;
  min-height: 33px;
  border: none;
  border-radius: 8px;
  background-color: #c0c0c0;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.incptcart-btn svg {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.incptcart-btn:hover {
  cursor: pointer;
  background-color: #acacac;
}

.incptcart-btn--inline {
  display: inline-flex;
}

.incptcart-btn--lg {
  padding: 16px 50px;
  min-width: 120px;
  min-height: 46px;
}

.incptcart-btn--sm {
  padding: 4px 8px;
  min-width: 68px;
  min-height: 27px;
}

.incptcart-btn--slim {
  padding: 0px 8px;
  width: auto;
  height: 33px;
}

.incptcart-btn--primary {
  background-color: #4c5cf9;
  color: #ffffff;
  font-weight: 600;
}

.incptcart-btn--primary:hover {
  cursor: pointer;
  background-color: #2538f8;
}

.incptcart-btn--primary svg {
  fill: #ffffff;
}

.incptcart-btn--success {
  background-color: #92d36e;
  color: #ffffff;
  font-weight: 600;
}

.incptcart-btn--success:hover {
  cursor: pointer;
  background-color: #7aca4f;
}

.incptcart-btn--success svg {
  fill: #ffffff;
}

.incptcart-btn--outline {
  background-color: transparent;
  border: 1px solid #c0c0c0;
  color: #c0c0c0;
  font-weight: 400;
}

.incptcart-btn--outline:hover {
  cursor: pointer;
  background-color: transparent;
  color: #8d8d8d;
}

.incptcart-btn--outline:hover svg {
  fill: #8d8d8d;
}

.incptcart-btn--outline svg {
  fill: #c0c0c0;
}

.incptcart-btn--outline.incptcart-btn--primary {
  border-color: #4c5cf9;
  color: #4c5cf9;
}

.incptcart-btn--outline.incptcart-btn--primary:hover {
  border-color: #8792fb;
  color: #8792fb;
}

.incptcart-btn--outline.incptcart-btn--primary:hover svg {
  fill: #8792fb;
}

.incptcart-btn--outline.incptcart-btn--primary svg {
  fill: #4c5cf9;
}

.incptcart-btn--outline.incptcart-btn--secondary {
  border-color: #171c4b;
  color: #171c4b;
}

.incptcart-btn--outline.incptcart-btn--secondary:hover {
  border-color: #252d7a;
  color: #252d7a;
}

.incptcart-btn--outline.incptcart-btn--secondary:hover svg {
  fill: #252d7a;
}

.incptcart-btn--outline.incptcart-btn--secondary svg {
  fill: #171c4b;
}

.incptcart-btn--outline.incptcart-btn--success {
  border-color: #92d36e;
  color: #92d36e;
}

.incptcart-btn--outline.incptcart-btn--success:hover {
  border-color: #b5e19d;
  color: #b5e19d;
}

.incptcart-btn--outline.incptcart-btn--success:hover svg {
  fill: #b5e19d;
}

.incptcart-btn--outline.incptcart-btn--success svg {
  fill: #92d36e;
}

.incptcart-btn--outline.incptcart-btn--warning {
  border-color: #ffca28;
  color: #ffca28;
}

.incptcart-btn--outline.incptcart-btn--warning:hover {
  border-color: #ffd965;
  color: #ffd965;
}

.incptcart-btn--outline.incptcart-btn--warning:hover svg {
  fill: #ffd965;
}

.incptcart-btn--outline.incptcart-btn--warning svg {
  fill: #ffca28;
}

.incptcart-btn--outline.incptcart-btn--danger {
  border-color: #de5252;
  color: #de5252;
}

.incptcart-btn--outline.incptcart-btn--danger:hover {
  border-color: #e88585;
  color: #e88585;
}

.incptcart-btn--outline.incptcart-btn--danger:hover svg {
  fill: #e88585;
}

.incptcart-btn--outline.incptcart-btn--danger svg {
  fill: #de5252;
}

.back-btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 13px 16px 13px 39px;
  background-color: rgba(76, 92, 249, 0.15);
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}

.back-btn img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 17px;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}

.back-btn span {
  font-size: 18px;
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.back-btn:hover {
  background-color: rgba(76, 92, 249, 0.3);
}

.back-btn:hover img {
  transform: translate3d(-5px, 0, 0);
}

.edit-btn {
  margin: auto !important;
  align-items: center !important;
  top: 0 !important;
  bottom: 0 !important;
  font-size: 15px;
}

.snj-form {
  width: 100%;
  height: auto;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .snj-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.snj-form-row .snj-form-group {
  flex-basis: 100%;
}

.snj-form-group {
  position: relative;
  margin-bottom: 20px;
}

.snj-form-group--inline {
  display: inline;
}

.snj-form-group--inline-block {
  display: inline-block;
}

.snj-form-group--flex-center {
  display: flex;
  align-items: center;
  margin: 0;
}

.snj-form-group--inline-flex-center {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.snj-form-group.error .snj-input {
  border-bottom-color: #de5252;
  background-color: rgba(222, 82, 82, 0.15);
}

.snj-form-group.error .snj-input-help-text {
  color: #de5252;
}

.snj-label {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}

.snj-input {
  padding-left: 15px;
  padding-right: 50px;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 5px;
  border-bottom: 3px solid #4c5cf9;
  background-color: rgba(76, 92, 249, 0.15);
  color: #ffffff;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-input::-moz-placeholder {
  color: #969696;
}

.snj-input:-ms-input-placeholder {
  color: #969696;
}

.snj-input::placeholder {
  color: #969696;
}

.snj-input.textarea {
  height: unset;
  min-height: 129px;
  padding-top: 15px;
  padding-bottom: 22px;
  line-height: 1.5em;
}

.snj-input.confirming {
  border-bottom-color: transparent;
}

.snj-input-wrap,
.snj-editable-input-wrap {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  position: relative;
  padding-left: 0;
}

.snj-input-wrap .edit-btn,
.snj-editable-input-wrap .edit-btn {
  cursor: pointer;
  position: absolute;
  right: 7px;
  flex: 0;
  display: flex;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 5px;
}

.snj-input-wrap .edit-btn.to-save,
.snj-editable-input-wrap .edit-btn.to-save {
  background-color: #4c5cf9;
}

.snj-input-wrap .edit-btn.to-save ._text,
.snj-editable-input-wrap .edit-btn.to-save ._text {
  color: #ffffff;
}

.snj-input-wrap .edit-btn ._text,
.snj-editable-input-wrap .edit-btn ._text {
  pointer-events: none;
  position: relative;
  padding: 8px;
  color: #86a8ff;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.snj-input-help-text {
  display: block;
  margin-top: 5px;
}

.snj-radio-btn-container {
  display: grid;
  grid-gap: 10px 20px;
  gap: 10px 20px;
  padding-top: 3px;
}

.snj-radio-btn-container.grid-column-1 {
  grid-template-columns: repeat(1, auto);
}

.snj-radio-btn-container.grid-column-2 {
  grid-template-columns: repeat(2, auto);
}

.snj-radio-btn-container.grid-column-3 {
  grid-template-columns: repeat(3, auto);
}

.snj-radio-btn-container.grid-column-4 {
  grid-template-columns: repeat(4, auto);
}

.snj-radio-btn-container.grid-column-5 {
  grid-template-columns: repeat(5, auto);
}

.snj-radio-btn-container.grid-column-6 {
  grid-template-columns: repeat(6, auto);
}

.snj-radio-btn-container.grid-column-7 {
  grid-template-columns: repeat(7, auto);
}

.snj-radio-btn-container.grid-column-8 {
  grid-template-columns: repeat(8, auto);
}

.snj-radio-btn-container.grid-column-9 {
  grid-template-columns: repeat(9, auto);
}

.snj-radio-btn-container.grid-column-10 {
  grid-template-columns: repeat(10, auto);
}

.snj-radio-btn-container.grid-column-11 {
  grid-template-columns: repeat(11, auto);
}

.snj-radio-btn-container.grid-column-12 {
  grid-template-columns: repeat(12, auto);
}

.snj-radio-btn {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

.snj-radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}

.snj-radio-btn input:checked ~ span {
  background-color: #171c4b;
  border-color: #4c5cf9;
}

.snj-radio-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-radio-btn span:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.snj-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.snj-checkbox input[type=checkbox] {
  position: relative;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.snj-checkbox input[type=checkbox]:before,
.snj-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.4 cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-checkbox input[type=checkbox]:before {
  border: 2px solid #4c5cf9;
}

.snj-checkbox input[type=checkbox]:after {
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
}

.snj-checkbox input[type=checkbox]:checked:after {
  background-color: #4c5cf9;
}

.snj-form-link {
  color: #86a8ff;
}

.snj-form-link:hover {
  color: #ffffff;
}

.snj-form-link--sm {
  font-size: 0.9375rem;
}

.incptcart-form {
  width: 100%;
  height: auto;
  /* background: pink; */
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.incptcart-form__title {
  color: #000000;
  font-size: 30px;
}

.incptcart-input-group {
  position: relative;
  margin-bottom: 30px;
}

.incptcart-input-group--inline {
  display: inline;
}

.incptcart-input-group--inline-block {
  display: inline-block;
}

.incptcart-input-group--flex-center {
  display: flex;
  align-items: center;
  margin: 0;
}

.incptcart-input-group--inline-flex-center {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.incptcart-label {
  display: block;
  margin-bottom: 8px;
  color: #aaaaaa;
  font-size: 15px;
}

.incptcart-input {
  padding: 0px 15px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 8px;
  background-color: #ebebeb;
  font-size: 16px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.incptcart-input::-moz-placeholder {
  color: #c0c0c0;
}

.incptcart-input:-ms-input-placeholder {
  color: #c0c0c0;
}

.incptcart-input::placeholder {
  color: #c0c0c0;
}

.incptcart-select {
  padding: 0 12px;
  min-width: 205px;
  height: 50px;
  border: none;
  border-radius: 8px;
  background: #ebebeb;
  color: #c0c0c0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d6d6d6' d='M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M7,10L12,15L17,10H7Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
}

.incptcart-select::-ms-expand {
  display: none;
}

.EM-tooltip {
  z-index: 999999;
  display: block;
  position: fixed;
  width: 250px;
  margin: auto;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}

.EM-tooltip .inner-wrap {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  border-radius: 5px;
  background-color: #171c4b;
  box-shadow: 0 0 10px 4px #000000;
  transition: all 0.6s cubic-bezier(0.3, 0, 0.2, 1);
}

.EM-tooltip:not(.v-top):not(.v-center):not(.v-bottom):not(.h-left):not(.h-center):not(.h-right) {
  top: 10px;
  left: 0;
  right: 0;
}

.EM-tooltip:not(.v-top):not(.v-center):not(.v-bottom):not(.h-left):not(.h-center):not(.h-right).dom {
  bottom: 0;
  left: 50%;
  top: auto;
  right: auto;
  transform: translate3d(-50%, calc(100% + 25px), 0);
}

.EM-tooltip:not(.v-top):not(.v-center):not(.v-bottom):not(.h-left):not(.h-center):not(.h-right).dom .inner-wrap:before {
  top: -8px;
  left: 0;
  right: 0;
}

.EM-tooltip:not(.v-top):not(.v-center):not(.v-bottom):not(.h-left):not(.h-center):not(.h-right) .inner-wrap {
  transform: translate3d(0, -50%, 0);
}

.EM-tooltip:not(.v-top):not(.v-center):not(.v-bottom):not(.h-left):not(.h-center):not(.h-right).show .inner-wrap {
  transform: translate3d(0, 0, 0);
}

.EM-tooltip.v-top .inner-wrap {
  transform: translate3d(0, -50%, 0);
}

.EM-tooltip.v-bottom .inner-wrap {
  transform: translate3d(0, 50%, 0);
}

.EM-tooltip.show .inner-wrap {
  opacity: 1;
}

.EM-tooltip.show.v-top .inner-wrap {
  transform: translate3d(0, 0, 0);
}

.EM-tooltip.show.v-bottom .inner-wrap {
  transform: translate3d(0, 0, 0);
}

.EM-tooltip.dom {
  position: absolute;
}

.EM-tooltip.dom .inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #171c4b;
  transform: rotate(45deg);
}

.EM-tooltip.v-top {
  top: 10px;
}

.EM-tooltip.v-top.dom {
  top: 0;
  transform: translate3d(0, calc(-100% - 25px), 0);
}

.EM-tooltip.v-top.dom.h-center {
  transform: translate3d(-50%, calc(-100% - 25px), 0);
}

.EM-tooltip.v-top.dom .inner-wrap:before {
  bottom: -8px;
}

.EM-tooltip.v-center {
  top: 50%;
  transform: translateY(-50%);
}

.EM-tooltip.v-center.h-center {
  transform: translate3d(-50%, -50%, 0);
}

.EM-tooltip.v-center.dom .inner-wrap:before {
  top: 0;
  bottom: 0;
}

.EM-tooltip.v-bottom {
  bottom: 10px;
}

.EM-tooltip.v-bottom.dom {
  bottom: 0;
  transform: translate3d(0, calc(100% + 25px), 0);
}

.EM-tooltip.v-bottom.dom.h-center {
  transform: translate3d(-50%, calc(100% + 25px), 0);
}

.EM-tooltip.v-bottom.dom .inner-wrap:before {
  top: -8px;
}

.EM-tooltip.h-left {
  left: 10px;
}

.EM-tooltip.h-left.dom {
  left: 0;
  transform: translate3d(calc(-100% - 25px), 0, 0);
}

.EM-tooltip.h-left.dom.v-top {
  transform: translate3d(0, calc(-100% - 25px), 0);
}

.EM-tooltip.h-left.dom.v-center {
  transform: translate3d(calc(-100% - 25px), -50%, 0);
}

.EM-tooltip.h-left.dom.v-center .inner-wrap:before {
  right: -8px;
  left: auto;
}

.EM-tooltip.h-left.dom.v-bottom {
  transform: translate3d(0, calc(100% + 25px), 0);
}

.EM-tooltip.h-left.dom .inner-wrap:before {
  left: 20px;
}

.EM-tooltip.h-center {
  left: 50%;
  transform: translateX(-50%);
}

.EM-tooltip.h-center.dom .inner-wrap:before {
  left: 0;
  right: 0;
}

.EM-tooltip.h-right {
  right: 10px;
}

.EM-tooltip.h-right.dom {
  right: 0;
  transform: translate3d(calc(100% + 25px), 0, 0);
}

.EM-tooltip.h-right.dom.v-top {
  transform: translate3d(0, calc(-100% - 25px), 0);
}

.EM-tooltip.h-right.dom.v-center {
  transform: translate3d(calc(100% + 25px), -50%, 0);
}

.EM-tooltip.h-right.dom.v-center .inner-wrap:before {
  left: -8px;
  right: auto;
}

.EM-tooltip.h-right.dom.v-bottom {
  transform: translate3d(0, calc(100% + 25px), 0);
}

.EM-tooltip.h-right.dom .inner-wrap:before {
  right: 20px;
}

.EM-tooltip.error strong {
  color: #de5252;
}

.EM-tooltip.error span {
  border-top-color: #de5252;
}

.EM-tooltip.warning strong {
  color: #ffca28;
}

.EM-tooltip.warning span {
  border-top-color: #ffca28;
}

.EM-tooltip.success strong {
  color: #92d36e;
}

.EM-tooltip.success span {
  border-top-color: #92d36e;
}

.EM-tooltip strong {
  position: relative;
  display: block;
  padding: 0 5px;
  font-size: 1.2em;
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  text-transform: capitalize;
}

.EM-tooltip span {
  position: relative;
  display: block;
  margin-top: 8px;
  padding: 5px 5px 0;
  border-top: 1px solid #6d6d6d;
}

.EM-tooltip button {
  position: relative;
  margin-top: 5px;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .EM-tooltip button {
    margin-top: 10px;
  }
}

.snj-table-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: auto;
}

.snj-table {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-collapse: collapse;
}

.snj-table thead {
  color: #86a8ff;
  line-height: 22px;
}

.snj-table tbody {
  color: #232323;
}

.snj-table th {
  font-weight: 200;
  text-align: left;
}

@media (min-width: 768px) {
  .snj-table th {
    padding: 0 15px;
  }
}

.snj-table th:not(:first-child) {
  text-align: center;
}

.snj-table td {
  min-height: 35px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .snj-table td:first-child {
    padding-left: 15px;
  }
}

.snj-table td:not(:first-child) {
  text-align: center;
}

.snj-table td p {
  padding: 12px 0;
}

@media (min-width: 768px) {
  .snj-table td p {
    font-size: 18px;
  }
}

.snj-table td p.small {
  padding: 10px 0;
  font-size: 15px;
  color: #DFDFDF;
}

.snj-table td p.large {
  font-size: 30px;
}

.snj-table td .line-break {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #86A8FF;
}

.snj-table .tar {
  text-align: right !important;
}

.incptcart-table-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: auto;
}

.incptcart-table {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-collapse: collapse;
}

.incptcart-table thead {
  color: #aaaaaa;
  font-size: 15px;
}

.incptcart-table thead a {
  display: flex;
  align-items: center;
  transition: 0.4s all;
}

.incptcart-table thead a:hover {
  color: #4c5cf9;
}

.incptcart-table thead a:hover svg {
  fill: #4c5cf9;
}

.incptcart-table thead svg {
  margin-left: 5px;
  width: 16px;
  height: auto;
  fill: #aaaaaa;
  transition: 0.4s all;
}

.incptcart-table tbody {
  color: #232323;
  font-size: 16px;
}

.incptcart-table th {
  padding: 8px 25px;
  border-bottom: 2px solid #ebebeb;
  font-weight: 200;
  text-align: left;
}

.incptcart-table th.sm-col {
  padding: 8px 5px;
}

.incptcart-table th.md-col {
  padding: 8px 15px;
}

.incptcart-table td {
  padding: 0 15px;
  height: 50px;
  border-bottom: 2px solid #ebebeb;
  color: #444444;
}

.incptcart-table td span {
  color: #c0c0c0;
  font-size: 14px;
}

.incptcart-table td p {
  color: #444444;
  font-size: 14px;
}

.snj-standalone-logo-container {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  top: 20px;
  left: 20px;
}

@media (min-width: 576px) {
  .snj-standalone-logo-container {
    top: 50px;
    left: 50px;
  }
}

.snj-standalone-logo {
  width: 26px;
  height: 25px;
  max-width: 97px;
  max-height: 96px;
}

@media (min-width: 576px) {
  .snj-standalone-logo {
    width: 50px;
    height: 49px;
  }
}

@media (min-width: 768px) {
  .snj-standalone-logo {
    width: 100%;
    height: 100%;
  }
}

.incptcart-logo {
  display: inline-block;
  /* max-width: 216px;
  max-height: 41px; */
  margin: 0 auto;
}

.incptcart-logo--block {
  display: block;
}

.incptcart-logo__icon {
  fill: #021f54;
}

.incptcart-logo__text {
  color: #021f54;
}

/* Margin & Padding */

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

@media (min-width: 576px) {
  .mt-lm-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-auto {
    margin-top: auto !important;
  }
}

.mr-auto {
  margin-right: auto !important;
}

@media (min-width: 576px) {
  .mr-lm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-auto {
    margin-right: auto !important;
  }
}

.mb-auto {
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .mb-lm-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-auto {
    margin-bottom: auto !important;
  }
}

.ml-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .ml-lm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-auto {
    margin-left: auto !important;
  }
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

@media (min-width: 576px) {
  .mt-lm-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-0 {
    margin-top: 0 !important;
  }
}

.mr-0 {
  margin-right: 0 !important;
}

@media (min-width: 576px) {
  .mr-lm-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-0 {
    margin-right: 0 !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .mb-lm-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-0 {
    margin-bottom: 0 !important;
  }
}

.ml-0 {
  margin-left: 0 !important;
}

@media (min-width: 576px) {
  .ml-lm-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-0 {
    margin-left: 0 !important;
  }
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

@media (min-width: 576px) {
  .mt-lm-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-1 {
    margin-top: 0.25rem !important;
  }
}

.mr-1 {
  margin-right: 0.25rem !important;
}

@media (min-width: 576px) {
  .mr-lm-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-1 {
    margin-right: 0.25rem !important;
  }
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

@media (min-width: 576px) {
  .mb-lm-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-1 {
    margin-bottom: 0.25rem !important;
  }
}

.ml-1 {
  margin-left: 0.25rem !important;
}

@media (min-width: 576px) {
  .ml-lm-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-1 {
    margin-left: 0.25rem !important;
  }
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

@media (min-width: 576px) {
  .mt-lm-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-2 {
    margin-top: 0.5rem !important;
  }
}

.mr-2 {
  margin-right: 0.5rem !important;
}

@media (min-width: 576px) {
  .mr-lm-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-2 {
    margin-right: 0.5rem !important;
  }
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

@media (min-width: 576px) {
  .mb-lm-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-2 {
    margin-bottom: 0.5rem !important;
  }
}

.ml-2 {
  margin-left: 0.5rem !important;
}

@media (min-width: 576px) {
  .ml-lm-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-2 {
    margin-left: 0.5rem !important;
  }
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

@media (min-width: 576px) {
  .mt-lm-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-3 {
    margin-top: 0.75rem !important;
  }
}

.mr-3 {
  margin-right: 0.75rem !important;
}

@media (min-width: 576px) {
  .mr-lm-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-3 {
    margin-right: 0.75rem !important;
  }
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

@media (min-width: 576px) {
  .mb-lm-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-3 {
    margin-bottom: 0.75rem !important;
  }
}

.ml-3 {
  margin-left: 0.75rem !important;
}

@media (min-width: 576px) {
  .ml-lm-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-3 {
    margin-left: 0.75rem !important;
  }
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

@media (min-width: 576px) {
  .mt-lm-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-4 {
    margin-top: 1rem !important;
  }
}

.mr-4 {
  margin-right: 1rem !important;
}

@media (min-width: 576px) {
  .mr-lm-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-4 {
    margin-right: 1rem !important;
  }
}

.mb-4 {
  margin-bottom: 1rem !important;
}

@media (min-width: 576px) {
  .mb-lm-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-4 {
    margin-bottom: 1rem !important;
  }
}

.ml-4 {
  margin-left: 1rem !important;
}

@media (min-width: 576px) {
  .ml-lm-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-4 {
    margin-left: 1rem !important;
  }
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

@media (min-width: 576px) {
  .mt-lm-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-5 {
    margin-top: 1.25rem !important;
  }
}

.mr-5 {
  margin-right: 1.25rem !important;
}

@media (min-width: 576px) {
  .mr-lm-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-5 {
    margin-right: 1.25rem !important;
  }
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

@media (min-width: 576px) {
  .mb-lm-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-5 {
    margin-bottom: 1.25rem !important;
  }
}

.ml-5 {
  margin-left: 1.25rem !important;
}

@media (min-width: 576px) {
  .ml-lm-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-5 {
    margin-left: 1.25rem !important;
  }
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

@media (min-width: 576px) {
  .mt-lm-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-6 {
    margin-top: 1.5rem !important;
  }
}

.mr-6 {
  margin-right: 1.5rem !important;
}

@media (min-width: 576px) {
  .mr-lm-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-6 {
    margin-right: 1.5rem !important;
  }
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

@media (min-width: 576px) {
  .mb-lm-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-6 {
    margin-bottom: 1.5rem !important;
  }
}

.ml-6 {
  margin-left: 1.5rem !important;
}

@media (min-width: 576px) {
  .ml-lm-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-6 {
    margin-left: 1.5rem !important;
  }
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

@media (min-width: 576px) {
  .mt-lm-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-7 {
    margin-top: 1.75rem !important;
  }
}

.mr-7 {
  margin-right: 1.75rem !important;
}

@media (min-width: 576px) {
  .mr-lm-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-7 {
    margin-right: 1.75rem !important;
  }
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

@media (min-width: 576px) {
  .mb-lm-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-7 {
    margin-bottom: 1.75rem !important;
  }
}

.ml-7 {
  margin-left: 1.75rem !important;
}

@media (min-width: 576px) {
  .ml-lm-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-7 {
    margin-left: 1.75rem !important;
  }
}

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.mt-8 {
  margin-top: 3rem !important;
}

@media (min-width: 576px) {
  .mt-lm-8 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-8 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-8 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-8 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-8 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-8 {
    margin-top: 3rem !important;
  }
}

.mr-8 {
  margin-right: 3rem !important;
}

@media (min-width: 576px) {
  .mr-lm-8 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-8 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-8 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-8 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-8 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-8 {
    margin-right: 3rem !important;
  }
}

.mb-8 {
  margin-bottom: 3rem !important;
}

@media (min-width: 576px) {
  .mb-lm-8 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-8 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-8 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-8 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-8 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-8 {
    margin-bottom: 3rem !important;
  }
}

.ml-8 {
  margin-left: 3rem !important;
}

@media (min-width: 576px) {
  .ml-lm-8 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-8 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-8 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-8 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-8 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-8 {
    margin-left: 3rem !important;
  }
}

.mx-8 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9 {
  margin-top: 4rem !important;
}

@media (min-width: 576px) {
  .mt-lm-9 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-9 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-9 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-9 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-9 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-9 {
    margin-top: 4rem !important;
  }
}

.mr-9 {
  margin-right: 4rem !important;
}

@media (min-width: 576px) {
  .mr-lm-9 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-9 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-9 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-9 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-9 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-9 {
    margin-right: 4rem !important;
  }
}

.mb-9 {
  margin-bottom: 4rem !important;
}

@media (min-width: 576px) {
  .mb-lm-9 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-9 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-9 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-9 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-9 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-9 {
    margin-bottom: 4rem !important;
  }
}

.ml-9 {
  margin-left: 4rem !important;
}

@media (min-width: 576px) {
  .ml-lm-9 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-9 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-9 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-9 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-9 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-9 {
    margin-left: 4rem !important;
  }
}

.mx-9 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-10 {
  margin: 5rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

@media (min-width: 576px) {
  .mt-lm-10 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-10 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-10 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-10 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-10 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-10 {
    margin-top: 5rem !important;
  }
}

.mr-10 {
  margin-right: 5rem !important;
}

@media (min-width: 576px) {
  .mr-lm-10 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-10 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-10 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-10 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-10 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-10 {
    margin-right: 5rem !important;
  }
}

.mb-10 {
  margin-bottom: 5rem !important;
}

@media (min-width: 576px) {
  .mb-lm-10 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-10 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-10 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-10 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-10 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-10 {
    margin-bottom: 5rem !important;
  }
}

.ml-10 {
  margin-left: 5rem !important;
}

@media (min-width: 576px) {
  .ml-lm-10 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-10 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-10 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-10 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-10 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-10 {
    margin-left: 5rem !important;
  }
}

.mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.m-11 {
  margin: 6rem !important;
}

.mt-11 {
  margin-top: 6rem !important;
}

@media (min-width: 576px) {
  .mt-lm-11 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-11 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-11 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-11 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-11 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-11 {
    margin-top: 6rem !important;
  }
}

.mr-11 {
  margin-right: 6rem !important;
}

@media (min-width: 576px) {
  .mr-lm-11 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-11 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-11 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-11 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-11 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-11 {
    margin-right: 6rem !important;
  }
}

.mb-11 {
  margin-bottom: 6rem !important;
}

@media (min-width: 576px) {
  .mb-lm-11 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-11 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-11 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-11 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-11 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-11 {
    margin-bottom: 6rem !important;
  }
}

.ml-11 {
  margin-left: 6rem !important;
}

@media (min-width: 576px) {
  .ml-lm-11 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-11 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-11 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-11 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-11 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-11 {
    margin-left: 6rem !important;
  }
}

.mx-11 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-11 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.m-12 {
  margin: 7rem !important;
}

.mt-12 {
  margin-top: 7rem !important;
}

@media (min-width: 576px) {
  .mt-lm-12 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-12 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-12 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-12 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-12 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-12 {
    margin-top: 7rem !important;
  }
}

.mr-12 {
  margin-right: 7rem !important;
}

@media (min-width: 576px) {
  .mr-lm-12 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-12 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-12 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-12 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-12 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-12 {
    margin-right: 7rem !important;
  }
}

.mb-12 {
  margin-bottom: 7rem !important;
}

@media (min-width: 576px) {
  .mb-lm-12 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-12 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-12 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-12 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-12 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-12 {
    margin-bottom: 7rem !important;
  }
}

.ml-12 {
  margin-left: 7rem !important;
}

@media (min-width: 576px) {
  .ml-lm-12 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-12 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-12 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-12 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-12 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-12 {
    margin-left: 7rem !important;
  }
}

.mx-12 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-12 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.m-13 {
  margin: 8rem !important;
}

.mt-13 {
  margin-top: 8rem !important;
}

@media (min-width: 576px) {
  .mt-lm-13 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-13 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-13 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-13 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-13 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-13 {
    margin-top: 8rem !important;
  }
}

.mr-13 {
  margin-right: 8rem !important;
}

@media (min-width: 576px) {
  .mr-lm-13 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-13 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-13 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-13 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-13 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-13 {
    margin-right: 8rem !important;
  }
}

.mb-13 {
  margin-bottom: 8rem !important;
}

@media (min-width: 576px) {
  .mb-lm-13 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-13 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-13 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-13 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-13 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-13 {
    margin-bottom: 8rem !important;
  }
}

.ml-13 {
  margin-left: 8rem !important;
}

@media (min-width: 576px) {
  .ml-lm-13 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-13 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-13 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-13 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-13 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-13 {
    margin-left: 8rem !important;
  }
}

.mx-13 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-13 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.m-14 {
  margin: 9rem !important;
}

.mt-14 {
  margin-top: 9rem !important;
}

@media (min-width: 576px) {
  .mt-lm-14 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-14 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-14 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-14 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-14 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-14 {
    margin-top: 9rem !important;
  }
}

.mr-14 {
  margin-right: 9rem !important;
}

@media (min-width: 576px) {
  .mr-lm-14 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-14 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-14 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-14 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-14 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-14 {
    margin-right: 9rem !important;
  }
}

.mb-14 {
  margin-bottom: 9rem !important;
}

@media (min-width: 576px) {
  .mb-lm-14 {
    margin-bottom: 9rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-14 {
    margin-bottom: 9rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-14 {
    margin-bottom: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-14 {
    margin-bottom: 9rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-14 {
    margin-bottom: 9rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-14 {
    margin-bottom: 9rem !important;
  }
}

.ml-14 {
  margin-left: 9rem !important;
}

@media (min-width: 576px) {
  .ml-lm-14 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-14 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-14 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-14 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-14 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-14 {
    margin-left: 9rem !important;
  }
}

.mx-14 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-14 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.m-15 {
  margin: 10rem !important;
}

.mt-15 {
  margin-top: 10rem !important;
}

@media (min-width: 576px) {
  .mt-lm-15 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-15 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-15 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-15 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-15 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-15 {
    margin-top: 10rem !important;
  }
}

.mr-15 {
  margin-right: 10rem !important;
}

@media (min-width: 576px) {
  .mr-lm-15 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-15 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-15 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-15 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-15 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-15 {
    margin-right: 10rem !important;
  }
}

.mb-15 {
  margin-bottom: 10rem !important;
}

@media (min-width: 576px) {
  .mb-lm-15 {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-15 {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-15 {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-15 {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-15 {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-15 {
    margin-bottom: 10rem !important;
  }
}

.ml-15 {
  margin-left: 10rem !important;
}

@media (min-width: 576px) {
  .ml-lm-15 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-15 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-15 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-15 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-15 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-15 {
    margin-left: 10rem !important;
  }
}

.mx-15 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-15 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.m-16 {
  margin: 11rem !important;
}

.mt-16 {
  margin-top: 11rem !important;
}

@media (min-width: 576px) {
  .mt-lm-16 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-16 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-16 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-16 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-16 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-16 {
    margin-top: 11rem !important;
  }
}

.mr-16 {
  margin-right: 11rem !important;
}

@media (min-width: 576px) {
  .mr-lm-16 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-16 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-16 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-16 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-16 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-16 {
    margin-right: 11rem !important;
  }
}

.mb-16 {
  margin-bottom: 11rem !important;
}

@media (min-width: 576px) {
  .mb-lm-16 {
    margin-bottom: 11rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-16 {
    margin-bottom: 11rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-16 {
    margin-bottom: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-16 {
    margin-bottom: 11rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-16 {
    margin-bottom: 11rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-16 {
    margin-bottom: 11rem !important;
  }
}

.ml-16 {
  margin-left: 11rem !important;
}

@media (min-width: 576px) {
  .ml-lm-16 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-16 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-16 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-16 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-16 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-16 {
    margin-left: 11rem !important;
  }
}

.mx-16 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.my-16 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.m-17 {
  margin: 12rem !important;
}

.mt-17 {
  margin-top: 12rem !important;
}

@media (min-width: 576px) {
  .mt-lm-17 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-17 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-17 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-17 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-17 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-17 {
    margin-top: 12rem !important;
  }
}

.mr-17 {
  margin-right: 12rem !important;
}

@media (min-width: 576px) {
  .mr-lm-17 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-17 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-17 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-17 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-17 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-17 {
    margin-right: 12rem !important;
  }
}

.mb-17 {
  margin-bottom: 12rem !important;
}

@media (min-width: 576px) {
  .mb-lm-17 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-17 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-17 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-17 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-17 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-17 {
    margin-bottom: 12rem !important;
  }
}

.ml-17 {
  margin-left: 12rem !important;
}

@media (min-width: 576px) {
  .ml-lm-17 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-17 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-17 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-17 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-17 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-17 {
    margin-left: 12rem !important;
  }
}

.mx-17 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-17 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.m-18 {
  margin: 13rem !important;
}

.mt-18 {
  margin-top: 13rem !important;
}

@media (min-width: 576px) {
  .mt-lm-18 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-18 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-18 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-18 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-18 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-18 {
    margin-top: 13rem !important;
  }
}

.mr-18 {
  margin-right: 13rem !important;
}

@media (min-width: 576px) {
  .mr-lm-18 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-18 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-18 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-18 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-18 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-18 {
    margin-right: 13rem !important;
  }
}

.mb-18 {
  margin-bottom: 13rem !important;
}

@media (min-width: 576px) {
  .mb-lm-18 {
    margin-bottom: 13rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-18 {
    margin-bottom: 13rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-18 {
    margin-bottom: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-18 {
    margin-bottom: 13rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-18 {
    margin-bottom: 13rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-18 {
    margin-bottom: 13rem !important;
  }
}

.ml-18 {
  margin-left: 13rem !important;
}

@media (min-width: 576px) {
  .ml-lm-18 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-18 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-18 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-18 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-18 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-18 {
    margin-left: 13rem !important;
  }
}

.mx-18 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.my-18 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.m-19 {
  margin: 14rem !important;
}

.mt-19 {
  margin-top: 14rem !important;
}

@media (min-width: 576px) {
  .mt-lm-19 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-19 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-19 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-19 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-19 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-19 {
    margin-top: 14rem !important;
  }
}

.mr-19 {
  margin-right: 14rem !important;
}

@media (min-width: 576px) {
  .mr-lm-19 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-19 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-19 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-19 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-19 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-19 {
    margin-right: 14rem !important;
  }
}

.mb-19 {
  margin-bottom: 14rem !important;
}

@media (min-width: 576px) {
  .mb-lm-19 {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-19 {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-19 {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-19 {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-19 {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-19 {
    margin-bottom: 14rem !important;
  }
}

.ml-19 {
  margin-left: 14rem !important;
}

@media (min-width: 576px) {
  .ml-lm-19 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-19 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-19 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-19 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-19 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-19 {
    margin-left: 14rem !important;
  }
}

.mx-19 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-19 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.m-20 {
  margin: 15rem !important;
}

.mt-20 {
  margin-top: 15rem !important;
}

@media (min-width: 576px) {
  .mt-lm-20 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 768px) {
  .mt-tbl-20 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 1025px) {
  .mt-smlpt-20 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-lpt-20 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 1441px) {
  .mt-smdsk-20 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 1650px) {
  .mt-lgdsk-20 {
    margin-top: 15rem !important;
  }
}

.mr-20 {
  margin-right: 15rem !important;
}

@media (min-width: 576px) {
  .mr-lm-20 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 768px) {
  .mr-tbl-20 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 1025px) {
  .mr-smlpt-20 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-lpt-20 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 1441px) {
  .mr-smdsk-20 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 1650px) {
  .mr-lgdsk-20 {
    margin-right: 15rem !important;
  }
}

.mb-20 {
  margin-bottom: 15rem !important;
}

@media (min-width: 576px) {
  .mb-lm-20 {
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 768px) {
  .mb-tbl-20 {
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 1025px) {
  .mb-smlpt-20 {
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-lpt-20 {
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 1441px) {
  .mb-smdsk-20 {
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 1650px) {
  .mb-lgdsk-20 {
    margin-bottom: 15rem !important;
  }
}

.ml-20 {
  margin-left: 15rem !important;
}

@media (min-width: 576px) {
  .ml-lm-20 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 768px) {
  .ml-tbl-20 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 1025px) {
  .ml-smlpt-20 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-lpt-20 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 1441px) {
  .ml-smdsk-20 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 1650px) {
  .ml-lgdsk-20 {
    margin-left: 15rem !important;
  }
}

.mx-20 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.my-20 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

@media (min-width: 576px) {
  .pt-lm-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-auto {
    padding-top: auto !important;
  }
}

.pr-auto {
  padding-right: auto !important;
}

@media (min-width: 576px) {
  .pr-lm-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-auto {
    padding-right: auto !important;
  }
}

.pb-auto {
  padding-bottom: auto !important;
}

@media (min-width: 576px) {
  .pb-lm-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-auto {
    padding-bottom: auto !important;
  }
}

.pl-auto {
  padding-left: auto !important;
}

@media (min-width: 576px) {
  .pl-lm-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-auto {
    padding-left: auto !important;
  }
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

@media (min-width: 576px) {
  .pt-lm-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-0 {
    padding-top: 0 !important;
  }
}

.pr-0 {
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .pr-lm-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-0 {
    padding-right: 0 !important;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .pb-lm-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-0 {
    padding-bottom: 0 !important;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

@media (min-width: 576px) {
  .pl-lm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-0 {
    padding-left: 0 !important;
  }
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

@media (min-width: 576px) {
  .pt-lm-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-1 {
    padding-top: 0.25rem !important;
  }
}

.pr-1 {
  padding-right: 0.25rem !important;
}

@media (min-width: 576px) {
  .pr-lm-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-1 {
    padding-right: 0.25rem !important;
  }
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

@media (min-width: 576px) {
  .pb-lm-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-1 {
    padding-bottom: 0.25rem !important;
  }
}

.pl-1 {
  padding-left: 0.25rem !important;
}

@media (min-width: 576px) {
  .pl-lm-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-1 {
    padding-left: 0.25rem !important;
  }
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

@media (min-width: 576px) {
  .pt-lm-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-2 {
    padding-top: 0.5rem !important;
  }
}

.pr-2 {
  padding-right: 0.5rem !important;
}

@media (min-width: 576px) {
  .pr-lm-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-2 {
    padding-right: 0.5rem !important;
  }
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

@media (min-width: 576px) {
  .pb-lm-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-2 {
    padding-bottom: 0.5rem !important;
  }
}

.pl-2 {
  padding-left: 0.5rem !important;
}

@media (min-width: 576px) {
  .pl-lm-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-2 {
    padding-left: 0.5rem !important;
  }
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

@media (min-width: 576px) {
  .pt-lm-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-3 {
    padding-top: 0.75rem !important;
  }
}

.pr-3 {
  padding-right: 0.75rem !important;
}

@media (min-width: 576px) {
  .pr-lm-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-3 {
    padding-right: 0.75rem !important;
  }
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

@media (min-width: 576px) {
  .pb-lm-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-3 {
    padding-bottom: 0.75rem !important;
  }
}

.pl-3 {
  padding-left: 0.75rem !important;
}

@media (min-width: 576px) {
  .pl-lm-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-3 {
    padding-left: 0.75rem !important;
  }
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

@media (min-width: 576px) {
  .pt-lm-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-4 {
    padding-top: 1rem !important;
  }
}

.pr-4 {
  padding-right: 1rem !important;
}

@media (min-width: 576px) {
  .pr-lm-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-4 {
    padding-right: 1rem !important;
  }
}

.pb-4 {
  padding-bottom: 1rem !important;
}

@media (min-width: 576px) {
  .pb-lm-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-4 {
    padding-bottom: 1rem !important;
  }
}

.pl-4 {
  padding-left: 1rem !important;
}

@media (min-width: 576px) {
  .pl-lm-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-4 {
    padding-left: 1rem !important;
  }
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

@media (min-width: 576px) {
  .pt-lm-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-5 {
    padding-top: 1.25rem !important;
  }
}

.pr-5 {
  padding-right: 1.25rem !important;
}

@media (min-width: 576px) {
  .pr-lm-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-5 {
    padding-right: 1.25rem !important;
  }
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

@media (min-width: 576px) {
  .pb-lm-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-5 {
    padding-bottom: 1.25rem !important;
  }
}

.pl-5 {
  padding-left: 1.25rem !important;
}

@media (min-width: 576px) {
  .pl-lm-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-5 {
    padding-left: 1.25rem !important;
  }
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

@media (min-width: 576px) {
  .pt-lm-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-6 {
    padding-top: 1.5rem !important;
  }
}

.pr-6 {
  padding-right: 1.5rem !important;
}

@media (min-width: 576px) {
  .pr-lm-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-6 {
    padding-right: 1.5rem !important;
  }
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

@media (min-width: 576px) {
  .pb-lm-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-6 {
    padding-bottom: 1.5rem !important;
  }
}

.pl-6 {
  padding-left: 1.5rem !important;
}

@media (min-width: 576px) {
  .pl-lm-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-6 {
    padding-left: 1.5rem !important;
  }
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

@media (min-width: 576px) {
  .pt-lm-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-7 {
    padding-top: 1.75rem !important;
  }
}

.pr-7 {
  padding-right: 1.75rem !important;
}

@media (min-width: 576px) {
  .pr-lm-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-7 {
    padding-right: 1.75rem !important;
  }
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

@media (min-width: 576px) {
  .pb-lm-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-7 {
    padding-bottom: 1.75rem !important;
  }
}

.pl-7 {
  padding-left: 1.75rem !important;
}

@media (min-width: 576px) {
  .pl-lm-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-7 {
    padding-left: 1.75rem !important;
  }
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.pt-8 {
  padding-top: 3rem !important;
}

@media (min-width: 576px) {
  .pt-lm-8 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-8 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-8 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-8 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-8 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-8 {
    padding-top: 3rem !important;
  }
}

.pr-8 {
  padding-right: 3rem !important;
}

@media (min-width: 576px) {
  .pr-lm-8 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-8 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-8 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-8 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-8 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-8 {
    padding-right: 3rem !important;
  }
}

.pb-8 {
  padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
  .pb-lm-8 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-8 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-8 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-8 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-8 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-8 {
    padding-bottom: 3rem !important;
  }
}

.pl-8 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .pl-lm-8 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-8 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-8 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-8 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-8 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-8 {
    padding-left: 3rem !important;
  }
}

.px-8 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9 {
  padding-top: 4rem !important;
}

@media (min-width: 576px) {
  .pt-lm-9 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-9 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-9 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-9 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-9 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-9 {
    padding-top: 4rem !important;
  }
}

.pr-9 {
  padding-right: 4rem !important;
}

@media (min-width: 576px) {
  .pr-lm-9 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-9 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-9 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-9 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-9 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-9 {
    padding-right: 4rem !important;
  }
}

.pb-9 {
  padding-bottom: 4rem !important;
}

@media (min-width: 576px) {
  .pb-lm-9 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-9 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-9 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-9 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-9 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-9 {
    padding-bottom: 4rem !important;
  }
}

.pl-9 {
  padding-left: 4rem !important;
}

@media (min-width: 576px) {
  .pl-lm-9 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-9 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-9 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-9 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-9 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-9 {
    padding-left: 4rem !important;
  }
}

.px-9 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-10 {
  padding: 5rem !important;
}

.pt-10 {
  padding-top: 5rem !important;
}

@media (min-width: 576px) {
  .pt-lm-10 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-10 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-10 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-10 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-10 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-10 {
    padding-top: 5rem !important;
  }
}

.pr-10 {
  padding-right: 5rem !important;
}

@media (min-width: 576px) {
  .pr-lm-10 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-10 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-10 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-10 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-10 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-10 {
    padding-right: 5rem !important;
  }
}

.pb-10 {
  padding-bottom: 5rem !important;
}

@media (min-width: 576px) {
  .pb-lm-10 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-10 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-10 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-10 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-10 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-10 {
    padding-bottom: 5rem !important;
  }
}

.pl-10 {
  padding-left: 5rem !important;
}

@media (min-width: 576px) {
  .pl-lm-10 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-10 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-10 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-10 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-10 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-10 {
    padding-left: 5rem !important;
  }
}

.px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.p-11 {
  padding: 6rem !important;
}

.pt-11 {
  padding-top: 6rem !important;
}

@media (min-width: 576px) {
  .pt-lm-11 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-11 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-11 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-11 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-11 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-11 {
    padding-top: 6rem !important;
  }
}

.pr-11 {
  padding-right: 6rem !important;
}

@media (min-width: 576px) {
  .pr-lm-11 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-11 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-11 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-11 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-11 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-11 {
    padding-right: 6rem !important;
  }
}

.pb-11 {
  padding-bottom: 6rem !important;
}

@media (min-width: 576px) {
  .pb-lm-11 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-11 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-11 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-11 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-11 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-11 {
    padding-bottom: 6rem !important;
  }
}

.pl-11 {
  padding-left: 6rem !important;
}

@media (min-width: 576px) {
  .pl-lm-11 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-11 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-11 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-11 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-11 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-11 {
    padding-left: 6rem !important;
  }
}

.px-11 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-11 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.p-12 {
  padding: 7rem !important;
}

.pt-12 {
  padding-top: 7rem !important;
}

@media (min-width: 576px) {
  .pt-lm-12 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-12 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-12 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-12 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-12 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-12 {
    padding-top: 7rem !important;
  }
}

.pr-12 {
  padding-right: 7rem !important;
}

@media (min-width: 576px) {
  .pr-lm-12 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-12 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-12 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-12 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-12 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-12 {
    padding-right: 7rem !important;
  }
}

.pb-12 {
  padding-bottom: 7rem !important;
}

@media (min-width: 576px) {
  .pb-lm-12 {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-12 {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-12 {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-12 {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-12 {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-12 {
    padding-bottom: 7rem !important;
  }
}

.pl-12 {
  padding-left: 7rem !important;
}

@media (min-width: 576px) {
  .pl-lm-12 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-12 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-12 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-12 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-12 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-12 {
    padding-left: 7rem !important;
  }
}

.px-12 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-12 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.p-13 {
  padding: 8rem !important;
}

.pt-13 {
  padding-top: 8rem !important;
}

@media (min-width: 576px) {
  .pt-lm-13 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-13 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-13 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-13 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-13 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-13 {
    padding-top: 8rem !important;
  }
}

.pr-13 {
  padding-right: 8rem !important;
}

@media (min-width: 576px) {
  .pr-lm-13 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-13 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-13 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-13 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-13 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-13 {
    padding-right: 8rem !important;
  }
}

.pb-13 {
  padding-bottom: 8rem !important;
}

@media (min-width: 576px) {
  .pb-lm-13 {
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-13 {
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-13 {
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-13 {
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-13 {
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-13 {
    padding-bottom: 8rem !important;
  }
}

.pl-13 {
  padding-left: 8rem !important;
}

@media (min-width: 576px) {
  .pl-lm-13 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-13 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-13 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-13 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-13 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-13 {
    padding-left: 8rem !important;
  }
}

.px-13 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-13 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.p-14 {
  padding: 9rem !important;
}

.pt-14 {
  padding-top: 9rem !important;
}

@media (min-width: 576px) {
  .pt-lm-14 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-14 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-14 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-14 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-14 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-14 {
    padding-top: 9rem !important;
  }
}

.pr-14 {
  padding-right: 9rem !important;
}

@media (min-width: 576px) {
  .pr-lm-14 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-14 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-14 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-14 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-14 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-14 {
    padding-right: 9rem !important;
  }
}

.pb-14 {
  padding-bottom: 9rem !important;
}

@media (min-width: 576px) {
  .pb-lm-14 {
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-14 {
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-14 {
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-14 {
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-14 {
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-14 {
    padding-bottom: 9rem !important;
  }
}

.pl-14 {
  padding-left: 9rem !important;
}

@media (min-width: 576px) {
  .pl-lm-14 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-14 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-14 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-14 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-14 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-14 {
    padding-left: 9rem !important;
  }
}

.px-14 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.py-14 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.p-15 {
  padding: 10rem !important;
}

.pt-15 {
  padding-top: 10rem !important;
}

@media (min-width: 576px) {
  .pt-lm-15 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-15 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-15 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-15 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-15 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-15 {
    padding-top: 10rem !important;
  }
}

.pr-15 {
  padding-right: 10rem !important;
}

@media (min-width: 576px) {
  .pr-lm-15 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-15 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-15 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-15 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-15 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-15 {
    padding-right: 10rem !important;
  }
}

.pb-15 {
  padding-bottom: 10rem !important;
}

@media (min-width: 576px) {
  .pb-lm-15 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-15 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-15 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-15 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-15 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-15 {
    padding-bottom: 10rem !important;
  }
}

.pl-15 {
  padding-left: 10rem !important;
}

@media (min-width: 576px) {
  .pl-lm-15 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-15 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-15 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-15 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-15 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-15 {
    padding-left: 10rem !important;
  }
}

.px-15 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-15 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.p-16 {
  padding: 11rem !important;
}

.pt-16 {
  padding-top: 11rem !important;
}

@media (min-width: 576px) {
  .pt-lm-16 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-16 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-16 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-16 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-16 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-16 {
    padding-top: 11rem !important;
  }
}

.pr-16 {
  padding-right: 11rem !important;
}

@media (min-width: 576px) {
  .pr-lm-16 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-16 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-16 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-16 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-16 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-16 {
    padding-right: 11rem !important;
  }
}

.pb-16 {
  padding-bottom: 11rem !important;
}

@media (min-width: 576px) {
  .pb-lm-16 {
    padding-bottom: 11rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-16 {
    padding-bottom: 11rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-16 {
    padding-bottom: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-16 {
    padding-bottom: 11rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-16 {
    padding-bottom: 11rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-16 {
    padding-bottom: 11rem !important;
  }
}

.pl-16 {
  padding-left: 11rem !important;
}

@media (min-width: 576px) {
  .pl-lm-16 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-16 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-16 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-16 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-16 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-16 {
    padding-left: 11rem !important;
  }
}

.px-16 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.py-16 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.p-17 {
  padding: 12rem !important;
}

.pt-17 {
  padding-top: 12rem !important;
}

@media (min-width: 576px) {
  .pt-lm-17 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-17 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-17 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-17 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-17 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-17 {
    padding-top: 12rem !important;
  }
}

.pr-17 {
  padding-right: 12rem !important;
}

@media (min-width: 576px) {
  .pr-lm-17 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-17 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-17 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-17 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-17 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-17 {
    padding-right: 12rem !important;
  }
}

.pb-17 {
  padding-bottom: 12rem !important;
}

@media (min-width: 576px) {
  .pb-lm-17 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-17 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-17 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-17 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-17 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-17 {
    padding-bottom: 12rem !important;
  }
}

.pl-17 {
  padding-left: 12rem !important;
}

@media (min-width: 576px) {
  .pl-lm-17 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-17 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-17 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-17 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-17 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-17 {
    padding-left: 12rem !important;
  }
}

.px-17 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-17 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.p-18 {
  padding: 13rem !important;
}

.pt-18 {
  padding-top: 13rem !important;
}

@media (min-width: 576px) {
  .pt-lm-18 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-18 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-18 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-18 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-18 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-18 {
    padding-top: 13rem !important;
  }
}

.pr-18 {
  padding-right: 13rem !important;
}

@media (min-width: 576px) {
  .pr-lm-18 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-18 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-18 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-18 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-18 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-18 {
    padding-right: 13rem !important;
  }
}

.pb-18 {
  padding-bottom: 13rem !important;
}

@media (min-width: 576px) {
  .pb-lm-18 {
    padding-bottom: 13rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-18 {
    padding-bottom: 13rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-18 {
    padding-bottom: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-18 {
    padding-bottom: 13rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-18 {
    padding-bottom: 13rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-18 {
    padding-bottom: 13rem !important;
  }
}

.pl-18 {
  padding-left: 13rem !important;
}

@media (min-width: 576px) {
  .pl-lm-18 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-18 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-18 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-18 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-18 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-18 {
    padding-left: 13rem !important;
  }
}

.px-18 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.py-18 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.p-19 {
  padding: 14rem !important;
}

.pt-19 {
  padding-top: 14rem !important;
}

@media (min-width: 576px) {
  .pt-lm-19 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-19 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-19 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-19 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-19 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-19 {
    padding-top: 14rem !important;
  }
}

.pr-19 {
  padding-right: 14rem !important;
}

@media (min-width: 576px) {
  .pr-lm-19 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-19 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-19 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-19 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-19 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-19 {
    padding-right: 14rem !important;
  }
}

.pb-19 {
  padding-bottom: 14rem !important;
}

@media (min-width: 576px) {
  .pb-lm-19 {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-19 {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-19 {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-19 {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-19 {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-19 {
    padding-bottom: 14rem !important;
  }
}

.pl-19 {
  padding-left: 14rem !important;
}

@media (min-width: 576px) {
  .pl-lm-19 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-19 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-19 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-19 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-19 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-19 {
    padding-left: 14rem !important;
  }
}

.px-19 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-19 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.p-20 {
  padding: 15rem !important;
}

.pt-20 {
  padding-top: 15rem !important;
}

@media (min-width: 576px) {
  .pt-lm-20 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 768px) {
  .pt-tbl-20 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 1025px) {
  .pt-smlpt-20 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-lpt-20 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 1441px) {
  .pt-smdsk-20 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 1650px) {
  .pt-lgdsk-20 {
    padding-top: 15rem !important;
  }
}

.pr-20 {
  padding-right: 15rem !important;
}

@media (min-width: 576px) {
  .pr-lm-20 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 768px) {
  .pr-tbl-20 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 1025px) {
  .pr-smlpt-20 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-lpt-20 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 1441px) {
  .pr-smdsk-20 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 1650px) {
  .pr-lgdsk-20 {
    padding-right: 15rem !important;
  }
}

.pb-20 {
  padding-bottom: 15rem !important;
}

@media (min-width: 576px) {
  .pb-lm-20 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 768px) {
  .pb-tbl-20 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 1025px) {
  .pb-smlpt-20 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-lpt-20 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 1441px) {
  .pb-smdsk-20 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 1650px) {
  .pb-lgdsk-20 {
    padding-bottom: 15rem !important;
  }
}

.pl-20 {
  padding-left: 15rem !important;
}

@media (min-width: 576px) {
  .pl-lm-20 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 768px) {
  .pl-tbl-20 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 1025px) {
  .pl-smlpt-20 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-lpt-20 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 1441px) {
  .pl-smdsk-20 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 1650px) {
  .pl-lgdsk-20 {
    padding-left: 15rem !important;
  }
}

.px-20 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.py-20 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

/* Text Alignment */

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

@media (min-width: 576px) {
  .textalign-lm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .textalign-tbl-left {
    text-align: left !important;
  }
}

@media (min-width: 1025px) {
  .textalign-smlpt-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .textalign-lpt-left {
    text-align: left !important;
  }
}

@media (min-width: 1441px) {
  .textalign-smdsk-left {
    text-align: left !important;
  }
}

@media (min-width: 1650px) {
  .textalign-lgdsk-left {
    text-align: left !important;
  }
}

.textalign-right {
  text-align: right !important;
}

@media (min-width: 576px) {
  .textalign-lm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .textalign-tbl-right {
    text-align: right !important;
  }
}

@media (min-width: 1025px) {
  .textalign-smlpt-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .textalign-lpt-right {
    text-align: right !important;
  }
}

@media (min-width: 1441px) {
  .textalign-smdsk-right {
    text-align: right !important;
  }
}

@media (min-width: 1650px) {
  .textalign-lgdsk-right {
    text-align: right !important;
  }
}

.textalign-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .textalign-lm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .textalign-tbl-center {
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  .textalign-smlpt-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .textalign-lpt-center {
    text-align: center !important;
  }
}

@media (min-width: 1441px) {
  .textalign-smdsk-center {
    text-align: center !important;
  }
}

@media (min-width: 1650px) {
  .textalign-lgdsk-center {
    text-align: center !important;
  }
}

.textbold {
  font-weight: 700;
}

[data-cascade] {
  display: block;
  -webkit-animation-duration: 1200ms;
          animation-duration: 1200ms;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

[data-cascade][data-cascade-slow] {
  -webkit-animation-duration: 9000ms;
          animation-duration: 9000ms;
}

@media (max-width: 767px) {
  [data-cascade-delay="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="0"] {
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="1"] {
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="1"] {
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="2"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="2"] {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="3"] {
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="3"] {
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="4"] {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="4"] {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="5"] {
    -webkit-animation-delay: 750ms;
            animation-delay: 750ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="5"] {
    -webkit-animation-delay: 750ms;
            animation-delay: 750ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="6"] {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="6"] {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="7"] {
    -webkit-animation-delay: 1050ms;
            animation-delay: 1050ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="7"] {
    -webkit-animation-delay: 1050ms;
            animation-delay: 1050ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="8"] {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="8"] {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="9"] {
    -webkit-animation-delay: 1350ms;
            animation-delay: 1350ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="9"] {
    -webkit-animation-delay: 1350ms;
            animation-delay: 1350ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="10"] {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="10"] {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="11"] {
    -webkit-animation-delay: 1650ms;
            animation-delay: 1650ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="11"] {
    -webkit-animation-delay: 1650ms;
            animation-delay: 1650ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="12"] {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="12"] {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="13"] {
    -webkit-animation-delay: 1950ms;
            animation-delay: 1950ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="13"] {
    -webkit-animation-delay: 1950ms;
            animation-delay: 1950ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="14"] {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="14"] {
    -webkit-animation-delay: 2100ms;
            animation-delay: 2100ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="15"] {
    -webkit-animation-delay: 2250ms;
            animation-delay: 2250ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="15"] {
    -webkit-animation-delay: 2250ms;
            animation-delay: 2250ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="16"] {
    -webkit-animation-delay: 2400ms;
            animation-delay: 2400ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="16"] {
    -webkit-animation-delay: 2400ms;
            animation-delay: 2400ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="17"] {
    -webkit-animation-delay: 2550ms;
            animation-delay: 2550ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="17"] {
    -webkit-animation-delay: 2550ms;
            animation-delay: 2550ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="18"] {
    -webkit-animation-delay: 2700ms;
            animation-delay: 2700ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="18"] {
    -webkit-animation-delay: 2700ms;
            animation-delay: 2700ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="19"] {
    -webkit-animation-delay: 2850ms;
            animation-delay: 2850ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="19"] {
    -webkit-animation-delay: 2850ms;
            animation-delay: 2850ms;
  }
}

@media (max-width: 767px) {
  [data-cascade-delay="20"] {
    -webkit-animation-delay: 3000ms;
            animation-delay: 3000ms;
  }
}

@media (min-width: 768px) {
  [data-cascade-delay-tbl="20"] {
    -webkit-animation-delay: 3000ms;
            animation-delay: 3000ms;
  }
}

@-webkit-keyframes fadein-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadein-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
@-webkit-keyframes fadein-down {
    0% {
      opacity: 0;
      transform: translate3d(0, -20px, 0);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}
@keyframes fadein-down {
    0% {
      opacity: 0;
      transform: translate3d(0, -20px, 0);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}
}

@-webkit-keyframes fadein-scale1 {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadein-scale1 {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

[data-cascade=fadein-down] {
  opacity: 0;
}

[data-cascade=fadein-down].animate,
.animate [data-cascade=fadein-down] {
  opacity: 1;
  -webkit-animation-name: "fadein-down";
          animation-name: "fadein-down";
}

[data-cascade=fadein-scale1] {
  opacity: 0;
}

[data-cascade=fadein-scale1].animate,
.animate [data-cascade=fadein-scale1] {
  opacity: 1;
  -webkit-animation-name: "fadein-scale1";
          animation-name: "fadein-scale1";
}

[data-cascade=fadein-up] {
  opacity: 0;
}

[data-cascade=fadein-up].animate,
.animate [data-cascade=fadein-up] {
  opacity: 1;
  -webkit-animation-name: "fadein-up";
          animation-name: "fadein-up";
}

.lazyloaded + .lazyload-curtain {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
}

.lazyloaded + .lazyload-curtain:after {
  -webkit-animation: none;
          animation: none;
}

.lazyload-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01112f;
  overflow: hidden;
}

.lazyload-curtain:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(/images/ring-tooltip.svg?551ab7b485c3b687e718d34f26116110);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  -webkit-animation: flashing 3s infinite linear;
          animation: flashing 3s infinite linear;
}

@media (min-width: 576px) {
  .lazyload-curtain:after {
    background-size: 140px;
  }
}

@media (min-width: 1441px) {
  .lazyload-curtain:after {
    background-size: 160px;
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flashing {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.incptcart-dashboard-lyot {
  display: grid;
  grid-template-rows: 94px auto;
  grid-template-areas: "sidebar" "content";
}

@media (min-width: 576px) {
  .incptcart-dashboard-lyot {
    display: grid;
    grid-template-areas: "sidebar content";
    grid-template-columns: 80px auto;
    grid-template-rows: auto;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .incptcart-dashboard-lyot {
    grid-template-columns: 120px auto;
  }
}

.incptcart-dashboard-lyot__header {
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .incptcart-dashboard-lyot__header {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .incptcart-dashboard-lyot__header {
    flex-wrap: nowrap;
  }
}

.incptcart-dashboard-lyot__header.\--stacked {
  flex-wrap: wrap;
}

.incptcart-dashboard-lyot__header__storename {
  order: 2;
  flex-basis: 50%;
  display: none;
  margin-left: auto;
  width: auto;
  color: #01112f;
  font-size: 18px;
  text-align: right;
}

@media (min-width: 576px) {
  .incptcart-dashboard-lyot__header__storename {
    display: block;
    order: 1;
    flex-basis: 100%;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .incptcart-dashboard-lyot__header__storename {
    order: 2;
    margin-right: 25px;
    margin-bottom: 0;
    flex-basis: 50%;
  }
}

.\--stacked .incptcart-dashboard-lyot__header__storename {
  order: 1;
  flex-basis: 100%;
  margin-right: 0;
  margin-bottom: 35px;
}

.incptcart-dashboard-lyot__header__search-container {
  order: 1;
  width: 200px;
}

@media (min-width: 400px) {
  .incptcart-dashboard-lyot__header__search-container {
    width: 315px;
  }
}

@media (min-width: 630px) {
  .incptcart-dashboard-lyot__header__search-container {
    width: 385px;
  }
}

@media (min-width: 1200px) {
  .incptcart-dashboard-lyot__header__search-container {
    width: 480px;
  }
}

@media (min-width: 1600px) {
  .incptcart-dashboard-lyot__header__search-container {
    width: 600px;
  }
}

.incptcart-dashboard-lyot__header__user {
  order: 3;
  margin-left: auto;
}

.incptcart-dashboard-lyot__sidebar {
  grid-area: sidebar;
}

.incptcart-dashboard-lyot__content {
  grid-area: content;
  overflow-y: auto;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .incptcart-dashboard-lyot__content {
    background-color: #f7f6f6;
  }
}

.incptcart-dashboard-split-lyot {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .incptcart-dashboard-split-lyot {
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .incptcart-dashboard-split-lyot {
    display: grid;
    grid-template-columns: 67% auto;
  }
}

@media (min-width: 1200px) {
  .incptcart-dashboard-split-lyot {
    grid-template-columns: 62% auto;
  }
}

@media (min-width: 1400px) {
  .incptcart-dashboard-split-lyot {
    grid-template-columns: 66% auto;
  }
}

@media (min-width: 1600px) {
  .incptcart-dashboard-split-lyot {
    grid-template-columns: 71% auto;
  }
}

.incptcart-dashboard-split-lyot__main {
  position: relative;
  background-color: #ffffff;
}

.incptcart-dashboard-split-lyot__main-content {
  margin: 0 auto 50px;
  padding: 15px;
  height: auto;
  transition: 0.4s all;
  max-width: 100%;
}

@media (min-width: 576px) {
  .incptcart-dashboard-split-lyot__main-content {
    padding: 50px;
  }
}

@media (min-width: 992px) {
  .incptcart-dashboard-split-lyot__main-content {
    width: 768px;
  }
}

@media (min-width: 1200px) {
  .incptcart-dashboard-split-lyot__main-content {
    width: 900px;
  }
}

.incptcart-dashboard-split-lyot__main-content .table-container {
  position: relative;
  width: 100%;
  overflow-x: scroll;
}

.incptcart-dashboard-split-lyot__sidepane {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 112px;
  width: 100%;
  height: 100vh;
  background: #f7f6f6;
  overflow-y: auto;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 480px) {
  .incptcart-dashboard-split-lyot__sidepane {
    width: 355.2px;
  }
}

@media (min-width: 992px) {
  .incptcart-dashboard-split-lyot__sidepane {
    display: block;
    box-shadow: none;
    position: fixed;
    width: calc( (100% - 80px) * .33);
  }
}

@media (min-width: 1200px) {
  .incptcart-dashboard-split-lyot__sidepane {
    width: calc( (100% - 120px) * .38);
  }
}

@media (min-width: 1400px) {
  .incptcart-dashboard-split-lyot__sidepane {
    width: calc( (100% - 120px) * .34);
  }
}

@media (min-width: 1600px) {
  .incptcart-dashboard-split-lyot__sidepane {
    width: calc( (100% - 120px) * .29);
  }
}

.incptcart-dashboard-split-lyot__sidepane .incptcart-page-section-title {
  padding: 0 20px;
}

.snj-order-page {
  position: relative;
  width: 100%;
}

@media (min-width: 1025px) {
  .snj-order-page {
    margin: 0;
    padding: 0;
    max-width: 100%;
    display: flex;
    height: 100%;
    justify-content: flex-start;
  }
}

.snj-order-page__main {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px 140px;
  width: 100%;
}

@media (min-width: 768px) {
  .snj-order-page__main {
    padding-top: 50px;
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media (min-width: 1025px) {
  .snj-order-page__main {
    width: 58%;
    padding-bottom: 50px;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .snj-order-page__main {
    width: 67%;
  }
}

@media (min-width: 1650px) {
  .snj-order-page__main {
    padding-left: 16%;
    padding-right: 16%;
  }
}

.snj-order-page .page-title {
  font-size: 30px;
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .snj-order-page .page-title {
    font-size: 50px;
  }
}

.snj-order-page .ornaments-container {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.snj-order-page .ornaments-container.moon-container {
  display: none;
}

@media (min-width: 1025px) {
  .snj-order-page .ornaments-container.moon-container {
    display: block;
  }
}

.snj-order-page .ornaments-container.planets-container {
  z-index: 20;
}

@media (min-width: 1025px) {
  .snj-order-page .ornaments-container .moon {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 150px;
  }
}

@media (min-width: 1650px) {
  .snj-order-page .ornaments-container .moon {
    width: 238px;
  }
}

.snj-order-page .ornaments-container .planet {
  position: absolute;
  margin: auto;
}

@media (min-width: 1025px) {
  .snj-order-page .ornaments-container .planet {
    position: fixed;
  }
}

.snj-order-page .ornaments-container .planet.green {
  width: 96px;
  top: -38px;
  left: -54px;
  right: 0;
  -webkit-animation: floating_bl 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_bl 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

@media (min-width: 768px) {
  .snj-order-page .ornaments-container .planet.green {
    top: 0;
  }
}

@media (min-width: 1025px) {
  .snj-order-page .ornaments-container .planet.green {
    top: auto;
    bottom: 120px;
    left: 10%;
  }
}

@media (min-width: 1200px) {
  .snj-order-page .ornaments-container .planet.green {
    left: 30%;
  }
}

@media (min-width: 1650px) {
  .snj-order-page .ornaments-container .planet.green {
    left: 25%;
    bottom: 180px;
  }
}

.snj-order-page .ornaments-container .planet.pink {
  width: 66px;
  top: 24px;
  left: 90px;
  right: 0;
  -webkit-animation: floating_tr_lg 16s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_tr_lg 16s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

@media (min-width: 768px) {
  .snj-order-page .ornaments-container .planet.pink {
    top: 62px;
  }
}

@media (min-width: 1025px) {
  .snj-order-page .ornaments-container .planet.pink {
    top: auto;
    bottom: 50px;
    left: 65px;
  }
}

@media (min-width: 1200px) {
  .snj-order-page .ornaments-container .planet.pink {
    left: 25%;
  }
}

@media (min-width: 1650px) {
  .snj-order-page .ornaments-container .planet.pink {
    left: 14%;
  }
}

.snj-order-page .ornaments-container .planet.blue {
  display: none;
}

@media (min-width: 1200px) {
  .snj-order-page .ornaments-container .planet.blue {
    display: block;
    width: 178px;
    bottom: -130px;
    left: 26%;
    right: 0;
    -webkit-animation: floating_bl 23s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
            animation: floating_bl 23s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
  }
}

@media (min-width: 1650px) {
  .snj-order-page .ornaments-container .planet.blue {
    bottom: 0;
    left: 30%;
  }
}

.snj-order-summary {
  z-index: 30;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  width: 100%;
  height: 100vh;
  transform: translate3d(0, calc(100% - 100px), 0);
  background: #171c4b;
  box-shadow: -1px 2px 12px rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  overflow: scroll;
}

@media (min-width: 576px) {
  .snj-order-summary {
    transform: translate3d(0, calc(100% - 120px), 0);
  }
}

@media (min-width: 1025px) {
  .snj-order-summary {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 42%;
    height: 100%;
    box-shadow: none;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1200px) {
  .snj-order-summary {
    width: 33%;
    padding: 40px 20px;
  }
}

@media (min-width: 1650px) {
  .snj-order-summary {
    padding: 40px;
  }
}

.snj-order-summary.expanded {
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  transform: translate3d(0, 0, 0);
}

.snj-order-summary__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
}

@media (min-width: 576px) {
  .snj-order-summary__head {
    height: 48px;
  }
}

@media (min-width: 1200px) {
  .snj-order-summary__head {
    margin-bottom: 35px;
  }
}

.snj-order-summary__logo {
  width: 28px;
  height: 28px;
}

@media (min-width: 480px) {
  .snj-order-summary__logo {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 576px) {
  .snj-order-summary__title {
    margin-right: auto;
    padding-left: 30px;
  }
}

@media (min-width: 1025px) {
  .snj-order-summary__title {
    margin: 0;
  }
}

.snj-order-summary__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}

@media (min-width: 1025px) {
  .snj-order-summary__btn {
    display: none;
  }
}

.snj-order-summary__btn img {
  max-width: 100%;
  max-height: 100%;
}

.snj-order-summary__snapshot {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .snj-order-summary__snapshot {
    display: none;
  }
}

.expanded .snj-order-summary__snapshot {
  display: none;
}

.snj-order-summary__snapshot__text {
  margin-right: 15px;
  font-family: "Poppins-Light", sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.snj-order-summary__snapshot__total {
  font-size: 30px;
}

.snj-order-summary__body {
  display: none;
  padding: 40px 0 20px;
}

.expanded .snj-order-summary__body {
  display: block;
}

@media (min-width: 768px) {
  .snj-order-summary__body {
    display: block;
  }
}

.snj-order-summary__body .total-row td {
  padding-top: 5px;
}

@media (min-width: 1650px) {
  .snj-order-summary__body .total-row td {
    padding-top: 10px;
  }
}

.snj-order-summary__body .total-row .large {
  font-size: 30px;
}

.snj-order-summary__body .total-row .amount-cell {
  position: relative;
  width: 120px;
  height: 52px;
  padding-top: 10px;
  margin-left: auto;
  overflow: hidden;
}

.snj-order-summary__body .total-row .amount-cell ._sign {
  position: absolute;
  left: 0;
}

.snj-order-summary__body .total-row .amount-cell #total-animated {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  padding: 0;
}

.snj-order-summary__body .total-row .amount-cell #total-animated > span {
  right: 0;
}

.snj-order-summary .close-icon {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  float: right;
}

@media (min-width: 768px) {
  .snj-order-summary .close-icon {
    margin-right: 8px;
  }
}

@media (min-width: 1200px) {
  .snj-order-summary .close-icon {
    margin-right: 12px;
  }
}

.snj-order-summary .close-icon:hover img {
  transform: rotate(90deg);
}

.snj-order-summary .close-icon img {
  pointer-events: none;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-order-summary .addons-wrap {
  max-width: 460px;
}

.snj-order-summary .qty-col {
  width: 40px;
}

@media (min-width: 576px) {
  .snj-order-summary .qty-col {
    width: 80px;
  }
}

@media (min-width: 576px) {
  .snj-order-summary .qty-col {
    padding-left: 0;
    padding-right: 0;
  }
}

.snj-order-summary .price-col {
  width: 50px;
}

@media (min-width: 576px) {
  .snj-order-summary .price-col {
    width: 70px;
  }
}

@media (min-width: 576px) {
  .snj-order-summary .price-col {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.snj-order-summary .close-col {
  width: 40px;
}

@media (min-width: 576px) {
  .snj-order-summary .close-col {
    width: 50px;
  }
}

@media (min-width: 576px) {
  .snj-order-summary ._xxs {
    display: none;
  }
}

.snj-order-summary ._xs {
  display: none;
}

@media (min-width: 576px) {
  .snj-order-summary ._xs {
    display: block;
  }
}

.snj-order-summary tbody tr:first-child td {
  padding-top: 5px;
}

.snj-order-summary tbody tr:last-child td {
  padding-bottom: 5px;
}

.snj-order-page .form-title {
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .snj-order-page .form-title {
    margin-bottom: 30px;
  }
}

.snj-order-page .snj-form .continue-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .snj-order-page .snj-form .continue-btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .snj-order-page .snj-form .continue-btn {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .snj-order-page #confirmation-form .form-row {
    display: flex;
  }
}

.snj-order-page #confirmation-form .snj-form-group {
  width: 100%;
}

@media (min-width: 768px) {
  .snj-order-page #confirmation-form .snj-form-group {
    padding: 0 10px;
  }
}

.snj-header-nav {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .snj-header-nav {
    padding: 50px 28px 0 50px;
  }
}

.snj-header-nav:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  border-bottom-left-radius: 50vw 16vw;
  border-bottom-right-radius: 50vw 16vw;
  background-color: #000000;
  opacity: 0.92;
  transform-origin: top center;
  transition: all 0.6s cubic-bezier(0.3, 0, 0.2, 1) 0.2s;
  transform: translate3d(0, -100%, 0);
}

.snj-header-nav .inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.snj-header-nav__logo {
  width: 26px;
}

@media (min-width: 768px) {
  .snj-header-nav__logo {
    width: 50px;
  }
}

@media (min-width: 1200px) {
  .snj-header-nav__logo {
    width: 97px;
  }
}

.snj-header-nav__logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.snj-header-nav__logo img {
  pointer-events: none;
  display: flex;
  position: relative;
  width: 100%;
}

.snj-header-nav__trigger {
  cursor: pointer;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 21px;
}

@media (min-width: 992px) {
  .snj-header-nav__trigger {
    display: none;
  }
}

.snj-header-nav__trigger .burger-line {
  position: absolute;
  height: 2px;
  border-radius: 6px;
  overflow: hidden;
}

.snj-header-nav__trigger .burger-line.top {
  width: 100%;
  top: 5px;
  left: 0;
}

.snj-header-nav__trigger .burger-line.top:before {
  transform-origin: right center;
}

.snj-header-nav__trigger .burger-line.bottom {
  width: 69%;
  bottom: 5px;
  right: 0;
}

.snj-header-nav__trigger .burger-line.bottom:before {
  transform-origin: right center;
}

.snj-header-nav__trigger .burger-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-header-nav__trigger .cross-line {
  position: absolute;
  width: 90%;
  height: 2px;
  border-radius: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.snj-header-nav__trigger .cross-line.top-left {
  transform: rotate(45deg);
}

.snj-header-nav__trigger .cross-line.top-right {
  transform: rotate(135deg);
}

.snj-header-nav__trigger .cross-line.bottom-left {
  transform: rotate(-45deg);
}

.snj-header-nav__trigger .cross-line.bottom-right {
  transform: rotate(-135deg);
}

.snj-header-nav__trigger .cross-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  transform: translate(-108%, 0);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-header-nav__trigger.opened .burger-line:before {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transform: scale(0, 1);
}

.snj-header-nav__trigger.opened .cross-line:before {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transform: translate(0, 0);
}

.snj-header-nav.scrolled {
  height: 80px;
  line-height: 80px;
}

.snj-header-nav.opened:before {
  transition: all 1.2s cubic-bezier(0.3, 0, 0.2, 1);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
  .snj-header-nav.opened:before {
    display: none;
  }
}

.snj-header-nav.opened .snj-tabs {
  pointer-events: auto;
}

@media (min-width: 992px) {
  .snj-header-nav.opened .snj-tabs {
    transition: all 0s cubic-bezier(0.3, 0, 0.2, 1);
  }
}

.snj-header-nav.opened .snj-tabs__link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.snj-header-nav.opened .snj-tabs__link:nth-child(1) {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.27s;
}

.snj-header-nav.opened .snj-tabs__link:nth-child(2) {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.34s;
}

.snj-header-nav.opened .snj-tabs__link:nth-child(3) {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.41s;
}

.snj-header-nav.opened .snj-tabs__link:nth-child(4) {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.48s;
}

.snj-header-nav.opened .snj-tabs__link:nth-child(5) {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.55s;
}

.snj-header-nav.opened .snj-tabs__link:nth-child(6) {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.62s;
}

.snj-header-nav.opened .snj-tabs__link:nth-child(7) {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.69s;
}

.snj-header-nav.opened .snj-tabs__link:nth-child(8) {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.76s;
}

.snj-header-nav--white.scrolled {
  background-color: #fff;
  box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.3);
}

.snj-tabs {
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 40%;
  margin-top: 100px;
  list-style: none;
}

@media (min-width: 768px) {
  .snj-tabs {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .snj-tabs {
    pointer-events: auto;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0;
    width: auto;
    text-align: center;
    overflow: initial;
    transition: all 0s cubic-bezier(0.3, 0, 0.2, 1);
  }
}

.snj-tabs__link {
  opacity: 0;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 100;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1) 0s;
  transform: translate3d(0, -1em, 0);
}

.snj-tabs__link + .snj-tabs__link {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .snj-tabs__link {
    opacity: 1;
    display: inline-block;
    margin: 0 7px;
    transform: translate3d(0, 0, 0);
  }

  .snj-tabs__link + .snj-tabs__link {
    margin-top: 0;
  }
}

.snj-tabs__link a {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 992px) {
  .snj-tabs__link a {
    padding: 0 14px;
  }
}

.snj-tabs__link--active:after {
  cursor: pointer;
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

#landing-footer {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  #landing-footer {
    padding-bottom: 65px;
    margin-top: 80px;
  }
}

@media (min-width: 1441px) {
  #landing-footer {
    margin-top: 90px;
  }
}

#landing-footer ul,
#landing-footer li {
  list-style: none;
}

#landing-footer .inner-wrap {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #landing-footer .inner-wrap {
    padding-top: 40px;
  }

  #landing-footer .inner-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    transform: scale(0.7, 1);
    opacity: 0;
  }
}

#landing-footer .center-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #landing-footer .center-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  #landing-footer .center-wrap {
    max-width: 800px;
  }
}

#landing-footer .logo-wrap {
  display: block;
  width: 43px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #landing-footer .logo-wrap {
    width: 70px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  #landing-footer .logo-wrap {
    width: 97px;
  }
}

#landing-footer .logo-wrap img {
  pointer-events: none;
  width: 100%;
  vertical-align: top;
}

#landing-footer .pages-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #landing-footer .pages-wrap {
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  #landing-footer .pages-wrap li + li {
    margin-left: 40px;
  }
}

#landing-footer .pages-wrap li a {
  display: block;
  padding: 10px 0;
  text-align: center;
}

@media (min-width: 768px) {
  #landing-footer .pages-wrap li a {
    padding: 10px;
  }
}

#landing-footer .cta-wrap {
  margin-top: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  #landing-footer .cta-wrap {
    margin-top: 0;
    padding-top: 18px;
  }
}

#landing-footer .cta-wrap li {
  display: inline-block;
}

@media (min-width: 768px) {
  #landing-footer .cta-wrap li {
    display: block;
  }
}

#landing-footer .cta-wrap li + li {
  margin-left: 28px;
}

@media (min-width: 768px) {
  #landing-footer .cta-wrap li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}

#landing-footer .cta-wrap .cta-btn {
  width: 130px;
}

@media (min-width: 768px) {
  #landing-footer.animate .inner-wrap:after {
    transition: all 2s cubic-bezier(0.3, 0, 0.2, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

.snj-progress {
  position: relative;
  margin: 60px 0;
  padding: 16px 40px;
  width: 100%;
  text-align: center;
}

.snj-progress__container {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #454545, #454545 35%, transparent 35%, transparent 100%);
  background-size: 20px 1px;
  border: none;
}

.snj-progress__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center left;
  transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
}

.snj-progress__indicator-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.snj-progress__indicator-text a {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #454545;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .snj-progress__indicator-text a {
    width: 20px;
    height: 20px;
  }
}

.snj-progress__indicator-text span {
  position: absolute;
  top: 40px;
  left: 50%;
  font-size: 15px;
  color: #454545;
  transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-progress__ship {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-left: -41px;
  transform: translateY(-50%);
  transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
  left: 0%;
}

.snj-progress__ship ._img-wrap {
  position: relative;
  transform-origin: center center;
}

.snj-progress__ship img {
  vertical-align: top;
  width: 82px;
  height: 35px;
}

.snj-progress[data-step="1"] .snj-progress__indicator-text a:nth-child(1) {
  background-color: #4c5cf9;
}

.snj-progress[data-step="1"] .snj-progress__indicator-text a:nth-child(1) span {
  color: #ffffff;
}

.snj-progress[data-step="2"] .snj-progress__indicator {
  transition: all 1.8s cubic-bezier(0.9, 0, 0.3, 1) 0.05s;
  transform: scale(0.5, 1);
}

.snj-progress[data-step="2"] .snj-progress__indicator-text a:nth-child(1) {
  background-color: #ffffff;
}

.snj-progress[data-step="2"] .snj-progress__indicator-text a:nth-child(1) span {
  color: #ffffff;
}

.snj-progress[data-step="2"] .snj-progress__indicator-text a:nth-child(2) {
  background-color: #4c5cf9;
}

.snj-progress[data-step="2"] .snj-progress__indicator-text a:nth-child(2) span {
  color: #ffffff;
}

.snj-progress[data-step="2"] .snj-progress__ship {
  transition: all 1.8s cubic-bezier(0.9, 0, 0.3, 1) 0.05s;
  left: 48%;
}

.snj-progress[data-step="2"] .snj-progress__ship ._img-wrap {
  -webkit-animation-name: ship_step_2;
          animation-name: ship_step_2;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.snj-progress[data-step="3"] .snj-progress__indicator {
  transition: all 1.8s cubic-bezier(0.9, 0, 0.3, 1) 0.05s;
  transform: scale(1, 1);
}

.snj-progress[data-step="3"] .snj-progress__indicator-text a:nth-child(1),
.snj-progress[data-step="3"] .snj-progress__indicator-text a:nth-child(2) {
  background-color: #ffffff;
}

.snj-progress[data-step="3"] .snj-progress__indicator-text a:nth-child(1) span,
.snj-progress[data-step="3"] .snj-progress__indicator-text a:nth-child(2) span {
  color: #ffffff;
}

.snj-progress[data-step="3"] .snj-progress__indicator-text a:nth-child(3) {
  background-color: #4c5cf9;
}

.snj-progress[data-step="3"] .snj-progress__indicator-text a:nth-child(3) span {
  color: #ffffff;
}

.snj-progress[data-step="3"] .snj-progress__ship {
  transition: all 1.8s cubic-bezier(0.9, 0, 0.3, 1) 0.05s;
  left: 98%;
}

.snj-progress[data-step="3"] .snj-progress__ship ._img-wrap {
  -webkit-animation-name: ship_step_3;
          animation-name: ship_step_3;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes ship_step_2 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  75% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes ship_step_2 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  75% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ship_step_3 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes ship_step_3 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#landing-hero {
  position: relative;
  width: 100%;
  padding-bottom: 20vh;
}

@media (min-width: 768px) {
  #landing-hero {
    height: 100vh;
    min-height: 460px;
    max-height: 600px;
  }
}

@media (min-width: 1200px) {
  #landing-hero {
    min-height: 680px;
    max-height: 820px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1650px) {
  #landing-hero {
    min-height: 780px;
    max-height: 900px;
  }
}

#landing-hero .bg-wrap {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#landing-hero .bg-wrap .moon {
  position: absolute;
  margin: auto;
  top: 110px;
  left: -70px;
  width: 253px;
}

@media (min-width: 768px) {
  #landing-hero .bg-wrap .moon {
    width: 400px;
    top: 40px;
    left: 5%;
  }
}

@media (min-width: 1200px) {
  #landing-hero .bg-wrap .moon {
    width: auto;
    top: 70px;
    left: 8.5%;
  }
}

#landing-hero .intro-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  #landing-hero .intro-wrap {
    max-width: 760px;
    margin-top: 20px;
  }
}

@media (min-width: 1025px) {
  #landing-hero .intro-wrap {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  #landing-hero .intro-wrap {
    max-width: 1120px;
  }
}

@media (min-width: 1650px) {
  #landing-hero .intro-wrap {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  #landing-hero .intro-wrap .logo-wrap {
    display: none;
  }
}

#landing-hero .intro-wrap .title {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #landing-hero .intro-wrap .title {
    max-width: unset;
  }
}

#landing-hero .intro-wrap .ring {
  position: absolute;
  right: 13px;
  bottom: 0;
  transform: translate(0, 100%);
  width: 74px;
}

@media (min-width: 768px) {
  #landing-hero .intro-wrap .ring {
    width: 110px;
    right: 0;
    transform: translate(0, 50%);
  }
}

@media (min-width: 1200px) {
  #landing-hero .intro-wrap .ring {
    width: auto;
  }
}

#landing-hero .scroll-down {
  display: none;
}

@media (min-width: 768px) {
  #landing-hero .scroll-down {
    cursor: pointer;
    display: block;
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
  }

  #landing-hero .scroll-down img {
    pointer-events: none;
    vertical-align: top;
    opacity: 0.3;
    transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  }

  #landing-hero .scroll-down:hover img {
    opacity: 1;
  }
}

.scroll-animating #landing-hero .intro-wrap {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
}

@media (min-width: 768px) {
  .scroll-animating #landing-hero .intro-wrap {
    opacity: 1;
  }
}

#landing-how-it-works {
  position: relative;
  width: 100%;
  height: 375px;
}

@media (min-width: 576px) {
  #landing-how-it-works {
    height: 545px;
  }
}

@media (min-width: 768px) {
  #landing-how-it-works {
    height: 700px;
  }
}

@media (min-width: 1200px) {
  #landing-how-it-works {
    height: 1250px;
  }
}

@media (min-width: 1650px) {
  #landing-how-it-works {
    height: 1300px;
  }
}

#landing-how-it-works .illustration-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2535px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  #landing-how-it-works .illustration-container {
    height: 3000px;
  }
}

@media (min-width: 1441px) {
  #landing-how-it-works .illustration-container {
    height: 3380px;
  }
}

#landing-how-it-works .illustration-container .earth-container {
  position: relative;
  width: 1078px;
  height: 1078px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 768px) {
  #landing-how-it-works .illustration-container .earth-container {
    top: 60px;
  }
}

@media (min-width: 1200px) {
  #landing-how-it-works .illustration-container .earth-container {
    top: -200px;
  }
}

@media (min-width: 1350px) {
  #landing-how-it-works .illustration-container .earth-container {
    top: -160px;
  }
}

@media (min-width: 1441px) {
  #landing-how-it-works .illustration-container .earth-container {
    top: -100px;
  }
}

@media (min-width: 1650px) {
  #landing-how-it-works .illustration-container .earth-container {
    top: -60px;
  }
}

#landing-how-it-works .illustration-container .earth-container .scale-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: top center;
}

@media (min-width: 576px) {
  #landing-how-it-works .illustration-container .earth-container .scale-wrap {
    transform: scale(1.39);
  }
}

@media (min-width: 768px) {
  #landing-how-it-works .illustration-container .earth-container .scale-wrap {
    transform: scale(2.41);
  }
}

@media (min-width: 1200px) {
  #landing-how-it-works .illustration-container .earth-container .scale-wrap {
    transform: scale(3.76);
  }
}

@media (min-width: 1650px) {
  #landing-how-it-works .illustration-container .earth-container .scale-wrap {
    transform: scale(3.94);
  }
}

#landing-how-it-works .illustration-container .earth-container .rotating-element {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#landing-how-it-works .illustration-container .earth-container .atmosphere {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 119%;
  height: 119%;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #628EFF 58.48%, rgba(0, 16, 56, 0) 100%);
}

#landing-how-it-works .illustration-container .earth-container .rotation-wrapper {
  position: absolute;
  width: 75%;
  height: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#landing-how-it-works .illustration-container .earth-container ._earth {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#landing-how-it-works .illustration-container .earth-container .async-rotation-w {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#landing-how-it-works .illustration-container .earth-container .async-rotation-w.truck {
  transform: rotate(-9.82deg);
}

#landing-how-it-works .illustration-container .earth-container .async-rotation-w.ship {
  transform: rotate(90deg);
}

#landing-how-it-works .illustration-container .earth-container .async-rotation-w.tree-house {
  transform: rotate(-3.5deg);
}

#landing-how-it-works .illustration-container .earth-container .async-rotation-w.building {
  transform: rotate(49.06deg);
}

#landing-how-it-works .illustration-container .earth-container .async-rotation-w.tree-front-building {
  transform: rotate(45.76deg);
}

#landing-how-it-works .illustration-container .earth-container .async-rotation-w.tree-right-building {
  transform: rotate(60.9deg);
}

#landing-how-it-works .illustration-container .earth-container .async-rotation-w.ring {
  transform: rotate(-10.8deg);
}

#landing-how-it-works .illustration-container .earth-container .async-rotation-w img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

#landing-how-it-works .illustration-container .earth-container ._truck {
  width: 4.2%;
  bottom: 62.7%;
}

#landing-how-it-works .illustration-container .earth-container .ship-container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 86%;
  width: 4.84%;
  height: 11.2%;
}

#landing-how-it-works .illustration-container .earth-container ._ship {
  z-index: 1;
  width: 100%;
}

#landing-how-it-works .illustration-container .earth-container ._ship-fire {
  display: block;
  width: 46.48%;
  top: 70.2% !important;
  opacity: 0;
}

#landing-how-it-works .illustration-container .earth-container ._tree-house {
  width: 3.4%;
  bottom: 85.3%;
}

#landing-how-it-works .illustration-container .earth-container ._building {
  width: 13.03%;
  bottom: 87.4%;
}

#landing-how-it-works .illustration-container .earth-container ._tree-front-building {
  width: 3.86%;
  bottom: 79.2%;
}

#landing-how-it-works .illustration-container .earth-container ._tree-right-building {
  width: 2.75%;
  bottom: 85.5%;
}

#landing-how-it-works .illustration-container .earth-container ._iss {
  position: absolute;
  margin: auto;
  top: 11%;
  left: 0;
  right: 16%;
  width: 16.88%;
}

#landing-how-it-works .illustration-container .earth-container ._ring {
  width: 5.68%;
  bottom: 69.5%;
}

@media (min-width: 1200px) {
  #landing-how-it-works .illustration-container .earth-container ._ring {
    width: 4%;
    bottom: 68%;
  }
}

#landing-how-it-works .illustration-container .earth-container #how-iss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#landing-how-it-works .illustration-container .blue-filter {
  display: block;
  position: absolute;
  top: 23%;
  left: 0;
  width: 100%;
  height: 77%;
  background: linear-gradient(180deg, rgba(41, 181, 211, 0) 0%, rgba(39, 170, 203, 0.79) 10.37%, rgba(16, 48, 104, 0.855967) 44.61%, rgba(5, 32, 94, 0.951863) 52.43%, #001958 66.91%, #000000 100%);
}

@media (min-width: 768px) {
  #landing-how-it-works .illustration-container .blue-filter {
    top: 30%;
    height: 70%;
  }
}

@media (min-width: 1200px) {
  #landing-how-it-works .illustration-container .blue-filter {
    top: 40%;
    height: 60%;
  }
}

@media (min-width: 768px) {
  #landing-how-it-works .subsection-title .mobile-header {
    display: none;
  }
}

#landing-how-it-works .subsection-title .mobile-header * {
  pointer-events: none;
}

#landing-how-it-works .subsection-title ._mobile-text {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.47em;
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}

#landing-how-it-works .subsection-title .arrow {
  display: block;
  width: 19px;
  margin: 0 auto;
}

#landing-how-it-works .subsection-title ._bigger-text {
  display: none;
}

@media (min-width: 768px) {
  #landing-how-it-works .subsection-title ._bigger-text {
    display: block;
    font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  #landing-how-it-works .subsection-title ._bigger-text {
    font-size: 80px;
    line-height: 1.5em;
    font-weight: 800;
  }
}

#landing-how-it-works .subsection-title.animating {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

@media (min-width: 768px) {
  #landing-how-it-works .subsection-title {
    font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
    font-size: 40px;
  }

  #landing-how-it-works .subsection-title.animating {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#landing-how-it-works .steps-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
}

@media (min-width: 768px) {
  #landing-how-it-works .steps-container {
    position: relative;
    width: 50%;
    max-width: 420px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  #landing-how-it-works .steps-container {
    top: -50px;
    margin-right: 100px;
  }
}

@media (min-width: 1441px) {
  #landing-how-it-works .steps-container {
    top: 0;
    margin-top: 80px;
  }
}

@media (min-width: 1650px) {
  #landing-how-it-works .steps-container {
    margin-top: 180px;
    margin-right: 13.33%;
  }
}

#landing-how-it-works .step-wrap {
  pointer-events: none;
  position: absolute;
  bottom: -120px;
  left: 0;
  padding: 0 25px;
}

@media (min-width: 375px) {
  #landing-how-it-works .step-wrap {
    bottom: -80px;
  }
}

@media (min-width: 768px) {
  #landing-how-it-works .step-wrap {
    bottom: auto;
    top: 0;
    padding-left: 0;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  #landing-how-it-works .step-wrap {
    padding-right: 0;
  }
}

#landing-how-it-works .step-wrap ._title {
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.5em;
  transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
  transform: translate3d(0, -30px, 0);
}

@media (min-width: 768px) {
  #landing-how-it-works .step-wrap ._title {
    margin-bottom: 10px;
  }
}

#landing-how-it-works .step-wrap ._description {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
  transform: translate3d(0, -30px, 0);
}

#landing-how-it-works .step-wrap.active {
  pointer-events: auto;
}

#landing-how-it-works .step-wrap.active ._title {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.1s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#landing-how-it-works .step-wrap.active ._description {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.3s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.addons-container {
  margin-top: 25px;
}

.addons-container .subtitle {
  margin-bottom: 16px;
}

.addons-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 25px;
  padding: 0 20px;
  list-style: none;
}

@media (min-width: 768px) {
  .addons-wrap {
    max-width: 380px;
    margin-left: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .addons-wrap {
    max-width: 460px;
  }
}

.addon-card {
  cursor: pointer;
  position: relative;
  width: 30%;
  max-width: 100px;
  padding: 11px 5px 10px;
  border-radius: 10px;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .addon-card {
    max-width: 110px;
    padding: 15px 10px;
  }
}

@media (min-width: 1200px) {
  .addon-card {
    max-width: 140px;
  }
}

.addon-card:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #4c5cf9;
  border-radius: 10px;
  box-shadow: inset 0px 0px 14px #4c5cf9;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
}

.addon-card * {
  pointer-events: none;
}

.addon-card .select-wrap {
  z-index: 1;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
}

@media (min-width: 768px) {
  .addon-card .select-wrap {
    top: 10px;
    left: 10px;
  }
}

.addon-card .select-wrap .plus-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.addon-card .select-wrap .plus-container:before,
.addon-card .select-wrap .plus-container:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #4c5cf9;
}

.addon-card .select-wrap .plus-container:after {
  transform: rotate(90deg);
}

.addon-card .select-wrap .checkmark-container {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.addon-card .select-wrap .checkmark-container img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
}

.addon-card .icon-wrap {
  position: relative;
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .addon-card .icon-wrap {
    width: 50px;
    height: 50px;
  }
}

.addon-card .icon-wrap:before,
.addon-card .icon-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}

.addon-card .icon-wrap:before {
  background-color: #e5e7ff;
}

.addon-card .icon-wrap:after {
  background-color: #ffffff;
  transform: scale(0);
}

.addon-card .icon-wrap img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
}

@media (min-width: 768px) {
  .addon-card .icon-wrap img {
    width: 36px;
  }
}

.addon-card .icon-wrap img.plaque {
  width: 36px;
}

@media (min-width: 768px) {
  .addon-card .icon-wrap img.plaque {
    width: 50px;
  }
}

.addon-card .title {
  position: relative;
  height: 26px;
  line-height: 1.13em;
  margin-bottom: 3px;
  color: #000000;
}

.addon-card .price {
  position: relative;
  color: #4c5cf9 !important;
  font-weight: 300;
}

@media (min-width: 768px) {
  .addon-card .price ._sign {
    font-size: 0.66em;
  }
}

@media (min-width: 768px) {
  .addon-card:hover:after {
    transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
    opacity: 1;
  }
}

.addon-card.selected .select-wrap .plus-container {
  opacity: 0;
}

.addon-card.selected .select-wrap .checkmark-container {
  opacity: 1;
}

.addon-card.selected .icon-wrap:before {
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  transform: scale(5);
  border-radius: 0;
}

.addon-card.selected .icon-wrap img {
  -webkit-animation: addon_card_icon_selected 1s cubic-bezier(0.36, 0.02, 0.18, 1.36);
          animation: addon_card_icon_selected 1s cubic-bezier(0.36, 0.02, 0.18, 1.36);
}

.addon-card.selected .icon-wrap:after {
  transition: all 0.7s cubic-bezier(0.36, 0.02, 0.18, 1.36) 0.3s;
  transform: scale(1);
}

.addon-card.selected:hover:after {
  box-shadow: inset 0px 0px 4px #4c5cf9;
  opacity: 0.9;
}

.addon-card.selected:hover:before {
  content: "click to remove";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  color: #de5252;
  font-weight: 700;
  transition: 0.2s all;
}

@-webkit-keyframes addon_card_icon_selected {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    transform: translate(-50%, -50%) scale(1.4);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes addon_card_icon_selected {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  60% {
    transform: translate(-50%, -50%) scale(1.4);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

#landing-add-ons {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  #landing-add-ons .addons-wrap-description {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
  }
}

#landing-add-ons .addon-col {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
  list-style-type: none;
}

@media (min-width: 768px) {
  #landing-add-ons .addon-col {
    vertical-align: top;
    display: inline-block;
    width: 33.33%;
    max-width: 320px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  #landing-add-ons .addon-col {
    max-width: 270px;
    padding: 0;
  }
}

#landing-add-ons .addon-col + .addon-col {
  margin-top: 50px;
}

@media (min-width: 768px) {
  #landing-add-ons .addon-col + .addon-col {
    margin-top: 0;
  }
}

#landing-add-ons .addon-col ._icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1200px) {
  #landing-add-ons .addon-col ._icon {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 1200px) {
  #landing-add-ons .addon-col ._icon {
    margin-bottom: 34px;
  }
}

#landing-add-ons .addon-col ._icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#landing-add-ons .addon-col ._icon .case {
  width: 70px;
}

@media (min-width: 1200px) {
  #landing-add-ons .addon-col ._icon .case {
    width: 110px;
  }
}

#landing-add-ons .addon-col ._icon .ring {
  left: 52%;
  width: 72px;
}

@media (min-width: 1200px) {
  #landing-add-ons .addon-col ._icon .ring {
    width: 109px;
  }
}

#landing-add-ons .addon-col ._icon .plaque {
  width: 102px;
}

@media (min-width: 1200px) {
  #landing-add-ons .addon-col ._icon .plaque {
    width: 136px;
  }
}

#landing-add-ons .addon-col ._title {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  #landing-add-ons .addon-col ._title {
    margin-bottom: 12px;
  }
}

#landing-order-now {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #landing-order-now {
    margin-bottom: 40px;
  }
}

@media (min-width: 1650px) {
  #landing-order-now {
    margin-bottom: 90px;
  }
}

#landing-order-now .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

@media (min-width: 1650px) {
  #landing-order-now .bg-container {
    overflow: visible;
  }
}

#landing-order-now .bg-container img {
  position: absolute;
  top: 150px;
  right: -40px;
  width: 333px;
}

@media (min-width: 768px) {
  #landing-order-now .bg-container img {
    width: 700px;
  }
}

@media (min-width: 1650px) {
  #landing-order-now .bg-container img {
    width: auto;
    right: 60px;
  }
}

#landing-order-now .bg-container.animate {
  transition: all 3s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0.1;
}

#landing-order-now .content-wrap {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #landing-order-now .content-wrap {
    display: flex;
    max-width: 800px;
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  #landing-order-now .content-wrap {
    max-width: 1120px;
    padding: 0;
  }
}

#landing-order-now .left-wrap {
  display: none;
}

@media (min-width: 768px) {
  #landing-order-now .left-wrap {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  #landing-order-now .left-wrap {
    padding-right: 40px;
  }
}

#landing-order-now .left-wrap img {
  width: 100%;
}

#landing-order-now .right-wrap {
  display: inline-block;
  text-align: center;
}

@media (min-width: 768px) {
  #landing-order-now .right-wrap {
    width: 50%;
    padding-left: 20px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #landing-order-now .right-wrap {
    padding-left: 40px;
  }
}

#landing-order-now .right-wrap .intro {
  padding: 0 25px;
}

@media (min-width: 768px) {
  #landing-order-now .right-wrap .intro {
    padding: 0;
  }
}

#landing-order-now .addons-container {
  margin-top: 25px;
}

#landing-order-now .addons-container .subtitle {
  margin-bottom: 16px;
}

#landing-order-now .checkout-shortcut {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #landing-order-now .checkout-shortcut {
    padding: 0;
  }
}

#landing-order-now .checkout-shortcut .snj-form-group {
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #landing-order-now .checkout-shortcut .snj-form-group {
    max-width: 353px;
  }
}

#landing-order-now .checkout-shortcut .snj-form-group .snj-label {
  font-size: 21px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

#landing-order-now .checkout-shortcut .total {
  margin-bottom: 25px;
}

#landing-order-now .checkout-shortcut .total ._qty {
  display: inline-block;
  width: 150px;
  margin-left: 15px;
  font-family: "IBM Light", Geneva, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
}

@media (min-width: 768px) {
  #landing-order-now .checkout-shortcut .total ._qty {
    margin-left: 8px;
    font-family: "IBM SemiBold", Geneva, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 600;
  }
}

#landing-order-now .checkout-shortcut .total ._sign {
  font-size: 0.8em;
  font-weight: 400;
}

@media (min-width: 768px) {
  #landing-order-now .checkout-shortcut .total ._sign {
    font-size: 0.525em;
  }
}

#landing-order-now .checkout-shortcut .snj-btn {
  margin: 0 auto;
  box-shadow: 0px 18px 40px -12px rgba(59, 72, 190, 0.9);
}

@media (min-width: 768px) {
  #landing-order-now .checkout-shortcut .snj-btn {
    margin-left: 0;
  }
}

#total-animated {
  display: inline;
}

#total-animated > span {
  position: absolute;
  white-space: nowrap;
}

#total-animated > span span {
  display: inline-block;
}

#total-animated .animatable span:nth-child(1) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.03s;
}

#total-animated .animatable span:nth-child(2) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.06s;
}

#total-animated .animatable span:nth-child(3) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.09s;
}

#total-animated .animatable span:nth-child(4) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.12s;
}

#total-animated .animatable span:nth-child(5) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.15s;
}

#total-animated .animatable span:nth-child(6) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.18s;
}

#total-animated .animatable span:nth-child(7) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.21s;
}

#total-animated .animatable span:nth-child(8) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.24s;
}

#total-animated .animatable span:nth-child(9) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.27s;
}

#total-animated .animatable span:nth-child(10) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.3s;
}

#total-animated .animatable span:nth-child(11) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.33s;
}

#total-animated .animatable span:nth-child(12) {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1) 0.36s;
}

#total-animated .leave span {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}

#total-animated .enter span {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}

#landing-faqs {
  position: relative;
  width: 100%;
}

#landing-faqs .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#landing-faqs .bg-container .planet {
  position: absolute;
}

#landing-faqs .bg-container .planet.pink {
  top: 163px;
  left: 35px;
}

@media (min-width: 768px) {
  #landing-faqs .bg-container .planet.pink {
    top: 110px;
  }
}

@media (min-width: 1200px) {
  #landing-faqs .bg-container .planet.pink {
    top: 180px;
  }
}

@media (min-width: 1441px) {
  #landing-faqs .bg-container .planet.pink {
    top: 400px;
    left: auto;
    right: 80px;
  }
}

@media (min-width: 1650px) {
  #landing-faqs .bg-container .planet.pink {
    top: 358px;
    right: 234px;
  }
}

#landing-faqs .bg-container .planet.blue {
  top: 2px;
  right: -64px;
}

@media (min-width: 768px) {
  #landing-faqs .bg-container .planet.blue {
    top: 30px;
  }
}

@media (min-width: 1200px) {
  #landing-faqs .bg-container .planet.blue {
    right: 0;
  }
}

@media (min-width: 1441px) {
  #landing-faqs .bg-container .planet.blue {
    top: 120px;
  }
}

@media (min-width: 1650px) {
  #landing-faqs .bg-container .planet.blue {
    width: 287px;
    top: 82px;
    right: 9%;
  }
}

#landing-faqs .bg-container .planet.orange {
  bottom: 0;
  left: -68px;
}

@media (min-width: 1200px) {
  #landing-faqs .bg-container .planet.orange {
    width: 162px;
    left: -80px;
  }
}

@media (min-width: 1441px) {
  #landing-faqs .bg-container .planet.orange {
    left: -16px;
  }
}

@media (min-width: 1650px) {
  #landing-faqs .bg-container .planet.orange {
    left: 96px;
  }
}

#landing-faqs .bg-container .planet.green {
  width: 110px;
  bottom: 85px;
  right: 33px;
}

@media (min-width: 1200px) {
  #landing-faqs .bg-container .planet.green {
    bottom: auto;
    top: 220px;
    right: 0;
  }
}

@media (min-width: 1441px) {
  #landing-faqs .bg-container .planet.green {
    top: 320px;
  }
}

@media (min-width: 1650px) {
  #landing-faqs .bg-container .planet.green {
    width: 157px;
    top: 288px;
    right: 40px;
  }
}

#landing-faqs .bg-container .planet img {
  position: relative;
  width: 100%;
}

#landing-faqs .bg-container.animate .blue img {
  -webkit-animation: floating_tr 10s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_tr 10s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

#landing-faqs .bg-container.animate .orange img {
  -webkit-animation: floating_tl 15s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_tl 15s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

#landing-faqs .bg-container.animate .green img {
  -webkit-animation: floating_bl 8s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_bl 8s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

#landing-faqs .bg-container.animate .pink img {
  -webkit-animation: floating_br 6s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_br 6s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

#landing-faqs .faqs-wrap {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 0 20px 188px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  #landing-faqs .faqs-wrap {
    max-width: 1120px;
    padding: 0;
  }
}

#landing-faqs .faqs-wrap ul {
  width: 100%;
  list-style-type: none;
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap ul {
    width: 50%;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  #landing-faqs .faqs-wrap ul {
    padding-right: 60px;
  }
}

@media (min-width: 1650px) {
  #landing-faqs .faqs-wrap ul {
    padding-right: 78px;
  }
}

#landing-faqs .faqs-wrap ul + ul {
  margin-top: 29px;
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap ul + ul {
    margin-top: 0;
  }
}

#landing-faqs .faqs-wrap li {
  position: relative;
}

#landing-faqs .faqs-wrap li + li {
  margin-top: 29px;
}

#landing-faqs .faqs-wrap .question-wrap {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-right: 27px;
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap .question-wrap {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  #landing-faqs .faqs-wrap .question-wrap {
    padding-right: 48px;
  }
}

#landing-faqs .faqs-wrap .question-wrap p {
  pointer-events: none;
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap .question-wrap:hover .arrow {
    transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
    transform: translate3d(0, 8px, 0);
  }
}

#landing-faqs .faqs-wrap .question-wrap.opened .arrow img {
  transform: scaleY(-1);
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap .question-wrap.opened + .answer:after {
    transition: all 2.1s cubic-bezier(0.3, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
  }
}

#landing-faqs .faqs-wrap .question-wrap.opened + .answer p {
  transform: translate3d(0, 0, 0);
  opacity: 0.5;
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap .question-wrap.opened:hover .arrow {
    transform: translate3d(0, -8px, 0);
  }
}

#landing-faqs .faqs-wrap .arrow {
  pointer-events: none;
  position: absolute;
  top: 3px;
  right: 0;
  transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap .arrow {
    margin: auto;
    top: 0;
    bottom: 0;
  }
}

#landing-faqs .faqs-wrap .arrow img {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 1200px) {
  #landing-faqs .faqs-wrap .arrow img {
    width: 27px;
  }
}

#landing-faqs .faqs-wrap .answer {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap .answer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
    transform: translate3d(0, 0, 0);
  }
}

#landing-faqs .faqs-wrap .answer p {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
  transform: translate3d(0, -0.5em, 0);
}

@media (min-width: 768px) {
  #landing-faqs .faqs-wrap .answer p {
    opacity: 0.5;
    transform: translate3d(0, 0, 0);
  }
}

#dashboard-counter {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-bottom: 20vh;
  padding-top: 10vh;
  display: none;
}

@media (min-width: 768px) {
  #dashboard-counter {
    display: block;
    padding-top: 12vh;
  }
}

@media (min-width: 1200px) {
  #dashboard-counter {
    padding-top: 25vh;
  }
}

@media (min-width: 1650px) {
  #dashboard-counter {
    padding-top: 30vh;
  }
}

#dashboard-counter .updating-numbers {
  margin-right: 0.12em;
}

#dashboard-counter .extra-title {
  position: relative;
  margin: 0 auto;
  font-size: 6vw;
  text-align: center;
  transition: all 2s cubic-bezier(0.3, 0, 0.2, 1);
}

#dashboard-counter .intro-wrap {
  display: flex;
  justify-content: center;
  padding-top: 6vh;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
  top: 0;
  width: 100%;
  transition: all 2s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  #dashboard-counter .intro-wrap {
    padding-top: 6vh;
    padding-left: 15vw;
    padding-right: 15vw;
  }
}

@media (min-width: 1200px) {
  #dashboard-counter .intro-wrap {
    padding-top: 4vh;
    padding-left: 15vw;
    padding-right: 15vw;
  }
}

@media (min-width: 1650px) {
  #dashboard-counter .intro-wrap {
    padding-top: 3vh;
    padding-left: 15vw;
    padding-right: 15vw;
  }
}

#dashboard-counter .intro-wrap div {
  display: flex;
  align-items: baseline;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  padding-bottom: 1.5vh;
  margin-left: 1vw;
  margin-right: 1vw;
}

#dashboard-counter .intro-wrap div h1 {
  display: flex;
  flex-direction: column;
  font-size: 8vw;
}

#dashboard-counter .intro-wrap div h4 {
  font-size: 3vw;
}

#dashboard-counter .scroll-down {
  display: none;
}

@media (min-width: 768px) {
  #dashboard-counter .scroll-down {
    cursor: pointer;
    display: block;
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
  }

  #dashboard-counter .scroll-down img {
    pointer-events: none;
    vertical-align: top;
  }
}

.hide-info {
  opacity: 0 !important;
}

.extra-title {
  transition: all 2s cubic-bezier(0.3, 0, 0.2, 1);
}

#dashboard-transit {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.7s;
}

#dashboard-transit .updating-numbers {
  margin-right: 0.12em;
}

#dashboard-transit .extra-title {
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 0;
  padding-top: 10vh;
  font-size: 4vw;
}

@media (min-width: 400px) and (max-width: 575px) {
  #dashboard-transit .extra-title {
    padding-top: 5vh;
  }
}

@media (min-width: 576px) {
  #dashboard-transit .extra-title {
    padding-top: 2vh;
  }
}

@media (min-width: 768px) {
  #dashboard-transit .extra-title {
    position: relative;
    text-align: center;
    padding: 0;
    padding-top: 2vh;
    font-size: 1.2vw;
  }
}

#dashboard-transit .counter-nav {
  display: none;
  transition: all 2s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  #dashboard-transit .counter-nav {
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 20vw;
    padding-right: 20vw;
    padding-top: 0vh;
  }

  #dashboard-transit .counter-nav div {
    display: flex;
    align-items: baseline;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  #dashboard-transit .counter-nav div h1 {
    font-size: 4vw;
  }

  #dashboard-transit .counter-nav div h4 {
    font-size: 1.2vw;
  }
}

#dashboard-transit .counter-nav-mobile {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 20vw;
  padding-right: 20vw;
  padding-top: 0.5vh;
  transition: all 2s cubic-bezier(0.3, 0, 0.2, 1);
}

#dashboard-transit .counter-nav-mobile .top-div {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-left: 1vw;
  margin-right: 1vw;
}

#dashboard-transit .counter-nav-mobile .top-div h1 {
  font-size: 8vw;
}

#dashboard-transit .counter-nav-mobile .top-div h4 {
  font-size: 4vw;
}

#dashboard-transit .counter-nav-mobile .bot-div {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-left: 1vw;
  margin-right: 1vw;
}

#dashboard-transit .counter-nav-mobile .bot-div h1 {
  font-size: 8vw;
}

#dashboard-transit .counter-nav-mobile .bot-div h4 {
  font-size: 4vw;
}

@media (min-width: 768px) {
  #dashboard-transit .counter-nav-mobile {
    display: none;
  }
}

#dashboard-transit .counter-bg {
  position: fixed;
  width: 30vw;
  height: 30vw;
  left: 33vw;
  top: 10vh;
  background: #4C5CF9;
  filter: blur(15vw);
}

@media (min-width: 400px) and (max-width: 575px) {
  #dashboard-transit .counter-bg {
    top: 5vh;
  }
}

@media (min-width: 576px) {
  #dashboard-transit .counter-bg {
    top: 2vh;
  }
}

#dashboard-transit .order-interactions {
  position: absolute;
  bottom: 90%;
  right: 70%;
  transform: scale(0.6);
  opacity: 0;
  z-index: 6;
}

@media (min-width: 768px) {
  #dashboard-transit .order-interactions {
    transform: scale(1);
    opacity: 1;
    bottom: 10px;
    right: 5%;
  }
}

@media (min-width: 1200px) {
  #dashboard-transit .order-interactions {
    right: 2%;
  }
}

@media (min-width: 1441px) {
  #dashboard-transit .order-interactions {
    bottom: 60px;
    right: 10%;
  }
}

@media (min-width: 1650px) {
  #dashboard-transit .order-interactions {
    right: 20%;
  }
}

#dashboard-transit .illustration-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2535px;
  overflow: hidden;
  z-index: -2;
}

@media (min-width: 1200px) {
  #dashboard-transit .illustration-container {
    height: 3000px;
  }
}

@media (min-width: 1441px) {
  #dashboard-transit .illustration-container {
    height: 3380px;
  }
}

#dashboard-transit .illustration-container .earth-container {
  position: fixed;
  width: 500px;
  height: 500px;
  left: calc(50vw - 250px);
  right: 50vw;
  bottom: calc(15vh - 370px);
  transform: scale(1.2);
}

@media (min-width: 400px) and (max-width: 575px) {
  #dashboard-transit .illustration-container .earth-container {
    bottom: calc(-40vh - 35vw + 200px);
    transform: scale(1.6);
  }
}

@media (min-width: 576px) {
  #dashboard-transit .illustration-container .earth-container {
    bottom: calc(-23vh - 23vw + 200px);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  #dashboard-transit .illustration-container .earth-container {
    position: absolute;
    width: 1078px;
    height: 1078px;
    transform: scale(0.4);
    top: 0px;
    right: 0;
    left: -320px;
  }
}

@media (min-width: 1025px) {
  #dashboard-transit .illustration-container .earth-container {
    top: -50px;
    left: -220px;
  }
}

@media (min-width: 1200px) {
  #dashboard-transit .illustration-container .earth-container {
    top: -25px;
    left: -140px;
  }
}

@media (min-width: 1441px) {
  #dashboard-transit .illustration-container .earth-container {
    top: 0px;
    left: -180px;
  }
}

@media (min-width: 1650px) {
  #dashboard-transit .illustration-container .earth-container {
    top: -50px;
    left: -140px;
  }
}

@media (min-width: 2200px) {
  #dashboard-transit .illustration-container .earth-container {
    top: 100px;
    left: 100px;
  }
}

#dashboard-transit .illustration-container .earth-container .scale-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: top center;
}

@media (min-width: 576px) {
  #dashboard-transit .illustration-container .earth-container .scale-wrap {
    transform: scale(1.39);
  }
}

@media (min-width: 768px) {
  #dashboard-transit .illustration-container .earth-container .scale-wrap {
    transform: scale(1.6);
  }
}

@media (min-width: 1025px) {
  #dashboard-transit .illustration-container .earth-container .scale-wrap {
    transform: scale(2);
  }
}

@media (min-width: 1200px) {
  #dashboard-transit .illustration-container .earth-container .scale-wrap {
    transform: scale(2.5);
  }
}

@media (min-width: 1441px) {
  #dashboard-transit .illustration-container .earth-container .scale-wrap {
    transform: scale(3);
  }
}

@media (min-width: 1650px) {
  #dashboard-transit .illustration-container .earth-container .scale-wrap {
    transform: scale(3.94);
  }
}

@media (min-width: 2200px) {
  #dashboard-transit .illustration-container .earth-container .scale-wrap {
    transform: scale(5);
  }
}

#dashboard-transit .illustration-container .earth-container #home-text {
  position: fixed;
  top: 33%;
  left: -0.25%;
  text-align: center;
  font-size: 6vw;
  z-index: 5;
  transition: all 2s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (max-width: 767px) {
  #dashboard-transit .illustration-container .earth-container #home-text {
    width: 100%;
    right: 0;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  #dashboard-transit .illustration-container .earth-container #home-text {
    top: 28%;
    font-size: 3.3vw;
  }
}

@media (min-width: 576px) {
  #dashboard-transit .illustration-container .earth-container #home-text {
    top: 32%;
    font-size: 3vw;
  }
}

@media (min-width: 768px) {
  #dashboard-transit .illustration-container .earth-container #home-text {
    position: absolute;
    top: -5%;
    left: 20%;
    font-size: 4vw;
  }
}

@media (min-width: 1200px) {
  #dashboard-transit .illustration-container .earth-container #home-text {
    top: -5%;
    left: 25%;
    font-size: 2.4vw;
  }
}

@media (min-width: 1650px) {
  #dashboard-transit .illustration-container .earth-container #home-text {
    top: 0px;
    left: 30%;
    font-size: 1.6vw;
  }
}

#dashboard-transit .illustration-container .earth-container #iss-text {
  position: absolute;
  top: -10%;
  left: 48%;
  width: 60%;
  text-align: center;
  font-size: 8vw;
  opacity: 0;
  z-index: 5;
  transition: all 2s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 400px) and (max-width: 575px) {
  #dashboard-transit .illustration-container .earth-container #iss-text {
    top: -12%;
    left: 46%;
    font-size: 8vw;
  }
}

@media (min-width: 576px) {
  #dashboard-transit .illustration-container .earth-container #iss-text {
    top: -10%;
    left: 70%;
    font-size: 5vw;
  }
}

@media (min-width: 768px) {
  #dashboard-transit .illustration-container .earth-container #iss-text {
    top: -10%;
    left: 68%;
    font-size: 4vw;
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  #dashboard-transit .illustration-container .earth-container #iss-text {
    top: 20%;
    left: 66%;
    font-size: 2vw;
  }
}

@media (min-width: 1200px) {
  #dashboard-transit .illustration-container .earth-container #iss-text {
    top: 19%;
    left: 62%;
    font-size: 1.2vw;
  }
}

@media (min-width: 1650px) {
  #dashboard-transit .illustration-container .earth-container #iss-text {
    top: 18%;
    left: 60%;
    font-size: 0.8vw;
  }
}

#dashboard-transit .illustration-container .earth-container .home-building-line {
  position: absolute;
  transform: scale(0.22) rotate(-20deg);
  z-index: -1;
}

@media (max-width: 767px) {
  #dashboard-transit .illustration-container .earth-container .home-building-line {
    top: -27%;
    left: -6%;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  #dashboard-transit .illustration-container .earth-container .home-building-line {
    transform: scale(0.22) rotate(-25deg);
  }
}

@media (min-width: 768px) {
  #dashboard-transit .illustration-container .earth-container .home-building-line {
    left: 200px;
    top: 70px;
    transform: scale(0.4) rotate(-20deg);
    z-index: -1;
  }
}

#dashboard-transit .illustration-container .earth-container .building-iss-line {
  position: absolute;
  left: 400px;
  top: -20px;
  transform: scale(0.5) rotate(-8deg);
  z-index: -1;
  opacity: 0;
}

@media (min-width: 768px) {
  #dashboard-transit .illustration-container .earth-container .building-iss-line {
    opacity: 1;
  }
}

#dashboard-transit .illustration-container .earth-container .building-ship-line {
  position: absolute;
  top: 10%;
  left: 52%;
  transform: scale(0.6) rotate(0deg);
  z-index: -1;
}

@media (min-width: 768px) {
  #dashboard-transit .illustration-container .earth-container .building-ship-line {
    opacity: 0;
  }
}

#dashboard-transit .illustration-container .earth-container .ship-iss-line {
  position: absolute;
  top: -13%;
  left: 44.5%;
  transform: scale(0.6) rotate(32deg);
  z-index: -1;
}

@media (min-width: 768px) {
  #dashboard-transit .illustration-container .earth-container .ship-iss-line {
    opacity: 0;
  }
}

#dashboard-transit .illustration-container .earth-container .rotating-element {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#dashboard-transit .illustration-container .earth-container .atmosphere {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 119%;
  height: 119%;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #628EFF 38.48%, rgba(0, 16, 56, 0) 100%);
  filter: blur(50px);
}

#dashboard-transit .illustration-container .earth-container .rotation-wrapper {
  position: absolute;
  width: 75%;
  height: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#dashboard-transit .illustration-container .earth-container ._earth {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: rotate(-12deg);
}

#dashboard-transit .illustration-container .earth-container .async-rotation-w {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#dashboard-transit .illustration-container .earth-container .async-rotation-w.truck {
  transform: rotate(-29.82deg);
}

#dashboard-transit .illustration-container .earth-container .async-rotation-w.ship {
  transform: rotate(30deg);
}

#dashboard-transit .illustration-container .earth-container .async-rotation-w.tree-house {
  transform: rotate(-13.5deg);
}

#dashboard-transit .illustration-container .earth-container .async-rotation-w.building {
  transform: rotate(2deg);
}

#dashboard-transit .illustration-container .earth-container .async-rotation-w.tree-front-building {
  transform: rotate(45.76deg);
}

#dashboard-transit .illustration-container .earth-container .async-rotation-w.tree-right-building {
  transform: rotate(60.9deg);
}

#dashboard-transit .illustration-container .earth-container .async-rotation-w.ring {
  transform: rotate(-30deg);
}

#dashboard-transit .illustration-container .earth-container .async-rotation-w img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

#dashboard-transit .illustration-container .earth-container ._truck {
  width: 4.2%;
  bottom: 62.7%;
}

#dashboard-transit .illustration-container .earth-container .ship-container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 86%;
  width: 4.84%;
  height: 11.2%;
}

#dashboard-transit .illustration-container .earth-container ._ship {
  z-index: 1;
  width: 100%;
}

#dashboard-transit .illustration-container .earth-container ._ship-fire {
  display: block;
  width: 46.48%;
  top: 70.2% !important;
  opacity: 0;
}

#dashboard-transit .illustration-container .earth-container ._tree-house {
  width: 3.4%;
  bottom: 85.3%;
}

#dashboard-transit .illustration-container .earth-container ._building {
  width: 13.03%;
  bottom: 87.4%;
}

#dashboard-transit .illustration-container .earth-container ._tree-front-building {
  width: 3.86%;
  bottom: 79.2%;
}

#dashboard-transit .illustration-container .earth-container ._tree-right-building {
  width: 2.75%;
  bottom: 85.5%;
}

#dashboard-transit .illustration-container .earth-container ._iss {
  position: absolute;
  margin: auto;
  top: 1%;
  right: -1%;
  width: 16.88%;
  transform: rotate(-60deg);
}

#dashboard-transit .illustration-container .earth-container ._ring {
  width: 6%;
  bottom: 78%;
}

@media (min-width: 1200px) {
  #dashboard-transit .illustration-container .earth-container ._ring {
    width: 4%;
    bottom: 75%;
  }
}

#dashboard-transit .illustration-container .earth-container #how-iss {
  position: fixed;
  top: -8vh;
  left: -120px;
  width: 100%;
  height: 100vw;
}

@media (min-width: 768px) {
  #dashboard-transit .illustration-container .earth-container #how-iss {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.link-interaction {
  cursor: pointer;
  z-index: 6;
  position: absolute;
  top: calc(50vh - 120px);
}

@media (max-width: 767px) {
  .link-interaction {
    left: -114px;
  }
}

@media (min-width: 768px) {
  .link-interaction {
    top: calc(50vh - 80px);
    right: -114px;
  }
}

@media (min-width: 1200px) {
  .link-interaction {
    top: calc(50vh - 140px);
    right: -200px;
  }
}

.link-interaction .moon-btn {
  cursor: pointer;
  position: relative;
  right: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.link-interaction .moon-btn .moon-illustration {
  width: 166px;
  transform: scaleX(-1) rotate(-10deg);
}

@media (min-width: 768px) {
  .link-interaction .moon-btn .moon-illustration {
    transform: rotate(-10deg);
  }
}

@media (min-width: 1200px) {
  .link-interaction .moon-btn .moon-illustration {
    width: 270px;
  }
}

.link-interaction .moon-btn h4 {
  z-index: 1;
  opacity: 1;
  position: absolute;
  top: 3%;
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (max-width: 767px) {
  .link-interaction .moon-btn h4 {
    right: 0;
    transform: rotate(42deg);
  }
}

@media (min-width: 768px) {
  .link-interaction .moon-btn h4 {
    left: 0;
    transform: rotate(-42deg);
    transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  }
}

@media (min-width: 1200px) {
  .link-interaction .moon-btn h4 {
    top: 14px;
    left: 20px;
  }
}

.link-interaction .moon-btn.hide-menu-text {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1);
  right: -30px;
}

@media (min-width: 768px) {
  .link-interaction .moon-btn.hide-menu-text {
    right: 30px;
  }
}

.link-interaction .hide-menu-text h4 {
  opacity: 0;
}

.link-interaction .moon-link {
  z-index: 1;
  display: block;
  position: absolute;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (max-width: 767px) {
  .link-interaction .moon-link {
    left: 0;
    transform: translate3d(-60px, 0, 0);
  }
}

@media (min-width: 768px) {
  .link-interaction .moon-link {
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    right: 0;
  }

  .link-interaction .moon-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: #4c5cf9 2px solid;
    transform: scale(0, 1);
    transform-origin: right bottom;
    transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  }
}

.link-interaction .moon-link h4 {
  padding: 6px 10px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .link-interaction .moon-link h4 {
    background-color: #4c5cf9;
  }
}

.link-interaction .moon-link:hover:after {
  transition: all 0.6s cubic-bezier(0.3, 0, 0.2, 1);
  transform: scale(1, 1);
}

.link-interaction .top-link {
  top: 40px;
}

@media (min-width: 768px) {
  .link-interaction .top-link {
    top: 60px;
    transform: translate3d(-168px, 0, 0);
  }
}

@media (min-width: 1200px) {
  .link-interaction .top-link {
    top: 130px;
    transform: translate3d(-270px, 0, 0);
  }
}

.link-interaction .bottom-link {
  top: 100px;
}

@media (min-width: 768px) {
  .link-interaction .bottom-link {
    transform: translate3d(-168px, 0, 0);
  }
}

@media (min-width: 1200px) {
  .link-interaction .bottom-link {
    top: 140px;
    transform: translate3d(-270px, 0, 0);
  }
}

.link-interaction .show-menu-text.top-link {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1);
}

.link-interaction .show-menu-text.bottom-link {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.1s;
}

@media (max-width: 767px) {
  .link-interaction .show-menu-text {
    transform: translate3d(138px, 0, 0);
  }
}

@media (min-width: 768px) {
  .link-interaction .show-menu-text {
    pointer-events: auto;
    opacity: 1;
    z-index: 2;
  }

  .link-interaction .show-menu-text.top-link {
    transform: rotate(15deg) translate3d(-198px, 0, 0);
  }

  .link-interaction .show-menu-text.bottom-link {
    transform: rotate(-15deg) translate3d(-198px, 0, 0);
  }
}

@media (min-width: 1200px) {
  .link-interaction .show-menu-text.top-link {
    transform: rotate(10deg) translate3d(-300px, 0, 0);
  }

  .link-interaction .show-menu-text.bottom-link {
    transform: rotate(-10deg) translate3d(-300px, 0, 0);
  }
}

.bg-glow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: -1;
}

.black-glow {
  opacity: 0.6;
  z-index: 0;
}

@media (min-width: 768px) {
  #dashboard-header {
    padding-top: 43px;
  }
}

@media (min-width: 1200px) {
  #dashboard-header .snj-header-nav__logo {
    width: 65px;
  }
}

.snj-header-nav .mobile-menu-options {
  width: 80vw;
}

@media (min-width: 992px) {
  .snj-header-nav .mobile-menu-options {
    display: none;
  }
}

.snj-header-nav .mobile-menu-options ul {
  display: flex;
  flex-direction: column;
  justify-self: center;
  width: 100vw;
  left: 0;
  margin-top: 10vh;
}

.snj-header-nav .mobile-menu-options ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.snj-header-nav .mobile-menu-options ul li a span span {
  font-size: 30px;
}

@media (max-height: 700px) {
  .snj-header-nav .mobile-menu-options ul li a span span {
    font-size: 20px;
  }
}

.dropdown-session-menu {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 100px;
  height: 530px;
  display: flex;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
}

@media (max-width: 991px) {
  .dropdown-session-menu {
    display: none;
  }
}

.dropdown-session-menu ul {
  top: 30px;
  display: flex;
  flex-direction: column;
}

.dropdown-session-menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px;
}

.dropdown-session-menu ul li a {
  width: 100px;
  height: 100px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 1;
}

.dropdown-session-menu ul li a span span {
  margin: auto;
  font-size: 11px;
}

.dropdown-session-menu .dropdown-bg {
  position: absolute;
}

.hide-menu {
  opacity: 0;
  right: -200px;
}

#session-btn {
  display: flex;
  margin-top: 5px;
  margin-bottom: auto;
  align-items: center;
}

#session-btn h4 {
  padding-left: 5px;
  color: white;
}

@media (max-width: 991px) {
  #session-btn {
    display: none;
  }
}

#mobile-btn {
  display: none;
}

@media (max-width: 991px) {
  #mobile-btn {
    display: block;
  }
}

#dashboard-gallery {
  padding-top: 90px;
  overflow: hidden;
}

@media (min-width: 768px) {
  #dashboard-gallery {
    padding-top: 120px;
  }
}

@media (min-width: 1441px) {
  #dashboard-gallery {
    padding-top: 146px;
  }
}

#dashboard-gallery #moon-menu,
#dashboard-gallery #bg-glow {
  position: fixed;
}

.gallery-grid {
  position: relative;
  width: 100%;
  padding: 0 17px 22px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .gallery-grid {
    max-width: 1310px;
    padding-left: 28px;
    padding-right: 28px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .gallery-grid {
    padding-bottom: 50px;
  }
}

@media (min-width: 1441px) {
  .gallery-grid {
    max-width: 1320px;
    padding-bottom: 77px;
  }
}

.gallery-grid .item-container {
  position: relative;
  width: 33.33%;
  padding: 3px;
}

@media (min-width: 768px) {
  .gallery-grid .item-container {
    width: 25%;
    padding: 5px;
  }
}

@media (min-width: 1441px) {
  .gallery-grid .item-container {
    padding: 8px;
  }
}

.gallery-grid .item-container .inner-wrap {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.gallery-grid .item-container .inner-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid #4c5cf9;
  box-shadow: inset 0px 0px 8px #4c5cf9;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
}

@media (min-width: 768px) {
  .gallery-grid .item-container .inner-wrap:after {
    border-width: 3px;
    box-shadow: inset 0px 0px 14px #4c5cf9;
  }
}

.gallery-grid .item-container .inner-wrap:hover:after {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 1;
}

.gallery-grid .item-container .inner-wrap:hover img {
  transition: all 3s cubic-bezier(0.3, 0, 0.2, 1);
  transform: scale(1.2) translate(-50%, -50%);
}

.gallery-grid .item-container .gallery-pic-container * {
  pointer-events: none;
}

.gallery-grid .item-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  border-radius: 5px;
  transform-origin: top left;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}

.gallery-grid .item-container + .empty-grid-placeholder {
  display: none;
}

.gallery-grid .empty-grid-placeholder {
  position: relative;
  display: block;
  margin: 40px auto 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 710px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  background-color: rgba(76, 92, 249, 0.15);
}

@media (min-width: 768px) {
  .gallery-grid .empty-grid-placeholder {
    padding: 52px 20px 52px;
  }
}

@media (min-width: 1200px) {
  .gallery-grid .empty-grid-placeholder {
    margin-top: 60px;
  }
}

@media (min-width: 1441px) {
  .gallery-grid .empty-grid-placeholder {
    margin-top: 75px;
  }
}

.gallery-grid .empty-grid-placeholder p {
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .gallery-grid .empty-grid-placeholder p {
    font-size: 21px;
  }
}

.gallery-grid .empty-grid-placeholder p + p {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .gallery-grid .empty-grid-placeholder p + p {
    margin-top: 10px;
  }
}

.gallery-lightbox {
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.gallery-lightbox .inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .gallery-lightbox .inner-wrap {
    margin: 0 auto;
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .gallery-lightbox .inner-wrap {
    max-width: 1448px;
  }
}

@media (min-width: 2100px) {
  .gallery-lightbox .inner-wrap {
    max-width: 2200px;
  }
}

.gallery-lightbox .close-btn {
  z-index: 1;
  position: absolute;
  top: 70px;
  left: 20px;
}

@media (min-width: 768px) {
  .gallery-lightbox .close-btn {
    top: 120px;
    left: 0;
  }
}

.gallery-lightbox .gallery-nav-btn {
  display: none;
}

@media (min-width: 768px) {
  .gallery-lightbox .gallery-nav-btn {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.gallery-lightbox .gallery-nav-btn.right-nav {
  right: 0;
}

.gallery-lightbox .photo-container {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 576px) {
  .gallery-lightbox .photo-container {
    margin: 0 auto;
    width: 80%;
    max-width: 522px;
  }
}

@media (min-width: 768px) {
  .gallery-lightbox .photo-container {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .gallery-lightbox .photo-container {
    max-width: 800px;
  }
}

@media (min-width: 1441px) {
  .gallery-lightbox .photo-container {
    max-width: 1108px;
  }
}

@media (min-width: 2100px) {
  .gallery-lightbox .photo-container {
    max-width: 1800px;
  }
}

.gallery-lightbox .photo-container .glb-title {
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .gallery-lightbox .photo-container .glb-title {
    margin-bottom: 10px;
  }
}

.gallery-lightbox .photo-container .glb-title.updating {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.gallery-lightbox .photo-container .img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .gallery-lightbox .photo-container .img-wrap {
    padding-bottom: 0;
    height: 350px;
  }
}

@media (min-width: 1441px) {
  .gallery-lightbox .photo-container .img-wrap {
    height: 500px;
  }
}

@media (min-width: 1650px) {
  .gallery-lightbox .photo-container .img-wrap {
    height: 680px;
  }
}

@media (min-width: 2100px) {
  .gallery-lightbox .photo-container .img-wrap {
    height: 860px;
  }
}

.gallery-lightbox .photo-container .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0s;
}

.gallery-lightbox .photo-container .img-wrap .loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
}

.gallery-lightbox .photo-container .img-wrap .loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(/images/ring-tooltip.svg?551ab7b485c3b687e718d34f26116110);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px;
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .gallery-lightbox .photo-container .img-wrap .loader:after {
    background-size: 150px;
  }
}

@media (min-width: 1650px) {
  .gallery-lightbox .photo-container .img-wrap .loader:after {
    background-size: 200px;
  }
}

.gallery-lightbox .photo-container .img-wrap.updating img {
  opacity: 0;
}

.gallery-lightbox .photo-container .img-wrap.updating .loader {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 1;
}

.gallery-lightbox .photo-container .img-wrap.updating .loader:after {
  transform: translate3d(0, -10px, 0);
  -webkit-animation: flashing 3s infinite linear;
          animation: flashing 3s infinite linear;
}

.gallery-lightbox .photo-container .glb-description {
  margin-top: 25px;
  padding: 0 20px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1) 0.4s;
}

@media (min-width: 576px) {
  .gallery-lightbox .photo-container .glb-description {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .gallery-lightbox .photo-container .glb-description {
    margin-top: 10px;
  }
}

.gallery-lightbox .photo-container .glb-description.updating {
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.gallery-lightbox.show {
  transition: all 1s cubic-bezier(0.3, 0, 0.2, 1);
  pointer-events: auto;
  opacity: 1;
}

.gallery-lightbox.show .photo-container {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.8s;
  opacity: 1;
}

.floating-planet-orange-scene {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.floating-planet-orange-scene .floating-planet {
  position: absolute;
}

.floating-planet-orange-scene .floating-planet.orange {
  z-index: -10;
  top: 6rem;
  left: -2rem;
  -webkit-animation: floating_tr_lg 40s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_tr_lg 40s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

@media (min-width: 768px) {
  .floating-planet-orange-scene .floating-planet.orange {
    top: auto;
    left: 8rem;
    bottom: 3rem;
  }
}

.floating-planet-orange-scene .floating-planet.orange img {
  width: 160px;
  height: 117px;
}

.floating-planet-orange-scene .floating-planet.group {
  z-index: -10;
  right: 0rem;
  bottom: 0;
  width: 200px;
}

@media (min-width: 768px) {
  .floating-planet-orange-scene .floating-planet.group {
    right: 6rem;
    top: 0rem;
  }
}

@media (min-width: 1025px) {
  .floating-planet-orange-scene .floating-planet.group {
    right: 8rem;
    top: 12%;
  }
}

.floating-planet-orange-scene .floating-planet.group .blue {
  display: none;
  width: 250px;
  height: 250px;
}

@media (min-width: 768px) {
  .floating-planet-orange-scene .floating-planet.group .blue {
    display: block;
    -webkit-animation: floating_tl_lg 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
            animation: floating_tl_lg 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
  }
}

@media (min-width: 1441px) {
  .floating-planet-orange-scene .floating-planet.group .blue {
    position: absolute;
    right: 5rem;
  }
}

.floating-planet-orange-scene .floating-planet.group .pink {
  display: none;
}

@media (min-width: 768px) {
  .floating-planet-orange-scene .floating-planet.group .pink {
    display: block;
    position: absolute;
    top: 22rem;
    right: 4rem;
    -webkit-animation: floating_bl_lg 23s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
            animation: floating_bl_lg 23s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
  }
}

.floating-planet-orange-scene .floating-planet.group .green {
  position: absolute;
  width: 135px;
  height: 135px;
  bottom: 0;
  right: -4rem;
  -webkit-animation: floating_br_lg 21s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_br_lg 21s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

@media (min-width: 768px) {
  .floating-planet-orange-scene .floating-planet.group .green {
    top: 14rem;
    right: -6rem;
    width: 160px;
    height: 160px;
  }
}

.floating-planet-moon-scene {
  z-index: -20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.floating-planet-moon-scene .floating-planet {
  position: absolute;
}

.floating-planet-moon-scene .floating-planet.moon {
  display: none;
}

@media (min-width: 1025px) {
  .floating-planet-moon-scene .floating-planet.moon {
    z-index: -10;
    display: block;
    top: 9rem;
    left: 15%;
  }
}

@media (min-width: 1200px) {
  .floating-planet-moon-scene .floating-planet.moon {
    top: 5rem;
    left: 10%;
  }
}

@media (min-width: 1650px) {
  .floating-planet-moon-scene .floating-planet.moon {
    left: 6%;
  }
}

.floating-planet-moon-scene .floating-planet.moon img {
  width: 153px;
  height: 170px;
}

@media (min-width: 1200px) {
  .floating-planet-moon-scene .floating-planet.moon img {
    width: 280px;
    height: 310px;
  }
}

@media (min-width: 1650px) {
  .floating-planet-moon-scene .floating-planet.moon img {
    width: 395px;
    height: 438px;
  }
}

.floating-planet-moon-scene .floating-planet.group {
  z-index: -10;
  top: 0;
  overflow: hidden;
}

@media (max-width: 1025px) {
  .floating-planet-moon-scene .floating-planet.group {
    width: 100%;
    height: 100vh;
  }
}

@media (min-width: 1025px) {
  .floating-planet-moon-scene .floating-planet.group {
    top: 35%;
    right: 15%;
    overflow: visible;
  }
}

.floating-planet-moon-scene .floating-planet.group .blue {
  position: absolute;
  top: -4rem;
  right: -3rem;
  -webkit-animation: floating_tr_lg 40s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_tr_lg 40s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

@media (min-width: 1025px) {
  .floating-planet-moon-scene .floating-planet.group .blue {
    top: 8.5rem;
    left: 0;
  }
}

.floating-planet-moon-scene .floating-planet.group .pink {
  position: absolute;
  bottom: 30%;
  left: -1rem;
  -webkit-animation: floating_bl_lg 23s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_bl_lg 23s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

@media (min-width: 1025px) {
  .floating-planet-moon-scene .floating-planet.group .pink {
    top: 5rem;
    bottom: auto;
    left: -8rem;
  }
}

.floating-planet-moon-scene .floating-planet.group .pink.\--position-bottom-mobile {
  bottom: 1rem;
  left: 0;
}

@media (min-width: 1025px) {
  .floating-planet-moon-scene .floating-planet.group .pink.\--position-bottom-mobile {
    top: 5rem;
    bottom: auto;
    left: -8rem;
  }
}

.floating-planet-moon-scene .floating-planet.group .green {
  display: none;
}

@media (min-width: 1025px) {
  .floating-planet-moon-scene .floating-planet.group .green {
    display: block;
    position: relative;
    -webkit-animation: floating_tl_lg 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
            animation: floating_tl_lg 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
  }
}

@-webkit-keyframes rotate-planet-text {
  from {
    transform: rotate(-360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes rotate-planet-text {
  from {
    transform: rotate(-360deg);
  }

  to {
    transform: rotate(0);
  }
}

.bg-planets {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-planets .planet {
  position: absolute;
}

.bg-planets .planet.blue {
  width: 170px;
  bottom: 85px;
  left: 62px;
  -webkit-animation: floating_tr_lg 40s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_tr_lg 40s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

@media (min-width: 768px) {
  .bg-planets .planet.blue {
    bottom: auto;
    top: 110px;
    left: 9.6%;
  }
}

@media (min-width: 1441px) {
  .bg-planets .planet.blue {
    width: 280px;
  }
}

.bg-planets .planet.pink {
  width: 64px;
  bottom: 178px;
  right: 62px;
  -webkit-animation: floating_tl_lg 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_tl_lg 20s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

@media (min-width: 768px) {
  .bg-planets .planet.pink {
    bottom: auto;
    top: 240px;
    right: auto;
    left: 5.2%;
  }
}

@media (min-width: 1441px) {
  .bg-planets .planet.pink {
    top: 338px;
    width: 102px;
  }
}

.bg-planets .planet.green {
  width: 94px;
  margin: auto;
  bottom: 250px;
  left: 5%;
  right: 0;
  -webkit-animation: floating_bl_lg 23s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
          animation: floating_bl_lg 23s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
}

@media (min-width: 768px) {
  .bg-planets .planet.green {
    bottom: auto;
    top: 280px;
    right: auto;
    left: 11.4%;
  }
}

@media (min-width: 1441px) {
  .bg-planets .planet.green {
    width: 156px;
    top: 408px;
  }
}

.bg-planets .planet.orange {
  display: none;
}

@media (min-width: 768px) {
  .bg-planets .planet.orange {
    display: block;
    width: 170px;
    right: 9.6%;
    top: 184px;
    -webkit-animation: floating_br_lg 21s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
            animation: floating_br_lg 21s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate both;
  }
}

@-webkit-keyframes floating_tl {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-5%, -10%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floating_tl {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-5%, -10%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes floating_tr {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(15%, -12%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floating_tr {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(15%, -12%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes floating_bl {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-20%, 15%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floating_bl {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-20%, 15%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes floating_br {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10%, 8%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floating_br {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10%, 8%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes floating_tl_lg {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-10%, -20%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floating_tl_lg {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-10%, -20%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes floating_tr_lg {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(20%, -32%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floating_tr_lg {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(20%, -32%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes floating_bl_lg {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-25%, 25%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floating_bl_lg {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-25%, 25%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes floating_br_lg {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(15%, 18%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floating_br_lg {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(15%, 18%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.planet-btn {
  cursor: pointer;
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
}

@media (min-width: 1200px) {
  .planet-btn {
    width: 230px;
    height: 230px;
  }
}

.planet-btn * {
  pointer-events: none;
}

.planet-btn .text-circling-planet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.planet-btn .text-circling-planet svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate-planet-text;
          animation-name: rotate-planet-text;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.planet-btn .text-circling-planet text {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  fill: #6d6d6d;
}

.planet-btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 170px;
  transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1);
}

@media (min-width: 1200px) {
  .planet-btn img {
    width: 200px;
  }
}

.planet-btn .label-ontop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 54px;
  padding: 0 50px;
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .planet-btn .label-ontop {
    height: 30px;
    padding: 0;
  }
}

.planet-btn:hover img {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1);
  transform: scale(0.9) rotate(-15deg);
}

#dashboard-livestream {
  padding-top: 90px;
}

@media (min-width: 768px) {
  #dashboard-livestream {
    padding-top: 120px;
  }
}

@media (min-width: 1441px) {
  #dashboard-livestream {
    padding-top: 146px;
  }
}

.bg-planets {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-planets .planet {
  position: absolute;
}

.bg-planets .planet.blue {
  width: 170px;
  bottom: 85px;
  left: 62px;
}

@media (min-width: 768px) {
  .bg-planets .planet.blue {
    bottom: auto;
    top: 110px;
    left: 9.6%;
  }
}

@media (min-width: 1441px) {
  .bg-planets .planet.blue {
    width: 280px;
  }
}

.bg-planets .planet.pink {
  width: 64px;
  bottom: 178px;
  right: 62px;
}

@media (min-width: 768px) {
  .bg-planets .planet.pink {
    bottom: auto;
    top: 240px;
    right: auto;
    left: 5.2%;
  }
}

@media (min-width: 1441px) {
  .bg-planets .planet.pink {
    top: 338px;
    width: 102px;
  }
}

.bg-planets .planet.green {
  width: 94px;
  margin: auto;
  bottom: 250px;
  left: 5%;
  right: 0;
}

@media (min-width: 768px) {
  .bg-planets .planet.green {
    bottom: auto;
    top: 280px;
    right: auto;
    left: 11.4%;
  }
}

@media (min-width: 1441px) {
  .bg-planets .planet.green {
    width: 156px;
    top: 408px;
  }
}

.bg-planets .planet.orange {
  display: none;
}

@media (min-width: 768px) {
  .bg-planets .planet.orange {
    display: block;
    width: 170px;
    right: 9.6%;
    top: 184px;
  }
}

.livestream-div {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}

.livestream-div .livestream-embed {
  display: block;
  border: 5px solid #4c5cf9;
  border-radius: 5px;
}

.livestream-div .livestream-hide {
  visibility: hidden;
}

.livestream-div .stream-btn {
  position: fixed;
  display: none;
}

.livestream-div .stream-btn-show {
  display: flex;
  width: 90vw;
  padding: 2vw;
  background-color: #4c5cf9;
  border-radius: 10px;
  position: fixed;
}

@media (max-width: 767px) {
  .livestream-div .stream-btn-show {
    left: 5vw;
    right: 5vw;
  }
}

.livestream-div .stream-btn-show h1 {
  font-size: 10vw;
  color: white;
  margin: auto;
}

#account-settings .settings-planets {
  display: none;
}

@media (min-width: 1025px) {
  #account-settings .settings-planets {
    display: block;
  }

  #account-settings .settings-planets .blue {
    top: 300px;
    left: 1.6vw;
    transform: scale(-0.8, 0.8);
  }

  #account-settings .settings-planets .green {
    top: 460px;
    left: 8vw;
    transform: scale(-0.9, 0.9);
  }

  #account-settings .settings-planets .pink {
    left: unset;
    right: 8vw;
    top: 270px;
  }

  #account-settings .settings-planets .orange {
    transform: scale(0.6);
    top: 140px;
    right: 0;
  }
}

@media (min-width: 1200px) {
  #account-settings .settings-planets .blue {
    left: 5vw;
    transform: scale(-1, 1);
  }

  #account-settings .settings-planets .green {
    transform: scale(-1.2, 1.2);
    top: 480px;
    left: 10vw;
  }

  #account-settings .settings-planets .pink {
    transform: scale(1.5);
    top: 380px;
    right: 10vw;
  }

  #account-settings .settings-planets .orange {
    transform: scale(1);
    top: 190px;
    right: 3vw;
  }
}

@media (min-width: 1441px) {
  #account-settings .settings-planets .blue {
    width: 280px;
    top: 400px;
  }

  #account-settings .settings-planets .green {
    transform: scale(-1, 1);
    top: 700px;
    left: 14vw;
  }

  #account-settings .settings-planets .pink {
    transform: scale(1);
    right: 13.5vw;
  }

  #account-settings .settings-planets .orange {
    right: 8.2vw;
  }
}

@media (min-width: 1650px) {
  #account-settings .settings-planets .blue {
    left: 10vw;
  }

  #account-settings .settings-planets .green {
    left: 17.4vw;
  }

  #account-settings .settings-planets .pink {
    right: 23.5vw;
  }

  #account-settings .settings-planets .orange {
    right: 18.2vw;
  }
}

#account-settings .settings-form-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 70px 20px 40px;
  display: flex;
  flex-direction: column;
  /*  This is to smooth tabbing and focus changes, 
      better way would be to turn off focus from mouse events,
      but that opens up some problems with accessability.
      You can turn this off if you prefer, its just cosmetic transitions. */
}

@media (min-width: 768px) {
  #account-settings .settings-form-container {
    flex-direction: row;
    padding: 115px 0 60px;
    max-width: 65%;
  }
}

@media (min-width: 1200px) {
  #account-settings .settings-form-container {
    max-width: 700px;
    padding-top: 150px;
    padding-bottom: 98px;
  }
}

#account-settings .settings-form-container label {
  transition: all 0.15s cubic-bezier(0.3, 0, 0.2, 1);
}

#account-settings .settings-form-container div {
  transition: all 0.15s cubic-bezier(0.3, 0, 0.2, 1);
}

#account-settings .settings-form-container input {
  transition: all 0.15s cubic-bezier(0.3, 0, 0.2, 1);
}

#account-settings .settings-form-container a {
  transition: all 0.15s cubic-bezier(0.3, 0, 0.2, 1);
}

#account-settings .settings-form-container .setting-buffer {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container .setting-buffer {
    position: absolute;
    left: -20px;
    transform: translate(-100%, 0);
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  #account-settings .settings-form-container .setting-buffer {
    left: -60px;
  }
}

#account-settings .settings-form-container .setting-buffer a {
  outline: none;
}

#account-settings .settings-form-container .setting-buffer a:focus {
  box-shadow: 0 0 0 2px #4c5cf9;
}

#account-settings .settings-form-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 90vh;
  padding-top: 0.7em;
  padding-bottom: 10vh;
}

#account-settings .settings-form-container form h1 {
  margin-bottom: 17px;
  font-size: 21px;
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form h1 {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  #account-settings .settings-form-container form h1 {
    margin-bottom: 20px;
  }
}

#account-settings .settings-form-container form .snj-label {
  color: #86a8ff;
}

#account-settings .settings-form-container form .account-info-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

#account-settings .settings-form-container form .account-info-group div {
  display: flex;
  padding-bottom: 1.5vw;
}

#account-settings .settings-form-container form .account-info-group div .password-group #confirm_password,
#account-settings .settings-form-container form .account-info-group div .password-group #password {
  display: none;
}

#account-settings .settings-form-container form .account-info-group div .password-group div {
  display: flex;
  align-items: center;
}

#account-settings .settings-form-container form .account-info-group div .password-group div img {
  display: none;
  width: 18px;
  height: 18px;
  padding: 2px;
  cursor: pointer;
}

#account-settings .settings-form-container form .account-info-group div .password-edit {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#account-settings .settings-form-container form .account-info-group div .password-edit #confirm_password,
#account-settings .settings-form-container form .account-info-group div .password-edit #password {
  display: block;
  padding-right: 10px;
}

#account-settings .settings-form-container form .account-info-group div .password-edit #currentPW {
  padding-right: 90px;
}

#account-settings .settings-form-container form .account-info-group div .password-edit input {
  margin-bottom: 10px;
}

#account-settings .settings-form-container form .account-info-group div .password-edit div {
  bottom: 5px;
}

#account-settings .settings-form-container form .account-info-group div .password-edit div img {
  display: unset;
  width: 18px;
  height: 18px;
  padding: 2px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 65px;
}

#account-settings .settings-form-container form .account-info-group div div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 0px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .account-info-group div div {
    padding-left: 20px;
  }
}

#account-settings .settings-form-container form .account-info-group div div div {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  align-items: baseline;
  position: relative;
}

#account-settings .settings-form-container form .account-info-group div div div input {
  position: relative;
  color: white;
  background-color: rgba(76, 92, 249, 0.15);
  border: none;
  padding: 14px;
  padding-right: 50px;
  border-radius: 5px;
  border: 2px solid transparent;
  flex: 1;
  outline: none;
}

#account-settings .settings-form-container form .account-info-group div div div input:hover {
  background-color: rgba(76, 92, 249, 0.3);
}

#account-settings .settings-form-container form .account-info-group div div div input:hover:-moz-read-only {
  background-color: rgba(76, 92, 249, 0.15);
}

#account-settings .settings-form-container form .account-info-group div div div input:hover:read-only {
  background-color: rgba(76, 92, 249, 0.15);
}

#account-settings .settings-form-container form .account-info-group div div div input:focus {
  border: 2px solid #4c5cf9;
}

#account-settings .settings-form-container form .account-info-group div div div input:focus:-moz-read-only {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #4c5cf9;
}

#account-settings .settings-form-container form .account-info-group div div div input:focus:read-only {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #4c5cf9;
}

@media (max-width: 400px) {
  #account-settings .settings-form-container form .account-info-group div div div input {
    width: 100%;
  }
}

#account-settings .settings-form-container form .account-info-group div div div div {
  border-radius: 0px 5px 5px 0px;
  border: 2px solid transparent;
  flex: 0;
  position: absolute;
  right: 0;
}

#account-settings .settings-form-container form .account-info-group div div div div span {
  color: #86A8FF;
  padding: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  align-items: flex-start;
}

#account-settings .settings-form-container form .account-info-group div div div div .editing {
  color: white;
  background-color: #4c5cf9;
  margin: 6px;
  padding: 4px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 2px;
  cursor: pointer;
}

@media (max-width: 850px) {
  #account-settings .settings-form-container form .account-info-group div {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.5vw;
  }

  #account-settings .settings-form-container form .account-info-group div div {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 0px;
    margin-bottom: 10px;
  }
}

@media (max-width: 850px) and (min-width: 768px) {
  #account-settings .settings-form-container form .account-info-group div div {
    padding-left: 20px;
  }
}

@media (max-width: 850px) {
  #account-settings .settings-form-container form .account-info-group .top-row-info {
    padding-bottom: 0;
  }
}

#account-settings .settings-form-container form .contact-info-group {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group {
    padding-left: 20px;
  }
}

#account-settings .settings-form-container form .contact-info-group .group-1 {
  padding-top: 10px;
  padding-bottom: 20px;
}

#account-settings .settings-form-container form .contact-info-group .group-1 div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#account-settings .settings-form-container form .contact-info-group .group-1 div input:checked + label {
  background-color: rgba(76, 92, 249, 0.15);
  border: 3px solid #4c5cf0;
}

#account-settings .settings-form-container form .contact-info-group .group-1 div input:checked + label:hover {
  background-color: rgba(76, 92, 249, 0.3);
}

#account-settings .settings-form-container form .contact-info-group .group-1 input {
  display: flex;
  visibility: hidden;
  display: none;
}

#account-settings .settings-form-container form .contact-info-group .group-1 label {
  flex: 1;
  color: white;
  text-align: center;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  margin: 5px;
  min-width: 30vw;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  border: 3px solid transparent;
  outline: none;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

#account-settings .settings-form-container form .contact-info-group .group-1 label:focus {
  box-shadow: 0 0 10px 0 #4c5cf0;
}

#account-settings .settings-form-container form .contact-info-group .group-1 label:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 350px) {
  #account-settings .settings-form-container form .contact-info-group .group-1 label {
    min-width: 60vw;
    padding: 4vw;
  }
}

@media (min-width: 576px) {
  #account-settings .settings-form-container form .contact-info-group .group-1 label {
    border-radius: 5px;
    margin: 5px;
    min-width: 20vw;
  }
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .group-1 label {
    border-radius: 5px;
    margin: 5px;
    min-width: 5vw;
  }
}

#account-settings .settings-form-container form .contact-info-group .group-1 div #spacer-label {
  visibility: hidden;
}

@media (max-width: 350px) {
  #account-settings .settings-form-container form .contact-info-group .group-1 div #spacer-label {
    display: none;
  }
}

@media (min-width: 576px) {
  #account-settings .settings-form-container form .contact-info-group .group-1 div #spacer-label {
    display: none;
  }
}

#account-settings .settings-form-container form .contact-info-group .group-2 {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

#account-settings .settings-form-container form .contact-info-group .group-2 div {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

#account-settings .settings-form-container form .contact-info-group .group-2 div:hover input ~ .custom-radio {
  background-color: rgba(76, 92, 249, 0.3);
}

#account-settings .settings-form-container form .contact-info-group .group-2 div .custom-radio:after {
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #4c5cf9;
}

#account-settings .settings-form-container form .contact-info-group .group-2 div input:checked ~ .custom-radio:after {
  display: block;
}

#account-settings .settings-form-container form .contact-info-group .group-2 div input:checked ~ .custom-radio ~ label {
  color: #ffffff;
}

#account-settings .settings-form-container form .contact-info-group .group-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#account-settings .settings-form-container form .contact-info-group .group-2 .custom-radio {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(76, 92, 249, 0.15);
  border: 2px solid #4c5cf9;
  border-radius: 50%;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .group-2 .custom-radio {
    top: 0px;
  }
}

#account-settings .settings-form-container form .contact-info-group .group-2 .custom-radio:after {
  content: "";
  position: absolute;
  display: none;
}

#account-settings .settings-form-container form .contact-info-group .group-2 label {
  position: relative;
  color: #555555;
  font-weight: unset;
  font-size: 15px;
  line-height: 22px;
  padding-left: 45px;
  padding-top: 4px;
  padding-bottom: 2px;
  cursor: pointer;
  outline: none;
  border: 2px solid transparent;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .group-2 label {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#account-settings .settings-form-container form .contact-info-group .group-2 label:focus:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #4c5cf9;
}

#account-settings .settings-form-container form .contact-info-group .group-2 .selected-text {
  color: white;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .group-2 {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  #account-settings .settings-form-container form .contact-info-group .group-2 label {
    color: #555555;
    font-weight: unset;
  }
}

#account-settings .settings-form-container form .contact-info-group .group-3 {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

#account-settings .settings-form-container form .contact-info-group .group-3 div {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

#account-settings .settings-form-container form .contact-info-group .group-3 div:hover input ~ .custom-checkbox {
  background-color: rgba(76, 92, 249, 0.3);
}

#account-settings .settings-form-container form .contact-info-group .group-3 div input:checked ~ .custom-checkbox:after {
  display: block;
}

#account-settings .settings-form-container form .contact-info-group .group-3 div input:checked ~ .custom-checkbox ~ label {
  color: #ffffff;
}

#account-settings .settings-form-container form .contact-info-group .group-3 div .custom-checkbox:after {
  left: 4px;
  top: 4px;
  width: 13px;
  height: 13px;
  background-color: #4c5cf9;
  border-radius: 2px;
}

#account-settings .settings-form-container form .contact-info-group .group-3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#account-settings .settings-form-container form .contact-info-group .group-3 .custom-checkbox {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(76, 92, 249, 0.15);
  border: 2px solid #4c5cf0;
  border-radius: 2px;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .group-3 .custom-checkbox {
    top: 0px;
  }
}

#account-settings .settings-form-container form .contact-info-group .group-3 .custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

#account-settings .settings-form-container form .contact-info-group .group-3 label {
  position: relative;
  color: #555555;
  font-weight: unset;
  font-size: 15px;
  line-height: 22px;
  padding-left: 45px;
  padding-top: 4px;
  padding-bottom: 2px;
  cursor: pointer;
  outline: none;
  border: 2px solid transparent;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .group-3 label {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#account-settings .settings-form-container form .contact-info-group .group-3 label:focus:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #4c5cf9;
}

#account-settings .settings-form-container form .contact-info-group .group-3 .selected-text {
  color: white;
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .group-3 {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  #account-settings .settings-form-container form .contact-info-group .group-3 label {
    color: #555555;
    font-weight: unset;
  }
}

#account-settings .settings-form-container form .contact-info-group .select-1 {
  display: flex;
  position: relative;
}

#account-settings .settings-form-container form .contact-info-group .select-1 select {
  display: none;
}

#account-settings .settings-form-container form .contact-info-group .select-1 select option {
  color: black;
}

@media (min-width: 576px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 select {
    padding: 3vw;
    background-position: right 3vw top 50%, 0 0;
  }
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 select {
    padding: 2vw;
    background-position: right 2vw top 50%, 0 0;
  }
}

@media (min-width: 1200px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 select {
    padding: 1.2vw;
    background-position: right 1.4vw top 50%, 0 0;
  }
}

#account-settings .settings-form-container form .contact-info-group .select-1 .custom-select {
  background-color: rgba(76, 92, 249, 0.15);
  padding: 4vw;
  border-radius: 5px;
  flex: 1;
  cursor: pointer;
  outline: none;
}

#account-settings .settings-form-container form .contact-info-group .select-1 .custom-select:focus {
  box-shadow: 0 0 0 2pt #4c5cf0;
}

@media (min-width: 576px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .custom-select {
    padding: 2vw;
  }
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .custom-select {
    padding: 1.5vw;
  }
}

@media (min-width: 1200px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .custom-select {
    padding: 1vw;
  }
}

#account-settings .settings-form-container form .contact-info-group .select-1 .custom-select:hover {
  background-color: rgba(76, 92, 249, 0.3);
}

#account-settings .settings-form-container form .contact-info-group .select-1 .custom-select:after {
  position: absolute;
  content: "";
  top: calc(22% + 0.2vw);
  right: 14px;
  width: 23px;
  height: 23px;
  background-image: url(/images/chevron-down-blue.svg?5406c1e616dc2b7161cc4a337a5ce289);
  background-repeat: no-repeat;
}

@media (min-width: 350px) and (max-width: 399px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .custom-select:after {
    top: calc(22% + 0.6vw);
  }
}

@media (min-width: 400px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .custom-select:after {
    top: calc(24% + 0.7vw);
  }
}

@media (min-width: 576px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .custom-select:after {
    top: calc(20% + 0.2vw);
    width: 23px;
    height: 23px;
  }
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .custom-select:after {
    top: calc(10% + 0.8vw);
    width: 23px;
    height: 23px;
  }
}

@media (min-width: 1200px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .custom-select:after {
    top: calc(15% + 0.4vw);
    width: 25px;
    height: 25px;
  }
}

#account-settings .settings-form-container form .contact-info-group .select-1 .select-arrow-active {
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(76, 92, 249, 0.3);
}

#account-settings .settings-form-container form .contact-info-group .select-1 .select-arrow-active:after {
  transform: rotate(180deg);
}

#account-settings .settings-form-container form .contact-info-group .select-1 .select-items {
  position: absolute;
  background-color: rgba(76, 92, 249, 0.15);
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 10vh;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
}

#account-settings .settings-form-container form .contact-info-group .select-1 .select-items div {
  padding: 4vw;
  outline: none;
}

#account-settings .settings-form-container form .contact-info-group .select-1 .select-items div:focus {
  box-shadow: 0 0 0 2pt #4c5cf0;
}

@media (min-width: 576px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .select-items div {
    padding: 2vw;
  }
}

@media (min-width: 768px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .select-items div {
    padding: 1.5vw;
  }
}

@media (min-width: 1200px) {
  #account-settings .settings-form-container form .contact-info-group .select-1 .select-items div {
    padding: 1vw;
  }
}

#account-settings .settings-form-container form .contact-info-group .select-1 .select-items div:hover,
#account-settings .settings-form-container form .contact-info-group .select-1 .select-items .same-as-selected {
  background-color: rgba(76, 92, 249, 0.18);
}

#account-settings .settings-form-container form .contact-info-group .select-1 .select-hide {
  display: none;
}

#account-settings .user-info-group + .user-info-title {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  #account-settings .user-info-group + .user-info-title {
    margin-top: 35px;
  }
}

.incptcart-top-highlight-bar {
  width: 100%;
  height: 8px;
  background-color: #021f54;
}

.incptcart-sidebar {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #021f54;
}

@media (min-width: 576px) {
  .incptcart-sidebar {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 576px) {
  .incptcart-sidebar .incptcart-logo {
    display: block;
    margin: 20px;
  }
}

.incptcart-sidebar .incptcart-logo a:hover {
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.incptcart-sidebar .incptcart-logo__icon {
  width: 24px;
  height: auto;
}

@media (min-width: 1200px) {
  .incptcart-sidebar .incptcart-logo__icon {
    width: 48px;
  }
}

.incptcart-sidebar__mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
}

@media (min-width: 576px) {
  .incptcart-sidebar__mobile-header {
    padding: 0;
  }
}

.incptcart-sidebar__mobile-header__group {
  display: flex;
  align-items: center;
}

.incptcart-sidebar__mobile-header__group a {
  display: flex;
  align-items: center;
}

.incptcart-sidebar__mobile-header__group a svg {
  width: 24px;
  height: auto;
  fill: #ffffff;
}

@media (min-width: 576px) {
  .incptcart-sidebar__mobile-header__group {
    display: none;
  }
}

.incptcart-sidebar__mobile-header__storename {
  margin-right: 20px;
  color: #ffffff;
}

.incptcart-sidebar__nav {
  width: 100%;
  overflow-x: auto;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 576px) {
  .incptcart-sidebar__nav {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    width: 100%;
    border: none;
    background-color: transparent;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .incptcart-sidebar__nav {
    margin-top: 120px;
  }
}

.incptcart-sidebar__nav ul {
  list-style-type: none;
  display: flex;
  align-items: stretch;
  padding: 10px 15px;
  overflow-x: auto;
}

@media (min-width: 576px) {
  .incptcart-sidebar__nav ul {
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.incptcart-sidebar__nav li {
  margin-right: 65px;
}

@media (min-width: 576px) {
  .incptcart-sidebar__nav li {
    margin-right: 0;
  }

  .incptcart-sidebar__nav li:not(:last-child) {
    margin-bottom: 35px;
  }
}

.incptcart-sidebar__nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (min-width: 576px) {
  .incptcart-sidebar__nav-item {
    margin: 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #01112f;
    transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  }

  .incptcart-sidebar__nav-item:hover {
    background-color: black;
  }
}

@media (min-width: 1200px) {
  .incptcart-sidebar__nav-item {
    width: 60px;
    height: 60px;
  }
}

.incptcart-sidebar__nav-item--active {
  background-color: #ffffff;
}

.incptcart-sidebar__nav-item--active::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0px;
  margin-top: 50%;
  width: 30px;
  height: 4px;
  background: #ffffff;
}

.incptcart-sidebar__nav-item__icon {
  display: flex;
  align-items: center;
}

.incptcart-sidebar__nav-item__icon svg {
  width: 24px;
  height: auto;
  fill: #0061ff;
}

@media (min-width: 1200px) {
  .incptcart-sidebar__nav-item__icon svg {
    width: 28px;
  }
}

.incptcart-sidebar__nav-item__name {
  margin-left: 8px;
  color: #7a7a7a;
}

@media (min-width: 576px) {
  .incptcart-sidebar__nav-item__name {
    display: none;
  }
}

.incptcart-sidebar__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff3823;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.incptcart-sidebar__badge span {
  display: none;
}

@media (min-width: 1200px) {
  .incptcart-sidebar__badge span {
    display: block;
  }
}

@media (min-width: 1200px) {
  .incptcart-sidebar__badge {
    top: -14px;
    right: -14px;
    width: 34px;
    height: 34px;
  }
}

.incptcart-content-box {
  margin: 0 20px 60px;
  padding: 0 20px;
  height: auto;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  background: #ffffff;
}

@media (min-width: 992px) {
  .incptcart-content-box {
    margin: 0 auto 60px;
    width: 768px;
  }
}

@media (min-width: 992px) {
  .incptcart-content-box--full {
    margin: 0 20px 60px;
    width: auto;
  }
}

@media (min-width: 576px) {
  .incptcart-content-box--narrow {
    margin: 0 auto;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .incptcart-content-box--narrow {
    width: 55%;
  }
}

@media (min-width: 1440px) {
  .incptcart-content-box--narrow {
    max-width: 576px;
  }
}

.incptcart-content-box--no-border {
  border: none;
}

.incptcart-content-box--no-border-radius {
  border-radius: 0px;
}

.incptcart-content-box__head {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding-top: 15px;
  border-bottom: 1px solid red;
  margin-bottom: 60px;
  background-color: cyan;
}

.incptcart-content-box__head--centered {
  justify-content: center;
  align-items: center;
}

.incptcart-content-box__head__title {
  color: #01112f;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
}

.incptcart-content-box__head .incptcart-tabs {
  align-self: flex-end;
}

.incptcart-content-box__body {
  height: auto;
}

.incptcart-content-box__flex-container {
  display: flex;
}

.incptcart-content-box__flex-container--centered {
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
}

.incptcart-content-box__flex-container--stacked {
  flex-wrap: wrap;
}

.incptcart-content-box__footer {
  padding-bottom: 30px;
  text-align: center;
  margin-top: 40px;
}

.incptcart-card-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.incptcart-card-section .incptcart-product-card {
  margin: 0 10px 20px;
  width: calc(100% / 1 - 20px - 0.01px);
}

@media (min-width: 992px) {
  .incptcart-card-section .incptcart-product-card {
    width: calc(100% / 1 - 20px - 0.01px);
  }
}

@media (min-width: 1200px) {
  .incptcart-card-section .incptcart-product-card {
    width: calc(100% / 2 - 20px - 0.01px);
  }
}

.incptcart-product-card {
  position: relative;
  width: 205px;
  height: 260px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 2px #ebebeb;
  text-align: center;
  transition: all 0.77s cubic-bezier(0.3, 0, 0.2, 1);
}

.incptcart-product-card:hover {
  transform: translateY(-8px);
}

.incptcart-product-card:active {
  opacity: 0.8;
  transition: all 0.1s cubic-bezier(0.3, 0, 0.2, 1);
}

.incptcart-product-card__sales {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 10px 13px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #ffe2d8;
  color: #ff8360;
  font-size: 16px;
}

.incptcart-product-card__img {
  margin-top: 40px;
  max-width: 75%;
  max-height: 50%;
}

.incptcart-product-card__details {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px;
  width: 100%;
  text-align: left;
}

.incptcart-product-card__name {
  margin-bottom: 4px;
  color: #01112f;
  font-size: 16px;
  font-weight: 700;
}

.incptcart-product-card__price {
  color: #01112f;
  font-size: 18px;
}

.incptcart-order-details {
  position: relative;
  padding: 0 20px 210px;
  width: 100%;
  height: auto;
}

@media (min-width: 1600px) {
  .incptcart-order-details {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.incptcart-order-details.collapsed {
  padding-bottom: 130px;
}

.incptcart-order-details__meta {
  margin: 20px 0px 14px;
}

.incptcart-order-details__meta-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.incptcart-order-details__meta-item p {
  color: #c0c0c0;
  font-size: 14px;
}

.incptcart-order-details__meta-item-text,
.incptcart-order-details__status-text {
  display: flex;
  align-items: center;
}

.incptcart-order-details__meta-item-text span,
.incptcart-order-details__status-text span {
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d6d6d6;
}

.incptcart-order-details__meta-item-text span.normal,
.incptcart-order-details__status-text span.normal {
  background-color: #92d36e;
}

.incptcart-order-details__meta-item-text span.warning,
.incptcart-order-details__status-text span.warning {
  background-color: #ffca28;
}

.incptcart-order-details__meta-item-text span.danger,
.incptcart-order-details__status-text span.danger {
  background-color: #ff3823;
}

.incptcart-order-details__meta-item-text p,
.incptcart-order-details__status-text p {
  color: #444444;
  font-weight: 700;
}

.incptcart-order-details__tracking-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.incptcart-order-details__tracking {
  color: #606060;
  font-weight: 700;
}

.incptcart-order-details__map {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  min-height: 367px;
  background: #d6d6d6;
}

.incptcart-order-details__links {
  list-style-type: none;
}

.incptcart-order-details__links li {
  display: inline-block;
}

.incptcart-order-details__links li:not(:last-child) {
  margin-right: 5px;
}

.incptcart-order-details__links li a svg {
  fill: #0061ff;
}

.incptcart-order-details__links li a:hover svg {
  fill: #004ecc;
}

.incptcart-order-details__tracking-history span p {
  color: #c0c0c0;
  font-size: 14px;
}

.incptcart-order-details__tracking-history ul {
  margin-top: 8px;
  list-style-type: none;
}

.incptcart-order-details__tracking-history ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

.incptcart-order-details__tracking-history ul span {
  padding: 4px 0px 0px 8px;
  position: absolute;
  left: 0;
}

.incptcart-order-details__tracking-history ul span svg {
  width: 15px;
  height: 15px;
  fill: #0061ff;
}

.incptcart-order-details__tracking-history ul p {
  color: #606060;
  font-size: 14px;
  font-weight: 700;
}

.incptcart-order-details__tracking-history ul time {
  color: #c0c0c0;
  font-size: 14px;
}

.incptcart-order-details__button-container {
  margin-top: 30px;
}

.incptcart-order-details__collapse-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.incptcart-order-details__collapse-control p {
  font-size: 14px;
}

.incptcart-order-details__payment-window {
  position: fixed;
  padding: 20px;
  bottom: 0;
  width: 100%;
  height: auto;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #ebebeb;
  background: #ffffff;
}

@media (min-width: 992px) {
  .incptcart-order-details__payment-window {
    width: calc( (100% - 80px) * .33);
  }
}

@media (min-width: 1200px) {
  .incptcart-order-details__payment-window {
    width: calc( (100% - 120px) * .38);
  }
}

@media (min-width: 1400px) {
  .incptcart-order-details__payment-window {
    width: calc( (100% - 120px) * .34);
  }
}

@media (min-width: 1600px) {
  .incptcart-order-details__payment-window {
    width: calc( (100% - 120px) * .29);
  }
}

.incptcart-order-details__payment-window.collapsed .pricing-table__line-item:not(:last-child) {
  display: none;
}

.incptcart-order-details__payment-window .pricing-table__line-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.incptcart-order-details__payment-window .pricing-table__line-item .title {
  color: #444444;
  font-family: "NotoSans-Bold";
  font-weight: 700;
}

.incptcart-order-details__payment-window .pricing-table__line-item .amount {
  color: #7a7a7a;
}

.incptcart-order-details__payment-window .pricing-table__line-item .amount.green {
  color: #92d36e;
}

.incptcart-order-details__payment-window .pricing-table__line-item .total {
  color: #232323;
  font-family: "NotoSans-Bold";
  font-size: 24px;
  font-weight: 700;
}

.incptcart-pagination {
  display: flex;
  align-items: center;
}

.incptcart-pagination ul {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  list-style-type: none;
}

.incptcart-pagination li {
  display: inline;
  margin: 0 8px;
}

.incptcart-pagination li.active a {
  background-color: #0061ff;
  color: #ffffff;
}

.incptcart-pagination li.active a:hover {
  background-color: #0061ff;
}

.incptcart-pagination li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: 0.4s all;
}

.incptcart-pagination li a:hover {
  background-color: #d6d6d6;
}

.incptcart-pagination__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #0061ff;
  background-color: #ffffff;
}

.incptcart-pagination__button:hover {
  border: 2px solid #003a99;
}

.incptcart-pagination__button:hover svg {
  fill: #003a99;
}

.incptcart-pagination__button svg {
  width: 24px;
  height: 24px;
  fill: #0061ff;
}

.incptcart-stats-card-grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 22% 22% auto;
  min-height: 600px;
}

@media (min-width: 768px) {
  .incptcart-stats-card-grid-container {
    grid-template-columns: repeat(2, 22%) auto;
    grid-template-rows: repeat(2, auto);
    min-height: 320px;
  }
}

.incptcart-stats-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #ffe2d8;
}

.incptcart-stats-card__icon {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.incptcart-stats-card__icon svg {
  width: 36px;
  height: 36px;
  fill: #ff8360;
}

.incptcart-stats-card__text {
  color: #ff8360;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.incptcart-stats-card__number {
  margin-top: auto;
  color: #021f54;
  font-family: "NotoSans-Bold";
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.incptcart-stats-card__trend-indicator {
  position: absolute;
  top: 0;
  right: 0;
}

.incptcart-stats-card__trend-indicator svg {
  width: 36px;
  height: auto;
}

.incptcart-stats-card__trend-indicator.positive {
  fill: #92d36e;
}

.incptcart-stats-card__trend-indicator.negative {
  fill: #ff3823;
}

.incptcart-stats-card--horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.incptcart-stats-card--horizontal .incptcart-stats-card__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
}

.incptcart-stats-card--horizontal .incptcart-stats-card__icon svg {
  width: 36px;
  height: 36px;
  fill: #ff8360;
}

.incptcart-stats-card--horizontal .incptcart-stats-card__text {
  width: 100%;
  font-size: 16px;
  text-align: left;
}

.incptcart-stats-card--horizontal .incptcart-stats-card__number {
  margin-top: 0;
  font-size: 36px;
}

.incptcart-stats-card--graph {
  background-color: #021f54;
}

.incptcart-stats-card--graph .incptcart-stats-card__details {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}

.incptcart-stats-card--graph .incptcart-stats-card__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.incptcart-stats-card--graph .incptcart-stats-card__number {
  margin-top: 8px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.incptcart-stats-card#stats-revenue {
  grid-column: 1/span 2;
  grid-row-start: 2;
}

@media (min-width: 768px) {
  .incptcart-stats-card#stats-revenue {
    grid-column: 1/span 2;
  }
}

.incptcart-stats-card#stats-sales-chart {
  grid-column: 1/span 2;
  grid-row: 3/span 2;
}

@media (min-width: 768px) {
  .incptcart-stats-card#stats-sales-chart {
    grid-column-start: 3;
    grid-row: 1/span 2;
  }
}

#account-orders .bg-planets {
  display: none;
}

@media (min-width: 1025px) {
  #account-orders .bg-planets {
    display: block;
  }

  #account-orders .bg-planets .planet.orange {
    right: auto;
    left: 5%;
  }
}

@media (min-width: 1025px) and (min-width: 1441px) {
  #account-orders .bg-planets .planet.orange {
    top: 370px;
    left: 10%;
  }
}

@media (min-width: 1025px) {
  #account-orders .bg-planets .planet.blue {
    left: auto;
    right: 2%;
    top: 300px;
    transform: scale(-1, 1);
  }
}

@media (min-width: 1025px) and (min-width: 1441px) {
  #account-orders .bg-planets .planet.blue {
    top: 390px;
  }
}

@media (min-width: 1025px) {
  #account-orders .bg-planets .planet.green {
    left: auto;
    right: 10%;
    top: 200px;
    transform: scale(-1, 1);
  }
}

@media (min-width: 1025px) and (min-width: 1650px) {
  #account-orders .bg-planets .planet.green {
    top: 230px;
    right: 14%;
  }
}

@media (min-width: 1025px) {
  #account-orders .bg-planets .planet.pink {
    left: auto;
    right: 16%;
    top: 300px;
  }
}

@media (min-width: 1025px) and (min-width: 1441px) {
  #account-orders .bg-planets .planet.pink {
    top: 340px;
  }
}

@media (min-width: 1025px) and (min-width: 1650px) {
  #account-orders .bg-planets .planet.pink {
    top: 430px;
    right: 21%;
  }
}

#account-orders .inner-page-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 70px 20px 40px;
}

@media (min-width: 768px) {
  #account-orders .inner-page-wrap {
    padding: 115px 0 60px;
  }
}

@media (min-width: 1200px) {
  #account-orders .inner-page-wrap {
    max-width: 700px;
    padding-top: 150px;
    padding-bottom: 98px;
  }
}

#account-orders .return-wrap {
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #account-orders .return-wrap {
    position: absolute;
    left: -20px;
    transform: translate(-100%, 0);
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  #account-orders .return-wrap {
    left: -60px;
  }
}

#account-orders .orders-container {
  position: relative;
  width: 100%;
}

#account-orders .order-object {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#account-orders .order-object + .order-object {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  #account-orders .order-object + .order-object {
    margin-top: 40px;
  }
}

#account-orders .order-object:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #4c5cf9;
  opacity: 0.3;
}

#account-orders .order-object .general-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 25px 5px;
  background: rgba(76, 92, 249, 0.2);
}

@media (min-width: 768px) {
  #account-orders .order-object .general-info {
    padding: 30px 30px 5px;
  }
}

@media (min-width: 1200px) {
  #account-orders .order-object .general-info {
    padding-bottom: 25px;
  }
}

#account-orders .order-object .info-block {
  max-width: 170px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #account-orders .order-object .info-block {
    max-width: 200px;
    margin-bottom: 0;
  }
}

#account-orders .order-object .info-block[data-order="1"] {
  order: 1;
}

#account-orders .order-object .info-block[data-order="2"] {
  order: 2;
}

#account-orders .order-object .info-block[data-order="3"] {
  order: 3;
}

#account-orders .order-object .info-block[data-order="4"] {
  order: 4;
}

@media (min-width: 1200px) {
  #account-orders .order-object .info-block[data-order-lg="1"] {
    order: 1;
  }

  #account-orders .order-object .info-block[data-order-lg="2"] {
    order: 2;
  }

  #account-orders .order-object .info-block[data-order-lg="3"] {
    order: 3;
  }

  #account-orders .order-object .info-block[data-order-lg="4"] {
    order: 4;
  }
}

#account-orders .order-object .info-block.short {
  width: 40%;
}

@media (min-width: 1200px) {
  #account-orders .order-object .info-block.short {
    width: unset;
  }
}

#account-orders .order-object .info-block.large {
  width: 56%;
}

@media (min-width: 1200px) {
  #account-orders .order-object .info-block.large {
    width: unset;
  }
}

#account-orders .order-object .info-block ._label {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #86a8ff;
}

#account-orders .order-object .info-block ._info {
  font-size: 16px;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  list-style-type: none;
}

#account-orders .order-object .info-block ._title {
  font-size: 18px;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

#account-orders .order-object .info-block ._price {
  font-size: 13px;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #86a8ff;
}

#account-orders .order-object .order-body {
  position: relative;
  padding: 25px 25px 0;
}

@media (min-width: 768px) {
  #account-orders .order-object .order-body {
    padding: 30px 30px 0;
  }
}

@media (min-width: 576px) {
  #account-orders .order-object .order-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  #account-orders .order-object .order-body .item-wrap {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  #account-orders .order-object .order-body .item-wrap {
    width: 30%;
  }
}

#account-orders .order-object .order-body .add-ons-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media (min-width: 576px) {
  #account-orders .order-object .order-body .add-ons-wrap {
    width: 170px;
  }
}

@media (min-width: 1200px) {
  #account-orders .order-object .order-body .add-ons-wrap {
    width: 66%;
  }
}

#account-orders .order-object .order-body .info-block {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #account-orders .order-object .order-body .info-block {
    display: inline-block;
    vertical-align: top;
  }
}

#account-orders .order-object .order-body .info-block.main {
  margin-bottom: 0;
  max-width: unset;
  width: 100%;
}

#account-orders .order-object .order-body .info-block ._label {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  #account-orders .order-object .order-body .sub-blocks-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

#account-orders .order-object .order-body .sub-block {
  display: block;
}

@media (min-width: 1200px) {
  #account-orders .order-object .order-body .sub-block {
    display: inline-block;
  }
}

#account-orders .order-object .order-body .sub-block + .sub-block {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  #account-orders .order-object .order-body .sub-block + .sub-block {
    margin-top: 0;
  }
}

#account-orders .order-object .order-body .order-details-btn {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  padding: 25px;
  text-align: center;
}

#account-orders .order-object .order-body .order-details-btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  width: calc(100% + 10px);
  height: 0;
  border-top: 1px solid #86a8ff;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transform-origin: left center;
  transform: scale(0, 1) translate3d(-50%, 0, 0);
}

#account-orders .order-object .order-body .order-details-btn * {
  pointer-events: none;
}

#account-orders .order-object .order-body .order-details-btn img {
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  margin-right: 8px;
  margin-bottom: 3px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

#account-orders .order-object .order-body .order-details-btn span {
  font-size: 15px;
  line-height: 1.5em;
  color: #ffffff;
}

@media (min-width: 768px) {
  #account-orders .order-object .order-body .order-details-btn:hover:after {
    transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1);
    transform: scale(1, 1) translate3d(-50%, 0, 0);
  }

  #account-orders .order-object .order-body .order-details-btn:hover img {
    transform: translate3d(0, 4px, 0);
  }
}

#account-orders .order-object .order-body .order-details-btn.clicked:after {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1);
  transform: scale(1, 1) translate3d(-50%, 0, 0);
}

#account-orders .order-object .order-body .order-details-btn.clicked img {
  transform: scale(1, -1);
}

@media (min-width: 768px) {
  #account-orders .order-object .order-body .order-details-btn.clicked:hover img {
    transform: scale(1, -1) translate3d(0, 4px, 0);
  }
}

#account-orders .order-object .order-body .order-details-btn.clicked + .order-details-wrap {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1);
  visibility: initial;
  height: auto;
  padding-top: 22px;
  padding-bottom: 25px;
}

@media (min-width: 1200px) {
  #account-orders .order-object .order-body .order-details-btn.clicked + .order-details-wrap {
    padding-bottom: 30px;
  }
}

#account-orders .order-object .order-body .order-details-btn.clicked + .order-details-wrap .shipping {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0s;
}

#account-orders .order-object .order-body .order-details-btn.clicked + .order-details-wrap .payment {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.2s;
}

#account-orders .order-object .order-body .order-details-btn.clicked + .order-details-wrap .summary {
  transition: all 0.8s cubic-bezier(0.3, 0, 0.2, 1) 0.4s;
}

#account-orders .order-object .order-body .order-details-btn.clicked + .order-details-wrap .shipping,
#account-orders .order-object .order-body .order-details-btn.clicked + .order-details-wrap .payment,
#account-orders .order-object .order-body .order-details-btn.clicked + .order-details-wrap .summary {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#account-orders .order-object .order-body .order-details-wrap {
  visibility: hidden;
  height: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

#account-orders .order-object .order-body .order-details-wrap .shipping,
#account-orders .order-object .order-body .order-details-wrap .payment,
#account-orders .order-object .order-body .order-details-wrap .summary {
  transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1);
  opacity: 0;
  transform: translate3d(0, -5px, 0);
}

#account-orders .order-object .order-body .order-details-wrap .shipping {
  max-width: 146px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  #account-orders .order-object .order-body .order-details-wrap .shipping {
    max-width: 220px;
  }
}

@media (min-width: 1200px) {
  #account-orders .order-object .order-body .order-details-wrap .shipping {
    max-width: 170px;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  #account-orders .order-object .order-body .order-details-wrap .payment {
    width: 170px;
  }
}

#account-orders .order-object .order-body .order-details-wrap .summary {
  margin-bottom: 0;
}

#account-orders .order-object .order-body .order-details-wrap .quote-row {
  position: relative;
  width: 100%;
}

#account-orders .order-object .order-body .order-details-wrap .quote-row + .quote-row {
  margin-top: 2px;
}

@media (min-width: 1200px) {
  #account-orders .order-object .order-body .order-details-wrap .quote-row + .quote-row {
    margin-top: 7px;
  }
}

#account-orders .order-object .order-body .order-details-wrap .quote-row.total {
  font-family: "Poppins-Bold", Futura, "Arial Black", "Arial Bold", sans-serif;
  margin-top: 15px;
}

#account-orders .order-object .order-body .order-details-wrap .quote-row p {
  display: inline-block;
}

#account-orders .order-object .order-body .order-details-wrap .quote-row p:first-child() {
  width: 100px;
  margin-right: 14px;
}

#account-orders .planet-btn {
  margin: 25px auto 0;
  left: 0;
  right: 0;
}

@media (min-width: 1200px) {
  #account-orders .planet-btn {
    margin-top: 45px;
  }
}

#account-orders .order-again-wrap {
  position: relative;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 1200px) {
  #account-orders .order-again-wrap {
    margin-top: 55px;
  }
}

#account-orders .order-again-wrap ._cta {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #account-orders .order-again-wrap ._cta {
    margin-bottom: 36px;
  }
}

#account-orders .order-again-wrap .snj-btn {
  display: inline-block;
}

.snj-auth-screen {
  margin-top: 80px;
  width: 100%;
  padding-bottom: 70px;
}

@media (min-width: 576px) {
  .snj-auth-screen {
    display: block;
    margin-top: 0px;
  }
}

.snj-auth-container {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .snj-auth-container {
    margin: 0 auto;
    padding: 0;
    max-width: 520px;
  }
}

.snj-auth-container .auth-subtitle {
  padding: 0 20px;
}

.snj-auth-container .snj-form,
.snj-auth-container .social-signin-btn-container,
.snj-auth-container .inner-constricting-container {
  padding: 0 20px;
}

@media (min-width: 480px) {
  .snj-auth-container .snj-form,
  .snj-auth-container .social-signin-btn-container,
  .snj-auth-container .inner-constricting-container {
    padding: 0 60px;
  }
}

@media (min-width: 500px) {
  .snj-auth-container .snj-form,
  .snj-auth-container .social-signin-btn-container,
  .snj-auth-container .inner-constricting-container {
    padding: 0 78px;
  }
}

@media (min-width: 550px) {
  .snj-auth-container .snj-form,
  .snj-auth-container .social-signin-btn-container,
  .snj-auth-container .inner-constricting-container {
    padding: 0 88px;
  }
}

@media (min-width: 576px) {
  .snj-auth-container .snj-form,
  .snj-auth-container .social-signin-btn-container,
  .snj-auth-container .inner-constricting-container {
    padding: 0 78px;
  }
}

.snj-auth-container .skip_btn {
  display: inline-block;
  color: #6d6d6d;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}

.snj-auth-container .skip_btn:hover {
  color: #ffffff;
}

.line-separator-text {
  position: relative;
  display: block;
  margin: 2.5rem auto 1.875rem;
  max-width: 442px;
  color: #969696;
  font-size: 0.93rem;
  text-align: center;
}

.line-separator-text:before,
.line-separator-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25%;
  max-width: 130px;
  height: 1px;
  background-color: #4c5cf9;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .line-separator-text:before,
  .line-separator-text:after {
    width: 100%;
  }
}

.line-separator-text:before {
  left: 10px;
}

@media (min-width: 576px) {
  .line-separator-text:before {
    left: 0;
  }
}

.line-separator-text:after {
  right: 10px;
}

@media (min-width: 576px) {
  .line-separator-text:after {
    right: 0;
  }
}

.snj-auth-rocket {
  width: 300px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 576px) {
  .snj-auth-rocket {
    width: 392px;
  }
}

#no-account-desktop {
  display: none;
}

@media (min-width: 768px) {
  #no-account-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  #no-account-mobile {
    display: none;
  }
}

.snj-order-details__button-container .snj-btn {
  margin-bottom: 8px;
}

.snj-order-details__button-container .snj-btn:not(:last-child) {
  margin-right: 12px;
}

#diff-billing-container {
  display: none;
}

#incptcart-admin-template h2 {
  margin-bottom: 35px;
}

#incptcart-login-container {
  margin: 104px auto 0 auto;
  padding: 0 20px;
}

@media (min-width: 576px) {
  #incptcart-login-container {
    padding: 0;
    max-width: 400px;
  }
}

#incptcart-login-container .incptcart-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  text-align: center;
}

@media (min-width: 330px) {
  #incptcart-login-container .incptcart-logo__inner-container {
    display: flex;
    align-items: center;
  }
}

#incptcart-login-container .incptcart-logo img {
  margin-right: 10px;
  width: auto;
  height: 40px;
}

#incptcart-login-container .incptcart-form__title {
  font-family: "NotoSans-Bold", Arial, sans-serif;
}

.create-account-text {
  margin-top: 35px;
}

.powered-by-text {
  margin-top: 60px;
  color: #aaaaaa;
  font-size: 14px;
  text-align: center;
}

.incptcart-order-details__button-container .incptcart-btn {
  margin-bottom: 8px;
}

.incptcart-order-details__button-container .incptcart-btn:not(:last-child) {
  margin-right: 12px;
}

.svg-waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.snj-ui-page section {
  position: relative;
  padding-bottom: 40px;
}

.snj-ui-page section ._title {
  opacity: 0.5;
  font-size: 20px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 10px;
}

.snj-ui-page section p {
  margin-bottom: 1.5em;
}

/* Special style for dev only */

