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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[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; }

p {
  margin-top: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ee71a2;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: shift-color(#ee71a2, 20%); }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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; }

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%; }

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

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%; }

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

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%; }

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

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem; }

.g-6,
.gy-6 {
  --bs-gutter-y: 6rem; }

.g-7,
.gx-7 {
  --bs-gutter-x: 9rem; }

.g-7,
.gy-7 {
  --bs-gutter-y: 9rem; }

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

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; }

  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem; }

  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem; }

  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 9rem; }

  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 9rem; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; }

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem; }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem; }

  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 9rem; }

  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 9rem; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; }

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem; }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem; }

  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 9rem; }

  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 9rem; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; }

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem; }

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem; }

  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 9rem; }

  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 9rem; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

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

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; }

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem; }

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem; }

  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 9rem; }

  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 9rem; } }
body {
  font-family: 'Roboto', sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: normal;
  line-height: 1; }

h1, .h1 {
  font-size: 50px; }

h2, .h2 {
  font-size: 47px; }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 21px; }

h6, .h6 {
  font-size: 1rem; }

.article-page h1 {
  font-size: 24px; }
.article-page h2 {
  font-size: 21px; }
.article-page h3 {
  font-size: 1rem; }
.article-page h4 {
  font-size: 1rem; }
.article-page p {
  font-size: 0.875rem; }

.ff-headings {
  font-weight: normal;
  line-height: 1; }

.lang-switcher ul {
  list-style: none; }
  .lang-switcher ul li a {
    text-decoration: none; }
    .lang-switcher ul li a:hover {
      text-decoration: underline; }

.bttn {
  text-align: center;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: none; }
  .bttn:hover .block-bttns-after {
    display: block; }
  .bttn.bttn-pink {
    background-color: #ee71a2;
    color: #fff; }
    .bttn.bttn-pink:hover {
      background-color: #ba5e87; }
  .bttn.bttn-red {
    background-color: #fd717a;
    color: #fff; }
    .bttn.bttn-red:hover {
      background-color: #cc5961; }
  .bttn.bttn-light {
    background-color: #d3d3d3;
    color: #000; }
    .bttn.bttn-light:hover {
      background-color: #B0B0B0; }
  .bttn.bttn-white {
    background-color: #fff; }
    .bttn.bttn-white:hover {
      background-color: #E0E0E0; }
  .bttn.bttn-rounded-md {
    border-radius: 13px; }
  .bttn.bttn-rounded-lg {
    border-radius: 100px; }
  .bttn.bttn-like-link {
    background-color: transparent; }
    .bttn.bttn-like-link:hover {
      background-color: transparent; }
  .bttn .block-bttns-after {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 35;
    background-color: #fff;
    border-radius: 13px; }
    .bttn .block-bttns-after a {
      text-decoration: none;
      display: block;
      width: 100%;
      line-height: 1;
      padding-top: 15px;
      text-transform: uppercase; }
      .bttn .block-bttns-after a:hover {
        text-decoration: underline; }

#main-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: -100%;
  background-color: #ee71a2;
  z-index: 40;
  transition: 0.3s; }
  #main-menu .main-menu-inner {
    position: relative;
    height: 100%; }
  #main-menu .header-menu {
    list-style: none;
    width: 100%;
    max-width: 360px;
    margin: 0 auto; }
    #main-menu .header-menu > li {
      text-align: center;
      margin-bottom: 20px; }
      #main-menu .header-menu > li.has-sub-menu {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        #main-menu .header-menu > li.has-sub-menu > .header-sub-menu {
          margin: 0;
          padding: 1rem;
          background: #AE1857;
          display: none;
          list-style: none;
          position: absolute;
          top: 100%;
          border-radius: 8px;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
          width: 100%;
          left: 0; }
          #main-menu .header-menu > li.has-sub-menu > .header-sub-menu > li {
            text-align: left; }
            #main-menu .header-menu > li.has-sub-menu > .header-sub-menu > li + li {
              margin-top: 20px; }
            #main-menu .header-menu > li.has-sub-menu > .header-sub-menu > li > a {
              font-size: 1.25rem;
              color: #fff;
              text-decoration: none; }
              #main-menu .header-menu > li.has-sub-menu > .header-sub-menu > li > a sup {
                top: -0.5rem; }
        #main-menu .header-menu > li.has-sub-menu > button {
          border: none;
          background: url("/img/Caret.svg") no-repeat;
          background-size: contain;
          background-position: center;
          width: 1rem;
          height: 1rem;
          margin-left: 0.4rem;
          transform: rotate(180deg);
          transition: transform 0.1s ease-in-out; }
        #main-menu .header-menu > li.has-sub-menu.open > .header-sub-menu {
          display: block; }
        #main-menu .header-menu > li.has-sub-menu.open > button {
          transform: rotate(0deg); }
      #main-menu .header-menu > li > a {
        font-size: 30px;
        color: #fff;
        text-decoration: none; }
      #main-menu .header-menu > li button {
        font-size: 30px; }

#menu-check {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 52px;
  margin: 5px 0;
  opacity: 0;
  cursor: pointer;
  z-index: 50; }
  #menu-check + #toast-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
    background-image: url("../img/ic_menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px 0;
    border: none;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 45; }
    #menu-check + #toast-btn > .times {
      display: none; }
  #menu-check:checked {
    position: fixed;
    top: 0; }
    #menu-check:checked + #toast-btn {
      position: fixed;
      top: 0; }
      #menu-check:checked + #toast-btn > .times {
        background-image: none;
        display: block; }
      #menu-check:checked + #toast-btn + #main-menu {
        right: 0; }

#header {
  position: relative;
  z-index: 75;
  height: 64px;
  width: 100%;
  background-color: #AE1857; }
  #header .header-inner {
    height: inherit; }
    #header .header-inner .row {
      align-items: center;
      justify-content: space-between;
      height: inherit; }
    #header .header-inner .logo {
      float: left;
      display: block;
      padding: 10px 15px;
      text-align: center; }
      #header .header-inner .logo img {
        height: 46px;
        width: auto; }

#questions {
  position: relative; }
  #questions:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/questions-bg.jpg");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 10; }
  #questions .questions-inner {
    position: relative;
    z-index: 15; }

#about-page {
  position: relative; }
  #about-page:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/about-bg.svg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 10; }
  #about-page .about-page-inner {
    position: relative;
    z-index: 10; }

#footer .footer-inner .footer-inner__top {
  background-image: url("../img/pink-bg-top.png");
  background-position: center;
  background-size: cover;
  height: 125px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  #footer .footer-inner .footer-inner__top > div {
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      #footer .footer-inner .footer-inner__top > div {
        font-size: 2.2rem; } }
    @media (max-width: 576px) {
      #footer .footer-inner .footer-inner__top > div br {
        display: none; } }
#footer .footer-inner .footer-inner__content {
  margin-top: -5px; }
  #footer .footer-inner .footer-inner__content .develop-by {
    justify-content: center;
    align-items: center; }

@media (min-width: 576px) {
  #home-intro .intro-heading {
    font-size: 48px; }

  #boxes {
    margin-top: -80px; }
    #boxes .boxes-inner {
      height: 480px; } }
@media (min-width: 768px) {
  #footer .footer-inner .footer-inner__top {
    height: 195px; }

  .article-page h1 {
    font-size: 47px; }
  .article-page h2 {
    font-size: 30px; }
  .article-page h3 {
    font-size: 24px; }
  .article-page h4 {
    font-size: 24px; }
  .article-page p {
    font-size: 1rem; } }
@media (min-width: 992px) {
  .article-page h1 {
    font-size: 50px; }
  .article-page h2 {
    font-size: 47px; }
  .article-page h3 {
    font-size: 30px; }
  .article-page h4 {
    font-size: 30px; } }
@media (min-width: 1200px) {
  #header {
    height: 120px; }
    #header .header-inner .row {
      align-items: center;
      height: inherit; }
    #header .header-inner .logo {
      float: none;
      display: block;
      padding: 10px 15px;
      text-align: center; }
      #header .header-inner .logo img {
        height: 80px;
        width: auto; }

  #main-menu {
    position: initial;
    height: initial;
    right: initial;
    background-color: #AE1857; }
    #main-menu .header-menu {
      max-width: initial;
      align-items: center; }
      #main-menu .header-menu > li {
        display: inline-block;
        padding: 5px 10px;
        margin-bottom: 0; }
        #main-menu .header-menu > li > a {
          font-size: 1.15rem;
          color: #fff; }
        #main-menu .header-menu > li button {
          font-size: 1.15rem; } }
@media (min-width: 1400px) {
  #main-menu .header-menu > li {
    padding: 15px 25px; }
    #main-menu .header-menu > li > a {
      font-size: 1.25rem; }
    #main-menu .header-menu > li button {
      font-size: 1.25rem; }

  #home-intro {
    min-height: calc(100vh - 120px); }
    #home-intro .intro-heading {
      font-size: 68px; } }
.fs-1 {
  font-size: 50px !important; }

.fs-2 {
  font-size: 47px !important; }

.fs-305 {
  font-size: 37px !important; }

.fs-3 {
  font-size: 30px !important; }

.fs-4 {
  font-size: 24px !important; }

.fs-5 {
  font-size: 21px !important; }

.fs-6 {
  font-size: 1rem !important; }

.fs-7 {
  font-size: 12px !important; }

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 50px !important; }

  .fs-sm-2 {
    font-size: 47px !important; }

  .fs-sm-305 {
    font-size: 37px !important; }

  .fs-sm-3 {
    font-size: 30px !important; }

  .fs-sm-4 {
    font-size: 24px !important; }

  .fs-sm-5 {
    font-size: 21px !important; }

  .fs-sm-6 {
    font-size: 1rem !important; }

  .fs-sm-7 {
    font-size: 12px !important; } }
@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 50px !important; }

  .fs-md-2 {
    font-size: 47px !important; }

  .fs-md-305 {
    font-size: 37px !important; }

  .fs-md-3 {
    font-size: 30px !important; }

  .fs-md-4 {
    font-size: 24px !important; }

  .fs-md-5 {
    font-size: 21px !important; }

  .fs-md-6 {
    font-size: 1rem !important; }

  .fs-md-7 {
    font-size: 12px !important; } }
@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: 50px !important; }

  .fs-lg-2 {
    font-size: 47px !important; }

  .fs-lg-305 {
    font-size: 37px !important; }

  .fs-lg-3 {
    font-size: 30px !important; }

  .fs-lg-4 {
    font-size: 24px !important; }

  .fs-lg-5 {
    font-size: 21px !important; }

  .fs-lg-6 {
    font-size: 1rem !important; }

  .fs-lg-7 {
    font-size: 12px !important; } }
@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: 50px !important; }

  .fs-xl-2 {
    font-size: 47px !important; }

  .fs-xl-305 {
    font-size: 37px !important; }

  .fs-xl-3 {
    font-size: 30px !important; }

  .fs-xl-4 {
    font-size: 24px !important; }

  .fs-xl-5 {
    font-size: 21px !important; }

  .fs-xl-6 {
    font-size: 1rem !important; }

  .fs-xl-7 {
    font-size: 12px !important; } }
@media (min-width: 1400px) {
  .fs-xxl-1 {
    font-size: 50px !important; }

  .fs-xxl-2 {
    font-size: 47px !important; }

  .fs-xxl-305 {
    font-size: 37px !important; }

  .fs-xxl-3 {
    font-size: 30px !important; }

  .fs-xxl-4 {
    font-size: 24px !important; }

  .fs-xxl-5 {
    font-size: 21px !important; }

  .fs-xxl-6 {
    font-size: 1rem !important; }

  .fs-xxl-7 {
    font-size: 12px !important; } }
.fl-left {
  float: left !important; }

.fl-right {
  float: right !important; }

.fl-none {
  float: none !important; }

@media (min-width: 576px) {
  .fl-sm-left {
    float: left !important; }

  .fl-sm-right {
    float: right !important; }

  .fl-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .fl-md-left {
    float: left !important; }

  .fl-md-right {
    float: right !important; }

  .fl-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .fl-lg-left {
    float: left !important; }

  .fl-lg-right {
    float: right !important; }

  .fl-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .fl-xl-left {
    float: left !important; }

  .fl-xl-right {
    float: right !important; }

  .fl-xl-none {
    float: none !important; } }
@media (min-width: 1400px) {
  .fl-xxl-left {
    float: left !important; }

  .fl-xxl-right {
    float: right !important; }

  .fl-xxl-none {
    float: none !important; } }
.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; } }
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }

  .text-xxl-right {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.f-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-pink {
  color: #ee71a2 !important; }

.text-red {
  color: #fd717a !important; }

.text-pink-darkest {
  color: #a493a7 !important; }

.text-pink-dark {
  color: #ba5e87 !important; }

.text-pink-red {
  color: #AE1857 !important; }

.text-pink-light {
  color: #DB5893 !important; }

.text-red-dark {
  color: #cc5961 !important; }

.text-danger {
  color: #fd717a !important; }

.text-light {
  color: #666666 !important; }

.text-dark {
  color: #000 !important; }

.text-gray {
  color: #606061 !important; }

.text-climax-bg {
  color: #AF5489 !important; }

.text-climax-bg-light {
  color: #bf76a1 !important; }

@media (min-width: 576px) {
  .text-sm-pink {
    color: #ee71a2 !important; }

  .text-sm-red {
    color: #fd717a !important; }

  .text-sm-pink-darkest {
    color: #a493a7 !important; }

  .text-sm-pink-dark {
    color: #ba5e87 !important; }

  .text-sm-pink-red {
    color: #AE1857 !important; }

  .text-sm-pink-light {
    color: #DB5893 !important; }

  .text-sm-red-dark {
    color: #cc5961 !important; }

  .text-sm-danger {
    color: #fd717a !important; }

  .text-sm-light {
    color: #666666 !important; }

  .text-sm-dark {
    color: #000 !important; }

  .text-sm-gray {
    color: #606061 !important; }

  .text-sm-climax-bg {
    color: #AF5489 !important; }

  .text-sm-climax-bg-light {
    color: #bf76a1 !important; } }
@media (min-width: 768px) {
  .text-md-pink {
    color: #ee71a2 !important; }

  .text-md-red {
    color: #fd717a !important; }

  .text-md-pink-darkest {
    color: #a493a7 !important; }

  .text-md-pink-dark {
    color: #ba5e87 !important; }

  .text-md-pink-red {
    color: #AE1857 !important; }

  .text-md-pink-light {
    color: #DB5893 !important; }

  .text-md-red-dark {
    color: #cc5961 !important; }

  .text-md-danger {
    color: #fd717a !important; }

  .text-md-light {
    color: #666666 !important; }

  .text-md-dark {
    color: #000 !important; }

  .text-md-gray {
    color: #606061 !important; }

  .text-md-climax-bg {
    color: #AF5489 !important; }

  .text-md-climax-bg-light {
    color: #bf76a1 !important; } }
@media (min-width: 992px) {
  .text-lg-pink {
    color: #ee71a2 !important; }

  .text-lg-red {
    color: #fd717a !important; }

  .text-lg-pink-darkest {
    color: #a493a7 !important; }

  .text-lg-pink-dark {
    color: #ba5e87 !important; }

  .text-lg-pink-red {
    color: #AE1857 !important; }

  .text-lg-pink-light {
    color: #DB5893 !important; }

  .text-lg-red-dark {
    color: #cc5961 !important; }

  .text-lg-danger {
    color: #fd717a !important; }

  .text-lg-light {
    color: #666666 !important; }

  .text-lg-dark {
    color: #000 !important; }

  .text-lg-gray {
    color: #606061 !important; }

  .text-lg-climax-bg {
    color: #AF5489 !important; }

  .text-lg-climax-bg-light {
    color: #bf76a1 !important; } }
@media (min-width: 1200px) {
  .text-xl-pink {
    color: #ee71a2 !important; }

  .text-xl-red {
    color: #fd717a !important; }

  .text-xl-pink-darkest {
    color: #a493a7 !important; }

  .text-xl-pink-dark {
    color: #ba5e87 !important; }

  .text-xl-pink-red {
    color: #AE1857 !important; }

  .text-xl-pink-light {
    color: #DB5893 !important; }

  .text-xl-red-dark {
    color: #cc5961 !important; }

  .text-xl-danger {
    color: #fd717a !important; }

  .text-xl-light {
    color: #666666 !important; }

  .text-xl-dark {
    color: #000 !important; }

  .text-xl-gray {
    color: #606061 !important; }

  .text-xl-climax-bg {
    color: #AF5489 !important; }

  .text-xl-climax-bg-light {
    color: #bf76a1 !important; } }
@media (min-width: 1400px) {
  .text-xxl-pink {
    color: #ee71a2 !important; }

  .text-xxl-red {
    color: #fd717a !important; }

  .text-xxl-pink-darkest {
    color: #a493a7 !important; }

  .text-xxl-pink-dark {
    color: #ba5e87 !important; }

  .text-xxl-pink-red {
    color: #AE1857 !important; }

  .text-xxl-pink-light {
    color: #DB5893 !important; }

  .text-xxl-red-dark {
    color: #cc5961 !important; }

  .text-xxl-danger {
    color: #fd717a !important; }

  .text-xxl-light {
    color: #666666 !important; }

  .text-xxl-dark {
    color: #000 !important; }

  .text-xxl-gray {
    color: #606061 !important; }

  .text-xxl-climax-bg {
    color: #AF5489 !important; }

  .text-xxl-climax-bg-light {
    color: #bf76a1 !important; } }
.bg-pink {
  background-color: #ee71a2 !important; }

.bg-red {
  background-color: #fd717a !important; }

.bg-pink-darkest {
  background-color: #a493a7 !important; }

.bg-pink-dark {
  background-color: #ba5e87 !important; }

.bg-pink-red {
  background-color: #AE1857 !important; }

.bg-pink-light {
  background-color: #DB5893 !important; }

.bg-red-dark {
  background-color: #cc5961 !important; }

.bg-danger {
  background-color: #fd717a !important; }

.bg-light {
  background-color: #666666 !important; }

.bg-dark {
  background-color: #000 !important; }

.bg-gray {
  background-color: #606061 !important; }

.bg-climax-bg {
  background-color: #AF5489 !important; }

.bg-climax-bg-light {
  background-color: #bf76a1 !important; }

@media (min-width: 576px) {
  .bg-sm-pink {
    background-color: #ee71a2 !important; }

  .bg-sm-red {
    background-color: #fd717a !important; }

  .bg-sm-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-sm-pink-dark {
    background-color: #ba5e87 !important; }

  .bg-sm-pink-red {
    background-color: #AE1857 !important; }

  .bg-sm-pink-light {
    background-color: #DB5893 !important; }

  .bg-sm-red-dark {
    background-color: #cc5961 !important; }

  .bg-sm-danger {
    background-color: #fd717a !important; }

  .bg-sm-light {
    background-color: #666666 !important; }

  .bg-sm-dark {
    background-color: #000 !important; }

  .bg-sm-gray {
    background-color: #606061 !important; }

  .bg-sm-climax-bg {
    background-color: #AF5489 !important; }

  .bg-sm-climax-bg-light {
    background-color: #bf76a1 !important; } }
@media (min-width: 768px) {
  .bg-md-pink {
    background-color: #ee71a2 !important; }

  .bg-md-red {
    background-color: #fd717a !important; }

  .bg-md-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-md-pink-dark {
    background-color: #ba5e87 !important; }

  .bg-md-pink-red {
    background-color: #AE1857 !important; }

  .bg-md-pink-light {
    background-color: #DB5893 !important; }

  .bg-md-red-dark {
    background-color: #cc5961 !important; }

  .bg-md-danger {
    background-color: #fd717a !important; }

  .bg-md-light {
    background-color: #666666 !important; }

  .bg-md-dark {
    background-color: #000 !important; }

  .bg-md-gray {
    background-color: #606061 !important; }

  .bg-md-climax-bg {
    background-color: #AF5489 !important; }

  .bg-md-climax-bg-light {
    background-color: #bf76a1 !important; } }
@media (min-width: 992px) {
  .bg-lg-pink {
    background-color: #ee71a2 !important; }

  .bg-lg-red {
    background-color: #fd717a !important; }

  .bg-lg-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-lg-pink-dark {
    background-color: #ba5e87 !important; }

  .bg-lg-pink-red {
    background-color: #AE1857 !important; }

  .bg-lg-pink-light {
    background-color: #DB5893 !important; }

  .bg-lg-red-dark {
    background-color: #cc5961 !important; }

  .bg-lg-danger {
    background-color: #fd717a !important; }

  .bg-lg-light {
    background-color: #666666 !important; }

  .bg-lg-dark {
    background-color: #000 !important; }

  .bg-lg-gray {
    background-color: #606061 !important; }

  .bg-lg-climax-bg {
    background-color: #AF5489 !important; }

  .bg-lg-climax-bg-light {
    background-color: #bf76a1 !important; } }
@media (min-width: 1200px) {
  .bg-xl-pink {
    background-color: #ee71a2 !important; }

  .bg-xl-red {
    background-color: #fd717a !important; }

  .bg-xl-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-xl-pink-dark {
    background-color: #ba5e87 !important; }

  .bg-xl-pink-red {
    background-color: #AE1857 !important; }

  .bg-xl-pink-light {
    background-color: #DB5893 !important; }

  .bg-xl-red-dark {
    background-color: #cc5961 !important; }

  .bg-xl-danger {
    background-color: #fd717a !important; }

  .bg-xl-light {
    background-color: #666666 !important; }

  .bg-xl-dark {
    background-color: #000 !important; }

  .bg-xl-gray {
    background-color: #606061 !important; }

  .bg-xl-climax-bg {
    background-color: #AF5489 !important; }

  .bg-xl-climax-bg-light {
    background-color: #bf76a1 !important; } }
@media (min-width: 1400px) {
  .bg-xxl-pink {
    background-color: #ee71a2 !important; }

  .bg-xxl-red {
    background-color: #fd717a !important; }

  .bg-xxl-pink-darkest {
    background-color: #a493a7 !important; }

  .bg-xxl-pink-dark {
    background-color: #ba5e87 !important; }

  .bg-xxl-pink-red {
    background-color: #AE1857 !important; }

  .bg-xxl-pink-light {
    background-color: #DB5893 !important; }

  .bg-xxl-red-dark {
    background-color: #cc5961 !important; }

  .bg-xxl-danger {
    background-color: #fd717a !important; }

  .bg-xxl-light {
    background-color: #666666 !important; }

  .bg-xxl-dark {
    background-color: #000 !important; }

  .bg-xxl-gray {
    background-color: #606061 !important; }

  .bg-xxl-climax-bg {
    background-color: #AF5489 !important; }

  .bg-xxl-climax-bg-light {
    background-color: #bf76a1 !important; } }
.clear::after {
  display: block;
  clear: both;
  content: ""; }

.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; }

.m-6 {
  margin: 6rem !important; }

.mt-6,
.my-6 {
  margin-top: 6rem !important; }

.mr-6,
.mx-6 {
  margin-right: 6rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 6rem !important; }

.ml-6,
.mx-6 {
  margin-left: 6rem !important; }

.m-7 {
  margin: 9rem !important; }

.mt-7,
.my-7 {
  margin-top: 9rem !important; }

.mr-7,
.mx-7 {
  margin-right: 9rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 9rem !important; }

.ml-7,
.mx-7 {
  margin-left: 9rem !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; }

.p-6 {
  padding: 6rem !important; }

.pt-6,
.py-6 {
  padding-top: 6rem !important; }

.pr-6,
.px-6 {
  padding-right: 6rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 6rem !important; }

.pl-6,
.px-6 {
  padding-left: 6rem !important; }

.p-7 {
  padding: 9rem !important; }

.pt-7,
.py-7 {
  padding-top: 9rem !important; }

.pr-7,
.px-7 {
  padding-right: 9rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 9rem !important; }

.pl-7,
.px-7 {
  padding-left: 9rem !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; }

  .m-sm-6 {
    margin: 6rem !important; }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important; }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important; }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important; }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important; }

  .m-sm-7 {
    margin: 9rem !important; }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 9rem !important; }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 9rem !important; }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 9rem !important; }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 9rem !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; }

  .p-sm-6 {
    padding: 6rem !important; }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important; }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important; }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important; }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important; }

  .p-sm-7 {
    padding: 9rem !important; }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 9rem !important; }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 9rem !important; }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 9rem !important; }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 9rem !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; }

  .m-md-6 {
    margin: 6rem !important; }

  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important; }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important; }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important; }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important; }

  .m-md-7 {
    margin: 9rem !important; }

  .mt-md-7,
  .my-md-7 {
    margin-top: 9rem !important; }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 9rem !important; }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 9rem !important; }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 9rem !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; }

  .p-md-6 {
    padding: 6rem !important; }

  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important; }

  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important; }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important; }

  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important; }

  .p-md-7 {
    padding: 9rem !important; }

  .pt-md-7,
  .py-md-7 {
    padding-top: 9rem !important; }

  .pr-md-7,
  .px-md-7 {
    padding-right: 9rem !important; }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 9rem !important; }

  .pl-md-7,
  .px-md-7 {
    padding-left: 9rem !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; }

  .m-lg-6 {
    margin: 6rem !important; }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important; }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important; }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important; }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important; }

  .m-lg-7 {
    margin: 9rem !important; }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 9rem !important; }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 9rem !important; }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 9rem !important; }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 9rem !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; }

  .p-lg-6 {
    padding: 6rem !important; }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important; }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important; }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important; }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important; }

  .p-lg-7 {
    padding: 9rem !important; }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 9rem !important; }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 9rem !important; }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 9rem !important; }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 9rem !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; }

  .m-xl-6 {
    margin: 6rem !important; }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important; }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important; }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important; }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important; }

  .m-xl-7 {
    margin: 9rem !important; }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 9rem !important; }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 9rem !important; }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 9rem !important; }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 9rem !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; }

  .p-xl-6 {
    padding: 6rem !important; }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important; }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important; }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important; }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important; }

  .p-xl-7 {
    padding: 9rem !important; }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 9rem !important; }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 9rem !important; }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 9rem !important; }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 9rem !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; } }
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }

  .m-xxl-1 {
    margin: 0.25rem !important; }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }

  .m-xxl-3 {
    margin: 1rem !important; }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  .m-xxl-6 {
    margin: 6rem !important; }

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6rem !important; }

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6rem !important; }

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6rem !important; }

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6rem !important; }

  .m-xxl-7 {
    margin: 9rem !important; }

  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 9rem !important; }

  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 9rem !important; }

  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 9rem !important; }

  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 9rem !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  .p-xxl-6 {
    padding: 6rem !important; }

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6rem !important; }

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6rem !important; }

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6rem !important; }

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6rem !important; }

  .p-xxl-7 {
    padding: 9rem !important; }

  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 9rem !important; }

  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 9rem !important; }

  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 9rem !important; }

  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 9rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
.bttn-sm {
  font-size: 1rem;
  line-height: 32px;
  padding: 0 25px;
  min-width: 240px; }

.bttn-md {
  font-size: 24px;
  line-height: 57px;
  padding: 0 35px;
  min-width: 285px; }

.bttn-lg {
  font-size: 30px;
  font-weight: bold;
  line-height: 90px;
  padding: 0 35px;
  width: 100%;
  max-width: 500px;
  text-align: center; }

@media (min-width: 576px) {
  .bttn-sm-sm {
    font-size: 1rem;
    line-height: 32px;
    padding: 0 25px;
    min-width: 240px; }

  .bttn-md-sm {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px;
    min-width: 285px; }

  .bttn-lg-sm {
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
@media (min-width: 768px) {
  .bttn-sm-md {
    font-size: 1rem;
    line-height: 32px;
    padding: 0 25px;
    min-width: 240px; }

  .bttn-md-md {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px;
    min-width: 285px; }

  .bttn-lg-md {
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
@media (min-width: 992px) {
  .bttn-sm-lg {
    font-size: 1rem;
    line-height: 32px;
    padding: 0 25px;
    min-width: 240px; }

  .bttn-md-lg {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px;
    min-width: 285px; }

  .bttn-lg-lg {
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
@media (min-width: 1200px) {
  .bttn-sm-xl {
    font-size: 1rem;
    line-height: 32px;
    padding: 0 25px;
    min-width: 240px; }

  .bttn-md-xl {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px;
    min-width: 285px; }

  .bttn-lg-xl {
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
@media (min-width: 1400px) {
  .bttn-sm-xxl {
    font-size: 1rem;
    line-height: 32px;
    padding: 0 25px;
    min-width: 240px; }

  .bttn-md-xxl {
    font-size: 24px;
    line-height: 57px;
    padding: 0 35px;
    min-width: 285px; }

  .bttn-lg-xxl {
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;
    padding: 0 35px;
    width: 100%;
    max-width: 500px;
    text-align: center; } }
.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: flex !important; }

.d-inline-flex {
  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: flex !important; }

  .d-sm-inline-flex {
    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: flex !important; }

  .d-md-inline-flex {
    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: flex !important; }

  .d-lg-inline-flex {
    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: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !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; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }

  .w-sm-50 {
    width: 50% !important; }

  .w-sm-75 {
    width: 75% !important; }

  .w-sm-100 {
    width: 100% !important; }

  .w-sm-auto {
    width: auto !important; }

  .h-sm-25 {
    height: 25% !important; }

  .h-sm-50 {
    height: 50% !important; }

  .h-sm-75 {
    height: 75% !important; }

  .h-sm-100 {
    height: 100% !important; }

  .h-sm-auto {
    height: auto !important; } }
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }

  .w-md-50 {
    width: 50% !important; }

  .w-md-75 {
    width: 75% !important; }

  .w-md-100 {
    width: 100% !important; }

  .w-md-auto {
    width: auto !important; }

  .h-md-25 {
    height: 25% !important; }

  .h-md-50 {
    height: 50% !important; }

  .h-md-75 {
    height: 75% !important; }

  .h-md-100 {
    height: 100% !important; }

  .h-md-auto {
    height: auto !important; } }
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }

  .w-lg-50 {
    width: 50% !important; }

  .w-lg-75 {
    width: 75% !important; }

  .w-lg-100 {
    width: 100% !important; }

  .w-lg-auto {
    width: auto !important; }

  .h-lg-25 {
    height: 25% !important; }

  .h-lg-50 {
    height: 50% !important; }

  .h-lg-75 {
    height: 75% !important; }

  .h-lg-100 {
    height: 100% !important; }

  .h-lg-auto {
    height: auto !important; } }
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important; }

  .w-xl-50 {
    width: 50% !important; }

  .w-xl-75 {
    width: 75% !important; }

  .w-xl-100 {
    width: 100% !important; }

  .w-xl-auto {
    width: auto !important; }

  .h-xl-25 {
    height: 25% !important; }

  .h-xl-50 {
    height: 50% !important; }

  .h-xl-75 {
    height: 75% !important; }

  .h-xl-100 {
    height: 100% !important; }

  .h-xl-auto {
    height: auto !important; } }
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important; }

  .w-xxl-50 {
    width: 50% !important; }

  .w-xxl-75 {
    width: 75% !important; }

  .w-xxl-100 {
    width: 100% !important; }

  .w-xxl-auto {
    width: auto !important; }

  .h-xxl-25 {
    height: 25% !important; }

  .h-xxl-50 {
    height: 50% !important; }

  .h-xxl-75 {
    height: 75% !important; }

  .h-xxl-100 {
    height: 100% !important; }

  .h-xxl-auto {
    height: auto !important; } }
.winners-list {
  column-count: 3;
  column-gap: 50px; }
  @media (max-width: 768px) {
    .winners-list {
      column-count: 1; } }

sup {
  font-size: 50%;
  top: -50%; }

#main-top-1 {
  background: url("/img/main-top-bg-1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 70%;
  position: relative; }
  #main-top-1 .h1-container {
    display: none;
    position: absolute;
    left: 1rem;
    top: -10%;
    bottom: 0;
    margin: auto;
    height: 3.75rem;
    width: 15rem;
    background: url("/img/h1andp.png") no-repeat;
    background-position: center;
    background-size: contain; }
    @media (min-width: 576px) {
      #main-top-1 .h1-container {
        background: url("/img/h1andp-d.png") no-repeat;
        background-position: center;
        background-size: contain;
        height: 7rem;
        width: 30rem;
        left: 2rem; } }
    @media (min-width: 1440px) {
      #main-top-1 .h1-container {
        background: url("/img/h1andp-d.png") no-repeat;
        background-position: center;
        background-size: contain;
        height: 13rem;
        width: 65rem;
        left: 4rem; } }
  @media (min-width: 992px) {
    #main-top-1 {
      background: url("/img/main-top-bg-1-d.jpg") no-repeat;
      background-size: cover;
      background-position: center;
      padding-top: 43%; } }

#main-top-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url("/img/main-top-bg-2-2.svg") no-repeat;
  background-size: cover;
  background-position: 0px; }
  #main-top-2 .like-h2 {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      #main-top-2 .like-h2 {
        font-size: 2.2rem; } }
  #main-top-2 .main-top-2-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem; }
    #main-top-2 .main-top-2-box .box-img {
      margin-bottom: 2rem; }
    #main-top-2 .main-top-2-box .box-text {
      font-size: 1rem;
      color: #AE1857;
      text-align: center; }

.relative {
  position: relative; }

.likeButtonArrow {
  position: absolute;
  top: -25%;
  z-index: 2;
  left: 0;
  right: 0;
  height: 80px;
  width: 80px;
  margin: auto; }
  .likeButtonArrow.ar-2 {
    top: 2rem; }
  .likeButtonArrow.ar-3 {
    top: -2.5rem; }
  .likeButtonArrow.ar-4 {
    top: 0;
    position: relative; }

#main-mid-1-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, white 0%, #ae1857 35%, #ae1857 100%); }
  #main-mid-1-title .like-h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #AE1857;
    text-align: center; }
    @media (min-width: 768px) {
      #main-mid-1-title .like-h2 {
        font-size: 2.2rem; } }

#main-mid-1 {
  position: relative;
  padding-bottom: 3rem;
  background: #AE1857;
  background-size: cover;
  background-position: top; }
  #main-mid-1 .like-h2 {
    font-size: 1.2rem;
    color: #AE1857;
    margin-bottom: 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      #main-mid-1 .like-h2 {
        font-size: 2.2rem; } }
  #main-mid-1 .boxes {
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: center; }
    @media (min-width: 768px) {
      #main-mid-1 .boxes {
        padding-top: 5rem; } }
  #main-mid-1 .box .box-head {
    background: #fff;
    border: 1px solid #AE1857;
    border-radius: 1rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    #main-mid-1 .box .box-head h3 {
      font-size: 0.53rem;
      text-align: center;
      margin-bottom: 0; }
      @media (min-width: 376px) {
        #main-mid-1 .box .box-head h3 {
          font-size: 0.65rem; } }
      @media (min-width: 576px) {
        #main-mid-1 .box .box-head h3 {
          font-size: 0.9rem; } }
      @media (min-width: 768px) {
        #main-mid-1 .box .box-head h3 {
          font-size: 1.2rem; } }
  #main-mid-1 .box .box-body {
    padding-top: 2rem;
    position: relative; }
    #main-mid-1 .box .box-body:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 1rem;
      left: 0.5rem;
      width: 1px;
      background: #fff; }
    #main-mid-1 .box .box-body .item {
      padding-left: 2rem;
      position: relative;
      margin-bottom: 2rem;
      display: flex;
      align-items: center;
      min-height: 3rem; }
      #main-mid-1 .box .box-body .item span {
        font-size: 0.7rem;
        color: #fff; }
        @media (min-width: 768px) {
          #main-mid-1 .box .box-body .item span {
            font-size: 1rem; } }
      #main-mid-1 .box .box-body .item:before {
        content: '';
        position: absolute;
        width: 1.8rem;
        height: 1.8rem;
        left: -0.35rem;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url("/img/dot.svg") no-repeat;
        background-size: contain;
        background-position: center; }

#main-products {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url("/img/main-page-product-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  #main-products:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, white 0%, white 30%, #ae1857 70%);
    z-index: -1; }
  #main-products .like-h2 {
    font-size: 1.2rem;
    text-align: center;
    color: #AE1857; }
    @media (min-width: 768px) {
      #main-products .like-h2 {
        font-size: 2.2rem; } }
  #main-products .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem; }
    #main-products .box .header {
      position: relative;
      margin-bottom: 2rem; }
      #main-products .box .header h3 {
        position: absolute;
        bottom: 3rem;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        height: 20%;
        width: 75%;
        color: #000;
        font-size: 1rem; }
        @media (min-width: 768px) {
          #main-products .box .header h3 {
            font-size: 1.2rem; } }
      @media (min-width: 768px) {
        #main-products .box .header {
          text-align: center; }
          #main-products .box .header img {
            max-width: 80%;
            margin: auto; } }
    #main-products .box .image {
      flex-shrink: 0;
      margin-bottom: 1rem;
      position: relative;
      padding-top: 70%;
      width: 100%;
      text-decoration: none; }
      #main-products .box .image img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 90%; }
    @media (min-width: 1199px) {
      #main-products .box .description {
        padding: 0 6rem; } }
    #main-products .box .description p {
      font-size: 1rem;
      text-align: center; }
    #main-products .box .description sup {
      top: -0.5rem; }

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

.instruction {
  display: flex;
  padding: 0.3rem 1rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  color: #AE1857;
  text-decoration: none;
  border: 1px solid #AE1857;
  margin-bottom: 2rem; }

.buy-link {
  display: flex;
  padding: 0.3rem 1rem;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 2rem;
  background: #AE1857; }

#product-top-1 {
  position: relative;
  background: url("/img/product-1-bg.png") no-repeat;
  background-size: cover;
  background-position: center 18px;
  padding-top: 2rem;
  padding-bottom: 3rem; }
  @media (min-width: 1400px) {
    #product-top-1 {
      padding-top: 4rem; } }
  @media (min-width: 768px) {
    #product-top-1 {
      background-position: center -20px; } }
  @media (min-width: 1199px) {
    #product-top-1 .container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  #product-top-1 .container-3 {
    position: relative; }
    @media (min-width: 1199px) {
      #product-top-1 .container-3 {
        padding-left: 6rem;
        padding-right: 6rem; } }
  #product-top-1 .container-4 {
    padding-top: 6rem; }
  #product-top-1 .container-2 {
    padding-top: 7rem; }
  #product-top-1 h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #AE1857;
    text-align: center; }
    @media (min-width: 768px) {
      #product-top-1 h1 {
        font-size: 2rem; } }
  #product-top-1 .links {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      #product-top-1 .links {
        flex-direction: row; } }
  #product-top-1 .buy-link {
    padding: 0.5rem 1rem;
    background: #fff;
    color: #AE1857;
    font-size: 1rem;
    text-decoration: none; }
    @media (max-width: 376px) {
      #product-top-1 .buy-link {
        font-size: 0.8rem; } }
    #product-top-1 .buy-link + .buy-link {
      margin-top: 1rem;
      background: transparent;
      color: #fff;
      font-weight: 600; }
      @media (min-width: 768px) {
        #product-top-1 .buy-link + .buy-link {
          margin-top: 0;
          margin-left: 2rem; } }
  #product-top-1 .descr {
    font-size: 0.8rem;
    color: #AE1857;
    font-weight: 600; }
    #product-top-1 .descr strong {
      font-weight: 900; }
    #product-top-1 .descr sup {
      font-size: 50%;
      top: -0.7rem; }
    @media (min-width: 768px) {
      #product-top-1 .descr {
        font-size: 1.5rem;
        padding-top: 3rem; } }
  #product-top-1 .box {
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #fff; }
    @media (min-width: 768px) {
      #product-top-1 .box {
        border-radius: 2rem; } }
    #product-top-1 .box .box-top {
      background: #AE1857;
      padding: 1rem; }
      @media (min-width: 768px) {
        #product-top-1 .box .box-top {
          border-radius: 2rem; } }
      #product-top-1 .box .box-top h2 {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 600;
        text-align: center;
        margin: 0; }
        @media (min-width: 768px) {
          #product-top-1 .box .box-top h2 {
            font-size: 2rem; } }
        #product-top-1 .box .box-top h2 sup {
          top: -0.5rem; }
    #product-top-1 .box .box-body {
      padding: 2rem 1rem;
      background: #fff;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      #product-top-1 .box .box-body ul {
        margin-bottom: 0; }
        #product-top-1 .box .box-body ul li {
          font-size: 0.7rem;
          color: #AE1857; }
          @media (min-width: 768px) {
            #product-top-1 .box .box-body ul li {
              font-size: 1.5rem; } }
          #product-top-1 .box .box-body ul li + li {
            margin-bottom: 0.3rem; }
        #product-top-1 .box .box-body ul + ul {
          margin-left: 1rem; }
    #product-top-1 .box .box-bot {
      background: #AE1857;
      padding: 0.5rem 1.2rem; }
      @media (min-width: 768px) {
        #product-top-1 .box .box-bot {
          border-radius: 2rem; } }
      #product-top-1 .box .box-bot p {
        text-align: center;
        font-size: 0.8rem;
        color: #fff;
        font-weight: 500;
        margin: 0; }
        @media (min-width: 768px) {
          #product-top-1 .box .box-bot p {
            font-size: 1.7rem; } }
  @media (max-width: 576px) {
    #product-top-1 .container-3 {
      margin-left: -1rem;
      width: calc(100% + 2rem); } }
  #product-top-1 .box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    #product-top-1 .box2 .image {
      padding: 1.5rem; }
    #product-top-1 .box2 p {
      text-align: center;
      font-size: 1rem;
      color: #AE1857; }
  #product-top-1 .justify-content-center {
    justify-content: center; }
  #product-top-1 .section-title1 {
    font-size: 1.5rem;
    color: #AE1857;
    text-align: center;
    font-weight: 600;
    padding: 3rem 0;
    margin: 0; }
    @media (min-width: 768px) {
      #product-top-1 .section-title1 {
        font-size: 2rem; } }

#product-standards {
  padding-bottom: 3rem;
  background: #F4A0D1; }
  @media (min-width: 1199px) {
    #product-standards .container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  #product-standards .like-h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 1rem;
    background: linear-gradient(90deg, rgba(174, 24, 87, 0) 0%, #ae1857 40%, #ae1857 60%, rgba(174, 24, 87, 0.087272409) 100%); }
  #product-standards .box3-outer {
    position: relative;
    padding-top: 120%; }
    @media (min-width: 768px) {
      #product-standards .box3-outer {
        padding-top: 45%; } }
    #product-standards .box3-outer:nth-child(1) .box3:before {
      content: '';
      position: absolute;
      top: 20%;
      bottom: 1rem;
      right: 1rem;
      left: 1rem;
      background: url("/img/box3/1.svg") no-repeat;
      background-size: contain;
      background-position: center; }
    #product-standards .box3-outer:nth-child(2) .box3:before {
      content: '';
      position: absolute;
      top: 20%;
      bottom: 1rem;
      right: 1rem;
      left: 1rem;
      background: url("/img/box3/2.svg") no-repeat;
      background-size: contain;
      background-position: center; }
    #product-standards .box3-outer:nth-child(3) .box3:before {
      content: '';
      position: absolute;
      top: 20%;
      bottom: 1rem;
      right: 1rem;
      left: 1rem;
      background: url("/img/box3/3.svg") no-repeat;
      background-size: contain;
      background-position: center; }
  #product-standards .box3 {
    background: #9B003F;
    border-radius: 2rem;
    padding: 2rem;
    padding-bottom: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 2rem;
    right: 2rem; }
    #product-standards .box3 h3 {
      color: #fff;
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      line-height: 120%; }
    #product-standards .box3 p {
      color: #fff;
      font-size: 1rem;
      font-weight: 600;
      text-align: center; }
      @media (min-width: 991px) {
        #product-standards .box3 p {
          font-size: 1.3rem; } }
  #product-standards .ps-1-text {
    font-size: 0.9rem;
    text-align: center;
    color: #AE1857;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      #product-standards .ps-1-text {
        font-size: 2rem; } }

#slider {
  background: url("/img/product-slider-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 3rem; }
  @media (min-width: 1199px) {
    #slider .container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  #slider .slider-title {
    padding: 3rem 1rem 3rem 1rem;
    background-position: center top;
    background-size: cover;
    margin-bottom: 4rem; }
    #slider .slider-title .backgroud {
      opacity: 0.8;
      padding: 0; }
    #slider .slider-title h2 {
      color: #AE1857;
      font-size: 2rem;
      text-align: center;
      font-weight: 600;
      margin: 0;
      position: relative; }
  #slider .slick-dots {
    bottom: -50px;
    left: 0; }
    #slider .slick-dots li {
      margin: 1rem; }
      #slider .slick-dots li button {
        background: #fff;
        border-radius: 20px; }
        #slider .slick-dots li button:before {
          display: none; }
      #slider .slick-dots li.slick-active button {
        background: #000;
        opacity: 0.8; }
  #slider .slick-next {
    width: 0;
    height: 0;
    right: 1rem;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    z-index: 2; }
    #slider .slick-next:before {
      display: none; }
  #slider .slick-prev {
    left: 1rem;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #fff;
    z-index: 2; }
    #slider .slick-prev:before {
      display: none; }

.like-slider-item {
  padding-top: 100%;
  border-radius: 30% 0px 30% 0px;
  -webkit-border-radius: 30% 0px 30% 0px;
  -moz-border-radius: 30% 0px 30% 0px;
  border: 1px solid #fff;
  position: relative; }
  .like-slider-item:before {
    content: '';
    position: absolute;
    top: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    right: 0.7rem;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 28% 0px 28% 0px;
    -webkit-border-radius: 28% 0px 28% 0px;
    -moz-border-radius: 28% 0px 28% 0px; }
  .like-slider-item:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background: url("/img/slider-corner.svg") no-repeat;
    top: -22px;
    right: -22px;
    z-index: -1; }

.slider-nav .slick-track {
  padding-bottom: 6rem; }

.like-slider-item-outer {
  position: relative;
  padding: 1rem;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }
  @media (min-width: 576px) {
    .like-slider-item-outer {
      padding: 4rem 4rem 4rem 4rem; } }
  @media (min-width: 991px) {
    .like-slider-item-outer.slick-current {
      scale: 1.5; } }
  .like-slider-item-outer.slick-current .like-slider-item:after {
    display: none; }
  .like-slider-item-outer:not(.slick-active) {
    opacity: 0; }
  .like-slider-item-outer h3 {
    margin-bottom: 0;
    padding-top: 2rem;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1; }
    @media (max-width: 768px) {
      .like-slider-item-outer h3 {
        bottom: -56px; } }

.slider-for {
  margin-top: 4rem;
  padding: 0 1rem 0 1rem; }
  @media (min-width: 991px) {
    .slider-for {
      padding: 0 6rem 0 6rem; } }

.like-slider-item-for .item-text {
  padding: 3rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 1rem; }
  @media (min-width: 768px) {
    .like-slider-item-for .item-text {
      border-radius: 6rem; } }
  .like-slider-item-for .item-text p {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      .like-slider-item-for .item-text p {
        font-size: 1.2rem; } }

#other-product {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #FFDCEA; }
  @media (min-width: 1199px) {
    #other-product .container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  #other-product .like-h3 {
    color: #606060;
    font-size: 1rem;
    text-align: center; }
    @media (min-width: 768px) {
      #other-product .like-h3 {
        font-size: 2rem; } }
  #other-product .links {
    margin-top: 3rem;
    justify-content: center;
    flex-direction: row; }
    #other-product .links .buy-link {
      background: #AE1857;
      color: #fff;
      font-size: 0.8rem;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.5rem 1rem; }
      #other-product .links .buy-link.read-more {
        background: #fff;
        color: #AE1857;
        margin-left: 2rem; }
  #other-product .order-1 {
    order: 1; }
    @media (min-width: 768px) {
      #other-product .order-1 {
        order: 0; } }
  #other-product .order-0 {
    order: 0; }
    @media (min-width: 768px) {
      #other-product .order-0 {
        order: 1; } }
  #other-product .order-2 {
    order: 2; }

@media (min-width: 768px) {
  #product2 #product-top-1 .box .box-body {
    padding-left: 4rem;
    padding-right: 4rem; } }
#product2 #slider {
  background: url("/img/product-slider-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover; }
#product2 #product-top-1 .box .box-top {
  background: #DB5893; }
#product2 #product-top-1 .box .box-bot {
  background: #DB5893; }
  #product2 #product-top-1 .box .box-bot sup {
    top: -0.5rem; }
#product2 #other-product .links .buy-link {
  background: #AE1857; }
  #product2 #other-product .links .buy-link.read-more {
    background: #fff;
    color: #AE1857;
    margin-left: 2rem; }

.backgroud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  justify-content: center; }

.backgroud-in {
  flex-shrink: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 576px) {
    .backgroud-in {
      width: 200%; } }

#climax-top-1 {
  position: relative;
  height: 200px;
  display: flex;
  background: #AF5489;
  align-items: center; }
  @media (max-width: 576px) {
    #climax-top-1 {
      overflow: hidden; } }
  #climax-top-1 h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #AE1857;
    font-weight: 700;
    margin: 0;
    position: relative; }

#climax-top-2 {
  background: #AF5489;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  #climax-top-2 .like-h2 {
    color: #fff;
    text-align: right;
    font-size: 2.5rem;
    margin: 0;
    line-height: 50%; }
    @media (min-width: 376px) {
      #climax-top-2 .like-h2 {
        font-size: 3rem; } }
    @media (min-width: 576px) {
      #climax-top-2 .like-h2 {
        font-size: 4rem; } }
    @media (min-width: 768px) {
      #climax-top-2 .like-h2 {
        font-size: 7rem; } }
    @media (min-width: 991px) {
      #climax-top-2 .like-h2 {
        font-size: 9rem; } }
    @media (min-width: 1440px) {
      #climax-top-2 .like-h2 {
        font-size: 13rem; } }
    #climax-top-2 .like-h2 span {
      font-size: 1.8rem;
      opacity: 0.6;
      position: relative; }
      @media (min-width: 576px) {
        #climax-top-2 .like-h2 span {
          font-size: 3rem; } }
      @media (min-width: 768px) {
        #climax-top-2 .like-h2 span {
          font-size: 7rem; } }
    #climax-top-2 .like-h2 sup {
      font-size: 30%;
      top: -12%; }
    #climax-top-2 .like-h2.ru {
      font-size: 2.2rem; }
      #climax-top-2 .like-h2.ru sup {
        font-size: 30%;
        top: -25%; }
      #climax-top-2 .like-h2.ru span {
        font-size: 1.8rem;
        opacity: 0.6;
        position: relative; }
        @media (min-width: 576px) {
          #climax-top-2 .like-h2.ru span {
            font-size: 3rem; } }
        @media (min-width: 991px) {
          #climax-top-2 .like-h2.ru span {
            font-size: 5rem; } }
      @media (min-width: 376px) {
        #climax-top-2 .like-h2.ru {
          font-size: 2.5rem; } }
      @media (min-width: 576px) {
        #climax-top-2 .like-h2.ru {
          font-size: 3rem; } }
      @media (min-width: 768px) {
        #climax-top-2 .like-h2.ru {
          font-size: 5rem; } }
      @media (min-width: 991px) {
        #climax-top-2 .like-h2.ru {
          font-size: 7rem; } }
      @media (min-width: 1400px) {
        #climax-top-2 .like-h2.ru {
          font-size: 9rem; } }

#climax-top-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #bf76a1; }
  @media (min-width: 1199px) {
    #climax-top-3 .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  #climax-top-3 p {
    font-size: 0.8rem;
    color: #fff; }
    @media (min-width: 768px) {
      #climax-top-3 p {
        font-size: 1.2rem; } }
    #climax-top-3 p + p {
      margin: 1rem 0 0 0; }

#climax-top-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #AF5489; }
  @media (min-width: 1199px) {
    #climax-top-4 .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  #climax-top-4 ul {
    margin: 0;
    padding: 0; }
    #climax-top-4 ul li {
      display: flex;
      flex-direction: row;
      align-items: center; }
      #climax-top-4 ul li + li {
        margin-top: 1rem; }
      #climax-top-4 ul li img {
        margin-right: 3rem;
        flex-shrink: 0; }
      #climax-top-4 ul li span {
        color: #fff;
        font-size: 0.8rem; }
        @media (min-width: 768px) {
          #climax-top-4 ul li span {
            font-size: 1.2rem; } }
  #climax-top-4 .h2-container {
    display: flex;
    flex-direction: row; }
    #climax-top-4 .h2-container h2 {
      color: #AF5489;
      font-weight: 700;
      margin: 0;
      font-size: 3rem;
      -webkit-text-stroke: 2px white;
      line-height: 75%; }
      @media (min-width: 376px) {
        #climax-top-4 .h2-container h2 {
          font-size: 4rem; } }
      @media (min-width: 576px) {
        #climax-top-4 .h2-container h2 {
          font-size: 6rem; } }
      @media (min-width: 768px) {
        #climax-top-4 .h2-container h2 {
          font-size: 7rem;
          -webkit-text-stroke: 4px white; } }
      @media (min-width: 991px) {
        #climax-top-4 .h2-container h2 {
          font-size: 10rem; } }
      @media (min-width: 1400px) {
        #climax-top-4 .h2-container h2 {
          font-size: 13rem; } }
    #climax-top-4 .h2-container p {
      color: #fff;
      opacity: 0.6;
      text-align: right;
      padding: 0;
      margin: 0;
      font-size: 1.5rem; }
      @media (min-width: 576px) {
        #climax-top-4 .h2-container p {
          font-size: 3rem; } }
      @media (min-width: 768px) {
        #climax-top-4 .h2-container p {
          font-size: 3rem; } }
      @media (min-width: 991px) {
        #climax-top-4 .h2-container p {
          font-size: 5rem; } }

.mt-5-rem {
  margin-top: 5rem; }

#climax-mid-1 {
  background: #bf76a1;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 1199px) {
    #climax-mid-1 .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  #climax-mid-1 p {
    font-size: 0.8rem;
    color: #fff;
    margin: 0; }
    @media (min-width: 768px) {
      #climax-mid-1 p {
        font-size: 1.2rem; } }

#climax-mid-2 {
  background: #AF5489;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 1199px) {
    #climax-mid-2 .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  #climax-mid-2 .h2-container {
    display: flex;
    flex-direction: row; }
    #climax-mid-2 .h2-container h2 {
      color: #fff;
      margin: 0;
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 75%; }
      @media (min-width: 376px) {
        #climax-mid-2 .h2-container h2 {
          font-size: 3rem; } }
      @media (min-width: 576px) {
        #climax-mid-2 .h2-container h2 {
          font-size: 4rem; } }
      @media (min-width: 768px) {
        #climax-mid-2 .h2-container h2 {
          font-size: 7rem; } }
      @media (min-width: 991px) {
        #climax-mid-2 .h2-container h2 {
          font-size: 10rem; } }
      @media (min-width: 1400px) {
        #climax-mid-2 .h2-container h2 {
          font-size: 12rem; } }
    #climax-mid-2 .h2-container p {
      color: #fff;
      opacity: 0.6;
      text-align: left;
      padding: 0 0 0 1rem;
      margin: 0;
      font-size: 1rem;
      line-height: 100%; }
      @media (min-width: 576px) {
        #climax-mid-2 .h2-container p {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        #climax-mid-2 .h2-container p {
          font-size: 3rem;
          text-align: right; } }
      @media (min-width: 991px) {
        #climax-mid-2 .h2-container p {
          padding-top: 1rem;
          font-size: 5rem; } }

#climax-mid-3 {
  background: #bf76a1;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 1199px) {
    #climax-mid-3 .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  #climax-mid-3 ul {
    margin: 0;
    padding: 0 1rem;
    color: #fff;
    list-style: none; }
    #climax-mid-3 ul li {
      font-size: 0.8rem; }
      @media (min-width: 768px) {
        #climax-mid-3 ul li {
          font-size: 1.5rem; } }
      #climax-mid-3 ul li + li {
        margin-top: 1rem; }
      #climax-mid-3 ul li:before {
        content: "";
        border-color: transparent #fff;
        border-style: solid;
        border-width: 0.2em 0 0.2em 0.3em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 0.9em;
        position: relative; }

#climax-mid-4 {
  padding-top: 3rem;
  background: #AF5489; }
  @media (min-width: 1199px) {
    #climax-mid-4 .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  #climax-mid-4 .h2-container {
    display: flex;
    flex-direction: row; }
    #climax-mid-4 .h2-container h2 {
      color: #fff;
      margin: 0;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 75%; }
      @media (min-width: 376px) {
        #climax-mid-4 .h2-container h2 {
          font-size: 3rem; } }
      @media (min-width: 576px) {
        #climax-mid-4 .h2-container h2 {
          font-size: 5rem; } }
      @media (min-width: 768px) {
        #climax-mid-4 .h2-container h2 {
          font-size: 7rem; } }
      @media (min-width: 991px) {
        #climax-mid-4 .h2-container h2 {
          font-size: 8rem; } }
      @media (min-width: 1400px) {
        #climax-mid-4 .h2-container h2 {
          font-size: 12rem; } }
    #climax-mid-4 .h2-container p {
      color: #AE1857;
      text-align: right;
      padding: 0;
      margin: 0;
      font-size: 1rem; }
      @media (min-width: 576px) {
        #climax-mid-4 .h2-container p {
          font-size: 2rem; } }
      @media (min-width: 768px) {
        #climax-mid-4 .h2-container p {
          font-size: 3rem; } }
      @media (min-width: 991px) {
        #climax-mid-4 .h2-container p {
          font-size: 5rem; } }
  #climax-mid-4 p {
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      #climax-mid-4 p {
        font-size: 1.2rem; } }

#sepper-1 {
  height: 100px;
  position: relative;
  margin-top: -2px; }
  @media (max-width: 576px) {
    #sepper-1 {
      overflow: hidden; } }

#climax-products {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 1199px) {
    #climax-products .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  #climax-products h2 {
    font-size: 1.1rem;
    text-align: center;
    color: #AE1857;
    margin-bottom: 3rem; }
    @media (min-width: 376px) {
      #climax-products h2 {
        font-size: 1.5rem; } }
    @media (min-width: 576px) {
      #climax-products h2 {
        font-size: 2rem; } }
    @media (min-width: 768px) {
      #climax-products h2 {
        font-size: 2.8rem; } }
  #climax-products .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      #climax-products .box {
        margin-bottom: 3rem; } }
  #climax-products .image {
    flex-shrink: 0;
    margin-bottom: 3rem;
    position: relative;
    padding-top: 70%;
    width: 100%;
    text-decoration: none; }
    #climax-products .image img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto; }

#climax-bot-1 {
  position: relative;
  padding-bottom: 6rem;
  padding-top: 6rem; }
  @media (min-width: 1199px) {
    #climax-bot-1 .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (max-width: 576px) {
    #climax-bot-1 {
      overflow: hidden; } }
  #climax-bot-1 .figure-1 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 2rem;
    margin-bottom: 2rem; }
    #climax-bot-1 .figure-1 img {
      flex-shrink: 0;
      margin-right: 1rem; }
      @media (max-width: 576px) {
        #climax-bot-1 .figure-1 img {
          width: 50px;
          height: 50px; } }
    #climax-bot-1 .figure-1 span {
      color: #AE1857;
      font-size: 1.2rem;
      line-height: 100%; }
      @media (min-width: 576px) {
        #climax-bot-1 .figure-1 span {
          font-size: 1.8rem; } }
      @media (min-width: 768px) {
        #climax-bot-1 .figure-1 span {
          font-size: 3rem; } }
  #climax-bot-1 p {
    position: relative;
    font-size: 0.8rem;
    color: #fff;
    margin-right: 1rem; }
    @media (min-width: 768px) {
      #climax-bot-1 p {
        font-size: 1.2rem; } }
  #climax-bot-1 ul {
    margin: 0;
    padding: 0 1rem;
    color: #fff;
    list-style: none;
    position: relative; }
    #climax-bot-1 ul li {
      font-size: 0.8rem; }
      @media (min-width: 768px) {
        #climax-bot-1 ul li {
          font-size: 1.2rem; } }
      #climax-bot-1 ul li + li {
        margin-top: 1rem; }
      #climax-bot-1 ul li:before {
        content: "";
        border-color: transparent #fff;
        border-style: solid;
        border-width: 0.2em 0 0.2em 0.3em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 0.9em;
        position: relative; }
  #climax-bot-1 .h2-like {
    margin-top: 3rem;
    position: relative;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 2rem 1rem;
    background: linear-gradient(90deg, rgba(174, 24, 87, 0) 0%, #ae1857 40%, #ae1857 60%, rgba(174, 24, 87, 0.087272409) 100%); }
  #climax-bot-1 .last-p {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    margin: 0; }
    @media (min-width: 576px) {
      #climax-bot-1 .last-p {
        font-size: 2.5rem;
        font-weight: 600; } }

/*# sourceMappingURL=stylev2.css.map */
