@import url('https://fonts.googleapis.com/css2?family=Judson:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
  font-family: "Gotham Pro Bold";
  src: url("../fonts/GothamProBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro Regular";
  src: url("../fonts/GothamProRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a:not([class]):hover {
  text-decoration-line: underline;
}
a {
  text-decoration: none;
}
.wrap {
  word-wrap: break-word;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wobble {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-1deg); }
  50% { transform: rotate(1deg); }
  75% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

@keyframes jump {
  0% { transform: translateX(0); }
  30% { transform: translateX(20px); }
  50% { transform: translateX(0); }
  70% { transform: translateX(-2px); }
  100% { transform: translateY(0); }
}

@keyframes marquee {
  from {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-100%);
  }
}

:root {
  --color-primary: #344B3C;
  --color-primary-hover: #4B7B1F;
  --color-black-light: #342E28;
  --background-primary: #619828;
  --background-primary-hover: #4B7B1F;
  --background-secondary: #F6FFF1;
  --background-form-icon: #E3E7E1;
  --background-form-button: #54785F;
  --background-form-button-hover: #3f654a;
  --font-primary-bold: "Gotham Pro Bold";
  --font-primary-regular: "Gotham Pro Regular";
  --font-secondary: "Judson", serif;
}


.sunset-red-wave {
  --color-primary: #344B3C;
  --color-primary-hover: #4B7B1F;
  --color-black-light: #342E28;
  --background-primary: #619828;
  --background-primary-hover: #4B7B1F;
  --background-secondary: #F6FFF1;
  --background-form-icon: #E3E7E1;
  --background-form-button: #54785F;
  --background-form-button-hover: #3f654a;
}

.palette-two {
  --color-primary: #36344B;
  --background-primary: #565478;
  --background-secondary: #F1F6FF;
  --background-primary-hover: #3a3853;
}

.palette-three {
  --color-primary: #36344B;
  --background-primary: #7B4408;
  --background-secondary: #FEFFF1;
  --background-primary-hover: #9a560d;
}

.palette-four {
  --color-primary: #740644;
  --background-primary: #A0095A;
  --background-secondary: #FFF1FE;
  --background-primary-hover: #ba2374;
}

.palette-five {
  --color-primary: #4A0674;
  --background-primary: #6909A0;
  --background-secondary: #ECDCFF;
  --background-primary-hover: #8724c0;
}



/* ===================Font=========== */

body {
  font-family: var(--font-primary-regular);
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  width: 100%;
  overflow-x: hidden;
  line-height: normal;
  background-color: #FFF;
}

.icy-purple-sheen {
  max-width: 1170px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.neon-blue-sheen {
  position: relative;
}


/* ================== HEADER START ================== */

.stormy-brown-tone {
  display: flex;
  align-items: center;
  height: 100px;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.prism-black-shade {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  gap: 25px;
}

.neon-cyan-shine {
  display: flex;
  align-items: center;
  gap: 25px;
}

.antiquewhite-white {
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D9D9D9;
  border-radius: 50%;
  overflow: hidden;
}

.antiquewhite-white img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.neon-cyan-shine p {
  color: var(--color-black-light);
  font-family: Judson;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header__menu {
}

.dark-slate-gray {
  display: flex;
  align-items: center;
  gap: 25px;
}

.twilight-green-shade {
  list-style: none;
}

.header__menu-link {
  color: var(--color-black-light);
  font-family: Judson;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header__menu-link:hover {
  color: var(--color-primary);
}

.header__burger {
  display: none;
  flex-direction: column;
  gap: 7px;
}

.header__burger {
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s ease;
}

.header__burger span {
  border-radius: 5px;
  background: var(--color-black-light);
  width: 25px;
  height: 2px;
  transition: all 0.3s ease;
}

.header__burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 7px);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
}

.header__burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

@media (max-width: 1025px) {
  .header__burger {
    display: flex;
  }
  
  .header__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    height: 100vh;
    background-color: #FFF;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 100px 30px 30px;
    overflow-y: auto;
  }

  .header__menu.active {
    right: 0;
  }

  .dark-slate-gray {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .header__menu-link {
    font-size: 22px;
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
}

@media (max-width: 768px) {
  .stormy-brown-tone {
    height: 50px;
  }

  .neon-cyan-shine {
    gap: 16px;
  }

  .antiquewhite-white {
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
  }

  .neon-cyan-shine p {
    font-size: 18px;
  }

  .header__burger {
    gap: 5px;
  }

  .header__burger span {
    width: 20px;
    height: 2px;
    transition: all 0.3s ease;
  }

  .header__burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 3px);
  }
  
  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .header__burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, 0px);
  }
}

/* ================== HEADER END ================== */


/* ================== HERO START ================== */

.dusty-yellow-tone {
  background: var(--background-secondary);
}

.watermelon-pink {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  padding: 50px 0px;
  align-items: center;
}

.arctic-orange-light {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 540px;
  width: 50%;
}

.volcano-cyan-sheen {
  color: var(--color-black-light);
  font-family: Judson;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

.cosmic-cyan-glow {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.cosmic-cyan-glow p {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 136%;
}


.lunar-blue-shade {
  max-width: 540px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}

.solar-blue-wave {
  max-width: 540px;
  border-radius: 33px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.solar-blue-wave img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 33px;
  overflow: hidden;
}

.volcano-green-light {
  position: relative;
  margin-top: -57px;
}

.volcano-green-light p {
  position: absolute;
  bottom: 20px;
  left: 17px;
  color: #FFF;
  font-family: var(--font-primary-bold);
  font-size: 14px;
  line-height: 136%;
}

.icy-orange-flare {
  fill: var(--background-primary);
}

@media (max-width: 930px) {
  .watermelon-pink {
    display: flex;
    flex-direction: column;
  }

  .arctic-orange-light {
    max-width: 100%;
    width: 100%;
    gap: 16px;
  }

  .lunar-blue-shade {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .watermelon-pink {
    gap: 16px;
    padding: 25px 0px;
  }

  .volcano-cyan-sheen {
    font-size: 40px;
  }

  .cosmic-cyan-glow {
    gap: 16px;
  }
  
  .volcano-green-light {
    margin-top: -32px;
  }

  .volcano-green-light svg {
    width: 100px;
    height: 50px;
  }

  .volcano-green-light p {
    bottom: 13px;
    left: 9px;
    color: #FFF;
    font-family: var(--font-primary-bold);
    font-size: 9.042px;
    font-style: normal;
    line-height: 136%;
  }
}

/* ================== HERO END ================== */



/* ================== WARNING START ================== */

.powder-pink {
  background: #F0E1DA;
}

.dark-goldenrod {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 50px 0px 32px 0px;
}

.golden-brown {
  max-width: 107px;
  max-height: 107px;
  min-width: 107px;
  min-height: 107px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8CBBE;
  overflow: hidden;
  border-radius: 16px;
}

.golden-brown img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frozen-blue-mist {
  color: var(--color-black-light);
  font-family: Judson;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.frozen-blue-mist span {
  font-size: 30px;
  line-height: 100%;
}

.neon-gray-sheen {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 540px;
}

.neon-gray-sheen p {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--font-primary-bold);
  font-size: 14px;
  line-height: 136%;
}

@media (max-width: 768px) {
  .dark-goldenrod {
    padding: 36px 0px 32px 0px;
    gap: 16px;
  }

  .golden-brown {
    max-width: 75px;
    max-height: 75px;
    min-width: 75px;
    min-height: 75px;
    width: 75px;
    height: 75px;
    border-radius: 10px;
  }

  .frozen-blue-mist span {
    font-size: 15px;
  }
  
  .frozen-blue-mist {
    font-size: 24px;
  }
}

/* ================== WARNING END ================== */


/* ================== RECOMENDATION START ================== */

.neon-white-mist {
  background: var(--background-secondary);
}

.stormy-pink-mist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 50px 0px;
}

.taupe-gray {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
}

.latte-brown {
  color: var(--color-black-light);
  font-family: Judson;
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
  max-width: 520px;
}

.lunar-red-mist {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 540px;
  max-height: 260px;
  border-radius: 33px;
  overflow: hidden;
}

.lunar-red-mist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stormy-white-glow {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stormy-white-glow p {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
}

.apricot {
  display: none;
}

@media (max-width: 768px) {

  .stormy-pink-mist {
    padding: 25px 0px 120px 0px;
    gap: 16px;
  }

  .latte-brown {
    color: var(--Black, #342E28);
    font-family: var(--font-secondary);
    font-size: 25px;
    line-height: 80%;
    max-width: 100%;
  }

  .lunar-red-mist {
    max-height: 310px;
  }

  .arctic-black-light {
    display: none;
  }

  .apricot {
    display: flex;
  }
}

/* ================== RECOMENDATION END ================== */


/* ================== PRODUCTS START ================== */

.dodger-blue {
  background: #FFF;
}

.velvet-blue-shade {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 50px 0px;
}

.lunar-pink-shade {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: 625px;
}

.icy-gray-flare {
  color: var(--color-black-light);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
}

.dusty-yellow-wave {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
}

.magenta-pink {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.umber-brown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  padding: 43px 37px;
  border-radius: 30px;
  background: var(--background-secondary);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  max-width: 540px;
  width: 1000%;
}

.milk-chocolate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.obsidian-cyan-aura {
  color: var(--color-black-light);
  font-family: var(--font-secondary);
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
}
.neon-pink-shade {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.neon-pink-shade p {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
}

.solar-green-glow {
  border-radius: 33px;
  overflow: hidden;
}

.solar-green-glow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {

  .velvet-blue-shade {
    padding: 25px 0px;
    gap: 22px;
  }

  .lunar-pink-shade {
    gap: 22px;
    max-width: 100%;
  }

  .icy-gray-flare {
    font-size: 25px;
    line-height: 80%;
  }

  .magenta-pink {
    flex-direction: column;
    gap: 22px;
  }

  .umber-brown {
    padding: 34px 28px;
    border-radius: 30px;
    gap: 18px;
    max-width: 100%;
  }

  .milk-chocolate {
    gap: 30px;
  }

  .obsidian-cyan-aura {
    font-size: 25px;
    line-height: 80%;
  }


}

/* ================== PRODUCTS END ================== */


/* ================== FORMS START ================== */

.sunset-pink-glow {
  background: var(--background-secondary);
}

.gilded-yellow-light {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 50px 0px;
}

.gilded-brown-sheen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: 625px;
}

.lunar-yellow-light {
  background-color: var(--background-form-icon);
  border-radius: 10px;
  max-width: 120px;
  max-height: 120px;
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lunar-yellow-light img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.emerald {
  color: var(--color-black-light);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
}

.arctic-orange-mist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.arctic-orange-mist p {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
  text-align: center;
}

.copper-orange {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: 625px;
  width: 100%;
}

.light-slate-gray {
  display: flex;
  height: 40px;
  padding: 8px 11px 8px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--background-form-icon);
  background: #FFF url('../images/mail-input.png') no-repeat left 7px center;
  background-size: 18px 14px;
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 10px;
  line-height: 136%;
  width: 100%;
}

.sunset-black-tone {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--background-primary);
  color: #FFF;
  gap: 8px;
  font-family: var(--font-primary-bold);
  font-size: 14px;
  line-height: 136%;
  padding: 17px 32px;
  width: 100%;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.sunset-black-tone:hover {
  background: var(--background-primary-hover);
}

@media (max-width: 768px) {
  .gilded-yellow-light {
    gap: 30px;
    padding: 25px 0px;
  }

  .gilded-brown-sheen {
    gap: 16px;
  }

  .emerald {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 7px;
  }

  .lunar-yellow-light {
    max-width: 75px;
    max-height: 75px;
    min-width: 75px;
    min-height: 75px;
    width: 75px;
    height: 75px;
  }

  .arctic-orange-mist {
    gap: 16px;
  }

  .copper-orange {
    gap: 16px;
  }

  .light-slate-gray {
    height: 30px;
    padding: 8px 11px 8px 25px;
    background-size: 16px 12px;
  }

  .light-slate-gray::placeholder {
    font-size: 10px;
  }

  .sunset-black-tone {
    padding: 13px 25px;
    height: 45px;
  }
}

/* ================== FORMS END ================== */


/* ================== CONTACTS START ================== */

.gold-glitter {
  background-color: #fff;
}

.frozen-pink-mist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 50px 0px;
}
.velvet-gray-tone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
}

.velvet-gray-tone a:hover {
  text-decoration: underline;
}

.mediumpurple-purple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  max-width: 475px;
  width: 100%;
}

.slategrey-gray {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
}

.slategrey-gray:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .frozen-pink-mist {
    gap: 16px;
    padding: 25px 0px;
  }

  .velvet-gray-tone {
    font-size: 10px;
  }

  .mediumpurple-purple {
    justify-content: center;
  }
  
  .slategrey-gray {
    font-size: 10px;
  }

  .velvet-brown-flare, .velvet-brown-flare iframe {
    width: 100%;
  }
}

.rose-pink {
  background: var(--background-secondary);
}

.volcano-yellow-flare {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
}

.golden-tan {
  color: var(--color-black-light);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 768px) {
  .volcano-yellow-flare {
    padding: 25px 0px;
  }

  .golden-tan {
    font-size: 25px;
  }
}

/* ================== CONTACTS END ================== */


.neon-white-light {
  background: var(--background-secondary);
}

.oldlace-white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 45px;
  padding: 0px 0px 50px 0px;
}

.solar-purple-light {
  display: flex;
  flex-direction: column;
}

.ghost-white {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;  
  line-height: 136%;
  font-weight: 400;
}

.solar-pink-sheen {
  font-family: var(--font-primary-regular);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.solar-pink-sheen p {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
  font-weight: 400;
}

.solar-pink-sheen ul {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
  font-weight: 400;
}

.neon-white-shade {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
  font-weight: 400;
}

/* ================== FOOTER START ================== */

.twilight-purple-shade {
  background: var(--background-secondary);
}

.volcano-green-glow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.lunar-yellow-aura p {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
}

@media (max-width: 768px) {
  .volcano-green-glow {
    padding: 25px 0px;
  }

  .lunar-yellow-aura p {
    font-size: 10px;
  }
}

/* ================== FOOTER END ================== */

#hbgBDAgqmW-cookie {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 100%;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px;
  background-color: #1a1a1a;
  border-radius: 20px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  gap: 15px;
  z-index: 999999;
  font-size: 15px;
  color: #fff;
}

#hbgBDAgqmW-cookie.show {
  display: block;
}

#hbgBDAgqmW-cookie div {
  display: inline-block;
}

#hbgBDAgqmW-cookie button {
  float: right;
  border-radius: 8px;
  background: var(--btn-gradient);
  color: var(--color-black);
  font-family: var(--font-family);
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  border: none;
  width: auto;
  padding: 5px;
  font-size: 14px;
}