@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff8e1;

  color: #2e2e2e;
}

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;
}

.button:hover {
  scale: 120%;
}

.o-w-header.is-open .o-w-header-background {
  left: 0;
}
.o-w-header-button-wrapper {
  margin-left: auto;
}
.o-w-header-icon {
  display: none;
}

.o-w-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.o-w-navigation-list.is-open {
  right: 0;
}
.o-w-header-icon-menu {
  display: block;
}

.o-w-header-icon-button.is-open .o-w-header-icon-menu {
  display: none;
}

.o-w-header-icon-button.is-open .o-w-header-icon-close {
  display: block;
}

.o-w-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 52px;
  background: #3c2d25;
}

.o-w-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #3c2d25;
}
.o-w-header.is-open .o-w-header-background {
  left: 0;
}
.o-w-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.o-w-header-icon-menu {
  display: block;
}

.o-w-header-icon-button.is-open .o-w-header-icon-menu {
  display: none;
}

.o-w-header-icon-button.is-open .o-w-header-icon-close {
  display: block;
}

.o-w-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: 6px 16px;
  position: relative;
}

.o-w-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 800px;
  transition: 0.3s;
  z-index: 999;
  padding: 200px 30px;

  gap: 24px;
  background: #3c2d25;
}

.o-w-navigation-list.is-open {
  right: 0;
}

.o-w-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;

  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-radius: 4px;
}

.o-w-navigation-link:hover,
.o-w-navigatioт-link:focus {
  color: #2e2e2e;
  background: #fed183;
}

.o-w-header.is-open {
  background-color: transparent;
}

.o-w-navigation-img {
  display: none;
}

@media screen and (min-width: 1206px) {
  .o-w-navigation-img {
    display: block;
    margin-right: 390px;
  }
  .o-w-policy-terms-header-icon-menu {
    display: none;
  }
  .o-w-header-button-wrapper {
    display: none;
  }
  .o-w-header {
    width: 100%;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .o-w-header-icon-button {
    display: none;
  }
  .o-w-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 64px;
    margin: auto;
  }

  .o-w-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 13px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .o-w-navigation-item-desk {
    display: none;
  }
}

.o-w-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Hero_Section.png");
  margin: auto;
}
.o-w-home-container {
  padding: 443px 16px 0px;
  margin: auto;
}

.o-w-home-title {
  font-family: Manrope;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.o-w-home-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  padding: 10px 0 20px;
}
.o-w-home-tex-two {
  display: none;
}
.o-w-home-img {
  transition: all 0.3s ease-in-out;
  background: #3d8f71;
  width: 343px;

  margin: 0 auto;
  border-radius: 8px;
}

.o-w-home-img:hover {
  transform: scale(1.1);
  background: #337c61;
}

@media screen and (min-width: 1206px) {
  .o-w-home {
    width: 1440px;
    height: 812px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Hero_Section\ \(1\).png");
    margin: auto;
  }
  .o-w-home-container {
    padding: 204px 64px 0px;
    margin: auto;
  }

  .o-w-home-title {
    font-family: Manrope;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 72px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    width: 640px;
  }

  .o-w-home-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    width: 528px;
    padding: 10px 0 30px;
  }
  .o-w-home-tex-two {
    display: block;
    width: 375px;
    margin-left: 672px;
    margin-top: 10px;
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .o-w-home-img {
    margin: 0;
    content: url("/img/11.png");
    width: 240px;
  }
}
.o-w-about {
  background: #c4c4c4;
}
.o-w-about-container {
  margin: auto;
  width: 375px;
  height: 1018px;
  padding: 80px 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section.png");
}
.o-w-about-title {
  font-family: Manrope;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.o-w-about-text-bold {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  padding: 24px 0 16px;
}
.o-w-about-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 1206px) {
  .o-w-about-container {
    width: 1440px;
    height: 732px;
    padding: 165px 64px 0 728px;
    background-image: url("/img/Section\ \(1\).png");
  }
  .o-w-about-title {
    font-family: Manrope;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .o-w-about-text-bold {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;

    padding: 24px 0 16px;
  }
  .o-w-about-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;

    gap: 8px;
  }
}
.o-w-why {
  background: #ceb597;
}

.o-w-why-container {
  width: 375px;
  background: #ceb597;

  margin: auto;
  padding: 56px 16px;
}
.o-w-why-title {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 24px;
}
.o-w-why-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.o-w-why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 343px;
  height: 252px;
  gap: 24px;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  border-radius: 8px;
  background: #fff7eb;
  box-shadow: 8px 8px 16px 0px #56565629;
}
.o-w-why-img {
  width: 120px;
  height: 120px;
}
.o-w-why-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #3c2d25;
}

@media screen and (min-width: 1206px) {
  .o-w-why-container {
    width: 1440px;

    margin: auto;
    padding: 80px 176px;
  }
  .o-w-why-title {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    width: 480px;
    margin: auto;
    padding-top: 24px;
  }
  .o-w-why-list {
    padding-top: 64px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .o-w-why-item {
    width: 248px;
    height: 283px;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    gap: 24px;
    border-radius: 8px;
  }
  .o-w-why-img {
    width: 120px;
    height: 120px;
  }
  .o-w-why-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.o-w-uniqueness {
  background: #c5b0a6;
}
.o-w-uniqueness-container {
  margin: auto;
  width: 375px;
  height: 957px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section\ \(2\).png");
  padding: 56px 16px 0;
}
.o-w-uniqueness-title {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  padding-top: 24px;
}
.o-w-uniqueness-list {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.o-w-uniqueness-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.o-w-uniqueness-img {
  width: 40px;
}
.o-w-uniqueness-text-bold {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #3c2d25;
}

@media screen and (min-width: 1206px) {
  .o-w-uniqueness-container {
    margin: auto;
    width: 1440px;
    height: 848px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Section\ \(3\).png");
    padding: 193px 840px 0 176px;
  }
  .o-w-uniqueness-title {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;

    padding-top: 24px;
  }
  .o-w-uniqueness-list {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .o-w-uniqueness-item {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .o-w-uniqueness-text-bold {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
}

.o-w-how {
  background-color: #fff7eb;
}
.o-w-how-container {
  margin: auto;
  width: 375px;
  height: 741px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section\ \(4\).png");
  padding: 112px 56px 0;
  text-align: center;
}

.o-w-how-text-bold {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding: 8px 0;
  color: #3c2d25;
}

.o-w-how-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #3c2d25;
}

@media screen and (min-width: 1206px) {
  .o-w-how-container {
    width: 1440px;
    height: 587px;

    background-image: url("/img/Section\ \(5\).png");
    padding: 141px 400px 0;
    text-align: center;
  }

  .o-w-how-text-bold {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;

    padding: 16px 88px 8px;
  }

  .o-w-how-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.o-w-characters {
  background: #ceb597;
}
.o-w-characters-container {
  padding: 56px 16px;
  margin: auto;
  width: 375px;
}
.o-w-characters-list {
  margin-top: 40px;
}
.o-w-characters-text {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 16px;
}
.o-w-characters-item {
  margin: 0 8px;
}
.o-w-characters-img {
  width: 343px;
}

@media screen and (min-width: 1206px) {
  .o-w-characters-container {
    padding: 80px 64px;
    margin: auto;
    width: 1440px;
  }
  .o-w-characters-list {
    margin-top: 64px;
  }
  .o-w-characters-text {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;

    padding: 16px 416px 0;
  }
  .o-w-characters-item {
    margin: 0 10px;
  }
  .o-w-characters-img {
    width: 440px;
  }
}

.o-w-reviews {
  margin: auto;
  background: #c4c4c4;
}
.o-w-reviews-container {
  margin: auto;
  padding: 283px 16px 0;
  width: 375px;
  height: 574px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("/img/Section\ \(6\).png");
}

.o-w-reviews-text {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #3c2d25;
  padding: 24px 0;
}

@media screen and (min-width: 1206px) {
  .o-w-reviews-container {
    margin: auto;
    padding: 202px 176px 0;
    width: 1440px;
    height: 673px;

    background-image: url("/img/Section\ \(7\).png");
  }

  .o-w-reviews-text {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;

    padding: 24px 0;
  }
}

.o-w-faq {
  background: #c5b0a6;
}
.o-w-faq-container {
  padding: 64px 16px;
  width: 375px;
  margin: auto;
}
.o-w-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.o-w-faq-item {
  background: #fff7eb;
  box-shadow: 8px 8px 16px 0px #56565629;
  padding-top: 20px;
  padding-right: 23px;
  padding-bottom: 20px;
  padding-left: 23px;
  border-radius: 12px;
  color: #3c2d25;
}

.o-w-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

.o-w-faq-answer {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  width: 255px;
}
.o-w-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.o-w-toggle-button img {
  width: 40px;
  transition: transform 0.3s ease;
}
.o-w-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.o-w-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.o-w-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1206px) {
  .o-w-faq-container {
    padding: 80px 288px 120px;
    width: 1440px;
    margin: auto;
  }

  .o-w-faq-list {
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .o-w-faq-item {
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
    border-radius: 12px;
  }

  .o-w-faq-question {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .o-w-faq-answer {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;

    width: 776px;
  }
}

.o-w-policy-terms-container {
  padding: 112px 16px 60px;
  width: 375px;
  margin: auto;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

.o-w-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Manrope;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.o-w-policy-terms-container h2 {
  margin-bottom: 16px;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}
.o-w-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}
.o-w-policy-terms-container p {
  margin-bottom: 24px;
}
.o-w-email-link {
  color: #0040ff;
  text-decoration: none;
}
@media screen and (min-width: 1206px) {
  .o-w-policy-terms-container {
    padding: 182px 212px 120px;
    width: 1440px;
  }
  .o-w-policy-terms-container h1 {
    font-family: Manrope;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .o-w-policy-terms-container h2 {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 16px;
    margin-top: 8px;
  }
  .o-w-policy-terms-container p {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 16px;
  }
}

.o-w-footer-container {
  width: 375px;
  padding: 60px 16px;
  background: #3c2d25;

  margin: auto;
  display: flex;
  flex-direction: column;

  gap: 32px;
}

.o-w-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.o-w-footer-text {
  text-decoration: none;
  color: #ffffff;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

.o-w-footer-copyright {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 1206px) {
  .o-w-footer-container {
    width: 1440px;
    padding: 60px 88px;

    gap: 60px;
  }

  .o-w-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 60px;
  }

  .o-w-footer-text {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }

  .o-w-footer-copyright {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.o-w-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  background: #c4c4c4;
  z-index: 1000;
  display: none;
}

.o-w-cookie-popup-text-two {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

.o-w-cookie-button-container {
  padding: 20px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.o-w-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #2e2e2e;
  width: 343px;

  padding-top: 16px;

  padding-bottom: 16px;
  border-radius: 8px;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

#accept-cookies {
  background: #3d5b8f;
  color: #ffffff;
  border: 1px solid transparent;
}

.o-w-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1206px) {
  .o-w-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .o-w-cookie-popup-text-two {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    width: 808px;
  }

  .o-w-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  .o-w-cookie-button {
    width: 184px;

    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 8px;
    border-width: 1px;
  }
  .o-w-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px 88px;
    display: none;
  }
}
