@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #07074c;

  color: #ffffff;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.button:hover {
  scale: 120%;
}
.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.i-e-header.is-open .i-e-header-background {
  left: 0;
}
.i-e-header-button-wrapper {
  margin-left: auto;
}
.i-e-header-icon {
  display: none;
}

.i-e-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.i-e-navigation-list.is-open {
  right: 0;
}
.i-e-header-icon-menu {
  display: block;
}

.i-e-header-icon-button.is-open .i-e-header-icon-menu {
  display: none;
}

.i-e-header-icon-button.is-open .i-e-header-icon-close {
  display: block;
}

.i-e-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 76px;
  background: #20205e;
}

.i-e-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #20205e;
}
.i-e-header.is-open .i-e-header-background {
  left: 0;
}
.i-e-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-e-header-icon-menu {
  display: block;
}

.i-e-header-icon-button.is-open .i-e-header-icon-menu {
  display: none;
}

.i-e-header-icon-button.is-open .i-e-header-icon-close {
  display: block;
}

.i-e-navigation {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px;
  position: relative;
}

.i-e-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 16px;

  gap: 12px;
  background: #20205e;
}

.i-e-navigation-list.is-open {
  right: 0;
}

.i-e-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
}

.i-e-navigation-link:hover,
.i-e-navigation-link:focus {
  color: #ffd23f;
}

.i-e-header.is-open {
  background-color: transparent;
}

.i-e-navigation-img {
  display: none;
}

@media screen and (min-width: 1200px) {
  .i-e-navigation-img {
    display: flex;
    margin-right: 360px;
  }
  .i-e-header-icon-title {
    display: none;
  }
  .i-e-header-button-wrapper {
    display: none;
  }
  .i-e-header {
    width: 100%;
    height: 96px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .i-e-header-background {
  }
  .i-e-header-icon-button {
    display: none;
  }
  .i-e-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .i-e-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 24px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .i-e-navigation-link {
    text-decoration: none;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .i-e-navigation-item-desk {
    display: none;
  }
}
.i-e-home {
  width: 375px;
  height: 663px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 40051.png");
  margin: auto;
}
.i-e-home-container {
  width: 375px;
  padding: 116px 16px 0px;
  margin: auto;
}

.i-e-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.i-e-home-title {
  font-family: Space Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.i-e-home-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding: 212px 0 32px;
}

.i-e-home-link {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #07074c;
  box-shadow: 0px 4px 30px 0px #fff2c899;
  background: #ffd23f;
  width: 343px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.i-e-home-link:hover {
  background: #ffe284;
}

@media screen and (min-width: 1200px) {
  .i-e-home {
    width: 1440px;
    height: 702px;
    background-image: url("/img/Frame\ 40052.png");
  }
  .i-e-home-container {
    width: 1440px;
    padding: 192px 0px 0px;
  }
  .i-e-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .i-e-home-title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }

  .i-e-home-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    width: 820px;
    padding: 212px 0 40px;
  }

  .i-e-home-link {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    width: 333px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
}

.i-e-about-container {
  width: 375px;
  padding: 40px 16px 0px;
  margin: auto;
}
.i-e-about-title {
  font-family: Space Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
.i-e-about-title-two {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #b0abff;
  padding-top: 40px;
}
.i-e-about-title-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  padding-top: 20px;
}
.i-e-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid #8880ff;
  background: #ffffff0d;
  width: 343px;
  padding: 27.5px 15px;
  margin-top: 20px;
}

.i-e-uniqueness-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.i-e-uniqueness-item {
  background: #ffffff1a;
  width: 343px;
  height: 138px;
  padding: 16px;
}

.i-e-uniqueness-text-bold {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.i-e-uniqueness-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #ffffff99;
  padding-top: 8px;
}

@media screen and (min-width: 1200px) {
  .i-e-about-container {
    width: 1440px;
    padding: 80px 72px 0;
  }
  .i-e-about-title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-e-about-title-two {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 56px;
  }
  .i-e-about-title-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    width: 706px;
    padding-top: 24px;
  }
  .i-e-about-text {
    width: 526px;
    height: 155px;
    padding: 24px;
    font-family: Inter;
    font-weight: 400;
    font-style: Italic;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

    padding: 62px 24px;
    margin: -155px 0 0 766px;
  }

  .i-e-uniqueness-list {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .i-e-uniqueness-item {
    width: 306px;
    height: 221px;
    padding: 24px;
  }

  .i-e-uniqueness-text-bold {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .i-e-uniqueness-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 16px;
  }
}

.i-e-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px 0;
}
.i-e-why-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.i-e-why-item {
  border: 1px solid #8880ff;
  background: #ffffff1a;
  border-width: 1px;
  padding: 15px;
}

.i-e-why-text-bold {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.i-e-why-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  padding-top: 8px;
}
.i-e-why-text span {
  color: #ffd23f;
}
@media screen and (min-width: 1200px) {
  .i-e-why-container {
    width: 1440px;
    padding: 116px 72px 0;
  }
  .i-e-why-list {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .i-e-why-item {
    width: 416px;
    height: 147px;

    padding: 23px;
  }

  .i-e-why-text-bold {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .i-e-why-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 16px;
  }
}

.i-e-how {
  margin: auto;
  width: 375px;
  height: 513px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 40053.png");
}
.i-e-how-container {
  margin: auto;
  width: 375px;
  padding: 80px 16px 0;
}

.i-e-how-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  border: 1px solid #8880ff;
  background: #ffffff0d;
  margin-top: 96px;
  padding: 15px;
  backdrop-filter: blur(4px);
}

@media screen and (min-width: 1200px) {
  .i-e-how {
    width: 1440px;
    height: 666px;
    background-image: url("/img/Frame\ 40054.png");
  }
  .i-e-how-container {
    margin: auto;
    width: 1440px;
    padding: 116px 72px 0;
  }
  .i-e-how-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Italic;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    border: 1px solid #8880ff;
    background: #ffffff0d;
    margin-top: 96px;
    width: 636px;
    height: 172px;
    margin: 24px 0 0 660px;
    padding: 23px;
  }
  .i-e-about-title-text-how {
    width: 606px;
  }
}

.i-e-features-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px;
}
.i-e-features-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.i-e-features-div-two {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.i-e-features-div-item {
  display: flex;
  gap: 8px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #ffd23f;
  white-space: nowrap;
}
.i-e-features-div-item-text {
  text-decoration: none;
  color: #ffffff;
  white-space: wrap;
}
.i-e-features-div-item-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.i-e-footer-img {
  width: 44px;
}
@media screen and (min-width: 1200px) {
  .i-e-features-container {
    width: 1440px;
    margin: auto;
    padding: 160px 72px;
  }
  .i-e-features-div {
    display: flex;
    flex-direction: row;
    gap: 64px;
  }
  .i-e-about-title-text-fea {
    width: 596px;
  }
  .i-e-features-div-two {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 622px;
    margin-bottom: 40px;
    margin-top: 111px;
  }
  .i-e-features-div-item {
    display: flex;
    gap: 12px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .i-e-features-div-item-text {
    text-decoration: none;
    color: #ffffff;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    white-space: wrap;
  }
  .i-e-features-div-item-list {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .i-e-footer-img {
    width: 32px;
  }
  .i-e-home-link-fea {
    margin: 0 auto;
  }
}

.i-e-container {
  padding: 116px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-e-container h1 {
  font-family: Space Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 8px;
}

.i-e-container h2 {
  margin-top: 16px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-e-container h3 {
  margin-top: 16px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-e-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.i-e-container ul li {
  margin-bottom: 10px;
}
.i-e-container p {
  margin-top: 16px;
}
.i-e-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.i-e-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .i-e-container {
    padding: 168px 72px 80px;
    width: 1440px;
    margin: auto;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-e-container h1 {
    font-family: Space Grotesk;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .i-e-container h2 {
    margin-top: 20px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-e-container h3 {
    margin-top: 20px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-e-container ul {
    margin-top: 20px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-e-container ul li {
    margin-bottom: 10px;
  }
  .i-e-container p {
    margin-top: 20px;
  }
}

.i-e-footer-container {
  width: 375px;
  background: #20205e;

  margin: auto;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.i-e-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

.i-e-footer-text {
  text-decoration: none;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.i-e-footer-copyright {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
.i-e-footer-div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.i-e-footer-link {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .i-e-footer-container {
    width: 1440px;
    padding: 24px 0px;

    gap: 16px;
  }

  .i-e-footer-div {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .i-e-footer-link {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .i-e-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 12px;
  }

  .i-e-footer-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .i-e-footer-copyright {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.i-e-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 16px 20px;
  border-radius: 16px;
  backdrop-filter: blur(60px);
  background: #000000;

  z-index: 1000;
  display: none;
}

.i-e-cookie-popup-text-two {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-e-cookie-button-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.i-e-cookie-button {
  border: none;
  background-color: transparent;
  border: 2px solid #ffd23f;
  background: #ffffff03;
  width: 128px;
  padding-top: 8px;

  padding-bottom: 8px;

  border-width: 2px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

#accept-cookies {
  color: #000;
  background: #ffd23f;
}

.i-e-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.i-e-cookie-popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .i-e-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 510px;
  }
  .i-e-cookie-button {
    width: 176px;

    padding-top: 12px;

    padding-bottom: 12px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

    border-width: 2px;
  }
  .i-e-cookie-popup-text-two {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    text-align: left;
  }

  .i-e-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;

    flex-direction: row;
    gap: 16px;
  }

  .i-e-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 20px 30px;
    display: none;
  }
}
