@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../fonts/fa-brands-400.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src:  url(../fonts/fa-regular-400.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/fa-solid-900.woff2) format("woff2");
  font-display: swap;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
footer,
header {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[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;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12,
.col-lg,
.col-lg-10,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.d-none {
  display: none !important;
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.position-relative {
  position: relative !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
}
.w-auto {
  width: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-4 {
  padding-right: 1.5rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
}
.px-5 {
  padding-left: 3rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
.font-weight-bold {
  font-weight: 700 !important;
}
.text-white {
  color: #fff !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .w-lg-max {
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bootstrap-touchspin .form-control:not(:focus) {
  border-color: #ccc;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .w-lg-max {
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bootstrap-touchspin .form-control:not(:focus) {
  border-color: #ccc;
}
.btn {
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 1em 1.6em;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  line-height: 1.429;
}
.btn:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #0d223d;
  background-color: #0f2848;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: #d41a37;
  background-color: #df1c3a;
  color: #fff;
}
.btn-outline:not(:disabled):not(.disabled).active,
.btn-outline:not(:disabled):not(.disabled):active {
  border-color: #999;
  background-color: transparent;
  color: #999;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  border-color: #183f72;
  background-color: #183f72;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  border-color: #4aa811;
  background-color: #4aa811;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  border-color: #050606;
  background-color: #0b0c0d;
  color: #fff;
}
.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active {
  border-color: #d4d4d4;
  background-color: #dbdbdb;
  color: #222529;
}
a:focus {
  outline: none;
}
@font-face {
  font-family: "porto";
  src: url("../fonts/porto.woff2") format("woff2");


  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: "porto";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-shipping:before {
  content: "";
}
.mb-2 {
  margin-bottom: 2rem;
}
.icon-magnifier:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}

.form-control {
  padding-left: 1.2rem;
  height: 46px;
  margin-bottom: 1rem;
  transition: all 0.3s;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  background-color: #fff;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.form-control:focus {
  border-color: #dfdfdf;
  background-color: #fff;
  color: #777;
  box-shadow: none;
}

.product-single-qty .bootstrap-touchspin .form-control:not(:focus),
.product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
  border-color: #dae2e6;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #183f72;
  font-size: 14px;
  line-height: 3.2rem;
  text-align: center;
  text-decoration: none;
  opacity: 1;
}
.social-icons .social-icon:focus,
.social-icons .social-icon:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.social-icon.social-facebook {
  background-color: #3b5a9a;
}
html {
  overflow-x: hidden;
  font-size: 62.5%;
  font-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #777;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::-moz-selection {
  background-color: #183f72;
  color: #fff;
}
::selection {
  background-color: #183f72;
  color: #fff;
}
p {
  margin-bottom: 1.5rem;
}
ul {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none;
}
strong {
  font-weight: 700;
}
i {
  font-style: italic;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button:focus {
  outline: none;
}
@media (max-width: 767px) {
  html {
    font-size: 9px;
  }
}
h1,
h2,
h3,
h4 {
  margin-bottom: 1.8rem;
  color: #222529;
  font-weight: 700;
  line-height: 1.1;
  font-family: Poppins, sans-serif;
}
h1 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.223;
}
h2 {

  line-height: 1.4;
}
h3 {
  font-size: 2.5rem;
  line-height: 1.28;
}
h4 {
  font-size: 2rem;
  line-height: 1.35;
}
a {
  transition: all 0.3s;
  color: #183f72;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #183f72;
  text-decoration: none;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 3rem;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1280px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1220px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: none;
  }
}
header {
  position: relative;
}
header .container {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
}
header p {
  margin-bottom: 0;
}
header a {
  color: inherit;
}
.header-top {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  font-size: 1.3rem;
}
.header-middle {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  color: #222529;
}
.header-left,
.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-right {
  margin-left: auto;
}
header .social-icon {
  border-radius: 50%;
  color: #333;
  font-size: 1.5rem;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
}
header .social-icon:not(:hover):not(:active):not(:focus) {
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-search i {
    font-size: 2.4rem;
  }

  .header-top {
    display: none;
  }
  .header-left {
    margin: 0 auto;
  }
  .header-right {
    display: none;
  }
}
/* @media (max-width: 767px) {
  .logo {
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .logo {
    max-width: 90px;
  }
} */
.header-dropdowns {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.header-menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1151;
  margin-left: -9px;
  margin-top: -1rem;
  border-width: 0 9px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  visibility: hidden;
  opacity: 1;
  transform: translateY(-1rem);
}
.header-dropdown {
  position: relative;
  line-height: 1.5;
  padding: 5px 0;
}
.header-dropdown > a {
  padding: 0 5px;
}
.header-dropdown > a:after {
  content: "";
  font-family: "porto";
  font-weight: 400;
  margin-left: 0.5rem;
}
.header-dropdown ul {
  position: absolute;
  top: -300rem;
  z-index: 1150;
  min-width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  background: #fff;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
}
.header-dropdown ul a {
  display: block;
  padding: 0.5em 7px;
  color: #777;
  white-space: nowrap;
}
.header-dropdown ul a:hover {
  background: #f4f4f4;
}
.header-dropdown:hover .header-menu:before,
.header-dropdown:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media (min-width: 992px) {
  .dropdown-expanded .header-menu:before,
  .dropdown-expanded > a {
    display: none;
  }
  .dropdown-expanded li + li {
    margin-left: 3rem;
  }
  .dropdown-expanded ul {
    position: static;
    display: flex;
    display: -ms-flexbox;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
  .dropdown-expanded ul a {
    padding: 0;
    color: inherit;
  }
  .dropdown-expanded ul a:hover {
    background-color: transparent;
  }
  .dropdown-expanded .header-menu ul {
    transform: none;
  }
}
.header-search {
  position: relative;
}
.header-search form {
  margin: 0;
}
.header-search .form-control {
  margin: 0;
  border: 0;
  color: inherit;
  font-size: 1.3rem;
  height: 100%;
  box-shadow: none;
}
.header-search .form-control {
  background: #f4f4f4;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-search .form-control {
    flex: 1;
  }
}
.search-toggle:after {
  content: "";
  position: absolute;
  right: calc(50% - 10px);
  bottom: -10px;
  border: 10px solid transparent;
  border-bottom-color: #183f72;
}
.header-search:not(.show) .search-toggle:after {
  display: none;
}
.header-search-category .form-control {
  border-radius: 5rem 0 0 5rem;
}
.header-search-category .btn {
  border-radius: 0 5rem 5rem 0;
}
.header-search-wrapper {
  display: flex;
  display: -ms-flexbox;
  position: absolute;
  right: -2.3rem;
  z-index: 999;
  margin-top: 10px;
  color: #8d8d8d;
  box-sizing: content-box;
  height: 40px;
  border-radius: 5rem;
  border: 5px solid #183f72;
}
.header-search-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.header-search:not(.show) .header-search-wrapper {
  display: none;
}
.header-search-wrapper .btn {
  position: relative;
  padding: 0 0 3px 0;
  border: 0;
  border-left: 1px solid #fff;
  min-width: 40px;
  color: #222529;
  font-size: 16px;
  background: #f4f4f4;
}
.header-search-wrapper .btn:before {
  display: inline-block;
  margin-top: 5px;
  font-weight: 800;
}
.header-search-inline .form-control {
  min-width: 21rem;
  padding: 1rem 2rem;
}

.gastrodem-2-mob {
  display: block;
  margin: 0 auto 20px;
}
  .promo-right {
    display: none;
  }

  .promo-left {
    text-align: center;
  }
  .subpage-header .list-group .list-group-item {
    justify-content: center;
  }

  .container-fluid {
    padding: 0;
  }
@media (min-width: 992px) {
  .header-search-inline .btn:after,
  .header-search-inline .search-toggle {
    display: none;
  }
  .header-search-inline.header-search .header-search-wrapper {
    display: flex;
    display: -ms-flex;
    position: static;
    margin: 0;
    border-width: 1px;
  }
  .promo-right {
   display: block;
  }

  .gastrodem-2-mob {
 display: none;
}

.subpage-header .list-group .list-group-item {
  justify-content: flex-start;
}

.promo-left {
  text-align: left;
}
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
  .header-search .form-control {
    min-width: 17rem;
  }
}
@media (max-width: 575px) {
  .header-search-wrapper {
    left: 15px;
    right: 15px;
  }
}
footer {
  font-size: 1.3rem;
  line-height: 24px;
}
footer .social-icon:not(:hover):not(:active):not(:focus) {
  background: transparent;
}

h2,
h3,
h4,
p {
  margin-bottom: 0;
}
.header {
  border-bottom: 1px solid #f4f4f4;
}
.header-top .container {
  justify-content: unset;
  justify-content: space-between;
}
.header-top .header-dropdown a {
  font-size: 1.1rem;
  color: inherit;
}
.header-top .top-message {
  font-weight: 500;
  font-family: Poppins, sans-serif;
  letter-spacing: -0.03em;
}
.header-top .dropdown-expanded li + li {
  margin-left: 0;
}
.header-top .dropdown-expanded a {
  letter-spacing: 0.025em;
  padding: 0 23px;
}
.header-top .social-icons {
  font-family: Poppins, sans-serif;
  margin-left: 1.8rem;
}
.header-top .icon-shipping {
  color: #183f72;
  font-size: 24px;
  margin-right: 7px;
}
.header-middle {
  display: flex;
}
.header-search {
  margin-right: 0em;
}
.header-search form {
  padding-left: 4px;
}
.header-search .form-control {
  min-width: 56.8rem;
  flex: 0 0 56.8rem;
  font-family: Poppins, sans-serif;
  background: #fff;
  padding: 1rem 1.5rem;
}
.header-search-wrapper {
  display: flex;
  display: -ms-flexbox;
  position: absolute;
  right: -2.3rem;
  z-index: 999;
  margin-top: 10px;
  color: #8d8d8d;
  box-sizing: content-box;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.header-search-wrapper .btn {
  min-width: 68.7px;
  background: transparent;
}
.header-search-category .form-control {
  border-radius: 5px 0 0 5px;
}
.header-search-category .btn {
  border-radius: 0 5px 5px 0;
}
.footer .social-icon:not(:hover):not(:active):not(:focus) {
  background-color: transparent;
  border-color: #e7e7e7;
  color: #333;
}
@media (min-width: 1256px) {
  .container {
    max-width: 1236px;
  }
  .header-search .form-control {
    min-width: 59.8rem;
    flex: 0 0 59.8rem;
  }
}
@media (max-width: 1219px) {
  .header-search .form-control {
    min-width: 51.8rem;
    flex: 0 0 51.8rem;
  }
}
@media (max-width: 1199px) {
  .header-top .dropdown-expanded a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 575px) {
  .header-search {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dropdown-expanded li:not(:first-child) {
    margin-left: 1.3rem;
  }
}
.product-single-share:not(.icon-with-color)
  .social-icon:not(:hover):not(:active):not(:focus) {
  color: #222529;
  background-color: transparent;
  border-color: #e7e7e7;
}

@font-face {
  font-family: "ElegantIcons";
  src: url("../fonts/ElegantIcons.woff") format("woff");


  font-weight: normal;
  font-style: normal;
}
.arrow_right-down_alt:before {
  content: "\e03f";
}
.icon_heart:before {
  content: "\e089";
}
.icon_like_alt:before {
  content: "\e0dd";
}
.form-control {
  padding: 10px;
  line-height: initial !important;
}
@media (min-width: 1256px) {
  .header-search .form-control {
    min-width: 56.5rem;
    flex: 0 0 56.5rem;
  }
}

.header-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.header-box__name {
  display: block;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
}
.landingpage ul.no li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    content: "\f00d";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--emblem-color-red);
    margin: 0 12px 0 0;
}

        :root {
    --bg-color-green: #407058;
    --bg-color-pink: #2e1127;
    --bg-color-orange: #fa7c2f;
    --bg-color-purple: #a48cc0;
    --bg-color-red-2: #ac0e0e;
    --bg-color-brown: #5c3412;
    --bg-color-order: #eee;
    --text-color-gray: #666;
    --text-color-green: #1d5b00;
    --text-color-green-2: #49a810;
    --text-color-red: #c80000;
    --text-color-red-2: #ac0e0e;
    --text-color-pink: #ff015a;
    --text-color-pink-2: #e92a90;
    --text-color-orange: #e26600;
    --text-color-purple: #ceb5f7;
    --text-color-brown: #5c3412;
    --text-color-brown-2: #9b4500;
    --heading-color-pink-1: #e92a90;
    --heading-color-purple-1: #6868ac;
    --emblem-color-green: #5e990d;
    --emblem-color-red: #c80000;
    --emblem-color-red-2: #ac0e0e;
    --emblem-color-pink: #DC3E4B;
    --emblem-color-pink-2: #e92a90;
    --emblem-color-orange: #EB7C2F;
    --emblem-color-purple: #ceb5f7;
    --emblem-color-brown: #5c3412;
    --btn-outline-color-white: #fff;
    --btn-outline-color-black: #000;
    --btn-outline-color-green: #49a810;
    --btn-outline-color-pink: #ff015a;
    --btn-outline-color-orange: #fa7c2f;
    --btn-outline-color-hover-orange: #eee;
    --btn-outline-color-hover-green: #49a810;
    --btn-color-orange: #fff;
    --btn-bg-color-orange: #E09900;
    --btn-color-red: #fff;
    --btn-bg-color-red: #E02B20;
    --border-color-green: #49a810;
    --border-color-purple: #301c82;
    --border-color-orange: #f18034;
}


.landingpage {
    overflow: hidden !important;
}

.landingpage h1, h2, h3, h4 {
    font-weight: 700;
    margin-bottom: 16px;
}
.landingpage p {

    margin-bottom: 16px;
}
.landingpage p:last-child {
  margin-bottom: 0;
}
.font-size-96 {
    font-size: 96px;
}
.landingpage h1, .landingpage h2, .landingpage h3, .landingpage h4 {
    font-weight: 700;
}
.text-green {
    color: var(--text-color-green-2) !important;
}
.text-red {
    color: var(--text-color-red) !important;
}
.emblem-green {
    color: var(--emblem-color-green) !important;
}
.bg-light {
    background-color: #fefefe !important;
}
.bg-light-2 {
    background-color: #f8f8f8 !important;
}
.bg-light-3 {
    background-color: #ededed !important;
}
.bg-img-green-1 {
    background: url('../images/gbg.jpg') no-repeat center;
    background-size: cover;
    /* min-height: 412px; */
}
.bg-img-green-2 {
    background: url('../images/gl-bg.jpg') no-repeat center;
    background-size: cover;
}
.bg-img-green-3 {
    background: url('../images/gbg.jpg') no-repeat center;
    background-size: cover;
}
.img-bordered {
    border-radius: 50% 50% 50% 50%;
    border: 4px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.img-bordered-2 {
    border-radius: 0;
    border: 4px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn-orange {
    font-weight: 400;
    font-size: 20px;
    color: var(--btn-color-orange);
    line-height: 1.7em;
    background-color: var(--btn-bg-color-orange);
    border: 1px solid var(--btn-color-orange);
    border-radius: 0;
    transition: all 0.3s;
    padding: 0.3em 1em;
}
.btn-outline-white {
    font-weight: 400;
    font-size: 20px;
    color: var(--btn-outline-color-white);
    line-height: 1.7em;
    background-color: transparent;
    border: 1px solid var(--btn-outline-color-white);
    border-radius: 0;
    transition: all 0.3s;
    padding: 0.3em 1em;
       text-shadow: 1px 3px 3px #000;
}

.shadow-text {
  text-shadow: 1px 3px 3px #000;
}

.btn-outline-white--first {
  background-color: #E09900;
}

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-top: -1px;
    margin-right: 6px;
    margin-left: 1px;
    vertical-align: middle;
    line-height: 0;
    background: url(../images/flags.png) no-repeat
}

.flag.flag-ad {
    background-position: -16px 0
}

.flag.flag-ae {
    background-position: -32px 0
}

.flag.flag-af {
    background-position: -48px 0
}

.flag.flag-ag {
    background-position: -64px 0
}

.flag.flag-ai {
    background-position: -80px 0
}

.flag.flag-al {
    background-position: -96px 0
}

.flag.flag-am {
    background-position: -112px 0
}

.flag.flag-an {
    background-position: -128px 0
}

.flag.flag-ao {
    background-position: -144px 0
}

.flag.flag-ar {
    background-position: -160px 0
}

.flag.flag-as {
    background-position: -176px 0
}

.flag.flag-at {
    background-position: -192px 0
}

.flag.flag-au {
    background-position: -208px 0
}

.flag.flag-aw {
    background-position: -224px 0
}

.flag.flag-az {
    background-position: -240px 0
}

.flag.flag-ba {
    background-position: 0 -11px
}

.flag.flag-bb {
    background-position: -16px -11px
}

.flag.flag-bd {
    background-position: -32px -11px
}

.flag.flag-be {
    background-position: -48px -11px
}

.flag.flag-bf {
    background-position: -64px -11px
}

.flag.flag-bg {
    background-position: -80px -11px
}

.flag.flag-bh {
    background-position: -96px -11px
}

.flag.flag-bi {
    background-position: -112px -11px
}

.flag.flag-bj {
    background-position: -128px -11px
}

.flag.flag-bm {
    background-position: -144px -11px
}

.flag.flag-bn {
    background-position: -160px -11px
}

.flag.flag-bo {
    background-position: -176px -11px
}

.flag.flag-br {
    background-position: -192px -11px
}

.flag.flag-bs {
    background-position: -208px -11px
}

.flag.flag-bt {
    background-position: -224px -11px
}

.flag.flag-bv {
    background-position: -240px -11px
}

.flag.flag-bw {
    background-position: 0 -22px
}

.flag.flag-by {
    background-position: -16px -22px
}

.flag.flag-bz {
    background-position: -32px -22px
}

.flag.flag-ca {
    background-position: -48px -22px
}

.flag.flag-catalonia {
    background-position: -64px -22px
}

.flag.flag-cd {
    background-position: -80px -22px
}

.flag.flag-cf {
    background-position: -96px -22px
}

.flag.flag-cg {
    background-position: -112px -22px
}

.flag.flag-ch {
    background-position: -128px -22px
}

.flag.flag-ci {
    background-position: -144px -22px
}

.flag.flag-ck {
    background-position: -160px -22px
}

.flag.flag-cl {
    background-position: -176px -22px
}

.flag.flag-cm {
    background-position: -192px -22px
}

.flag.flag-cn {
    background-position: -208px -22px
}

.flag.flag-co {
    background-position: -224px -22px
}

.flag.flag-cr {
    background-position: -240px -22px
}

.flag.flag-cu {
    background-position: 0 -33px
}

.flag.flag-cv {
    background-position: -16px -33px
}

.flag.flag-cw {
    background-position: -32px -33px
}

.flag.flag-cy {
    background-position: -48px -33px
}

.flag.flag-cz {
    background-position: -64px -33px
}

.flag.flag-de {
    background-position: -80px -33px
}

.flag.flag-dj {
    background-position: -96px -33px
}

.flag.flag-dk {
    background-position: -112px -33px
}

.flag.flag-dm {
    background-position: -128px -33px
}

.flag.flag-do {
    background-position: -144px -33px
}

.flag.flag-dz {
    background-position: -160px -33px
}

.flag.flag-ec {
    background-position: -176px -33px
}

.flag.flag-ee {
    background-position: -192px -33px
}

.flag.flag-eg {
    background-position: -208px -33px
}

.flag.flag-eh {
    background-position: -224px -33px
}

.flag.flag-england {
    background-position: -240px -33px
}

.flag.flag-er {
    background-position: 0 -44px
}

.flag.flag-es {
    background-position: -16px -44px
}

.flag.flag-et {
    background-position: -32px -44px
}

.flag.flag-eu {
    background-position: -48px -44px
}

.flag.flag-fi {
    background-position: -64px -44px
}

.flag.flag-fj {
    background-position: -80px -44px
}

.flag.flag-fk {
    background-position: -96px -44px
}

.flag.flag-fm {
    background-position: -112px -44px
}

.flag.flag-fo {
    background-position: -128px -44px
}

.flag.flag-fr {
    background-position: -144px -44px
}

.flag.flag-ga {
    background-position: -160px -44px
}

.flag.flag-gb {
    background-position: -176px -44px
}

.flag.flag-gd {
    background-position: -192px -44px
}

.flag.flag-ge {
    background-position: -208px -44px
}

.flag.flag-gf {
    background-position: -224px -44px
}

.flag.flag-gg {
    background-position: -240px -44px
}

.flag.flag-gh {
    background-position: 0 -55px
}

.flag.flag-gi {
    background-position: -16px -55px
}

.flag.flag-gl {
    background-position: -32px -55px
}

.flag.flag-gm {
    background-position: -48px -55px
}

.flag.flag-gn {
    background-position: -64px -55px
}

.flag.flag-gp {
    background-position: -80px -55px
}

.flag.flag-gq {
    background-position: -96px -55px
}

.flag.flag-gr {
    background-position: -112px -55px
}

.flag.flag-gs {
    background-position: -128px -55px
}

.flag.flag-gt {
    background-position: -144px -55px
}

.flag.flag-gu {
    background-position: -160px -55px
}

.flag.flag-gw {
    background-position: -176px -55px
}

.flag.flag-gy {
    background-position: -192px -55px
}

.flag.flag-hk {
    background-position: -208px -55px
}

.flag.flag-hm {
    background-position: -224px -55px
}

.flag.flag-hn {
    background-position: -240px -55px
}

.flag.flag-hr {
    background-position: 0 -66px
}

.flag.flag-ht {
    background-position: -16px -66px
}

.flag.flag-hu {
    background-position: -32px -66px
}

.flag.flag-ic {
    background-position: -48px -66px
}

.flag.flag-id {
    background-position: -64px -66px
}

.flag.flag-ie {
    background-position: -80px -66px
}

.flag.flag-il {
    background-position: -96px -66px
}

.flag.flag-im {
    background-position: -112px -66px
}

.flag.flag-in {
    background-position: -128px -66px
}

.flag.flag-io {
    background-position: -144px -66px
}

.flag.flag-iq {
    background-position: -160px -66px
}

.flag.flag-ir {
    background-position: -176px -66px
}

.flag.flag-is {
    background-position: -192px -66px
}

.flag.flag-it {
    background-position: -208px -66px
}

.flag.flag-je {
    background-position: -224px -66px
}

.flag.flag-jm {
    background-position: -240px -66px
}

.flag.flag-jo {
    background-position: 0 -77px
}

.flag.flag-jp {
    background-position: -16px -77px
}

.flag.flag-ke {
    background-position: -32px -77px
}

.flag.flag-kg {
    background-position: -48px -77px
}

.flag.flag-kh {
    background-position: -64px -77px
}

.flag.flag-ki {
    background-position: -80px -77px
}

.flag.flag-km {
    background-position: -96px -77px
}

.flag.flag-kn {
    background-position: -112px -77px
}

.flag.flag-kp {
    background-position: -128px -77px
}

.flag.flag-kr {
    background-position: -144px -77px
}

.flag.flag-kurdistan {
    background-position: -160px -77px
}

.flag.flag-kw {
    background-position: -176px -77px
}

.flag.flag-ky {
    background-position: -192px -77px
}

.flag.flag-kz {
    background-position: -208px -77px
}

.flag.flag-la {
    background-position: -224px -77px
}

.flag.flag-lb {
    background-position: -240px -77px
}

.flag.flag-lc {
    background-position: 0 -88px
}

.flag.flag-li {
    background-position: -16px -88px
}

.flag.flag-lk {
    background-position: -32px -88px
}

.flag.flag-lr {
    background-position: -48px -88px
}

.flag.flag-ls {
    background-position: -64px -88px
}

.flag.flag-lt {
    background-position: -80px -88px
}

.flag.flag-lu {
    background-position: -96px -88px
}

.flag.flag-lv {
    background-position: -112px -88px
}

.flag.flag-ly {
    background-position: -128px -88px
}

.flag.flag-ma {
    background-position: -144px -88px
}

.flag.flag-mc {
    background-position: -160px -88px
}

.flag.flag-md {
    background-position: -176px -88px
}

.flag.flag-me {
    background-position: -192px -88px
}

.flag.flag-mg {
    background-position: -208px -88px
}

.flag.flag-mh {
    background-position: -224px -88px
}

.flag.flag-mk {
    background-position: -240px -88px
}

.flag.flag-ml {
    background-position: 0 -99px
}

.flag.flag-mm {
    background-position: -16px -99px
}

.flag.flag-mn {
    background-position: -32px -99px
}

.flag.flag-mo {
    background-position: -48px -99px
}

.flag.flag-mp {
    background-position: -64px -99px
}

.flag.flag-mq {
    background-position: -80px -99px
}

.flag.flag-mr {
    background-position: -96px -99px
}

.flag.flag-ms {
    background-position: -112px -99px
}

.flag.flag-mt {
    background-position: -128px -99px
}

.flag.flag-mu {
    background-position: -144px -99px
}

.flag.flag-mv {
    background-position: -160px -99px
}

.flag.flag-mw {
    background-position: -176px -99px
}

.flag.flag-mx {
    background-position: -192px -99px
}

.flag.flag-my {
    background-position: -208px -99px
}

.flag.flag-mz {
    background-position: -224px -99px
}

.flag.flag-na {
    background-position: -240px -99px
}

.flag.flag-nc {
    background-position: 0 -110px
}

.flag.flag-ne {
    background-position: -16px -110px
}

.flag.flag-nf {
    background-position: -32px -110px
}

.flag.flag-ng {
    background-position: -48px -110px
}

.flag.flag-ni {
    background-position: -64px -110px
}

.flag.flag-nl {
    background-position: -80px -110px
}

.flag.flag-no {
    background-position: -96px -110px
}

.flag.flag-np {
    background-position: -112px -110px
}

.flag.flag-nr {
    background-position: -128px -110px
}

.flag.flag-nu {
    background-position: -144px -110px
}

.flag.flag-nz {
    background-position: -160px -110px
}

.flag.flag-om {
    background-position: -176px -110px
}

.flag.flag-pa {
    background-position: -192px -110px
}

.flag.flag-pe {
    background-position: -208px -110px
}

.flag.flag-pf {
    background-position: -224px -110px
}

.flag.flag-pg {
    background-position: -240px -110px
}

.flag.flag-ph {
    background-position: 0 -121px
}

.flag.flag-pk {
    background-position: -16px -121px
}

.flag.flag-pl {
    background-position: -32px -121px
}

.flag.flag-pm {
    background-position: -48px -121px
}

.flag.flag-pn {
    background-position: -64px -121px
}

.flag.flag-pr {
    background-position: -80px -121px
}

.flag.flag-ps {
    background-position: -96px -121px
}

.flag.flag-pt {
    background-position: -112px -121px
}

.flag.flag-pw {
    background-position: -128px -121px
}

.flag.flag-py {
    background-position: -144px -121px
}

.flag.flag-qa {
    background-position: -160px -121px
}

.flag.flag-re {
    background-position: -176px -121px
}

.flag.flag-ro {
    background-position: -192px -121px
}

.flag.flag-rs {
    background-position: -208px -121px
}

.flag.flag-ru {
    background-position: -224px -121px
}

.flag.flag-rw {
    background-position: -240px -121px
}

.flag.flag-sa {
    background-position: 0 -132px
}

.flag.flag-sb {
    background-position: -16px -132px
}

.flag.flag-sc {
    background-position: -32px -132px
}

.flag.flag-scotland {
    background-position: -48px -132px
}

.flag.flag-sd {
    background-position: -64px -132px
}

.flag.flag-se {
    background-position: -80px -132px
}

.flag.flag-sg {
    background-position: -96px -132px
}

.flag.flag-sh {
    background-position: -112px -132px
}

.flag.flag-si {
    background-position: -128px -132px
}

.flag.flag-sk {
    background-position: -144px -132px
}

.flag.flag-sl {
    background-position: -160px -132px
}

.flag.flag-sm {
    background-position: -176px -132px
}

.flag.flag-sn {
    background-position: -192px -132px
}

.flag.flag-so {
    background-position: -208px -132px
}

.flag.flag-somaliland {
    background-position: -224px -132px
}

.flag.flag-sr {
    background-position: -240px -132px
}

.flag.flag-ss {
    background-position: 0 -143px
}

.flag.flag-st {
    background-position: -16px -143px
}

.flag.flag-sv {
    background-position: -32px -143px
}

.flag.flag-sx {
    background-position: -48px -143px
}

.flag.flag-sy {
    background-position: -64px -143px
}

.flag.flag-sz {
    background-position: -80px -143px
}

.flag.flag-tc {
    background-position: -96px -143px
}

.flag.flag-td {
    background-position: -112px -143px
}

.flag.flag-tf {
    background-position: -128px -143px
}

.flag.flag-tg {
    background-position: -144px -143px
}

.flag.flag-th {
    background-position: -160px -143px
}

.flag.flag-tibet {
    background-position: -176px -143px
}

.flag.flag-tj {
    background-position: -192px -143px
}

.flag.flag-tk {
    background-position: -208px -143px
}

.flag.flag-tl {
    background-position: -224px -143px
}

.flag.flag-tm {
    background-position: -240px -143px
}

.flag.flag-tn {
    background-position: 0 -154px
}

.flag.flag-to {
    background-position: -16px -154px
}

.flag.flag-tr {
    background-position: -32px -154px
}

.flag.flag-tt {
    background-position: -48px -154px
}

.flag.flag-tv {
    background-position: -64px -154px
}

.flag.flag-tw {
    background-position: -80px -154px
}

.flag.flag-tz {
    background-position: -96px -154px
}

.flag.flag-ua {
    background-position: -112px -154px
}

.flag.flag-ug {
    background-position: -128px -154px
}

.flag.flag-um {
    background-position: -144px -154px
}

.flag.flag-us {
    background-position: -160px -154px
}

.flag.flag-uy {
    background-position: -176px -154px
}

.flag.flag-uz {
    background-position: -192px -154px
}

.flag.flag-va {
    background-position: -208px -154px
}

.flag.flag-vc {
    background-position: -224px -154px
}

.flag.flag-ve {
    background-position: -240px -154px
}

.flag.flag-vg {
    background-position: 0 -165px
}

.flag.flag-vi {
    background-position: -16px -165px
}

.flag.flag-vn {
    background-position: -32px -165px
}

.flag.flag-vu {
    background-position: -48px -165px
}

.flag.flag-wales {
    background-position: -64px -165px
}

.flag.flag-wf {
    background-position: -80px -165px
}

.flag.flag-ws {
    background-position: -96px -165px
}

.flag.flag-xk {
    background-position: -112px -165px
}

.flag.flag-ye {
    background-position: -128px -165px
}

.flag.flag-yt {
    background-position: -144px -165px
}

.flag.flag-za {
    background-position: -160px -165px
}

.flag.flag-zanzibar {
    background-position: -176px -165px
}

.flag.flag-zm {
    background-position: -192px -165px
}

.flag.flag-zw {
    background-position: -208px -165px
}
.btn-outline-black {
    font-weight: 400;
    font-size: 20px;
    color: var(--btn-outline-color-black);
    line-height: 1.7em;
    background-color: transparent;
    border: 1px solid var(--btn-outline-color-black);
    border-radius: 0;
    transition: all 0.3s;
    padding: 0.3em 1em;
}
.btn-orange:hover, .btn-outline-white:hover, .btn-outline-black:hover {
    color: #fff;
    background-color: var(--btn-outline-color-hover-green);
    border-color: var(--btn-outline-color-hover-green);
    padding: 0.3em 0.7em 0.3em 0.7em;
}
.btn-orange:hover span, .btn-outline-white:hover span, .btn-outline-black:hover span {
    padding-right: 24px;
}
.btn-orange:hover span::after, .btn-outline-white:hover span::after, .btn-outline-black:hover span::after {
    opacity: 1;
    right: 0;
}
.btn-orange span, .btn-outline-white span, .btn-outline-black span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}
.btn-orange span::after, .btn-outline-white span::after, .btn-outline-black span::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
}
.landingpage ul {
    list-style: none;
    margin: 0;
}
.landingpage ul li {
    margin: 17px 0 0 32px;
    padding-left: 30px;
    position: relative;
}
.landingpage ul li:first-child {
    margin-top: 0;
}
.landingpage ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    content: "\f00c";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--emblem-color-green);
    margin: 0;
    position: absolute;
    top: -5px;
    left: 0;
}
.landingpage ul.no li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    content: "\f00d";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--emblem-color-red);
    margin: 0 12px 0 0;
}
.subpage-header {
    border: 0;
    position: relative;
}
.subpage-header h1 {
    font-weight: 700;
    font-size: 43px;
    color: #ffffff;
    line-height: 1.3em;
    text-shadow: 1px 3px 3px #000;
}
.subpage-header h2 {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 1px 3px 3px #000;
}
/* .subpage-header img.gastrodem-2 {
    position: absolute;
    top: 0;
    right: 0;
} */
.subpage-header .list-group .list-group-item {
    color: #fff;
    background: rgba(105,105,105,.74);
    padding: 9px;
    margin: 5px;
    border: 0;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
      text-shadow: 1px 3px 3px #000;
}
.subpage-header .list-group .list-group-item::before {
    display: none;
}
.subpage-header .list-group .list-group-item i {
    font-size: 22px;
}
.parallax-1 h1 {
    font-weight: 500;
    font-size: 28px;
    color: var(--text-color-green);
    background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 20px 10px 20px;
    margin-top: 5px;
    display: inline-block;
}
.text-center {
  text-align: center;
}
.parallax-1 p {
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
}
.input-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.faq-bot {
    background: url('../fonts/faq-bot.svg') no-repeat center bottom;
    width: 100%;
    height: 62px;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (min-width: 0px) and (max-width: 575.98px) {
    h1 {
        font-size: 29px !important;
    }
}
@media (min-width: 0px) and (max-width: 991.98px) {
    /* .bg-img-green-1 {
        height: 680px;
    } */
}
@media (min-width: 576px) and (max-width: 991.98px) {
    /* .bg-img-green-1 {
        height: 713px;
    } */
}
  

.header-box__logo {
  flex-shrink: 0;
  width: 64px;
}

.list-group {
  margin-bottom: 30px !important; 
}

@media (max-width: 991px) {
  /* .mb-5, .my-5 {
    margin-bottom: 1rem !important;
} */

.landingpage ul li {
  margin-left: 10px;
}

.packbidle {
  margin: 0 auto;
}

.mid-title, .mid-subtitle {
  text-align: center;
}
}

.prices {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.old-price-wrap,
.new-price-wrap {
    display: flex;

    flex-direction: column;
    align-items: center;
    width: auto;
  
}

.old-price-wrap {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.old-price-wrap:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 110%;
  background-color: #417f27;
}


.old-price-text,
.new-price-text {
    margin-bottom: 5px;
    line-height: 1;
}

.old-price-text {
    position: relative;

    color: #666;
}

.new-price-text {
  color: #7f0768;
}

.old-price,
.new-price {
    font-size: 30px;
    font-weight: bold;
  text-align: center;
}

.new-price .x_currency, .old-price .x_currency{
  font-size: 20px;
}

.new-price {
  color: #7c232e;
}





.old-price {
  width: auto;
      color: #666;
  position: relative;
  font-size: 25px;
}

.old-price:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #666;
}


.order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  /* background: url(../images/form-bg.jpg) no-repeat center / cover; */
  position: relative;
 
  padding: 0 0px;
}

.order-box {
  padding: 30px 25px;
  background-color: #fff;
  max-width: 360px;
}

.order__title {
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.order__subtitle {
  text-align: center;
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}

.order-box {
  border: 4px solid #417f27;
  border-radius: 20px;
}

.inp {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #417f27;
}

.input-group {
  margin-bottom: 20px;
}

.button__text {
  background-color: #7f0768;
  text-align: center;
  width: 100%;
  padding: 11px 10px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
}

.button__text:hover {
  background-color: #bf009a;
}

.content-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-top: 0 !important;
}

.product-container {
  position: relative;
  padding-top: 80px;
}

.product-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  color: #fff;
  background-color: #c60000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  
}

.product-icon::before {
  content: '';
  top: 50%;
  right: 50%;
  width: 50%;
  position: absolute;
  height: 50%;
    background-color: #c60000;
    z-index: -1;
}

.block {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .product-icon {
    width: 80px;
    height: 80px;
    font-size: 13px;
  }

  .product-container {
    padding-top: 70px;
  }

  .block {
  padding-top: 40px;
  padding-bottom: 40px;
}
}

@media (max-width: 991px) {
  .gastrodem-2-mob, .prod-midd{
    width: 290px !important;
    max-width: 100%;
    flex:0 0 290px !important;

  }

  .bg-img-green-1 {
    background-image: linear-gradient(90deg,rgb(242,201,76) 0%,rgb(242,153,74) 100%);
  }

  .btn-outline-white--first {

    background: rgba(105, 105, 105, .44);
  }

  .block {
  padding-top: 30px;
  padding-bottom: 30px;
}

  .prod-midd {
    margin: 0 auto;
  }

  .d-none-show {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    flex: 0 0 400px;
  }

  .row--reverce {
    flex-direction: column-reverse;
  }

  .row--reverce .d-none-show  {
    flex: 0 0 100%;
  }

   .row--max-container {
    max-width: 500px;
    margin: 0 auto;
   }

   .capsule {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
   }
}

@media (max-width: 767px) {

  .content-title {
    padding-top: 20px;
    font-size: 30px;
    padding: 20px 15px 0;
  }

     .capsule {
    width: 400px;

   }

  .row--max-container {
    max-width: 500px;
    margin: 0 auto;
   }

     .row--max-container .col-12{
            flex: 0 0 50%;
        max-width: 50%;
   }

   .row--max-container .col-12:nth-child(2) {
    margin-top: 0 !important;
   }

  .order {
    margin: 0;
    flex-direction: column;
    padding: 0px ; 

  }

  .order-box {
    padding: 20px 15px;
    border-radius: 10px;
  }

  .order__title {
    font-size: 23px;
  }

  .order__subtitle {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .prices {
    margin-bottom: 20px;
  }

  .old-price, .new-price {
    font-size: 26px;
  }

  .new-price .x_currency, .old-price .x_currency {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .content-title {
   
    font-size: 24px;
 
  }

  .block {
  padding-top: 25px;
  padding-bottom: 25px;
}

}

footer {
  padding: 20px 0 ;
  text-align: center;
  color: #000;
}

    .sale {
  margin-bottom: 20px;
}

.sale__text {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0 !important;
}

.sale__text:not(:last-of-type) {
    margin-bottom: 5px;
}