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


.palette-one {
  --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;
}

.gilded-yellow-shine {
  --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;
}

.russet-brown {
  max-width: 1170px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.cardinal-red {
  position: relative;
}


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

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

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

.icy-gray-aura {
  display: flex;
  align-items: center;
  gap: 25px;
}

.shadow-gray-aura {
  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;
}

.shadow-gray-aura img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.header__menu {
}

.icy-orange-flare {
  display: flex;
  align-items: center;
  gap: 25px;
}

.deep-sky-blue {
  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;
  }

  .icy-orange-flare {
    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) {
  .icy-orange-glow {
    height: 50px;
  }

  .icy-gray-aura {
    gap: 16px;
  }

  .shadow-gray-aura {
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
  }

  .icy-gray-aura 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 ================== */

.cosmic-white-flare {
  background: var(--background-secondary);
}

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

.sapphire-blue {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 540px;
  width: 50%;
}

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

.plum-wine {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

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


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

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

.desert-red-shine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 33px;
  overflow: hidden;
}

.frozen-black-light {
  position: relative;
  margin-top: -57px;
}

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

.stormy-gray-flare {
  fill: var(--background-primary);
}

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

  .sapphire-blue {
    max-width: 100%;
    width: 100%;
    gap: 16px;
  }

  .obsidian-black {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .navajowhite-white {
    gap: 16px;
    padding: 25px 0px;
  }

  .marble-gray-shine {
    font-size: 40px;
  }

  .plum-wine {
    gap: 16px;
  }
  
  .frozen-black-light {
    margin-top: -32px;
  }

  .frozen-black-light svg {
    width: 100px;
    height: 50px;
  }

  .frozen-black-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 ================== */

.neon-orange-aura {
  background: #F0E1DA;
}

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

.frozen-gray-glow {
  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;
}

.frozen-gray-glow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.shadow-red-aura span {
  font-size: 30px;
  line-height: 100%;
}

.periwinkle-violet {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 540px;
}

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

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

  .frozen-gray-glow {
    max-width: 75px;
    max-height: 75px;
    min-width: 75px;
    min-height: 75px;
    width: 75px;
    height: 75px;
    border-radius: 10px;
  }

  .shadow-red-aura span {
    font-size: 15px;
  }
  
  .shadow-red-aura {
    font-size: 24px;
  }
}

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


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

.lunar-purple-shine {
  background: var(--background-secondary);
}

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

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

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

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

.icy-black-light img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desert-black-light {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.desert-black-light p {
  color: var(--color-primary);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  line-height: 136%;
}

.bright-red {
  display: none;
}

@media (max-width: 768px) {

  .desert-blue-glow {
    padding: 25px 0px 120px 0px;
    gap: 16px;
  }

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

  .icy-black-light {
    max-height: 310px;
  }

  .cosmic-white-shade {
    display: none;
  }

  .bright-red {
    display: flex;
  }
}

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


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

.cosmic-red-tone {
  background: #FFF;
}

.marble-black-flare {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 50px 0px;
}

.desert-green-tone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: 625px;
}

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

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

.burgundy-red {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.mulberry-purple {
  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%;
}

.icy-blue-wave {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

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

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

.marble-cyan-tone {
  border-radius: 33px;
  overflow: hidden;
}

.marble-cyan-tone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {

  .marble-black-flare {
    padding: 25px 0px;
    gap: 22px;
  }

  .desert-green-tone {
    gap: 22px;
    max-width: 100%;
  }

  .coral {
    font-size: 25px;
    line-height: 80%;
  }

  .burgundy-red {
    flex-direction: column;
    gap: 22px;
  }

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

  .icy-blue-wave {
    gap: 30px;
  }

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


}

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


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

.frozen-blue-mist {
  background: var(--background-secondary);
}

.neon-pink-shade {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 50px 0px;
}

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

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

.icy-orange-light img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

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

.stormy-brown-aura {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

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

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

.honeydew-white {
  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;
}

.honeydew-white:hover {
  background: var(--background-primary-hover);
}

@media (max-width: 768px) {
  .neon-pink-shade {
    gap: 30px;
    padding: 25px 0px;
  }

  .pewter-gray {
    gap: 16px;
  }

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

  .icy-orange-light {
    max-width: 75px;
    max-height: 75px;
    min-width: 75px;
    min-height: 75px;
    width: 75px;
    height: 75px;
  }

  .stormy-brown-aura {
    gap: 16px;
  }

  .sunset-green-sheen {
    gap: 16px;
  }

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

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

  .honeydew-white {
    padding: 13px 25px;
    height: 45px;
  }
}

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


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

.medium-spring-green {
  background-color: #fff;
}

.azure-white {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 50px 0px;
}
.sunset-pink-sheen {
  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%;
}

.sunset-pink-sheen a:hover {
  text-decoration: underline;
}

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

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

.marble-purple-light:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .azure-white {
    gap: 16px;
    padding: 25px 0px;
  }

  .sunset-pink-sheen {
    font-size: 10px;
  }

  .shadow-white-tone {
    justify-content: center;
  }
  
  .marble-purple-light {
    font-size: 10px;
  }

  .antiquewhite-white, .antiquewhite-white iframe {
    width: 100%;
  }
}

.neon-orange-flare {
  background: var(--background-secondary);
}

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

.cornflower {
  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) {
  .lemon {
    padding: 25px 0px;
  }

  .cornflower {
    font-size: 25px;
  }
}

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


.lightcoral-red {
  background: var(--background-secondary);
}

.icy-orange-wave {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 45px;
  padding: 0px 0px 50px 0px;
}

.neon-green-shine {
  display: flex;
  flex-direction: column;
}

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

.dusty-gray-shade {
  font-family: var(--font-primary-regular);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

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

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

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

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

.violet-blue {
  background: var(--background-secondary);
}

.jet-black {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

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

@media (max-width: 768px) {
  .jet-black {
    padding: 25px 0px;
  }

  .marble-white-flare 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;
}