@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0; }
*,
*::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); }

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

body {
  margin: 0;
  font-family: "Geologica", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #747482;
  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: #2AAF49;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: shift-color(#2AAF49, 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 {
  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: 1120px; } }
.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; } }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  line-height: 1; }

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

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

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

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

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

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

.ff-heading {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  line-height: 1; }

.ff-sec {
  font-family: "verdana"; }

.ff-third {
  font-family: "Geologica", sans-serif; }

.fs-h1 {
  font-size: 43px !important; }

.fs-h2 {
  font-size: 33px !important; }

.fs-h3 {
  font-size: 25px !important; }

.fs-h4 {
  font-size: 20px !important; }

.fs-h5 {
  font-size: 18px !important; }

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

.fs-1 {
  font-size: 36px !important; }

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

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

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

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

.fs-6 {
  font-size: 14px !important; }

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

.fs-8 {
  font-size: 10px !important; }

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

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

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

  .fs-h2-sm {
    font-size: 33px !important; }

  .fs-h3-sm {
    font-size: 25px !important; }

  .fs-h4-sm {
    font-size: 20px !important; }

  .fs-h5-sm {
    font-size: 18px !important; }

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

  .fs-1-sm {
    font-size: 36px !important; }

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

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

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

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

  .fs-6-sm {
    font-size: 14px !important; }

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

  .fs-8-sm {
    font-size: 10px !important; }

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

  .fs-3-5-sm {
    font-size: 21px !important; } }
@media (min-width: 768px) {
  .fs-h1-md {
    font-size: 43px !important; }

  .fs-h2-md {
    font-size: 33px !important; }

  .fs-h3-md {
    font-size: 25px !important; }

  .fs-h4-md {
    font-size: 20px !important; }

  .fs-h5-md {
    font-size: 18px !important; }

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

  .fs-1-md {
    font-size: 36px !important; }

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

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

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

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

  .fs-6-md {
    font-size: 14px !important; }

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

  .fs-8-md {
    font-size: 10px !important; }

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

  .fs-3-5-md {
    font-size: 21px !important; } }
@media (min-width: 992px) {
  .fs-h1-lg {
    font-size: 43px !important; }

  .fs-h2-lg {
    font-size: 33px !important; }

  .fs-h3-lg {
    font-size: 25px !important; }

  .fs-h4-lg {
    font-size: 20px !important; }

  .fs-h5-lg {
    font-size: 18px !important; }

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

  .fs-1-lg {
    font-size: 36px !important; }

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

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

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

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

  .fs-6-lg {
    font-size: 14px !important; }

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

  .fs-8-lg {
    font-size: 10px !important; }

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

  .fs-3-5-lg {
    font-size: 21px !important; } }
@media (min-width: 1200px) {
  .fs-h1-xl {
    font-size: 43px !important; }

  .fs-h2-xl {
    font-size: 33px !important; }

  .fs-h3-xl {
    font-size: 25px !important; }

  .fs-h4-xl {
    font-size: 20px !important; }

  .fs-h5-xl {
    font-size: 18px !important; }

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

  .fs-1-xl {
    font-size: 36px !important; }

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

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

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

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

  .fs-6-xl {
    font-size: 14px !important; }

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

  .fs-8-xl {
    font-size: 10px !important; }

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

  .fs-3-5-xl {
    font-size: 21px !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; } }
.text-left {
  text-align: left !important; }

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

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

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

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

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

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

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

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

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

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

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

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

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

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

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

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

.fw-medium {
  font-weight: 500 !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-primaryl {
  color: #414042 !important; }

.text-primary {
  color: #2AAF49 !important; }

.text-primaryd {
  color: #005512 !important; }

.text-secondary {
  color: #F7F410 !important; }

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

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

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

.text-green {
  color: #2AAF49 !important; }

.text-greenDark {
  color: #005512 !important; }

.text-greenDarkLight {
  color: #008313 !important; }

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

  .text-sm-primary {
    color: #2AAF49 !important; }

  .text-sm-primaryd {
    color: #005512 !important; }

  .text-sm-secondary {
    color: #F7F410 !important; }

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

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

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

  .text-sm-green {
    color: #2AAF49 !important; }

  .text-sm-greenDark {
    color: #005512 !important; }

  .text-sm-greenDarkLight {
    color: #008313 !important; } }
@media (min-width: 768px) {
  .text-md-primaryl {
    color: #414042 !important; }

  .text-md-primary {
    color: #2AAF49 !important; }

  .text-md-primaryd {
    color: #005512 !important; }

  .text-md-secondary {
    color: #F7F410 !important; }

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

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

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

  .text-md-green {
    color: #2AAF49 !important; }

  .text-md-greenDark {
    color: #005512 !important; }

  .text-md-greenDarkLight {
    color: #008313 !important; } }
@media (min-width: 992px) {
  .text-lg-primaryl {
    color: #414042 !important; }

  .text-lg-primary {
    color: #2AAF49 !important; }

  .text-lg-primaryd {
    color: #005512 !important; }

  .text-lg-secondary {
    color: #F7F410 !important; }

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

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

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

  .text-lg-green {
    color: #2AAF49 !important; }

  .text-lg-greenDark {
    color: #005512 !important; }

  .text-lg-greenDarkLight {
    color: #008313 !important; } }
@media (min-width: 1200px) {
  .text-xl-primaryl {
    color: #414042 !important; }

  .text-xl-primary {
    color: #2AAF49 !important; }

  .text-xl-primaryd {
    color: #005512 !important; }

  .text-xl-secondary {
    color: #F7F410 !important; }

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

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

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

  .text-xl-green {
    color: #2AAF49 !important; }

  .text-xl-greenDark {
    color: #005512 !important; }

  .text-xl-greenDarkLight {
    color: #008313 !important; } }
.bg-primaryl {
  background-color: #414042 !important; }

.bg-primary {
  background-color: #2AAF49 !important; }

.bg-primaryd {
  background-color: #005512 !important; }

.bg-secondary {
  background-color: #F7F410 !important; }

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

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

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

.bg-green {
  background-color: #2AAF49 !important; }

.bg-greenDark {
  background-color: #005512 !important; }

.bg-greenDarkLight {
  background-color: #008313 !important; }

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

  .bg-sm-primary {
    background-color: #2AAF49 !important; }

  .bg-sm-primaryd {
    background-color: #005512 !important; }

  .bg-sm-secondary {
    background-color: #F7F410 !important; }

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

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

  .bg-sm-white {
    background-color: #fff !important; }

  .bg-sm-green {
    background-color: #2AAF49 !important; }

  .bg-sm-greenDark {
    background-color: #005512 !important; }

  .bg-sm-greenDarkLight {
    background-color: #008313 !important; } }
@media (min-width: 768px) {
  .bg-md-primaryl {
    background-color: #414042 !important; }

  .bg-md-primary {
    background-color: #2AAF49 !important; }

  .bg-md-primaryd {
    background-color: #005512 !important; }

  .bg-md-secondary {
    background-color: #F7F410 !important; }

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

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

  .bg-md-white {
    background-color: #fff !important; }

  .bg-md-green {
    background-color: #2AAF49 !important; }

  .bg-md-greenDark {
    background-color: #005512 !important; }

  .bg-md-greenDarkLight {
    background-color: #008313 !important; } }
@media (min-width: 992px) {
  .bg-lg-primaryl {
    background-color: #414042 !important; }

  .bg-lg-primary {
    background-color: #2AAF49 !important; }

  .bg-lg-primaryd {
    background-color: #005512 !important; }

  .bg-lg-secondary {
    background-color: #F7F410 !important; }

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

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

  .bg-lg-white {
    background-color: #fff !important; }

  .bg-lg-green {
    background-color: #2AAF49 !important; }

  .bg-lg-greenDark {
    background-color: #005512 !important; }

  .bg-lg-greenDarkLight {
    background-color: #008313 !important; } }
@media (min-width: 1200px) {
  .bg-xl-primaryl {
    background-color: #414042 !important; }

  .bg-xl-primary {
    background-color: #2AAF49 !important; }

  .bg-xl-primaryd {
    background-color: #005512 !important; }

  .bg-xl-secondary {
    background-color: #F7F410 !important; }

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

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

  .bg-xl-white {
    background-color: #fff !important; }

  .bg-xl-green {
    background-color: #2AAF49 !important; }

  .bg-xl-greenDark {
    background-color: #005512 !important; }

  .bg-xl-greenDarkLight {
    background-color: #008313 !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; } }
.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; } }
.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; } }
.flex-row {
  flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.btn {
  text-align: center;
  font-weight: normal;
  font-family: "Geologica", sans-serif;
  font-style: normal;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 1px solid;
  display: inline-flex; }
  .btn.btn-greed-light-outline {
    background-color: transparent;
    border-color: #74BD26; }
    .btn.btn-greed-light-outline:hover {
      background-color: #74BD26; }
      .btn.btn-greed-light-outline:hover rect {
        fill: #fff; }
      .btn.btn-greed-light-outline:hover circle {
        stroke: #fff; }
  .btn.btn-white-outline {
    background-color: transparent;
    border-color: #fff; }
    .btn.btn-white-outline:hover {
      background-color: #fff; }
      .btn.btn-white-outline:hover path, .btn.btn-white-outline:hover rect {
        fill: #74BD26; }
      .btn.btn-white-outline:hover circle {
        stroke: #74BD26; }
  .btn.btn-light-outline {
    background-color: transparent;
    border-color: #000;
    color: #000;
    font-weight: 300; }
    .btn.btn-light-outline:hover {
      background-color: #000;
      color: #fff; }
  .btn.btn-primary {
    background-color: #2AAF49;
    color: #fff;
    border-color: #2AAF49; }
    .btn.btn-primary:hover {
      background-color: #005512; }
  .btn.btn-secondary {
    background-color: #F7F410;
    color: #2AAF49;
    border-color: #F7F410; }
    .btn.btn-secondary:hover {
      background-color: #fff;
      border-color: #fff; }
  .btn.btn-like-link {
    background-color: transparent;
    border-color: transparent; }
    .btn.btn-like-link:hover {
      background-color: transparent;
      border-color: transparent;
      text-decoration: underline; }
  .btn.rounded-light {
    border-radius: 12px; }
  .btn.rounded {
    border-radius: 60px; }
  .btn.btn-icon {
    width: 40px;
    height: 38px;
    padding: 0;
    align-items: center;
    justify-content: center; }
  .btn.btn-sm {
    font-size: 1rem; }
  .btn.btn-md {
    font-size: 24px; }
    @media (max-width: 1199.98px) {
      .btn.btn-md {
        font-size: 20px; } }
    @media (max-width: 991.98px) {
      .btn.btn-md {
        font-size: 22px; } }
  .btn.btn-lg {
    font-size: 25px;
    text-align: center; }

.btn-expand-sub-items {
  height: 56px;
  width: 56px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15; }
  @media (min-width: 992px) {
    .btn-expand-sub-items {
      display: none; } }
  .btn-expand-sub-items > .plus {
    display: block; }
  .btn-expand-sub-items > .minus {
    display: none; }
  .btn-expand-sub-items.expand > .plus {
    display: none; }
  .btn-expand-sub-items.expand > .minus {
    display: block; }

body {
  background-color: #f8f7f3;
  color: #000; }

strong {
  font-weight: 500; }

.list-unstyled {
  list-style-type: none; }

h1 small {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.5rem; }

@media (min-width: 768px) {
  .no-wrap {
    white-space: nowrap; } }

.gradient {
  background: linear-gradient(68.03deg, #7AC148 12.9%, #74C048 23.7%, #62BD49 37.91%, #46B84A 54.4%, #25B34B 69.75%); }

.mono-green {
  background: #00A919; }

.abs-top-right-md {
  margin: 1rem 3rem; }
  @media (min-width: 768px) {
    .abs-top-right-md {
      position: absolute;
      top: 3rem;
      right: 3rem;
      margin: 0; } }

#header {
  position: relative;
  background-color: #fff;
  z-index: 50; }
  @media (max-width: 767.98px) {
    #header .logo {
      width: 60vw; } }
  #header > .container {
    position: relative; }
    @media (max-width: 991.98px) {
      #header > .container {
        max-width: 100%;
        background: rgba(227, 227, 227, 0.7); } }
    #header > .container > .row {
      align-items: center; }
      @media (max-width: 991.98px) {
        #header > .container > .row > div {
          display: flex;
          justify-content: center; } }
      @media (max-width: 991.98px) {
        #header > .container > .row > div:nth-of-type(1) {
          order: 2;
          position: relative;
          z-index: 10; } }
      @media (max-width: 991.98px) {
        #header > .container > .row > div:nth-of-type(2) {
          order: 3;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          z-index: 5;
          background: rgba(227, 227, 227, 0.7);
          transition: .3s; }
          #header > .container > .row > div:nth-of-type(2).is-visible {
            opacity: 1;
            top: 100%; } }
      @media (max-width: 991.98px) {
        #header > .container > .row > div:nth-of-type(3) {
          order: 1;
          position: relative;
          z-index: 10; } }
      #header > .container > .row > div:nth-of-type(3) > div {
        align-items: center; }
        @media (max-width: 991.98px) {
          #header > .container > .row > div:nth-of-type(3) > div {
            justify-content: center; } }
      @media (max-width: 991.98px) {
        #header > .container > .row {
          flex-direction: column; } }
  #header .menu-outer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: nowrap; }
    @media (max-width: 768px) {
      #header .menu-outer {
        flex-flow: column; } }

#btn-close-menu {
  position: absolute;
  top: 10px;
  right: 10px; }

#header-search-form {
  width: 100%;
  max-width: 380px;
  position: relative; }

@media (max-width: 768px) {
  .mob-menu-item.stay-on-top {
    position: fixed !important;
    width: 100%;
    top: 0; } }

.main-menu-container {
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .main-menu-container.stay-on-top {
      position: fixed;
      width: 100%;
      top: 0; } }
  @media (max-width: 991.98px) {
    .main-menu-container {
      display: block;
      position: fixed;
      height: 100vh;
      width: 100vw;
      top: 0;
      left: 0;
      transform: translateX(-100vw);
      transition: .3s;
      padding-top: 100px;
      padding-bottom: 100px;
      overflow-y: scroll;
      z-index: 100; }
      .main-menu-container.is-visible {
        transform: translateX(0); } }
  .main-menu-container .lang-switcher {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .main-menu-container .lang-switcher {
        padding: 1rem 2rem; } }
    .main-menu-container .lang-switcher ul {
      list-style-type: none; }
      @media (max-width: 991.98px) {
        .main-menu-container .lang-switcher ul {
          display: flex;
          justify-content: center;
          width: 100%; } }
      .main-menu-container .lang-switcher ul li {
        line-height: 1.25; }

.menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 991.98px) {
    .menu-list {
      align-items: start;
      flex-direction: column;
      padding: 0 1rem; } }
  @media (max-width: 991.98px) {
    .menu-list > li {
      border-bottom: 1px solid #74BD26;
      width: 100%; } }
  .menu-list > li > a {
    padding: 1rem; }
  .menu-list li {
    position: relative;
    transition: .3s; }
    @media (min-width: 992px) {
      .menu-list li:hover {
        background-color: rgba(60, 117, 0, 0.8); } }
    @media (min-width: 992px) {
      .menu-list li:hover > .list-inner {
        display: block; } }
    .menu-list li > .expand + .list-inner {
      display: block; }
    .menu-list li a {
      display: inline-block;
      font-family: "verdana";
      font-size: 20px;
      color: #fff;
      text-decoration: none; }
      @media (max-width: 991.98px) {
        .menu-list li a.can-open-sub-items {
          width: calc(100% - 56px); } }
      @media (max-width: 991.98px) {
        .menu-list li a {
          font-size: 16px;
          width: 100%; } }
    .menu-list li:nth-child(3) {
      display: none; }
    .menu-list li.force-lock-hover .btn-expand-sub-items {
      display: none; }
      @media (max-width: 1199px) {
        .menu-list li.force-lock-hover .btn-expand-sub-items {
          display: flex; } }
      @media (min-width: 768px) {
        .menu-list li.force-lock-hover .btn-expand-sub-items {
          height: 41px; } }
    .menu-list li.force-lock-hover > .list-inner li {
      padding-left: 1rem; }
    .menu-list li.force-lock-hover > .list-inner li:nth-child(3) {
      display: block; }
    @media (min-width: 992px) {
      .menu-list li.force-lock-hover:hover {
        background-color: rgba(60, 117, 0, 0.8); } }
    @media (min-width: 992px) {
      .menu-list li.force-lock-hover.isOpenSubMenu {
        background-color: rgba(60, 117, 0, 0.8); } }
    @media (min-width: 768px) {
      .menu-list li.force-lock-hover.isOpenSubMenu > .list-inner {
        display: block; } }
  .menu-list.list-inner {
    width: 280px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #005512;
    transition: .2s; }
    @media (max-width: 991.98px) {
      .menu-list.list-inner {
        background-color: rgba(0, 0, 0, 0.1);
        position: initial;
        width: 100%; } }
    @media (max-width: 991.98px) {
      .menu-list.list-inner li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); } }
    @media (max-width: 991.98px) {
      .menu-list.list-inner li:nth-last-of-type(1) {
        border-bottom: 1px solid transparent; } }
    .menu-list.list-inner li a {
      font-size: 14px; }
    .menu-list.list-inner a {
      line-height: 1.25;
      padding: .75rem 1rem; }
    .menu-list.list-inner .menu-list.list-inner {
      position: relative; }

.input-container .input-field[type=text] {
  border: 2px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 40px;
  height: 38px;
  line-height: 1.25;
  padding: 0 1rem; }

#footer {
  background-color: #fff; }
  #footer ul {
    line-height: 1.35; }
    #footer ul li {
      list-style-type: none; }
      #footer ul li a {
        text-decoration: none; }
        #footer ul li a:hover {
          text-decoration: underline; }

.product-introduction {
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: linear-gradient(90deg, #20C712 0%, #00632B 100%); }
  .product-introduction:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url("/img/bottom-white-line.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5; }
  .product-introduction:before {
    display: none; }
    @media (max-width: 767.98px) {
      .product-introduction:before {
        content: "";
        position: absolute;
        width: 120%;
        height: 70%;
        bottom: -30%;
        left: -10%;
        background-color: #fff;
        border-top-left-radius: 50% 50px;
        border-top-right-radius: 50% 50px;
        border-bottom-right-radius: 5px 0;
        border-bottom-left-radius: 0;
        z-index: 5; } }
  .product-introduction > .circle-sub-place {
    position: absolute;
    width: 25vw;
    height: 25vw;
    max-width: 320px;
    max-height: 320px;
    background-color: #fff;
    border-radius: 50%;
    top: 6%;
    right: 4%;
    z-index: 5; }
  .product-introduction > div {
    position: relative;
    z-index: 10; }
  .product-introduction ul li {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: .5rem; }
    @media (max-width: 1199.98px) {
      .product-introduction ul li {
        font-size: 32px; } }
    @media (max-width: 991.98px) {
      .product-introduction ul li {
        font-size: 20px; } }
  .product-introduction .quality-confirmed-img {
    position: absolute;
    bottom: -40px;
    z-index: 15;
    left: calc(50% - 222px); }
    @media (max-width: 1199.98px) {
      .product-introduction .quality-confirmed-img {
        width: 333px;
        left: calc(50% - 166px); } }
    @media (max-width: 991.98px) {
      .product-introduction .quality-confirmed-img {
        width: 222px;
        left: calc(50% - 111px); } }
    @media (max-width: 767.98px) {
      .product-introduction .quality-confirmed-img {
        width: 280px;
        position: relative;
        bottom: initial;
        left: initial;
        margin: 1rem auto;
        display: block; } }

.slider-widget {
  overflow: hidden;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative; }
  .slider-widget > .slider-widget__inner {
    height: 100%;
    display: flex;
    transition: .5s; }
    .slider-widget > .slider-widget__inner > .slide {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
  .slider-widget > .slider-dots {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%; }
    @media (max-width: 525px) {
      .slider-widget > .slider-dots {
        bottom: 0.5rem; } }
    .slider-widget > .slider-dots > .slider-dots__inner {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .slider-widget > .slider-dots > .slider-dots__inner > .dot {
        width: 8px;
        height: 8px;
        background-color: #414042;
        border-radius: 100%;
        margin: 0 10px;
        cursor: pointer;
        transition: .3s; }
        .slider-widget > .slider-dots > .slider-dots__inner > .dot:not(.is-active):hover {
          transform: scale(1.25); }
        .slider-widget > .slider-dots > .slider-dots__inner > .dot.is-active {
          width: 18px;
          height: 18px;
          background: #005512;
          box-shadow: 0 0 0 2px #fff; }
  .slider-widget > .slider-arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    height: 100%;
    width: 4rem;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .slider-widget > .slider-arrow {
        width: 2rem; } }
    .slider-widget > .slider-arrow.arrow-right {
      right: 0; }
    .slider-widget > .slider-arrow.arrow-left {
      left: 0; }
      .slider-widget > .slider-arrow.arrow-left svg {
        transform: rotate(180deg); }
  .slider-widget .slide-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    @media (max-width: 767.98px) {
      .slider-widget .slide-content {
        width: 100%; } }
    .slider-widget .slide-content .slide-content__text {
      line-height: 1.25; }
    .slider-widget .slide-content .text1 {
      font-size: 43px;
      font-weight: 700;
      color: #414042; }
      @media (max-width: 1199.98px) {
        .slider-widget .slide-content .text1 {
          font-size: 33px; } }
      @media (max-width: 991.98px) {
        .slider-widget .slide-content .text1 {
          font-size: 25px; } }
    .slider-widget .slide-content .text2 {
      font-size: 33px;
      color: #414042;
      margin-top: 2rem;
      margin-bottom: 1rem;
      position: relative; }
      @media (max-width: 1199.98px) {
        .slider-widget .slide-content .text2 {
          font-size: 25px; } }
      @media (max-width: 991.98px) {
        .slider-widget .slide-content .text2 {
          font-size: 20px;
          margin-top: .5rem; } }
      .slider-widget .slide-content .text2 span {
        position: relative; }
      .slider-widget .slide-content .text2:before {
        content: "";
        position: absolute;
        bottom: -1rem;
        left: -5rem;
        top: -1rem;
        right: -1rem;
        background-color: #F7F410;
        z-index: 0;
        border-radius: 1rem; }
    .slider-widget .slide-content .text3 {
      font-size: 29px;
      color: #008313;
      font-weight: 300;
      margin-top: 1.5rem; }
      @media (max-width: 1199.98px) {
        .slider-widget .slide-content .text3 {
          font-size: 24px; } }
      @media (max-width: 991.98px) {
        .slider-widget .slide-content .text3 {
          font-size: 18px;
          margin-top: 1rem; } }
    .slider-widget .slide-content .slide-content__img1 {
      margin-top: 1rem;
      align-self: end; }
      @media (max-width: 1199.98px) {
        .slider-widget .slide-content .slide-content__img1 {
          max-width: 320px; } }

#header-slider .slider-button {
  position: absolute;
  bottom: 1rem;
  left: 1rem; }

.article-list-widget {
  padding: .75rem 0; }
  .article-list-widget .list-widget-item {
    padding: .75rem; }
    .article-list-widget .list-widget-item .item-inner {
      height: 100%;
      overflow: hidden; }
      .article-list-widget .list-widget-item .item-inner .item-top {
        min-height: 200px;
        width: calc(100% + .5rem);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        padding: 2rem;
        margin-left: -0.25rem;
        border-radius: 5px 0 50% 50% / 0px 0px 50px 50px; }
        .article-list-widget .list-widget-item .item-inner .item-top .item-top__title {
          font-size: 20px;
          color: #fff;
          font-weight: 400;
          line-height: 1.25; }
          @media (max-width: 1199.98px) {
            .article-list-widget .list-widget-item .item-inner .item-top .item-top__title {
              font-size: 18px; } }
        .article-list-widget .list-widget-item .item-inner .item-top .item-top__link {
          color: #fff;
          text-decoration: none;
          font-weight: 300; }
          .article-list-widget .list-widget-item .item-inner .item-top .item-top__link:hover {
            text-decoration: underline; }
      .article-list-widget .list-widget-item .item-inner .item-bottom {
        height: 240px;
        width: 100%;
        margin-top: -40px; }
        .article-list-widget .list-widget-item .item-inner .item-bottom .item-bottom__image {
          height: inherit;
          width: inherit;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }

.linear-cta-widget {
  border-radius: 2rem; }
  .linear-cta-widget .linear-cta-widget__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991.98px) {
      .linear-cta-widget .linear-cta-widget__inner {
        flex-direction: column; } }
    .linear-cta-widget .linear-cta-widget__inner .cta-title {
      line-height: 1.25; }
    .linear-cta-widget .linear-cta-widget__inner .cta-link {
      line-height: 1.25; }

.preview-cta-primary {
  border-radius: 27px;
  position: relative;
  overflow: hidden; }
  .preview-cta-primary:before {
    content: "";
    display: block;
    position: absolute;
    width: 700px;
    height: 700px;
    left: -150px;
    bottom: -390px;
    border-radius: 350px;
    background-color: #fff;
    z-index: 5; }
    @media (max-width: 991.98px) {
      .preview-cta-primary:before {
        display: none;
        width: 100vw;
        height: 100vw;
        bottom: -70vw;
        left: -20vw;
        border-radius: 50%; } }
    @media (max-width: 767.98px) {
      .preview-cta-primary:before {
        width: 130vw;
        height: 130vw;
        bottom: -60vw; } }
  .preview-cta-primary .cta-inner {
    align-items: center;
    position: relative;
    z-index: 15; }
  @media (max-width: 991.98px) {
    .preview-cta-primary .image-container {
      position: relative;
      margin-left: -1rem;
      margin-bottom: 2rem;
      width: calc(100% + 4rem);
      max-width: calc(100% + 4rem);
      overflow: hidden;
      padding-right: 2.5rem;
      padding-top: 1rem; }
      .preview-cta-primary .image-container img {
        position: relative; }
      .preview-cta-primary .image-container:before {
        content: "";
        display: none;
        position: absolute;
        width: 700px;
        height: 700px;
        left: -150px;
        bottom: -390px;
        border-radius: 350px;
        background-color: #fff;
        z-index: -1; } }
    @media (max-width: 991.98px) and (max-width: 991.98px) {
      .preview-cta-primary .image-container:before {
        display: block;
        width: 100vw;
        height: 100vw;
        left: -35vw;
        border-radius: 50%; } }
    @media (max-width: 991.98px) and (max-width: 767.98px) {
      .preview-cta-primary .image-container:before {
        width: 110vw;
        height: 130vw;
        left: -16vw;
        bottom: -88vw; } }

.preview-cta {
  position: relative;
  border-radius: 50px 30px 30px 50px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .preview-cta {
      border-radius: 0; } }
  .preview-cta:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #EFEFEF;
    z-index: 10; }
  .preview-cta > .row {
    position: relative;
    z-index: 15; }
  .preview-cta .preview-cta__title {
    line-height: 1.25; }
  .preview-cta .preview-cta__description {
    line-height: 1.25; }
  .preview-cta .preview-cta__link {
    text-decoration: none;
    align-self: end; }
    .preview-cta .preview-cta__link:hover {
      text-decoration: underline; }
    @media (max-width: 991.98px) {
      .preview-cta .preview-cta__link {
        align-self: start; } }
  .preview-cta .cta-text-wrap {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% + 4rem);
    margin-top: -2rem;
    background-color: #fff;
    border-radius: 0 120px 120px 0px / 0px 50% 50% 0px; }
    @media (max-width: 991.98px) {
      .preview-cta .cta-text-wrap {
        height: initial;
        margin-top: initial;
        width: calc(100% + 4rem);
        margin-left: -2rem;
        border-radius: 5px 0 50% 50% / 0px 0px 50px 50px;
        flex-direction: column; } }
  .preview-cta .cta-preview-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    @media (max-width: 991.98px) {
      .preview-cta .cta-preview-wrap {
        justify-content: center; } }
    @media (max-width: 991.98px) {
      .preview-cta .cta-preview-wrap > img:nth-of-type(1) {
        width: 45%;
        position: absolute;
        right: 1rem; } }
    @media (max-width: 576px) {
      .preview-cta .cta-preview-wrap > img:nth-of-type(2) {
        margin-left: -2rem; } }
    @media (max-width: 991.98px) {
      .preview-cta .cta-preview-wrap > img:nth-of-type(2) {
        margin-top: -3rem; } }

.disclaimer-text {
  font-size: 14px;
  font-weight: 300;
  color: #000; }

.section {
  position: relative;
  border-radius: 27px; }

.list-with-strong li {
  font-weight: 300;
  line-height: 1.6; }
  .list-with-strong li strong {
    font-weight: 500; }

.bordered-lightest {
  border: 1px solid #000;
  border-radius: 20px;
  margin: 0 auto;
  color: #000;
  font-weight: 300; }
  .bordered-lightest strong {
    font-weight: 500; }
  .bordered-lightest p {
    margin-bottom: .25rem; }
  .bordered-lightest.light-border {
    border-radius: 26px;
    border: 1px solid #C4C4C4; }

.bottom-sticker-light {
  background-color: #DCDDDE;
  line-height: 1.15;
  border-radius: 0 0 2rem 2rem;
  color: #58585A;
  font-weight: 500; }

.bottom-sticker-red,
.bottom-sticker-blue,
.bottom-sticker-green {
  border-radius: 0 0 20px 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff; }

.bottom-sticker {
  font-size: 19px;
  font-weight: 600;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 129px; }
  @media (max-width: 576px) {
    .bottom-sticker {
      font-size: 12px;
      width: 80%;
      height: 23px; } }

.bottom-sticker-red {
  background-color: #CD0B44;
  margin-left: 21%; }
  @media (max-width: 576px) {
    .bottom-sticker-red {
      margin-left: 15%;
      margin-right: 2%; } }

.bottom-sticker-blue {
  background-color: #0095CD;
  margin-left: 9%; }
  @media (max-width: 576px) {
    .bottom-sticker-blue {
      margin-left: 1%; } }

.bottom-sticker-green {
  background-color: #76C831;
  margin-left: 15%; }
  @media (max-width: 576px) {
    .bottom-sticker-green {
      margin-left: 7%; } }

.bottom-sticker-text {
  font-size: 20px;
  font-weight: 300;
  padding-top: 0.5rem;
  margin-bottom: 0; }
  @media (max-width: 576px) {
    .bottom-sticker-text {
      font-size: 14px;
      margin-bottom: 1rem; } }

.bottom-sticker-text-blue {
  padding-right: 1.4rem;
  text-align: center; }
  @media (max-width: 576px) {
    .bottom-sticker-text-blue {
      padding-right: 1rem; } }

.bottom-sticker-text-green {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 576px) {
    .bottom-sticker-text-green {
      padding-left: 0rem;
      padding-right: 0rem; } }

.bottom-sticker-text-red {
  padding-left: 1.1rem;
  text-align: center; }
  @media (max-width: 576px) {
    .bottom-sticker-text-red {
      padding-left: 0.4rem; } }

.heading-lined-secondary > span {
  display: inline-block;
  padding: 1rem 4rem;
  background-color: #F7F410;
  line-height: .75;
  color: #005512;
  border-bottom-right-radius: 26px;
  border-top-right-radius: 26px; }
  @media (max-width: 767.98px) {
    .heading-lined-secondary > span {
      padding: 1rem 2rem;
      line-height: 1; } }
  @media (max-width: 576px) {
    .heading-lined-secondary > span {
      padding: 1rem 1rem;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      width: 100%;
      text-align: center; } }

#breadCrumbs {
  list-style-type: none;
  display: flex;
  padding: .4rem 4rem; }
  @media (max-width: 1199.98px) {
    #breadCrumbs {
      padding: .4rem 2rem; } }
  @media (max-width: 991.98px) {
    #breadCrumbs {
      white-space: nowrap;
      overflow-x: hidden; } }
  #breadCrumbs li {
    padding: 0 .35rem;
    font-size: 12px; }
    #breadCrumbs li a {
      text-decoration: none; }

.pagination {
  display: flex;
  list-style-type: none; }
  .pagination > li {
    background-color: #2AAF49;
    border-radius: 3px;
    margin: 0 .25rem; }
    .pagination > li.active {
      background-color: #74BD26; }
    .pagination > li.disabled {
      background-color: #DCDDDE; }
    .pagination > li:not(.disabled):hover {
      background-color: #74BD26; }
    .pagination > li a, .pagination > li span {
      color: #fff;
      text-decoration: none;
      padding: .15rem .75rem;
      display: inline-block; }

.archive-article-item .archive-article-item__image {
  border-radius: 7px;
  overflow: hidden; }
  .archive-article-item .archive-article-item__image img {
    height: 240px;
    width: 100%;
    object-fit: cover; }
.archive-article-item .archive-article-item__description {
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (max-width: 991.98px) {
  article h1 {
    font-size: 42px; } }
@media (max-width: 767.98px) {
  article h1 {
    font-size: 32px; } }
@media (max-width: 991.98px) {
  article h2 {
    font-size: 28px; } }
@media (max-width: 767.98px) {
  article h2 {
    font-size: 22px; } }
@media (max-width: 991.98px) {
  article h3 {
    font-size: 22px; } }
@media (max-width: 767.98px) {
  article h3 {
    font-size: 18px; } }
@media (max-width: 991.98px) {
  article h4 {
    font-size: 18px; } }
@media (max-width: 767.98px) {
  article h4 {
    font-size: 16px; } }
@media (max-width: 991.98px) {
  article h5 {
    font-size: 16px; } }
@media (max-width: 767.98px) {
  article h5 {
    font-size: 14px; } }
@media (max-width: 991.98px) {
  article h6 {
    font-size: 14px; } }
@media (max-width: 991.98px) {
  article p, article ul, article ol {
    font-size: 14px; } }

.map-descr {
  padding-left: 14%;
  margin-bottom: 3rem;
  margin-top: -1rem;
  font-size: 14px;
  line-height: 1.25;
  color: #747482;
  font-weight: 300; }
  .map-descr img {
    margin-right: 1rem; }
    @media (max-width: 576px) {
      .map-descr img {
        margin-right: 0.5rem; } }
  @media (max-width: 768px) {
    .map-descr {
      padding-left: 0%;
      margin-top: 0; } }

.look-instr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1.6rem 0 3rem; }
  .look-instr span {
    font-size: 12px;
    font-weight: 300; }
    @media (max-width: 768px) {
      .look-instr span {
        margin-bottom: 1rem; } }
  @media (max-width: 768px) {
    .look-instr {
      flex-direction: column;
      padding: 1rem 2rem 2rem 2rem; } }
  @media (max-width: 768px) {
    .look-instr > div {
      display: flex;
      justify-content: flex-end; } }

.float-img {
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 6; }

.product-introduction {
  padding-bottom: 20px; }
  .product-introduction.revertBg {
    background: linear-gradient(90deg, #00632B 0%, #20C712 100%); }
    .product-introduction.revertBg .float-img {
      position: absolute;
      right: -0px;
      top: -25px;
      z-index: 6; }
    .product-introduction.revertBg.prod-5 {
      background: linear-gradient(90deg, #00632B 0%, #19ab18 100%); }
  .product-introduction .yellow-styled {
    margin-left: 2rem;
    padding-left: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    position: relative; }
    .product-introduction .yellow-styled li {
      color: #000; }
    .product-introduction .yellow-styled .img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
      @media (max-width: 768px) {
        .product-introduction .yellow-styled .img {
          bottom: 0;
          margin: auto; } }

.like-li {
  font-size: 40px; }
  @media (max-width: 768px) {
    .like-li {
      font-size: 20px; } }

.v-list p {
  padding-left: 5rem; }
@media (max-width: 991px) {
  .v-list {
    text-align: center; }
    .v-list p {
      padding-left: 0 !important;
      padding-right: 1%;
      text-align: center; }
    .v-list.v-list-1 p {
      padding-right: 17%; } }
.v-list img {
  width: 80%; }
  @media (max-width: 1199px) {
    .v-list img {
      width: 100%; } }

.iso-img-select-plus-simple {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto; }

@media (min-width: 992px) {
  .quality-confirmed-img2 {
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    margin: auto; } }

.img-pack-iso {
  position: absolute;
  left: auto;
  right: 5rem;
  bottom: 2rem; }
  @media (max-width: 768px) {
    .img-pack-iso {
      right: 0;
      width: 85%;
      margin: auto;
      bottom: 3.5rem; } }

.main-page-banner {
  position: relative; }
  @media (min-width: 992px) {
    .main-page-banner {
      padding-top: 5rem; } }

@media (max-width: 991px) {
  .preview-cta .cta-preview-wrap > img:nth-of-type(1).quality-confirmed-img2 {
    margin-bottom: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%; }

  .main-page-banner {
    padding-bottom: 50px; }

  .iso-img-select-plus-simple {
    display: none; } }
.float-button {
  position: absolute;
  bottom: 1.5rem;
  left: 2.5rem; }
  @media (max-width: 576px) {
    .float-button {
      bottom: 1rem;
      left: 1.5rem; } }
  @media (max-width: 375px) {
    .float-button {
      bottom: 0.5rem;
      left: 0.5rem; } }
  .float-button.float-button-extends-bottom-spacing {
    padding-left: 2.3rem; }
    @media (min-width: 768px) {
      .float-button.float-button-extends-bottom-spacing {
        bottom: 4.5rem; } }

.bg-none {
  background: none !important; }

.set-interval {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4; }
  @media (max-width: 991px) {
    .set-interval {
      font-size: 28px; } }
  @media (max-width: 768px) {
    .set-interval {
      line-height: 1.4; } }

.ordering-1 {
  order: 1; }
  @media (max-width: 768px) {
    .ordering-1 {
      order: 2; } }

.ordering-2 {
  order: 2; }
  @media (max-width: 768px) {
    .ordering-2 {
      order: 1; } }

@media (min-width: 768px) {
  .linear-short-desktop {
    width: 83%;
    margin-left: auto;
    margin-right: auto; } }

.linear-text-center-desktop {
  text-align: center; }
  @media (min-width: 768px) {
    .linear-text-center-desktop {
      border-radius: 1rem; } }

.white-space-no-wrap {
  white-space: nowrap; }

.all-page-breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20; }
  @media (max-width: 370px) {
    .all-page-breadcrumbs {
      display: none; } }
  .all-page-breadcrumbs > #breadCrumbs {
    margin: 0;
    padding-left: 3rem; }
    .all-page-breadcrumbs > #breadCrumbs li {
      color: #fff !important; }
      .all-page-breadcrumbs > #breadCrumbs li a {
        color: #fff !important;
        text-decoration: none; }
        .all-page-breadcrumbs > #breadCrumbs li a:hover {
          text-decoration: underline; }
      .all-page-breadcrumbs > #breadCrumbs li span {
        color: #fff !important;
        text-decoration: none; }
        .all-page-breadcrumbs > #breadCrumbs li span:hover {
          text-decoration: underline; }
      @media (max-width: 768px) {
        .all-page-breadcrumbs > #breadCrumbs li {
          font-size: 10px; } }
    @media (max-width: 768px) {
      .all-page-breadcrumbs > #breadCrumbs {
        padding-left: 2rem; } }

.p-relative {
  position: relative; }

.custom-80-w {
  width: 80%; }
  @media (max-width: 991px) {
    .custom-80-w {
      width: 95%; } }

.sticker-spacing-1 {
  padding-left: 1.2rem;
  padding-right: 2rem; }
  @media (max-width: 991px) {
    .sticker-spacing-1 {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 768px) {
    .sticker-spacing-1 {
      padding-left: 1.2rem;
      padding-right: 1.7rem; } }
  @media (max-width: 480px) {
    .sticker-spacing-1 {
      padding-left: 5%;
      padding-right: 5%; } }

.sticker-spacing-2 {
  padding-left: 1.55rem;
  padding-right: 1.3rem; }
  @media (max-width: 991px) {
    .sticker-spacing-2 {
      padding-left: 1rem;
      padding-right: 0.9rem; } }
  @media (max-width: 768px) {
    .sticker-spacing-2 {
      padding-left: 1.55rem;
      padding-right: 1.3rem; } }
  @media (max-width: 480px) {
    .sticker-spacing-2 {
      padding-left: 5%;
      padding-right: 4%; } }

.sticker-spacing-3 {
  padding-left: 1.6rem;
  padding-right: 1rem; }
  @media (max-width: 991px) {
    .sticker-spacing-3 {
      padding-left: 1rem;
      padding-right: 0.9rem; } }
  @media (max-width: 768px) {
    .sticker-spacing-3 {
      padding-left: 1.6rem;
      padding-right: 1rem; } }
  @media (max-width: 480px) {
    .sticker-spacing-3 {
      padding-left: 5%;
      padding-right: 4%; } }

.custom-text-1 {
  font-size: 26px;
  padding-right: 4rem;
  font-weight: 300;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .custom-text-1 {
      padding-right: 1rem;
      font-size: 20px; } }
  .custom-text-1 ul {
    padding-left: 2.5rem; }
    @media (max-width: 768px) {
      .custom-text-1 ul {
        padding-left: 2rem; } }

.custom-text-2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .custom-text-2 {
      font-size: 24px;
      padding-right: 1rem;
      padding-left: 1rem;
      line-height: 1.4; } }

.custom-text-3 {
  font-size: 33px;
  font-weight: 600; }
  @media (max-width: 991px) {
    .custom-text-3 {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .custom-text-3.smaller-on-mob {
      font-size: 20px; } }

.custom-text-4 {
  font-size: 32px;
  font-weight: 300; }
  @media (max-width: 991px) {
    .custom-text-4 {
      font-size: 20px; } }
  .custom-text-4 ul {
    padding-left: 2.5rem; }
    @media (max-width: 768px) {
      .custom-text-4 ul {
        padding-left: 2rem;
        padding-right: 0.5rem; } }

.custom-text-5 {
  font-size: 30px; }
  @media (max-width: 768px) {
    .custom-text-5 {
      font-size: 28px; } }

.custom-text-6 {
  font-size: 17px; }

.custom-text-7 {
  font-size: 30px;
  font-weight: 400; }
  @media (max-width: 1199px) {
    .custom-text-7 {
      font-size: 25px; } }
  @media (max-width: 991px) {
    .custom-text-7 {
      font-size: 26px; } }
  @media (max-width: 376px) {
    .custom-text-7 {
      font-size: 20px; } }

.strong-600 {
  font-weight: 600; }

.strong-700 {
  font-weight: 700; }

.strong-yellow-text {
  font-weight: 600; }

.parental-strong-600 strong {
  font-weight: 600; }

.parental-line-height-1-3 {
  line-height: 1.3; }

.custom-width-about-img {
  width: 58%; }
  @media (max-width: 991px) {
    .custom-width-about-img {
      width: 100%; } }

@media (max-width: 768px) {
  .custom-image-1 {
    max-width: 426px; } }
@media (max-width: 576px) {
  .custom-image-1 {
    max-width: 225px; } }

.custom-text-container-1 {
  line-height: 26px;
  padding: 2rem 2rem 3rem 3rem; }
  @media (max-width: 768px) {
    .custom-text-container-1 {
      padding: 2rem 1rem 2rem 1rem; } }

.custom-text-8 {
  line-height: 28px;
  font-size: 18px;
  font-weight: 100;
  color: #231F20; }
  @media (max-width: 576px) {
    .custom-text-8 {
      font-size: 16px; } }

.custom-bottom-margin-1 {
  margin-bottom: 1.7rem; }
  .custom-bottom-margin-1:last-child {
    margin-bottom: 0; }

.custom-list-1 {
  margin-bottom: 0;
  padding-left: 2.5rem; }
  @media (max-width: 768px) {
    .custom-list-1 {
      padding-left: 1rem; } }
  .custom-list-1 li {
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .custom-list-1 li {
        font-size: 19px; } }
    .custom-list-1 li + li {
      margin-top: 0.7rem; }
      @media (max-width: 768px) {
        .custom-list-1 li + li {
          margin-top: 0.4rem; } }

.custom-list-2 {
  margin-bottom: 0; }
  .custom-list-2 li {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .custom-list-2 li {
        font-size: 16px; } }
    .custom-list-2 li + li {
      margin-top: 0.7rem; }
      @media (max-width: 991px) {
        .custom-list-2 li + li {
          margin-top: 0.2rem; } }

.custom-text-9 {
  padding-left: 4.3rem;
  padding-top: 0.8rem;
  text-align: left; }
  @media (max-width: 768px) {
    .custom-text-9 {
      padding-left: 1rem;
      margin-bottom: 2rem; } }

.custom-li-spacing li + li {
  margin-top: 0.3rem; }

@media (max-width: 576px) {
  .custom-line-height-1 {
    line-height: 1; } }

.list-with-extended-bottom-space {
  padding-left: 2.5rem; }
  .list-with-extended-bottom-space li {
    line-height: 1.3; }
    .list-with-extended-bottom-space li + li {
      margin-top: 0.4rem; }
  @media (max-width: 768px) {
    .list-with-extended-bottom-space {
      padding-left: 1.9rem; } }

@media (max-width: 768px) {
  .mobile-width-colored-img {
    width: 65%; } }

.custom-left-padding-1 {
  padding-left: 2.5rem; }
  @media (max-width: 768px) {
    .custom-left-padding-1 {
      padding-left: 2rem; } }

.heading-lined-secondary-container {
  padding-left: 0.7rem; }
  @media (max-width: 768px) {
    .heading-lined-secondary-container {
      padding-left: 0;
      padding-right: 0; } }

#searchResult {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background: #747482;
  flex-direction: column;
  border-radius: 8px;
  z-index: 999; }
  #searchResult .searchItem {
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #f1f1f1;
    border-radius: 8px;
    padding: 1rem; }
    #searchResult .searchItem p {
      color: #005512;
      font-size: 14px;
      margin-left: 1rem; }
    #searchResult .searchItem + .searchItem {
      margin-top: 0.5rem; }
  #searchResult button {
    position: absolute;
    right: -7px;
    top: -7px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fd717a;
    border-radius: 50%;
    border: none;
    outline: none; }

/*# sourceMappingURL=style.css.map */
