@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding-top: -125px !important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-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) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 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) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 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) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 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) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.progress-bar {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }

  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s linear infinite;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@font-face {
  font-family: Helvetica Now Display;
  src: url(https://foundr.com/wp-content/uploads/2022/06/Monotype-Helvetica-Now-Display-Bold.woff2)
      format("woff2"),
    url(https://foundr.com/wp-content/uploads/2022/06/Monotype-Helvetica-Now-Display-Bold.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Helvetica Now Display Light;
  src: url(https://foundr.com/wp-content/uploads/2022/06/Monotype-Helvetica-Now-Display-Light.woff2)
      format("woff2"),
    url(https://foundr.com/wp-content/uploads/2022/06/Monotype-Helvetica-Now-Display-Light.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Helvetica Now Display Regular;
  src: url(https://foundr.com/wp-content/uploads/2022/06/Monotype-Helvetica-Now-Display-Medium.woff2)
      format("woff2"),
    url(https://foundr.com/wp-content/uploads/2022/06/Monotype-Helvetica-Now-Display-Medium.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Helvetica Neue LT Std;
  src: url(https://foundr.com/wp-content/uploads/2020/11/HelveticaNeueLTStd-BdCn.woff2)
      format("woff2"),
    url(https://foundr.com/wp-content/uploads/2020/11/HelveticaNeueLTStd-BdCn.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Helvetica Neue LT Std 47;
  src: url(https://foundr.com/wp-content/uploads/2021/02/HelveticaNeueLTStd-LtCn.woff2)
      format("woff2"),
    url(https://foundr.com/wp-content/uploads/2021/02/HelveticaNeueLTStd-LtCn.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Helvetica Neue LT Std 57;
  src: url(https://foundr.com/wp-content/uploads/2020/10/HelveticaNeueLTStd-Cn.woff2)
      format("woff2"),
    url(https://foundr.com/wp-content/uploads/2020/10/HelveticaNeueLTStd-Cn.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto bold;
  src: url(https://foundr.com/wp-content/uploads/2021/04/Roboto-Bold.woff2)
      format("woff2"),
    url(https://foundr.com/wp-content/uploads/2021/04/Roboto-Bold.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto Regular;
  src: url(https://foundr.com/wp-content/uploads/2021/04/Roboto-Regular.woff2)
      format("woff2"),
    url(https://foundr.com/wp-content/uploads/2021/04/Roboto-Regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Helvetica Neue LT Std;
}
@-webkit-keyframes animate_1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(50px, 10px);
    transform: translate(50px, 10px);
  }
  60% {
    -webkit-transform: translate(-60px, 20px);
    transform: translate(-60px, 20px);
  }
  to {
    -webkit-transform: translate(-100px, 40px);
    transform: translate(-100px, 40px);
  }
}
@keyframes animate_1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(50px, 10px);
    transform: translate(50px, 10px);
  }
  60% {
    -webkit-transform: translate(-60px, 20px);
    transform: translate(-60px, 20px);
  }
  to {
    -webkit-transform: translate(-100px, 40px);
    transform: translate(-100px, 40px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
  }
}
@-webkit-keyframes rotate_left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes rotate_left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@-webkit-keyframes rotate_right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes rotate_right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@-webkit-keyframes pulseAnimate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes pulseAnimate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes heartAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@keyframes heartAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@-webkit-keyframes heartAnimate_right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@keyframes heartAnimate_right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.floating-video-wrapper .floating-video-close {
  display: none;
}
.floating-video-wrapper .floating-stick-video {
  position: fixed !important;
  top: 75px;
  right: 15px;
  max-width: 400px;
  width: 100%;
  height: 228px;
  -webkit-animation: fade-in-up 0.25s ease forwards;
  animation: fade-in-up 0.25s ease forwards;
  z-index: 999;
  border: 5px solid #c5c6c6;
  border-radius: 3px;
}
.floating-video-wrapper .floating-stick-video .floating-video-close {
  display: block;
}
body,
html {
  overflow-x: hidden;
}
body {
  font-family: Roboto Regular;
  background: #f6f7f9;
  padding-top: 125px;
}
@media (max-width: 767px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  body {
    padding-top: 135px;
  }
}
p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #0f1214;
}
p a,
p strong {
  font-family: Roboto bold;
  color: #0f1214;
}
p a {
  text-decoration: underline;
}
p a:hover {
  color: #ff7a12;
}
strong {
  font-family: Roboto bold;
}
.foundr-mac .btn.btn-sm:after {
  margin-top: 0;
  -webkit-transform: translate(10%, 12%);
  transform: translate(10%, 12%);
}
.foundr-mac .btn.btn-sm:hover:after {
  -webkit-transform: translate(10px, 12%);
  transform: translate(10px, 12%);
}
.primary-text-color {
  color: #ff7a12;
}
.foundr-mac .helvetica-text-wrapper {
  display: inline-block;
  line-height: 0.85em;
}
@media (max-width: 575px) {
  .foundr-mac .helvetica-text-wrapper {
    line-height: 0.85em;
  }
}
.foundr-mac .helvetica-text {
  position: relative;
  bottom: -0.17em;
}
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  font-family: Helvetica Neue LT Std;
  font-size: 22px;
  padding: 15px 35px 12px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  white-space: nowrap;
  width: 348px;
  height: 74px;
}
@media (max-width: 575px) {
  .btn {
    font-size: 18px;
    padding: 10px 25px;
  }
}
.btn:hover:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn:active,
.btn:focus,
.btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: rgba(255, 122, 18, 0.7) !important;
}
.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  -webkit-animation: pulseButton 2.5s ease infinite;
  animation: pulseButton 2.5s ease infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.btn:after {
  content: "a";
  width: 10px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.has-webp-support .btn:after {
  background-image: url(../images/light-arrow-right.webp);
}
.no-webp-support .btn:after {
  background-image: url(../images/light-arrow-right.svg);
}
.foundr-mac .btn:after {
  top: 0;
}
@media (max-width: 575px) {
  .btn:after {
    background-size: 8px 13px;
  }
}
.btn.btn-primary {
  background-color: #ff7a12;
}
.btn.btn-lg {
  font-size: 26px;
  padding: 18px 40px;
}
.btn.btn-lg.btn-mac {
  padding: 1.1em 80px 0.7em !important;
}
@media (max-width: 420px) {
  .btn.btn-lg.btn-mac {
    padding: 1.1em 0 0.7em !important;
    width: 100% !important;
  }
}
.has-webp-support .btn.btn-light:after {
  background-image: url(../images/angle-right.webp);
}
.no-webp-support .btn.btn-light:after {
  background-image: url(../images/angle-right.svg);
}
.foundr-mac .strikeout:before {
  top: 43%;
}
.strikeout {
  position: relative;
  display: inline-block;
}
.strikeout:before {
  content: "";
  width: 100%;
  height: 2px;
}
.play-button,
.strikeout:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(255, 122, 18, 0.9);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none !important;
  z-index: 12;
}
@media (max-width: 991px) {
  .play-button {
    -webkit-transform: translate(-50%, -50%) scale(0.45);
    transform: translate(-50%, -50%) scale(0.45);
  }
}
.play-button:hover {
  background-color: #ff7a12;
}
.play-button:after {
  content: "";
  border-left: 50px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  display: block;
  margin-left: 15px;
}
.play-button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 122, 18, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-animation-name: pulseAnimate;
  animation-name: pulseAnimate;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.direction-arrow-down {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.direction-arrow-down span {
  display: inline-block;
  border-top: 19px solid #ff7a12;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  -webkit-animation: directionAnimate 1s linear infinite alternate;
  animation: directionAnimate 1s linear infinite alternate;
}
.direction-arrow-down span:not(:first-child) {
  margin-top: 18px;
}
.direction-arrow-down span:first-child {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.direction-arrow-down span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.direction-arrow-down span:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.direction-arrow-down span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media (max-width: 767px) {
  .direction-arrow-down span:nth-child(4) {
    display: none;
  }
}
.direction-arrow-down span:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@media (max-width: 767px) {
  .direction-arrow-down span:nth-child(5) {
    display: none;
  }
}
.direction-arrow-down span:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media (max-width: 767px) {
  .direction-arrow-down span:nth-child(6) {
    display: none;
  }
}
.direction-arrow-down span:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media (max-width: 767px) {
  .direction-arrow-down span:nth-child(7) {
    display: none;
  }
}
.direction-arrow-down span:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .direction-arrow-down span:nth-child(8) {
    display: none;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1278px;
  }
  .container {
    max-width: 1367px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 10px;
  }
}
.col-2dot4,
.col-lg-2dot4,
.col-md-2dot4,
.col-sm-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.lazy-html {
  padding: 50px;
}
.mobile-break {
  display: block;
}
@media (min-width: 380px) {
  .mobile-break {
    display: none;
  }
}
@media (max-width: 575px) {
  .desktop-mini {
    display: none;
  }
}
.mobile-mini {
  display: none;
}
@media (max-width: 575px) {
  .mobile-mini {
    display: block;
  }
}
#bottom-banner {
  position: relative;
  background-color: #000;
  padding: 80px 0 10px;
  margin: 120px 0 60px;
}
@media (max-width: 767px) {
  #bottom-banner {
    padding: 40px 0 10px;
    margin: 60px 0 40px;
  }
}
@media (max-width: 575px) {
  #bottom-banner {
    margin: 60px 0 0;
  }
}
#bottom-banner:before {
  content: "";
  position: absolute;
  background-image: url(https://foundr.com/wp-content/uploads/2023/05/ribbon.png);
  background-size: 100% 100%;
  width: 818px;
  height: 168px;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #bottom-banner:before {
    width: 575px;
    height: 118px;
    top: -80px;
  }
}
@media (max-width: 575px) {
  #bottom-banner:before {
    width: 360px;
    height: 74px;
    top: -45px;
  }
}
#bottom-banner * {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#bottom-banner .container {
  max-width: 940px;
  position: relative;
}
#bottom-banner .container .row:before {
  content: "";
  position: absolute;
  background-image: url(https://foundr.com/wp-content/uploads/2023/05/section-flower11.png);
  background-size: 100% 100%;
  width: 330px;
  height: 299px;
  left: -173px;
  top: 38%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
}
@media (max-width: 575px) {
  #bottom-banner .container .row:before {
    left: -205px;
  }
}
#bottom-banner .container .row:after {
  content: "";
  position: absolute;
  background-image: url(https://foundr.com/wp-content/uploads/2023/05/section-flower22.png);
  background-size: 100% 100%;
  width: 295px;
  height: 269px;
  right: -197px;
  bottom: -38px;
  opacity: 0.6;
}
@media (max-width: 575px) {
  #bottom-banner .container .row:after {
    right: -225px;
  }
}
#bottom-banner h1 {
  position: relative;
  font-size: 103.218px;
  line-height: 78px;
  text-transform: uppercase;
  text-align: center;
  color: #ff409f;
}
@media (max-width: 991px) {
  #bottom-banner h1 {
    font-size: 90px;
    line-height: 75px;
  }
}
@media (max-width: 575px) {
  #bottom-banner h1 {
    font-size: 60px;
    line-height: 45px;
  }
}
#bottom-banner h1 span {
  font-size: 119.218px;
  line-height: 90px;
  display: block;
}
@media (max-width: 991px) {
  #bottom-banner h1 span {
    font-size: 105px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  #bottom-banner h1 span {
    font-size: 70px;
    line-height: 60px;
  }
}
#bottom-banner h2 {
  font-size: 40px;
  line-height: 34px;
  text-transform: uppercase;
  color: #ff7a12;
}
@media (max-width: 767px) {
  #bottom-banner h2 {
    margin: 20px 0;
    color: #f2d99c;
  }
}
@media (max-width: 575px) {
  #bottom-banner h2 {
    font-size: 32px;
    line-height: 26px;
  }
}
#bottom-banner img.easter-sale {
  margin: -90px 0 -60px -20px;
}
@media (max-width: 767px) {
  #bottom-banner img.easter-sale {
    margin: -20px auto -60px;
    display: block;
  }
}
#bottom-banner .content {
  position: relative;
  z-index: 1;
}
#bottom-banner .content h2,
#bottom-banner .content p {
  color: #fff;
}
#bottom-banner .content p {
  font-size: 19px;
  line-height: 27px;
}
#special-bonus {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-color: #f6f7f9;
}
@media (max-width: 767px) {
  #special-bonus {
    padding: 40px 0;
  }
}
#special-bonus .container {
  max-width: 1074px;
}
#special-bonus .bonus-content {
  padding-right: 42px;
}
@media (max-width: 1199px) {
  #special-bonus .bonus-content {
    padding-right: 0;
  }
}
#special-bonus .bonus-content h2 {
  font-size: 50px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  #special-bonus .bonus-content h2 {
    font-size: 40px;
    line-height: 34px;
  }
}
#special-bonus .bonus-content h2 span {
  color: #ff2127;
}
@media (max-width: 991px) {
  #special-bonus .bonus-content h2 br {
    display: none;
  }
}
#special-bonus .bonus-content h3 {
  position: relative;
  font-size: 40px;
  line-height: 34px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 575px) {
  #special-bonus .bonus-content h3 {
    font-size: 32px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
#special-bonus .bonus-content h3:after {
  content: "";
  position: absolute;
  width: 100%;
  border: 2px solid #ffb9b9;
  bottom: -10px;
  left: 0;
}
@media (max-width: 575px) {
  #special-bonus .bonus-content h3:after {
    width: 241px;
  }
}
#special-bonus .bonus-content h3 br {
  display: none;
}
@media (max-width: 575px) {
  #special-bonus .bonus-content h3 br {
    display: block;
  }
}
#special-bonus .bonus-content ul li {
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  position: relative;
  list-style: none;
  margin-bottom: 15px;
}
#special-bonus .bonus-content ul li:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  width: 19.85px;
  height: 16px;
  position: absolute;
  left: -30px;
  top: 2px;
}
@media (max-width: 991px) {
  #special-bonus .bonus-image.desktop {
    display: none;
  }
}
#special-bonus .bonus-image.mobile {
  display: none;
}
@media (max-width: 991px) {
  #special-bonus .bonus-image.mobile {
    display: block;
  }
}
#special-bonus .bonus-image.design {
  position: relative;
}
#special-bonus .bonus-image.design:before {
  content: "";
  position: absolute;
  width: 3235px;
  height: 931px;
  bottom: -100%;
  left: 100%;
  z-index: -1;
  -webkit-transform: translateX(-47%);
  transform: translateX(-47%);
}
@media (max-width: 991px) {
  #special-bonus .bonus-image.design:before {
    content: none;
  }
}
#special-bonus .bonus-image img {
  width: 685px;
  -webkit-transform: translate(-34%, 5%);
  transform: translate(-34%, 5%);
}
@media (max-width: 991px) {
  #special-bonus .bonus-image img {
    width: 390.15px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    margin: -10px auto 10px;
    display: block;
  }
}
#special-bonus .meta-content {
  margin-top: 50px;
}
@media (max-width: 991px) {
  #special-bonus .meta-content {
    margin-top: 25px;
  }
}
.scroll-info {
  padding: 15px 0 80px;
  text-align: center;
  position: relative;
}
.scroll-info:after {
  content: "";
  position: absolute;
  width: 165px;
  height: 165px;
  background: #ffb9b9;
  border-radius: 50%;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .scroll-info:after {
    top: 10%;
  }
}
.scroll-info p {
  font-family: Roboto bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.24em;
  color: #fff;
  margin-bottom: 10px;
}
.scroll-info .arrow-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.scroll-info .arrow-down img {
  -webkit-animation: downArrowAnimate 1s linear infinite normal;
  animation: downArrowAnimate 1s linear infinite normal;
}
.scroll-info .arrow-down img:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  opacity: 0.7;
}
.scroll-info .arrow-down img:nth-child(3) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  opacity: 0.5;
}
.hello-bar {
  display: block;
  width: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 15px 20px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hello-bar .hello-bar-wrapper {
  max-width: 1074px;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1454px) {
  .hello-bar .hello-bar-wrapper {
    background: rgba(5, 16, 80, 0.34901960784313724);
  }
}
.hello-bar .hello-bar-wrapper h3 {
  font-size: 34.7581px;
  line-height: 34px;
  font-size: clamp(20px, 5vw, 34.7581px);
  line-height: clamp(20px, 5vw, 34px);
  color: #fb1f40;
}
.hello-bar .hello-bar-wrapper h3,
.hello-bar .hello-bar-wrapper h4 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.hello-bar .hello-bar-wrapper h4 {
  font-size: 23.5786px;
  line-height: 23px;
  font-size: clamp(16px, 5vw, 20px);
  line-height: clamp(18px, 5vw, 20px);
  color: #fff;
}
.hello-bar .hello-bar-wrapper h4 .highlight-text {
  color: #fb1f40;
}
@media (min-width: 350px) {
  .hello-bar .hello-bar-wrapper h4 .highlight {
    position: relative;
  }
  .hello-bar .hello-bar-wrapper h4 .highlight:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 1px solid #fb1f40;
    left: 0;
  }
}
.hello-bar .hello-bar-wrapper > :nth-child(2) .btn {
  font-weight: 700;
  font-size: 23.2727px;
  line-height: 25px;
  padding: 18px 10px 13px !important;
  height: auto;
  width: 325px;
}
.hello-bar .hello-bar-wrapper > :nth-child(2) .btn:after {
  width: 11px;
  height: 31px;
}
.hello-bar .hello-bar-wrapper > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.foundr-mac .navbar .timer .title {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .foundr-mac .navbar .timer .title {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .foundr-mac .navbar .timer ul li span {
    margin-bottom: 5px;
  }
}
/*  */
.foundr-mac .offer-bar {
  padding-top: 10px;
}
.foundr-mac #top-banner .banner-content h3 {
  margin-bottom: 20px;
}
.offer-bar {
  background-color: #ff7a12;
}
@media (min-width: 992px) {
  .offer-bar {
    display: none;
  }
}
.offer-bar h3 {
  font-size: 30px;
  line-height: 27px;
  color: #fff;
  font-family: Helvetica Neue LT Std 57;
  padding: 15px 0;
  margin: 0;
}
.offer-bar h3 strong {
  font-family: Helvetica Neue LT Std;
}
@media (max-width: 358px) {
  .foundr-mac #top-banner h1 {
    line-height: 50px !important;
  }
}
#top-banner {
  z-index: 9;
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
  top: -130px;
}
@media (max-width: 991px) {
  #top-banner {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  #top-banner {
    padding-top: 20px;
    margin-top: -5px;
  }
}
@media (max-width: 575px) {
  #top-banner {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
#top-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
      224.27deg,
      hsla(0, 0%, 67.5%, 0.23) 41.98%,
      rgba(195, 197, 215, 0.23) 45.25%,
      rgba(247, 215, 136, 0.23) 51.7%,
      rgba(26, 30, 67, 0) 56.19%
    ),
    linear-gradient(
      101.78deg,
      rgba(233, 189, 73, 0.53) 18.92%,
      hsla(0, 0%, 99.6%, 0) 55.88%
    ),
    hsla(0, 0%, 100%, 0.33);
  -webkit-filter: blur(400px);
  filter: blur(400px);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
@media (max-width: 767px) {
  #top-banner:after {
    content: none;
  }
}
#top-banner .large-circle {
  width: 1236px;
  height: 1236px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -390px;
  opacity: 0.6;
  z-index: 1;
}
#top-banner .large-circle:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 139px solid #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  #top-banner .large-circle {
    display: none;
  }
}
@media (min-width: 768px) {
  #top-banner .large-circle {
    -webkit-animation-name: rotate_left;
    animation-name: rotate_left;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
  }
}
#top-banner .container {
  position: relative;
  z-index: 3;
}
#top-banner .banner-header {
  display: none;
}
#top-banner .banner-header .foundr-brand img {
  max-width: 125px;
}
#top-banner .banner-content {
  margin-top: 0;
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media (max-width: 991px) {
  #top-banner .banner-content {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  #top-banner .banner-content {
    margin-top: 10px;
  }
}
#top-banner .banner-content h1,
#top-banner .banner-content h2,
#top-banner .banner-content h3 {
  text-transform: uppercase;
}
#top-banner .banner-content h3 {
  font-family: Roboto bold;
  font-size: 13.1455px;
  line-height: 21px;
  letter-spacing: 0.24em;
  margin-bottom: 15px;
  color: #212121;
  font-display: swap;
}
@media (max-width: 767px) {
  #top-banner .banner-content h3 {
    font-size: calc(4.69287px + 1.4742vw);
    line-height: calc(10.46192px + 0.9828vw);
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
@media (min-width: 380px) {
  #top-banner .banner-content h3 br.mobile-break {
    display: none;
  }
}
@media (max-width: 575px) {
  #top-banner .banner-content h3 {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 336px) {
  #top-banner .banner-content h3 {
    font-size: 10px;
    line-height: 12px;
  }
}
#top-banner .banner-content h2 {
  font-size: 60px;
  line-height: 48px;
  margin-bottom: 30px;
  color: #0f1214;
  text-transform: uppercase;
  padding: 0;
  font-display: swap;
}
@media (max-width: 1400px) {
  #top-banner .banner-content h2 {
    font-size: calc(18.26923px + 2.98077vw);
    line-height: calc(12.92308px + 3.07692vw);
  }
}
@media (max-width: 991px) {
  #top-banner .banner-content h2 {
    padding: 0 55px;
  }
}
@media (max-width: 767px) {
  #top-banner .banner-content h2 {
    letter-spacing: 0;
    font-size: calc(11.38575px + 2.9484vw);
    line-height: calc(18.92383px + 1.9656vw);
    margin-bottom: 15px;
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  #top-banner .banner-content h2 {
    font-size: 34px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    color: #0f1214;
    margin-bottom: 15px;
    padding: 0;
  }
}
@media (max-width: 336px) {
  #top-banner .banner-content h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
#top-banner .banner-content h2 .helvetica-text-wrapper {
  line-height: 0.85em;
}
#top-banner .banner-content h5 {
  font-family: Helvetica Neue LT Std 47;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #0f1214;
  font-display: swap;
}
#top-banner .banner-content h5 span.bg-strong {
  font-family: Helvetica Neue LT Std;
}
@media (max-width: 575px) {
  #top-banner .banner-content h5 span.bg-strong {
    font-family: Helvetica Neue LT Std 57;
  }
}
@media (max-width: 991px) {
  #top-banner .banner-content h5 {
    text-align: center;
    padding: 0 55px;
  }
}
#top-banner .banner-content h5.mobile-mini {
  font-family: Helvetica Neue LT Std 47;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #000;
  padding: 30px 20px 0;
}
#top-banner .banner-content h1 {
  font-size: 60px;
  line-height: 60px;
  color: #ff7a12;
  letter-spacing: -2.5px;
  font-display: swap;
}
@media (max-width: 1400px) {
  #top-banner .banner-content h1 {
    font-size: calc(18.26923px + 2.98077vw);
    line-height: calc(16.92308px + 3.07692vw);
  }
}
@media (max-width: 767px) {
  #top-banner .banner-content h1 {
    letter-spacing: 0;
    font-size: calc(11.38575px + 2.9484vw);
    line-height: calc(18.92383px + 1.9656vw);
    margin: 0;
  }
}
@media (max-width: 336px) {
  #top-banner .banner-content h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
#top-banner .banner-content .video-frame {
  margin-top: 30px;
  position: relative;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #top-banner .banner-content .video-frame {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  #top-banner .banner-content .video-frame {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  #top-banner .banner-content .video-frame {
    margin-top: 15px;
  }
}
#top-banner .banner-content .video-frame:before {
  content: "";
  position: absolute;
  top: 27px;
  left: -57px;
  width: 679.1px;
  height: 370.12px;
  background: #ff7a12;
}
@media (max-width: 991px) {
  #top-banner .banner-content .video-frame:before {
    width: 95%;
    height: 89%;
    top: 57%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  #top-banner .banner-content .video-frame:before {
    top: 58%;
    left: 44%;
  }
}
@media (max-width: 575px) {
  #top-banner .banner-content .video-frame:before {
    width: 97%;
    height: 90%;
    top: 168px;
    left: 248px;
  }
}
@media (max-width: 565px) {
  #top-banner .banner-content .video-frame:before {
    width: 99%;
    height: 88%;
  }
}
@media (max-width: 530px) {
  #top-banner .banner-content .video-frame:before {
    width: 95%;
    top: 160px;
    left: 220px;
  }
}
@media (max-width: 510px) {
  #top-banner .banner-content .video-frame:before {
    top: 58%;
    left: 45%;
  }
}
@media (max-width: 380px) {
  #top-banner .banner-content .video-frame:before {
    width: 97%;
    height: 91%;
    top: 100px;
    left: 148px;
  }
}
#top-banner .banner-content .video-frame .video-thumb {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  #top-banner .banner-content .video-frame .video-thumb {
    background: none;
  }
}
@media (max-width: 767px) {
  #top-banner .banner-content .video-frame .video-thumb {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 565px) {
  #top-banner .banner-content .video-frame .video-thumb {
    left: -3px;
  }
}
@media (max-width: 550px) {
  #top-banner .banner-content .video-frame .video-thumb {
    left: 6px;
  }
}
@media (max-width: 530px) {
  #top-banner .banner-content .video-frame .video-thumb {
    left: 0;
  }
}
#top-banner .banner-content .video-frame .video-thumb:before {
  content: "";
  background: #616161;
  mix-blend-mode: multiply;
  opacity: 0.35;
  position: absolute;
  width: 706.1px;
  height: 383.98px;
  top: 192px;
  left: 308px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 991px) {
  #top-banner .banner-content .video-frame .video-thumb:before {
    width: 100%;
    height: 97%;
    left: 50%;
    top: 49%;
  }
}
@media (max-width: 575px) {
  #top-banner .banner-content .video-frame .video-thumb:before {
    width: 99%;
    height: 98%;
    top: 49%;
    left: 50%;
  }
}
@media (max-width: 380px) {
  #top-banner .banner-content .video-frame .video-thumb:before {
    width: 100%;
    height: 97%;
    top: 49%;
    left: 161px;
  }
}
#top-banner .banner-content .video-frame .video-thumb .desktop-thumbnail img {
  position: absolute;
  top: 0;
  left: -45px;
  width: 706.1px;
  height: 384.12px;
  -webkit-filter: drop-shadow(11px 14px 56px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(11px 14px 56px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991px) {
  #top-banner .banner-content .video-frame .video-thumb .desktop-thumbnail img {
    width: 100%;
    height: 97%;
    left: 0;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  #top-banner .banner-content .video-frame .video-thumb .desktop-thumbnail img {
    left: 3px;
    width: 99%;
    height: 97%;
    top: 1px;
  }
}
@media (max-width: 380px) {
  #top-banner .banner-content .video-frame .video-thumb .desktop-thumbnail img {
    width: 100%;
    height: 97%;
    left: 1px;
  }
}
#top-banner .banner-content .video-frame .video-thumb .mobile-thumbnail {
  display: none;
}
#top-banner .banner-content .video-frame .video-thumb .mobile-thumbnail img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -60px;
  height: 120%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 550px) {
  #top-banner .banner-content .video-frame .video-thumb .mobile-thumbnail img {
    margin-top: -57px;
  }
}
@media (max-width: 500px) {
  #top-banner .banner-content .video-frame .video-thumb .mobile-thumbnail img {
    margin-top: -52px;
  }
}
@media (max-width: 480px) {
  #top-banner .banner-content .video-frame .video-thumb .mobile-thumbnail img {
    margin-top: -49px;
  }
}
@media (max-width: 465px) {
  #top-banner .banner-content .video-frame .video-thumb .mobile-thumbnail img {
    margin-top: -46px;
  }
}
@media (max-width: 431px) {
  #top-banner .banner-content .video-frame .video-thumb .mobile-thumbnail img {
    margin-top: -42px;
  }
}
@media (max-width: 395px) {
  #top-banner .banner-content .video-frame .video-thumb .mobile-thumbnail img {
    margin-top: -38px;
  }
}
@media (max-width: 370px) {
  #top-banner .banner-content .video-frame .video-thumb .mobile-thumbnail img {
    margin-top: -35px;
  }
}
#top-banner .banner-content .video-frame .video-iframe-tag {
  display: none;
}
@media (max-width: 550px) {
  #top-banner .banner-content .video-frame .video-iframe-tag {
    left: 10px;
  }
}
@media (max-width: 530px) {
  #top-banner .banner-content .video-frame .video-iframe-tag {
    left: 0;
  }
}
#top-banner .banner-content .video-frame .video-iframe-tag iframe {
  top: 0;
  left: -45px;
  width: 706.1px;
  height: 397.98px;
}
@media (max-width: 991px) {
  #top-banner .banner-content .video-frame .video-iframe-tag iframe {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  #top-banner .banner-content .video-frame .video-iframe-tag iframe {
    width: 100%;
    height: 100%;
  }
}
#top-banner .banner-content .video-frame .play-button {
  top: 55%;
}
@media (max-width: 1199px) {
  #top-banner .banner-content .video-frame .play-button {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  #top-banner .banner-content .video-frame .play-button {
    width: 300px;
    height: 300px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  #top-banner .banner-content .video-frame .play-button {
    width: 250px;
    height: 250px;
    top: 50%;
  }
}
@media (max-width: 575px) {
  #top-banner .banner-content .video-frame .play-button {
    width: 250px;
    height: 250px;
    top: 50%;
  }
}
@media (max-width: 400px) {
  #top-banner .banner-content .video-frame .play-button {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 380px) {
  #top-banner .banner-content .video-frame .play-button {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1199px) {
  #top-banner .banner-content .video-frame .play-button:after {
    border-left: 55px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  #top-banner .banner-content .video-frame .play-button:after {
    border-left: 110px solid #fff;
    border-top: 65px solid transparent;
    border-bottom: 65px solid transparent;
    margin-left: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #top-banner .banner-content .video-frame .play-button:after {
    border-left: 90px solid #fff;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    margin-left: 35px;
  }
}
@media (max-width: 575px) {
  #top-banner .banner-content .video-frame .play-button:after {
    border-left: 100px solid #fff;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
  }
}
@media (max-width: 400px) {
  #top-banner .banner-content .video-frame .play-button:after {
    border-left: 60px solid #fff;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    margin-left: 20px;
  }
}
#top-banner
  .banner-content
  .video-frame.floating-video-wrapper
  .floating-stick-video {
  top: 68px;
  right: 10px;
}
@media (max-width: 575px) {
  #top-banner
    .banner-content
    .video-frame.floating-video-wrapper
    .floating-stick-video {
    display: none;
  }
}
@media (max-width: 991px) {
  #top-banner
    .banner-content
    .video-frame.floating-video-wrapper
    .floating-stick-video {
    top: 100px;
  }
}
#top-banner
  .banner-content
  .video-frame.floating-video-wrapper
  .floating-stick-video
  .video-thumb:before {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
}
#top-banner
  .banner-content
  .video-frame.floating-video-wrapper
  .floating-stick-video
  .desktop-thumbnail
  img {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#top-banner
  .banner-content
  .video-frame.floating-video-wrapper
  .floating-stick-video
  .video-iframe-tag
  iframe {
  width: 100%;
  height: 100%;
  left: 0;
}
#top-banner
  .banner-content
  .video-frame.floating-video-wrapper
  .floating-stick-video
  button.play-button {
  width: 86px;
  height: 86px;
  top: 50%;
}
#top-banner
  .banner-content
  .video-frame.floating-video-wrapper
  .floating-stick-video
  button.play-button:after {
  border-left: 35px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-left: 10px;
}
#top-banner
  .banner-content
  .video-frame.floating-video-wrapper
  .floating-stick-video
  button.floating-video-close {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: hsla(0, 0%, 76.9%, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  z-index: 5;
}
#top-banner
  .banner-content
  .video-frame.floating-video-wrapper
  .floating-stick-video
  button.floating-video-close
  i {
  color: #1d1d1d;
}
#top-banner .banner-content .meta-content {
  margin-top: 80px;
}
@media (max-width: 575px) {
  #top-banner .banner-content .meta-content {
    margin-top: 45px;
  }
}
#top-banner .banner-content .meta-content .btn.btn-primary {
  width: calc(min(90vw, 398px));
  padding: 0;
  height: 97px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  #top-banner .banner-content .meta-content .btn.btn-primary {
    height: 70.73px;
  }
}
#top-banner .banner-content .meta-content .btn.btn-primary:after {
  width: 10px !important;
  height: 38px;
  right: 0;
}
@media (max-width: 575px) {
  #top-banner .banner-content .meta-content .btn.btn-primary:after {
    width: 8px !important;
    height: 27.92px;
    right: 3px;
    background-size: 100%;
  }
}
@media (max-width: 575px) {
  #top-banner .banner-content .meta-content .btn.btn-primary span {
    font-size: 17px;
    line-height: 17px;
  }
}
#top-banner .banner-content .meta-content .scroll-down {
  margin-top: 40px;
}
#top-banner .banner-content .meta-content .scroll-down span {
  font-family: Roboto bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #717272;
}
#top-banner .banner-content .meta-content .scroll-down .arrow-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
#top-banner .banner-content .meta-content .scroll-down .arrow-down svg {
  width: 20px;
  -webkit-animation: downArrowAnimate 1s linear infinite normal;
  animation: downArrowAnimate 1s linear infinite normal;
}
#top-banner
  .banner-content
  .meta-content
  .scroll-down
  .arrow-down
  svg:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#top-banner
  .banner-content
  .meta-content
  .scroll-down
  .arrow-down
  svg:nth-child(2)
  polygon {
  opacity: 0.7;
}
#top-banner
  .banner-content
  .meta-content
  .scroll-down
  .arrow-down
  svg:nth-child(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#top-banner
  .banner-content
  .meta-content
  .scroll-down
  .arrow-down
  svg:nth-child(3)
  polygon {
  opacity: 0.5;
}
#top-banner .banner-content .meta-content .scroll-down .arrow-down svg polygon {
  fill: #717272;
}
@media (max-width: 575px) {
  #top-banner .banner-content .meta-content .scroll-down {
    margin-top: 35px;
  }
}
#top-banner .mobile-btn-wrap {
  display: none;
}
@media (max-width: 575px) {
  #top-banner .meta-content.mobile-btn-wrap {
    display: block;
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
  }
  #top-banner .meta-content.mobile-btn-wrap .btn.btn-primary {
    border-radius: 0;
    width: 100vw;
    font-size: 20px;
    height: 50px;
  }
  #top-banner .meta-content.mobile-btn-wrap .btn.btn-primary:before {
    content: none;
  }
}
#logos {
  padding: 25px 0 30px;
}
@media (max-width: 991px) {
  #logos {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #logos {
    margin-top: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  #logos {
    display: none;
    margin-top: 25px;
  }
}
#logos .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#logos .container .logos-wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #fefefe;
  border: 10px solid #fff;
  -webkit-filter: drop-shadow(0 8px 31px rgba(17, 17, 17, 0.09));
  filter: drop-shadow(0 8px 31px rgba(17, 17, 17, 0.09));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 25px 35px 15px;
}
@media (max-width: 991px) {
  #logos .container .logos-wrapper {
    padding: 25px 20px 15px;
  }
}
#logos .container .logos-wrapper .receipts-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#logos .container .logos-wrapper .receipts-logos .logos-title {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 20.679px;
  line-height: 19px;
  text-transform: uppercase;
  text-align: left !important;
  color: #000;
  padding-top: 10px;
}
@media (max-width: 575px) {
  #logos .container .logos-wrapper .receipts-logos .logos-title {
    text-transform: uppercase;
  }
}
#logos .container .logos-wrapper .receipts-logos ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 1399px) {
  #logos .container .logos-wrapper .receipts-logos ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  #logos .container .logos-wrapper .receipts-logos ul {
    padding: 5px 0 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #logos .container .logos-wrapper .receipts-logos ul {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
#logos .container .logos-wrapper .receipts-logos ul li {
  font-size: 16px;
  font-family: Helvetica Neue LT Std;
  color: #bfbfbf;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 33px;
}
@media (max-width: 575px) {
  #logos .container .logos-wrapper .receipts-logos ul li {
    width: 33.33%;
  }
}
#logos .container .logos-wrapper .receipts-logos ul li img {
  width: 100%;
  height: auto;
}
#logos .container .logos-wrapper .receipts-logos ul li:first-child img {
  width: 43px;
}
#logos .container .logos-wrapper .receipts-logos ul li:nth-child(2) img {
  width: 59px;
}
#logos .container .logos-wrapper .receipts-logos ul li:nth-child(3) img {
  width: 66px;
}
#logos .container .logos-wrapper .receipts-logos ul li:nth-child(4) img {
  width: 123px;
}
#logos .container .logos-wrapper .receipts-logos ul li:last-child img {
  width: 84px;
}
#logos .container .logos-wrapper .line {
  border-bottom: 1px solid #dadada;
  padding: 0;
}
#logos .container .logos-wrapper .featured-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  #logos .container .logos-wrapper .featured-logos {
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #logos .container .logos-wrapper .featured-logos {
    padding-top: 40px;
  }
}
#logos .container .logos-wrapper .featured-logos .logos-title {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 20.679px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  margin-left: 15px;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  #logos .container .logos-wrapper .featured-logos .logos-title {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  #logos .container .logos-wrapper .featured-logos .logos-title {
    text-transform: uppercase;
  }
}
#logos .container .logos-wrapper .featured-logos ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 60px;
  padding: 20px 0;
}
@media (max-width: 1399px) {
  #logos .container .logos-wrapper .featured-logos ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  #logos .container .logos-wrapper .featured-logos ul {
    margin-left: 9px;
  }
}
@media (max-width: 991px) {
  #logos .container .logos-wrapper .featured-logos ul {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #logos .container .logos-wrapper .featured-logos ul {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 0;
  }
}
#logos .container .logos-wrapper .featured-logos ul li {
  font-size: 16px;
  font-family: Helvetica Neue LT Std;
  color: #bfbfbf;
  padding: 20px 44px;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  #logos .container .logos-wrapper .featured-logos ul li {
    padding: 20px 25px;
  }
}
@media (max-width: 575px) {
  #logos .container .logos-wrapper .featured-logos ul li {
    width: 33.33%;
  }
}
#logos .container .logos-wrapper .featured-logos ul li img {
  width: 100%;
  height: auto;
}
#logos .container .logos-wrapper .featured-logos ul li:first-child img {
  width: 76.9px;
}
#logos .container .logos-wrapper .featured-logos ul li:nth-child(2) img {
  width: 89px;
}
#logos .container .logos-wrapper .featured-logos ul li:nth-child(3) img {
  width: 114px;
}
#logos .container .logos-wrapper .featured-logos ul li:nth-child(4) img {
  width: 99px;
}
#logos .container .logos-wrapper .featured-logos ul li:last-child img {
  width: 90px;
}
#mobile-logos {
  display: none;
}
@media (max-width: 575px) {
  #mobile-logos {
    display: block;
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  #mobile-logos .container {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  #mobile-logos .container .mobile-logos-wrapper .mobile-receipts-logos header {
    padding: 0 55px;
  }
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  header
  h3 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 30px;
  line-height: 29px;
  text-transform: uppercase;
  color: #717272;
}
@media (max-width: 575px) {
  #mobile-logos
    .container
    .mobile-logos-wrapper
    .mobile-receipts-logos
    header
    h3 {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body {
  background: #fff;
  -webkit-box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px #a6abbd;
  box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px #a6abbd;
  border-radius: 30px;
  padding: 20px 5px 10px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  #mobile-logos
    .container
    .mobile-logos-wrapper
    .mobile-receipts-logos
    .mobile-receipts-body {
    margin-top: 15px;
    padding-bottom: 5px;
  }
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  #mobile-logos
    .container
    .mobile-logos-wrapper
    .mobile-receipts-logos
    .mobile-receipts-body
    ul.list-inline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item {
  padding: 10px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item
  img {
  width: 100%;
  height: auto;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:first-child
  img {
  width: 44.58px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:nth-child(2)
  img {
  width: 49px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:nth-child(3)
  img {
  width: 94px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:nth-child(4)
  img {
  width: 65.66px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:last-child
  img {
  width: 45.9px;
}
#mobile-logos .container .mobile-logos-wrapper .mobile-featured-logos {
  margin-top: 30px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  header
  h3 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 30px;
  line-height: 29px;
  text-transform: uppercase;
  color: #717272;
}
@media (max-width: 575px) {
  #mobile-logos
    .container
    .mobile-logos-wrapper
    .mobile-featured-logos
    header
    h3 {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body {
  background: #fff;
  -webkit-box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px #a6abbd;
  box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px #a6abbd;
  border-radius: 30px;
  padding: 20px 5px 10px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  #mobile-logos
    .container
    .mobile-logos-wrapper
    .mobile-featured-logos
    .mobile-featured-body {
    margin-top: 25px;
    padding-bottom: 1px;
  }
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  #mobile-logos
    .container
    .mobile-logos-wrapper
    .mobile-featured-logos
    .mobile-featured-body
    ul.list-inline {
    margin-bottom: 10px;
  }
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item {
  padding: 10px;
}
@media (max-width: 575px) {
  #mobile-logos
    .container
    .mobile-logos-wrapper
    .mobile-featured-logos
    .mobile-featured-body
    ul.list-inline
    li.list-inline-item {
    padding: 8px;
  }
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item
  img {
  width: 100%;
  height: auto;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:first-child
  img {
  width: 55.58px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:nth-child(2)
  img {
  width: 67px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:nth-child(3)
  img {
  width: 80px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:nth-child(4)
  img {
  width: 77px;
}
#mobile-logos
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:last-child
  img {
  width: 63px;
}
section.proven-section {
  position: relative;
  top: -120px;
}
@media (max-width: 1199px) {
  section.proven-section {
    z-index: -1;
  }
}
@media (max-width: 767px) {
  section.proven-section {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  section.proven-section {
    margin-top: 40px;
  }
}
section.proven-section:before {
  content: "";
  position: absolute;
  background: linear-gradient(
      224.27deg,
      hsla(0, 0%, 67.5%, 0.23) 41.98%,
      rgba(195, 197, 215, 0.23) 45.25%,
      rgba(255, 246, 224, 0.23) 51.7%,
      rgba(26, 30, 67, 0) 56.19%
    ),
    linear-gradient(
      101.78deg,
      rgba(255, 232, 172, 0.53) 18.92%,
      hsla(0, 0%, 99.6%, 0) 55.88%
    ),
    hsla(0, 0%, 100%, 0.33);
  -webkit-filter: blur(400px);
  filter: blur(400px);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 100%;
  height: 70%;
  bottom: 220px;
  top: 130px;
  right: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  section.proven-section .container {
    padding: 0;
  }
}
section.proven-section .container .proven-wrapper header.mobile-mini {
  max-width: 744px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 45px 30px;
}
@media (max-width: 380px) {
  section.proven-section .container .proven-wrapper header.mobile-mini {
    max-width: 100%;
    width: 343px;
    padding: 23px 25px;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.15);
    position: relative;
  }
}
section.proven-section .container .proven-wrapper header.mobile-mini h2 {
  font-size: 40px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0f1214;
  margin-bottom: 0;
}
section.proven-section
  .container
  .proven-wrapper
  header.mobile-mini
  h2
  span.orange-color {
  color: #ff7a12;
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper header.mobile-mini h2 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    color: #000;
  }
}
section.proven-section
  .container
  .proven-wrapper
  header.mobile-mini
  .helvetica-text-wrapper {
  line-height: inherit;
}
section.proven-section .container .proven-wrapper .proven-first {
  max-width: 745px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-first {
    max-width: 100%;
    width: 100%;
    padding: 0 20px 35px;
    position: relative;
    z-index: -2;
  }
}
@media (max-width: 380px) {
  section.proven-section .container .proven-wrapper .proven-first {
    max-width: 100%;
    width: 328px;
    padding: 0 0 35px;
  }
}
section.proven-section .container .proven-wrapper .proven-first header {
  max-width: 744px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 45px 30px;
}
@media (max-width: 380px) {
  section.proven-section .container .proven-wrapper .proven-first header {
    max-width: 343px;
    padding: 23px 20px;
  }
}
section.proven-section .container .proven-wrapper .proven-first header h2 {
  font-size: 40px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0f1214;
  margin-bottom: 0;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-first
  header
  h2
  .helvetica-text-wrapper {
  line-height: inherit;
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-first header h2 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    color: #000;
  }
}
section.proven-section .container .proven-wrapper .proven-first .proven-desc {
  max-width: 528px;
  margin: -25px auto 0;
  padding-top: 50px;
}
@media (min-width: 576px) and (max-width: 767px) {
  section.proven-section .container .proven-wrapper .proven-first .proven-desc {
    padding: 50px 30px 0;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-first .proven-desc {
    max-width: 100%;
  }
}
@media (max-width: 380px) {
  section.proven-section .container .proven-wrapper .proven-first .proven-desc {
    max-width: 100%;
    width: 305px;
  }
}
section.proven-section .container .proven-wrapper .proven-first .proven-desc p {
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-first
    .proven-desc
    p {
    margin-bottom: 12px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-first
  .proven-desc
  p
  strong {
  color: #0f1214;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-first
  .proven-screenshots {
  margin: 60px 0 30px;
}
@media (max-width: 767px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-first
    .proven-screenshots {
    margin: 40px 0 15px;
  }
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-first
    .proven-screenshots {
    margin: 15px 0 -60px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-first
  .proven-screenshots
  .proven-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-first
    .proven-screenshots
    .proven-image
    figure {
    margin-bottom: 0;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-first
  .proven-screenshots
  .proven-image
  figure:first-child
  img {
  width: 278.8px;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-first
  .proven-screenshots
  .proven-image
  figure:last-child
  img {
  width: 281.19px;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-first
  .proven-screenshots
  .proven-screenshots-caption {
  max-width: 352.55px;
  margin: 10px auto 0;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-first
    .proven-screenshots
    .proven-screenshots-caption {
    max-width: 100%;
    width: 225px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-first
  .proven-screenshots
  .proven-screenshots-caption
  p {
  font-family: Roboto Regular;
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f;
}
section.proven-section .container .proven-wrapper .proven-first.last-para {
  margin-top: -30px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  section.proven-section .container .proven-wrapper .proven-first.last-para {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-first.last-para {
    padding-bottom: 65px;
    padding-top: 35px;
  }
}
section.proven-section .container .proven-wrapper .proven-second {
  max-width: 832px;
  margin: -30px auto 0;
  background: #fff;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 100px 25px;
  position: relative;
}
@media (max-width: 991px) {
  section.proven-section .container .proven-wrapper .proven-second {
    padding: 50px 35px 10px;
  }
}
@media (max-width: 767px) {
  section.proven-section .container .proven-wrapper .proven-second {
    padding: 50px 10px 10px;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-second {
    padding: 50px 0 10px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-image {
  margin-top: -35px;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-image
  figure {
  margin-bottom: 10px;
  position: relative;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-image
  figure:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  width: 235px;
  height: 231px;
  background-size: 100%;
  position: absolute;
  top: 25px;
  left: -100px;
}
.has-webp-support
  section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-image
  figure:after {
  background-image: url(../images/justin-miller-quote.webp);
}
.no-webp-support
  section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-image
  figure:after {
  background-image: url(../images/justin-miller-quote.png);
}
section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-image
  figure
  img {
  width: 134.23px;
  margin-left: 15px;
  border-radius: 50%;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-image
  .image-caption
  h5 {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #0f1214;
  margin-bottom: 0;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-image
  .image-caption
  h5.author-name {
  font-family: Helvetica Neue LT Std;
  margin-bottom: 4px;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-image
  .image-caption
  h5.author-designation {
  font-family: Helvetica Neue LT Std 47;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-desc {
  width: 70%;
  padding: 0 70px 0 15px;
}
@media (max-width: 991px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-second
    .proven-sec-desc {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-second
    .proven-sec-desc {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-second
    .proven-sec-desc {
    padding: 15px 15px 0;
    width: 100%;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-second
  .proven-sec-desc
  p {
  font-family: Roboto Regular;
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-second
    .proven-sec-desc
    p {
    margin-bottom: 10px;
  }
}
section.proven-section .container .proven-wrapper .proven-third {
  max-width: 1088px;
  margin: 15px auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  section.proven-section .container .proven-wrapper .proven-third {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-third {
    margin: -50px auto 0;
  }
}
section.proven-section .container .proven-wrapper .proven-third header {
  padding: 0 155px;
  position: relative;
}
@media (max-width: 1199px) {
  section.proven-section .container .proven-wrapper .proven-third header {
    padding: 0 70px;
  }
}
@media (max-width: 991px) {
  section.proven-section .container .proven-wrapper .proven-third header {
    padding: 0;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-third header {
    background: linear-gradient(61.05deg, #ff7512 14.13%, #ea3600 62.24%);
    border-radius: 23px;
    width: 276.97px;
    margin: 0 auto;
    padding: 25px 35px 20px;
  }
}
section.proven-section .container .proven-wrapper .proven-third header:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 1088px;
  height: 275.76px;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.has-webp-support
  section.proven-section
  .container
  .proven-wrapper
  .proven-third
  header:before {
  background-image: url(../images/business-bg.webp);
}
.no-webp-support
  section.proven-section
  .container
  .proven-wrapper
  .proven-third
  header:before {
  background-image: url(../images/business-bg.png);
}
@media (max-width: 991px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-third
    header:before {
    width: 790px;
    height: 247px;
  }
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-third
    header:before {
    content: none;
  }
}
section.proven-section .container .proven-wrapper .proven-third header:after {
  content: none;
  width: 96px;
  height: 96px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -2;
  bottom: -65px;
  background: #fc6b10;
  border-radius: 2px;
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-third header:after {
    content: "";
  }
}
section.proven-section .container .proven-wrapper .proven-third header h1 {
  font-size: 80px;
  line-height: 72px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 8px;
}
@media (max-width: 991px) {
  section.proven-section .container .proven-wrapper .proven-third header h1 {
    font-size: 60px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  section.proven-section .container .proven-wrapper .proven-third header h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-third header h1 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-third
  header
  h1
  .helvetica-text-wrapper {
  line-height: 0.85em;
}
section.proven-section .container .proven-wrapper .card-box-image {
  text-align: center;
  margin-top: 100px;
  position: relative;
}
section.proven-section .container .proven-wrapper .card-box-image:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  width: 810px;
  height: 810px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support
  section.proven-section
  .container
  .proven-wrapper
  .card-box-image:before {
  background-image: url(../images/amazon-circle.webp);
}
.no-webp-support
  section.proven-section
  .container
  .proven-wrapper
  .card-box-image:before {
  background-image: url(../images/amazon-circle.png);
}
@media (max-width: 767px) {
  section.proven-section .container .proven-wrapper .card-box-image:before {
    z-index: -1;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .card-box-image:before {
    background-image: none !important;
    position: absolute;
    width: 330px;
    height: 332.56px;
    background: #fff;
    border-radius: 50%;
    top: 58%;
    z-index: -1;
  }
}
section.proven-section .container .proven-wrapper .card-box-image:after {
  content: none;
  position: absolute;
  width: 102%;
  height: 100%;
  background: #fff;
  top: 170px;
  left: -4px;
  z-index: -1;
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .card-box-image:after {
    content: "";
  }
}
section.proven-section .container .proven-wrapper .card-box-image figure img {
  width: 598px;
}
@media (max-width: 767px) {
  section.proven-section .container .proven-wrapper .card-box-image figure img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .card-box-image figure img {
    width: 293px;
    margin: -158px auto 0;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .card-box-image
  .card-box-text {
  max-width: 590.34px;
  margin: -80px auto 0;
  padding: 20px 50px 10px;
  background: #fff;
  -webkit-box-shadow: 0 16px 33px rgba(0, 0, 0, 0.09);
  box-shadow: 0 16px 33px rgba(0, 0, 0, 0.09);
  border-radius: 47px;
  position: relative;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .card-box-image
    .card-box-text {
    width: 100%;
    margin: -20px auto 0;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 18px 40px 20px;
  }
}
@media (max-width: 380px) {
  section.proven-section
    .container
    .proven-wrapper
    .card-box-image
    .card-box-text {
    width: 315px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .card-box-image
  .card-box-text
  h2 {
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .card-box-image
    .card-box-text
    h2 {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.005em;
    color: #000;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .card-box-image
  .card-box-text
  h2
  .helvetica-text-wrapper {
  line-height: 0.85em;
}
section.proven-section
  .container
  .proven-wrapper
  .card-box-image
  .card-box-text
  h2
  .helvetica-text {
  bottom: -0.15em;
}
section.proven-section .container .proven-wrapper .proven-fourth {
  max-width: 918px;
  margin: 55px auto 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 68px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 68px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 15px 15px 1px;
  text-align: center;
  position: relative;
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-fourth {
    max-width: 100%;
    width: 100%;
    padding: 7px 5px;
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  section.proven-section .container .proven-wrapper .proven-fourth {
    width: 347px;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-fourth figure {
    margin: 0;
  }
}
section.proven-section .container .proven-wrapper .proven-fourth figure img {
  width: 884.52px;
  border-radius: 17.8146px;
}
@media (max-width: 991px) {
  section.proven-section .container .proven-wrapper .proven-fourth figure img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-fourth figure img {
    width: 100%;
    border-radius: 10.5893px;
  }
}
@media (max-width: 380px) {
  section.proven-section .container .proven-wrapper .proven-fourth figure img {
    width: 337.97px;
  }
}
section.proven-section .container .proven-wrapper .proven-fifth {
  max-width: 745px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-fifth {
    padding-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
section.proven-section .container .proven-wrapper .proven-fifth .proven-desc {
  margin: -25px auto 0;
  max-width: 536px;
  padding-top: 65px;
}
@media (max-width: 767px) {
  section.proven-section .container .proven-wrapper .proven-fifth .proven-desc {
    padding: 50px 30px 0;
  }
}
@media (max-width: 575px) {
  section.proven-section .container .proven-wrapper .proven-fifth .proven-desc {
    max-width: 100%;
    padding: 40px 20px 15px;
  }
}
section.proven-section .container .proven-wrapper .proven-fifth .proven-desc p {
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-desc
    p {
    margin-bottom: 12px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-desc
  p
  strong {
  color: #0f1214;
}
section.proven-section .container .proven-wrapper .proven-fifth .proven-group {
  padding-top: 50px;
}
@media (max-width: 991px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group {
    padding: 0 5px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-group
  .proven-list {
  max-width: 656.05px;
  margin-left: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding: 20px 50px 1px 70px;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .proven-list {
    max-width: 100%;
    width: 630px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .proven-list {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .proven-list {
    max-width: 100%;
    margin-left: 0;
    padding: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .proven-list {
    width: 352px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-group
  .proven-list
  p {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #0f1214;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .proven-list
    p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .proven-list
    p:last-child {
    margin-bottom: 0;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-group
  .proven-list
  p.odd
  span {
  margin-right: 5px;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-group
  .proven-list
  p.odd
  span
  img {
  width: 20px;
  margin-top: -5px;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .proven-list
    p.odd
    span
    img {
    width: 13px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-group
  .proven-list
  p.even
  span {
  margin-right: 5px;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-group
  .proven-list
  p.even
  span
  img {
  width: 20px;
  margin-top: -5px;
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .proven-list
    p.even
    span
    img {
    width: 13px;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-group
  .proven-list:last-child {
  padding-bottom: 10px;
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-group
  .last-para {
  max-width: 536px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .last-para {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  section.proven-section
    .container
    .proven-wrapper
    .proven-fifth
    .proven-group
    .last-para {
    display: none;
  }
}
section.proven-section
  .container
  .proven-wrapper
  .proven-fifth
  .proven-group
  .last-para
  p {
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  margin-bottom: 15px;
}
section.creative-section {
  margin: 125px 0 110px;
  position: relative;
}
@media (max-width: 575px) {
  section.creative-section {
    margin: 50px 0 60px;
  }
}
section.creative-section .container .creative-wrapper {
  position: relative;
}
section.creative-section .container .creative-wrapper:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  width: 594px;
  height: 490px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support section.creative-section .container .creative-wrapper:before {
  background-image: url(../images/orange-border.webp);
}
.no-webp-support section.creative-section .container .creative-wrapper:before {
  background-image: url(../images/orange-border.png);
}
@media (max-width: 575px) {
  section.creative-section .container .creative-wrapper:before {
    content: none;
  }
}
@media (max-width: 380px) {
  section.creative-section .container .creative-wrapper:before {
    content: "";
    width: 328px;
    height: 558px;
  }
  .has-webp-support
    section.creative-section
    .container
    .creative-wrapper:before {
    background-image: url(../images/mobile-rec.webp);
  }
  .no-webp-support
    section.creative-section
    .container
    .creative-wrapper:before {
    background-image: url(../images/mobile-rec.png);
  }
}
section.creative-section .container .creative-wrapper header {
  max-width: 384.61px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  section.creative-section .container .creative-wrapper header {
    padding: 0 60px;
  }
}
section.creative-section .container .creative-wrapper header h2 {
  font-size: 40px;
  line-height: 34px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  section.creative-section .container .creative-wrapper header h2 {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
}
section.creative-section .container .creative-wrapper .creative-desc {
  max-width: 489.22px;
  margin: 45px auto 0;
}
@media (max-width: 575px) {
  section.creative-section .container .creative-wrapper .creative-desc {
    padding: 0 30px;
    margin: 30px auto 0;
  }
}
section.creative-section .container .creative-wrapper .creative-desc p {
  font-size: 19px;
  line-height: 26px;
  color: #000;
  margin-bottom: 15px;
}
section.creative-section .container .creative-wrapper .creative-desc p strong {
  color: #000;
}
section.boss-section .container .boss-wrapper {
  position: relative;
}
section.boss-section .container .boss-wrapper:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  width: 1525px;
  height: 1079px;
  top: 480px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}
.has-webp-support section.boss-section .container .boss-wrapper:before {
  background-image: url(../images/bg-blur.webp);
}
.no-webp-support section.boss-section .container .boss-wrapper:before {
  background-image: url(../images/bg-blur.png);
}
@media (max-width: 575px) {
  section.boss-section .container .boss-wrapper:before {
    content: none;
  }
}
section.boss-section .container .boss-wrapper:after {
  content: "";
  position: absolute;
  width: 1525px;
  height: 1079px;
  background: #fff;
  opacity: 0.74;
  -webkit-filter: blur(27px);
  filter: blur(27px);
  top: 480px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 575px) {
  section.boss-section .container .boss-wrapper:after {
    content: none;
  }
}
@media (max-width: 575px) {
  section.boss-section .container .boss-wrapper header {
    padding: 0 20px;
  }
}
section.boss-section .container .boss-wrapper header h2 {
  font-size: 60px;
  line-height: 48px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  section.boss-section .container .boss-wrapper header h2 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
  }
}
section.boss-section .container .boss-wrapper header h2 span.orange-color {
  color: #ff7a12;
}
section.boss-section .container .boss-wrapper .boss-image {
  margin-top: 50px;
}
@media (max-width: 575px) {
  section.boss-section .container .boss-wrapper .boss-image {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .col-md-6 {
    width: 50%;
  }
}
section.boss-section
  .container
  .boss-wrapper
  .boss-image
  .image-content
  .image-1 {
  width: 261px;
  margin-left: 395px;
}
@media (max-width: 1399px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 275px;
  }
}
@media (max-width: 1199px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 192px;
  }
}
@media (max-width: 991px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    float: left;
    margin-left: -24px;
  }
}
@media (max-width: 575px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    float: none;
    width: 159.4px;
    margin-left: 113px;
  }
}
@media (min-width: 516px) and (max-width: 540px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 91px;
  }
}
@media (min-width: 486px) and (max-width: 515px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 77px;
  }
}
@media (min-width: 456px) and (max-width: 485px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 61px;
  }
}
@media (min-width: 431px) and (max-width: 455px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 49px;
  }
}
@media (min-width: 406px) and (max-width: 430px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 37px;
  }
}
@media (min-width: 381px) and (max-width: 405px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 25px;
  }
}
@media (max-width: 380px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-1 {
    margin-left: 8px;
  }
}
section.boss-section
  .container
  .boss-wrapper
  .boss-image
  .image-content
  .image-2 {
  width: 260px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-2 {
    float: right;
    margin-right: -7px;
  }
}
@media (max-width: 575px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-2 {
    float: none;
    width: 158.79px;
    margin-left: -7px;
  }
}
@media (min-width: 541px) and (max-width: 560px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-2 {
    margin-left: 1px;
  }
}
section.boss-section
  .container
  .boss-wrapper
  .boss-image
  .image-content
  .image-3 {
  width: 262.21px;
  margin-left: 395px;
}
@media (max-width: 1399px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 275px;
  }
}
@media (max-width: 1199px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 192px;
  }
}
@media (max-width: 991px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 70px;
  }
}
@media (max-width: 767px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    float: left;
    margin-left: -25px;
  }
}
@media (max-width: 575px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    float: none;
    width: 160.13px;
    margin-left: 113px;
    margin-top: -25px;
  }
}
@media (min-width: 516px) and (max-width: 540px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 91px;
  }
}
@media (min-width: 486px) and (max-width: 515px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 77px;
  }
}
@media (min-width: 456px) and (max-width: 485px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 61px;
  }
}
@media (min-width: 431px) and (max-width: 455px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 49px;
  }
}
@media (min-width: 406px) and (max-width: 430px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 37px;
  }
}
@media (min-width: 381px) and (max-width: 405px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 25px;
  }
}
@media (max-width: 380px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-3 {
    margin-left: 8px;
    margin-top: -6px;
  }
}
section.boss-section
  .container
  .boss-wrapper
  .boss-image
  .image-content
  .image-4 {
  width: 257.1px;
  margin-left: -10px;
  margin-top: -200px;
}
@media (max-width: 767px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-4 {
    float: right;
    margin-right: -5px;
  }
}
@media (max-width: 575px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-4 {
    float: none;
    width: 157.02px;
    margin-left: -6px;
    margin-top: 0;
  }
}
@media (min-width: 541px) and (max-width: 560px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-4 {
    margin-left: 1px;
  }
}
@media (max-width: 380px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-4 {
    margin-left: -7px;
    margin-top: -128px;
  }
}
section.boss-section
  .container
  .boss-wrapper
  .boss-image
  .image-content
  .image-5 {
  width: 256.78px;
  margin-left: -10px;
  margin-top: -250px;
}
@media (max-width: 767px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-5 {
    float: right;
    margin-right: -5px;
  }
}
@media (max-width: 575px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-5 {
    float: none;
    width: 156.82px;
    margin-left: -6px;
    margin-top: 0;
  }
}
@media (min-width: 541px) and (max-width: 560px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-5 {
    margin-left: 1px;
  }
}
@media (max-width: 380px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content
    .image-5 {
    margin-left: -7px;
    margin-top: -175px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content:first-child
    .main-content:last-child {
    margin-top: -425px;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content:first-child
    .main-content:last-child {
    margin-top: 0;
  }
}
@media (min-width: 381px) and (max-width: 767px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content:nth-child(2)
    .main-content:first-child {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content:nth-child(2)
    .main-content:last-child {
    margin-top: -333px;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content:nth-child(2)
    .main-content:last-child {
    margin-top: -125px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content:last-child
    .main-content:last-child {
    margin-top: 60px;
  }
}
@media (min-width: 381px) and (max-width: 575px) {
  section.boss-section
    .container
    .boss-wrapper
    .boss-image
    .image-content:last-child
    .main-content:last-child {
    margin-top: -132px;
  }
}
section.boss-section .container .boss-wrapper .boss-caption {
  max-width: 548.46px;
  margin: -35px auto 0;
}
@media (max-width: 575px) {
  section.boss-section .container .boss-wrapper .boss-caption {
    padding: 0 5px;
    margin-top: 5px;
  }
}
@media (max-width: 380px) {
  section.boss-section .container .boss-wrapper .boss-caption {
    margin-top: -25px;
  }
}
section.boss-section .container .boss-wrapper .boss-caption p {
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f;
}
section.boss-section .container .boss-wrapper .boss-description {
  max-width: 542px;
  margin: 50px auto 0;
}
@media (max-width: 575px) {
  section.boss-section .container .boss-wrapper .boss-description {
    padding: 0 17px;
  }
}
section.boss-section .container .boss-wrapper .boss-description p {
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  margin-bottom: 12px;
}
section.mastering-cta {
  margin-top: 75px;
}
@media (max-width: 1399px) {
  section.mastering-cta {
    margin-top: 110px;
  }
}
@media (max-width: 991px) {
  section.mastering-cta {
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  section.mastering-cta {
    display: none;
  }
}
section.mastering-cta .container .mastering-cta-wrapper {
  max-width: 1390px;
  margin: 0 auto;
  background: linear-gradient(
    53.91deg,
    #ff7512 2.85%,
    #ff7512 23.81%,
    #ea3600 84.51%
  );
  border-radius: 55px;
  padding: 90px 0 65px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  section.mastering-cta .container .mastering-cta-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
section.mastering-cta .container .mastering-cta-wrapper:before {
  content: "MELISA VONG";
  position: absolute;
  font-family: Helvetica Neue LT Std;
  width: 1280px;
  height: auto;
  font-size: 233px;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(
      1turn,
      #ed3f03,
      rgba(237, 63, 3, 0.617658) 17.65%,
      rgba(237, 63, 3, 0) 85.72%
    ),
    linear-gradient(
      261.58deg,
      rgba(255, 117, 18, 0.36) 37.83%,
      rgba(234, 54, 0, 0.36) 66.46%
    );
  opacity: 0.5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1399px) {
  section.mastering-cta .container .mastering-cta-wrapper:before {
    font-size: 202px;
    left: 58%;
    top: -30px;
  }
}
@media (max-width: 1199px) {
  section.mastering-cta .container .mastering-cta-wrapper:before {
    font-size: 155px;
    left: 73%;
    top: 0;
  }
}
@media (max-width: 991px) {
  section.mastering-cta .container .mastering-cta-wrapper:before {
    content: none;
  }
}
section.mastering-cta .container .mastering-cta-wrapper:after {
  content: "MELISA VONG";
  position: absolute;
  font-family: Helvetica Neue LT Std;
  width: 1280px;
  height: auto;
  font-size: 233px;
  bottom: -85px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(
    261.58deg,
    rgba(255, 117, 18, 0.36) 38.08%,
    rgba(234, 54, 0, 0.36) 74.2%
  );
  opacity: 0.5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1399px) {
  section.mastering-cta .container .mastering-cta-wrapper:after {
    font-size: 202px;
    left: 58%;
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  section.mastering-cta .container .mastering-cta-wrapper:after {
    font-size: 155px;
    left: 73%;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  section.mastering-cta .container .mastering-cta-wrapper:after {
    content: none;
  }
}
@media (max-width: 991px) {
  section.mastering-cta .container .mastering-cta-wrapper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  section.mastering-cta .container .mastering-cta-wrapper .row .left-content {
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  section.mastering-cta .container .mastering-cta-wrapper .row .right-content {
    max-width: 100%;
  }
}
section.mastering-cta .container .mastering-cta-wrapper .cta-image-content {
  position: relative;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  section.mastering-cta .container .mastering-cta-wrapper .cta-image-content {
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  section.mastering-cta .container .mastering-cta-wrapper .cta-image-content {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  section.mastering-cta .container .mastering-cta-wrapper .cta-image-content {
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  section.mastering-cta
    .container
    .mastering-cta-wrapper
    .cta-image-content
    figure {
    margin-bottom: 0;
  }
}
section.mastering-cta
  .container
  .mastering-cta-wrapper
  .cta-image-content
  figure
  img {
  width: 666.7px;
  position: absolute;
  top: -219px;
  left: -60px;
}
.foundr-mac
  section.mastering-cta
  .container
  .mastering-cta-wrapper
  .cta-image-content
  figure
  img {
  top: -213px;
}
@media (max-width: 1199px) {
  section.mastering-cta
    .container
    .mastering-cta-wrapper
    .cta-image-content
    figure
    img {
    top: -198px;
    width: 640.7px;
    left: 10px;
  }
}
@media (max-width: 991px) {
  section.mastering-cta
    .container
    .mastering-cta-wrapper
    .cta-image-content
    figure
    img {
    position: unset;
  }
}
section.mastering-cta .container .mastering-cta-wrapper .desc-content header {
  padding: 0 90px 0 64px;
}
@media (max-width: 1399px) {
  section.mastering-cta .container .mastering-cta-wrapper .desc-content header {
    padding: 0 40px 0 100px;
  }
}
@media (max-width: 991px) {
  section.mastering-cta .container .mastering-cta-wrapper .desc-content header {
    padding: 0 30px;
    text-align: center;
  }
}
section.mastering-cta
  .container
  .mastering-cta-wrapper
  .desc-content
  header
  h2 {
  font-size: 75px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199px) {
  section.mastering-cta
    .container
    .mastering-cta-wrapper
    .desc-content
    header
    h2 {
    font-size: 58px;
  }
}
section.mastering-cta
  .container
  .mastering-cta-wrapper
  .desc-content
  .meta-content {
  margin-left: -165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 59px;
}
@media (max-width: 1399px) {
  section.mastering-cta
    .container
    .mastering-cta-wrapper
    .desc-content
    .meta-content {
    margin-inline: auto;
  }
}
@media (max-width: 991px) {
  section.mastering-cta
    .container
    .mastering-cta-wrapper
    .desc-content
    .meta-content {
    margin-top: 30px;
  }
}
section.mastering-cta
  .container
  .mastering-cta-wrapper
  .desc-content
  .meta-content
  .btn-primary {
  background-color: #fff;
  width: 398px;
  color: #ef4404;
  height: 97px;
}
section.mastering-cta
  .container
  .mastering-cta-wrapper
  .desc-content
  .meta-content
  .btn-primary:after {
  top: 1px;
}
.has-webp-support
  section.mastering-cta
  .container
  .mastering-cta-wrapper
  .desc-content
  .meta-content
  .btn-primary:after {
  background-image: url(../images/orange-right-arrow.webp);
}
.no-webp-support
  section.mastering-cta
  .container
  .mastering-cta-wrapper
  .desc-content
  .meta-content
  .btn-primary:after {
  background-image: url(../images/orange-right-arrow.svg);
}
section.mastering-cta
  .container
  .mastering-cta-wrapper
  .desc-content
  .meta-content
  .btn-primary:focus,
section.mastering-cta
  .container
  .mastering-cta-wrapper
  .desc-content
  .meta-content
  .btn-primary:hover {
  background-color: hsla(0, 0%, 100%, 0.9) !important;
}
section.fba-store {
  margin: 55px 0;
}
@media (max-width: 575px) {
  section.fba-store {
    margin-bottom: 30px;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  section.fba-store .container {
    padding: 0;
  }
}
section.fba-store .container .fba-store-wrapper {
  max-width: 745px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding: 50px 0 30px;
}
@media (max-width: 575px) {
  section.fba-store .container .fba-store-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    padding: 0 0 10px;
  }
}
@media (max-width: 767px) {
  section.fba-store .container .fba-store-wrapper header {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  section.fba-store .container .fba-store-wrapper header {
    padding: 20px 30px 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  }
}
section.fba-store .container .fba-store-wrapper header h2 {
  font-size: 60px;
  line-height: 48px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  section.fba-store .container .fba-store-wrapper header h2 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    color: #000;
    text-align: left;
  }
}
section.fba-store .container .fba-store-wrapper header h2 span.orange-color {
  color: #ff7a12;
}
section.fba-store .container .fba-store-wrapper .fba-image-wrapper {
  margin: 40px 0;
}
@media (max-width: 575px) {
  section.fba-store .container .fba-store-wrapper .fba-image-wrapper {
    margin-top: 0;
    background: #fefefe;
  }
}
section.fba-store .container .fba-store-wrapper .fba-image-wrapper .fba-image {
  margin-bottom: -10px;
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-image-wrapper
  .fba-image
  figure {
  text-align: center;
  margin-bottom: 8px;
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-image-wrapper
  .fba-image
  figure
  img {
  width: 478.92px;
  -webkit-box-shadow: 0 18px 22px -12px rgba(0, 0, 0, 0.27);
  box-shadow: 0 18px 22px -12px rgba(0, 0, 0, 0.27);
  border-radius: 12px;
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-image-wrapper
    .fba-image
    figure
    img {
    max-width: 100%;
    width: 316px;
  }
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-image-wrapper
    .fba-image
    .fba-caption {
    padding-top: 10px;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-image-wrapper
  .fba-image
  .fba-caption
  p {
  font-family: Roboto bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000;
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-image-wrapper
  .fba-image:nth-child(2)
  figure
  img {
  -webkit-box-shadow: 0 25px 32px -20px rgba(0, 0, 0, 0.13);
  box-shadow: 0 25px 32px -20px rgba(0, 0, 0, 0.13);
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-image-wrapper
  .fba-image:last-child
  figure
  img {
  -webkit-box-shadow: 0 20px 52px -13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 52px -13px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
section.fba-store .container .fba-store-wrapper .fba-desc {
  max-width: 543px;
  margin: 15px auto 90px;
}
@media (max-width: 767px) {
  section.fba-store .container .fba-store-wrapper .fba-desc {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  section.fba-store .container .fba-store-wrapper .fba-desc {
    margin-bottom: 50px;
  }
}
section.fba-store .container .fba-store-wrapper .fba-desc p {
  font-family: Roboto Regular;
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
}
@media (max-width: 575px) {
  section.fba-store .container .fba-store-wrapper .fba-list-wrapper {
    padding: 0 10px;
  }
}
section.fba-store .container .fba-store-wrapper .fba-list-wrapper .fba-list {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  section.fba-store .container .fba-store-wrapper .fba-list-wrapper .fba-list {
    margin-bottom: 45px;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-list-wrapper
  .fba-list:nth-child(2) {
  margin-bottom: 75px;
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list:nth-child(2) {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list:nth-child(2)
    header {
    padding: 0 20px 1px;
  }
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list:nth-child(2)
    header
    .fba-list-number {
    top: -11px;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-list-wrapper
  .fba-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list:last-child
    header {
    padding: 0 20px 27px;
  }
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list:last-child
    header
    .fba-list-number {
    top: -11px;
  }
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list:last-child
    .fba-list-desc {
    margin: 15px auto 20px;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-list-wrapper
  .fba-list
  header {
  max-width: 623.75px;
  margin: 0 auto;
  background: linear-gradient(119.42deg, #ff8613 31.97%, #ff6813 101.56%);
  -webkit-box-shadow: 0 35px 32px -27px #c0ad9d;
  box-shadow: 0 35px 32px -27px #c0ad9d;
  border-radius: 34px;
  padding: 10px 25px 37px;
  position: relative;
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list
    header {
    padding: 5px 20px 15px;
    border-radius: 18.8056px;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-list-wrapper
  .fba-list
  header:before {
  content: "";
  position: absolute;
  width: 95.27px;
  height: 95.27px;
  background: rgba(255, 122, 18, 0.47);
  border-radius: 50%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list
    header:before {
    width: 50.05px;
    height: 50.05px;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-list-wrapper
  .fba-list
  header:after {
  content: "";
  position: absolute;
  width: 68.08px;
  height: 68.08px;
  background: #000;
  border-radius: 50%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list
    header:after {
    width: 37.66px;
    height: 37.66px;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-list-wrapper
  .fba-list
  header
  .fba-list-number {
  position: relative;
  top: -29px;
  font-family: Helvetica Neue LT Std;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list
    header
    .fba-list-number {
    font-size: 22.1242px;
    line-height: 22px;
    top: -15px;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-list-wrapper
  .fba-list
  header
  h2 {
  font-size: 40px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list
    header
    h2 {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-list-wrapper
  .fba-list
  .fba-list-desc {
  max-width: 543px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list
    .fba-list-desc {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  section.fba-store
    .container
    .fba-store-wrapper
    .fba-list-wrapper
    .fba-list
    .fba-list-desc {
    padding: 0 17px;
  }
}
section.fba-store
  .container
  .fba-store-wrapper
  .fba-list-wrapper
  .fba-list
  .fba-list-desc
  p {
  font-family: Roboto Regular;
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  margin-bottom: 15px;
}
section.real-brand .container header h2 {
  font-size: 60px;
  line-height: 48px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  section.real-brand .container header h2 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
  }
}
section.real-brand .container header h2 span.orange-color {
  color: #ff7a12;
}
section.real-brand .container .real-brand-image {
  margin: 60px 0 50px;
}
@media (max-width: 575px) {
  section.real-brand .container .real-brand-image {
    margin: 28px 0 25px;
  }
}
section.real-brand .container .real-brand-image figure img {
  width: 739.56px;
  max-width: 100%;
}
@media (max-width: 380px) {
  section.real-brand .container .real-brand-image figure img {
    width: 328px;
  }
}
section.real-brand .container .real-brand-wrapper {
  max-width: 543px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  section.real-brand .container .real-brand-wrapper {
    padding: 0 17px;
  }
}
section.real-brand .container .real-brand-wrapper p {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #0f1214;
}
section.break-system {
  position: relative;
  margin-top: 45px;
}
@media (max-width: 575px) {
  section.break-system {
    margin-top: 25px;
  }
}
section.break-system:after {
  content: "";
  position: absolute;
  background: linear-gradient(
      224.27deg,
      hsla(0, 0%, 67.5%, 0.23) 41.98%,
      rgba(195, 197, 215, 0.23) 45.25%,
      rgba(255, 246, 224, 0.23) 51.7%,
      rgba(26, 30, 67, 0) 56.19%
    ),
    linear-gradient(
      101.78deg,
      rgba(255, 232, 172, 0.53) 18.92%,
      hsla(0, 0%, 99.6%, 0) 55.88%
    ),
    hsla(0, 0%, 100%, 0.33);
  -webkit-filter: blur(400px);
  filter: blur(400px);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 47px;
  width: 100%;
  height: 100%;
  bottom: -250px;
  right: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: -2;
}
@media (max-width: 1399px) {
  section.break-system:after {
    content: none;
  }
}
section.break-system .container .break-system-wrapper {
  position: relative;
}
@media (max-width: 575px) {
  section.break-system .container .break-system-wrapper {
    padding: 0 5px;
  }
}
section.break-system .container .break-system-wrapper:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 422px;
  height: 422px;
  top: 210px;
  left: 40px;
  z-index: -1;
}
.has-webp-support section.break-system .container .break-system-wrapper:before {
  background-image: url(../images/break-system-both-bg.webp);
}
.no-webp-support section.break-system .container .break-system-wrapper:before {
  background-image: url(../images/break-system-both-bg.png);
}
@media (max-width: 1399px) {
  section.break-system .container .break-system-wrapper:before {
    left: 0;
  }
}
@media (max-width: 1199px) {
  section.break-system .container .break-system-wrapper:before {
    left: -85px;
  }
}
@media (max-width: 991px) {
  section.break-system .container .break-system-wrapper:before {
    content: none;
  }
}
section.break-system .container .break-system-wrapper:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 422px;
  height: 422px;
  top: 730px;
  right: 95px;
  z-index: -1;
}
.has-webp-support section.break-system .container .break-system-wrapper:after {
  background-image: url(../images/break-system-both-bg.webp);
}
.no-webp-support section.break-system .container .break-system-wrapper:after {
  background-image: url(../images/break-system-both-bg.png);
}
@media (max-width: 1399px) {
  section.break-system .container .break-system-wrapper:after {
    right: 0;
  }
}
@media (max-width: 1199px) {
  section.break-system .container .break-system-wrapper:after {
    right: -80px;
  }
}
@media (max-width: 991px) {
  section.break-system .container .break-system-wrapper:after {
    content: none;
  }
}
section.break-system .container .break-system-wrapper header {
  max-width: 745px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding: 40px 25px 60px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  section.break-system .container .break-system-wrapper header {
    padding: 40px 10px 60px;
  }
}
@media (max-width: 575px) {
  section.break-system .container .break-system-wrapper header {
    max-width: 100%;
    width: calc(100% - 30px);
    padding: 12px 15px 13px;
  }
}
@media (max-width: 380px) {
  section.break-system .container .break-system-wrapper header {
    max-width: 100%;
    width: 285px;
  }
}
section.break-system .container .break-system-wrapper header:before {
  content: "";
  position: absolute;
  width: 68.08px;
  height: 68.08px;
  background: #000;
  border-radius: 50%;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  section.break-system .container .break-system-wrapper header:before {
    width: 34px;
    height: 34px;
    bottom: -32px;
  }
}
section.break-system .container .break-system-wrapper header:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  width: 38.66px;
  height: 39.29px;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support
  section.break-system
  .container
  .break-system-wrapper
  header:after {
  background-image: url(../images/orange-down-arrow.webp);
}
.no-webp-support
  section.break-system
  .container
  .break-system-wrapper
  header:after {
  background-image: url(../images/orange-down-arrow.svg);
}
@media (max-width: 575px) {
  section.break-system .container .break-system-wrapper header:after {
    width: 19.31px;
    height: 19.62px;
    bottom: -19px;
  }
}
section.break-system .container .break-system-wrapper header h1 {
  font-size: 50px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  section.break-system .container .break-system-wrapper header h1 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
  }
}
section.break-system .container .break-system-wrapper .break-system-content {
  max-width: 858.13px;
  margin: -45px auto 0;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding: 105px 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  section.break-system .container .break-system-wrapper .break-system-content {
    padding: 85px 0 75px;
  }
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content:last-child {
  padding: 65px 0 50px;
}
@media (max-width: 575px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content:last-child {
    padding: 35px 0 1px;
  }
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content
  .break-system-desc {
  max-width: 543px;
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content
    .break-system-desc {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content
    .break-system-desc {
    padding: 0 12px;
  }
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content
  .break-system-desc:last-child {
  margin-top: 30px;
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content
  .break-system-desc
  p {
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content
    .break-system-desc
    p {
    margin-bottom: 12px;
  }
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content
  .break-system-list {
  max-width: 543px;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content
    .break-system-list {
    padding: 0 55px;
    margin-bottom: 50px;
  }
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content
  .break-system-list
  ul {
  padding-left: 0;
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content
  .break-system-list
  ul
  hr {
  width: 610.25px;
  margin-left: -50px;
}
@media (max-width: 991px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content
    .break-system-list
    ul
    hr {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content
    .break-system-list
    ul
    hr {
    margin-top: -10px;
  }
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content
  .break-system-list
  ul
  li.list-item {
  list-style: none;
  font-family: Roboto Regular;
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  position: relative;
  margin: 25px 0;
}
@media (max-width: 575px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content
    .break-system-list
    ul
    li.list-item {
    padding: 0 19px 0 39px;
  }
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content
  .break-system-list
  ul
  li.list-item:before {
  content: "";
  position: absolute;
  width: 18.75px;
  height: 18.75px;
  background: #ff7a12;
  border-radius: 50%;
  top: 3px;
  left: -33px;
}
@media (max-width: 575px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content
    .break-system-list
    ul
    li.list-item:before {
    top: 5px;
    left: 15px;
    width: 13.25px;
    height: 13.25px;
  }
}
section.break-system
  .container
  .break-system-wrapper
  .break-system-content
  .break-system-list
  ul
  li.list-item
  strong {
  font-family: Helvetica Neue LT Std;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0f1214;
}
@media (max-width: 575px) {
  section.break-system
    .container
    .break-system-wrapper
    .break-system-content
    .break-system-list
    ul
    li.list-item
    strong {
    font-family: Roboto bold;
    font-size: 19px;
    line-height: 26px;
  }
}
section.break-system .container .break-system-wrapper .insights-heading {
  max-width: 745px;
  margin: -65px auto 0;
  background: linear-gradient(20.88deg, #ff7512 11.19%, #ea3600 75.06%);
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding: 25px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 575px) {
  section.break-system .container .break-system-wrapper .insights-heading {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding: 25px 30px 20px;
  }
}
section.break-system .container .break-system-wrapper .insights-heading h2 {
  font-size: 40px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  max-width: 553.79px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  section.break-system .container .break-system-wrapper .insights-heading h2 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
  }
}
section.prime-method {
  max-width: 100%;
  margin: -245px auto 0;
  background: linear-gradient(20.88deg, #ff7512 11.19%, #ea3600 75.06%);
  padding: 295px 0 210px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  section.prime-method {
    margin: -60px auto 0;
    border-radius: 12px;
    padding: 90px 0 108px;
  }
}
section.prime-method:before {
  content: "";
  background-image: url(../images/prime-product-text-bg-1.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1921px) {
  section.prime-method:before {
    background-image: url(../images/bg-text-prime.svg) !important;
    width: 3337px;
  }
}
@media (max-width: 575px) {
  section.prime-method:before {
    width: 360px;
    height: 163px;
    top: 140px;
  }
  .has-webp-support section.prime-method:before {
    background-image: url(../images/product-text-mobile.webp) !important;
  }
  .no-webp-support section.prime-method:before {
    background-image: url(../images/product-text-mobile.png) !important;
  }
}
section.prime-method:after {
  content: none;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  width: 360px;
  height: 169px;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.has-webp-support section.prime-method:after {
  background-image: url(../images/prime-text-mobile-bottom.webp) !important;
}
.no-webp-support section.prime-method:after {
  background-image: url(../images/prime-text-mobile-bottom.png) !important;
}
@media (max-width: 575px) {
  section.prime-method:after {
    content: "";
  }
}
@media (max-width: 575px) {
  section.prime-method .container .prime-method-wrapper {
    padding: 0 5px;
  }
}
section.prime-method .container .prime-method-wrapper header {
  max-width: 498px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  section.prime-method .container .prime-method-wrapper header {
    padding: 0 25px;
  }
}
section.prime-method .container .prime-method-wrapper header h2 {
  font-size: 60px;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 575px) {
  section.prime-method .container .prime-method-wrapper header h2 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
  }
}
section.prime-method .container .prime-method-wrapper .prime-method-content {
  max-width: 582.75px;
  margin: 40px auto 0;
  background: #f45309;
  -webkit-box-shadow: 0 33px 103px -20px rgba(152, 33, 6, 0.65);
  box-shadow: 0 33px 103px -20px rgba(152, 33, 6, 0.65);
  border-radius: 0 0 33px 33px;
  padding: 50px 0 65px;
  border-top: 7px solid #fff;
}
@media (max-width: 575px) {
  section.prime-method .container .prime-method-wrapper .prime-method-content {
    margin-top: 25px;
    border-top: 3.88px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f45309;
    -webkit-box-shadow: 0 12.6165px 39.3787px -7.64634px rgba(152, 33, 6, 0.65);
    box-shadow: 0 12.6165px 39.3787px -7.64634px rgba(152, 33, 6, 0.65);
    border-radius: 0 0 12px 12px;
  }
}
section.prime-method .container .prime-method-wrapper .prime-method-content h4 {
  max-width: 444.63px;
  margin: 0 auto;
  font-family: Helvetica Neue LT Std 47;
  font-size: 25px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 575px) {
  section.prime-method
    .container
    .prime-method-wrapper
    .prime-method-content
    h4 {
    padding: 0 20px;
  }
}
section.prime-method
  .container
  .prime-method-wrapper
  .prime-method-content
  .orange-down-arrow {
  width: 68.08px;
  height: 68.08px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 45px auto 40px;
}
section.prime-method
  .container
  .prime-method-wrapper
  .prime-method-content
  .orange-down-arrow
  figure {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.prime-method
    .container
    .prime-method-wrapper
    .prime-method-content
    .orange-down-arrow {
    width: 47.85px;
    height: 47.85px;
    margin: 25px auto 20px;
  }
  section.prime-method
    .container
    .prime-method-wrapper
    .prime-method-content
    .orange-down-arrow
    figure
    img {
    width: 27.17px;
  }
}
section.prime-method
  .container
  .prime-method-wrapper
  .prime-method-content
  .prime-method-desc {
  max-width: 510.5px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.prime-method
    .container
    .prime-method-wrapper
    .prime-method-content
    .prime-method-desc {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  section.prime-method
    .container
    .prime-method-wrapper
    .prime-method-content
    .prime-method-desc {
    padding: 0 13px;
  }
}
section.prime-method
  .container
  .prime-method-wrapper
  .prime-method-content
  .prime-method-desc
  p {
  font-family: Roboto Regular;
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
}
section.prime-method
  .container
  .prime-method-wrapper
  .prime-method-content
  .prime-method-desc
  p
  strong {
  color: #fff;
}
section.prime-product {
  margin-top: -170px;
}
@media (max-width: 575px) {
  section.prime-product {
    margin-top: -77px;
  }
}
@media (max-width: 575px) {
  section.prime-product .container .prime-product-wrapper {
    padding: 0 5px;
  }
}
section.prime-product .container .prime-product-wrapper header {
  max-width: 745px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding: 35px 0 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  section.prime-product .container .prime-product-wrapper header {
    max-width: 100%;
    width: 293px;
    padding: 15px 26px 10px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  header
  h2.main-headings {
  font-size: 40px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0f1214;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    header
    h2.main-headings {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: -0.005em;
    color: #ff7a12;
    margin-bottom: 15px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  header
  h4.mini-headings {
  font-family: Helvetica Neue LT Std 47;
  font-size: 25px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    header
    h4.mini-headings {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
}
section.prime-product .container .prime-product-wrapper .prime-product-content {
  max-width: 858.13px;
  margin: -35px auto 0;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding: 60px 0 40px;
}
@media (max-width: 991px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content {
    max-width: 100%;
    margin-top: -90px;
    position: relative;
    z-index: 1;
    padding: 100px 11px 20px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-desc {
  max-width: 543px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-desc {
    padding: 0 25px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-desc
  p {
  font-family: Roboto Regular;
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-desc
    p {
    margin-bottom: 12px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-image {
  text-align: center;
  margin: 35px 0 35px -90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-image {
    margin-left: -60px;
  }
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-image {
    margin: 45px 0 35px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-image:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  width: 861.13px;
  height: 184.52px;
  top: 58%;
  left: 518px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.has-webp-support
  section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-image:before {
  background-image: url(../images/prime-product-text.webp);
}
.no-webp-support
  section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-image:before {
  background-image: url(../images/prime-product-text.png);
}
@media (max-width: 991px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-image:before {
    width: 685px;
    left: 436px;
  }
}
@media (max-width: 767px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-image:before {
    content: none;
  }
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-image
    .product-image-caption {
    padding: 0 56px;
    margin-bottom: -15px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-image
  .product-image-caption
  h2 {
  font-size: 24px;
  line-height: 25px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #000;
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-image
  figure
  img {
  width: 448.95px;
}
@media (max-width: 767px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-image
    figure
    img {
    width: 381.95px;
  }
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-image
    figure
    img {
    width: 329.32px;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-image
    figure
    img {
    width: 329.32px;
    margin: 0 0 0 -10px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-lists
  .prime-product-box {
  max-width: 665.22px;
  margin: 0 auto 6px;
  background: #fff;
  -webkit-box-shadow: 0 23px 56px -17px rgba(0, 0, 0, 0.25);
  box-shadow: 0 23px 56px -17px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
@media (max-width: 767px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-lists
    .prime-product-box {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-lists
    .prime-product-box {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 14px;
  }
}
@media (max-width: 380px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-lists
    .prime-product-box {
    width: 350px;
    margin-left: -20px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-lists
  .prime-product-box
  p {
  max-width: 560px;
  margin: 0 auto;
  font-family: Roboto Regular;
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  padding: 15px 0 10px;
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-lists
  .prime-product-box
  p
  .initials {
  font-family: Helvetica Neue LT Std;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #ff6813;
  border-radius: 4px;
  padding: 1px 7px;
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-lists
    .prime-product-box
    p
    .initials {
    padding: 1px 4px;
    margin-right: 7px;
  }
  body:not(.foundr-mac)
    section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-lists
    .prime-product-box
    p
    .initials {
    padding: 4px 4px 1px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-lists
  .prime-product-box
  p
  .bold-form {
  font-family: Helvetica Neue LT Std;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0f1214;
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-lists
  .prime-product-box:nth-child(3)
  p
  .initials {
  padding: 1px 10px;
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-lists
    .prime-product-box:nth-child(3)
    p
    .initials {
    padding: 1px 7px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-lists
  .prime-product-box:nth-child(4)
  p
  .initials {
  padding: 1px 5px;
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-lists
    .prime-product-box:nth-child(4)
    p
    .initials {
    padding: 1px 3px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-lists
  .prime-product-box:last-child
  p {
  padding-bottom: 20px;
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-footer
  h3 {
  max-width: 549px;
  margin: 35px auto;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #ff7a12;
}
@media (max-width: 767px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-footer
    h3 {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-footer
    h3 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    margin: 25px auto;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-footer
  .prime-product-footer-desc {
  width: 543px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-footer
    .prime-product-footer-desc {
    max-width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  section.prime-product
    .container
    .prime-product-wrapper
    .prime-product-content
    .prime-product-footer
    .prime-product-footer-desc {
    padding: 0 3px;
  }
}
section.prime-product
  .container
  .prime-product-wrapper
  .prime-product-content
  .prime-product-footer
  .prime-product-footer-desc
  p {
  font-family: Roboto Regular;
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  margin-bottom: 15px;
}
section.sell-cta {
  margin-top: 35px;
}
@media (max-width: 575px) {
  section.sell-cta {
    display: none;
  }
}
section.sell-cta .container .sell-cta-wrapper {
  max-width: 1232px;
  margin: 0 auto;
  background: radial-gradient(
      68.52% 68.52% at 49.67% 29.06%,
      hsla(0, 0%, 73.3%, 0.2) 0,
      hsla(0, 0%, 100%, 0) 73.53%
    ),
    #0f1214;
  mix-blend-mode: normal;
  -webkit-box-shadow: 0 0 30px rgba(110, 116, 134, 0.54);
  box-shadow: 0 0 30px rgba(110, 116, 134, 0.54);
  border-radius: 39px;
}
section.sell-cta .container .sell-cta-wrapper .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  section.sell-cta .container .sell-cta-wrapper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  section.sell-cta .container .sell-cta-wrapper .row .sell-cta-col {
    max-width: 100%;
  }
}
section.sell-cta .container .sell-cta-wrapper .row .sell-cta-col figure {
  text-align: center;
  margin-left: 95px;
}
@media (max-width: 1199px) {
  section.sell-cta .container .sell-cta-wrapper .row .sell-cta-col figure {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  section.sell-cta .container .sell-cta-wrapper .row .sell-cta-col figure {
    margin-left: 0;
  }
}
section.sell-cta .container .sell-cta-wrapper .row .sell-cta-col figure img {
  width: 465.98px;
}
@media (max-width: 991px) {
  section.sell-cta .container .sell-cta-wrapper .row .sell-cta-col figure img {
    width: 448.98px;
    margin-left: 0;
  }
}
section.sell-cta .container .sell-cta-wrapper .row .sell-cta-col .hero-content {
  padding-left: 40px;
}
@media (max-width: 1399px) {
  section.sell-cta
    .container
    .sell-cta-wrapper
    .row
    .sell-cta-col
    .hero-content {
    padding-left: 55px;
  }
}
@media (max-width: 1199px) {
  section.sell-cta
    .container
    .sell-cta-wrapper
    .row
    .sell-cta-col
    .hero-content {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  section.sell-cta
    .container
    .sell-cta-wrapper
    .row
    .sell-cta-col
    .hero-content {
    padding-left: 0;
    text-align: center;
  }
}
section.sell-cta
  .container
  .sell-cta-wrapper
  .row
  .sell-cta-col
  .hero-content
  header {
  max-width: 394px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  section.sell-cta
    .container
    .sell-cta-wrapper
    .row
    .sell-cta-col
    .hero-content
    header {
    max-width: 100%;
    padding: 15px 50px 0;
  }
}
section.sell-cta
  .container
  .sell-cta-wrapper
  .row
  .sell-cta-col
  .hero-content
  header
  h1 {
  font-size: 50px;
  line-height: 44px;
  text-transform: uppercase;
  color: #fff;
}
section.sell-cta
  .container
  .sell-cta-wrapper
  .row
  .sell-cta-col
  .hero-content
  .meta-content {
  margin-top: 40px;
}
@media (max-width: 991px) {
  section.sell-cta
    .container
    .sell-cta-wrapper
    .row
    .sell-cta-col
    .hero-content
    .meta-content {
    margin: 40px 0;
  }
}
section.sell-cta
  .container
  .sell-cta-wrapper
  .row
  .sell-cta-col
  .hero-content
  .meta-content
  .btn-primary {
  width: 328px;
  padding: 25px 30px;
}
@media (max-width: 991px) {
  section.sell-cta
    .container
    .sell-cta-wrapper
    .row
    .sell-cta-col
    .hero-content
    .meta-content
    .btn-primary {
    margin-inline: auto;
  }
}
section.sell-cta
  .container
  .sell-cta-wrapper
  .row
  .sell-cta-col
  .hero-content
  .meta-content
  .btn-primary:focus,
section.sell-cta
  .container
  .sell-cta-wrapper
  .row
  .sell-cta-col
  .hero-content
  .meta-content
  .btn-primary:hover {
  background: #ff7a12 !important;
  opacity: 0.9;
}
section.income {
  margin-top: 45px;
  position: relative;
}
@media (max-width: 380px) {
  section.income {
    margin-top: -80px;
  }
}
section.income:before {
  content: none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  top: 134px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support section.income:before {
  background-image: url(../images/amazon-box.webp);
}
.no-webp-support section.income:before {
  background-image: url(../images/amazon-box.png);
}
@media (max-width: 575px) {
  section.income:before {
    content: "";
    width: 135px;
    height: 95px;
    top: -10px;
  }
}
@media (max-width: 380px) {
  section.income:before {
    width: 112px;
    height: 92px;
    top: 134px;
  }
}
section.income .container .income-wrapper {
  position: relative;
  z-index: -1;
}
section.income .container .income-wrapper .income-header {
  position: relative;
}
section.income .container .income-wrapper .income-header:before {
  content: "";
  width: 1195px;
  height: 1179px;
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10.09%, #fff),
    color-stop(68.75%, hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(180deg, #fff 10.09%, hsla(0, 0%, 100%, 0) 68.75%);
  border-radius: 50%;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  section.income .container .income-wrapper .income-header:before {
    top: 50%;
  }
}
@media (max-width: 767px) {
  section.income .container .income-wrapper .income-header:before {
    top: 68%;
  }
}
@media (max-width: 575px) {
  section.income .container .income-wrapper .income-header:before {
    top: 585px;
  }
}
@media (max-width: 380px) {
  section.income .container .income-wrapper .income-header:before {
    top: 725px;
  }
}
section.income .container .income-wrapper .income-header span.orange-arrow {
  position: relative;
}
section.income
  .container
  .income-wrapper
  .income-header
  span.orange-arrow:before {
  content: "";
  background-image: url(../images/left-orange-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  width: 665px;
  height: 1132.31px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(5%, -14%);
  transform: translate(5%, -14%);
}
@media (max-width: 1399px) {
  section.income
    .container
    .income-wrapper
    .income-header
    span.orange-arrow:before {
    -webkit-transform: translate(-13%, -15%);
    transform: translate(-13%, -15%);
  }
}
@media (max-width: 1199px) {
  section.income
    .container
    .income-wrapper
    .income-header
    span.orange-arrow:before {
    left: -80px;
  }
}
@media (max-width: 991px) {
  section.income
    .container
    .income-wrapper
    .income-header
    span.orange-arrow:before {
    left: -190px;
  }
}
@media (max-width: 767px) {
  section.income
    .container
    .income-wrapper
    .income-header
    span.orange-arrow:before {
    content: none;
  }
}
section.income
  .container
  .income-wrapper
  .income-header
  span.orange-arrow:after {
  content: "";
  background-image: url(../images/right-orange-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  width: 665px;
  height: 1132.31px;
  top: 45%;
  left: 45%;
  -webkit-transform: translate(96%, -14%);
  transform: translate(96%, -14%);
}
@media (max-width: 1399px) {
  section.income
    .container
    .income-wrapper
    .income-header
    span.orange-arrow:after {
    -webkit-transform: translate(79%, -15%);
    transform: translate(79%, -15%);
  }
}
@media (max-width: 1199px) {
  section.income
    .container
    .income-wrapper
    .income-header
    span.orange-arrow:after {
    left: -85px;
  }
}
@media (max-width: 991px) {
  section.income
    .container
    .income-wrapper
    .income-header
    span.orange-arrow:after {
    left: -226px;
  }
}
@media (max-width: 767px) {
  section.income
    .container
    .income-wrapper
    .income-header
    span.orange-arrow:after {
    content: none;
  }
}
section.income .container .income-wrapper .income-header .income-image {
  text-align: center;
  padding-top: 75px;
}
@media (max-width: 1399px) {
  section.income .container .income-wrapper .income-header .income-image {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  section.income .container .income-wrapper .income-header .income-image {
    padding-top: 15px;
  }
}
@media (max-width: 400px) {
  section.income .container .income-wrapper .income-header .income-image {
    padding-top: 0;
  }
}
@media (max-width: 380px) {
  section.income .container .income-wrapper .income-header .income-image {
    padding-top: 90px;
  }
}
section.income
  .container
  .income-wrapper
  .income-header
  .income-image
  img.master-image-1 {
  width: 768px;
  padding: 35px 0 50px;
}
@media (max-width: 991px) {
  section.income
    .container
    .income-wrapper
    .income-header
    .income-image
    img.master-image-1 {
    margin-left: -35px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.income
    .container
    .income-wrapper
    .income-header
    .income-image
    img.master-image-1 {
    margin-left: -135px;
  }
}
@media (max-width: 575px) {
  section.income
    .container
    .income-wrapper
    .income-header
    .income-image
    img.master-image-1 {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  section.income
    .container
    .income-wrapper
    .income-header
    .income-image
    img.master-image-1 {
    width: 300.18px;
    padding: 84px 0;
  }
}
section.income
  .container
  .income-wrapper
  .income-header
  .income-image
  img.master-image-2 {
  width: 749px;
  margin-top: -45px;
}
@media (max-width: 768px) {
  section.income
    .container
    .income-wrapper
    .income-header
    .income-image
    img.master-image-2 {
    margin-left: -60px;
  }
}
@media (max-width: 767px) {
  section.income
    .container
    .income-wrapper
    .income-header
    .income-image
    img.master-image-2 {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 380px) {
  section.income
    .container
    .income-wrapper
    .income-header
    .income-image
    img.master-image-2 {
    width: 345.82px;
    margin-left: 5px;
    margin-top: -65px;
  }
}
section.income .container .income-wrapper .income-content {
  margin-top: -90px;
}
@media (max-width: 1399px) {
  section.income .container .income-wrapper .income-content {
    margin-top: -30px;
  }
}
@media (max-width: 575px) {
  section.income .container .income-wrapper .income-content {
    margin-top: -70px;
    position: relative;
    z-index: -1;
  }
}
section.income .container .income-wrapper .income-content header {
  max-width: 959px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 50px 25px 40px;
  position: relative;
}
@media (max-width: 575px) {
  section.income .container .income-wrapper .income-content header {
    padding: 30px 25px 35px;
  }
}
section.income .container .income-wrapper .income-content header h2 {
  font-size: 40px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0f1214;
}
@media (max-width: 575px) {
  section.income .container .income-wrapper .income-content header h2 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
  }
}
section.income .container .income-wrapper .income-content .income-content-desc {
  max-width: 725px;
  margin: -30px auto 0;
  background: #fff;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 80px 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  section.income
    .container
    .income-wrapper
    .income-content
    .income-content-desc {
    padding: 80px 45px;
  }
}
@media (max-width: 575px) {
  section.income
    .container
    .income-wrapper
    .income-content
    .income-content-desc {
    max-width: 100%;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 380px) {
  section.income
    .container
    .income-wrapper
    .income-content
    .income-content-desc {
    width: 328px;
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  section.income
    .container
    .income-wrapper
    .income-content
    .income-content-desc
    ul {
    padding-left: 0;
  }
}
section.income
  .container
  .income-wrapper
  .income-content
  .income-content-desc
  ul
  li.list-items {
  font-family: Roboto Regular;
  font-size: 19px;
  line-height: 26px;
  color: #0f1214;
  list-style: none;
  position: relative;
  max-width: 489px;
  margin: 0 auto 45px;
}
@media (max-width: 575px) {
  section.income
    .container
    .income-wrapper
    .income-content
    .income-content-desc
    ul
    li.list-items {
    padding: 0 12px 0 45px;
  }
}
section.income
  .container
  .income-wrapper
  .income-content
  .income-content-desc
  ul
  li.list-items:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  width: 22px;
  height: 16px;
  top: 4px;
  left: -45px;
}
.has-webp-support
  section.income
  .container
  .income-wrapper
  .income-content
  .income-content-desc
  ul
  li.list-items:before {
  background-image: url(../images/orange-tick.webp);
}
.no-webp-support
  section.income
  .container
  .income-wrapper
  .income-content
  .income-content-desc
  ul
  li.list-items:before {
  background-image: url(../images/orange-tick.svg);
}
@media (max-width: 575px) {
  section.income
    .container
    .income-wrapper
    .income-content
    .income-content-desc
    ul
    li.list-items:before {
    width: 18.7px;
    height: 14.44px;
    top: 5px;
    left: 15px;
  }
}
section.income
  .container
  .income-wrapper
  .income-content
  .income-content-desc
  ul
  li.list-items
  strong {
  font-family: Helvetica Neue LT Std;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0f1214;
}
@media (max-width: 575px) {
  section.income
    .container
    .income-wrapper
    .income-content
    .income-content-desc
    ul
    li.list-items
    strong {
    font-family: Roboto bold;
    font-size: 19px;
    line-height: 24px;
    text-transform: none;
  }
}
@media (max-width: 575px) {
  section.income
    .container
    .income-wrapper
    .income-content
    .income-content-desc
    ul
    li.list-items:last-child {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .foundr-mac section.instructor-section {
    margin-top: -130px;
  }
}
.foundr-mac
  section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-heading
  h1 {
  line-height: 90px;
}
@media (max-width: 991px) {
  .foundr-mac
    section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-title
    h1 {
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .foundr-mac
    section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-title
    h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .foundr-mac
    section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .mobile-instructor-quote {
    padding-bottom: 5px;
  }
}
section.instructor-section {
  position: relative;
  margin-top: -155px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  section.instructor-section {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  section.instructor-section {
    margin-top: -135px;
    background: #fff;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    position: relative;
    z-index: -2;
    padding-top: 108px;
    padding-bottom: 405px;
  }
}
section.instructor-section .container .instructor-wrapper {
  width: 1000px;
  margin: 60px auto 0;
  background: #fff;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 50px 27px 265px;
  position: relative;
}
@media (max-width: 1199px) {
  section.instructor-section .container .instructor-wrapper {
    width: 100%;
    padding-bottom: 245px;
  }
}
@media (max-width: 991px) {
  section.instructor-section .container .instructor-wrapper {
    padding-bottom: 250px;
  }
}
@media (max-width: 767px) {
  section.instructor-section .container .instructor-wrapper {
    margin-bottom: 0;
    padding-bottom: 260px;
  }
}
@media (max-width: 575px) {
  section.instructor-section .container .instructor-wrapper {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px 55px;
    margin: 50px auto 0;
  }
}
section.instructor-section .container .instructor-wrapper:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 581px;
  height: 581px;
  top: -40px;
  left: -210px;
  z-index: -1;
}
.has-webp-support
  section.instructor-section
  .container
  .instructor-wrapper:before {
  background-image: url(../images/instructor-circle.webp);
}
.no-webp-support
  section.instructor-section
  .container
  .instructor-wrapper:before {
  background-image: url(../images/instructor-circle.png);
}
@media (max-width: 1399px) {
  section.instructor-section .container .instructor-wrapper:before {
    left: -220px;
  }
}
@media (max-width: 1199px) {
  section.instructor-section .container .instructor-wrapper:before {
    left: -210px;
  }
}
@media (max-width: 991px) {
  section.instructor-section .container .instructor-wrapper:before {
    content: none;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-col {
    padding: 0 7px;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image {
  margin-left: -110px;
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image {
    margin-left: 0;
    text-align: center;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image
  .image-title {
  display: none;
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-title {
    display: block;
    text-align: left;
    margin-bottom: -50px;
  }
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-title
    h4 {
    font-family: Roboto bold;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #0f1214;
    margin-bottom: 15px;
  }
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-title
    h1 {
    font-family: Helvetica Neue LT Std;
    font-style: normal;
    font-size: 80px;
    line-height: 44px;
    text-transform: uppercase;
    color: #0f1214;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-title
    h1 {
    font-size: 70px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-title {
    margin-bottom: -40px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-title
    h4 {
    font-family: Roboto bold;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: center;
    color: #0f1214;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-title
    h1 {
    font-family: Helvetica Neue LT Std;
    font-style: normal;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 44px;
    color: #0f1214;
    text-align: center;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image
  img {
  width: 325px;
  margin-left: 5px;
  margin-top: -17px;
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    img {
    margin: 25px auto;
    width: 80%;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    img {
    width: 100%;
    margin: 5px auto;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image
  .mobile-instructor-quote {
  display: none;
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .mobile-instructor-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 101px -1px rgba(103, 124, 147, 0.23),
      0 71px 141px -56px rgba(138, 155, 198, 0.56);
    box-shadow: 0 4px 101px -1px rgba(103, 124, 147, 0.23),
      0 71px 141px -56px rgba(138, 155, 198, 0.56);
    border-radius: 30px;
    padding: 15px 20px 10px;
    width: 100%;
    margin-top: -68px;
    position: relative;
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .mobile-instructor-quote {
    margin-left: 5px;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image
  .mobile-instructor-quote
  .quote-image
  img {
  width: 40px;
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .mobile-instructor-quote
    .quote-image
    img {
    width: 59.06px;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image
  .mobile-instructor-quote
  .quote {
  width: 100%;
  padding-top: 5px;
  padding-left: 23px;
  text-align: left;
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image
  .mobile-instructor-quote
  .quote
  h3 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 23px;
  line-height: 23px;
  text-transform: uppercase;
  color: #08228e;
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .mobile-instructor-quote
    .quote
    h3 {
    font-size: 25px;
    line-height: 26px;
    color: #0f1214;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image
  .image-caption {
  margin-top: 25px;
  margin-left: -80px;
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-caption {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-caption {
    margin-top: 20px;
    margin-left: -20px;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image
  .image-caption
  h5 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #0f1214;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-caption
    h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-image
  .image-caption
  h6 {
  font-family: Helvetica Neue LT Std 47;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #0f1214;
  padding: 0 135px;
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-caption
    h6 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-image
    .image-caption
    h6 {
    padding: 0;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-heading {
  margin-left: -60px;
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-heading {
    display: none;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-heading
  h4 {
  font-family: Roboto bold;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #0f1214;
  margin-bottom: 15px;
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-heading
  h1 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 80px;
  line-height: 44px;
  text-transform: uppercase;
  color: #0f1214;
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 101px -1px rgba(103, 124, 147, 0.23),
    0 71px 141px -56px rgba(138, 155, 198, 0.56);
  box-shadow: 0 4px 101px -1px rgba(103, 124, 147, 0.23),
    0 71px 141px -56px rgba(138, 155, 198, 0.56);
  border-radius: 45px;
  width: 719px;
  margin: 40px 0 40px -163px;
  padding: 15px 20px;
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-quote {
    width: 100%;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-quote {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-quote {
    display: none;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-quote
  .quote-image {
  margin-left: 5px;
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-quote
  .quote-image
  img {
  width: 59.06px;
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-quote
  .quote {
  width: 534px;
  padding-top: 10px;
  padding-left: 23px;
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-quote
    .quote {
    padding-top: 10px;
    padding-left: 23px;
    width: 385px;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-quote
  .quote
  h3 {
  font-family: Helvetica Neue LT Std;
  font-size: 25px;
  line-height: 26px;
  text-transform: uppercase;
  color: #0f1214;
  opacity: 0.7;
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-content {
  margin-left: -55px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-content {
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-content {
    margin-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-content {
    padding: 10px 13px 0;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-content
  h5.mobile-instructor {
  display: none;
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-content
    h5.mobile-instructor {
    display: block;
    font-family: Helvetica Neue LT Std;
    font-style: normal;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #0f1214;
    margin-bottom: 15px;
  }
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-content
    h5.mobile-instructor
    br {
    display: none;
  }
}
@media (max-width: 370px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-content
    h5.mobile-instructor
    br {
    display: block;
  }
}
section.instructor-section
  .container
  .instructor-wrapper
  .row
  .instructor-content
  p {
  font-family: Roboto Regular;
  font-style: normal;
  font-size: 17px;
  line-height: 24px;
  color: #0f1214;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .instructor-wrapper
    .row
    .instructor-content
    p {
    font-size: 19px;
    color: #000;
    margin-bottom: 12px;
  }
}
section.instructor-section .container .company-logo {
  max-width: 1001px;
  margin: -255px auto 0;
  background: #f3f4f5;
  border-radius: 0 0 30px 30px;
  padding: 50px 20px;
  position: relative;
}
@media (max-width: 1199px) {
  section.instructor-section .container .company-logo {
    padding: 50px 20px 50px 55px;
    margin-top: -236px;
  }
}
@media (max-width: 991px) {
  section.instructor-section .container .company-logo {
    padding: 25px 25px 40px;
    margin-top: -236px;
  }
}
@media (max-width: 767px) {
  section.instructor-section .container .company-logo {
    margin-top: -252px;
  }
}
@media (max-width: 575px) {
  section.instructor-section .container .company-logo {
    width: 100%;
    padding: 20px 20px 50px;
    background: #fff;
    margin-top: -60px;
  }
}
@media (max-width: 380px) {
  section.instructor-section .container .company-logo {
    padding: 30px 0 80px;
  }
}
section.instructor-section .container .company-logo .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 576px) and (max-width: 991px) {
  section.instructor-section .container .company-logo .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.instructor-section .container .company-logo .row .left-col {
  width: 30%;
}
@media (min-width: 576px) and (max-width: 991px) {
  section.instructor-section .container .company-logo .row .left-col {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  section.instructor-section .container .company-logo .row .left-col {
    width: 100%;
  }
}
section.instructor-section .container .company-logo .row .left-col header {
  padding-top: 5px;
}
@media (max-width: 575px) {
  section.instructor-section .container .company-logo .row .left-col header {
    padding: 5px 30px 0;
  }
}
@media (max-width: 380px) {
  section.instructor-section .container .company-logo .row .left-col header {
    padding: 5px 55px 0;
  }
}
section.instructor-section .container .company-logo .row .left-col header h5 {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0f1214;
}
@media (max-width: 575px) {
  section.instructor-section .container .company-logo .row .left-col header h5 {
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.005em;
    color: #717272;
  }
}
section.instructor-section .container .company-logo .row .right-col {
  width: 70%;
  margin-left: -45px;
}
@media (min-width: 576px) and (max-width: 991px) {
  section.instructor-section .container .company-logo .row .right-col {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  section.instructor-section .container .company-logo .row .right-col {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  grid-gap: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content {
    margin-left: 65px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-gap: 35px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    grid-gap: 20px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content {
    margin-left: 0;
    grid-gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content {
    padding: 0 20px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .hero-content
  .logo-box {
  background: #fff;
  -webkit-box-shadow: 15.1935px 15.1935px 30.387px rgba(166, 171, 189, 0.1);
  box-shadow: 15.1935px 15.1935px 30.387px rgba(166, 171, 189, 0.1);
  border-radius: 22.7903px;
  width: 189px;
  height: 109px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box {
    width: 145px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box {
    width: 128.96px;
    height: 94.48px;
    -webkit-box-shadow: 14.2835px 14.2835px 28.5669px rgba(70, 71, 73, 0.1);
    box-shadow: 14.2835px 14.2835px 28.5669px rgba(70, 71, 73, 0.1);
    border-radius: 21.4252px;
  }
}
@media (max-width: 430px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box {
    width: 105.96px;
    height: 70.48px;
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box {
    width: 93.96px;
    height: 54.48px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .hero-content
  .logo-box
  figure {
  margin-bottom: 0;
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .hero-content
  .logo-box
  figure
  .logo-1 {
  width: 140.44px;
}
@media (max-width: 1399px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-1 {
    width: 132.44px;
  }
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-1 {
    width: 100.44px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-1 {
    width: 106.44px;
  }
}
@media (max-width: 430px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-1 {
    width: 71.19px;
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-1 {
    width: 71.19px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .hero-content
  .logo-box
  figure
  .logo-2 {
  width: 144.97px;
}
@media (max-width: 1399px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-2 {
    width: 139.97px;
  }
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-2 {
    width: 105.97px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-2 {
    width: 104.97px;
  }
}
@media (max-width: 430px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-2 {
    width: 73.46px;
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-2 {
    width: 73.46px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .hero-content
  .logo-box
  figure
  .logo-3 {
  width: 118px;
}
@media (max-width: 1399px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-3 {
    width: 117px;
  }
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-3 {
    width: 88px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-3 {
    width: 88px;
  }
}
@media (max-width: 430px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-3 {
    width: 59.98px;
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .hero-content
    .logo-box
    figure
    .logo-3 {
    width: 59.98px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .logo-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .logo-caption
  h5 {
  font-family: Helvetica Neue LT Std 47;
  font-size: 17.6111px;
  line-height: 18px;
  text-align: center;
  color: #0f1214;
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5 {
    font-size: 16.5562px;
    line-height: 17px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .logo-caption
  h5.first-caption {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  margin-left: -60px;
  position: relative;
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption {
    margin-left: -17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption {
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption {
    margin-left: -40px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption {
    margin-left: -72px;
    margin-top: 15px;
  }
}
@media (max-width: 528px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption {
    margin-left: -65px;
  }
}
@media (max-width: 500px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption {
    margin-left: -57px;
  }
}
@media (max-width: 465px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption {
    margin-left: -48px;
  }
}
@media (max-width: 430px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption {
    margin-left: -47px;
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption {
    margin-left: -25px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .logo-caption
  h5.first-caption:before {
  content: "";
  position: absolute;
  width: 142px;
  height: 59px;
  border: 1px solid #d1d1d1;
  top: -28px;
  left: 103px;
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption:before {
    width: 125px;
    left: 92px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption:before {
    left: 105px;
  }
}
@media (max-width: 767px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption:before {
    left: 58px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption:before {
    top: -40px;
    left: 84px;
    width: calc(50% - 32px);
    height: 30.49px;
  }
}
@media (max-width: 528px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption:before {
    left: 81px;
  }
}
@media (max-width: 500px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption:before {
    left: 77px;
  }
}
@media (max-width: 465px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption:before {
    left: 73px;
  }
}
@media (max-width: 430px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption:before {
    width: calc(50% - 20px);
    left: 61px;
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.first-caption:before {
    width: 70.97px;
    height: 29.49px;
    left: 58px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .logo-caption
  h5.second-caption {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  margin-left: 5px;
  position: relative;
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption {
    margin-left: -35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption {
    margin-left: -85px;
  }
}
@media (max-width: 767px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption {
    margin-left: 50px;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption {
    margin-left: 20px;
  }
}
@media (max-width: 465px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption {
    margin-left: 5px;
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption {
    margin-left: -5px;
  }
}
section.instructor-section
  .container
  .company-logo
  .row
  .right-col
  .logo-caption
  h5.second-caption:before {
  content: "";
  position: absolute;
  width: 212px;
  height: 59px;
  top: -28px;
  left: 68px;
  border: 1px solid #d1d1d1;
  border-top: none;
}
@media (max-width: 1199px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption:before {
    left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption:before {
    left: 60px;
  }
}
@media (max-width: 767px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption:before {
    width: 175px;
    left: 30px;
  }
}
@media (max-width: 575px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption:before {
    top: -40px;
    left: 30px;
    width: calc(50% + 65px);
    height: 30.49px;
  }
}
@media (max-width: 430px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption:before {
    width: calc(50% + 47px);
  }
}
@media (max-width: 380px) {
  section.instructor-section
    .container
    .company-logo
    .row
    .right-col
    .logo-caption
    h5.second-caption:before {
    width: 105.96px;
    height: 29.49px;
    left: 35px;
  }
}
#logos-2 {
  padding: 25px 0 55px;
}
@media (max-width: 991px) {
  #logos-2 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #logos-2 {
    margin-top: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  #logos-2 {
    display: none;
    margin-top: 25px;
  }
}
#logos-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#logos-2 .container .logos-wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #fefefe;
  border: 10px solid #fff;
  -webkit-filter: drop-shadow(0 8px 31px rgba(17, 17, 17, 0.09));
  filter: drop-shadow(0 8px 31px rgba(17, 17, 17, 0.09));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 25px 35px 15px;
}
@media (max-width: 1399px) {
  #logos-2 .container .logos-wrapper {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  #logos-2 .container .logos-wrapper {
    padding: 25px 20px 15px;
  }
}
#logos-2 .container .logos-wrapper .receipts-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#logos-2 .container .logos-wrapper .receipts-logos .logos-title {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 20.679px;
  line-height: 19px;
  text-transform: uppercase;
  text-align: left !important;
  color: #000;
  padding-top: 10px;
}
@media (max-width: 575px) {
  #logos-2 .container .logos-wrapper .receipts-logos .logos-title {
    text-transform: uppercase;
  }
}
#logos-2 .container .logos-wrapper .receipts-logos ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 1399px) {
  #logos-2 .container .logos-wrapper .receipts-logos ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  #logos-2 .container .logos-wrapper .receipts-logos ul {
    padding: 5px 0 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #logos-2 .container .logos-wrapper .receipts-logos ul {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
#logos-2 .container .logos-wrapper .receipts-logos ul li {
  font-size: 16px;
  font-family: Helvetica Neue LT Std;
  color: #bfbfbf;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 33px;
}
@media (max-width: 575px) {
  #logos-2 .container .logos-wrapper .receipts-logos ul li {
    width: 33.33%;
  }
}
#logos-2 .container .logos-wrapper .receipts-logos ul li img {
  width: 100%;
  height: auto;
}
#logos-2 .container .logos-wrapper .receipts-logos ul li:first-child img {
  width: 43px;
}
#logos-2 .container .logos-wrapper .receipts-logos ul li:nth-child(2) img {
  width: 59px;
}
#logos-2 .container .logos-wrapper .receipts-logos ul li:nth-child(3) img {
  width: 66px;
}
#logos-2 .container .logos-wrapper .receipts-logos ul li:nth-child(4) img {
  width: 123px;
}
#logos-2 .container .logos-wrapper .receipts-logos ul li:last-child img {
  width: 84px;
}
#logos-2 .container .logos-wrapper .line {
  border-bottom: 1px solid #dadada;
  padding: 0;
}
#logos-2 .container .logos-wrapper .featured-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  #logos-2 .container .logos-wrapper .featured-logos {
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #logos-2 .container .logos-wrapper .featured-logos {
    padding-top: 40px;
  }
}
#logos-2 .container .logos-wrapper .featured-logos .logos-title {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 20.679px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  margin-left: 15px;
  padding-top: 10px;
}
@media (max-width: 575px) {
  #logos-2 .container .logos-wrapper .featured-logos .logos-title {
    text-transform: uppercase;
  }
}
#logos-2 .container .logos-wrapper .featured-logos ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 60px;
  padding: 20px 0 0;
}
@media (max-width: 1399px) {
  #logos-2 .container .logos-wrapper .featured-logos ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  #logos-2 .container .logos-wrapper .featured-logos ul {
    padding: 5px 0;
    margin-left: 9px;
  }
}
@media (max-width: 991px) {
  #logos-2 .container .logos-wrapper .featured-logos ul {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #logos-2 .container .logos-wrapper .featured-logos ul {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 0;
  }
}
#logos-2 .container .logos-wrapper .featured-logos ul li {
  font-size: 16px;
  font-family: Helvetica Neue LT Std;
  color: #bfbfbf;
  padding: 20px 44px;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  #logos-2 .container .logos-wrapper .featured-logos ul li {
    padding: 20px 25px;
  }
}
@media (max-width: 575px) {
  #logos-2 .container .logos-wrapper .featured-logos ul li {
    width: 33.33%;
  }
}
#logos-2 .container .logos-wrapper .featured-logos ul li img {
  width: 100%;
  height: auto;
}
#logos-2 .container .logos-wrapper .featured-logos ul li:first-child img {
  width: 76.9px;
}
#logos-2 .container .logos-wrapper .featured-logos ul li:nth-child(2) img {
  width: 89px;
}
#logos-2 .container .logos-wrapper .featured-logos ul li:nth-child(3) img {
  width: 114px;
}
#logos-2 .container .logos-wrapper .featured-logos ul li:nth-child(4) img {
  width: 99px;
}
#logos-2 .container .logos-wrapper .featured-logos ul li:last-child img {
  width: 90px;
}
#mobile-logos-2 {
  display: none;
}
@media (max-width: 575px) {
  #mobile-logos-2 {
    display: block;
    margin-top: -465px;
  }
}
@media (max-width: 575px) {
  #mobile-logos-2 .container {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  #mobile-logos-2
    .container
    .mobile-logos-wrapper
    .mobile-receipts-logos
    header {
    padding: 0 55px;
  }
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  header
  h3 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 30px;
  line-height: 29px;
  text-transform: uppercase;
  color: #717272;
}
@media (max-width: 575px) {
  #mobile-logos-2
    .container
    .mobile-logos-wrapper
    .mobile-receipts-logos
    header
    h3 {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body {
  background: #fff;
  -webkit-box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px #a6abbd;
  box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px #a6abbd;
  border-radius: 30px;
  padding: 20px 5px 10px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  #mobile-logos-2
    .container
    .mobile-logos-wrapper
    .mobile-receipts-logos
    .mobile-receipts-body {
    margin-top: 15px;
    padding-bottom: 5px;
  }
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  #mobile-logos-2
    .container
    .mobile-logos-wrapper
    .mobile-receipts-logos
    .mobile-receipts-body
    ul.list-inline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item {
  padding: 10px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item
  img {
  width: 100%;
  height: auto;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:first-child
  img {
  width: 44.58px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:nth-child(2)
  img {
  width: 49px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:nth-child(3)
  img {
  width: 94px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:nth-child(4)
  img {
  width: 65.66px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-receipts-logos
  .mobile-receipts-body
  ul.list-inline
  li.list-inline-item:last-child
  img {
  width: 45.9px;
}
#mobile-logos-2 .container .mobile-logos-wrapper .mobile-featured-logos {
  margin-top: 30px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  header
  h3 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 30px;
  line-height: 29px;
  text-transform: uppercase;
  color: #717272;
}
@media (max-width: 575px) {
  #mobile-logos-2
    .container
    .mobile-logos-wrapper
    .mobile-featured-logos
    header
    h3 {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.005em;
  }
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body {
  background: #fff;
  -webkit-box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px #a6abbd;
  box-shadow: -10px -10px 20px #fafbff, 10px 10px 20px #a6abbd;
  border-radius: 30px;
  padding: 20px 5px 10px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  #mobile-logos-2
    .container
    .mobile-logos-wrapper
    .mobile-featured-logos
    .mobile-featured-body {
    margin-top: 25px;
    padding-bottom: 1px;
  }
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  #mobile-logos-2
    .container
    .mobile-logos-wrapper
    .mobile-featured-logos
    .mobile-featured-body
    ul.list-inline {
    margin-bottom: 10px;
  }
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item {
  padding: 10px;
}
@media (max-width: 575px) {
  #mobile-logos-2
    .container
    .mobile-logos-wrapper
    .mobile-featured-logos
    .mobile-featured-body
    ul.list-inline
    li.list-inline-item {
    padding: 8px;
  }
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item
  img {
  width: 100%;
  height: auto;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:first-child
  img {
  width: 55.58px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:nth-child(2)
  img {
  width: 67px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:nth-child(3)
  img {
  width: 80px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:nth-child(4)
  img {
  width: 77px;
}
#mobile-logos-2
  .container
  .mobile-logos-wrapper
  .mobile-featured-logos
  .mobile-featured-body
  ul.list-inline
  li.list-inline-item:last-child
  img {
  width: 63px;
}
#guest {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #guest {
    margin-top: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  #guest .container {
    padding: 0;
  }
}
#guest h2 {
  font-size: 50px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #guest h2 {
    text-align: center;
    font-size: 55px;
    line-height: 44px;
  }
}
#guest h3 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #guest h3 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  #guest h3.instructor {
    font-family: Roboto bold;
    letter-spacing: 0.24em;
  }
}
@media (max-width: 767px) {
  #guest h3.instructor {
    font-size: 14px;
    line-height: 12px;
    margin: 0 -10px 15px;
  }
}
#guest h4 {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #guest h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
#guest h5 {
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #guest h5 {
    font-size: 14px;
  }
}
#guest p {
  font-size: 19px;
  line-height: 27px;
}
#guest .guest-wrapper {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
  background: #fefefe;
  -webkit-box-shadow: -27px 27px 100px rgba(0, 0, 0, 0.12);
  box-shadow: -27px 27px 100px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
}
#guest .guest-wrapper .special-guest {
  padding: 35px 50px 70px;
}
@media (max-width: 991px) {
  #guest .guest-wrapper .special-guest {
    padding: 25px 50px 35px;
  }
}
@media (max-width: 575px) {
  #guest .guest-wrapper .special-guest {
    padding: 25px 25px 35px;
  }
}
#guest .guest-wrapper .special-guest .guest-image img {
  width: 100%;
  max-width: 327.8px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  #guest .guest-wrapper .special-guest .guest-image img {
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  #guest .guest-wrapper .special-guest .guest-image img {
    max-width: 288px;
  }
}
@media (max-width: 991px) {
  #guest .guest-wrapper .special-guest .guest-image.desktop {
    display: none;
  }
}
#guest .guest-wrapper .special-guest .guest-image.mobile {
  display: none;
}
@media (max-width: 991px) {
  #guest .guest-wrapper .special-guest .guest-image.mobile {
    display: block;
    margin-bottom: 25px;
  }
}
#guest .guest-wrapper .special-guest .about {
  padding: 45px 60px 0;
}
@media (max-width: 991px) {
  #guest .guest-wrapper .special-guest .about {
    padding: 5px 60px 0;
  }
}
@media (max-width: 767px) {
  #guest .guest-wrapper .special-guest .about {
    padding: 5px 15px 0;
  }
}
@media (max-width: 575px) {
  #guest .guest-wrapper .special-guest .about {
    margin: 0 -25px;
    padding: 5px 25px 0;
  }
}
#guest .guest-wrapper .special-guest .about .about-wrap {
  width: 158px;
  height: 158px;
  padding: 30px 5px;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: -7.62459px -7.62459px 15.2492px #fafbff,
    7.62459px 7.62459px 15.2492px #a6abbd;
  box-shadow: -7.62459px -7.62459px 15.2492px #fafbff,
    7.62459px 7.62459px 15.2492px #a6abbd;
  border-radius: 19.5658px;
  text-align: center;
}
@media (max-width: 575px) {
  #guest .guest-wrapper .special-guest .about .about-wrap {
    width: 100%;
    max-width: 160px;
    height: 132px;
    -webkit-box-shadow: 0 11.5418px 17.3127px rgba(0, 0, 0, 0.1),
      0 4.61673px 6.92509px rgba(0, 0, 0, 0.05);
    box-shadow: 0 11.5418px 17.3127px rgba(0, 0, 0, 0.1),
      0 4.61673px 6.92509px rgba(0, 0, 0, 0.05);
    padding: 20px 5px;
  }
}
#guest .guest-wrapper .special-guest .about .about-wrap h3 {
  font-size: 30.8793px;
  color: #ff7a12;
}
@media (max-width: 575px) {
  #guest .guest-wrapper .special-guest .about .about-wrap h3 {
    font-size: 24px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  #guest .guest-wrapper .special-guest .about .row [class*="col-"] {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #guest .guest-wrapper .special-guest .about .row [class*="col-"] {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  #guest .guest-wrapper .special-guest .about .row [class*="col-"]:first-child,
  #guest
    .guest-wrapper
    .special-guest
    .about
    .row
    [class*="col-"]:nth-child(2) {
    margin-bottom: 20px;
  }
}
#guest .guest-wrapper .worked-with {
  background: #f3f4f5;
  border-radius: 0 0 30px 30px;
  padding: 30px 110px 35px;
}
@media (max-width: 767px) {
  #guest .guest-wrapper .worked-with {
    padding: 30px 70px 35px;
  }
}
@media (max-width: 575px) {
  #guest .guest-wrapper .worked-with {
    padding: 25px 25px 30px;
  }
}
#guest .guest-wrapper .worked-with h3 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #guest .guest-wrapper .worked-with h3 {
    color: #717272;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.005em;
  }
}
#guest .guest-wrapper .worked-with .worked-with-wrap {
  background: #fff;
  -webkit-box-shadow: 15px 15px 30px rgba(166, 171, 189, 0.1);
  box-shadow: 15px 15px 30px rgba(166, 171, 189, 0.1);
  border-radius: 22.8104px;
  width: 158.15px;
  height: 158.15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 575px) {
  #guest .guest-wrapper .worked-with .worked-with-wrap {
    width: 100%;
    max-width: 137px;
    height: 137px;
  }
}
@media (max-width: 767px) {
  #guest .guest-wrapper .worked-with .row [class*="col-"] {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #guest .guest-wrapper .worked-with .row [class*="col-"] {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  #guest .guest-wrapper .worked-with .row [class*="col-"]:first-child,
  #guest .guest-wrapper .worked-with .row [class*="col-"]:nth-child(2) {
    margin-bottom: 20px;
  }
}
#guest .guest-wrapper .worked-with .row [class*="col-"]:first-child img {
  width: 100%;
  max-width: 61.61px;
}
@media (max-width: 575px) {
  #guest .guest-wrapper .worked-with .row [class*="col-"]:first-child img {
    max-width: 53.37px;
  }
}
#guest .guest-wrapper .worked-with .row [class*="col-"]:nth-child(2) img {
  width: 100%;
  max-width: 124.7px;
}
@media (max-width: 575px) {
  #guest .guest-wrapper .worked-with .row [class*="col-"]:nth-child(2) img {
    max-width: 108.02px;
  }
}
#guest .guest-wrapper .worked-with .row [class*="col-"]:nth-child(3) img {
  width: 100%;
  max-width: 95.8px;
}
@media (max-width: 575px) {
  #guest .guest-wrapper .worked-with .row [class*="col-"]:nth-child(3) img {
    max-width: 82.99px;
  }
}
#guest .guest-wrapper .worked-with .row [class*="col-"]:last-child img {
  width: 100%;
  max-width: 95.8px;
}
@media (max-width: 575px) {
  #guest .guest-wrapper .worked-with .row [class*="col-"]:last-child img {
    max-width: 82.99px;
  }
}
#modules-desktop {
  position: relative;
  margin-top: -135px;
}
@media (max-width: 767px) {
  #modules-desktop {
    display: none;
  }
}
@media (max-width: 575px) {
  #modules-desktop {
    margin-top: 50px;
    display: none;
  }
}
@media (max-width: 991px) {
  #modules-desktop .container {
    width: 860px;
  }
}
#modules-desktop .bg-image {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 100%;
  height: auto;
  min-width: 1920px;
  -webkit-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
  z-index: -1;
}
@media (max-width: 575px) {
  #modules-desktop .bg-image {
    display: none;
  }
}
#modules-desktop .bg-image-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  min-width: 1920px;
  -webkit-transform: translate(-50%, 5%);
  transform: translate(-50%, 5%);
  z-index: -1;
}
#modules-desktop .module-section-header {
  padding: 50px 0 350px;
  position: relative;
  top: 120px;
  background: linear-gradient(55.77deg, #ff7512 29.58%, #ea3600 98.02%);
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  #modules-desktop .module-section-header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #modules-desktop .module-section-header {
    padding-top: 15px;
  }
}
#modules-desktop .module-section-header .image {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  #modules-desktop .module-section-header .image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#modules-desktop .module-section-header .image .mockup-img {
  width: 174%;
  max-width: 1533px;
  height: auto;
  margin-top: -35px;
}
@media (max-width: 1199px) {
  #modules-desktop .module-section-header .image .mockup-img {
    width: 134%;
  }
}
@media (max-width: 575px) {
  #modules-desktop .module-section-header .image .mockup-img {
    width: 116%;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
    margin-top: -2px;
  }
}
#modules-desktop .module-section-header .subtitle {
  text-transform: uppercase;
  font-family: Helvetica Neue LT Std;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
  text-align: center;
  width: 337px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #modules-desktop .module-section-header .subtitle {
    font-size: 24px;
  }
}
#modules-desktop .module-section-header .title {
  font-size: 71.1514px;
  line-height: 67px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #modules-desktop .module-section-header .title {
    font-size: 55.1514px;
    padding-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #modules-desktop .module-section-header .title {
    font-size: 45px;
    line-height: 45px;
  }
}
#modules-desktop .module-section-header .title img {
  max-width: 424.95px;
  margin-left: 40px;
}
@media (max-width: 991px) {
  #modules-desktop .module-section-header .title img {
    max-width: 389.95px;
  }
}
@media (max-width: 767px) {
  #modules-desktop .module-section-header .title img {
    max-width: 170px;
  }
}
#modules-desktop .module-section-header picture img {
  width: 890px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #modules-desktop .module-section-header picture img {
    width: 767px;
  }
}
#modules-desktop .arrow {
  width: 78px;
  height: 78px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 45px auto 0;
}
#modules-desktop .arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.has-webp-support #modules-desktop .arrow:after {
  background-image: url(../images/whats-waiting-Vector.webp);
}
.no-webp-support #modules-desktop .arrow:after {
  background-image: url(../images/whats-waiting-Vector.svg);
}
#modules-desktop .tabs.module-content-wrapper .tab-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 980px;
  margin: -225px auto 0;
}
@media (max-width: 1199px) {
  #modules-desktop .tabs.module-content-wrapper .tab-header {
    width: 900px;
  }
}
@media (max-width: 991px) {
  #modules-desktop .tabs.module-content-wrapper .tab-header {
    width: 665px;
  }
}
#modules-desktop .tabs.module-content-wrapper .tab-header .module-content {
  width: 16.66667%;
  background: #fff;
  padding: 10px 25px 5px;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.05);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid grey;
}
@media (max-width: 1199px) {
  #modules-desktop .tabs.module-content-wrapper .tab-header .module-content {
    padding: 10px 15px 5px;
  }
}
@media (max-width: 991px) {
  #modules-desktop .tabs.module-content-wrapper .tab-header .module-content {
    padding: 10px 10px 5px;
  }
}
#modules-desktop .tabs.module-content-wrapper .tab-header .module-content h5 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #616161;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-header
  .module-content.active,
#modules-desktop
  .tabs.module-content-wrapper
  .tab-header
  .module-content.active
  h5 {
  color: #0f1214;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-header
  .module-content:first-child {
  border-top-left-radius: 12px;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-header
  .module-content:last-child {
  border-top-right-radius: 12px;
}
#modules-desktop .tabs.module-content-wrapper .tab-indicator-section {
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #modules-desktop .tabs.module-content-wrapper .tab-indicator-section {
    width: 900px;
  }
}
@media (max-width: 991px) {
  #modules-desktop .tabs.module-content-wrapper .tab-indicator-section {
    width: 665px;
  }
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-indicator-section
  .tab-indicator {
  position: relative;
  width: 14.28571%;
  height: 5px;
  background: #000;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.05);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.05);
  left: 0;
  top: -20px;
  z-index: 1;
}
@media (min-width: 1200px) {
  #modules-desktop
    .tabs.module-content-wrapper
    .tab-indicator-section
    .tab-indicator {
    top: -9px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #modules-desktop
    .tabs.module-content-wrapper
    .tab-indicator-section
    .tab-indicator {
    top: -10px;
  }
}
#modules-desktop .tabs.module-content-wrapper .tab-body {
  position: relative;
  height: calc(100% - 60px);
  padding: 10px 18px;
  top: -29px;
}
@media (max-width: 1199px) {
  #modules-desktop .tabs.module-content-wrapper .tab-body {
    padding: 10px 3px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #modules-desktop .tabs.module-content-wrapper .tab-body {
    padding-top: 20px;
  }
}
#modules-desktop .tabs.module-content-wrapper .tab-body .module-data {
  background: #fff;
  border-radius: 21px;
  width: 1076px;
  margin: 10px auto;
  padding: 70px 90px 40px;
  opacity: 0;
  display: none;
}
@media (max-width: 1199px) {
  #modules-desktop .tabs.module-content-wrapper .tab-body .module-data {
    width: 990px;
    margin: 0 auto;
    left: 0;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}
@media (max-width: 991px) {
  #modules-desktop .tabs.module-content-wrapper .tab-body .module-data {
    width: 765px;
    padding: 35px 55px;
    margin: 0 auto;
  }
}
#modules-desktop .tabs.module-content-wrapper .tab-body .module-data.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-header
  h5 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-header
  h3 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 35px;
  padding-right: 90px;
}
@media (max-width: 991px) {
  #modules-desktop
    .tabs.module-content-wrapper
    .tab-body
    .module-data
    .module-data-header
    h3 {
    padding-right: 0;
  }
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-header
  p {
  font-family: Roboto Regular;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding-right: 230px;
}
@media (max-width: 991px) {
  #modules-desktop
    .tabs.module-content-wrapper
    .tab-body
    .module-data
    .module-data-header
    p {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #modules-desktop
    .tabs.module-content-wrapper
    .tab-body
    .module-data
    .module-data-header
    .figure-area {
    padding: 75px 0 130px;
  }
}
@media (max-width: 991px) {
  #modules-desktop
    .tabs.module-content-wrapper
    .tab-body
    .module-data
    .module-data-header
    .figure-area
    .module-image {
    margin: -75px 0 -110px;
  }
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-header
  .figure-area
  .module-image
  img {
  width: 297px;
  padding-top: 25px;
  margin-left: -60px;
  -webkit-filter: drop-shadow(11px 14px 56px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(11px 14px 56px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991px) {
  #modules-desktop
    .tabs.module-content-wrapper
    .tab-body
    .module-data
    .module-data-header
    .figure-area
    .module-image
    img {
    width: 100%;
    margin-left: 0;
  }
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-header
  .figure-area
  .module-image
  .play-button {
  width: 80px;
  height: 80px;
  top: 40%;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-header
  .figure-area
  .module-image
  .play-button:after {
  content: "";
  border-left: 30px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-list {
  margin-top: 30px;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-list
  .row.list-unstyled
  li {
  font-family: Roboto Regular;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #616161;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  padding-right: 62px;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-list
  .row.list-unstyled
  li:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  width: 21px;
  height: 17px;
  top: 14px;
  left: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support
  #modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-list
  .row.list-unstyled
  li:before {
  background-image: url(../images/dark-tickk.webp);
}
.no-webp-support
  #modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-list
  .row.list-unstyled
  li:before {
  background-image: url(../images/dark-tickk.svg);
}
@media (max-width: 991px) {
  #modules-desktop
    .tabs.module-content-wrapper
    .tab-body
    .module-data
    .module-data-list
    .row.list-unstyled
    li:before {
    top: 12px;
  }
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-list
  .row.list-unstyled
  li
  strong {
  font-family: Roboto bold;
}
#modules-desktop
  .tabs.module-content-wrapper
  .tab-body
  .module-data
  .module-data-list
  .row.list-unstyled
  li:nth-child(4) {
  padding-right: 20px;
}
#modules-mobile {
  display: none;
}
@media (max-width: 767px) {
  #modules-mobile {
    display: block;
    margin-top: 170px;
  }
}
@media (max-width: 575px) {
  #modules-mobile .container {
    padding: 0 20px;
  }
}
#modules-mobile .container .modules-mobile-wrapper .mobile-module-header {
  padding: 25px 0 36px;
  position: relative;
  top: -135px;
  background: #ff7a12;
  border-radius: 35px 35px 0 0;
  z-index: -1;
  width: 1010px;
  margin: 0 auto;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  #modules-mobile .container .modules-mobile-wrapper .mobile-module-header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #modules-mobile .container .modules-mobile-wrapper .mobile-module-header {
    padding-top: 15px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-header
  h1.subtitle-mobile {
  font-family: Helvetica Neue LT Std;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.005em;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 20px 10px;
  color: #fff;
}
@media (max-width: 575px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-header
    h1.subtitle-mobile {
    font-size: 24px;
    line-height: 25px;
    padding: 15px 70px 10px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-header
  .arrow {
  width: 28px;
  height: 28px;
  background: #fff;
  -webkit-box-shadow: 0 11.778835296631px 17.668252944946px 0
    rgba(110, 116, 134, 0.23921568627450981);
  box-shadow: 0 11.778835296631px 17.668252944946px 0
    rgba(110, 116, 134, 0.23921568627450981);
  border-radius: 50%;
  margin: 0 auto 15px;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-header
  .arrow
  img {
  width: 60%;
  height: 60%;
}
#modules-mobile .container .modules-mobile-wrapper .mobile-module-header img {
  width: 294px;
}
@media (max-width: 380px) {
  #modules-mobile .container .modules-mobile-wrapper .mobile-module-header img {
    width: 264.83px;
  }
}
#modules-mobile .container .modules-mobile-wrapper .mobile-module-content {
  margin-top: -136px;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item {
  background: #fff;
  border: 1px solid #dfe0e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  width: 100%;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  > li {
  border-top: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .active
    .mobile-accordion-link,
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .active
    .mobile-module-answer
    .flex {
    display: none;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-accordion-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.05);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-accordion-link {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 15px 45px 3px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-accordion-link
  h6.mobile-module-title {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #0f1214;
  position: relative;
  cursor: pointer;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-accordion-link:after {
  content: none;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  right: 9%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.has-webp-support
  #modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-accordion-link:after {
  background-image: url(../images/faq-down-arrow.webp);
}
.no-webp-support
  #modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-accordion-link:after {
  background-image: url(../images/faq-down-arrow.svg);
}
@media (max-width: 767px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-accordion-link:after {
    content: "";
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer {
  display: none;
  padding-top: 20px;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .flex {
  margin-bottom: 15px;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .flex
  .center {
  font-family: Helvetica Neue LT Std;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .flex
  .right
  img {
  height: 13px;
  width: 20px;
}
@media (max-width: 575px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .flex
    .right {
    text-align: right;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer {
    padding-top: 10px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-heading {
  position: relative;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-heading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #ff7a12;
  top: -21px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-heading:before {
    top: -8px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-heading
  h4.module-title {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ff7a12;
  padding: 15px 30px 5px;
}
@media (max-width: 575px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-heading
    h4.module-title {
    padding: 15px 20px 5px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-heading
  h2 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000;
  padding: 0 30px 5px;
}
@media (max-width: 575px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-heading
    h2 {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    text-align: left;
    margin-bottom: 5px;
    padding: 0 50px 5px 20px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-para {
  padding: 15px 30px 5px;
}
@media (max-width: 767px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-para {
    width: unset;
    padding: 15px 30px 5px;
  }
}
@media (max-width: 574px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-para {
    width: 90%;
    padding: 0 0 5px;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-para {
    width: 282px;
    padding: 15px 0 5px;
    margin: 0 auto;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-para
  p {
  font-family: Roboto Regular;
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
  color: #000;
}
@media (max-width: 575px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-para
    p {
    font-size: 16px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-image {
  padding: 25px 0 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 575px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-image {
    padding: 0 0 15px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-image
  img {
  width: 281.8px;
  -webkit-filter: drop-shadow(11px 14px 56px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(11px 14px 56px rgba(0, 0, 0, 0.25));
}
@media (max-width: 575px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-image
    img {
    -webkit-filter: none;
    filter: none;
    border-radius: 12px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-list {
  padding: 15px 30px 30px;
}
@media (max-width: 575px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-list {
    padding: 15px 20px 30px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-list
  ul
  li {
  font-family: Roboto Regular;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #616161;
  position: relative;
  list-style: none;
  margin-bottom: 13px;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-list
  ul
  li:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  width: 21.81px;
  height: 17px;
  top: 15px;
  left: -28px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support
  #modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-list
  ul
  li:before {
  background-image: url(../images/dark-tickk.webp);
}
.no-webp-support
  #modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-list
  ul
  li:before {
  background-image: url(../images/dark-tickk.svg);
}
@media (max-width: 991px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-list
    ul
    li:before {
    top: 12px;
  }
}
@media (max-width: 575px) {
  #modules-mobile
    .container
    .modules-mobile-wrapper
    .mobile-module-content
    .mobile-accordion-item
    .mobile-module-answer
    .answer-list
    ul
    li:before {
    top: 11px;
  }
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .mobile-module-answer
  .answer-list
  ul
  li
  strong {
  font-family: Roboto Regular;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item:last-child
  .mobile-accordion-link {
  padding-bottom: 0;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .active
  .mobile-module-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
#modules-mobile
  .container
  .modules-mobile-wrapper
  .mobile-module-content
  .mobile-accordion-item
  .active
  .mobile-module-answer {
  display: block;
}
@media (max-width: 575px) {
  #modules-mobile {
    display: block;
    margin-top: 160px;
    margin-bottom: 25px;
  }
}
.amazon-fba {
  margin-bottom: 50px;
}
.amazon-fba .container .top-header {
  background: #fff;
  width: 658px;
  border-radius: 20px;
  margin: 0 auto 50px;
  padding: 30px 40px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .amazon-fba .container .top-header {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .amazon-fba .container .top-header {
    margin-bottom: 20px;
  }
}
.amazon-fba .container .top-header h3 {
  font-size: 30px;
  line-height: 29px;
  margin-bottom: 20px;
}
.amazon-fba .container .top-header h3,
.amazon-fba .container .top-header h5 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.amazon-fba .container .top-header h5 {
  font-size: 22px;
  line-height: 24px;
  color: hsla(0, 0%, 46.7%, 0.43137254901960786);
}
@media (max-width: 575px) {
  .amazon-fba .container .top-header h5.desktop {
    display: none;
  }
}
@media (max-width: 575px) {
  .amazon-fba .container .top-header h5.mobile {
    display: block;
    color: #777;
  }
}
.amazon-fba .container .top-header:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -28px;
  height: 35px;
  width: 35px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
}
.has-webp-support .amazon-fba .container .top-header:after {
  background-image: url(../images/amazon-fba-down-arrow.webp);
}
.no-webp-support .amazon-fba .container .top-header:after {
  background-image: url(../images/amazon-fba-down-arrow.svg);
}
.amazon-fba .container .section-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .amazon-fba .container .section-flex {
    width: 525px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: -17px 18px 105px 0 rgba(0, 0, 0, 0.10196078431372549);
    box-shadow: -17px 18px 105px 0 rgba(0, 0, 0, 0.10196078431372549);
    margin: 0 auto;
    z-index: 0;
    position: relative;
    border-radius: 15px;
    background: #fff;
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .amazon-fba .container .section-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    z-index: 0;
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: -17px 18px 105px 0 rgba(0, 0, 0, 0.10196078431372549);
    box-shadow: -17px 18px 105px 0 rgba(0, 0, 0, 0.10196078431372549);
    padding: 20px 15px 25px;
  }
}
@media (max-width: 380px) {
  .amazon-fba .container .section-flex {
    width: 322px;
  }
}
.amazon-fba .container .section-flex img {
  width: 310px;
  margin-bottom: 30px;
  -webkit-box-shadow: -21px 34px 46px 0 rgba(0, 0, 0, 0.26666666666666666);
  box-shadow: -21px 34px 46px 0 rgba(0, 0, 0, 0.26666666666666666);
}
@media (min-width: 576px) and (max-width: 1024px) {
  .amazon-fba .container .section-flex img {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .amazon-fba .container .section-flex img {
    width: 450px;
    max-width: 100%;
    margin-left: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 380px) {
  .amazon-fba .container .section-flex img {
    width: 313px;
  }
}
.amazon-fba .container .section-flex h2 {
  font-family: Helvetica Neue LT Std;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.amazon-fba .container .section-flex h2 span.red-color {
  color: #ea3600;
}
@media (max-width: 991px) {
  .amazon-fba .container .section-flex .section-flex-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .amazon-fba .container .section-flex .section-flex-item {
    width: auto;
    margin: 0 auto 20px;
  }
}
@media (max-width: 380px) {
  .amazon-fba .container .section-flex .section-flex-item {
    width: auto;
  }
}
.amazon-fba .container .section-flex .section-flex-item .video .video-iframe {
  position: relative;
}
.amazon-fba
  .container
  .section-flex
  .section-flex-item
  .video
  .video-iframe:after {
  position: absolute;
  content: "";
  width: 310px;
  height: 175px;
  top: 5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(20.88deg, #ff7512 11.19%, #ea3600 75.06%);
}
@media (min-width: 576px) and (max-width: 1024px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe:after {
    top: 5px;
    left: 100px;
  }
}
@media (max-width: 575px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe:after {
    width: 100%;
    height: 88%;
    top: 9px;
    left: -2px;
  }
}
@media (max-width: 465px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe:after {
    width: 97%;
    height: 89%;
    top: 9px;
    left: -2px;
  }
}
@media (min-width: 411px) and (max-width: 460px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe:after {
    width: 97%;
    height: 88%;
    top: 9px;
    left: -2px;
  }
}
@media (max-width: 410px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe:after {
    width: 97%;
    height: 87%;
  }
}
@media (max-width: 380px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe:after {
    height: 85%;
  }
}
.amazon-fba
  .container
  .section-flex
  .section-flex-item
  .video
  .video-iframe
  .section-flex-image {
  position: relative;
}
@media (min-width: 576px) and (max-width: 1024px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe
    .section-flex-image {
    margin-bottom: 20px;
  }
}
.amazon-fba
  .container
  .section-flex
  .section-flex-item
  .video
  .video-iframe
  .play-button {
  width: 62px;
  height: 62px;
  top: 45%;
  background: linear-gradient(20.88deg, #ff7512 11.19%, #ea3600 75.06%);
}
@media (max-width: 991px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe
    .play-button {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe
    .play-button {
    width: 75px;
    height: 75px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.amazon-fba
  .container
  .section-flex
  .section-flex-item
  .video
  .video-iframe
  .play-button:after {
  content: "";
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  display: block;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe
    .play-button:after {
    border-left: 55px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
@media (max-width: 575px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe
    .play-button:after {
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 8px;
  }
}
.amazon-fba
  .container
  .section-flex
  .section-flex-item
  .video
  .video-iframe
  .video-iframe-tag {
  display: none;
  min-width: 310px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe
    .video-iframe-tag {
    padding: 33% 0 0 !important;
  }
}
@media (max-width: 575px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe
    .video-iframe-tag {
    padding: 56% 0 0 !important;
  }
}
.amazon-fba
  .container
  .section-flex
  .section-flex-item
  .video
  .video-iframe
  .video-iframe-tag
  iframe {
  height: 175px;
  width: 310px;
  top: 0;
  min-height: 174px !important;
  background: #f9f9f9;
}
@media (max-width: 991px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe
    .video-iframe-tag
    iframe {
    left: 105px;
  }
}
@media (max-width: 575px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item
    .video
    .video-iframe
    .video-iframe-tag
    iframe {
    left: 0;
  }
}
@media (max-width: 575px) {
  .amazon-fba .container .section-flex .section-flex-item:last-child img {
    height: 240px !important;
  }
}
@media (max-width: 470px) {
  .amazon-fba .container .section-flex .section-flex-item:last-child img {
    width: 450px;
  }
}
@media (max-width: 465px) {
  .amazon-fba .container .section-flex .section-flex-item:last-child img {
    width: 427px;
  }
}
@media (max-width: 450px) {
  .amazon-fba .container .section-flex .section-flex-item:last-child img {
    width: 423px;
  }
}
@media (max-width: 440px) {
  .amazon-fba .container .section-flex .section-flex-item:last-child img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item:last-child
    .video
    .video-iframe:after {
    height: 239px;
  }
}
@media (max-width: 470px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item:last-child
    .video
    .video-iframe:after {
    height: 240px;
    width: 425px;
  }
}
@media (max-width: 460px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item:last-child
    .video
    .video-iframe:after {
    width: 98%;
    height: 88%;
  }
}
@media (max-width: 440px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item:last-child
    .video
    .video-iframe:after {
    height: 89%;
  }
}
@media (max-width: 410px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item:last-child
    .video
    .video-iframe:after {
    height: 88%;
  }
}
@media (max-width: 380px) {
  .amazon-fba
    .container
    .section-flex
    .section-flex-item:last-child
    .video
    .video-iframe:after {
    height: 86%;
  }
}
.amazon-fba .container .banner {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff8613),
    to(#ff6813)
  );
  background: linear-gradient(180deg, #ff8613, #ff6813);
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 66px;
}
.amazon-fba .container .banner:before {
  content: "";
  width: 100%;
  height: 256px;
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 280px;
  font-weight: 900;
  color: #ff7213;
}
.has-webp-support .amazon-fba .container .banner:before {
  background-image: url(../images/MELISA-VONG-text.webp);
}
.no-webp-support .amazon-fba .container .banner:before {
  background-image: url(../images/MELISA-VONG-text.svg);
}
.amazon-fba .container .banner .center {
  margin-top: 80px;
  margin-left: -150px;
}
.amazon-fba .container .banner .center h2 {
  width: 490px;
  text-transform: uppercase;
  font-family: Helvetica Neue LT Std;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
}
.amazon-fba .container .banner .center .btn-primary {
  background: #fff;
  color: #000;
}
.amazon-fba .container .banner .center .btn {
  padding: 20px 100px;
  z-index: 1;
}
.amazon-fba .container .banner .center .btn:before {
  -webkit-animation: customButton 2.5s ease infinite;
  animation: customButton 2.5s ease infinite;
}
.has-webp-support .amazon-fba .container .banner .center .btn:after {
  background-image: url(../images/arrow-right-black.webp);
}
.no-webp-support .amazon-fba .container .banner .center .btn:after {
  background-image: url(../images/arrow-right-black.svg);
}
.amazon-fba .container .banner .center .btn:focus,
.amazon-fba .container .banner .center .btn:hover {
  background: #fff !important;
  opacity: 0.9;
}
.amazon-fba .container .banner .right img {
  width: 910px;
  height: 495px;
  margin-left: -270px;
  margin-top: -14px;
}
@media (max-width: 1399px) {
  .amazon-fba .container .banner {
    height: 408px;
    margin-top: 30px;
  }
  .amazon-fba .container .banner .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .amazon-fba .container .banner .row .center {
    margin-left: -200px;
  }
  .amazon-fba .container .banner .row .center h2 {
    width: 300px;
    margin-left: 30px;
    font-size: 50px;
    line-height: 50px;
  }
  .amazon-fba .container .banner .row .right {
    margin-left: 100px;
  }
  .amazon-fba .container .banner .row .right img {
    width: 690px;
    height: unset;
    margin-left: -240px;
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .amazon-fba .container .banner {
    height: 408px;
    margin-top: 30px;
  }
  .amazon-fba .container .banner .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .amazon-fba .container .banner .row .center {
    margin-left: unset;
  }
  .amazon-fba .container .banner .row .center h2 {
    width: 300px;
    margin-left: 30px;
    font-size: 50px;
    line-height: 50px;
  }
  .amazon-fba .container .banner .row .right {
    margin-left: 0;
  }
  .amazon-fba .container .banner .row .right img {
    width: 690px;
    height: unset;
    margin-left: -240px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .amazon-fba .container .banner {
    display: none;
  }
}
.amazon-fba .container .banner-mobile {
  display: none;
}
@media (max-width: 767px) {
  .amazon-fba .container .banner-mobile {
    margin: 20px auto 0;
    display: block;
    width: 336px;
    border-radius: 13px;
    -webkit-box-shadow: 19px 4px 45px 0 transparent;
    box-shadow: 19px 4px 45px 0 transparent;
    background: linear-gradient(
      53.91deg,
      #ff7512 2.85%,
      #ff7512 23.81%,
      #ea3600 84.51%
    );
    position: relative;
  }
  .amazon-fba .container .banner-mobile h1 {
    color: #fff;
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.005em;
    text-align: center;
  }
  .amazon-fba .container .banner-mobile:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 336px;
    height: 486px;
    background-size: 100%;
    z-index: 0;
  }
  .has-webp-support .amazon-fba .container .banner-mobile:before {
    background-image: url(../images/amazon-fba-mobile-mask.webp);
  }
  .no-webp-support .amazon-fba .container .banner-mobile:before {
    background-image: url(../images/amazon-fba-mobile-mask.svg);
  }
  .amazon-fba .container .banner-mobile img {
    width: 336px;
    position: relative;
    z-index: 1;
  }
  .amazon-fba .container .banner-mobile .btn {
    width: 289px;
    height: 70px;
    padding: 24px 20px;
    background: #fff;
    color: #ef4404;
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .amazon-fba .container .banner-mobile .btn:before {
    -webkit-animation: custompulse 2.5s ease infinite;
    animation: custompulse 2.5s ease infinite;
  }
  .has-webp-support .amazon-fba .container .banner-mobile .btn:after {
    background-image: url(../images/arrow-right.webp);
  }
  .no-webp-support .amazon-fba .container .banner-mobile .btn:after {
    background-image: url(../images/arrow-right.svg);
  }
}
@-webkit-keyframes custompulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.5);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.5);
  }
  75% {
    -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}
@-webkit-keyframes customButton {
  0% {
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0.7);
    box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0.7);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 25px hsla(0, 0%, 100%, 0);
  }
}
@keyframes customButton {
  0% {
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0.7);
    box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0.7);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 25px hsla(0, 0%, 100%, 0);
  }
}
.no-guru {
  margin-bottom: 40px;
}
.no-guru .container .header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -50px;
}
@media (max-width: 575px) {
  .no-guru .container .header-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -30px;
  }
}
.no-guru .container .header-flex .left {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .no-guru .container .header-flex .left {
    margin-left: unset;
    margin-bottom: -50px;
  }
}
.no-guru .container .header-flex .right {
  margin-left: -40px;
}
@media (max-width: 575px) {
  .no-guru .container .header-flex .right {
    margin-left: unset;
    margin-bottom: 10px;
    margin-top: -10px;
  }
}
.no-guru .container .header-flex .right h2 {
  width: 476px;
  margin: 0 auto;
  font-family: Helvetica Neue LT Std;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 575px) {
  .no-guru .container .header-flex .right h2 {
    width: unset;
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    text-align: center;
  }
}
.no-guru .container .no-guru-text {
  width: 476px;
  margin: 0 auto 75px;
}
@media (max-width: 575px) {
  .no-guru .container .no-guru-text {
    width: unset;
    padding: 0 6px;
    margin-bottom: 45px;
  }
}
.no-guru .container .no-guru-text p {
  color: #0f1214;
  font-family: Roboto Regular;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .no-guru .container .no-guru-text p {
    font-family: Roboto Regular;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 40px;
  }
}
.no-guru .container .legit-brand {
  width: 784px;
  padding: 50px 150px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1440px) {
  .no-guru .container .legit-brand {
    width: 100%;
    padding: 50px 0 20px;
  }
}
@media (max-width: 575px) {
  .no-guru .container .legit-brand {
    width: 100%;
    padding: 50px 0 20px;
  }
}
.no-guru .container .legit-brand h2 {
  font-family: Helvetica Neue LT Std;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 35px;
  color: #000;
}
@media (max-width: 1440px) {
  .no-guru .container .legit-brand h2 {
    width: 500px;
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    text-align: center;
    margin: 0 auto 20px;
  }
}
@media (max-width: 575px) {
  .no-guru .container .legit-brand h2 {
    width: 323px;
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    text-align: center;
    margin-bottom: 20px;
  }
}
.no-guru .container .legit-brand p {
  width: 476px;
  color: #0f1214;
  font-family: Roboto Regular;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 auto 15px;
}
@media (max-width: 575px) {
  .no-guru .container .legit-brand p {
    width: unset;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0 7px;
    margin-bottom: 10px;
  }
}
.no-guru .container .legit-brand p strong {
  font-family: Roboto bold;
  color: #0f1214;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .no-guru .container .legit-brand p strong {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.no-guru .container .legit-brand p:nth-child(3) {
  margin-bottom: 40px;
}
.no-guru .container .legit-brand:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 485px;
  background: linear-gradient(275.23deg, #ff7512 44.07%, #ea3600 55.54%);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
@media (max-width: 575px) {
  .no-guru .container .legit-brand:before {
    width: 328px;
  }
}
.no-guru .container .legit-brand img {
  display: block;
  width: 575px;
  -webkit-box-shadow: 0 36px 57px -21px rgba(0, 0, 0, 0.25098039215686274);
  box-shadow: 0 36px 57px -21px rgba(0, 0, 0, 0.25098039215686274);
  border-radius: 16px;
  margin: 0 auto 15px -50px;
}
@media (max-width: 1440px) {
  .no-guru .container .legit-brand img {
    width: 550px;
    display: block;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .no-guru .container .legit-brand img {
    display: block;
    width: 325px;
    margin: 0 auto 20px;
  }
}
.shopify {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 575px) {
  .shopify {
    z-index: 2;
    margin-top: -50px;
  }
}
@media (max-width: 575px) {
  .shopify .container {
    padding: 0;
  }
}
.shopify .container .head-banner h1 {
  width: 880px;
  margin: 0 auto;
  padding: 40px 0;
  background: linear-gradient(
    53.91deg,
    #ff7512 2.85%,
    #ff7512 23.81%,
    #ea3600 84.51%
  );
  border-radius: 35px;
  font-family: Helvetica Neue LT Std;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .shopify .container .head-banner h1 {
    width: 100%;
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    text-align: center;
    padding-bottom: 27px 0;
  }
}
@media (max-width: 575px) {
  .shopify .container .head-banner h1 {
    width: 95%;
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    text-align: center;
    padding-bottom: 27px 0;
  }
}
@media (max-width: 360px) {
  .shopify .container .head-banner h1 {
    width: 346px;
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    text-align: center;
    padding-bottom: 27px 0;
  }
}
.shopify .container .text-area {
  width: 785px;
  background: #fff;
  margin: 0 auto;
  padding-top: 40px;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1400px) {
  .shopify .container .text-area {
    width: 95%;
    padding-top: 40px;
    position: relative;
    z-index: -1;
    margin-top: -10px;
  }
}
@media (max-width: 575px) {
  .shopify .container .text-area {
    width: 85%;
    position: relative;
    z-index: -1;
    margin-top: -10px;
  }
}
@media (max-width: 360px) {
  .shopify .container .text-area {
    width: 328px;
    position: relative;
    z-index: -1;
    margin-top: -10px;
  }
}
.shopify .container .text-area .text-area-one p {
  font-family: Roboto Regular;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  padding: 0 153px;
  margin-bottom: 40px;
  color: #000;
}
@media (max-width: 767px) {
  .shopify .container .text-area .text-area-one p {
    font-size: 19px;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .shopify .container .text-area .text-area-one p {
    font-size: 19px;
    padding: 0 9px;
  }
}
.shopify .container .text-area .text-area-one p strong {
  font-family: Roboto bold;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .shopify .container .text-area .text-area-one p strong {
    font-size: 19px;
  }
}
.shopify .container .text-area .text-area-two {
  width: 785px;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.14901960784313725);
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.14901960784313725);
  position: relative;
  padding: 50px 155px;
}
@media (max-width: 1400px) {
  .shopify .container .text-area .text-area-two {
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .shopify .container .text-area .text-area-two {
    width: 100%;
    padding: 30px 14px;
    border-radius: 30px;
  }
}
@media (max-width: 360px) {
  .shopify .container .text-area .text-area-two {
    width: 328px;
    padding: 30px 14px;
    border-radius: 30px;
  }
}
.shopify .container .text-area .text-area-two:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 12px;
  width: 486px;
  background: linear-gradient(275.23deg, #ff7512 44.07%, #ea3600 55.54%);
}
@media (max-width: 575px) {
  .shopify .container .text-area .text-area-two:before {
    width: 300px;
  }
}
.shopify .container .text-area .text-area-two-heading {
  font-family: Helvetica Neue LT Std;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .shopify .container .text-area .text-area-two-heading {
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    padding: 0 3px;
  }
}
@media (max-width: 575px) {
  .shopify .container .text-area .text-area-two-heading:nth-child(7) {
    padding: 0;
  }
}
.shopify .container .text-area .text-area-two p {
  font-family: Roboto Regular;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .shopify .container .text-area .text-area-two p {
    font-size: 19px;
  }
}
.shopify .container .text-area .text-area-two p strong {
  font-family: Roboto bold;
  color: #0f1214;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .shopify .container .text-area .text-area-two p strong {
    font-size: 19px;
  }
}
.get-started .container .heading-banner-wrapper {
  position: relative;
}
.get-started .container .heading-banner-wrapper .heading-banner {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff8613),
    to(#ff6813)
  );
  background: linear-gradient(180deg, #ff8613, #ff6813);
  font-family: Helvetica Neue LT Std;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  width: 1019px;
  padding: 50px;
  margin: 0 auto;
  border-radius: 23px;
}
@media (max-width: 1400px) {
  .get-started .container .heading-banner-wrapper .heading-banner {
    width: 100%;
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    padding: 25px 30px;
  }
}
@media (max-width: 380px) {
  .get-started .container .heading-banner-wrapper .heading-banner {
    width: 345px;
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
    z-index: 2;
  }
}
.get-started .container .heading-banner-wrapper:after {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  z-index: 1;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #f86612;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.get-started .container .text-area {
  width: 904px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 184px;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .get-started .container .text-area {
    width: 90%;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
    padding: 50px 50px 30px;
  }
}
@media (max-width: 903px) {
  .get-started .container .text-area {
    width: 100%;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
    padding: 50px 50px 30px;
  }
}
@media (max-width: 575px) {
  .get-started .container .text-area {
    width: 328px;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.058823529411764705);
    border-radius: 15px;
    z-index: -1;
    padding: 50px 0 35px;
  }
}
.get-started .container .text-area ol {
  list-style: none;
}
@media (max-width: 575px) {
  .get-started .container .text-area ol {
    width: 282px;
    margin: 0 auto 0 15px;
  }
}
.get-started .container .text-area ol li {
  position: relative;
  margin-bottom: 50px;
  padding-left: 40px;
  font-family: Roboto Regular;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 575px) {
  .get-started .container .text-area ol li {
    font-size: 19px;
    padding-left: 20px;
  }
}
.get-started .container .text-area ol li strong {
  font-family: Roboto bold;
}
@media (max-width: 575px) {
  .get-started .container .text-area ol li strong {
    font-size: 19px;
  }
}
.get-started .container .text-area ol li:before {
  position: absolute;
  top: -10px;
  left: -40px;
  content: "";
  width: 47px;
  height: 47px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10980392156862745);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10980392156862745);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .get-started .container .text-area ol li:before {
    left: -30px;
    width: 31px;
    height: 31px;
    top: 0;
  }
}
.get-started .container .text-area ol li span.number {
  font-family: Helvetica Neue LT Std;
  color: #ff7a12;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: -25px;
}
body:not(.foundr-mac) .get-started .container .text-area ol li span.number {
  padding-top: 3px;
  display: inline-block;
}
@media (max-width: 575px) {
  .get-started .container .text-area ol li span.number {
    left: -19px;
    font-size: 16px;
  }
}
.get-started .container .text-area ol li:after {
  position: absolute;
  background: #ff7a12;
  bottom: 0;
  width: 2px;
  height: 0;
  left: -17px;
}
.get-started .container .text-area ol li:first-child:after {
  bottom: -43px;
  width: 2px;
  height: 30px;
}
@media (max-width: 767px) {
  .get-started .container .text-area ol li:first-child:after {
    height: 53px;
    bottom: -50px;
  }
}
@media (max-width: 575px) {
  .get-started .container .text-area ol li:first-child:after {
    height: 90px;
    bottom: -50px;
  }
}
.get-started .container .text-area ol li:nth-child(2):after {
  bottom: -43px;
  width: 2px;
  height: 53px;
}
@media (max-width: 575px) {
  .get-started .container .text-area ol li:nth-child(2):after {
    height: 95px;
    bottom: -55px;
  }
}
.get-started .container .text-area ol li:nth-child(3):after {
  bottom: -43px;
  width: 2px;
  height: 53px;
}
@media (max-width: 575px) {
  .get-started .container .text-area ol li:nth-child(3):after {
    height: 115px;
    bottom: -50px;
  }
}
.get-started .container .text-area ol li:nth-child(4):after {
  bottom: -43px;
  width: 2px;
  height: 53px;
}
@media (max-width: 575px) {
  .get-started .container .text-area ol li:nth-child(4):after {
    height: 120px;
    bottom: -55px;
  }
}
.get-started .container .text-area:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 280px;
  background: #ff7a12;
  top: 60px;
  left: 73px;
}
@media (min-width: 1401px) {
  .get-started .container .text-area:before {
    left: 207px;
  }
}
@media (max-width: 1400px) {
  .get-started .container .text-area:before {
    height: 210px;
    left: 71px;
  }
}
@media (max-width: 991px) {
  .get-started .container .text-area:before {
    height: 290px;
    left: 72px;
  }
}
@media (max-width: 575px) {
  .get-started .container .text-area:before {
    height: 400px;
    left: 40px;
  }
}
.get-started .container .text-area:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: #fff;
  -webkit-box-shadow: 0 16px 24px 0 rgba(110, 116, 134, 0.23921568627450981);
  box-shadow: 0 16px 24px 0 rgba(110, 116, 134, 0.23921568627450981);
  background-size: 100%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.has-webp-support .get-started .container .text-area:after {
  background-image: url(../images/get-started-arrow-down.webp);
}
.no-webp-support .get-started .container .text-area:after {
  background-image: url(../images/get-started-arrow-down.svg);
}
.mag-list-section {
  background: #f2f3f6;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-top: -235px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .mag-list-section {
    margin-top: 0;
    padding-top: 30px !important;
  }
}
@media (max-width: 992px) {
  .mag-list-section {
    margin-top: 0;
    padding-top: 30px !important;
  }
}
@media (max-width: 575px) {
  .mag-list-section {
    padding-top: 30px !important;
    padding-bottom: 38px !important;
  }
}
.mag-list-section a:hover {
  text-decoration: none;
}
.mag-list-section p {
  font-size: 24px;
  line-height: 34px;
  font-family: Helvetica Neue LT Std 47;
  margin-bottom: 45px;
  text-transform: uppercase;
  color: #616161;
}
.mag-list-section p strong {
  font-family: Helvetica Neue LT Std;
  color: #3f3f3f;
}
.mag-list-section .gallery-list {
  white-space: nowrap;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  -webkit-overflow-scrolling: touch;
}
.mag-list-section .gallery-list a {
  display: inline;
  color: #616161;
}
.mag-list-section .gallery-list a p {
  font-size: 22px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .mag-list-section .gallery-list {
    padding-top: 0 !important;
    margin-top: 45px !important;
  }
}
.mag-list-section .gallery-list .gallery-item {
  width: 300px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.mag-list-section .gallery-list .gallery-item:hover .item-details {
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.mag-list-section .gallery-list .gallery-item:hover .magazine-cover {
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
}
.mag-list-section .gallery-list .gallery-item .item-details {
  text-align: center;
  z-index: 1;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}
.mag-list-section .gallery-list .gallery-item .item-details .item-details-img {
  margin: 15px auto;
  max-height: 60px;
  max-width: 40%;
}
.mag-list-section .gallery-list .gallery-item .item-details > p {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.mag-list-section .gallery-list .gallery-item .magazine-cover {
  width: 300px;
  padding-bottom: 400px;
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #f3f2f2;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.mag-list-section .gallery-list .gallery-item .magazine-cover.magazine-p {
  width: 100%;
  padding-bottom: 134%;
}
.btn_letgetstart{
  display: flex; justify-content: center;
    align-items: center; padding: 40px 0px ;
}
.btn_letgetstart a{
  padding: 50px 80px; 
  text-decoration: none; 
  color: white; 
  font-size: 2rem; 
  background-color: #FB7811; 
  border-radius: 90px;   
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; 
  font-weight: 900;
}
@media screen and (max-width:470px) {
  .btn_letgetstart a{
    padding: 20px 40px;
    font-size: 1.5rem; 
    letter-spacing: 1px;
  }
}
.footer-section {
  background: #fff;
  padding: 150px 0 21px;
  text-align: center;
  margin-top: -100px;
}
@media (max-width: 575px) {
  .footer-section {
    margin-top: 0;
    padding-top: 60px;
  }
}
.footer-section .footer-logo {
  text-align: center;
  margin-bottom: 52px;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.footer-section .footer-logo img {
  position: relative;
  z-index: 1;
}
.footer-section .footer-disclaimer {
  text-align: left;
  margin-bottom: 60px;
}
.footer-section .footer-disclaimer strong {
  text-transform: uppercase;
  font-family: Helvetica Neue LT Std;
}
.footer-section .footer-disclaimer p {
  padding: 0 142px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #0f1214;
}
@media (max-width: 1135px) {
  .footer-section .footer-disclaimer p br {
    display: none;
  }
}
.footer-section .footer-disclaimer p .mobile-break {
  display: none;
}
@media (max-width: 380px) {
  .footer-section .footer-disclaimer p .mobile-break {
    display: block;
  }
}
@media (max-width: 1199px) {
  .footer-section .footer-disclaimer p {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .footer-section .footer-disclaimer p {
    padding: 0 10px;
    font-size: 13px;
    line-height: 24px;
  }
}
.footer-section .copyright {
  color: #0f1214;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-section .copyright a {
  font-family: Roboto bold;
  color: #0f1214;
}
.footer-section .copyright br {
  display: none;
}
@media (max-width: 1199px) {
  .mag-list-section {
    padding-top: 375px;
    padding-bottom: 103px;
  }
  .mag-list-section p {
    font-size: 28px;
    line-height: 35px;
    width: 81%;
    margin: 0 auto 50px;
    padding-top: 50px;
  }
  .mag-list-section .gallery-list .gallery-item {
    width: 160px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mag-list-section .gallery-list .gallery-item .item-details > p {
    font-size: 15px;
    padding: 0;
  }
  .footer-section .footer-content-wrap {
    max-width: 94.2%;
    margin: 0 auto;
  }
  .footer-section .footer-content-wrap .footer-logo {
    margin-bottom: 40px;
  }
  .footer-section .footer-content-wrap .footer-disclaimer {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mag-list-section {
    padding-top: 5px;
    padding-bottom: 75px;
  }
}
@media (max-width: 575px) {
  .mag-list-section p {
    font-family: Helvetica Neue LT Std;
    font-size: 24px;
    line-height: 29px;
    padding: 0 20px;
    margin-bottom: 30px;
    width: 100%;
    color: #616161;
  }
}
@media (max-width: 540px) {
  .mag-list-section {
    padding-top: 0;
    padding-bottom: 63px;
  }
  .footer-section {
    padding: 46px 20px 20px;
  }
  .footer-section .footer-logo img {
    max-width: 107px;
  }
  .footer-section p {
    font-size: 12px;
    line-height: 16px;
  }
  .footer-section .copyright {
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
  }
  .footer-section .copyright a {
    text-decoration: none;
  }
  .footer-section .copyright br {
    display: none;
  }
  .footer-section .copyright br.mobile-break {
    display: block;
  }
  .footer-section .copyright .hide-dot {
    display: none;
  }
}
@media (max-width: 320px) {
  .mag-list-section p {
    padding: 0 32px;
  }
}
.foundr-mac
  section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-tag
  .bonus-price
  h5.strikeout {
  padding-top: 10px;
}
section.bonuses-2-section {
  position: relative;
}
section.bonuses-2-section:before {
  position: absolute;
  content: "";
  top: 270px;
  left: 300px;
  width: 1300px;
  height: 1245px;
  background-repeat: no-repeat;
}
.has-webp-support section.bonuses-2-section:before {
  background-image: url(../images/bonus-bg.webp);
}
.no-webp-support section.bonuses-2-section:before {
  background-image: url(../images/bonus-bg.svg);
}
@media (min-width: 1921px) {
  section.bonuses-2-section:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 1919px) {
  section.bonuses-2-section:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 767px) {
  section.bonuses-2-section:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 110px;
    z-index: -1;
  }
  .has-webp-support section.bonuses-2-section:before {
    background-image: url(../images/BONUS-BG-MOBILE.webp);
  }
  .no-webp-support section.bonuses-2-section:before {
    background-image: url(../images/BONUS-BG-MOBILE.svg);
  }
}
@media (max-width: 991px) {
  section.bonuses-2-section {
    margin-top: -30px;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section {
    margin-top: -15px;
  }
}
@media (max-width: 430px) {
  section.bonuses-2-section {
    margin-top: 0;
  }
}
@media (max-width: 420px) {
  section.bonuses-2-section {
    margin-top: -5px;
  }
}
@media (max-width: 400px) {
  section.bonuses-2-section {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section .container {
    padding: 0 20px;
  }
}
section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-image {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-image {
    text-align: center;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-image {
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-image {
    margin-top: -50px;
  }
}
section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-image img {
  width: 1205.76px;
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-image
  img.desktop-image {
  position: relative;
  margin-bottom: -290px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-image
    img.desktop-image {
    width: 100%;
    margin-bottom: -200px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-image
    img.desktop-image {
    width: 100%;
    margin-bottom: -150px;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-image
    img.desktop-image {
    display: none;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-image
  img.mobile-image {
  display: none;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-image
    img.mobile-image {
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 380px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-image
    img.mobile-image {
    width: 355px;
    max-width: unset;
    margin-top: -40px;
    margin-left: -10px;
  }
}
section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-heading {
  margin-top: 155px;
  padding: 0 100px 40px;
}
@media (max-width: 1199px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-heading {
    padding: 0 40px 40px;
  }
}
@media (max-width: 991px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-heading {
    margin-top: 80px;
    padding: 55px 0 40px;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-heading {
    margin-top: -40px;
    padding: 0 0 35px;
  }
}
@media (max-width: 380px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-heading {
    margin-top: -20px;
    padding: 0 0 35px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-heading
  h2.bonuses-2-main-title {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-heading
    h2.bonuses-2-main-title {
    font-size: 30px;
    line-height: 30px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-heading
  h2.bonuses-2-main-title
  span.dark-color {
  color: #ff7a12;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-heading
    h2.bonuses-2-main-title.desktop-title {
    display: none;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-heading
  h2.bonuses-2-main-title.mobile-title {
  display: none;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-heading
    h2.bonuses-2-main-title.mobile-title {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-family: Helvetica Neue LT Std;
    font-size: 34px;
    line-height: 31px;
    letter-spacing: -0.005em;
    text-align: center;
    color: #000;
  }
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-heading
    h2.bonuses-2-main-title.mobile-title
    span.dark-color {
    color: #ff7a12;
  }
}
section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-content {
  width: 999px;
  background: #fff;
  -webkit-box-shadow: 2px 4px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin: 0 auto 10px;
  padding: 40px 23px 30px;
  position: relative;
}
@media (max-width: 1400px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-content {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-content {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 65px;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-content {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 65px;
  }
}
@media (max-width: 380px) {
  section.bonuses-2-section .container .bonuses-2-wrapper .bonuses-2-content {
    width: 322px;
    margin-bottom: 15px;
    padding-bottom: 65px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .bonuses-2-content-free-tag {
  position: absolute;
  right: 45px;
  top: 15px;
  width: 180px;
  text-align: center;
}
@media (max-width: 767px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .bonuses-2-content-free-tag {
    top: unset;
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .bonuses-2-content-free-tag {
    top: unset;
    width: 80px;
    left: 20px;
    bottom: 20px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .bonuses-2-content-free-tag
  h2 {
  background: #000;
  font-size: 20px;
  color: #ff7a12;
  padding: 5px 50px;
  margin-bottom: 0;
  border-radius: 3px;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .bonuses-2-content-free-tag
    h2 {
    font-size: 28px;
    border-radius: 8px;
    padding: 5px 0;
  }
  body:not(.foundr-mac)
    section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .bonuses-2-content-free-tag
    h2 {
    padding: 13px 0 5px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .bonuses-2-content-free-tag
  h2
  del {
  color: #fff;
  margin-right: 10px;
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .bonuses-2-content-free-tag-with-price {
  position: absolute;
  right: 45px;
  top: 15px;
  width: 180px;
  text-align: center;
}
@media (max-width: 767px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .bonuses-2-content-free-tag-with-price {
    top: unset;
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .bonuses-2-content-free-tag-with-price {
    top: unset;
    width: 150px;
    left: 20px;
    bottom: 20px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .bonuses-2-content-free-tag-with-price
  h2 {
  background: #000;
  font-size: 20px;
  color: #ff7a12;
  padding: 5px 50px;
  margin-bottom: 0;
  border-radius: 3px;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .bonuses-2-content-free-tag-with-price
    h2 {
    font-size: 28px;
    padding: unset;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .bonuses-2-content-free-tag-with-price
  h2
  del {
  color: #fff;
  margin-right: 10px;
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  span.bonus-bg {
  position: relative;
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  span.bonus-bg:before {
  content: none;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    span.bonus-bg:before {
    content: none;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    width: 375px;
    height: 1648px;
    top: 210px;
    left: 143px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-image-content
  .bonus-image {
  width: 144px;
  height: 144px;
  background: #f3f4f6;
  border-radius: 50%;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-image-content
    .bonus-image {
    width: 210px;
    height: 210px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-image-content
  .bonus-image
  img {
  width: 333.05px;
  margin-left: -93px;
  margin-top: -65px;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-image-content
    .bonus-image
    img.desktop {
    display: none;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-image-content
    .bonus-image
    img {
    width: 442px;
    max-width: 442px;
    margin-top: 10px;
    margin-left: -115px;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-image-content
    .bonus-image
    img.desktop-bonus-5 {
    display: none;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data {
    padding-top: 10px;
    padding-left: 9px;
  }
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data
    .bonus-header {
    padding-left: 3px;
    padding-top: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-header
  h5.bonus-mini-header {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 19.5652px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ff7a12;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data
    .bonus-header
    h5.bonus-mini-header {
    margin-bottom: 15px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-header
  h3.bonus-main-header {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 30px;
  line-height: 29px;
  text-transform: uppercase;
  color: #0f1214;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data
    .bonus-header
    h3.bonus-main-header {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: -5px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-content {
  padding: 10px 0;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data
    .bonus-content {
    padding: 2px 3px 5px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-content
  p {
  font-family: Roboto Regular;
  font-style: normal;
  font-size: 17px;
  line-height: 24px;
  color: #0f1214;
  margin-bottom: 15px;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data
    .bonus-content
    p {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data
    .bonus-content
    p
    br.d-lg-block {
    display: none !important;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-content
  p
  br.desktop-brk {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1920px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data
    .bonus-content
    p
    br.desktop-brk {
    display: block;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-content
  p
  br.mobile-brk {
  display: none;
}
@media (max-width: 380px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data
    .bonus-content
    p
    br.mobile-brk {
    display: block;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #000;
  border-radius: 3px;
  width: 194.21px;
  padding: 10px 10px 10px 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
}
@media (max-width: 575px) {
  section.bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-data
    .bonus-tag {
    margin: 5px auto 30px;
  }
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-tag
  .bonus-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-tag
  .bonus-price
  h5.strikeout {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 21.5517px;
  line-height: 20px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
section.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-data
  .bonus-tag
  .bonus-free
  img {
  width: 67.87px;
}
.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
  }
}
.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content:nth-child(3)
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(3)
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
    width: 415px;
    margin: -60px auto 0 -40px;
  }
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(3)
    .row
    .bonus-data
    .bonus-content
    p:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(3)
    .row
    .bonus-data
    .bonus-content
    p:nth-child(2) {
    width: 294px;
  }
}
.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content:nth-child(4)
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(4)
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
    width: 195px;
    margin: -60px auto 0 -10px;
  }
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(4)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(4)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 294px;
  }
}
.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content:nth-child(5)
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(5)
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
    width: 200px;
    margin: -18px auto 0 4px;
  }
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(5)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(5)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 294px;
  }
}
.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content:nth-child(6)
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(6)
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
    width: 345px;
    margin: -40px auto 0 -70px;
  }
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(6)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(6)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 294px;
  }
}
.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content:nth-child(7)
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(7)
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
    width: 160px;
    margin: -40px auto 0 25px;
  }
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(7)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(7)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 294px;
  }
}
.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content:nth-child(8)
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(8)
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
    width: 280px;
    margin: -65px auto 0 -40px;
  }
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(8)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(8)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 294px;
  }
}
.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content:nth-child(9)
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(9)
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
    width: 195px;
    margin: -10px auto 0 10px;
  }
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(9)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(9)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 294px;
  }
}
.bonuses-2-section
  .container
  .bonuses-2-wrapper
  .bonuses-2-content:nth-child(10)
  .row
  .bonus-image-content
  .bonus-image
  img.mobile {
  display: none;
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(10)
    .row
    .bonus-image-content
    .bonus-image
    img.mobile {
    display: block;
    width: 210px;
    margin: -15px auto 0 0;
  }
}
@media (max-width: 575px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(10)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .bonuses-2-section
    .container
    .bonuses-2-wrapper
    .bonuses-2-content:nth-child(10)
    .row
    .bonus-data
    .bonus-content
    p {
    width: 294px;
  }
}
section.exclusive {
  background: #0f1214;
  padding: 70px 0 185px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 575px) {
  section.exclusive {
    margin-top: 25px;
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
section.exclusive .container .exclusive-wrapper header h1.save-title {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 83.6738px;
  line-height: 73px;
  text-transform: uppercase;
  font-display: swap;
  color: #ff7a12;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  section.exclusive .container .exclusive-wrapper header h1.save-title {
    font-size: 59.1532px;
    line-height: 54px;
    margin-bottom: 15px;
  }
}
section.exclusive .container .exclusive-wrapper header h3.launch-title {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 55.8282px;
  line-height: 49px;
  text-transform: uppercase;
  font-display: swap;
  color: #fff;
}
@media (max-width: 575px) {
  section.exclusive .container .exclusive-wrapper header h3.launch-title {
    font-size: 34px;
    line-height: 31px;
  }
}
section.exclusive .container .exclusive-wrapper .down-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47.94px;
  height: 47.94px;
  background: #fff;
  -webkit-box-shadow: 0 16px 24px rgba(110, 116, 134, 0.24);
  box-shadow: 0 16px 24px rgba(110, 116, 134, 0.24);
  border-radius: 50%;
  margin: 30px auto;
  position: relative;
}
@media (max-width: 575px) {
  section.exclusive .container .exclusive-wrapper .down-arrow {
    margin: 23px auto 26px;
  }
}
section.exclusive .container .exclusive-wrapper .down-arrow:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  width: 23.78px;
  height: 24.17px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support
  section.exclusive
  .container
  .exclusive-wrapper
  .down-arrow:before {
  background-image: url(../images/get-started-arrow-down.webp);
}
.no-webp-support
  section.exclusive
  .container
  .exclusive-wrapper
  .down-arrow:before {
  background-image: url(../images/get-started-arrow-down.svg);
}
section.exclusive .container .exclusive-wrapper .exclusive-content {
  width: 610px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.exclusive .container .exclusive-wrapper .exclusive-content {
    width: 100%;
    padding: 0 35px;
  }
}
section.exclusive .container .exclusive-wrapper .exclusive-content p {
  font-family: Roboto Regular;
  font-style: normal;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  font-display: swap;
  color: #fff;
}
.foundr-mac section.cta-turn:before {
  top: 120px;
}
@media (max-width: 1400px) {
  .foundr-mac section.cta-turn:before {
    top: 120px;
  }
}
@media (min-width: 992px) {
  .foundr-mac section.cta-turn .container .cta-turn-wrapper .round-box {
    border-radius: 31px;
    padding: 38px 145px 20px;
  }
}
@media (max-width: 400px) {
  .foundr-mac section.cta-turn .container .cta-turn-wrapper .round-box {
    padding: 15px 35px 5px;
  }
}
.foundr-mac section.cta-turn:after {
  top: 185px;
}
@media (max-width: 575px) {
  .foundr-mac section.cta-turn:after {
    top: 105px;
  }
}
section.cta-turn {
  background: #0e1113;
  padding: 220px 0 70px;
  position: relative;
  margin-top: -1px;
}
@media (max-width: 991px) {
  section.cta-turn {
    padding-bottom: 93px;
  }
}
@media (max-width: 575px) {
  section.cta-turn {
    padding-bottom: 30px;
    background: #0e1112;
  }
}
section.cta-turn:before {
  content: "YOUR \a0\a0\a0\a0 TURN";
  font-family: Helvetica Neue LT Std;
  position: absolute;
  text-align: center;
  width: 1920px;
  font-size: 340px;
  background: linear-gradient(
    50.6deg,
    hsla(0, 0%, 70.6%, 0.5) -19.12%,
    hsla(0, 0%, 100%, 0) 105.87%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 119px;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  section.cta-turn:before {
    font-size: 236px;
    top: 82px;
  }
}
@media (max-width: 991px) {
  section.cta-turn:before {
    font-size: 260px;
    width: 1545.24px;
  }
}
@media (max-width: 767px) {
  section.cta-turn:before {
    font-size: 165px;
    width: 1493.24px;
    top: 100px;
  }
}
@media (max-width: 575px) {
  section.cta-turn:before {
    font-size: 165px;
    width: 1421.24px;
    top: 62px;
    left: 50%;
  }
}
@media (max-width: 400px) {
  section.cta-turn:before {
    font-size: 165px;
    width: 1421.24px;
    top: 62px;
    left: 21%;
  }
}
section.cta-turn:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 1450px;
  height: 970px;
  -webkit-filter: drop-shadow(0 -42px 149px rgba(0, 0, 0, 0.45));
  filter: drop-shadow(0 -42px 149px rgba(0, 0, 0, 0.45));
  top: 185px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support section.cta-turn:after {
  background-image: url(../images/Foundr-Melisa-cta.webp);
}
.no-webp-support section.cta-turn:after {
  background-image: url(../images/Foundr-Melisa-cta.png);
}
@media (max-width: 575px) {
  section.cta-turn:after {
    width: 630px;
    height: 503px;
    top: 105px;
    -webkit-filter: drop-shadow(0 -42px 149px rgba(0, 0, 0, 0.45));
    filter: drop-shadow(0 -42px 149px rgba(0, 0, 0, 0.45));
  }
  .has-webp-support section.cta-turn:after {
    background-image: url(../images/Foundr-Melisa-cta.webp);
  }
  .no-webp-support section.cta-turn:after {
    background-image: url(../images/Foundr-Melisa-cta.png);
  }
}
section.cta-turn .cta-turn-logo {
  position: relative;
}
section.cta-turn .cta-turn-logo:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 1845px;
  height: 399px;
  top: 165px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support section.cta-turn .cta-turn-logo:after {
  background-image: url(../images/YOUR-TURN.webp);
}
.no-webp-support section.cta-turn .cta-turn-logo:after {
  background-image: url(../images/YOUR-TURN.svg);
}
@media (max-width: 1199px) {
  section.cta-turn .cta-turn-logo:after {
    width: 1270px;
    height: 310px;
    top: 60px;
  }
}
@media (max-width: 991px) {
  section.cta-turn .cta-turn-logo:after {
    width: 1415px;
  }
}
@media (max-width: 767px) {
  section.cta-turn .cta-turn-logo:after {
    width: 905px;
    top: 35px;
  }
}
@media (max-width: 575px) {
  section.cta-turn .cta-turn-logo:after {
    content: none;
  }
}
section.cta-turn .container .cta-turn-wrapper {
  position: relative;
  z-index: 1;
}
section.cta-turn .container .cta-turn-wrapper .round-box {
  width: 609px;
  margin: 30px auto 0;
  padding: 38px 145px;
  position: relative;
  z-index: 2;
  opacity: 0.9;
  background: linear-gradient(
      286.17deg,
      rgba(255, 122, 18, 0.23) 20.82%,
      transparent 60.17%
    ),
    linear-gradient(
      101.78deg,
      rgba(255, 122, 18, 0.53) 18.92%,
      hsla(0, 0%, 99.6%, 0) 55.88%
    ),
    linear-gradient(0deg, hsla(0, 0%, 100%, 0.33), hsla(0, 0%, 100%, 0.33));
  -webkit-box-shadow: 0 87px 47px -76px #000;
  box-shadow: 0 87px 47px -76px #000;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 47px;
}
@media (max-width: 767px) {
  section.cta-turn .container .cta-turn-wrapper .round-box {
    width: 100%;
    padding: 38px 75px;
  }
}
@media (max-width: 575px) {
  section.cta-turn .container .cta-turn-wrapper .round-box {
    width: 100%;
    padding: 13px 40px 12px;
    border-radius: 26.2146px;
    top: -125px;
    background: linear-gradient(
        286.17deg,
        rgba(0, 0, 0, 0.23) 20.82%,
        transparent 60.17%
      ),
      linear-gradient(
        101.78deg,
        rgba(255, 122, 18, 0.53) 18.92%,
        hsla(0, 0%, 99.6%, 0) 55.88%
      ),
      linear-gradient(0deg, hsla(0, 0%, 100%, 0.33), hsla(0, 0%, 100%, 0.33));
  }
}
section.cta-turn .container .cta-turn-wrapper .round-box:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  section.cta-turn .container .cta-turn-wrapper .round-box:before {
    content: none;
  }
}
@media (max-width: 380px) {
  section.cta-turn .container .cta-turn-wrapper .round-box:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    position: absolute;
    width: 101%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .has-webp-support
    section.cta-turn
    .container
    .cta-turn-wrapper
    .round-box:before {
    background-image: url(../images/mobile-turn-border.webp) !important;
  }
  .no-webp-support
    section.cta-turn
    .container
    .cta-turn-wrapper
    .round-box:before {
    background-image: url(../images/mobile-turn-border.png) !important;
  }
}
section.cta-turn .container .cta-turn-wrapper .round-box:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 50px;
  height: 34px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.has-webp-support
  section.cta-turn
  .container
  .cta-turn-wrapper
  .round-box:after {
  background-image: url(../images/orange-triangle.webp);
}
.no-webp-support
  section.cta-turn
  .container
  .cta-turn-wrapper
  .round-box:after {
  background-image: url(../images/orange-triangle.svg);
}
@media (max-width: 575px) {
  section.cta-turn .container .cta-turn-wrapper .round-box:after {
    width: 37.21px;
    height: 26.5px;
  }
}
section.cta-turn .container .cta-turn-wrapper .round-box .blur-shape {
  position: relative;
}
section.cta-turn .container .cta-turn-wrapper .round-box .blur-shape:before {
  content: "";
  border-top: 40px solid #ff7a12;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  left: 50%;
  top: 135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: -1;
}
@media (max-width: 575px) {
  section.cta-turn .container .cta-turn-wrapper .round-box .blur-shape:before {
    content: none;
  }
}
section.cta-turn .container .cta-turn-wrapper .round-box h2 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 64.6965px;
  line-height: 57px;
  text-align: center;
  text-transform: uppercase;
  font-display: swap;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.foundr-mac section.cta-turn .container .cta-turn-wrapper .round-box h2 {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  section.cta-turn .container .cta-turn-wrapper .round-box h2 {
    font-size: 46.2944px;
    line-height: 41px;
  }
}
section.cta-turn .container .cta-turn-wrapper .meta-content {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 575px) {
  section.cta-turn .container .cta-turn-wrapper .meta-content {
    padding-top: 50px;
  }
}
section.cta-turn .container .cta-turn-wrapper .meta-content .btn.btn-primary {
  background: #ff7a12;
  width: 348px;
  height: 74px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  section.cta-turn .container .cta-turn-wrapper .meta-content .btn.btn-primary {
    width: 260.1px;
    height: 66.44px;
    background: #fff;
    color: #000;
    margin-top: -120px;
    margin-bottom: -50px;
  }
}
section.cta-turn
  .container
  .cta-turn-wrapper
  .meta-content
  .btn.btn-primary
  span {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 22.875px;
  line-height: 24px;
  text-transform: uppercase;
  font-display: swap;
  color: #fff;
}
@media (max-width: 575px) {
  section.cta-turn
    .container
    .cta-turn-wrapper
    .meta-content
    .btn.btn-primary
    span {
    font-size: 17.4456px;
    line-height: 19px;
    color: #000;
  }
}
@media (max-width: 575px) {
  section.cta-turn
    .container
    .cta-turn-wrapper
    .meta-content
    .btn.btn-primary:before {
    -webkit-animation: custompulse 2.5s ease infinite;
    animation: custompulse 2.5s ease infinite;
  }
}
section.cta-turn
  .container
  .cta-turn-wrapper
  .meta-content
  .btn.btn-primary:after {
  width: 10px;
  top: -1px;
  right: -22px;
}
.has-webp-support
  section.cta-turn
  .container
  .cta-turn-wrapper
  .meta-content
  .btn.btn-primary:after {
  background-image: url(../images/light-arrow-right.webp);
}
.no-webp-support
  section.cta-turn
  .container
  .cta-turn-wrapper
  .meta-content
  .btn.btn-primary:after {
  background-image: url(../images/light-arrow-right.svg);
}
@media (max-width: 575px) {
  section.cta-turn
    .container
    .cta-turn-wrapper
    .meta-content
    .btn.btn-primary:after {
    right: -12px;
  }
  .has-webp-support
    section.cta-turn
    .container
    .cta-turn-wrapper
    .meta-content
    .btn.btn-primary:after {
    background-image: url(../images/arrow-right-black.webp);
  }
  .no-webp-support
    section.cta-turn
    .container
    .cta-turn-wrapper
    .meta-content
    .btn.btn-primary:after {
    background-image: url(../images/arrow-right-black.svg);
  }
}
@keyframes custompulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.5);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.5);
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.5);
  }
  75% {
    -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}
@media (max-width: 575px) {
  section.cta-turn
    .container
    .cta-turn-wrapper
    .meta-content
    .btn.btn-primary:focus,
  section.cta-turn
    .container
    .cta-turn-wrapper
    .meta-content
    .btn.btn-primary:hover {
    background: #fff !important;
  }
}
section.business {
  position: relative;
  z-index: 2;
}
section.business:before {
  position: absolute;
  width: 1300px;
  height: 1400px;
  background-repeat: no-repeat;
  top: 387px;
  left: 300px;
  z-index: -1;
}
.has-webp-support section.business:before {
  background-image: url(../images/business-bg-circle.webp);
}
.no-webp-support section.business:before {
  background-image: url(../images/business-bg-circle.svg);
}
@media (min-width: 1921px) {
  section.business:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 1919px) {
  section.business:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 575px) {
  section.business {
    padding-bottom: 0;
  }
}
section.business .business-header-one {
  background: #ff8613;
  -webkit-box-shadow: 0 49px 103px -60px #ea3600;
  box-shadow: 0 49px 103px -60px #ea3600;
}
@media (max-width: 575px) {
  section.business .business-header-one {
    background: #e96600;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
section.business .business-header-one h2 {
  width: 435px;
  margin: 0 auto;
  color: #fff;
  font-family: Helvetica Neue LT Std;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  section.business .business-header-one h2 {
    width: 100%;
  }
}
@media (max-width: 380px) {
  section.business .business-header-one h2 {
    width: 292px;
  }
}
section.business .business-header-two {
  background: #ff7a12;
  padding: 20px 20px 160px;
  position: relative;
  z-index: -1;
}
@media (max-width: 575px) {
  section.business .business-header-two {
    background: #e96600;
    padding-bottom: 100px;
  }
}
section.business .business-header-two p {
  width: 514px;
  margin: 0 auto;
  color: #fff;
  font-family: Roboto Regular;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 575px) {
  section.business .business-header-two p {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 380px) {
  section.business .business-header-two p {
    width: 280px;
  }
}
@media (max-width: 575px) {
  section.business .container {
    padding: 0 20px;
  }
}
section.business .container .black-friday-sale {
  max-width: 1019px;
  margin: -65px auto auto;
}
@media (max-width: 575px) {
  section.business .container .black-friday-sale {
    margin: -65px -10px auto;
  }
}
section.business .container .black-friday-sale header {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#373737),
    to(#000)
  );
  background: linear-gradient(180deg, #373737, #000);
  border-radius: 23px;
  padding: 35px 15px;
}
section.business .container .black-friday-sale header:after {
  content: "";
  position: absolute;
  border-top: 30px solid #000;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.business .container .black-friday-sale header h2 {
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media (max-width: 575px) {
  section.business .container .black-friday-sale header h2 {
    font-size: 34px;
    line-height: 31px;
  }
}
section.business .container .black-friday-sale header h2 span.dark-color {
  color: #ff7a12;
}
section.business .container .black-friday-sale .black-friday-sale-content {
  background: #fff;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.06);
  max-width: 904px;
  margin: -15px auto;
  padding: 45px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  section.business .container .black-friday-sale .black-friday-sale-content {
    margin: -15px 15px;
    padding: 60px 30px 5px;
  }
}
section.business .container .black-friday-sale .black-friday-sale-content p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 575px) {
  section.business .container .black-friday-sale .black-friday-sale-content p {
    font-size: 19px;
    line-height: 26px;
  }
}
section.business
  .container
  .black-friday-sale
  .black-friday-sale-content
  .logos {
  border: 1px solid #0f1214;
  border-radius: 17px;
  padding: 50px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
}
@media (max-width: 991px) {
  section.business
    .container
    .black-friday-sale
    .black-friday-sale-content
    .logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  section.business
    .container
    .black-friday-sale
    .black-friday-sale-content
    .logos {
    padding: 10px 25px;
  }
}
@media (max-width: 991px) {
  section.business
    .container
    .black-friday-sale
    .black-friday-sale-content
    .logos
    img {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  section.business
    .container
    .black-friday-sale
    .black-friday-sale-content
    .logos
    img {
    margin: 10px 0;
  }
}
section.business .container .business-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.15);
  padding: 55px 0;
  border-radius: 0 0 20px 20px;
  width: 750px;
  border-radius: 20px;
  margin: -130px auto 350px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  section.business .container .business-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  section.business .container .business-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  section.business .container .business-wrapper {
    padding: 35px 0 55px;
    height: auto;
  }
}
@media (max-width: 575px) {
  section.business .container .business-wrapper {
    padding: 35px 0 55px;
    height: auto;
  }
}
section.business .container .business-wrapper .business-content header {
  background: #fff;
  width: 948px;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 25px 0 20px;
  margin: 0 auto 0 -90px;
}
@media (max-width: 1199px) {
  section.business .container .business-wrapper .business-content header {
    width: 110%;
    margin: 0 auto 0 -45px;
  }
}
@media (max-width: 991px) {
  section.business .container .business-wrapper .business-content header {
    width: 110%;
    margin: 0 auto 0 -25px;
  }
}
@media (max-width: 575px) {
  section.business .container .business-wrapper .business-content header {
    width: 115%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -30px;
    border-radius: 0;
    margin-top: -35px;
  }
}
@media (min-width: 561px) and (max-width: 575px) {
  section.business .container .business-wrapper .business-content header {
    width: 110%;
  }
}
@media (max-width: 380px) {
  section.business .container .business-wrapper .business-content header {
    padding-left: 0;
    padding-right: 0;
    margin-left: -25px;
  }
}
section.business .container .business-wrapper .business-content header h2 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 40px;
  line-height: 35px;
  text-transform: uppercase;
  font-display: swap;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.business .container .business-wrapper .business-content header h2 {
    font-size: 34px;
    line-height: 31px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  section.business .container .business-wrapper .business-content header h2 {
    width: 282px;
  }
}
section.business
  .container
  .business-wrapper
  .business-content
  header
  h2
  span.dark-color {
  color: #ff7a12;
}
section.business
  .container
  .business-wrapper
  .business-content
  header
  h2
  .helvetica-text-wrapper {
  line-height: 0.95em;
}
section.business
  .container
  .business-wrapper
  .business-content
  header
  h2
  .helvetica-text {
  bottom: -0.15em;
}
section.business .container .business-wrapper .business-content .business-list {
  width: 619px;
  margin: 90px auto 0;
  padding-left: 50px;
}
@media (max-width: 767px) {
  section.business
    .container
    .business-wrapper
    .business-content
    .business-list {
    width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    .business-content
    .business-list {
    margin: 25px auto 0;
    padding-left: 25px;
    width: 100%;
  }
}
section.business
  .container
  .business-wrapper
  .business-content
  .business-list
  ul
  li.list-item {
  list-style: none;
  position: relative;
  font-family: Roboto Regular;
  font-style: normal;
  font-size: 19px;
  line-height: 17px;
  font-display: swap;
  color: #0f1214;
  margin-bottom: 35px;
}
@media (max-width: 1400px) {
  section.business
    .container
    .business-wrapper
    .business-content
    .business-list
    ul
    li.list-item {
    line-height: 26px;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  section.business
    .container
    .business-wrapper
    .business-content
    .business-list
    ul
    li.list-item {
    line-height: 26px;
    margin-bottom: 15px;
    width: 202px;
  }
}
section.business
  .container
  .business-wrapper
  .business-content
  .business-list
  ul
  li.list-item:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  position: absolute;
  width: 29.58px;
  height: 23.09px;
  top: 8px;
  left: -35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.has-webp-support
  section.business
  .container
  .business-wrapper
  .business-content
  .business-list
  ul
  li.list-item:before {
  background-image: url(../images/business-tick.webp);
}
.no-webp-support
  section.business
  .container
  .business-wrapper
  .business-content
  .business-list
  ul
  li.list-item:before {
  background-image: url(../images/business-tick.svg);
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    .business-content
    .business-list
    ul
    li.list-item:before {
    width: 21.81px;
    height: 17px;
    top: 13px;
    left: -29px;
  }
}
section.business .container .business-wrapper #price-tab {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  margin-bottom: -300px;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  section.business .container .business-wrapper #price-tab {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  section.business .container .business-wrapper #price-tab {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  section.business .container .business-wrapper #price-tab {
    padding-top: 38px !important;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  section.business .container .business-wrapper #price-tab {
    padding-bottom: 80px;
  }
}
@media (max-width: 360px) {
  section.business .container .business-wrapper #price-tab {
    margin-top: 0 !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  section.business .container .business-wrapper #price-tab {
    padding-bottom: 8px;
  }
}
@media (max-width: 575px) {
  section.business .container .business-wrapper #price-tab {
    padding-top: 0;
    z-index: 5;
  }
}
@media (min-width: 1200px) {
  section.business .container .business-wrapper #price-tab .container {
    max-width: 1108px;
  }
}
@media (max-width: 575px) {
  section.business .container .business-wrapper #price-tab .container {
    padding: 0;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .container
  .price-tab-title {
  background: #fff;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
  width: 708px;
  margin: 20px auto;
  padding: 60px 50px 85px;
}
@media (max-width: 991px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .container
    .price-tab-title {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 50px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .container
  .price-tab-title
  h3 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .container
    .price-tab-title {
    display: none;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-section-header {
  background-color: #ff7a12;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-section-header
    .container {
    max-width: 1210px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-section-header
  .header-text-left {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-section-header
    .header-text-left {
    display: block;
    text-align: center;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-section-header
  .header-text-left
  h2 {
  font-size: 100px;
  line-height: 89px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 25px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-section-header
    .header-text-left
    h2 {
    font-size: 70px;
    line-height: 70px;
    margin-top: 0;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-section-header
  .header-text-right
  h5,
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-section-header
  .header-text-right
  p,
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-section-header
  .header-text-right
  strong {
  color: #fff;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-section-header
  .header-text-right
  h5 {
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-section-header
    .header-text-right
    h5 {
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-section-header
  .header-text-right
  p {
  margin: 0;
}
section.business .container .business-wrapper #price-tab .how-to-run-fb-ads {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .how-to-run-fb-ads
    .container {
    max-width: 1210px;
  }
}
section.business .container .business-wrapper #price-tab .how-to-run-fb-ads h2 {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #2f2c2c;
  letter-spacing: -1px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .how-to-run-fb-ads
  h2
  .underline:before {
  margin-top: 0;
}
section.business .container .business-wrapper #price-tab .how-to-run-fb-ads p {
  color: #2f2c2c;
  font-size: 17px;
}
section.business .container .business-wrapper #price-tab .price-tab-list {
  max-width: 630px;
  margin: 270px auto 0;
  position: relative;
  z-index: 1;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-list:before {
  content: "";
  width: 860px;
  height: 860px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -155px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-list:before {
    content: none;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-list
  .list-header {
  margin-bottom: 40px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-list
  .list-header
  .list-title {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-list
  .list-body
  li {
  font-size: 20px;
  line-height: 20px;
  font-family: Helvetica Neue LT Std;
  color: #0f1214;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-left: 95px;
  position: relative;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-list
  .list-body
  li:before {
  content: none;
  width: 34px;
  height: 26px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 13px;
  top: 0;
}
@media (max-width: 575px) {
  section.business .container .business-wrapper #price-tab .price-tab-list {
    background: #fff;
    border-radius: 14px;
    padding: 40px 10px;
    margin: 25px auto 30px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-list
    .list-header {
    margin-bottom: 30px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-list
    .list-header
    .list-title {
    font-size: 30px;
    line-height: 30px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-list
    .list-header
    .list-title
    br {
    display: none;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-list
    .list-body
    li {
    padding-left: 50px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-list
    .list-body
    li:before {
    width: 21px;
    height: 16px;
  }
}
section.business .container .business-wrapper #price-tab .section-header {
  position: relative;
  z-index: 2222;
  max-width: 750px;
  color: #fff;
  margin: 0 auto 45px;
}
@media (max-width: 767px) {
  section.business .container .business-wrapper #price-tab .section-header {
    margin-bottom: 35px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .section-header
  .title {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}
@media (max-width: 767px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .section-header
    .title {
    font-size: 45px;
    line-height: 40px;
  }
}
section.business .container .business-wrapper #price-tab .section-header p {
  color: #fff;
}
section.business .container .business-wrapper #price-tab .price-inner {
  position: relative;
  width: 890px;
  margin: -65px auto 0 -85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  section.business .container .business-wrapper #price-tab .price-inner {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  section.business .container .business-wrapper #price-tab .price-inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  section.business .container .business-wrapper #price-tab .price-inner {
    width: 100%;
    margin: unset;
  }
}
section.business .container .business-wrapper #price-tab .price-tab-box {
  max-width: 439px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 13px 84px rgba(0, 0, 0, 0.01);
  box-shadow: 0 13px 84px rgba(0, 0, 0, 0.01);
  position: relative;
  z-index: 1;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-1 {
  position: relative;
  -webkit-box-shadow: 2px 4px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  z-index: 2;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1 {
    background: #fff;
    -webkit-box-shadow: 2px 4px 50px rgba(0, 0, 0, 0.01);
    box-shadow: 2px 4px 50px rgba(0, 0, 0, 0.01);
    border-radius: 15px;
    -webkit-filter: none;
    filter: none;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1:after {
    content: "";
    border-top: 30px solid #ff7a12;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media (max-width: 360px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-1
  .box-header {
  padding-top: 50px;
  padding-bottom: 35px;
  background: #0f1214;
  border-radius: 15px 15px 0 0;
  position: relative;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-1
  .box-header:before {
  content: "";
  border-top: 25px solid #ff7a12;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1
    .box-header {
    background: #0f1214;
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1
    .box-body {
    padding-top: 15px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-1
  .box-body
  .btn {
  -webkit-animation: inherit;
  animation: inherit;
  width: 348px;
  height: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-1
  .box-body
  .btn:before {
  content: "";
  -webkit-animation: none;
  animation: none;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-1
  .box-body
  .btn:after {
  top: -1px;
  right: -30px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1
    .box-body
    .btn:after {
    top: 2px;
    width: 10px !important;
    right: -22px;
  }
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1
    .box-body
    .btn {
    width: 290px;
    height: 74px;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1
    .box-body
    .btn.btn-primary
    span {
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-1
  .box-body
  .secure-payment {
  margin-top: 35px;
  display: none;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1
    .box-body
    .secure-payment {
    margin-top: 45px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-1
  .box-body
  .secure-payment
  img {
  max-width: 288px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-1
  .list-unstyled
  li {
  text-align: left;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2 {
  max-width: 416px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2:before {
  content: none;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-header {
  padding-top: 23px;
  padding-bottom: 30px;
  background: #302c2c;
  border-radius: 15px 15px 0 0;
  margin-top: -30px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-header {
    background: #302c2c;
    padding: 33px 0 21px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-header
  .mobile-title {
  color: #0f1214;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-header
  .subtitle {
  margin-top: 24px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-header
    .subtitle {
    margin-top: 19px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-header
  .price-tag {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 58px;
  line-height: 59px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-header
    .price-tag.desktop {
    display: none;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-header
  .price-tag.mobile {
  display: none;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-header
    .price-tag.mobile {
    display: block;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-header
  .sale-price {
  margin-bottom: 15px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-header
  .three-month-plan {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-header
    .three-month-plan {
    margin-bottom: 0;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #fbfbfb;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.07),
    0 76px 77px -55px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.07),
    0 76px 77px -55px rgba(0, 0, 0, 0.27);
  border-radius: 0 0 24px 24px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-body {
    padding-bottom: 30px;
  }
}
@media (max-width: 360px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-body {
    -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.05),
      0 76px 77px -55px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.05),
      0 76px 77px -55px rgba(0, 0, 0, 0.05);
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .subtitle-mobile {
  padding: 0 25px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .mobile-single-pay {
  margin: 30px 0 35px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .meta-content
  .btn.btn-primary {
  color: #000 !important;
}
@media (min-width: 361px) and (max-width: 400px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-body
    .meta-content
    .btn.btn-primary
    span {
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .meta-content
  .btn {
  -webkit-animation: none;
  animation: none;
  width: 348px;
  height: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .meta-content
  .btn:before {
  content: none;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .meta-content
  .btn:after {
  top: -1px;
  right: -30px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-body
    .meta-content
    .btn {
    width: 290px;
    height: 74px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .sale-price {
  margin-bottom: 10px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .total {
  font-family: Helvetica Neue LT Std;
  font-size: 29px;
  line-height: 34px;
  color: #616161;
  display: block;
  margin-bottom: 30px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .secure-payment {
  margin-top: 35px;
  display: none;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-2
    .box-body
    .secure-payment {
    margin-top: 45px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box.table-2
  .box-body
  .secure-payment
  img {
  max-width: 288px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header {
  background-color: #1e1e1e;
  color: #fff;
  padding: 48px 10px 35px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  position: relative;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header {
    padding: 35px 15px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .title {
  margin-bottom: 0;
  font-size: 16.2319px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 22px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header
    .title {
    font-size: 18px;
    line-height: 18px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .price-tag {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 75px;
  line-height: 51px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .subtitle {
  text-transform: uppercase;
  font-family: Helvetica Neue LT Std 47;
  margin-top: 25px;
  font-style: normal;
  font-size: 16.365px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header
    .subtitle {
    font-size: 16.365px;
    line-height: 18px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .subtitle
  .strikethrough:before {
  background-color: #fff;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .subtitle
  strong {
  font-family: Helvetica Neue LT Std;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .subtitle
  strong
  .strikethrough:before {
  background-color: #fff;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .price-discount {
  display: none;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header
    .price-discount {
    display: block;
    background: #ff7a12;
    width: 155px;
    margin: 0 auto;
    position: relative;
    top: 16px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header
    .price-discount
    h5 {
    font-family: Helvetica Neue LT Std;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .regular-price {
  font-size: 50px;
  text-transform: uppercase;
  font-family: Helvetica Neue LT Std 47;
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 25px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .regular-price:before {
  background-color: #fff;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .regular-price
  strong {
  font-family: Helvetica Neue LT Std;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header
    .regular-price {
    font-size: 35px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .sale-price {
  font-size: 70px;
  line-height: 70px;
  font-family: Helvetica Neue LT Std 47;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header
    .sale-price {
    margin-top: 5px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .sale-price
  .strikethrough {
  font-size: 60px;
  line-height: 57px;
  font-family: Helvetica Neue LT Std;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header
    .sale-price
    .strikethrough {
    font-size: 45px;
    line-height: 40px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .sale-price
  .strikethrough:before {
  background-color: #fff;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .sale-price
  strong {
  font-family: Helvetica Neue LT Std;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .sign-up
  h3 {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: Helvetica Neue LT Std 57;
  color: #fff;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .sign-up
  h3
  strong {
  font-family: Helvetica Neue LT Std;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .sign-up
  .arrow-down
  svg {
  width: 15px;
  height: 10px;
  -webkit-animation: downArrowAnimate 1s linear infinite normal;
  animation: downArrowAnimate 1s linear infinite normal;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .sign-up
  .arrow-down
  svg
  polygon {
  fill: #fff;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .save {
  font-size: 35px;
  font-family: Helvetica Neue LT Std 47;
  text-transform: uppercase;
  background-color: #ff7a12;
  color: #fff;
  width: 240px;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 35%);
  transform: translate(-50%, 35%);
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-header
  .save
  strong {
  font-family: Helvetica Neue LT Std;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.07),
    0 76px 77px -55px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.07),
    0 76px 77px -55px rgba(0, 0, 0, 0.27);
  border-radius: 0 0 24px 24px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .subtitle {
  font-size: 23.1464px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .subtitle.desktop {
    display: none;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .subtitle.mobile {
  display: none;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .subtitle.mobile {
    display: block;
    font-size: 23.1464px;
    line-height: 25px;
    color: #000;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .subtitle.mobile
    span.dark-color {
    color: #ff7a12;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .subtitle
  .red-color {
  color: #ff7a12;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .subtitle-mobile {
  display: none;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .subtitle-mobile {
    display: block;
    font-family: Helvetica Neue LT Std;
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #616161;
    padding: 0 20px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .subtitle-mobile
    br {
    display: none;
  }
}
@media (max-width: 360px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .subtitle-mobile
    br {
    display: block;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .mobile-single-pay {
  display: none;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .mobile-single-pay {
    display: block;
    margin: 45px 0;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .mobile-single-pay
    h4 {
    font-family: Helvetica Neue LT Std;
    font-style: normal;
    font-size: 22.42px;
    line-height: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .mobile-single-pay
    h1 {
    font-family: Helvetica Neue LT Std 47;
    font-style: normal;
    font-size: 60px;
    line-height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .mobile-single-pay
    h1
    .bold-part {
    font-family: Helvetica Neue LT Std;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  ul {
  padding: 5px 55px !important;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    ul {
    padding: 5px 25px !important;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  ul
  li {
  font-family: Roboto Regular !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: left !important;
  list-style: none;
  text-transform: none !important;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    ul {
    font-size: 19px;
    line-height: 26px;
    padding-left: 24px !important;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .sale-price {
  font-size: 101.959px;
  line-height: 102px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .sale-price {
    font-size: 90px;
    margin-bottom: -20px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .sale-price
  span {
  font-family: Helvetica Neue LT Std 47;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .total {
  font-size: 30px;
  display: block;
  margin-bottom: 35px;
  font-family: Helvetica Neue LT Std 57;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .total {
    font-size: 40px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .total
  strong {
  font-family: Helvetica Neue LT Std;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .body-title {
  font-size: 40px;
  line-height: 37px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .body-title {
    font-size: 30px;
    line-height: 31px;
    padding: 0 20px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .body-title
  span {
  color: #737373;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .secure-payment {
  margin-top: 35px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    .secure-payment {
    margin-top: 45px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  .secure-payment
  img {
  max-width: 288px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  ul {
  padding: 35px 50px;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    ul {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  ul
  li {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-family: Helvetica Neue LT Std;
  padding-left: 55px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    ul
    li {
    padding-left: 39px !important;
    line-height: 26px;
    font-size: 19px;
    margin-bottom: 15px;
  }
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  ul
  li:before {
  content: "";
  width: 31.45px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -5px;
  top: 5px;
}
.has-webp-support
  section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  ul
  li:before {
  background-image: url(../images/price-tab-tick.webp);
}
.no-webp-support
  section.business
  .container
  .business-wrapper
  #price-tab
  .price-tab-box
  .box-body
  ul
  li:before {
  background-image: url(../images/price-tab-tick.svg);
}
@media (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-body
    ul
    li:before {
    width: 21.81px;
    height: 17px;
    left: -7px;
  }
}
@media (max-width: 991px) {
  section.business .container .business-wrapper #price-tab {
    padding-top: 30px;
    margin-bottom: unset;
  }
  section.business .container .business-wrapper #price-tab .how-to-run-fb-ads {
    margin-top: 25px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .how-to-run-fb-ads
    h2 {
    font-size: 38px;
    line-height: 40px;
    text-align: center;
  }
  section.business .container .business-wrapper #price-tab .price-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header {
    padding-top: 85px;
    padding-bottom: 45px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .box-header
    .save {
    font-size: 30px;
    width: 171px;
    height: 48px;
    padding-top: 5px;
    line-height: 0;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1 {
    margin: 20px auto 65px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box.table-1 {
    margin: 0 auto 70px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .btn.btn-primary {
    width: 85%;
    height: 70px;
  }
}
@media (max-width: 991px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .btn.btn-primary
    span {
    -webkit-transform: translateY(12%);
    transform: translateY(12%);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .btn.btn-primary
    span {
    font-size: 22.875px;
    line-height: 24px;
  }
}
@media (max-width: 991px) and (max-width: 360px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-tab-box
    .btn.btn-primary
    span {
    padding-bottom: 5px;
  }
}
section.business .container .business-wrapper #price-tab .price-footer {
  background-color: #f0f2f4;
  padding: 25px 50px;
  border-radius: 200px;
  margin-top: 80px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-footer
  .footer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-footer
  .footer-item
  .logo {
  margin-right: 30px;
  max-width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-footer
  .footer-item
  .logo
  img {
  width: 165px;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-footer
  .footer-item
  h5 {
  font-family: Roboto Regular;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
section.business
  .container
  .business-wrapper
  #price-tab
  .price-footer
  .footer-item
  p {
  font-family: Roboto Regular;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  section.business .container .business-wrapper #price-tab .price-footer {
    margin-top: 30px;
    padding: unset;
    border-radius: 0;
    background-color: unset;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-footer
    .footer-item:first-child {
    margin-bottom: 20px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-footer
    .footer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0f2f4;
    padding: 25px 20px 50px;
    border-radius: 80px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-footer
    .footer-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-footer
    .footer-item
    .logo {
    margin: 0 auto;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-footer
    .footer-item
    h5 {
    font-size: 17px;
    line-height: 24px;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-footer
    .footer-item
    p
    strong {
    font-family: Roboto Regular;
    color: #181b1d;
  }
  section.business
    .container
    .business-wrapper
    #price-tab
    .price-footer
    .clock-logo {
    width: 84px;
  }
}
section.business .container .business-wrapper .table-1 .box-body {
  padding-bottom: 75px !important;
}
@media (max-width: 575px) {
  section.business .container .business-wrapper .table-1 .box-body {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 360px) {
  section.business .container .business-wrapper .table-1 .box-body {
    -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.05),
      0 76px 77px -55px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.05),
      0 76px 77px -55px rgba(0, 0, 0, 0.05);
  }
}
section.business .container .business-wrapper .table-1 .box-body ul li {
  padding-left: 67px !important;
}
section.business .container .business-wrapper .table-2 .box-header .title {
  padding-bottom: 17px;
}
section.business
  .container
  .business-wrapper
  .table-2
  .box-body
  .meta-content
  .btn.btn-primary
  span.desktop-mobile-text {
  color: #fff;
}
section.business
  .container
  .business-wrapper
  .price-tab-box
  .box-body
  .meta-content
  .btn.btn-primary:before {
  content: none;
}
@media (max-width: 360px) {
  section.business
    .container
    .business-wrapper
    .price-tab-box
    .box-body
    .meta-content
    .btn.btn-primary:after {
    width: 9px;
    height: 14px;
  }
}
#free-video-lesson {
  position: relative;
  z-index: 9;
}
#free-video-lesson p strong {
  font-family: Roboto bold;
}
#free-video-lesson .price-tab-section-header {
  background-color: #ff7a12;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  #free-video-lesson .price-tab-section-header .container {
    max-width: 1210px;
  }
}
#free-video-lesson .price-tab-section-header .header-text-left {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  #free-video-lesson .price-tab-section-header .header-text-left {
    display: block;
    text-align: center;
  }
}
#free-video-lesson .price-tab-section-header .header-text-left h2 {
  font-size: 100px;
  line-height: 89px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 575px) {
  #free-video-lesson .price-tab-section-header .header-text-left h2 {
    font-size: 70px;
    line-height: 70px;
    margin-top: 0;
  }
}
#free-video-lesson .price-tab-section-header .header-text-right h5,
#free-video-lesson .price-tab-section-header .header-text-right p,
#free-video-lesson .price-tab-section-header .header-text-right strong {
  color: #fff;
}
#free-video-lesson .price-tab-section-header .header-text-right h5 {
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 575px) {
  #free-video-lesson .price-tab-section-header .header-text-right h5 {
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
  }
}
#free-video-lesson .price-tab-section-header .header-text-right p {
  margin: 0;
}
#free-video-lesson .container {
  position: relative;
}
@media (min-width: 1400px) {
  #free-video-lesson .container {
    max-width: 1237px;
  }
}
#free-video-lesson .container:before {
  content: "";
  width: 166px;
  height: 384px;
  background-image: url(../images/dots.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -290px;
  top: -100px;
  opacity: 0.4;
}
@media (max-width: 991px) {
  #free-video-lesson .lesson-wrapper .lesson-inner {
    text-align: center;
  }
}
#free-video-lesson .lesson-wrapper .lesson-inner .lesson-container {
  position: relative;
  margin-top: 180px;
  z-index: 1;
}
@media (max-width: 991px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-container {
    padding-top: 50px;
    margin-top: 0;
  }
}
#free-video-lesson .lesson-wrapper .lesson-inner .lesson-container:before {
  content: "";
  width: 130px;
  height: 190px;
  background-color: #e6e9ec;
  position: absolute;
  top: -85px;
  left: -70px;
  -webkit-transform: skew(135deg);
  transform: skew(135deg);
  z-index: -1;
}
@media (max-width: 991px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-container:before {
    content: none;
  }
}
#free-video-lesson .lesson-wrapper .lesson-inner .lesson-container h5 {
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 30px;
}
#free-video-lesson
  .lesson-wrapper
  .lesson-inner
  .lesson-container
  .lesson-title {
  font-size: 50px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#free-video-lesson
  .lesson-wrapper
  .lesson-inner
  .lesson-container
  .lesson-title
  span {
  color: #ff7a12;
}
@media (max-width: 991px) {
  #free-video-lesson
    .lesson-wrapper
    .lesson-inner
    .lesson-container
    .lesson-title
    span {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  #free-video-lesson
    .lesson-wrapper
    .lesson-inner
    .lesson-container
    .lesson-title {
    font-size: 38px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
@media (max-width: 991px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-container .btn {
    display: none !important;
  }
}
#free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure {
  display: inline-block;
  max-width: 100%;
  position: relative;
  -webkit-transform: translate(-15px, 20px);
  transform: translate(-15px, 20px);
}
#free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure:before {
  content: "";
  width: 1047px;
  height: 629px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  left: -60px;
  z-index: -1;
}
.has-webp-support
  #free-video-lesson
  .lesson-wrapper
  .lesson-inner
  .lesson-figure:before {
  background-image: url(../images/course-bg.webp);
}
.no-webp-support
  #free-video-lesson
  .lesson-wrapper
  .lesson-inner
  .lesson-figure:before {
  background-image: url(../images/course-bg.png);
}
@media (max-width: 991px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure:before {
    width: 650px;
    height: 500px;
    top: 20px;
    left: 0;
  }
}
@media (max-width: 500px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure:before {
    left: -75px;
  }
}
@media (max-width: 991px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure.desktop {
    display: none;
  }
}
#free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure.mobile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure.mobile img {
  margin-bottom: -90px;
}
@media (max-width: 575px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure.mobile img {
    margin-top: -10px;
    margin-bottom: -60px;
  }
}
@media (min-width: 992px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure.mobile {
    display: none;
  }
}
@media (max-width: 575px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure.mobile .btn {
  display: none;
}
@media (max-width: 991px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure.mobile .btn {
    display: inline-block !important;
  }
}
#free-video-lesson
  .lesson-wrapper
  .lesson-inner
  .lesson-figure.mobile
  .sign-up
  h3 {
  font-size: 45px;
  line-height: 43px;
  text-transform: uppercase;
  font-family: Helvetica Neue LT Std 57;
  color: #fff;
}
#free-video-lesson
  .lesson-wrapper
  .lesson-inner
  .lesson-figure.mobile
  .sign-up
  h3
  strong {
  font-family: Helvetica Neue LT Std;
}
#free-video-lesson
  .lesson-wrapper
  .lesson-inner
  .lesson-figure.mobile
  .sign-up
  .arrow-down
  svg {
  width: 15px;
  height: 10px;
  -webkit-animation: downArrowAnimate 1s linear infinite normal;
  animation: downArrowAnimate 1s linear infinite normal;
}
#free-video-lesson
  .lesson-wrapper
  .lesson-inner
  .lesson-figure.mobile
  .sign-up
  .arrow-down
  svg
  polygon {
  fill: #fff;
}
#free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure img {
  max-width: 100%;
}
@media (max-width: 575px) {
  #free-video-lesson .lesson-wrapper .lesson-inner .lesson-figure img {
    width: 380px;
    max-width: unset;
  }
}
.pricing-table-section {
  position: relative;
  padding: 80px 0;
  margin-top: -150px;
  z-index: 2;
}
@media (max-width: 991px) {
  .pricing-table-section {
    margin-top: -150px;
  }
}
@media (max-width: 575px) {
  .pricing-table-section {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .pricing-table-section:before {
    max-width: 1247px;
    max-height: 1190.46px;
    opacity: 0.5;
  }
  .pricing-table-section:after,
  .pricing-table-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background: hsla(0, 0%, 66.3%, 0.1);
  }
  .pricing-table-section:after {
    max-width: 1104.06px;
    max-height: 1058.19px;
    opacity: 0.8;
  }
}
.pricing-table-section > * {
  position: relative;
  z-index: 1;
}
.pricing-table-section .black-friday-sale {
  max-width: 1019px;
  margin: auto;
  padding: 80px 0;
}
.pricing-table-section .black-friday-sale header {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#373737),
    to(#000)
  );
  background: linear-gradient(180deg, #373737, #000);
  border-radius: 23px;
  padding: 35px 15px;
}
.pricing-table-section .black-friday-sale header:after {
  content: "";
  position: absolute;
  border-top: 30px solid #000;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pricing-table-section .black-friday-sale header h2 {
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media (max-width: 575px) {
  .pricing-table-section .black-friday-sale header h2 {
    font-size: 34px;
    line-height: 31px;
  }
}
.pricing-table-section .black-friday-sale header h2 span.dark-color {
  color: #ff7a12;
}
.pricing-table-section .black-friday-sale .black-friday-sale-content {
  background: #fff;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.06);
  max-width: 904px;
  margin: -15px auto;
  padding: 45px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .pricing-table-section .black-friday-sale .black-friday-sale-content {
    margin: -15px 15px;
    padding: 60px 30px 45px;
  }
}
.pricing-table-section .black-friday-sale .black-friday-sale-content p {
  color: #000;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 575px) {
  .pricing-table-section .black-friday-sale .black-friday-sale-content p {
    font-size: 19px;
    line-height: 26px;
  }
}
.pricing-table-section .black-friday-sale .black-friday-sale-content .logos {
  border: 1px solid #0f1214;
  border-radius: 17px;
  padding: 50px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pricing-table-section .black-friday-sale .black-friday-sale-content .logos {
    padding: 10px 25px;
  }
}
.pricing-table-section
  .black-friday-sale
  .black-friday-sale-content
  .logos
  img {
  padding: 0 25px;
}
@media (max-width: 991px) {
  .pricing-table-section
    .black-friday-sale
    .black-friday-sale-content
    .logos
    img {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .pricing-table-section
    .black-friday-sale
    .black-friday-sale-content
    .logos
    img {
    margin: 10px 0;
  }
}
.pricing-table-section .pricing-table-section-box {
  max-width: 824px;
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  margin: 0 auto -30px;
  padding: 56px 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1400px) {
  .pricing-table-section .pricing-table-section-box:after {
    content: "";
    background-image: url(../images/mockup-06.png);
    position: absolute;
    right: -305px;
    top: -255px;
    width: 660px;
    height: 663px;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .pricing-table-section .pricing-table-section-box {
    padding: 20px 20px 50px;
  }
}
.pricing-table-section
  .pricing-table-section-box
  .pricing-table-section-heading {
  max-width: 510px;
}
.pricing-table-section
  .pricing-table-section-box
  .pricing-table-section-heading
  h2 {
  font-family: Helvetica Now Display Light;
  font-style: normal;
  font-weight: 325;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #0f1214;
  margin-top: 0;
  margin-bottom: 20px;
}
.pricing-table-section
  .pricing-table-section-box
  .pricing-table-section-heading
  h2
  strong {
  font-family: Helvetica Now Display;
}
@media (max-width: 767px) {
  .pricing-table-section
    .pricing-table-section-box
    .pricing-table-section-heading
    h2
    br {
    display: none;
  }
}
.pricing-table-section
  .pricing-table-section-box
  .pricing-table-section-heading
  .logo-wrap {
  height: 46px;
  background-image: url(../images/foundr-plus-logo.png);
  display: inline-block;
  width: 171px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pricing-table-section
  .pricing-table-section-box
  .pricing-table-section-heading
  p {
  font-family: Roboto regular;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  color: #0f1214;
}
.pricing-table-section
  .pricing-table-section-box
  .pricing-table-section-heading
  ul {
  list-style: none;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .pricing-table-section
    .pricing-table-section-box
    .pricing-table-section-heading
    ul {
    margin-left: 0;
  }
}
.pricing-table-section
  .pricing-table-section-box
  .pricing-table-section-heading
  li {
  font-family: Roboto bold;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  color: #0f1214;
}
.pricing-table-section .pricing-tab {
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .pricing-table-section .pricing-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pricing-table-section .pricing-tab .pricing-tab-item {
  max-width: 440px;
  background: #fcfcff;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.07),
    0 76px 77px -55px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.07),
    0 76px 77px -55px rgba(0, 0, 0, 0.27);
  border-radius: 24px;
  margin: 0 auto;
}
.pricing-table-section .pricing-tab .pricing-tab-heading {
  background: #2f313e;
  border-radius: 15px 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  position: relative;
}
.pricing-table-section .pricing-tab .pricing-tab-heading h2 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 42px;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: clamp(32px, 3.5vw, 42px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .pricing-table-section .pricing-tab .pricing-tab-heading h2 {
    margin-top: 20px;
  }
}
.pricing-table-section .pricing-tab .pricing-tab-heading h3 {
  font-family: Helvetica Now Display;
  font-style: normal;
  font-weight: 700;
  font-size: 23.1464px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
}
.pricing-table-section .pricing-tab .pricing-tab-heading h3 .logo-wrap {
  height: 41px;
  background-image: url(../images/foundr-plus-white.png);
  display: inline-block;
  width: 119px;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: -10px;
}
.pricing-table-section .pricing-tab .pricing-tab-body {
  padding: clamp(20px, 2.5vw, 30px) clamp(20px, 2.5vw, 54px);
  text-align: center;
}
.pricing-table-section .pricing-tab .pricing-tab-body p {
  font-family: Roboto regular;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  color: #0f1214;
  max-width: 347px;
  margin: 0 auto;
}
.pricing-table-section .pricing-tab .pricing-tab-body strong {
  font-family: Roboto bold;
}
.pricing-table-section .pricing-tab .pricing-tab-body h3 {
  font-family: Helvetica Neue LT Std 47;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  text-transform: uppercase;
  color: #3f4143;
  margin: 10px 0 25px;
  position: relative;
}
.pricing-table-section .pricing-tab .pricing-tab-body h3 strong {
  font-family: Helvetica Neue LT Std;
}
.pricing-table-section .pricing-tab .pricing-tab-body .price-crossed:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3f4143;
  top: -14px;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
  -webkit-transform: skew(323deg, 356deg);
  transform: skew(323deg, 356deg);
  max-width: 180px;
}
.pricing-table-section .pricing-tab .pricing-tab-body h2 {
  font-family: Helvetica Neue LT Std 47;
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 25px;
  font-size: clamp(55px, 4.5vw, 75px);
  text-align: center;
  text-transform: uppercase;
  color: #040a28;
  margin: 10px 0 40px;
}
.pricing-table-section .pricing-tab .pricing-tab-body h2 strong {
  font-family: Helvetica Neue LT Std;
}
.pricing-table-section .pricing-tab .pricing-tab-body h2 small {
  font-family: Helvetica Now Display;
  font-style: normal;
  font-weight: 400;
  font-size: 26.365px;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #040a28;
  text-transform: lowercase;
}
.pricing-table-section .pricing-tab .pricing-tab-body .button-wrapper + p {
  margin-top: 10px;
}
.pricing-table-section .pricing-tab .pricing-tab-body .button-wrapper + p a {
  font-family: Roboto regular;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #007bff;
}
@media (max-width: 991px) {
  .pricing-table-section .pricing-tab .pricing-tab-one {
    margin: 0 auto 50px;
  }
  .pricing-table-section
    .pricing-tab
    .pricing-tab-one
    .pricing-tab-heading:before {
    width: 43px;
    height: 22px;
    position: absolute;
    top: -18px;
    background-position: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.pricing-table-section .pricing-tab .pricing-tab-one .btn {
  -webkit-animation: none;
  animation: none;
  width: 100%;
}
@media (max-width: 991px) {
  .pricing-table-section .pricing-tab .pricing-tab-one .btn {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .pricing-table-section .pricing-tab .pricing-tab-one .btn:before {
    content: none;
  }
}
@media (min-width: 992px) {
  .pricing-table-section .pricing-tab .pricing-tab-two {
    margin-left: -20px;
    z-index: 1;
  }
}
.pricing-table-section .pricing-tab .pricing-tab-two .pricing-tab-heading {
  background: #040a28;
  position: relative;
}
.pricing-table-section
  .pricing-tab
  .pricing-tab-two
  .pricing-tab-heading:after {
  content: "";
  position: absolute;
  background-image: url(https://foundr.com/em-public-sp-src/images/best-value.png);
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
}
.pricing-table-section .pricing-tab .pricing-tab-two .pricing-tab-heading h2 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 37px;
  font-size: clamp(32px, 3.5vw, 40px);
  line-height: clamp(32px, 3.5vw, 37px);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.pricing-table-section .pricing-tab .pricing-tab-two .pricing-tab-body {
  padding: clamp(20px, 2.5vw, 40px) clamp(20px, 2.5vw, 54px);
}
.pricing-table-section .pricing-tab .pricing-tab-two .pricing-tab-body h2 {
  margin: 50px 0 40px;
}
.pricing-table-section .pricing-tab .pricing-tab-two .btn {
  position: relative;
  -webkit-animation: pulseBtn 2s ease 0 infinite normal none running;
  animation: pulseBtn 2s ease 0 infinite normal none running;
  width: 100%;
  background: linear-gradient(
    262.35deg,
    #ff9e9e -16.03%,
    #ff46c8 14.88%,
    #d040fb 45.8%,
    #6363ff 76.71%,
    #2aebeb 107.63%
  );
}
@media (max-width: 991px) {
  .pricing-table-section .pricing-tab .pricing-tab-two .btn {
    font-size: 20px;
  }
}
.pricing-table-section .pricing-tab .pricing-tab-two .btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  -webkit-animation: foundrPlusPulseButton 2.5s ease infinite;
  animation: foundrPlusPulseButton 2.5s ease infinite;
  background: linear-gradient(
    134.84deg,
    #6363ff 38.75%,
    #d040fb 74.98%,
    #ff46c8
  );
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pricing-table-section .pricing-tab .pricing-tab-two .btn span {
  position: relative;
  color: #fff;
}
@-webkit-keyframes foundrPlusPulseButton {
  0% {
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(99, 99, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(99, 99, 255, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(255, 70, 200, 0.3);
    box-shadow: 0 0 0 25px rgba(255, 70, 200, 0.3);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(255, 70, 200, 0);
    box-shadow: 0 0 0 25px rgba(255, 70, 200, 0);
  }
}
@keyframes foundrPlusPulseButton {
  0% {
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(99, 99, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(99, 99, 255, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(255, 70, 200, 0.3);
    box-shadow: 0 0 0 25px rgba(255, 70, 200, 0.3);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(255, 70, 200, 0);
    box-shadow: 0 0 0 25px rgba(255, 70, 200, 0);
  }
}
.about-foundr {
  position: relative;
  margin-top: 50px;
  z-index: 3;
}
@media (max-width: 991px) {
  .about-foundr {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .about-foundr .meta-content {
    display: none;
  }
}
@media (max-width: 420px) {
  .about-foundr .meta-content {
    margin-top: -54px;
  }
}
.about-foundr .container {
  position: relative;
}
@media (min-width: 1400px) {
  .about-foundr .container {
    max-width: 1370px;
  }
}
@media (max-width: 575px) {
  .about-foundr .container {
    padding: 0 10px;
  }
}
.about-foundr .container .bg-right {
  right: -693px;
  top: 63px;
}
@media (min-width: 2000px) {
  .about-foundr .container .bg-right {
    right: -1565px;
    top: -463px;
  }
}
@media (max-width: 991px) {
  .about-foundr .container .bg-right {
    display: none;
  }
}
@media (min-width: 2000px) {
  .about-foundr .container .bg-right .desktop {
    display: none;
  }
}
@media (max-width: 1999px) {
  .about-foundr .container .bg-right .big {
    display: none;
  }
}
.about-foundr .bg-left,
.about-foundr .bg-right {
  position: absolute;
  z-index: -2;
}
.about-foundr .bg-left {
  left: -380px;
  top: -849px;
}
@media (min-width: 2000px) {
  .about-foundr .bg-left {
    left: -1564px;
    top: -2048px;
  }
  .about-foundr .bg-left .desktop {
    display: none;
  }
}
@media (max-width: 1999px) {
  .about-foundr .bg-left .big {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-foundr .bg-left {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-foundr {
    margin-top: -223px;
    background: #f9f9f9;
    z-index: -2;
    top: -45px;
  }
}
.about-foundr .bg-image {
  -webkit-transform: translateX(-510px);
  transform: translateX(-510px);
}
@media (min-width: 2400px) and (max-width: 2500px) {
  .about-foundr .bg-image {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
  }
}
@media (min-width: 2300px) and (max-width: 2399px) {
  .about-foundr .bg-image {
    -webkit-transform: translateX(-295px);
    transform: translateX(-295px);
  }
}
@media (min-width: 2200px) and (max-width: 2299px) {
  .about-foundr .bg-image {
    -webkit-transform: translateX(-345px);
    transform: translateX(-345px);
  }
}
@media (min-width: 2100px) and (max-width: 2199px) {
  .about-foundr .bg-image {
    -webkit-transform: translateX(-375px);
    transform: translateX(-375px);
  }
}
@media (min-width: 2000px) and (max-width: 2099px) {
  .about-foundr .bg-image {
    -webkit-transform: translateX(-435px);
    transform: translateX(-435px);
  }
}
.about-foundr .bg-image picture img {
  width: 1506.42px;
  height: 1471px;
  margin-left: -40px;
}
@media (max-width: 991px) {
  .about-foundr .bg-image picture img {
    width: 1200px;
    height: 1200px;
  }
}
@media (max-width: 575px) {
  .about-foundr .bg-image picture img {
    width: 1450px;
    height: 1450px;
    margin-left: 85px;
  }
}
@media (max-width: 575px) {
  .about-foundr .bg-image {
    -webkit-transform: translateX(-455px);
    transform: translateX(-455px);
  }
  .about-foundr .bg-image img {
    width: 1660px;
    height: auto;
  }
}
.about-foundr .about-content {
  position: absolute;
  top: 260px;
  left: 60px;
  right: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .about-foundr .about-content {
    top: 260px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .about-foundr .about-content {
    top: 100px;
    left: 0;
  }
}
@media (max-width: 575px) {
  .about-foundr .about-content {
    top: 275px;
    left: 0;
  }
}
@media (max-width: 1799px) and (min-width: 992px) {
  .about-foundr .about-content .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .about-foundr .about-content .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.about-foundr .about-content .content {
  padding: 30px 5px;
  max-width: 453px;
  margin-right: auto;
  margin-left: 145px;
}
@media (max-width: 1799px) {
  .about-foundr .about-content .content {
    background: #fff;
    -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
    max-width: 609px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .about-foundr .about-content .content {
    max-width: 655px;
    padding: 75px 24px 40px;
  }
}
@media (max-width: 767px) {
  .about-foundr .about-content .content {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .about-foundr .about-content .content {
    width: 330px;
    padding: 20px 15px;
  }
  .about-foundr .about-content .content br.mobile-break {
    display: block;
  }
}
.about-foundr .about-content .content .about-title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-foundr .about-content .content .about-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .about-foundr .about-content .content .about-title {
    margin-bottom: 30px;
  }
}
.about-foundr .about-content .content .about-title h5 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .about-foundr .about-content .content .about-title h5 {
    color: #ff7a12;
    margin-bottom: 0;
  }
}
.about-foundr .about-content .content .about-title .foundr-brand {
  display: block;
}
.about-foundr .about-content .content .about-title .foundr-brand img {
  width: 440.9px;
}
@media (max-width: 991px) {
  .about-foundr .about-content .content .about-title .foundr-brand img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .about-foundr
    .about-content
    .content
    .about-title
    .foundr-brand
    img.desktop-logo {
    display: none;
  }
}
.about-foundr
  .about-content
  .content
  .about-title
  .foundr-brand
  img.mobile-logo {
  display: none;
}
@media (max-width: 575px) {
  .about-foundr
    .about-content
    .content
    .about-title
    .foundr-brand
    img.mobile-logo {
    display: block;
  }
}
.about-foundr .about-content .content .about-text {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .about-foundr .about-content .content .about-text {
    padding-right: 0;
  }
}
.about-foundr .about-content .content .about-text p {
  font-size: 16px;
  line-height: 24px;
  color: #0f1214;
}
@media (min-width: 400px) {
  .about-foundr .about-content .content .about-text p br.mobile-break {
    display: none;
  }
}
.about-foundr .about-content .content .about-counter {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .about-foundr .about-content .content .about-counter {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .about-foundr .about-content .content .about-counter ul {
    margin-bottom: 0;
  }
}
.about-foundr .about-content .content .about-counter ul li {
  text-align: center;
  padding: 5px !important;
}
@media (max-width: 575px) {
  .about-foundr .about-content .content .about-counter ul li {
    margin: 0;
  }
}
.about-foundr .about-content .content .about-counter ul li .count-num {
  font-size: 44.9502px;
  line-height: 41px;
  color: #ff7a12;
  font-family: Helvetica Neue LT Std;
}
@media (max-width: 575px) {
  .about-foundr .about-content .content .about-counter ul li .count-num {
    font-size: 60px;
    line-height: 41px;
    color: #ff7a12;
  }
}
.about-foundr .about-content .content .about-counter ul li p {
  font-size: 14.4444px;
  line-height: 18px;
  color: #000;
  font-family: Helvetica Neue LT Std;
  text-transform: uppercase;
  margin: 10px -10px;
}
.about-foundr .about-content .btn {
  margin-top: 280px;
}
@media (max-width: 991px) {
  .about-foundr .about-content .btn {
    margin-top: 300px;
  }
}
@media (max-width: 767px) {
  .about-foundr .about-content .btn {
    display: none !important;
  }
}
.foundr-mac #testimonial .testimonial-header .trust-world h4 {
  margin-bottom: 0;
}
.foundr-mac #testimonial .testimonial-header .trust-world {
  padding: 10px 0 6px;
}
@media (min-width: 1200px) {
  .foundr-mac #testimonial:before {
    top: 230px;
  }
}
.foundr-mac #testimonial:before {
  top: 242px;
}
#testimonial {
  position: relative;
  margin-top: 40px;
  z-index: 1;
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1040px) {
  #testimonial {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #testimonial {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #testimonial {
    margin-top: -30px;
  }
}
@media (max-width: 575px) {
  #testimonial {
    margin-top: -170px;
  }
}
#testimonial:before {
  content: "";
  width: 507px;
  height: 585.25px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 388px;
  left: -50px;
  overflow: hidden;
}
.has-webp-support #testimonial:before {
  background-image: url(../images/star.webp);
}
.no-webp-support #testimonial:before {
  background-image: url(../images/star.png);
}
@media (max-width: 1399px) {
  #testimonial:before {
    top: 425px;
    left: -200px;
  }
}
@media (max-width: 1199px) {
  #testimonial:before {
    top: 325px;
  }
}
@media (max-width: 991px) {
  #testimonial:before {
    content: none;
  }
}
#testimonial:after {
  content: "";
  width: 424px;
  height: 871px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 275px;
  right: -10px;
  opacity: 0.7;
}
.has-webp-support #testimonial:after {
  background-image: url(../images/star-right.webp);
}
.no-webp-support #testimonial:after {
  background-image: url(../images/star-right.png);
}
@media (max-width: 1399px) {
  #testimonial:after {
    top: 372px;
  }
}
@media (max-width: 1199px) {
  #testimonial:after {
    top: 256px;
    right: -25px;
  }
}
@media (max-width: 991px) {
  #testimonial:after {
    content: none;
  }
}
#testimonial .testimonial-header {
  padding-top: 55px;
  padding-bottom: 70px;
  background: #fcfcff;
  -webkit-box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
  box-shadow: -17px 18px 105px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #testimonial .testimonial-header {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header {
    border-top: 1px solid #f3f3f3;
    padding-bottom: 5px;
    background: #f9f9f9;
    -webkit-box-shadow: -5px 75px 105px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 75px 105px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header .header-text {
    display: none;
  }
}
#testimonial .testimonial-header .header-text .trustpilot-heading {
  padding: 0 160px 30px;
  font-family: Helvetica Neue LT Std;
  font-size: 60px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #0f1214;
}
@media (max-width: 1200px) {
  #testimonial .testimonial-header .header-text .trustpilot-heading {
    padding: 0;
    font-size: 40px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  #testimonial .testimonial-header .header-text .trustpilot-heading {
    padding: 0;
    font-size: 40px;
    line-height: 38px;
  }
}
#testimonial .testimonial-header ul.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 105px;
}
@media (max-width: 1199px) {
  #testimonial .testimonial-header ul.desktop {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #testimonial .testimonial-header ul.desktop {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #testimonial .testimonial-header ul.desktop {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header ul.desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
}
#testimonial .testimonial-header ul.desktop li {
  font-size: 35.6449px;
  line-height: 28px;
  color: #000;
  margin-right: 0;
}
@media (max-width: 1199px) {
  #testimonial .testimonial-header ul.desktop li {
    font-size: 20.6449px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  #testimonial .testimonial-header ul.desktop li {
    font-size: 20.6449px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  #testimonial .testimonial-header ul.desktop li {
    margin-bottom: 16px;
    margin-right: 16px;
    font-size: 16.6449px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header ul.desktop li {
    font-size: 25px;
  }
}
#testimonial .testimonial-header ul.desktop li:not(:first-child) {
  margin-left: 75px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #testimonial .testimonial-header ul.desktop li:not(:first-child) {
    margin-left: 0;
  }
}
#testimonial .testimonial-header ul.desktop .trustpilot img {
  max-width: 261.3px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #testimonial .testimonial-header ul.desktop .trustpilot img {
    max-width: 190px;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header ul.desktop .trustpilot img {
    max-width: 214.96px;
  }
}
#testimonial .testimonial-header ul.desktop .stars-rate img {
  max-width: 197.56px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #testimonial .testimonial-header ul.desktop .stars-rate img {
    max-width: 207px;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header ul.desktop .stars-rate img {
    max-width: 150.38px;
  }
}
#testimonial .testimonial-header ul.mobile {
  display: none;
}
@media (max-width: 575px) {
  #testimonial .testimonial-header ul.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #testimonial .testimonial-header ul.mobile li {
    font-size: 35.6449px;
    line-height: 28px;
    color: #0f1214;
    margin-right: 0;
  }
}
@media (max-width: 575px) and (max-width: 767px) {
  #testimonial .testimonial-header ul.mobile li {
    margin-bottom: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  #testimonial .testimonial-header ul.mobile li {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header ul.mobile li:not(:first-child) {
    margin-left: 36px;
  }
}
@media (max-width: 575px) and (max-width: 767px) {
  #testimonial .testimonial-header ul.mobile li:not(:first-child) {
    margin-left: 0;
    color: #000;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header ul.mobile .trustpilot img {
    max-width: 261.3px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) and (max-width: 767px) {
  #testimonial .testimonial-header ul.mobile .trustpilot img {
    max-width: 250px;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  #testimonial .testimonial-header ul.mobile .trustpilot img {
    max-width: 214.96px;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header ul.mobile .stars-rate img {
    max-width: 197.56px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) and (max-width: 767px) {
  #testimonial .testimonial-header ul.mobile .stars-rate img {
    max-width: 270px;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  #testimonial .testimonial-header ul.mobile .stars-rate img {
    max-width: 150.38px;
  }
}
#testimonial .testimonial-header .trust-world {
  background: #fff;
  -webkit-box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 75px 1.25px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  width: 637px !important;
  margin: 35px auto -20px;
  padding: 8px 0 1px;
}
@media (min-width: 575px) and (max-width: 768px) {
  #testimonial .testimonial-header .trust-world {
    display: none;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-header .trust-world {
    display: none;
  }
}
#testimonial .testimonial-header .trust-world h4 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #0f1214;
}
@media (max-width: 767px) {
  #testimonial .testimonial-header .trust-world h4 {
    font-size: 20px;
  }
}
#testimonial .testimonial-slide {
  padding: 45px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cecece),
    color-stop(23.36%, #f8f8f8)
  );
  background: linear-gradient(180deg, #cecece, #f8f8f8 23.36%);
}
@media (max-width: 767px) {
  #testimonial .testimonial-slide {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide {
    margin-top: 0;
    padding-top: 30px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#cecece),
      color-stop(23.36%, #f8f8f8)
    );
    background: linear-gradient(180deg, #cecece, #f8f8f8 23.36%);
    padding-bottom: 0;
  }
}
@media (max-width: 360px) {
  #testimonial .testimonial-slide {
    margin-top: 0;
    padding-top: 25px;
  }
}
#testimonial .testimonial-slide .swiper-wrapper {
  margin: 0;
}
#testimonial .testimonial-slide .comment-area .avatar {
  margin-bottom: 30px;
}
#testimonial .testimonial-slide .comment-area .avatar img {
  max-width: 85px;
  border-radius: 50%;
  width: 100%;
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide .comment-area .avatar img {
    max-width: 132px;
  }
}
#testimonial .testimonial-slide .comment-area .stars-rate img {
  max-width: 110px;
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide .comment-area .stars-rate img {
    max-width: 134.36px;
    margin: 0 auto;
  }
}
#testimonial .testimonial-slide .comment-area .comment {
  padding: 30px 38px 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide .comment-area .comment {
    padding: 30px 0 20px;
  }
}
#testimonial .testimonial-slide .comment-area .comment p {
  text-align: center;
  color: #0f1214;
}
#testimonial .testimonial-slide .comment-area .comment p strong {
  color: #0f1214;
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide .comment-area .comment p {
    font-size: 18px;
  }
}
#testimonial .testimonial-slide .comment-area .comment p:first-child {
  margin-bottom: 15px;
}
#testimonial .testimonial-slide .comment-area .comment p:last-child {
  margin-bottom: 0;
}
#testimonial .testimonial-slide .comment-area .comment div.text-sm-left-gap {
  padding: 45px 0 0;
}
@media (min-width: 400px) {
  #testimonial
    .testimonial-slide
    .comment-area
    .comment
    div.text-sm-left-gap
    p
    br.mobile-break {
    display: none;
  }
}
@media (min-width: 100px) and (max-width: 1400px) {
  #testimonial
    .testimonial-slide
    .comment-area
    .comment
    div.text-sm-left-gap
    p
    br.desktop-break {
    display: none;
  }
}
@media (max-width: 575px) {
  #testimonial
    .testimonial-slide
    .comment-area
    .comment
    div.text-sm-left-gap
    p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide .comment-area .comment div.text-sm-left-gap {
    padding: 0;
  }
}
#testimonial .testimonial-slide .comment-area .comment div.text-sm-left {
  padding: 20px 0 15px;
}
@media (min-width: 400px) {
  #testimonial
    .testimonial-slide
    .comment-area
    .comment
    div.text-sm-left
    p
    br.mobile-break {
    display: none;
  }
}
@media (min-width: 100px) and (max-width: 1400px) {
  #testimonial
    .testimonial-slide
    .comment-area
    .comment
    div.text-sm-left
    p
    br.desktop-break {
    display: none;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide .comment-area .comment div.text-sm-left p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide .comment-area .comment div.text-sm-left {
    padding: 0 0 15px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #testimonial .testimonial-slide .comment-area .comment {
    padding: 10px 0 25px;
  }
}
#testimonial .testimonial-slide .comment-area .avatar-bio-fix {
  margin-top: 15px;
}
#testimonial .testimonial-slide .comment-area .avatar-bio-fix .avatar-name {
  font-size: 18px;
  color: #000;
  font-family: Roboto bold;
}
#testimonial .testimonial-slide .comment-area .avatar-bio-fix p {
  margin: 0;
  color: #ababab;
}
#testimonial .testimonial-slide .comment-area .avatar-bio .avatar-name {
  font-size: 18px;
  color: #000;
  font-family: Roboto bold;
}
#testimonial .testimonial-slide .comment-area .avatar-bio p {
  margin: 0;
  color: #ababab;
}
#testimonial .testimonial-slide .testi-slide {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide .testi-slide .swiper-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#testimonial
  .testimonial-slide
  .testi-slide
  .swiper-slide:first-child
  .avatar-bio,
#testimonial
  .testimonial-slide
  .testi-slide
  .swiper-slide:nth-child(2)
  .avatar-bio {
  margin-top: 25px;
}
@media (max-width: 575px) {
  #testimonial
    .testimonial-slide
    .testi-slide
    .swiper-slide:first-child
    .avatar-bio,
  #testimonial
    .testimonial-slide
    .testi-slide
    .swiper-slide:nth-child(2)
    .avatar-bio {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #testimonial .testimonial-slide .testi-slide .swiper-slide {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  #testimonial .testimonial-slide .testi-slide .swiper-slide {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  #testimonial .testimonial-slide .testi-slide .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  #testimonial
    .testimonial-slide
    .testi-slide
    .swiper-slide:last-child
    .comment-area
    .comment {
    padding: 30px 6px 20px;
  }
}
#testimonial .testimonial-slide .testi-slide [class*="swiper-button-"] {
  cursor: pointer;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2222;
}
@media (max-width: 767px) {
  #testimonial .testimonial-slide .testi-slide [class*="swiper-button-"] {
    display: none;
  }
}
#testimonial .testimonial-slide .testi-slide [class*="swiper-button-"] img {
  width: 18px;
  height: 31px;
}
#testimonial .testimonial-slide .testi-slide .swiper-button-prev {
  left: 0;
}
#testimonial .testimonial-slide .testi-slide .swiper-button-next {
  right: 0;
}
#testimonial .testimonial-slide .testi-slide .swiper-pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#testimonial
  .testimonial-slide
  .testi-slide
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #dfdfdf;
  margin: 0 9px;
  cursor: pointer;
}
#testimonial
  .testimonial-slide
  .testi-slide
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bfbfbf;
}
.faqs {
  position: relative;
  margin-bottom: 50px;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 0;
  background: #f6f7f9;
  z-index: 0;
}
@media (max-width: 1399px) {
  .faqs {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .faqs {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .faqs {
    margin-top: 0;
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .faqs {
    padding-top: 10px;
    margin-bottom: 0;
    display: block;
  }
}
.faqs .container {
  position: relative;
}
@media (max-width: 991px) {
  .faqs .half-circle {
    display: none;
  }
}
.faqs .section-header {
  text-align: center;
}
.faqs .section-header .title {
  font-size: 80px;
  color: #2f2c2c;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  .faqs .section-header .title {
    font-size: 60px;
  }
}
.faqs .section-header .title img {
  max-width: 84px;
  margin-right: 35px;
}
@media (max-width: 575px) {
  .faqs .section-header .title img {
    max-width: 40px;
    margin-right: 10px;
    display: none;
  }
}
.faqs .section-header .title:before {
  content: none;
  width: 140px;
  height: 145px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: -198px;
}
@media (max-width: 575px) {
  .faqs .section-header .title:before {
    width: 100px;
    height: 110px;
    left: 100%;
    top: -37px;
    margin-left: 15px;
  }
}
.faqs .video-wrapper {
  max-width: 620px;
  margin: 45px auto 130px;
}
@media (max-width: 575px) {
  .faqs .video-wrapper {
    margin: 25px auto 55px;
    padding: 0 10px;
  }
}
.faqs .video-wrapper .video-frame {
  position: relative;
}
.faqs .video-wrapper .video-frame:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c8cbce;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-box-shadow: 75px 69px 73px rgba(0, 0, 0, 0.1);
  box-shadow: 75px 69px 73px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .faqs .video-wrapper .video-frame:before {
    top: 10px;
    right: 10px;
  }
}
.faqs .video-wrapper .video-frame .animation-left:before {
  content: "";
  border-left: 83px solid #fff;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  position: absolute;
  left: -217px;
  bottom: -16px;
}
.faqs .video-wrapper .video-frame .animation-left:after {
  content: "";
  border-left: 50px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  left: -130px;
  bottom: 80px;
}
.faqs .video-wrapper .video-frame .animation-right:before {
  content: "";
  border-left: 68px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -140px;
  top: 80px;
}
.faqs .video-wrapper .video-frame .animation-right:after {
  content: "";
  border-left: 40px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -185px;
  top: 157px;
}
.faqs .meta-content {
  margin-top: 80px;
}
@media (max-width: 575px) {
  .faqs .meta-content {
    margin-top: 55px;
  }
}
.faqs .faq-new-heading {
  margin-bottom: 65px;
}
@media (max-width: 575px) {
  .faqs .faq-new-heading {
    margin-bottom: 35px;
    padding-top: 20px;
  }
}
.faqs .faq-new-heading h2 {
  font-family: Helvetica Neue LT Std;
  font-style: normal;
  font-size: 50px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  .faqs .faq-new-heading h2 {
    font-size: 34px;
    line-height: 32px;
  }
}
.faqs .faq-content {
  max-width: 1107px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .faqs .faq-content {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .faqs .faq-content {
    margin-top: 30px;
  }
}
.faqs .faq-content .top-content {
  padding-top: 35px;
  padding-bottom: 35px;
}
.faqs .faq-content .top-content .content-right {
  padding-right: 20px;
}
.faqs .faq-content p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.faqs .faq-content p:last-child {
  margin: 0;
}
.faqs .faq-content a {
  text-decoration: underline;
  color: #616161;
  font-family: Roboto bold;
}
.faqs .faq-content a:hover {
  color: #ff7a12;
}
.faqs .faq-content ol li {
  background: #fff;
  border-radius: 15px;
  padding: 20px 30px 13px;
  list-style: none;
  width: 894px;
  margin: 15px auto;
}
@media (max-width: 991px) {
  .faqs .faq-content ol li {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .faqs .faq-content ol li {
    padding: 20px 25px 5px;
  }
}
.faqs .faq-content ol li .question {
  padding-bottom: 7px;
  font-family: Roboto bold;
  font-style: normal;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  padding-right: 25px;
}
@media (max-width: 575px) {
  .faqs .faq-content ol li .question {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .faqs .faq-content ol li .question {
    font-size: 17px;
  }
}
.faqs .faq-content ol li .question:before {
  margin-right: 5px;
}
.faqs .faq-content ol li .question:after {
  content: "";
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  right: 2%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.has-webp-support .faqs .faq-content ol li .question:after {
  background-image: url(../images/faq-arrow-down.webp);
}
.no-webp-support .faqs .faq-content ol li .question:after {
  background-image: url(../images/faq-arrow-down.svg);
}
@media (max-width: 991px) {
  .faqs .faq-content ol li .question {
    padding-right: 25px;
  }
  .faqs .faq-content ol li .question:after {
    content: "";
    width: 15px;
    height: 14px;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    right: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .has-webp-support .faqs .faq-content ol li .question:after {
    background-image: url(../images/faq-arrow-down.webp);
  }
  .no-webp-support .faqs .faq-content ol li .question:after {
    background-image: url(../images/faq-arrow-down.svg);
  }
}
@media (max-width: 360px) {
  .faqs .faq-content ol li .question {
    padding-right: 15px;
  }
}
.faqs .faq-content ol li .answer {
  padding-right: 20px;
}
@media (min-width: 991px) {
  .faqs .faq-content ol li .answer {
    display: none;
  }
}
@media (max-width: 991px) {
  .faqs .faq-content ol li .answer {
    display: none;
    margin-top: 15px;
  }
}
@media (max-width: 360px) {
  .faqs .faq-content ol li .answer {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .faqs .faq-content ol li .answer {
    display: none;
  }
}
.faqs .faq-content ol li .answer p {
  width: 816px;
  font-family: Roboto Regular;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px !important;
}
.faqs .faq-content ol li .answer p:last-child {
  margin: 0;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .faqs .faq-content ol li .answer p {
    width: 100%;
  }
}
@media (min-width: 575px) and (max-width: 768px) {
  .faqs .faq-content ol li .answer p {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .faqs .faq-content ol li .answer p {
    width: 100%;
  }
}
@media (max-width: 2500px) {
  .faqs .faq-content ol li .question {
    cursor: pointer;
  }
  .faqs .faq-content ol li.active .question:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .faqs .faq-content ol li.active .answer {
    display: block;
  }
}
@media (min-width: 991px) {
  .faqs .faq-content ol li {
    width: 100%;
  }
}
.cta-desktop .cta-wrapper {
  background: #d4d4d4;
  position: relative;
  margin-top: 220px;
  height: 830px;
}
@media (max-width: 1439px) {
  .cta-desktop .cta-wrapper {
    height: 282px;
    margin-bottom: 60px;
    margin-top: 120px;
    height: 485px;
  }
}
@media (max-width: 1199px) {
  .cta-desktop .cta-wrapper {
    height: 282px;
    margin-bottom: 0;
    margin-top: 120px;
    height: 285px;
  }
}
.cta-desktop .cta-wrapper:before {
  font-family: Helvetica Neue LT Std;
  content: "YOUR \00a0 \00a0 TURN \00a0 \00a0 YOUR TURN";
  white-space: nowrap;
  position: absolute;
  font-weight: bolder;
  top: -40px;
  left: -730px;
  font-size: 300px;
  background: -webkit-linear-gradient(#eee, rgba(15, 18, 20, 0.486275));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1921px) {
  .cta-desktop .cta-wrapper:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 1919px) {
  .cta-desktop .cta-wrapper:before {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 1439px) {
  .cta-desktop .cta-wrapper:before {
    display: none;
  }
}
.cta-desktop .cta-wrapper:after {
  font-family: Helvetica Neue LT Std;
  content: "YOUR TURN";
  white-space: nowrap;
  position: absolute;
  font-weight: bolder;
  word-spacing: 340px;
  top: 220px;
  left: 80px;
  font-size: 300px;
  letter-spacing: 10px;
  background: -webkit-linear-gradient(#eee, rgba(15, 18, 20, 0.486275));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1921px) {
  .cta-desktop .cta-wrapper:after {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 1919px) {
  .cta-desktop .cta-wrapper:after {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 1439px) {
  .cta-desktop .cta-wrapper:after {
    content: "SIGN UP";
    word-spacing: 60px;
    color: #fff;
    font-size: 60px;
    top: 10px;
    font-weight: bolder;
    -webkit-text-fill-color: unset;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 360px) {
  .cta-desktop .cta-wrapper:after {
    content: "SIGN UP";
    word-spacing: 60px;
    color: #fff;
    font-size: 60px;
    left: 170px;
    top: 10px;
    font-weight: bolder;
    -webkit-text-fill-color: unset;
  }
}
.cta-desktop .cta-wrapper .container img {
  z-index: 1;
  display: block;
  width: 1070px;
  position: relative;
  margin: 0 auto;
  top: -240px;
}
@media (max-width: 1439px) {
  .cta-desktop .cta-wrapper .container img {
    display: block;
    width: 516px;
    margin: 0 auto;
    top: -115px;
  }
}
@media (max-width: 767px) {
  .cta-desktop .cta-wrapper .container img {
    width: 516px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -120px;
  }
}
.cta-desktop .cta-wrapper .container .text-content {
  position: absolute;
  z-index: 2;
  top: 270px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
@media (max-width: 1439px) {
  .cta-desktop .cta-wrapper .container .text-content {
    top: 80px;
  }
}
.cta-desktop .cta-wrapper .container .text-content:before {
  position: absolute;
  top: -10px;
  left: 44%;
  content: "";
  background-size: 100%;
  height: 90px;
  width: 50px;
  background-repeat: no-repeat;
}
.has-webp-support .cta-desktop .cta-wrapper .container .text-content:before {
  background-image: url(../images/amazon-fba-down-arrow.webp);
}
.no-webp-support .cta-desktop .cta-wrapper .container .text-content:before {
  background-image: url(../images/amazon-fba-down-arrow.svg);
}
@media (max-width: 1439px) {
  .cta-desktop .cta-wrapper .container .text-content:before {
    width: 30px;
    height: 30px;
  }
}
.cta-desktop .cta-wrapper .container .text-content h2 {
  border-radius: 47px;
  background: linear-gradient(
      286.17deg,
      rgba(0, 0, 0, 0.23) 20.82%,
      transparent 60.17%
    ),
    linear-gradient(
      101.78deg,
      rgba(172, 220, 255, 0.53) 18.92%,
      hsla(0, 0%, 99.6%, 0) 55.88%
    ),
    linear-gradient(0deg, hsla(0, 0%, 100%, 0.33), hsla(0, 0%, 100%, 0.33));
  font-family: Helvetica Neue LT Std;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding: 40px 110px 110px;
}
.cta-desktop .cta-wrapper .container .text-content h2 span {
  display: block;
}
@media (max-width: 1439px) {
  .cta-desktop .cta-wrapper .container .text-content h2 {
    width: 319px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    padding: 30px 0;
    border-radius: 20px;
  }
}
.cta-desktop .cta-wrapper .container .text-content .btn {
  font-family: Helvetica Neue LT Std;
  width: 455px;
  white-space: unset;
  top: -70px;
  padding: 20px 80px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  line-height: 24px;
}
.cta-desktop .cta-wrapper .container .text-content .btn:after {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  margin-left: 360px;
}
.has-webp-support
  .cta-desktop
  .cta-wrapper
  .container
  .text-content
  .btn:after {
  background-image: url(../images/exclude.webp);
}
.no-webp-support .cta-desktop .cta-wrapper .container .text-content .btn:after {
  background-image: url(../images/exclude.svg);
}
@media (max-width: 1439px) {
  .cta-desktop .cta-wrapper .container .text-content .btn:after {
    position: absolute;
    width: 27px;
    height: 27px;
    background-size: 100%;
    top: 15px;
    right: 20px;
  }
}
@media (max-width: 1439px) {
  .cta-desktop .cta-wrapper .container .text-content .btn {
    width: 310px;
    height: 62px;
    font-family: Helvetica Neue LT Std;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 60px;
    top: 15px;
  }
}
.cta-desktop .cta-wrapper .container .text-content .btn:hover:after {
  -webkit-transform: translateX(12px) !important;
  transform: translateX(12px) !important;
}
.cta-desktop
  .cta-wrapper
  .container
  .text-content
  .btn
  .helvetica-text-wrapper {
  line-height: 1em;
}
.info-block {
    background-color: #f8f9fa; /* Light grey background color */
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-logo {
    height: 40px;
}

.info-help-text {
    font-size: 16px;
    color: #333;
}

.contact-link {
    color: #007bff;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

.info-phone-icon {
    font-size: 20px;
    color: #333;
    margin-right: 8px;
}

.info-phone-number {
    font-size: 16px;
    color: #333;
}

.info-divider {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin-top: 10px;
}

